| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 | namespace WCS_Client.Frm{    partial class FrmEquMsg    {        /// <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()        {            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();            this.uC_QueryPage1 = new WCS_Client.UC.UC_QueryPage();            this.textBox1 = new System.Windows.Forms.TextBox();            this.tableLayoutPanel1.SuspendLayout();            this.SuspendLayout();            //             // tableLayoutPanel1            //             this.tableLayoutPanel1.ColumnCount = 2;            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 78.81591F));            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 21.18409F));            this.tableLayoutPanel1.Controls.Add(this.uC_QueryPage1, 0, 0);            this.tableLayoutPanel1.Controls.Add(this.textBox1, 1, 0);            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);            this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);            this.tableLayoutPanel1.Name = "tableLayoutPanel1";            this.tableLayoutPanel1.RowCount = 1;            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));            this.tableLayoutPanel1.Size = new System.Drawing.Size(811, 531);            this.tableLayoutPanel1.TabIndex = 0;            //             // uC_QueryPage1            //             this.uC_QueryPage1.Dock = System.Windows.Forms.DockStyle.Fill;            this.uC_QueryPage1.Location = new System.Drawing.Point(0, 0);            this.uC_QueryPage1.Margin = new System.Windows.Forms.Padding(0);            this.uC_QueryPage1.Name = "uC_QueryPage1";            this.uC_QueryPage1.Size = new System.Drawing.Size(639, 531);            this.uC_QueryPage1.TabIndex = 0;            //             // textBox1            //             this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;            this.textBox1.Location = new System.Drawing.Point(641, 2);            this.textBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);            this.textBox1.Multiline = true;            this.textBox1.Name = "textBox1";            this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both;            this.textBox1.Size = new System.Drawing.Size(168, 527);            this.textBox1.TabIndex = 1;            //             // FrmEquMsg            //             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(811, 531);            this.Controls.Add(this.tableLayoutPanel1);            this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);            this.Name = "FrmEquMsg";            this.Text = "FrmEquMsg";            this.tableLayoutPanel1.ResumeLayout(false);            this.tableLayoutPanel1.PerformLayout();            this.ResumeLayout(false);        }        #endregion        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;        private UC.UC_QueryPage uC_QueryPage1;        private System.Windows.Forms.TextBox textBox1;    }}
 |