FrmWCS_Task.Designer.cs 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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.Name = "splitContainer1";
  40. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  41. //
  42. // splitContainer1.Panel1
  43. //
  44. this.splitContainer1.Panel1.Controls.Add(this.uC_QueryPage1);
  45. //
  46. // splitContainer1.Panel2
  47. //
  48. this.splitContainer1.Panel2.Enabled = false;
  49. this.splitContainer1.Panel2.UseWaitCursor = true;
  50. this.splitContainer1.Panel2Collapsed = true;
  51. this.splitContainer1.Size = new System.Drawing.Size(1283, 648);
  52. this.splitContainer1.SplitterDistance = 619;
  53. this.splitContainer1.TabIndex = 2;
  54. //
  55. // uC_QueryPage1
  56. //
  57. this.uC_QueryPage1.Dock = System.Windows.Forms.DockStyle.Fill;
  58. this.uC_QueryPage1.Location = new System.Drawing.Point(0, 0);
  59. this.uC_QueryPage1.Margin = new System.Windows.Forms.Padding(0);
  60. this.uC_QueryPage1.Name = "uC_QueryPage1";
  61. this.uC_QueryPage1.Size = new System.Drawing.Size(1283, 648);
  62. this.uC_QueryPage1.TabIndex = 0;
  63. //
  64. // FrmWCS_Task
  65. //
  66. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  67. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  68. this.ClientSize = new System.Drawing.Size(1283, 648);
  69. this.Controls.Add(this.splitContainer1);
  70. this.Name = "FrmWCS_Task";
  71. this.Text = "FrmWCS_Task";
  72. this.splitContainer1.Panel1.ResumeLayout(false);
  73. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  74. this.splitContainer1.ResumeLayout(false);
  75. this.ResumeLayout(false);
  76. }
  77. #endregion
  78. private System.Windows.Forms.SplitContainer splitContainer1;
  79. private UC.UC_QueryPage uC_QueryPage1;
  80. }
  81. }