FrmEquMsg.Designer.cs 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. namespace WCS_Client.Frm
  2. {
  3. partial class FrmEquMsg
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  29. this.uC_QueryPage1 = new WCS_Client.UC.UC_QueryPage();
  30. this.textBox1 = new System.Windows.Forms.TextBox();
  31. this.tableLayoutPanel1.SuspendLayout();
  32. this.SuspendLayout();
  33. //
  34. // tableLayoutPanel1
  35. //
  36. this.tableLayoutPanel1.ColumnCount = 2;
  37. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 78.81591F));
  38. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 21.18409F));
  39. this.tableLayoutPanel1.Controls.Add(this.uC_QueryPage1, 0, 0);
  40. this.tableLayoutPanel1.Controls.Add(this.textBox1, 1, 0);
  41. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  42. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  43. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  44. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  45. this.tableLayoutPanel1.RowCount = 1;
  46. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  47. this.tableLayoutPanel1.Size = new System.Drawing.Size(811, 531);
  48. this.tableLayoutPanel1.TabIndex = 0;
  49. //
  50. // uC_QueryPage1
  51. //
  52. this.uC_QueryPage1.Dock = System.Windows.Forms.DockStyle.Fill;
  53. this.uC_QueryPage1.Location = new System.Drawing.Point(0, 0);
  54. this.uC_QueryPage1.Margin = new System.Windows.Forms.Padding(0);
  55. this.uC_QueryPage1.Name = "uC_QueryPage1";
  56. this.uC_QueryPage1.Size = new System.Drawing.Size(639, 531);
  57. this.uC_QueryPage1.TabIndex = 0;
  58. //
  59. // textBox1
  60. //
  61. this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  62. this.textBox1.Location = new System.Drawing.Point(641, 2);
  63. this.textBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  64. this.textBox1.Multiline = true;
  65. this.textBox1.Name = "textBox1";
  66. this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  67. this.textBox1.Size = new System.Drawing.Size(168, 527);
  68. this.textBox1.TabIndex = 1;
  69. //
  70. // FrmEquMsg
  71. //
  72. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  73. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  74. this.ClientSize = new System.Drawing.Size(811, 531);
  75. this.Controls.Add(this.tableLayoutPanel1);
  76. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  77. this.Name = "FrmEquMsg";
  78. this.Text = "FrmEquMsg";
  79. this.tableLayoutPanel1.ResumeLayout(false);
  80. this.tableLayoutPanel1.PerformLayout();
  81. this.ResumeLayout(false);
  82. }
  83. #endregion
  84. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  85. private UC.UC_QueryPage uC_QueryPage1;
  86. private System.Windows.Forms.TextBox textBox1;
  87. }
  88. }