namespace Lskj.ProductBarCode2 { 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.splitMainControl = new DevExpress.XtraEditors.SplitContainerControl(); this.gcLeft = new Lskj.Control.GridControlEx(); this.pl_left_top = new DevExpress.XtraEditors.PanelControl(); this.xtc_container = new DevExpress.XtraTab.XtraTabControl(); ((System.ComponentModel.ISupportInitialize)(this.splitMainControl)).BeginInit(); this.splitMainControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_left_top)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xtc_container)).BeginInit(); this.SuspendLayout(); // // splitMainControl // this.splitMainControl.Dock = System.Windows.Forms.DockStyle.Fill; this.splitMainControl.Location = new System.Drawing.Point(0, 0); this.splitMainControl.Margin = new System.Windows.Forms.Padding(2); this.splitMainControl.Name = "splitMainControl"; this.splitMainControl.Panel1.Controls.Add(this.gcLeft); this.splitMainControl.Panel1.Controls.Add(this.pl_left_top); this.splitMainControl.Panel1.Text = "Panel1"; this.splitMainControl.Panel2.Controls.Add(this.xtc_container); this.splitMainControl.Panel2.Text = "Panel2"; this.splitMainControl.Size = new System.Drawing.Size(1025, 598); this.splitMainControl.SplitterPosition = 290; this.splitMainControl.TabIndex = 0; this.splitMainControl.Text = "splitContainerControl1"; // // gcLeft // this.gcLeft.AdapterObj = null; this.gcLeft.Dock = System.Windows.Forms.DockStyle.Fill; this.gcLeft.Location = new System.Drawing.Point(0, 36); this.gcLeft.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.gcLeft.Name = "gcLeft"; this.gcLeft.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum; this.gcLeft.Size = new System.Drawing.Size(290, 562); this.gcLeft.TabIndex = 10; // // pl_left_top // this.pl_left_top.Appearance.BackColor = System.Drawing.Color.Transparent; this.pl_left_top.Appearance.Options.UseBackColor = true; this.pl_left_top.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_left_top.Dock = System.Windows.Forms.DockStyle.Top; this.pl_left_top.Location = new System.Drawing.Point(0, 0); this.pl_left_top.LookAndFeel.UseDefaultLookAndFeel = false; this.pl_left_top.Name = "pl_left_top"; this.pl_left_top.Size = new System.Drawing.Size(290, 36); this.pl_left_top.TabIndex = 9; // // xtc_container // this.xtc_container.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.xtc_container.BorderStylePage = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.xtc_container.Dock = System.Windows.Forms.DockStyle.Fill; this.xtc_container.Location = new System.Drawing.Point(0, 0); this.xtc_container.Name = "xtc_container"; this.xtc_container.Size = new System.Drawing.Size(730, 598); this.xtc_container.TabIndex = 6; // // FrmMain // this.Appearance.BackColor = System.Drawing.SystemColors.Control; this.Appearance.Options.UseBackColor = true; this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1025, 598); this.Controls.Add(this.splitMainControl); this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "FrmMain"; this.Text = "Form1"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing); ((System.ComponentModel.ISupportInitialize)(this.splitMainControl)).EndInit(); this.splitMainControl.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_left_top)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xtc_container)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SplitContainerControl splitMainControl; private DevExpress.XtraEditors.PanelControl pl_left_top; private Control.GridControlEx gcLeft; public DevExpress.XtraTab.XtraTabControl xtc_container; } }