FrmWCS_Task.Designer.cs 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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.splitContainer1 = new System.Windows.Forms.SplitContainer();
  29. this.uC_QueryPage1 = new WCS_Client.UC.UC_QueryPage();
  30. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  31. this.splitContainer1.Panel1.SuspendLayout();
  32. this.splitContainer1.SuspendLayout();
  33. this.SuspendLayout();
  34. //
  35. // splitContainer1
  36. //
  37. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  38. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  39. this.splitContainer1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  40. this.splitContainer1.Name = "splitContainer1";
  41. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  42. //
  43. // splitContainer1.Panel1
  44. //
  45. this.splitContainer1.Panel1.Controls.Add(this.uC_QueryPage1);
  46. //
  47. // splitContainer1.Panel2
  48. //
  49. this.splitContainer1.Panel2.Enabled = false;
  50. this.splitContainer1.Panel2.UseWaitCursor = true;
  51. this.splitContainer1.Panel2Collapsed = true;
  52. this.splitContainer1.Size = new System.Drawing.Size(1711, 810);
  53. this.splitContainer1.SplitterDistance = 619;
  54. this.splitContainer1.SplitterWidth = 5;
  55. this.splitContainer1.TabIndex = 2;
  56. //
  57. // uC_QueryPage1
  58. //
  59. this.uC_QueryPage1.Dock = System.Windows.Forms.DockStyle.Fill;
  60. this.uC_QueryPage1.Location = new System.Drawing.Point(0, 0);
  61. this.uC_QueryPage1.Margin = new System.Windows.Forms.Padding(0);
  62. this.uC_QueryPage1.Name = "uC_QueryPage1";
  63. this.uC_QueryPage1.Size = new System.Drawing.Size(1711, 810);
  64. this.uC_QueryPage1.TabIndex = 0;
  65. this.uC_QueryPage1.Load += new System.EventHandler(this.uC_QueryPage1_Load);
  66. this.uC_QueryPage1.DoubleClick += new System.EventHandler(this.uC_QueryPage1_DoubleClick);
  67. //
  68. // FrmWCS_Task
  69. //
  70. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  71. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  72. this.ClientSize = new System.Drawing.Size(1711, 810);
  73. this.Controls.Add(this.splitContainer1);
  74. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  75. this.Name = "FrmWCS_Task";
  76. this.Text = "FrmWCS_Task";
  77. this.splitContainer1.Panel1.ResumeLayout(false);
  78. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  79. this.splitContainer1.ResumeLayout(false);
  80. this.ResumeLayout(false);
  81. }
  82. #endregion
  83. private System.Windows.Forms.SplitContainer splitContainer1;
  84. private UC.UC_QueryPage uC_QueryPage1;
  85. }
  86. }