namespace CSFrameworkV5.Library { partial class frmBaseModule { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBaseModule)); this.ilReports = new System.Windows.Forms.ImageList(this.components); this.pnlContainer = new DevExpress.XtraEditors.PanelControl(); ((System.ComponentModel.ISupportInitialize)(this.pnlContainer)).BeginInit(); this.SuspendLayout(); // // ilReports // this.ilReports.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilReports.ImageStream"))); this.ilReports.TransparentColor = System.Drawing.Color.Transparent; this.ilReports.Images.SetKeyName(0, "16_ArrayWhite.bmp"); // // pnlContainer // this.pnlContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlContainer.Location = new System.Drawing.Point(0, 0); this.pnlContainer.Name = "pnlContainer"; this.pnlContainer.Size = new System.Drawing.Size(682, 397); this.pnlContainer.TabIndex = 0; // // frmBaseModule // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(682, 397); this.Controls.Add(this.pnlContainer); this.Name = "frmBaseModule"; this.Text = "模块主窗体基类"; ((System.ComponentModel.ISupportInitialize)(this.pnlContainer)).EndInit(); this.ResumeLayout(false); } #endregion protected System.Windows.Forms.ImageList ilReports; public DevExpress.XtraEditors.PanelControl pnlContainer; } }