FrmWCS_Task.Designer.cs 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. namespace WCS_Client.Frm
  2. {
  3. partial class FrmWCS_Task
  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.uC_QueryPage1 = new WCS_Client.UC.UC_QueryPage();
  29. this.uC_QueryPage2 = new WCS_Client.UC.UC_QueryPage();
  30. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  31. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  32. this.splitContainer1.Panel1.SuspendLayout();
  33. this.splitContainer1.Panel2.SuspendLayout();
  34. this.splitContainer1.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // uC_QueryPage1
  38. //
  39. this.uC_QueryPage1.Dock = System.Windows.Forms.DockStyle.Fill;
  40. this.uC_QueryPage1.Location = new System.Drawing.Point(0, 0);
  41. this.uC_QueryPage1.Margin = new System.Windows.Forms.Padding(0);
  42. this.uC_QueryPage1.Name = "uC_QueryPage1";
  43. this.uC_QueryPage1.Size = new System.Drawing.Size(1283, 420);
  44. this.uC_QueryPage1.TabIndex = 0;
  45. //
  46. // uC_QueryPage2
  47. //
  48. this.uC_QueryPage2.Dock = System.Windows.Forms.DockStyle.Fill;
  49. this.uC_QueryPage2.Location = new System.Drawing.Point(0, 0);
  50. this.uC_QueryPage2.Margin = new System.Windows.Forms.Padding(0);
  51. this.uC_QueryPage2.Name = "uC_QueryPage2";
  52. this.uC_QueryPage2.Size = new System.Drawing.Size(1283, 224);
  53. this.uC_QueryPage2.TabIndex = 1;
  54. //
  55. // splitContainer1
  56. //
  57. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  58. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  59. this.splitContainer1.Name = "splitContainer1";
  60. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  61. //
  62. // splitContainer1.Panel1
  63. //
  64. this.splitContainer1.Panel1.Controls.Add(this.uC_QueryPage1);
  65. //
  66. // splitContainer1.Panel2
  67. //
  68. this.splitContainer1.Panel2.Controls.Add(this.uC_QueryPage2);
  69. this.splitContainer1.Size = new System.Drawing.Size(1283, 648);
  70. this.splitContainer1.SplitterDistance = 420;
  71. this.splitContainer1.TabIndex = 2;
  72. //
  73. // FrmWCS_Task
  74. //
  75. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  76. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  77. this.ClientSize = new System.Drawing.Size(1283, 648);
  78. this.Controls.Add(this.splitContainer1);
  79. this.Name = "FrmWCS_Task";
  80. this.Text = "FrmWCS_Task";
  81. this.splitContainer1.Panel1.ResumeLayout(false);
  82. this.splitContainer1.Panel2.ResumeLayout(false);
  83. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  84. this.splitContainer1.ResumeLayout(false);
  85. this.ResumeLayout(false);
  86. }
  87. #endregion
  88. private UC.UC_QueryPage uC_QueryPage1;
  89. private UC.UC_QueryPage uC_QueryPage2;
  90. private System.Windows.Forms.SplitContainer splitContainer1;
  91. }
  92. }