FrmChemCheckReady.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  1. namespace Core.StlMes.Client.Lims.Data.PipeAndOutdec
  2. {
  3. partial class FrmChemCheckReady
  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. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  43. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  44. this.panel1 = new System.Windows.Forms.Panel();
  45. this.panel3 = new System.Windows.Forms.Panel();
  46. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  47. this.dataSet1 = new System.Data.DataSet();
  48. this.dataTable1 = new System.Data.DataTable();
  49. this.panel2 = new System.Windows.Forms.Panel();
  50. this.chkISPRODUCER = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  51. this.chkCONTRACT_NO = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  52. this.txtQueryCONTRACT_NO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  53. this.chkCHECK_NO = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  54. this.txtQueryCHECK_NO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  55. this.ultraISPRODUCER = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  56. this.panel1.SuspendLayout();
  57. this.panel3.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  61. this.panel2.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.chkISPRODUCER)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.chkCONTRACT_NO)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.txtQueryCONTRACT_NO)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.chkCHECK_NO)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.txtQueryCHECK_NO)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.ultraISPRODUCER)).BeginInit();
  68. this.SuspendLayout();
  69. //
  70. // panel1
  71. //
  72. this.panel1.Controls.Add(this.panel3);
  73. this.panel1.Controls.Add(this.panel2);
  74. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  75. this.panel1.Location = new System.Drawing.Point(0, 0);
  76. this.panel1.Name = "panel1";
  77. this.panel1.Size = new System.Drawing.Size(1328, 666);
  78. this.panel1.TabIndex = 0;
  79. //
  80. // panel3
  81. //
  82. this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  83. this.panel3.Controls.Add(this.ultraGrid1);
  84. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  85. this.panel3.Location = new System.Drawing.Point(0, 40);
  86. this.panel3.Name = "panel3";
  87. this.panel3.Size = new System.Drawing.Size(1328, 626);
  88. this.panel3.TabIndex = 1;
  89. //
  90. // ultraGrid1
  91. //
  92. this.ultraGrid1.DataMember = "Table1";
  93. this.ultraGrid1.DataSource = this.dataSet1;
  94. appearance3.BackColor = System.Drawing.SystemColors.Window;
  95. appearance3.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  96. this.ultraGrid1.DisplayLayout.Appearance = appearance3;
  97. appearance1.TextHAlignAsString = "Center";
  98. ultraGridBand1.Override.CellAppearance = appearance1;
  99. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  100. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  101. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  102. appearance5.BackColor = System.Drawing.SystemColors.ActiveBorder;
  103. appearance5.BackColor2 = System.Drawing.SystemColors.ControlDark;
  104. appearance5.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  105. appearance5.BorderColor = System.Drawing.SystemColors.Window;
  106. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance5;
  107. appearance6.ForeColor = System.Drawing.SystemColors.GrayText;
  108. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance6;
  109. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  110. appearance7.BackColor = System.Drawing.SystemColors.ControlLightLight;
  111. appearance7.BackColor2 = System.Drawing.SystemColors.Control;
  112. appearance7.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  113. appearance7.ForeColor = System.Drawing.SystemColors.GrayText;
  114. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance7;
  115. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  116. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  117. appearance8.BackColor = System.Drawing.SystemColors.Window;
  118. appearance8.ForeColor = System.Drawing.SystemColors.ControlText;
  119. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance8;
  120. appearance9.BackColor = System.Drawing.SystemColors.Highlight;
  121. appearance9.ForeColor = System.Drawing.SystemColors.HighlightText;
  122. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance9;
  123. this.ultraGrid1.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  124. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  125. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  126. appearance10.BackColor = System.Drawing.SystemColors.Window;
  127. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance10;
  128. appearance11.BorderColor = System.Drawing.Color.Silver;
  129. appearance11.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  130. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance11;
  131. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  132. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  133. this.ultraGrid1.DisplayLayout.Override.ColumnSizingArea = Infragistics.Win.UltraWinGrid.ColumnSizingArea.CellsOnly;
  134. appearance12.BackColor = System.Drawing.SystemColors.Control;
  135. appearance12.BackColor2 = System.Drawing.SystemColors.ControlDark;
  136. appearance12.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  137. appearance12.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  138. appearance12.BorderColor = System.Drawing.SystemColors.Window;
  139. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance12;
  140. appearance13.TextHAlignAsString = "Left";
  141. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance13;
  142. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  143. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  144. appearance14.BackColor = System.Drawing.SystemColors.Window;
  145. appearance14.BorderColor = System.Drawing.Color.Silver;
  146. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance14;
  147. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  148. this.ultraGrid1.DisplayLayout.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
  149. appearance15.BackColor = System.Drawing.SystemColors.ControlLight;
  150. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance15;
  151. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  152. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  153. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  154. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  155. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  157. this.ultraGrid1.Name = "ultraGrid1";
  158. this.ultraGrid1.Size = new System.Drawing.Size(1326, 624);
  159. this.ultraGrid1.TabIndex = 44;
  160. this.ultraGrid1.Text = "ultraGrid1";
  161. //
  162. // dataSet1
  163. //
  164. this.dataSet1.DataSetName = "NewDataSet";
  165. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  166. this.dataTable1});
  167. //
  168. // dataTable1
  169. //
  170. this.dataTable1.TableName = "Table1";
  171. //
  172. // panel2
  173. //
  174. this.panel2.Controls.Add(this.chkISPRODUCER);
  175. this.panel2.Controls.Add(this.chkCONTRACT_NO);
  176. this.panel2.Controls.Add(this.txtQueryCONTRACT_NO);
  177. this.panel2.Controls.Add(this.chkCHECK_NO);
  178. this.panel2.Controls.Add(this.txtQueryCHECK_NO);
  179. this.panel2.Controls.Add(this.ultraISPRODUCER);
  180. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  181. this.panel2.Location = new System.Drawing.Point(0, 0);
  182. this.panel2.Name = "panel2";
  183. this.panel2.Size = new System.Drawing.Size(1328, 40);
  184. this.panel2.TabIndex = 0;
  185. //
  186. // chkISPRODUCER
  187. //
  188. this.chkISPRODUCER.AutoSize = true;
  189. this.chkISPRODUCER.Location = new System.Drawing.Point(12, 12);
  190. this.chkISPRODUCER.Margin = new System.Windows.Forms.Padding(2);
  191. this.chkISPRODUCER.Name = "chkISPRODUCER";
  192. this.chkISPRODUCER.Size = new System.Drawing.Size(71, 19);
  193. this.chkISPRODUCER.TabIndex = 219;
  194. this.chkISPRODUCER.Text = "是否监制";
  195. //
  196. // chkCONTRACT_NO
  197. //
  198. this.chkCONTRACT_NO.AutoSize = true;
  199. this.chkCONTRACT_NO.Location = new System.Drawing.Point(319, 12);
  200. this.chkCONTRACT_NO.Margin = new System.Windows.Forms.Padding(2);
  201. this.chkCONTRACT_NO.Name = "chkCONTRACT_NO";
  202. this.chkCONTRACT_NO.Size = new System.Drawing.Size(59, 19);
  203. this.chkCONTRACT_NO.TabIndex = 218;
  204. this.chkCONTRACT_NO.Text = "合同号";
  205. //
  206. // txtQueryCONTRACT_NO
  207. //
  208. this.txtQueryCONTRACT_NO.Enabled = false;
  209. this.txtQueryCONTRACT_NO.Location = new System.Drawing.Point(382, 11);
  210. this.txtQueryCONTRACT_NO.MaxLength = 100;
  211. this.txtQueryCONTRACT_NO.Name = "txtQueryCONTRACT_NO";
  212. this.txtQueryCONTRACT_NO.Size = new System.Drawing.Size(92, 21);
  213. this.txtQueryCONTRACT_NO.TabIndex = 217;
  214. //
  215. // chkCHECK_NO
  216. //
  217. this.chkCHECK_NO.AutoSize = true;
  218. this.chkCHECK_NO.Location = new System.Drawing.Point(148, 12);
  219. this.chkCHECK_NO.Margin = new System.Windows.Forms.Padding(2);
  220. this.chkCHECK_NO.Name = "chkCHECK_NO";
  221. this.chkCHECK_NO.Size = new System.Drawing.Size(71, 19);
  222. this.chkCHECK_NO.TabIndex = 216;
  223. this.chkCHECK_NO.Text = "检验编号";
  224. //
  225. // txtQueryCHECK_NO
  226. //
  227. this.txtQueryCHECK_NO.Enabled = false;
  228. this.txtQueryCHECK_NO.Location = new System.Drawing.Point(223, 11);
  229. this.txtQueryCHECK_NO.MaxLength = 100;
  230. this.txtQueryCHECK_NO.Name = "txtQueryCHECK_NO";
  231. this.txtQueryCHECK_NO.Size = new System.Drawing.Size(92, 21);
  232. this.txtQueryCHECK_NO.TabIndex = 215;
  233. //
  234. // ultraISPRODUCER
  235. //
  236. valueListItem1.DataValue = "0";
  237. valueListItem1.DisplayText = "否";
  238. valueListItem2.DataValue = "1";
  239. valueListItem2.DisplayText = "是";
  240. this.ultraISPRODUCER.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  241. valueListItem1,
  242. valueListItem2});
  243. this.ultraISPRODUCER.Location = new System.Drawing.Point(87, 11);
  244. this.ultraISPRODUCER.Name = "ultraISPRODUCER";
  245. this.ultraISPRODUCER.Size = new System.Drawing.Size(57, 21);
  246. this.ultraISPRODUCER.TabIndex = 214;
  247. this.ultraISPRODUCER.ValueMember = "";
  248. //
  249. // FrmChemCheckReady
  250. //
  251. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  252. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  253. this.ClientSize = new System.Drawing.Size(1328, 666);
  254. this.Controls.Add(this.panel1);
  255. this.Name = "FrmChemCheckReady";
  256. this.Text = "化学试验准备";
  257. this.Load += new System.EventHandler(this.FrmChemCheckReady_Load);
  258. this.panel1.ResumeLayout(false);
  259. this.panel3.ResumeLayout(false);
  260. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  261. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  262. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  263. this.panel2.ResumeLayout(false);
  264. this.panel2.PerformLayout();
  265. ((System.ComponentModel.ISupportInitialize)(this.chkISPRODUCER)).EndInit();
  266. ((System.ComponentModel.ISupportInitialize)(this.chkCONTRACT_NO)).EndInit();
  267. ((System.ComponentModel.ISupportInitialize)(this.txtQueryCONTRACT_NO)).EndInit();
  268. ((System.ComponentModel.ISupportInitialize)(this.chkCHECK_NO)).EndInit();
  269. ((System.ComponentModel.ISupportInitialize)(this.txtQueryCHECK_NO)).EndInit();
  270. ((System.ComponentModel.ISupportInitialize)(this.ultraISPRODUCER)).EndInit();
  271. this.ResumeLayout(false);
  272. }
  273. #endregion
  274. private System.Windows.Forms.Panel panel1;
  275. private System.Windows.Forms.Panel panel2;
  276. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraISPRODUCER;
  277. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkCONTRACT_NO;
  278. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtQueryCONTRACT_NO;
  279. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkCHECK_NO;
  280. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtQueryCHECK_NO;
  281. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkISPRODUCER;
  282. private System.Windows.Forms.Panel panel3;
  283. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  284. private System.Data.DataSet dataSet1;
  285. private System.Data.DataTable dataTable1;
  286. }
  287. }