frmExamineMana.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. namespace Pur.pur_plan
  2. {
  3. partial class frmExamineMana
  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.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  30. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  31. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  32. this.lb_taskName = new System.Windows.Forms.Label();
  33. this.lb_OFFER_TIME_END = new System.Windows.Forms.Label();
  34. this.lb_OFFER_TIME_START = new System.Windows.Forms.Label();
  35. this.lb_taskId = new System.Windows.Forms.Label();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.label2 = new System.Windows.Forms.Label();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.tableLayoutPanel1.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  42. this.ultraGroupBox2.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  45. this.ultraGroupBox1.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // tableLayoutPanel1
  49. //
  50. this.tableLayoutPanel1.ColumnCount = 1;
  51. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  52. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  53. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox2, 0, 1);
  54. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox1, 0, 0);
  55. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  56. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  57. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  58. this.tableLayoutPanel1.RowCount = 2;
  59. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  60. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  61. this.tableLayoutPanel1.Size = new System.Drawing.Size(857, 400);
  62. this.tableLayoutPanel1.TabIndex = 0;
  63. //
  64. // ultraGroupBox2
  65. //
  66. this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
  67. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  68. this.ultraGroupBox2.Location = new System.Drawing.Point(3, 83);
  69. this.ultraGroupBox2.Name = "ultraGroupBox2";
  70. this.ultraGroupBox2.Size = new System.Drawing.Size(851, 314);
  71. this.ultraGroupBox2.TabIndex = 1;
  72. this.ultraGroupBox2.Text = "询价单对比";
  73. //
  74. // ultraGrid1
  75. //
  76. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  77. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  78. this.ultraGrid1.Location = new System.Drawing.Point(3, 18);
  79. this.ultraGrid1.Name = "ultraGrid1";
  80. this.ultraGrid1.Size = new System.Drawing.Size(845, 293);
  81. this.ultraGrid1.TabIndex = 1;
  82. this.ultraGrid1.Text = "ultraGrid1";
  83. //
  84. // ultraGroupBox1
  85. //
  86. this.ultraGroupBox1.Controls.Add(this.lb_taskName);
  87. this.ultraGroupBox1.Controls.Add(this.lb_OFFER_TIME_END);
  88. this.ultraGroupBox1.Controls.Add(this.lb_OFFER_TIME_START);
  89. this.ultraGroupBox1.Controls.Add(this.lb_taskId);
  90. this.ultraGroupBox1.Controls.Add(this.label3);
  91. this.ultraGroupBox1.Controls.Add(this.label4);
  92. this.ultraGroupBox1.Controls.Add(this.label2);
  93. this.ultraGroupBox1.Controls.Add(this.label1);
  94. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  95. this.ultraGroupBox1.Location = new System.Drawing.Point(3, 3);
  96. this.ultraGroupBox1.Name = "ultraGroupBox1";
  97. this.ultraGroupBox1.Size = new System.Drawing.Size(851, 74);
  98. this.ultraGroupBox1.TabIndex = 0;
  99. this.ultraGroupBox1.Text = "任务单信息";
  100. //
  101. // lb_taskName
  102. //
  103. this.lb_taskName.AutoSize = true;
  104. this.lb_taskName.Location = new System.Drawing.Point(436, 29);
  105. this.lb_taskName.Name = "lb_taskName";
  106. this.lb_taskName.Size = new System.Drawing.Size(65, 12);
  107. this.lb_taskName.TabIndex = 23;
  108. this.lb_taskName.Text = "任务名称:";
  109. this.lb_taskName.Click += new System.EventHandler(this.lb_taskName_Click);
  110. //
  111. // lb_OFFER_TIME_END
  112. //
  113. this.lb_OFFER_TIME_END.AutoSize = true;
  114. this.lb_OFFER_TIME_END.Location = new System.Drawing.Point(459, 54);
  115. this.lb_OFFER_TIME_END.Name = "lb_OFFER_TIME_END";
  116. this.lb_OFFER_TIME_END.Size = new System.Drawing.Size(89, 12);
  117. this.lb_OFFER_TIME_END.TabIndex = 22;
  118. this.lb_OFFER_TIME_END.Text = "报价结束时间:";
  119. this.lb_OFFER_TIME_END.Click += new System.EventHandler(this.lb_OFFER_TIME_END_Click);
  120. //
  121. // lb_OFFER_TIME_START
  122. //
  123. this.lb_OFFER_TIME_START.AutoSize = true;
  124. this.lb_OFFER_TIME_START.Location = new System.Drawing.Point(93, 54);
  125. this.lb_OFFER_TIME_START.Name = "lb_OFFER_TIME_START";
  126. this.lb_OFFER_TIME_START.Size = new System.Drawing.Size(89, 12);
  127. this.lb_OFFER_TIME_START.TabIndex = 21;
  128. this.lb_OFFER_TIME_START.Text = "报价开始时间:";
  129. //
  130. // lb_taskId
  131. //
  132. this.lb_taskId.AutoSize = true;
  133. this.lb_taskId.Location = new System.Drawing.Point(72, 29);
  134. this.lb_taskId.Name = "lb_taskId";
  135. this.lb_taskId.Size = new System.Drawing.Size(65, 12);
  136. this.lb_taskId.TabIndex = 20;
  137. this.lb_taskId.Text = "任务编号:";
  138. //
  139. // label3
  140. //
  141. this.label3.AutoSize = true;
  142. this.label3.Location = new System.Drawing.Point(374, 54);
  143. this.label3.Name = "label3";
  144. this.label3.Size = new System.Drawing.Size(89, 12);
  145. this.label3.TabIndex = 19;
  146. this.label3.Text = "报价结束时间:";
  147. this.label3.Click += new System.EventHandler(this.label3_Click);
  148. //
  149. // label4
  150. //
  151. this.label4.AutoSize = true;
  152. this.label4.Location = new System.Drawing.Point(374, 29);
  153. this.label4.Name = "label4";
  154. this.label4.Size = new System.Drawing.Size(65, 12);
  155. this.label4.TabIndex = 18;
  156. this.label4.Text = "任务名称:";
  157. this.label4.Click += new System.EventHandler(this.label4_Click);
  158. //
  159. // label2
  160. //
  161. this.label2.AutoSize = true;
  162. this.label2.Location = new System.Drawing.Point(10, 29);
  163. this.label2.Name = "label2";
  164. this.label2.Size = new System.Drawing.Size(65, 12);
  165. this.label2.TabIndex = 17;
  166. this.label2.Text = "任务编号:";
  167. //
  168. // label1
  169. //
  170. this.label1.AutoSize = true;
  171. this.label1.Location = new System.Drawing.Point(10, 54);
  172. this.label1.Name = "label1";
  173. this.label1.Size = new System.Drawing.Size(89, 12);
  174. this.label1.TabIndex = 16;
  175. this.label1.Text = "报价开始时间:";
  176. //
  177. // frmExamineMana
  178. //
  179. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  180. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  181. this.ClientSize = new System.Drawing.Size(857, 400);
  182. this.Controls.Add(this.tableLayoutPanel1);
  183. this.Name = "frmExamineMana";
  184. this.Text = "frmExamineMana";
  185. this.tableLayoutPanel1.ResumeLayout(false);
  186. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  187. this.ultraGroupBox2.ResumeLayout(false);
  188. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  189. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  190. this.ultraGroupBox1.ResumeLayout(false);
  191. this.ultraGroupBox1.PerformLayout();
  192. this.ResumeLayout(false);
  193. }
  194. #endregion
  195. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  196. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  197. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  198. private System.Windows.Forms.Label lb_taskName;
  199. private System.Windows.Forms.Label lb_OFFER_TIME_END;
  200. private System.Windows.Forms.Label lb_OFFER_TIME_START;
  201. private System.Windows.Forms.Label lb_taskId;
  202. private System.Windows.Forms.Label label3;
  203. private System.Windows.Forms.Label label4;
  204. private System.Windows.Forms.Label label2;
  205. private System.Windows.Forms.Label label1;
  206. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  207. }
  208. }