| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487 | namespace OTSReportTemplate{    partial class Mainframe    {        /// <summary>        /// Required designer variable.        /// </summary>        private System.ComponentModel.IContainer components = null;        /// <summary>        /// Clean up any resources being used.        /// </summary>        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>        protected override void Dispose(bool disposing)        {            if (disposing && (components != null))            {                components.Dispose();            }            base.Dispose(disposing);        }        #region Windows Form Designer generated code        /// <summary>        /// Required method for Designer support - do not modify        /// the contents of this method with the code editor.        /// </summary>        private void InitializeComponent()        {            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Mainframe));            this.toolStrip1 = new System.Windows.Forms.ToolStrip();            this.btn_BUTTON = new System.Windows.Forms.ToolStripButton();            this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();            this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();            this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();            this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();            this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();            this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();            this.toolStripButton9 = new System.Windows.Forms.ToolStripButton();            this.btn_AddRichTextBox = new System.Windows.Forms.ToolStripButton();            this.btn_AddTextBox = new System.Windows.Forms.ToolStripButton();            this.btn_AddLable = new System.Windows.Forms.ToolStripButton();            this.groupBox1 = new System.Windows.Forms.GroupBox();            this.button1 = new System.Windows.Forms.Button();            this.dtpTime = new System.Windows.Forms.DateTimePicker();            this.labCtrName = new System.Windows.Forms.Label();            this.btn_Save = new System.Windows.Forms.Button();            this.txtCtrName = new System.Windows.Forms.TextBox();            this.comboBox2 = new System.Windows.Forms.ComboBox();            this.labCtrText = new System.Windows.Forms.Label();            this.txtCtrText = new System.Windows.Forms.TextBox();            this.label3 = new System.Windows.Forms.Label();            this.labCtrWidth = new System.Windows.Forms.Label();            this.txtCtrWidth = new System.Windows.Forms.TextBox();            this.comboBox1 = new System.Windows.Forms.ComboBox();            this.labCtrHeight = new System.Windows.Forms.Label();            this.label2 = new System.Windows.Forms.Label();            this.txtCtrHeight = new System.Windows.Forms.TextBox();            this.groupBox2 = new System.Windows.Forms.GroupBox();            this.designPanel = new System.Windows.Forms.Panel();            this.toolStrip1.SuspendLayout();            this.groupBox1.SuspendLayout();            this.groupBox2.SuspendLayout();            this.SuspendLayout();            //             // toolStrip1            //             this.toolStrip1.AutoSize = false;            this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {            this.btn_BUTTON,            this.toolStripButton3,            this.toolStripButton1,            this.toolStripButton8,            this.toolStripButton7,            this.toolStripButton6,            this.toolStripButton5,            this.toolStripButton4,            this.toolStripButton2,            this.toolStripButton9,            this.btn_AddRichTextBox,            this.btn_AddTextBox,            this.btn_AddLable});            this.toolStrip1.Location = new System.Drawing.Point(0, 0);            this.toolStrip1.Name = "toolStrip1";            this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);            this.toolStrip1.Size = new System.Drawing.Size(1740, 171);            this.toolStrip1.TabIndex = 2;            this.toolStrip1.Text = "toolStrip1";            //             // btn_BUTTON            //             this.btn_BUTTON.AutoSize = false;            this.btn_BUTTON.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;            this.btn_BUTTON.Image = ((System.Drawing.Image)(resources.GetObject("btn_BUTTON.Image")));            this.btn_BUTTON.ImageTransparentColor = System.Drawing.Color.Magenta;            this.btn_BUTTON.Name = "btn_BUTTON";            this.btn_BUTTON.Size = new System.Drawing.Size(70, 58);            this.btn_BUTTON.Text = "按钮";            this.btn_BUTTON.Click += new System.EventHandler(this.btn_BUTTON_Click);            //             // toolStripButton3            //             this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;            this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));            this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;            this.toolStripButton3.Name = "toolStripButton3";            this.toolStripButton3.Size = new System.Drawing.Size(68, 168);            this.toolStripButton3.Text = "三角图";            this.toolStripButton3.Click += new System.EventHandler(this.btn_AddPictureBoxSeven_Click);            //             // toolStripButton1            //             this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;            this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;            this.toolStripButton1.Name = "toolStripButton1";            this.toolStripButton1.Size = new System.Drawing.Size(104, 168);            this.toolStripButton1.Text = "颗粒成分图";            this.toolStripButton1.Click += new System.EventHandler(this.btn_AddPictureBoxSix_Click);            //             // toolStripButton8            //             this.toolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;            this.toolStripButton8.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton8.Image")));            this.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta;            this.toolStripButton8.Name = "toolStripButton8";            this.toolStripButton8.Size = new System.Drawing.Size(104, 168);            this.toolStripButton8.Text = "元素成分表";            this.toolStripButton8.Click += new System.EventHandler(this.btn_AddPictureBoxFive_Click);            //             // toolStripButton7            //             this.toolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;            this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));            this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;            this.toolStripButton7.Name = "toolStripButton7";            this.toolStripButton7.Size = new System.Drawing.Size(104, 168);            this.toolStripButton7.Text = "元素成分图";            this.toolStripButton7.Click += new System.EventHandler(this.btn_AddPictureBoxFour_Click);            //             // toolStripButton6            //             this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;            this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));            this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;            this.toolStripButton6.Name = "toolStripButton6";            this.toolStripButton6.Size = new System.Drawing.Size(140, 168);            this.toolStripButton6.Text = "颗粒尺寸分布表";            this.toolStripButton6.Click += new System.EventHandler(this.btn_AddPictureBoxThree_Click);            //             // toolStripButton5            //             this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;            this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));            this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;            this.toolStripButton5.Name = "toolStripButton5";            this.toolStripButton5.Size = new System.Drawing.Size(194, 168);            this.toolStripButton5.Text = "颗粒平均元素成分含量";            this.toolStripButton5.Click += new System.EventHandler(this.btn_AddPictureBoxTwo_Click);            //             // toolStripButton4            //             this.toolStripButton4.BackColor = System.Drawing.SystemColors.ButtonFace;            this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;            this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;            this.toolStripButton4.Name = "toolStripButton4";            this.toolStripButton4.Size = new System.Drawing.Size(86, 168);            this.toolStripButton4.Text = "颗粒列表";            this.toolStripButton4.Click += new System.EventHandler(this.btn_AddPictureBoxOne_Click);            this.toolStripButton4.MouseUp += new System.Windows.Forms.MouseEventHandler(this.toolStripButton2_MouseUp);            //             // toolStripButton2            //             this.toolStripButton2.BackColor = System.Drawing.SystemColors.ButtonFace;            this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;            this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));            this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;            this.toolStripButton2.Name = "toolStripButton2";            this.toolStripButton2.Size = new System.Drawing.Size(104, 168);            this.toolStripButton2.Tag = "";            this.toolStripButton2.Text = "成分分布表";            this.toolStripButton2.Click += new System.EventHandler(this.btn_AddPictureBox_Click);            //             // toolStripButton9            //             this.toolStripButton9.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;            this.toolStripButton9.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton9.Image")));            this.toolStripButton9.ImageTransparentColor = System.Drawing.Color.Magenta;            this.toolStripButton9.Name = "toolStripButton9";            this.toolStripButton9.Size = new System.Drawing.Size(86, 168);            this.toolStripButton9.Text = "公司图标";            this.toolStripButton9.Click += new System.EventHandler(this.btn_AddPictureBoxEight_Click);            //             // btn_AddRichTextBox            //             this.btn_AddRichTextBox.AutoSize = false;            this.btn_AddRichTextBox.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;            this.btn_AddRichTextBox.Image = ((System.Drawing.Image)(resources.GetObject("btn_AddRichTextBox.Image")));            this.btn_AddRichTextBox.ImageTransparentColor = System.Drawing.Color.Magenta;            this.btn_AddRichTextBox.Name = "btn_AddRichTextBox";            this.btn_AddRichTextBox.Size = new System.Drawing.Size(70, 58);            this.btn_AddRichTextBox.Text = "公司名";            this.btn_AddRichTextBox.Click += new System.EventHandler(this.btn_AddRichTextBox_Click);            //             // btn_AddTextBox            //             this.btn_AddTextBox.AutoSize = false;            this.btn_AddTextBox.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;            this.btn_AddTextBox.Image = ((System.Drawing.Image)(resources.GetObject("btn_AddTextBox.Image")));            this.btn_AddTextBox.ImageTransparentColor = System.Drawing.Color.Magenta;            this.btn_AddTextBox.Name = "btn_AddTextBox";            this.btn_AddTextBox.Size = new System.Drawing.Size(70, 58);            this.btn_AddTextBox.Text = "文本框";            this.btn_AddTextBox.Click += new System.EventHandler(this.btn_AddTextBox_Click);            //             // btn_AddLable            //             this.btn_AddLable.AccessibleName = " ";            this.btn_AddLable.AutoSize = false;            this.btn_AddLable.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;            this.btn_AddLable.Image = ((System.Drawing.Image)(resources.GetObject("btn_AddLable.Image")));            this.btn_AddLable.ImageTransparentColor = System.Drawing.Color.Magenta;            this.btn_AddLable.Name = "btn_AddLable";            this.btn_AddLable.Size = new System.Drawing.Size(70, 58);            this.btn_AddLable.Text = "静态文本";            this.btn_AddLable.Click += new System.EventHandler(this.btn_AddLable_Click);            //             // groupBox1            //             this.groupBox1.Controls.Add(this.button1);            this.groupBox1.Controls.Add(this.dtpTime);            this.groupBox1.Controls.Add(this.labCtrName);            this.groupBox1.Controls.Add(this.btn_Save);            this.groupBox1.Controls.Add(this.txtCtrName);            this.groupBox1.Controls.Add(this.comboBox2);            this.groupBox1.Controls.Add(this.labCtrText);            this.groupBox1.Controls.Add(this.txtCtrText);            this.groupBox1.Controls.Add(this.label3);            this.groupBox1.Controls.Add(this.labCtrWidth);            this.groupBox1.Controls.Add(this.txtCtrWidth);            this.groupBox1.Controls.Add(this.comboBox1);            this.groupBox1.Controls.Add(this.labCtrHeight);            this.groupBox1.Controls.Add(this.label2);            this.groupBox1.Controls.Add(this.txtCtrHeight);            this.groupBox1.Location = new System.Drawing.Point(12, 203);            this.groupBox1.Name = "groupBox1";            this.groupBox1.Size = new System.Drawing.Size(605, 530);            this.groupBox1.TabIndex = 18;            this.groupBox1.TabStop = false;            this.groupBox1.Text = "属性设置";            //             // button1            //             this.button1.Location = new System.Drawing.Point(285, 393);            this.button1.Name = "button1";            this.button1.Size = new System.Drawing.Size(126, 35);            this.button1.TabIndex = 17;            this.button1.Text = "读取txt文件";            this.button1.UseVisualStyleBackColor = true;            this.button1.Click += new System.EventHandler(this.button1_Click);            //             // dtpTime            //             this.dtpTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";            this.dtpTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;            this.dtpTime.Location = new System.Drawing.Point(28, 227);            this.dtpTime.Name = "dtpTime";            this.dtpTime.ShowUpDown = true;            this.dtpTime.Size = new System.Drawing.Size(200, 28);            this.dtpTime.TabIndex = 0;            //             // labCtrName            //             this.labCtrName.AutoSize = true;            this.labCtrName.Location = new System.Drawing.Point(7, 48);            this.labCtrName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.labCtrName.Name = "labCtrName";            this.labCtrName.Size = new System.Drawing.Size(80, 18);            this.labCtrName.TabIndex = 0;            this.labCtrName.Text = "控件名:";            //             // btn_Save            //             this.btn_Save.Font = new System.Drawing.Font("华文中宋", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.btn_Save.Location = new System.Drawing.Point(285, 323);            this.btn_Save.Name = "btn_Save";            this.btn_Save.Size = new System.Drawing.Size(137, 38);            this.btn_Save.TabIndex = 16;            this.btn_Save.Text = "保存txt文件";            this.btn_Save.UseVisualStyleBackColor = true;            this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);            //             // txtCtrName            //             this.txtCtrName.Location = new System.Drawing.Point(95, 38);            this.txtCtrName.Margin = new System.Windows.Forms.Padding(4);            this.txtCtrName.Name = "txtCtrName";            this.txtCtrName.Size = new System.Drawing.Size(194, 28);            this.txtCtrName.TabIndex = 1;            this.txtCtrName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCtrName_KeyDown);            //             // comboBox2            //             this.comboBox2.FormattingEnabled = true;            this.comboBox2.Items.AddRange(new object[] {            "左对齐",            "居中",            "右对齐"});            this.comboBox2.Location = new System.Drawing.Point(118, 163);            this.comboBox2.Name = "comboBox2";            this.comboBox2.Size = new System.Drawing.Size(182, 26);            this.comboBox2.TabIndex = 15;            //             // labCtrText            //             this.labCtrText.AutoSize = true;            this.labCtrText.Location = new System.Drawing.Point(304, 48);            this.labCtrText.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.labCtrText.Name = "labCtrText";            this.labCtrText.Size = new System.Drawing.Size(80, 18);            this.labCtrText.TabIndex = 8;            this.labCtrText.Text = "文本值:";            //             // txtCtrText            //             this.txtCtrText.Location = new System.Drawing.Point(392, 38);            this.txtCtrText.Margin = new System.Windows.Forms.Padding(4);            this.txtCtrText.Name = "txtCtrText";            this.txtCtrText.Size = new System.Drawing.Size(194, 28);            this.txtCtrText.TabIndex = 5;            this.txtCtrText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCtrText_KeyDown);            //             // label3            //             this.label3.Font = new System.Drawing.Font("宋体", 9F);            this.label3.Location = new System.Drawing.Point(-3, 163);            this.label3.Name = "label3";            this.label3.Size = new System.Drawing.Size(117, 26);            this.label3.TabIndex = 14;            this.label3.Text = "   排列方式:";            //             // labCtrWidth            //             this.labCtrWidth.AutoSize = true;            this.labCtrWidth.Location = new System.Drawing.Point(304, 107);            this.labCtrWidth.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.labCtrWidth.Name = "labCtrWidth";            this.labCtrWidth.Size = new System.Drawing.Size(62, 18);            this.labCtrWidth.TabIndex = 4;            this.labCtrWidth.Text = "宽度:";            //             // txtCtrWidth            //             this.txtCtrWidth.Location = new System.Drawing.Point(383, 97);            this.txtCtrWidth.Margin = new System.Windows.Forms.Padding(4);            this.txtCtrWidth.Name = "txtCtrWidth";            this.txtCtrWidth.Size = new System.Drawing.Size(194, 28);            this.txtCtrWidth.TabIndex = 5;            this.txtCtrWidth.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCtrWidth_KeyDown);            //             // comboBox1            //             this.comboBox1.FormattingEnabled = true;            this.comboBox1.Items.AddRange(new object[] {            "10",            "14",            "20"});            this.comboBox1.Location = new System.Drawing.Point(405, 163);            this.comboBox1.Name = "comboBox1";            this.comboBox1.Size = new System.Drawing.Size(194, 26);            this.comboBox1.TabIndex = 13;            //             // labCtrHeight            //             this.labCtrHeight.AutoSize = true;            this.labCtrHeight.Location = new System.Drawing.Point(25, 107);            this.labCtrHeight.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.labCtrHeight.Name = "labCtrHeight";            this.labCtrHeight.Size = new System.Drawing.Size(62, 18);            this.labCtrHeight.TabIndex = 6;            this.labCtrHeight.Text = "高度:";            //             // label2            //             this.label2.Font = new System.Drawing.Font("宋体", 9F);            this.label2.Location = new System.Drawing.Point(282, 163);            this.label2.Name = "label2";            this.label2.Size = new System.Drawing.Size(117, 26);            this.label2.TabIndex = 12;            this.label2.Text = "   字体大小:";            //             // txtCtrHeight            //             this.txtCtrHeight.Location = new System.Drawing.Point(95, 97);            this.txtCtrHeight.Margin = new System.Windows.Forms.Padding(4);            this.txtCtrHeight.Name = "txtCtrHeight";            this.txtCtrHeight.Size = new System.Drawing.Size(194, 28);            this.txtCtrHeight.TabIndex = 7;            this.txtCtrHeight.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCtrHeight_KeyDown);            //             // groupBox2            //             this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)             | System.Windows.Forms.AnchorStyles.Left)             | System.Windows.Forms.AnchorStyles.Right)));            this.groupBox2.Controls.Add(this.designPanel);            this.groupBox2.Location = new System.Drawing.Point(667, 186);            this.groupBox2.Margin = new System.Windows.Forms.Padding(4);            this.groupBox2.Name = "groupBox2";            this.groupBox2.Padding = new System.Windows.Forms.Padding(4);            this.groupBox2.Size = new System.Drawing.Size(1031, 758);            this.groupBox2.TabIndex = 19;            this.groupBox2.TabStop = false;            this.groupBox2.Text = "设计表单";            //             // designPanel            //             this.designPanel.BackColor = System.Drawing.Color.LightGray;            this.designPanel.Dock = System.Windows.Forms.DockStyle.Fill;            this.designPanel.Location = new System.Drawing.Point(4, 25);            this.designPanel.Margin = new System.Windows.Forms.Padding(4);            this.designPanel.Name = "designPanel";            this.designPanel.Size = new System.Drawing.Size(1023, 729);            this.designPanel.TabIndex = 0;            this.designPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.designPanel_MouseDown);            this.designPanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.designPanel_MouseMove);            this.designPanel.MouseUp += new System.Windows.Forms.MouseEventHandler(this.designPanel_MouseUp);            //             // Mainframe            //             this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(1740, 974);            this.Controls.Add(this.groupBox2);            this.Controls.Add(this.groupBox1);            this.Controls.Add(this.toolStrip1);            this.Name = "Mainframe";            this.Text = "ExportWord";            this.toolStrip1.ResumeLayout(false);            this.toolStrip1.PerformLayout();            this.groupBox1.ResumeLayout(false);            this.groupBox1.PerformLayout();            this.groupBox2.ResumeLayout(false);            this.ResumeLayout(false);        }        #endregion        private System.Windows.Forms.ToolStrip toolStrip1;        private System.Windows.Forms.ToolStripButton btn_BUTTON;        private System.Windows.Forms.ToolStripButton toolStripButton3;        private System.Windows.Forms.ToolStripButton toolStripButton1;        private System.Windows.Forms.ToolStripButton toolStripButton8;        private System.Windows.Forms.ToolStripButton toolStripButton7;        private System.Windows.Forms.ToolStripButton toolStripButton6;        private System.Windows.Forms.ToolStripButton toolStripButton5;        private System.Windows.Forms.ToolStripButton toolStripButton4;        private System.Windows.Forms.ToolStripButton toolStripButton2;        private System.Windows.Forms.ToolStripButton toolStripButton9;        private System.Windows.Forms.ToolStripButton btn_AddRichTextBox;        private System.Windows.Forms.ToolStripButton btn_AddTextBox;        private System.Windows.Forms.ToolStripButton btn_AddLable;        private System.Windows.Forms.GroupBox groupBox1;        private System.Windows.Forms.Button button1;        private System.Windows.Forms.DateTimePicker dtpTime;        private System.Windows.Forms.Label labCtrName;        private System.Windows.Forms.Button btn_Save;        private System.Windows.Forms.TextBox txtCtrName;        private System.Windows.Forms.ComboBox comboBox2;        private System.Windows.Forms.Label labCtrText;        private System.Windows.Forms.TextBox txtCtrText;        private System.Windows.Forms.Label label3;        private System.Windows.Forms.Label labCtrWidth;        private System.Windows.Forms.TextBox txtCtrWidth;        private System.Windows.Forms.ComboBox comboBox1;        private System.Windows.Forms.Label labCtrHeight;        private System.Windows.Forms.Label label2;        private System.Windows.Forms.TextBox txtCtrHeight;        private System.Windows.Forms.GroupBox groupBox2;        private System.Windows.Forms.Panel designPanel;    }}
 |