namespace Lskj.PubModuleDetailInfo { partial class FrmMain { /// /// 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.pl_buttom = new DevExpress.XtraEditors.PanelControl(); this.mControl = new Lskj.Control.ModuleEx(); ((System.ComponentModel.ISupportInitialize)(this.pl_buttom)).BeginInit(); this.SuspendLayout(); // // pl_buttom // this.pl_buttom.Appearance.BackColor = System.Drawing.Color.Transparent; this.pl_buttom.Appearance.Options.UseBackColor = true; this.pl_buttom.Dock = System.Windows.Forms.DockStyle.Bottom; this.pl_buttom.Location = new System.Drawing.Point(0, 661); this.pl_buttom.Margin = new System.Windows.Forms.Padding(0); this.pl_buttom.Name = "pl_buttom"; this.pl_buttom.Size = new System.Drawing.Size(963, 51); this.pl_buttom.TabIndex = 2; // // mControl // this.mControl.BackColor = System.Drawing.SystemColors.Control; this.mControl.Dock = System.Windows.Forms.DockStyle.Fill; this.mControl.Location = new System.Drawing.Point(0, 0); this.mControl.Name = "mControl"; this.mControl.Size = new System.Drawing.Size(963, 661); this.mControl.TabIndex = 3; this.mControl.Visible = false; // // FrmMain // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(963, 712); this.Controls.Add(this.mControl); this.Controls.Add(this.pl_buttom); this.Name = "FrmMain"; this.Text = "FrmMain"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed); ((System.ComponentModel.ISupportInitialize)(this.pl_buttom)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl pl_buttom; private Control.ModuleEx mControl; } }