namespace DrawGraphManagement { partial class Main { /// /// 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(Main)); this.cmbManageList = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtManageName = new System.Windows.Forms.TextBox(); this.btnCreate = new System.Windows.Forms.Button(); this.btnSave = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.panel4 = new System.Windows.Forms.Panel(); this.button5 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.txtFontSize = new System.Windows.Forms.TextBox(); this.button11 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.BtnBind = new System.Windows.Forms.Button(); this.label6 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.button9 = new System.Windows.Forms.Button(); this.button8 = new System.Windows.Forms.Button(); this.button12 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.button10 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.txtProjectName = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.txtHospitalName = new System.Windows.Forms.TextBox(); this.pnlManageList = new System.Windows.Forms.Panel(); this.treeView1 = new System.Windows.Forms.TreeView(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.EditAreaMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.panel3 = new System.Windows.Forms.Panel(); this.cmbPageType = new System.Windows.Forms.ComboBox(); this.label9 = new System.Windows.Forms.Label(); this.cmbTypesetting = new System.Windows.Forms.ComboBox(); this.label8 = new System.Windows.Forms.Label(); this.txtAreaY = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtAreaX = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.myPanel1 = new System.Windows.Forms.Panel(); this.zedGraphMain = new DrawGraph.ZedGraphControl(); this.panel1.SuspendLayout(); this.panel4.SuspendLayout(); this.pnlManageList.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); this.panel3.SuspendLayout(); this.myPanel1.SuspendLayout(); this.SuspendLayout(); // // cmbManageList // this.cmbManageList.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cmbManageList.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.cmbManageList.FormattingEnabled = true; this.cmbManageList.Location = new System.Drawing.Point(771, 10); this.cmbManageList.Name = "cmbManageList"; this.cmbManageList.Size = new System.Drawing.Size(155, 20); this.cmbManageList.TabIndex = 0; this.cmbManageList.Visible = false; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(664, 14); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(101, 12); this.label1.TabIndex = 1; this.label1.Text = "区域管理器类型:"; this.label1.Visible = false; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(932, 14); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(101, 12); this.label2.TabIndex = 2; this.label2.Text = "区域管理器名称:"; this.label2.Visible = false; // // txtManageName // this.txtManageName.Location = new System.Drawing.Point(1039, 10); this.txtManageName.Name = "txtManageName"; this.txtManageName.Size = new System.Drawing.Size(180, 21); this.txtManageName.TabIndex = 3; this.txtManageName.Visible = false; // // btnCreate // this.btnCreate.Location = new System.Drawing.Point(1302, 8); this.btnCreate.Name = "btnCreate"; this.btnCreate.Size = new System.Drawing.Size(75, 23); this.btnCreate.TabIndex = 4; this.btnCreate.Text = "新建"; this.btnCreate.UseVisualStyleBackColor = true; this.btnCreate.Visible = false; this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click); // // btnSave // this.btnSave.Location = new System.Drawing.Point(895, 7); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(75, 23); this.btnSave.TabIndex = 5; this.btnSave.Text = "保存"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // panel1 // this.panel1.Controls.Add(this.panel4); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.txtProjectName); this.panel1.Controls.Add(this.cmbManageList); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.txtManageName); this.panel1.Controls.Add(this.label7); this.panel1.Controls.Add(this.txtHospitalName); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1350, 46); this.panel1.TabIndex = 6; // // panel4 // this.panel4.Controls.Add(this.button5); this.panel4.Controls.Add(this.button4); this.panel4.Controls.Add(this.button3); this.panel4.Controls.Add(this.txtFontSize); this.panel4.Controls.Add(this.button11); this.panel4.Controls.Add(this.button1); this.panel4.Controls.Add(this.BtnBind); this.panel4.Controls.Add(this.label6); this.panel4.Controls.Add(this.textBox1); this.panel4.Controls.Add(this.button9); this.panel4.Controls.Add(this.button8); this.panel4.Controls.Add(this.button12); this.panel4.Controls.Add(this.button7); this.panel4.Controls.Add(this.button6); this.panel4.Controls.Add(this.button10); this.panel4.Controls.Add(this.button2); this.panel4.Controls.Add(this.btnCreate); this.panel4.Controls.Add(this.btnSave); this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel4.Location = new System.Drawing.Point(0, 4); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(1350, 42); this.panel4.TabIndex = 9; // // button5 // this.button5.Location = new System.Drawing.Point(1394, 15); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(75, 23); this.button5.TabIndex = 16; this.button5.Text = "清空"; this.button5.UseVisualStyleBackColor = true; this.button5.Visible = false; this.button5.Click += new System.EventHandler(this.button5_Click); // // button4 // this.button4.Location = new System.Drawing.Point(1313, 15); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(75, 23); this.button4.TabIndex = 15; this.button4.Text = "默认"; this.button4.UseVisualStyleBackColor = true; this.button4.Visible = false; this.button4.Click += new System.EventHandler(this.button4_Click); // // button3 // this.button3.Location = new System.Drawing.Point(1136, 4); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(112, 23); this.button3.TabIndex = 14; this.button3.Text = "更改所有窗体字体"; this.button3.UseVisualStyleBackColor = true; this.button3.Visible = false; this.button3.Click += new System.EventHandler(this.button3_Click); // // txtFontSize // this.txtFontSize.Location = new System.Drawing.Point(1186, 15); this.txtFontSize.Name = "txtFontSize"; this.txtFontSize.Size = new System.Drawing.Size(62, 21); this.txtFontSize.TabIndex = 13; this.txtFontSize.Visible = false; // // button11 // this.button11.Location = new System.Drawing.Point(981, 6); this.button11.Name = "button11"; this.button11.Size = new System.Drawing.Size(75, 23); this.button11.TabIndex = 12; this.button11.Text = "文书加载"; this.button11.UseVisualStyleBackColor = true; this.button11.Click += new System.EventHandler(this.button11_Click); // // button1 // this.button1.Location = new System.Drawing.Point(1211, 4); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 12; this.button1.Text = "文书加载"; this.button1.UseVisualStyleBackColor = true; this.button1.Visible = false; this.button1.Click += new System.EventHandler(this.button1_Click_1); // // BtnBind // this.BtnBind.Location = new System.Drawing.Point(809, 7); this.BtnBind.Name = "BtnBind"; this.BtnBind.Size = new System.Drawing.Size(75, 23); this.BtnBind.TabIndex = 11; this.BtnBind.Text = "加载数据"; this.BtnBind.UseVisualStyleBackColor = true; this.BtnBind.Click += new System.EventHandler(this.BtnBind_Click); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(20, 13); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(53, 12); this.label6.TabIndex = 9; this.label6.Text = "患者ID:"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(81, 9); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(59, 21); this.textBox1.TabIndex = 10; // // button9 // this.button9.Location = new System.Drawing.Point(321, 7); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(107, 23); this.button9.TabIndex = 6; this.button9.Text = "麻醉记录单2背面"; this.button9.UseVisualStyleBackColor = true; this.button9.Click += new System.EventHandler(this.button9_Click); // // button8 // this.button8.Location = new System.Drawing.Point(609, 7); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(102, 23); this.button8.TabIndex = 6; this.button8.Text = "器械清点单背面"; this.button8.UseVisualStyleBackColor = true; this.button8.Click += new System.EventHandler(this.button8_Click); // // button12 // this.button12.Location = new System.Drawing.Point(722, 7); this.button12.Name = "button12"; this.button12.Size = new System.Drawing.Size(76, 23); this.button12.TabIndex = 6; this.button12.Text = "镇静记录单"; this.button12.UseVisualStyleBackColor = true; this.button12.Click += new System.EventHandler(this.button12_Click); // // button7 // this.button7.Location = new System.Drawing.Point(523, 7); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(75, 23); this.button7.TabIndex = 6; this.button7.Text = "器械清点单"; this.button7.UseVisualStyleBackColor = true; this.button7.Click += new System.EventHandler(this.button7_Click); // // button6 // this.button6.Location = new System.Drawing.Point(439, 7); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(73, 23); this.button6.TabIndex = 6; this.button6.Text = "恢复记录单"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.button6_Click); // // button10 // this.button10.Location = new System.Drawing.Point(230, 7); this.button10.Name = "button10"; this.button10.Size = new System.Drawing.Size(80, 23); this.button10.TabIndex = 6; this.button10.Text = "麻醉记录单2"; this.button10.UseVisualStyleBackColor = true; this.button10.Click += new System.EventHandler(this.button10_Click); // // button2 // this.button2.Location = new System.Drawing.Point(146, 7); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(73, 23); this.button2.TabIndex = 6; this.button2.Text = "麻醉记录单"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(347, 14); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 12); this.label3.TabIndex = 7; this.label3.Text = "项目名称:"; this.label3.Visible = false; // // txtProjectName // this.txtProjectName.Location = new System.Drawing.Point(418, 10); this.txtProjectName.Name = "txtProjectName"; this.txtProjectName.Size = new System.Drawing.Size(225, 21); this.txtProjectName.TabIndex = 8; this.txtProjectName.Visible = false; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(28, 14); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(65, 12); this.label7.TabIndex = 10; this.label7.Text = "医院名称:"; // // txtHospitalName // this.txtHospitalName.Location = new System.Drawing.Point(99, 10); this.txtHospitalName.Name = "txtHospitalName"; this.txtHospitalName.Size = new System.Drawing.Size(213, 21); this.txtHospitalName.TabIndex = 11; // // pnlManageList // this.pnlManageList.Controls.Add(this.treeView1); this.pnlManageList.Dock = System.Windows.Forms.DockStyle.Left; this.pnlManageList.Location = new System.Drawing.Point(0, 46); this.pnlManageList.Name = "pnlManageList"; this.pnlManageList.Size = new System.Drawing.Size(208, 683); this.pnlManageList.TabIndex = 7; // // treeView1 // this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill; this.treeView1.Location = new System.Drawing.Point(0, 0); this.treeView1.Name = "treeView1"; this.treeView1.Size = new System.Drawing.Size(208, 683); this.treeView1.TabIndex = 1; this.treeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseClick); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.EditAreaMenuItem, this.ToolStripMenuItem2}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(125, 48); // // EditAreaMenuItem // this.EditAreaMenuItem.Name = "EditAreaMenuItem"; this.EditAreaMenuItem.Size = new System.Drawing.Size(124, 22); this.EditAreaMenuItem.Text = "编辑区域"; this.EditAreaMenuItem.Click += new System.EventHandler(this.EditAreaMenuItem_Click); // // ToolStripMenuItem2 // this.ToolStripMenuItem2.Name = "ToolStripMenuItem2"; this.ToolStripMenuItem2.Size = new System.Drawing.Size(124, 22); this.ToolStripMenuItem2.Text = "删除区域"; this.ToolStripMenuItem2.Click += new System.EventHandler(this.ToolStripMenuItem2_Click); // // panel3 // this.panel3.Controls.Add(this.cmbPageType); this.panel3.Controls.Add(this.label9); this.panel3.Controls.Add(this.cmbTypesetting); this.panel3.Controls.Add(this.label8); this.panel3.Controls.Add(this.txtAreaY); this.panel3.Controls.Add(this.label5); this.panel3.Controls.Add(this.txtAreaX); this.panel3.Controls.Add(this.label4); this.panel3.Dock = System.Windows.Forms.DockStyle.Right; this.panel3.Location = new System.Drawing.Point(1127, 46); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(223, 683); this.panel3.TabIndex = 9; // // cmbPageType // this.cmbPageType.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cmbPageType.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.cmbPageType.FormattingEnabled = true; this.cmbPageType.Items.AddRange(new object[] { "A4", "A3"}); this.cmbPageType.Location = new System.Drawing.Point(9, 183); this.cmbPageType.Name = "cmbPageType"; this.cmbPageType.Size = new System.Drawing.Size(148, 20); this.cmbPageType.TabIndex = 6; this.cmbPageType.Text = "A4"; this.cmbPageType.SelectedIndexChanged += new System.EventHandler(this.cmbPageType_SelectedIndexChanged); // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(7, 168); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(41, 12); this.label9.TabIndex = 7; this.label9.Text = "纸张:"; // // cmbTypesetting // this.cmbTypesetting.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cmbTypesetting.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.cmbTypesetting.FormattingEnabled = true; this.cmbTypesetting.Items.AddRange(new object[] { "横向", "竖向"}); this.cmbTypesetting.Location = new System.Drawing.Point(9, 136); this.cmbTypesetting.Name = "cmbTypesetting"; this.cmbTypesetting.Size = new System.Drawing.Size(148, 20); this.cmbTypesetting.TabIndex = 4; this.cmbTypesetting.Text = "竖向"; this.cmbTypesetting.SelectedValueChanged += new System.EventHandler(this.cmbTypesetting_SelectedValueChanged); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(7, 121); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(41, 12); this.label8.TabIndex = 5; this.label8.Text = "排版:"; // // txtAreaY // this.txtAreaY.Location = new System.Drawing.Point(9, 77); this.txtAreaY.Name = "txtAreaY"; this.txtAreaY.Size = new System.Drawing.Size(148, 21); this.txtAreaY.TabIndex = 3; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(7, 61); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(95, 12); this.label5.TabIndex = 2; this.label5.Text = "区域管理器位置Y"; // // txtAreaX // this.txtAreaX.Location = new System.Drawing.Point(9, 23); this.txtAreaX.Name = "txtAreaX"; this.txtAreaX.Size = new System.Drawing.Size(148, 21); this.txtAreaX.TabIndex = 1; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(7, 7); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(95, 12); this.label4.TabIndex = 0; this.label4.Text = "区域管理器位置X"; // // myPanel1 // this.myPanel1.AutoScroll = true; this.myPanel1.Controls.Add(this.zedGraphMain); this.myPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.myPanel1.Location = new System.Drawing.Point(208, 46); this.myPanel1.Name = "myPanel1"; this.myPanel1.Size = new System.Drawing.Size(919, 683); this.myPanel1.TabIndex = 10; this.myPanel1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.myPanel1_Scroll); // // zedGraphMain // this.zedGraphMain.Location = new System.Drawing.Point(3, 3); this.zedGraphMain.Name = "zedGraphMain"; this.zedGraphMain.ScrollGrace = 0D; this.zedGraphMain.ScrollMaxX = 0D; this.zedGraphMain.ScrollMaxY = 0D; this.zedGraphMain.ScrollMaxY2 = 0D; this.zedGraphMain.ScrollMinX = 0D; this.zedGraphMain.ScrollMinY = 0D; this.zedGraphMain.ScrollMinY2 = 0D; this.zedGraphMain.Size = new System.Drawing.Size(225, 304); this.zedGraphMain.TabIndex = 1; this.zedGraphMain.MouseDownEvent += new DrawGraph.ZedGraphControl.ZedMouseEventHandler(this.zedGraphMain_MouseDownEvent); this.zedGraphMain.MouseUpEvent += new DrawGraph.ZedGraphControl.ZedMouseEventHandler(this.zedGraphMain_MouseUpEvent); this.zedGraphMain.MouseMoveEvent += new DrawGraph.ZedGraphControl.ZedMouseEventHandler(this.zedGraphMain_MouseMoveEvent); this.zedGraphMain.KeyUp += new System.Windows.Forms.KeyEventHandler(this.zedGraphMain_KeyUp); this.zedGraphMain.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.zedGraphMain_MouseDoubleClick); // // Main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(1350, 729); this.Controls.Add(this.myPanel1); this.Controls.Add(this.panel3); this.Controls.Add(this.pnlManageList); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Main"; this.Text = "记录单制作工具"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.Main_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); this.pnlManageList.ResumeLayout(false); this.contextMenuStrip1.ResumeLayout(false); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.myPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ComboBox cmbManageList; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtManageName; private System.Windows.Forms.Button btnCreate; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel pnlManageList; private DrawGraph.ZedGraphControl zedGraphMain; private System.Windows.Forms.TreeView treeView1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem EditAreaMenuItem; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtProjectName; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.TextBox txtAreaY; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtAreaX; private System.Windows.Forms.Label label4; private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem2; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Button BtnBind; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Panel myPanel1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox txtHospitalName; private System.Windows.Forms.Button button3; private System.Windows.Forms.TextBox txtFontSize; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; private System.Windows.Forms.ComboBox cmbTypesetting; private System.Windows.Forms.Label label8; private System.Windows.Forms.ComboBox cmbPageType; private System.Windows.Forms.Label label9; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button6; private System.Windows.Forms.Button button7; private System.Windows.Forms.Button button8; private System.Windows.Forms.Button button9; private System.Windows.Forms.Button button10; private System.Windows.Forms.Button button11; private System.Windows.Forms.Button button12; } }