using System.Drawing; namespace Lskj.SweepCode { 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() { DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject(); this.splitMain = new DevExpress.XtraEditors.SplitContainerControl(); this.panelMain = new DevExpress.XtraEditors.PanelControl(); this.panelDetail = new DevExpress.XtraEditors.PanelControl(); this.detailTab = new Lskj.Control.TabControlEx(); this.detailContorl = new DevExpress.XtraEditors.PanelControl(); this.detailControl_Right = new DevExpress.XtraEditors.PanelControl(); this.detailpl_Left = new DevExpress.XtraEditors.PanelControl(); this.detailplControl = new DevExpress.XtraEditors.PanelControl(); this.detailTab_Title = new DevExpress.XtraEditors.PanelControl(); this.lbTitle = new System.Windows.Forms.Label(); this.pl_Bottom = new DevExpress.XtraEditors.PanelControl(); this.TabBottom = new Lskj.Control.TabControlEx(); this.pl_Bottom_Title = new DevExpress.XtraEditors.PanelControl(); this.label1 = new System.Windows.Forms.Label(); this.pl_Main = new DevExpress.XtraEditors.PanelControl(); this.pl_Main_Center = new DevExpress.XtraEditors.PanelControl(); this.pl_MainState = new DevExpress.XtraEditors.PanelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.pl_TopSearch = new DevExpress.XtraEditors.PanelControl(); this.panel1 = new System.Windows.Forms.Panel(); this.buttonEdit1 = new DevExpress.XtraEditors.ButtonEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.TabRight = new Lskj.Control.TabControlEx(); ((System.ComponentModel.ISupportInitialize)(this.splitMain)).BeginInit(); this.splitMain.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelMain)).BeginInit(); this.panelMain.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelDetail)).BeginInit(); this.panelDetail.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.detailContorl)).BeginInit(); this.detailContorl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.detailControl_Right)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.detailpl_Left)).BeginInit(); this.detailpl_Left.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.detailplControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.detailTab_Title)).BeginInit(); this.detailTab_Title.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_Bottom)).BeginInit(); this.pl_Bottom.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_Bottom_Title)).BeginInit(); this.pl_Bottom_Title.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_Main)).BeginInit(); this.pl_Main.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_Main_Center)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pl_MainState)).BeginInit(); this.pl_MainState.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_TopSearch)).BeginInit(); this.pl_TopSearch.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.buttonEdit1.Properties)).BeginInit(); this.SuspendLayout(); // // splitMain // this.splitMain.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default; this.splitMain.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2; this.splitMain.Dock = System.Windows.Forms.DockStyle.Fill; this.splitMain.Location = new System.Drawing.Point(0, 0); this.splitMain.Name = "splitMain"; this.splitMain.Panel1.Controls.Add(this.panelMain); this.splitMain.Panel1.Text = "Panel1"; this.splitMain.Panel2.Controls.Add(this.TabRight); this.splitMain.Panel2.Text = "Panel2"; this.splitMain.Size = new System.Drawing.Size(1290, 739); this.splitMain.SplitterPosition = 1111; this.splitMain.TabIndex = 0; this.splitMain.Text = "splitContainerControl1"; this.splitMain.SplitterPositionChanged += new System.EventHandler(this.OnSplitterPositionChanged); // // panelMain // this.panelMain.Appearance.BackColor = System.Drawing.Color.Transparent; this.panelMain.Appearance.Options.UseBackColor = true; this.panelMain.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelMain.Controls.Add(this.panelDetail); this.panelMain.Controls.Add(this.pl_Bottom); this.panelMain.Controls.Add(this.pl_Main); this.panelMain.Controls.Add(this.pl_TopSearch); this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill; this.panelMain.Location = new System.Drawing.Point(0, 0); this.panelMain.Name = "panelMain"; this.panelMain.Size = new System.Drawing.Size(1111, 739); this.panelMain.TabIndex = 0; // // panelDetail // this.panelDetail.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelDetail.Controls.Add(this.detailTab); this.panelDetail.Controls.Add(this.detailContorl); this.panelDetail.Controls.Add(this.detailTab_Title); this.panelDetail.Dock = System.Windows.Forms.DockStyle.Fill; this.panelDetail.Location = new System.Drawing.Point(0, 184); this.panelDetail.Name = "panelDetail"; this.panelDetail.Size = new System.Drawing.Size(1111, 409); this.panelDetail.TabIndex = 6; // // detailTab // this.detailTab.Dock = System.Windows.Forms.DockStyle.Fill; this.detailTab.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold); this.detailTab.Location = new System.Drawing.Point(0, 246); this.detailTab.Name = "detailTab"; this.detailTab.Size = new System.Drawing.Size(1111, 163); this.detailTab.TabIndex = 9; // // detailContorl // this.detailContorl.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.detailContorl.Controls.Add(this.detailControl_Right); this.detailContorl.Controls.Add(this.detailpl_Left); this.detailContorl.Dock = System.Windows.Forms.DockStyle.Top; this.detailContorl.Location = new System.Drawing.Point(0, 35); this.detailContorl.Name = "detailContorl"; this.detailContorl.Size = new System.Drawing.Size(1111, 211); this.detailContorl.TabIndex = 6; // // detailControl_Right // this.detailControl_Right.Appearance.BackColor = System.Drawing.Color.White; this.detailControl_Right.Appearance.Options.UseBackColor = true; this.detailControl_Right.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.detailControl_Right.Dock = System.Windows.Forms.DockStyle.Fill; this.detailControl_Right.Location = new System.Drawing.Point(680, 0); this.detailControl_Right.Name = "detailControl_Right"; this.detailControl_Right.Size = new System.Drawing.Size(431, 211); this.detailControl_Right.TabIndex = 8; // // detailpl_Left // this.detailpl_Left.Appearance.BackColor = System.Drawing.Color.Transparent; this.detailpl_Left.Appearance.Options.UseBackColor = true; this.detailpl_Left.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.detailpl_Left.Controls.Add(this.detailplControl); this.detailpl_Left.Dock = System.Windows.Forms.DockStyle.Left; this.detailpl_Left.Location = new System.Drawing.Point(0, 0); this.detailpl_Left.Name = "detailpl_Left"; this.detailpl_Left.Size = new System.Drawing.Size(680, 211); this.detailpl_Left.TabIndex = 7; // // detailplControl // this.detailplControl.Appearance.BackColor = System.Drawing.Color.White; this.detailplControl.Appearance.Options.UseBackColor = true; this.detailplControl.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.detailplControl.Dock = System.Windows.Forms.DockStyle.Fill; this.detailplControl.Location = new System.Drawing.Point(2, 2); this.detailplControl.Name = "detailplControl"; this.detailplControl.Size = new System.Drawing.Size(676, 207); this.detailplControl.TabIndex = 9; // // detailTab_Title // this.detailTab_Title.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.detailTab_Title.Controls.Add(this.lbTitle); this.detailTab_Title.Dock = System.Windows.Forms.DockStyle.Top; this.detailTab_Title.Location = new System.Drawing.Point(0, 0); this.detailTab_Title.Name = "detailTab_Title"; this.detailTab_Title.Size = new System.Drawing.Size(1111, 35); this.detailTab_Title.TabIndex = 5; // // lbTitle // this.lbTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(238)))), ((int)(((byte)(249))))); this.lbTitle.Dock = System.Windows.Forms.DockStyle.Fill; this.lbTitle.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(108)))), ((int)(((byte)(206))))); this.lbTitle.Location = new System.Drawing.Point(0, 0); this.lbTitle.Name = "lbTitle"; this.lbTitle.Size = new System.Drawing.Size(1111, 35); this.lbTitle.TabIndex = 2; this.lbTitle.Text = " 扫码识别信息"; this.lbTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // pl_Bottom // this.pl_Bottom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_Bottom.Controls.Add(this.TabBottom); this.pl_Bottom.Controls.Add(this.pl_Bottom_Title); this.pl_Bottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.pl_Bottom.Location = new System.Drawing.Point(0, 593); this.pl_Bottom.Name = "pl_Bottom"; this.pl_Bottom.Size = new System.Drawing.Size(1111, 146); this.pl_Bottom.TabIndex = 2; // // TabBottom // this.TabBottom.Dock = System.Windows.Forms.DockStyle.Fill; this.TabBottom.Location = new System.Drawing.Point(0, 34); this.TabBottom.Name = "TabBottom"; this.TabBottom.Size = new System.Drawing.Size(1111, 112); this.TabBottom.TabIndex = 9; // // pl_Bottom_Title // this.pl_Bottom_Title.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_Bottom_Title.Controls.Add(this.label1); this.pl_Bottom_Title.Dock = System.Windows.Forms.DockStyle.Top; this.pl_Bottom_Title.Location = new System.Drawing.Point(0, 0); this.pl_Bottom_Title.Name = "pl_Bottom_Title"; this.pl_Bottom_Title.Size = new System.Drawing.Size(1111, 34); this.pl_Bottom_Title.TabIndex = 5; // // label1 // this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(238)))), ((int)(((byte)(249))))); this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Bold); this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(108)))), ((int)(((byte)(206))))); this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(1111, 34); this.label1.TabIndex = 3; this.label1.Text = " 生产工序"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // pl_Main // this.pl_Main.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_Main.Controls.Add(this.pl_Main_Center); this.pl_Main.Controls.Add(this.pl_MainState); this.pl_Main.Dock = System.Windows.Forms.DockStyle.Top; this.pl_Main.Location = new System.Drawing.Point(0, 48); this.pl_Main.Name = "pl_Main"; this.pl_Main.Size = new System.Drawing.Size(1111, 136); this.pl_Main.TabIndex = 1; // // pl_Main_Center // this.pl_Main_Center.Appearance.BackColor = System.Drawing.Color.White; this.pl_Main_Center.Appearance.Options.UseBackColor = true; this.pl_Main_Center.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_Main_Center.Dock = System.Windows.Forms.DockStyle.Fill; this.pl_Main_Center.Location = new System.Drawing.Point(0, 35); this.pl_Main_Center.Name = "pl_Main_Center"; this.pl_Main_Center.Size = new System.Drawing.Size(1111, 101); this.pl_Main_Center.TabIndex = 3; // // pl_MainState // this.pl_MainState.Appearance.BackColor = System.Drawing.Color.White; this.pl_MainState.Appearance.Options.UseBackColor = true; this.pl_MainState.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_MainState.Controls.Add(this.labelControl5); this.pl_MainState.Controls.Add(this.labelControl3); this.pl_MainState.Dock = System.Windows.Forms.DockStyle.Top; this.pl_MainState.Location = new System.Drawing.Point(0, 0); this.pl_MainState.Name = "pl_MainState"; this.pl_MainState.Size = new System.Drawing.Size(1111, 35); this.pl_MainState.TabIndex = 2; // // labelControl5 // this.labelControl5.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl5.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.labelControl5.Location = new System.Drawing.Point(37, 5); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(72, 25); this.labelControl5.TabIndex = 40; this.labelControl5.Text = "基本信息"; // // labelControl3 // this.labelControl3.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl3.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(115)))), ((int)(((byte)(188))))); this.labelControl3.Location = new System.Drawing.Point(1027, 5); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(57, 26); this.labelControl3.TabIndex = 40; this.labelControl3.Text = "未开工"; // // pl_TopSearch // this.pl_TopSearch.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(115)))), ((int)(((byte)(188))))); this.pl_TopSearch.Appearance.Options.UseBackColor = true; this.pl_TopSearch.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_TopSearch.Controls.Add(this.panel1); this.pl_TopSearch.Controls.Add(this.buttonEdit1); this.pl_TopSearch.Controls.Add(this.labelControl2); this.pl_TopSearch.Controls.Add(this.labelControl4); this.pl_TopSearch.Dock = System.Windows.Forms.DockStyle.Top; this.pl_TopSearch.Location = new System.Drawing.Point(0, 0); this.pl_TopSearch.Name = "pl_TopSearch"; this.pl_TopSearch.Size = new System.Drawing.Size(1111, 48); this.pl_TopSearch.TabIndex = 0; // // panel1 // this.panel1.BackgroundImage = global::Lskj.SweepCode.Properties.Resources.message; this.panel1.Location = new System.Drawing.Point(866, 19); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(19, 16); this.panel1.TabIndex = 41; // // buttonEdit1 // this.buttonEdit1.Location = new System.Drawing.Point(138, 9); this.buttonEdit1.Name = "buttonEdit1"; this.buttonEdit1.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(89)))), ((int)(((byte)(164))))); this.buttonEdit1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.buttonEdit1.Properties.Appearance.Options.UseBackColor = true; this.buttonEdit1.Properties.Appearance.Options.UseFont = true; this.buttonEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.buttonEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, global::Lskj.SweepCode.Properties.Resources.CodeLogin, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true)}); this.buttonEdit1.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.buttonEdit1.Size = new System.Drawing.Size(313, 32); this.buttonEdit1.TabIndex = 41; // // labelControl2 // this.labelControl2.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl2.Appearance.ForeColor = System.Drawing.Color.White; this.labelControl2.Location = new System.Drawing.Point(891, 15); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(192, 21); this.labelControl2.TabIndex = 40; this.labelControl2.Text = "信息展示区:此工序已开工"; // // labelControl4 // this.labelControl4.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl4.Appearance.ForeColor = System.Drawing.Color.White; this.labelControl4.Location = new System.Drawing.Point(37, 12); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(95, 26); this.labelControl4.TabIndex = 38; this.labelControl4.Text = "扫描报工单"; // // TabRight // this.TabRight.Dock = System.Windows.Forms.DockStyle.Fill; this.TabRight.Font = new System.Drawing.Font("Tahoma", 17F); this.TabRight.Location = new System.Drawing.Point(0, 0); this.TabRight.Name = "TabRight"; this.TabRight.Size = new System.Drawing.Size(174, 739); this.TabRight.TabIndex = 9; // // 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(1290, 739); this.Controls.Add(this.splitMain); this.Name = "FrmMain"; this.Text = "生产过程管理"; ((System.ComponentModel.ISupportInitialize)(this.splitMain)).EndInit(); this.splitMain.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelMain)).EndInit(); this.panelMain.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelDetail)).EndInit(); this.panelDetail.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.detailContorl)).EndInit(); this.detailContorl.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.detailControl_Right)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.detailpl_Left)).EndInit(); this.detailpl_Left.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.detailplControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.detailTab_Title)).EndInit(); this.detailTab_Title.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_Bottom)).EndInit(); this.pl_Bottom.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_Bottom_Title)).EndInit(); this.pl_Bottom_Title.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_Main)).EndInit(); this.pl_Main.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_Main_Center)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pl_MainState)).EndInit(); this.pl_MainState.ResumeLayout(false); this.pl_MainState.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_TopSearch)).EndInit(); this.pl_TopSearch.ResumeLayout(false); this.pl_TopSearch.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.buttonEdit1.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SplitContainerControl splitMain; private DevExpress.XtraEditors.PanelControl panelMain; private DevExpress.XtraEditors.PanelControl panelDetail; private DevExpress.XtraEditors.PanelControl detailContorl; private DevExpress.XtraEditors.PanelControl detailControl_Right; private DevExpress.XtraEditors.PanelControl detailpl_Left; private DevExpress.XtraEditors.PanelControl detailTab_Title; private DevExpress.XtraEditors.PanelControl pl_Bottom; private DevExpress.XtraEditors.PanelControl pl_Bottom_Title; private DevExpress.XtraEditors.PanelControl pl_Main; private DevExpress.XtraEditors.PanelControl pl_TopSearch; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.PanelControl pl_MainState; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.PanelControl pl_Main_Center; private DevExpress.XtraEditors.LabelControl labelControl2; private System.Windows.Forms.Label lbTitle; private System.Windows.Forms.Label label1; private DevExpress.XtraEditors.ButtonEdit buttonEdit1; private DevExpress.XtraEditors.PanelControl detailplControl; private Lskj.Control.TabControlEx TabBottom; private Lskj.Control.TabControlEx TabRight; private Lskj.Control.TabControlEx detailTab; private DevExpress.XtraEditors.LabelControl labelControl5; private System.Windows.Forms.Panel panel1; } }