frmMaterialQuality.Designer.cs 61 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953
  1. namespace Core.LgMes.Client.LgJobMgt
  2. {
  3. partial class frmMaterialQuality
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  35. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  36. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  37. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("Select");
  40. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("新增");
  45. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  46. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
  47. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Del");
  48. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Modiy");
  49. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Select");
  50. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("OutExcel");
  51. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("BeginUse");
  52. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("EndUse");
  53. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("NOUes");
  54. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  55. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
  56. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Del");
  57. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Modiy");
  58. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Select");
  59. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("OutExcel");
  60. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("BeginUse");
  61. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("EndUse");
  62. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  63. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool18 = new Infragistics.Win.UltraWinToolbars.ButtonTool("NOUes");
  64. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  66. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  67. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  70. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  71. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  72. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  74. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  75. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  76. this.ultraGroupBox14 = new Infragistics.Win.Misc.UltraGroupBox();
  77. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  78. this.ulgridMtrlcmpnt = new Infragistics.Win.UltraWinGrid.UltraGrid();
  79. this.ultraGroupBox16 = new Infragistics.Win.Misc.UltraGroupBox();
  80. this.ultxtMaterielType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  81. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  82. this.btnDel = new System.Windows.Forms.Button();
  83. this.btnAdd = new System.Windows.Forms.Button();
  84. this.label8 = new System.Windows.Forms.Label();
  85. this.label7 = new System.Windows.Forms.Label();
  86. this.label3 = new System.Windows.Forms.Label();
  87. this.label47 = new System.Windows.Forms.Label();
  88. this.ultxtMaterielbNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  89. this.label48 = new System.Windows.Forms.Label();
  90. this.ultxtMaterielName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  91. this.label69 = new System.Windows.Forms.Label();
  92. this.ultxtMemo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  93. this.ultxtMaterielCode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  94. this.label43 = new System.Windows.Forms.Label();
  95. this.ultxtMtrlcmpntCode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  96. this.ultxtMtrlcmpntValue = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  97. this.panel1 = new System.Windows.Forms.Panel();
  98. this.ckbMaterialName = new System.Windows.Forms.CheckBox();
  99. this.ulteMaterialName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  100. this.label2 = new System.Windows.Forms.Label();
  101. this.uldtEndTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  102. this.uldtBeginTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  103. this.ckbTime = new System.Windows.Forms.CheckBox();
  104. this.panel2 = new System.Windows.Forms.Panel();
  105. this.panel2_Fill_Panel = new System.Windows.Forms.Panel();
  106. this._panel2_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  107. this.ultbrMain = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  108. this._panel2_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  109. this._panel2_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  110. this._panel2_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  111. this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  112. this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  113. this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  114. this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  115. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  116. this.ulgriddAdditives = new Infragistics.Win.UltraWinGrid.UltraGrid();
  117. this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter();
  118. this.label1 = new System.Windows.Forms.Label();
  119. this.ultcboUser = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  120. this.udtUseBeginTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  121. this.udtUseEndTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  122. this.label4 = new System.Windows.Forms.Label();
  123. this.label5 = new System.Windows.Forms.Label();
  124. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  125. this.ultraExpandableGroupBox1.SuspendLayout();
  126. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  127. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox14)).BeginInit();
  128. this.ultraGroupBox14.SuspendLayout();
  129. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  130. this.ultraGroupBox2.SuspendLayout();
  131. ((System.ComponentModel.ISupportInitialize)(this.ulgridMtrlcmpnt)).BeginInit();
  132. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox16)).BeginInit();
  133. this.ultraGroupBox16.SuspendLayout();
  134. ((System.ComponentModel.ISupportInitialize)(this.ultxtMaterielType)).BeginInit();
  135. ((System.ComponentModel.ISupportInitialize)(this.ultxtMaterielbNo)).BeginInit();
  136. ((System.ComponentModel.ISupportInitialize)(this.ultxtMaterielName)).BeginInit();
  137. ((System.ComponentModel.ISupportInitialize)(this.ultxtMemo)).BeginInit();
  138. ((System.ComponentModel.ISupportInitialize)(this.ultxtMaterielCode)).BeginInit();
  139. ((System.ComponentModel.ISupportInitialize)(this.ultxtMtrlcmpntCode)).BeginInit();
  140. ((System.ComponentModel.ISupportInitialize)(this.ultxtMtrlcmpntValue)).BeginInit();
  141. this.panel1.SuspendLayout();
  142. ((System.ComponentModel.ISupportInitialize)(this.ulteMaterialName)).BeginInit();
  143. ((System.ComponentModel.ISupportInitialize)(this.uldtEndTime)).BeginInit();
  144. ((System.ComponentModel.ISupportInitialize)(this.uldtBeginTime)).BeginInit();
  145. this.panel2.SuspendLayout();
  146. ((System.ComponentModel.ISupportInitialize)(this.ultbrMain)).BeginInit();
  147. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  148. this.ultraGroupBox1.SuspendLayout();
  149. ((System.ComponentModel.ISupportInitialize)(this.ulgriddAdditives)).BeginInit();
  150. ((System.ComponentModel.ISupportInitialize)(this.ultcboUser)).BeginInit();
  151. ((System.ComponentModel.ISupportInitialize)(this.udtUseBeginTime)).BeginInit();
  152. ((System.ComponentModel.ISupportInitialize)(this.udtUseEndTime)).BeginInit();
  153. this.SuspendLayout();
  154. //
  155. // ultraExpandableGroupBox1
  156. //
  157. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  158. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  159. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1015, 210);
  160. this.ultraExpandableGroupBox1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 370);
  162. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  163. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1015, 210);
  164. this.ultraExpandableGroupBox1.TabIndex = 81;
  165. this.ultraExpandableGroupBox1.Text = "质量编辑";
  166. this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
  167. //
  168. // ultraExpandableGroupBoxPanel1
  169. //
  170. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraGroupBox14);
  171. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  172. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(2, 22);
  173. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  174. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1011, 186);
  175. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  176. //
  177. // ultraGroupBox14
  178. //
  179. this.ultraGroupBox14.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.None;
  180. this.ultraGroupBox14.Controls.Add(this.ultraGroupBox2);
  181. this.ultraGroupBox14.Controls.Add(this.ultraGroupBox16);
  182. this.ultraGroupBox14.Dock = System.Windows.Forms.DockStyle.Fill;
  183. this.ultraGroupBox14.Location = new System.Drawing.Point(0, 0);
  184. this.ultraGroupBox14.Name = "ultraGroupBox14";
  185. this.ultraGroupBox14.Size = new System.Drawing.Size(1011, 186);
  186. this.ultraGroupBox14.TabIndex = 3;
  187. //
  188. // ultraGroupBox2
  189. //
  190. appearance1.BackColor = System.Drawing.Color.LightSteelBlue;
  191. this.ultraGroupBox2.Appearance = appearance1;
  192. this.ultraGroupBox2.Controls.Add(this.ulgridMtrlcmpnt);
  193. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  194. this.ultraGroupBox2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.ultraGroupBox2.Location = new System.Drawing.Point(680, 0);
  196. this.ultraGroupBox2.Name = "ultraGroupBox2";
  197. this.ultraGroupBox2.Size = new System.Drawing.Size(330, 185);
  198. this.ultraGroupBox2.TabIndex = 85;
  199. this.ultraGroupBox2.Text = "检验明细";
  200. //
  201. // ulgridMtrlcmpnt
  202. //
  203. appearance2.BackColor = System.Drawing.Color.LightSteelBlue;
  204. appearance2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))));
  205. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
  206. this.ulgridMtrlcmpnt.DisplayLayout.Appearance = appearance2;
  207. appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(167)))), ((int)(((byte)(222)))));
  208. this.ulgridMtrlcmpnt.DisplayLayout.CaptionAppearance = appearance3;
  209. appearance4.BackColor = System.Drawing.Color.LightSteelBlue;
  210. this.ulgridMtrlcmpnt.DisplayLayout.Override.HeaderAppearance = appearance4;
  211. this.ulgridMtrlcmpnt.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  212. this.ulgridMtrlcmpnt.Dock = System.Windows.Forms.DockStyle.Fill;
  213. this.ulgridMtrlcmpnt.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.ulgridMtrlcmpnt.Location = new System.Drawing.Point(3, 20);
  215. this.ulgridMtrlcmpnt.Name = "ulgridMtrlcmpnt";
  216. this.ulgridMtrlcmpnt.Size = new System.Drawing.Size(324, 162);
  217. this.ulgridMtrlcmpnt.TabIndex = 6;
  218. this.ulgridMtrlcmpnt.Click += new System.EventHandler(this.ulgridMtrlcmpnt_Click);
  219. //
  220. // ultraGroupBox16
  221. //
  222. this.ultraGroupBox16.Controls.Add(this.ultxtMaterielType);
  223. this.ultraGroupBox16.Controls.Add(this.richTextBox1);
  224. this.ultraGroupBox16.Controls.Add(this.btnDel);
  225. this.ultraGroupBox16.Controls.Add(this.btnAdd);
  226. this.ultraGroupBox16.Controls.Add(this.label8);
  227. this.ultraGroupBox16.Controls.Add(this.label7);
  228. this.ultraGroupBox16.Controls.Add(this.label3);
  229. this.ultraGroupBox16.Controls.Add(this.label47);
  230. this.ultraGroupBox16.Controls.Add(this.ultxtMaterielbNo);
  231. this.ultraGroupBox16.Controls.Add(this.label48);
  232. this.ultraGroupBox16.Controls.Add(this.ultxtMaterielName);
  233. this.ultraGroupBox16.Controls.Add(this.label69);
  234. this.ultraGroupBox16.Controls.Add(this.ultxtMemo);
  235. this.ultraGroupBox16.Controls.Add(this.ultxtMaterielCode);
  236. this.ultraGroupBox16.Controls.Add(this.label43);
  237. this.ultraGroupBox16.Controls.Add(this.ultxtMtrlcmpntCode);
  238. this.ultraGroupBox16.Controls.Add(this.ultxtMtrlcmpntValue);
  239. this.ultraGroupBox16.Controls.Add(this.label5);
  240. this.ultraGroupBox16.Controls.Add(this.label4);
  241. this.ultraGroupBox16.Controls.Add(this.udtUseEndTime);
  242. this.ultraGroupBox16.Controls.Add(this.udtUseBeginTime);
  243. this.ultraGroupBox16.Controls.Add(this.ultcboUser);
  244. this.ultraGroupBox16.Controls.Add(this.label1);
  245. this.ultraGroupBox16.Dock = System.Windows.Forms.DockStyle.Left;
  246. this.ultraGroupBox16.Location = new System.Drawing.Point(1, 0);
  247. this.ultraGroupBox16.Name = "ultraGroupBox16";
  248. this.ultraGroupBox16.Size = new System.Drawing.Size(679, 185);
  249. this.ultraGroupBox16.TabIndex = 44;
  250. //
  251. // ultxtMaterielType
  252. //
  253. appearance5.BackColor = System.Drawing.Color.White;
  254. appearance5.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  255. appearance5.BorderColor = System.Drawing.Color.Black;
  256. this.ultxtMaterielType.Appearance = appearance5;
  257. this.ultxtMaterielType.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.OfficeXP;
  258. this.ultxtMaterielType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  259. valueListItem1.DataValue = "FL";
  260. valueListItem1.DisplayText = "辅料";
  261. valueListItem2.DataValue = "HJ";
  262. valueListItem2.DisplayText = "合金";
  263. valueListItem3.DataValue = "WS";
  264. valueListItem3.DisplayText = "喂丝";
  265. ultxtMaterielType.Items.Add(valueListItem1);
  266. ultxtMaterielType.Items.Add(valueListItem2);
  267. ultxtMaterielType.Items.Add(valueListItem3);
  268. this.ultxtMaterielType.Location = new System.Drawing.Point(514, 45);
  269. this.ultxtMaterielType.Name = "ultxtMaterielType";
  270. this.ultxtMaterielType.ReadOnly = true;
  271. this.ultxtMaterielType.Size = new System.Drawing.Size(142, 21);
  272. this.ultxtMaterielType.TabIndex = 90;
  273. this.ultxtMaterielType.FlatMode = true;
  274. //
  275. // richTextBox1
  276. //
  277. this.richTextBox1.Enabled = false;
  278. this.richTextBox1.Location = new System.Drawing.Point(10, 122);
  279. this.richTextBox1.Name = "richTextBox1";
  280. this.richTextBox1.ReadOnly = true;
  281. this.richTextBox1.Size = new System.Drawing.Size(646, 55);
  282. this.richTextBox1.TabIndex = 89;
  283. this.richTextBox1.Text = "MnSi脱氧合金: Mn:65 Si:19.64 C:2.06; 轻烧白云石: CaO(>=50.5) MgO(>=30) SiO2(<=3.5) \nP(<=" +
  284. "0.030) S(<=0.045) 活性度(<=150) 成品粒度:5~50mm";
  285. //
  286. // btnDel
  287. //
  288. this.btnDel.Location = new System.Drawing.Point(581, 79);
  289. this.btnDel.Name = "btnDel";
  290. this.btnDel.Size = new System.Drawing.Size(75, 23);
  291. this.btnDel.TabIndex = 86;
  292. this.btnDel.Text = "<<";
  293. this.btnDel.UseVisualStyleBackColor = true;
  294. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  295. //
  296. // btnAdd
  297. //
  298. this.btnAdd.Location = new System.Drawing.Point(454, 79);
  299. this.btnAdd.Name = "btnAdd";
  300. this.btnAdd.Size = new System.Drawing.Size(75, 23);
  301. this.btnAdd.TabIndex = 85;
  302. this.btnAdd.Text = ">>";
  303. this.btnAdd.UseVisualStyleBackColor = true;
  304. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  305. //
  306. // label8
  307. //
  308. this.label8.AutoSize = true;
  309. this.label8.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  310. this.label8.Location = new System.Drawing.Point(447, 48);
  311. this.label8.Name = "label8";
  312. this.label8.Size = new System.Drawing.Size(63, 14);
  313. this.label8.TabIndex = 55;
  314. this.label8.Text = "物料类型";
  315. //
  316. // label7
  317. //
  318. this.label7.AutoSize = true;
  319. this.label7.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. this.label7.Location = new System.Drawing.Point(218, 13);
  321. this.label7.Name = "label7";
  322. this.label7.Size = new System.Drawing.Size(63, 14);
  323. this.label7.TabIndex = 54;
  324. this.label7.Text = "批次描述";
  325. //
  326. // label3
  327. //
  328. this.label3.AutoSize = true;
  329. this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  330. this.label3.Location = new System.Drawing.Point(232, 83);
  331. this.label3.Name = "label3";
  332. this.label3.Size = new System.Drawing.Size(49, 14);
  333. this.label3.TabIndex = 50;
  334. this.label3.Text = "检验值";
  335. //
  336. // label47
  337. //
  338. this.label47.AutoSize = true;
  339. this.label47.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  340. this.label47.Location = new System.Drawing.Point(12, 13);
  341. this.label47.Name = "label47";
  342. this.label47.Size = new System.Drawing.Size(77, 14);
  343. this.label47.TabIndex = 7;
  344. this.label47.Text = "物料批次号";
  345. //
  346. // ultxtMaterielbNo
  347. //
  348. this.ultxtMaterielbNo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  349. this.ultxtMaterielbNo.Location = new System.Drawing.Point(93, 10);
  350. this.ultxtMaterielbNo.Name = "ultxtMaterielbNo";
  351. this.ultxtMaterielbNo.Size = new System.Drawing.Size(99, 21);
  352. this.ultxtMaterielbNo.TabIndex = 15;
  353. this.ultxtMaterielbNo.FlatMode = true;
  354. //
  355. // label48
  356. //
  357. this.label48.AutoSize = true;
  358. this.label48.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  359. this.label48.Location = new System.Drawing.Point(26, 48);
  360. this.label48.Name = "label48";
  361. this.label48.Size = new System.Drawing.Size(63, 14);
  362. this.label48.TabIndex = 8;
  363. this.label48.Text = "物料编码";
  364. //
  365. // ultxtMaterielName
  366. //
  367. appearance6.BackColor = System.Drawing.Color.White;
  368. this.ultxtMaterielName.Appearance = appearance6;
  369. this.ultxtMaterielName.BackColor = System.Drawing.Color.White;
  370. this.ultxtMaterielName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  371. this.ultxtMaterielName.Location = new System.Drawing.Point(288, 45);
  372. this.ultxtMaterielName.Name = "ultxtMaterielName";
  373. this.ultxtMaterielName.ReadOnly = true;
  374. this.ultxtMaterielName.Size = new System.Drawing.Size(142, 21);
  375. this.ultxtMaterielName.TabIndex = 48;
  376. this.ultxtMaterielName.FlatMode = true;
  377. //
  378. // label69
  379. //
  380. this.label69.AutoSize = true;
  381. this.label69.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  382. this.label69.Location = new System.Drawing.Point(218, 48);
  383. this.label69.Name = "label69";
  384. this.label69.Size = new System.Drawing.Size(63, 14);
  385. this.label69.TabIndex = 49;
  386. this.label69.Text = "物料名称";
  387. //
  388. // ultxtMemo
  389. //
  390. this.ultxtMemo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  391. this.ultxtMemo.Location = new System.Drawing.Point(288, 10);
  392. this.ultxtMemo.Name = "ultxtMemo";
  393. this.ultxtMemo.Size = new System.Drawing.Size(368, 21);
  394. this.ultxtMemo.TabIndex = 29;
  395. this.ultxtMemo.FlatMode = true;
  396. //
  397. // ultxtMaterielCode
  398. //
  399. appearance7.BackColor = System.Drawing.Color.White;
  400. appearance7.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  401. appearance7.BorderColor = System.Drawing.Color.Black;
  402. this.ultxtMaterielCode.Appearance = appearance7;
  403. this.ultxtMaterielCode.BackColor = System.Drawing.Color.White;
  404. appearance8.FontData.BoldAsString = "True";
  405. appearance8.ForeColor = System.Drawing.Color.Blue;
  406. editorButton1.Appearance = appearance8;
  407. editorButton1.ButtonStyle = Infragistics.Win.UIElementButtonStyle.FlatBorderless;
  408. editorButton1.Key = "Select";
  409. editorButton1.Text = ">>";
  410. this.ultxtMaterielCode.ButtonsRight.Add(editorButton1);
  411. this.ultxtMaterielCode.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  412. this.ultxtMaterielCode.Location = new System.Drawing.Point(93, 45);
  413. this.ultxtMaterielCode.Name = "ultxtMaterielCode";
  414. this.ultxtMaterielCode.ReadOnly = true;
  415. this.ultxtMaterielCode.Size = new System.Drawing.Size(99, 21);
  416. this.ultxtMaterielCode.TabIndex = 3;
  417. this.ultxtMaterielCode.FlatMode = true;
  418. this.ultxtMaterielCode.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.ultxtMaterielCode_EditorButtonClick);
  419. //
  420. // label43
  421. //
  422. this.label43.AutoSize = true;
  423. this.label43.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  424. this.label43.Location = new System.Drawing.Point(26, 83);
  425. this.label43.Name = "label43";
  426. this.label43.Size = new System.Drawing.Size(63, 14);
  427. this.label43.TabIndex = 5;
  428. this.label43.Text = "检验名称";
  429. //
  430. // ultxtMtrlcmpntCode
  431. //
  432. this.ultxtMtrlcmpntCode.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  433. this.ultxtMtrlcmpntCode.Location = new System.Drawing.Point(93, 80);
  434. this.ultxtMtrlcmpntCode.Name = "ultxtMtrlcmpntCode";
  435. this.ultxtMtrlcmpntCode.Size = new System.Drawing.Size(99, 21);
  436. this.ultxtMtrlcmpntCode.TabIndex = 17;
  437. this.ultxtMtrlcmpntCode.FlatMode = true;
  438. //
  439. // ultxtMtrlcmpntValue
  440. //
  441. this.ultxtMtrlcmpntValue.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  442. this.ultxtMtrlcmpntValue.Location = new System.Drawing.Point(288, 80);
  443. this.ultxtMtrlcmpntValue.Name = "ultxtMtrlcmpntValue";
  444. this.ultxtMtrlcmpntValue.Size = new System.Drawing.Size(142, 21);
  445. this.ultxtMtrlcmpntValue.TabIndex = 19;
  446. this.ultxtMtrlcmpntValue.FlatMode = true;
  447. this.ultxtMtrlcmpntValue.TextChanged += new System.EventHandler(this.ultxtMtrlcmpntValue_TextChanged);
  448. //
  449. // panel1
  450. //
  451. this.panel1.BackColor = System.Drawing.Color.LightSteelBlue;
  452. this.panel1.Controls.Add(this.ckbMaterialName);
  453. this.panel1.Controls.Add(this.ulteMaterialName);
  454. this.panel1.Controls.Add(this.label2);
  455. this.panel1.Controls.Add(this.uldtEndTime);
  456. this.panel1.Controls.Add(this.uldtBeginTime);
  457. this.panel1.Controls.Add(this.ckbTime);
  458. this.panel1.Controls.Add(this.panel2);
  459. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
  460. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
  461. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
  462. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
  463. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  464. this.panel1.Location = new System.Drawing.Point(0, 0);
  465. this.panel1.Name = "panel1";
  466. this.panel1.Size = new System.Drawing.Size(1015, 71);
  467. this.panel1.TabIndex = 82;
  468. //
  469. // ckbMaterialName
  470. //
  471. this.ckbMaterialName.AutoSize = true;
  472. this.ckbMaterialName.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  473. this.ckbMaterialName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  474. this.ckbMaterialName.Location = new System.Drawing.Point(481, 42);
  475. this.ckbMaterialName.Name = "ckbMaterialName";
  476. this.ckbMaterialName.Size = new System.Drawing.Size(79, 18);
  477. this.ckbMaterialName.TabIndex = 49;
  478. this.ckbMaterialName.Text = "物料名称";
  479. this.ckbMaterialName.UseVisualStyleBackColor = true;
  480. this.ckbMaterialName.CheckedChanged += new System.EventHandler(this.ckbMaterialName_CheckedChanged);
  481. //
  482. // ulteMaterialName
  483. //
  484. this.ulteMaterialName.Enabled = false;
  485. this.ulteMaterialName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  486. this.ulteMaterialName.Location = new System.Drawing.Point(563, 41);
  487. this.ulteMaterialName.Name = "ulteMaterialName";
  488. this.ulteMaterialName.Size = new System.Drawing.Size(108, 21);
  489. this.ulteMaterialName.TabIndex = 48;
  490. this.ulteMaterialName.FlatMode = true;
  491. //
  492. // label2
  493. //
  494. this.label2.AutoSize = true;
  495. this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  496. this.label2.Location = new System.Drawing.Point(282, 45);
  497. this.label2.Name = "label2";
  498. this.label2.Size = new System.Drawing.Size(21, 14);
  499. this.label2.TabIndex = 46;
  500. this.label2.Text = "到";
  501. //
  502. // uldtEndTime
  503. //
  504. appearance12.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  505. appearance12.BorderColor = System.Drawing.Color.Black;
  506. this.uldtEndTime.ButtonAppearance = appearance12;
  507. this.uldtEndTime.DateTime = new System.DateTime(2008, 1, 12, 0, 0, 0, 0);
  508. this.uldtEndTime.Enabled = false;
  509. this.uldtEndTime.FormatProvider = new System.Globalization.CultureInfo("en-US");
  510. this.uldtEndTime.FormatString = "yyyy-MM-dd HH:mm";
  511. this.uldtEndTime.Location = new System.Drawing.Point(315, 41);
  512. this.uldtEndTime.MaskInput = "yyyy-mm-dd hh:mm";
  513. this.uldtEndTime.Name = "uldtEndTime";
  514. this.uldtEndTime.Size = new System.Drawing.Size(142, 21);
  515. this.uldtEndTime.TabIndex = 45;
  516. this.uldtEndTime.FlatMode = true;
  517. this.uldtEndTime.Value = new System.DateTime(2008, 1, 12, 0, 0, 0, 0);
  518. //
  519. // uldtBeginTime
  520. //
  521. appearance13.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  522. appearance13.BorderColor = System.Drawing.Color.Black;
  523. this.uldtBeginTime.ButtonAppearance = appearance13;
  524. this.uldtBeginTime.DateTime = new System.DateTime(2008, 1, 12, 0, 0, 0, 0);
  525. this.uldtBeginTime.Enabled = false;
  526. this.uldtBeginTime.FormatProvider = new System.Globalization.CultureInfo("en-US");
  527. this.uldtBeginTime.FormatString = "yyyy-MM-dd HH:mm";
  528. this.uldtBeginTime.Location = new System.Drawing.Point(126, 41);
  529. this.uldtBeginTime.MaskInput = "yyyy-mm-dd hh:mm";
  530. this.uldtBeginTime.Name = "uldtBeginTime";
  531. this.uldtBeginTime.Size = new System.Drawing.Size(142, 21);
  532. this.uldtBeginTime.TabIndex = 44;
  533. this.uldtBeginTime.FlatMode = true;
  534. this.uldtBeginTime.Value = new System.DateTime(2008, 1, 12, 0, 0, 0, 0);
  535. //
  536. // ckbTime
  537. //
  538. this.ckbTime.AutoSize = true;
  539. this.ckbTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  540. this.ckbTime.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  541. this.ckbTime.Location = new System.Drawing.Point(12, 42);
  542. this.ckbTime.Name = "ckbTime";
  543. this.ckbTime.Size = new System.Drawing.Size(107, 18);
  544. this.ckbTime.TabIndex = 93;
  545. this.ckbTime.Text = "记录时间 从";
  546. this.ckbTime.UseVisualStyleBackColor = true;
  547. this.ckbTime.CheckedChanged += new System.EventHandler(this.ckbTime_CheckedChanged);
  548. //
  549. // panel2
  550. //
  551. this.panel2.Controls.Add(this.panel2_Fill_Panel);
  552. this.panel2.Controls.Add(this._panel2_Toolbars_Dock_Area_Left);
  553. this.panel2.Controls.Add(this._panel2_Toolbars_Dock_Area_Right);
  554. this.panel2.Controls.Add(this._panel2_Toolbars_Dock_Area_Top);
  555. this.panel2.Controls.Add(this._panel2_Toolbars_Dock_Area_Bottom);
  556. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  557. this.panel2.Location = new System.Drawing.Point(0, 0);
  558. this.panel2.Name = "panel2";
  559. this.panel2.Size = new System.Drawing.Size(1015, 31);
  560. this.panel2.TabIndex = 88;
  561. //
  562. // panel2_Fill_Panel
  563. //
  564. this.panel2_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  565. this.panel2_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  566. this.panel2_Fill_Panel.Location = new System.Drawing.Point(0, 26);
  567. this.panel2_Fill_Panel.Name = "panel2_Fill_Panel";
  568. this.panel2_Fill_Panel.Size = new System.Drawing.Size(1015, 5);
  569. this.panel2_Fill_Panel.TabIndex = 0;
  570. //
  571. // _panel2_Toolbars_Dock_Area_Left
  572. //
  573. this._panel2_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  574. this._panel2_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  575. this._panel2_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  576. this._panel2_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  577. this._panel2_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 26);
  578. this._panel2_Toolbars_Dock_Area_Left.Name = "_panel2_Toolbars_Dock_Area_Left";
  579. this._panel2_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 5);
  580. this._panel2_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultbrMain;
  581. //
  582. // ultbrMain
  583. //
  584. appearance14.BackColor = System.Drawing.Color.LightSteelBlue;
  585. appearance14.FontData.Name = "宋体";
  586. appearance14.FontData.SizeInPoints = 10.5F;
  587. this.ultbrMain.Appearance = appearance14;
  588. this.ultbrMain.DesignerFlags = 1;
  589. this.ultbrMain.DockWithinContainer = this.panel2;
  590. this.ultbrMain.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.VisualStudio2005;
  591. ultraToolbar1.DockedColumn = 0;
  592. ultraToolbar1.DockedRow = 0;
  593. ultraToolbar1.Text = "新增";
  594. ultraToolbar1.Visible = false;
  595. ultraToolbar2.DockedColumn = 0;
  596. ultraToolbar2.DockedRow = 0;
  597. buttonTool1.InstanceProps.IsFirstInGroup = true;
  598. buttonTool2.InstanceProps.IsFirstInGroup = true;
  599. buttonTool4.InstanceProps.IsFirstInGroup = true;
  600. buttonTool5.InstanceProps.IsFirstInGroup = true;
  601. buttonTool6.InstanceProps.IsFirstInGroup = true;
  602. buttonTool7.InstanceProps.IsFirstInGroup = true;
  603. buttonTool8.InstanceProps.IsFirstInGroup = true;
  604. buttonTool9.InstanceProps.IsFirstInGroup = true;
  605. ultraToolbar2.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  606. buttonTool1,
  607. buttonTool2,
  608. buttonTool3,
  609. buttonTool4,
  610. buttonTool5,
  611. buttonTool6,
  612. buttonTool7,
  613. buttonTool8,
  614. buttonTool9});
  615. ultraToolbar2.Text = "UltraToolbar1";
  616. this.ultbrMain.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  617. ultraToolbar1,
  618. ultraToolbar2});
  619. buttonTool10.SharedProps.Caption = "新增";
  620. buttonTool10.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  621. buttonTool11.SharedProps.Caption = "删除";
  622. buttonTool11.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  623. buttonTool12.SharedProps.Caption = "修改";
  624. buttonTool12.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  625. buttonTool12.SharedProps.Visible = false;
  626. buttonTool13.SharedProps.Caption = "查询";
  627. buttonTool13.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  628. buttonTool14.SharedProps.Caption = "导出Excel";
  629. buttonTool14.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  630. buttonTool15.SharedProps.Caption = "开始使用";
  631. buttonTool15.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  632. buttonTool16.SharedProps.Caption = "结束使用";
  633. buttonTool16.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  634. buttonTool17.SharedProps.Caption = "关闭";
  635. buttonTool17.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  636. buttonTool18.SharedProps.Caption = "取消使用";
  637. buttonTool18.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  638. this.ultbrMain.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  639. buttonTool10,
  640. buttonTool11,
  641. buttonTool12,
  642. buttonTool13,
  643. buttonTool14,
  644. buttonTool15,
  645. buttonTool16,
  646. buttonTool17,
  647. buttonTool18});
  648. this.ultbrMain.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultbrMain_ToolClick);
  649. //
  650. // _panel2_Toolbars_Dock_Area_Right
  651. //
  652. this._panel2_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  653. this._panel2_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  654. this._panel2_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  655. this._panel2_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  656. this._panel2_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1015, 26);
  657. this._panel2_Toolbars_Dock_Area_Right.Name = "_panel2_Toolbars_Dock_Area_Right";
  658. this._panel2_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 5);
  659. this._panel2_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultbrMain;
  660. //
  661. // _panel2_Toolbars_Dock_Area_Top
  662. //
  663. this._panel2_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  664. this._panel2_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  665. this._panel2_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  666. this._panel2_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  667. this._panel2_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  668. this._panel2_Toolbars_Dock_Area_Top.Name = "_panel2_Toolbars_Dock_Area_Top";
  669. this._panel2_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1015, 26);
  670. this._panel2_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultbrMain;
  671. //
  672. // _panel2_Toolbars_Dock_Area_Bottom
  673. //
  674. this._panel2_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  675. this._panel2_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  676. this._panel2_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  677. this._panel2_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  678. this._panel2_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 31);
  679. this._panel2_Toolbars_Dock_Area_Bottom.Name = "_panel2_Toolbars_Dock_Area_Bottom";
  680. this._panel2_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1015, 0);
  681. this._panel2_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultbrMain;
  682. //
  683. // _panel1_Toolbars_Dock_Area_Left
  684. //
  685. this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  686. this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  687. this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  688. this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  689. this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 0);
  690. this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left";
  691. this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 71);
  692. //
  693. // _panel1_Toolbars_Dock_Area_Right
  694. //
  695. this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  696. this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  697. this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  698. this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  699. this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1015, 0);
  700. this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
  701. this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 71);
  702. //
  703. // _panel1_Toolbars_Dock_Area_Top
  704. //
  705. this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  706. this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  707. this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  708. this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  709. this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  710. this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
  711. this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1015, 0);
  712. //
  713. // _panel1_Toolbars_Dock_Area_Bottom
  714. //
  715. this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  716. this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  717. this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  718. this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  719. this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 71);
  720. this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
  721. this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1015, 0);
  722. //
  723. // ultraGroupBox1
  724. //
  725. appearance15.BackColor = System.Drawing.Color.LightSteelBlue;
  726. this.ultraGroupBox1.Appearance = appearance15;
  727. this.ultraGroupBox1.Controls.Add(this.ulgriddAdditives);
  728. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  729. this.ultraGroupBox1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  730. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 71);
  731. this.ultraGroupBox1.Name = "ultraGroupBox1";
  732. this.ultraGroupBox1.Size = new System.Drawing.Size(1015, 299);
  733. this.ultraGroupBox1.TabIndex = 83;
  734. this.ultraGroupBox1.Text = "物料明细";
  735. //
  736. // ulgriddAdditives
  737. //
  738. appearance16.BackColor = System.Drawing.Color.LightSteelBlue;
  739. appearance16.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))));
  740. appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
  741. this.ulgriddAdditives.DisplayLayout.Appearance = appearance16;
  742. appearance17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(167)))), ((int)(((byte)(222)))));
  743. this.ulgriddAdditives.DisplayLayout.CaptionAppearance = appearance17;
  744. appearance18.BackColor = System.Drawing.Color.LightSteelBlue;
  745. this.ulgriddAdditives.DisplayLayout.Override.HeaderAppearance = appearance18;
  746. this.ulgriddAdditives.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  747. this.ulgriddAdditives.Dock = System.Windows.Forms.DockStyle.Fill;
  748. this.ulgriddAdditives.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  749. this.ulgriddAdditives.Location = new System.Drawing.Point(3, 20);
  750. this.ulgriddAdditives.Name = "ulgriddAdditives";
  751. this.ulgriddAdditives.Size = new System.Drawing.Size(1009, 276);
  752. this.ulgriddAdditives.TabIndex = 6;
  753. this.ulgriddAdditives.Click += new System.EventHandler(this.ulgriddAdditives_Click);
  754. //
  755. // label1
  756. //
  757. this.label1.AutoSize = true;
  758. this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  759. this.label1.Location = new System.Drawing.Point(20, 159);
  760. this.label1.Name = "label1";
  761. this.label1.Size = new System.Drawing.Size(63, 14);
  762. this.label1.TabIndex = 91;
  763. this.label1.Text = "使用情况";
  764. this.label1.Visible = false;
  765. //
  766. // ultcboUser
  767. //
  768. appearance11.BackColor = System.Drawing.Color.White;
  769. appearance11.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  770. appearance11.BorderColor = System.Drawing.Color.Black;
  771. this.ultcboUser.Appearance = appearance11;
  772. this.ultcboUser.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.OfficeXP;
  773. this.ultcboUser.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  774. valueListItem4.DataValue = "0";
  775. valueListItem4.DisplayText = "未使用";
  776. valueListItem5.DataValue = "1";
  777. valueListItem5.DisplayText = "使用";
  778. valueListItem6.DataValue = "2";
  779. valueListItem6.DisplayText = "用完";
  780. ultxtMaterielType.Items.Add(valueListItem4);
  781. ultxtMaterielType.Items.Add(valueListItem5);
  782. ultxtMaterielType.Items.Add(valueListItem6);
  783. this.ultcboUser.Location = new System.Drawing.Point(87, 156);
  784. this.ultcboUser.Name = "ultcboUser";
  785. this.ultcboUser.Size = new System.Drawing.Size(99, 21);
  786. this.ultcboUser.TabIndex = 92;
  787. this.ultcboUser.FlatMode = true;
  788. this.ultcboUser.Visible = false;
  789. //
  790. // udtUseBeginTime
  791. //
  792. appearance10.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  793. appearance10.BorderColor = System.Drawing.Color.Black;
  794. this.udtUseBeginTime.ButtonAppearance = appearance10;
  795. this.udtUseBeginTime.DateTime = new System.DateTime(2008, 1, 12, 0, 0, 0, 0);
  796. this.udtUseBeginTime.FormatProvider = new System.Globalization.CultureInfo("en-US");
  797. this.udtUseBeginTime.FormatString = "yyyy-MM-dd HH:mm";
  798. this.udtUseBeginTime.Location = new System.Drawing.Point(282, 156);
  799. this.udtUseBeginTime.MaskInput = "yyyy-mm-dd hh:mm";
  800. this.udtUseBeginTime.Name = "udtUseBeginTime";
  801. this.udtUseBeginTime.Size = new System.Drawing.Size(142, 21);
  802. this.udtUseBeginTime.TabIndex = 93;
  803. this.udtUseBeginTime.FlatMode = true;
  804. this.udtUseBeginTime.Value = new System.DateTime(2008, 1, 12, 0, 0, 0, 0);
  805. this.udtUseBeginTime.Visible = false;
  806. //
  807. // udtUseEndTime
  808. //
  809. appearance9.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  810. appearance9.BorderColor = System.Drawing.Color.Black;
  811. this.udtUseEndTime.ButtonAppearance = appearance9;
  812. this.udtUseEndTime.DateTime = new System.DateTime(2008, 1, 12, 0, 0, 0, 0);
  813. this.udtUseEndTime.FormatProvider = new System.Globalization.CultureInfo("en-US");
  814. this.udtUseEndTime.FormatString = "yyyy-MM-dd HH:mm";
  815. this.udtUseEndTime.Location = new System.Drawing.Point(508, 156);
  816. this.udtUseEndTime.MaskInput = "yyyy-mm-dd hh:mm";
  817. this.udtUseEndTime.Name = "udtUseEndTime";
  818. this.udtUseEndTime.Size = new System.Drawing.Size(142, 21);
  819. this.udtUseEndTime.TabIndex = 94;
  820. this.udtUseEndTime.FlatMode = true;
  821. this.udtUseEndTime.Value = new System.DateTime(2008, 1, 12, 0, 0, 0, 0);
  822. this.udtUseEndTime.Visible = false;
  823. this.udtUseEndTime.ValueChanged += new System.EventHandler(this.ultraDateTimeEditor2_ValueChanged);
  824. //
  825. // label4
  826. //
  827. this.label4.AutoSize = true;
  828. this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  829. this.label4.Location = new System.Drawing.Point(212, 159);
  830. this.label4.Name = "label4";
  831. this.label4.Size = new System.Drawing.Size(63, 14);
  832. this.label4.TabIndex = 95;
  833. this.label4.Text = "使用开始";
  834. this.label4.Visible = false;
  835. //
  836. // label5
  837. //
  838. this.label5.AutoSize = true;
  839. this.label5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  840. this.label5.Location = new System.Drawing.Point(441, 159);
  841. this.label5.Name = "label5";
  842. this.label5.Size = new System.Drawing.Size(63, 14);
  843. this.label5.TabIndex = 96;
  844. this.label5.Text = "使用结束";
  845. this.label5.Visible = false;
  846. //
  847. // frmMaterialQuality
  848. //
  849. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  850. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  851. this.BackColor = System.Drawing.Color.LightSteelBlue;
  852. this.ClientSize = new System.Drawing.Size(1015, 580);
  853. this.Controls.Add(this.ultraGroupBox1);
  854. this.Controls.Add(this.panel1);
  855. this.Controls.Add(this.ultraExpandableGroupBox1);
  856. this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  857. this.Name = "frmMaterialQuality";
  858. this.Text = "物料质量";
  859. this.Load += new System.EventHandler(this.frmMaterialQuality_Load);
  860. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  861. this.ultraExpandableGroupBox1.ResumeLayout(false);
  862. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  863. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox14)).EndInit();
  864. this.ultraGroupBox14.ResumeLayout(false);
  865. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  866. this.ultraGroupBox2.ResumeLayout(false);
  867. ((System.ComponentModel.ISupportInitialize)(this.ulgridMtrlcmpnt)).EndInit();
  868. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox16)).EndInit();
  869. this.ultraGroupBox16.ResumeLayout(false);
  870. this.ultraGroupBox16.PerformLayout();
  871. ((System.ComponentModel.ISupportInitialize)(this.ultxtMaterielType)).EndInit();
  872. ((System.ComponentModel.ISupportInitialize)(this.ultxtMaterielbNo)).EndInit();
  873. ((System.ComponentModel.ISupportInitialize)(this.ultxtMaterielName)).EndInit();
  874. ((System.ComponentModel.ISupportInitialize)(this.ultxtMemo)).EndInit();
  875. ((System.ComponentModel.ISupportInitialize)(this.ultxtMaterielCode)).EndInit();
  876. ((System.ComponentModel.ISupportInitialize)(this.ultxtMtrlcmpntCode)).EndInit();
  877. ((System.ComponentModel.ISupportInitialize)(this.ultxtMtrlcmpntValue)).EndInit();
  878. this.panel1.ResumeLayout(false);
  879. this.panel1.PerformLayout();
  880. ((System.ComponentModel.ISupportInitialize)(this.ulteMaterialName)).EndInit();
  881. ((System.ComponentModel.ISupportInitialize)(this.uldtEndTime)).EndInit();
  882. ((System.ComponentModel.ISupportInitialize)(this.uldtBeginTime)).EndInit();
  883. this.panel2.ResumeLayout(false);
  884. ((System.ComponentModel.ISupportInitialize)(this.ultbrMain)).EndInit();
  885. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  886. this.ultraGroupBox1.ResumeLayout(false);
  887. ((System.ComponentModel.ISupportInitialize)(this.ulgriddAdditives)).EndInit();
  888. ((System.ComponentModel.ISupportInitialize)(this.ultcboUser)).EndInit();
  889. ((System.ComponentModel.ISupportInitialize)(this.udtUseBeginTime)).EndInit();
  890. ((System.ComponentModel.ISupportInitialize)(this.udtUseEndTime)).EndInit();
  891. this.ResumeLayout(false);
  892. }
  893. #endregion
  894. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  895. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  896. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox14;
  897. private System.Windows.Forms.Label label69;
  898. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultxtMaterielName;
  899. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox16;
  900. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultxtMemo;
  901. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultxtMtrlcmpntCode;
  902. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultxtMaterielbNo;
  903. private System.Windows.Forms.Label label48;
  904. private System.Windows.Forms.Label label47;
  905. private System.Windows.Forms.Label label43;
  906. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultxtMaterielCode;
  907. private System.Windows.Forms.Panel panel1;
  908. private System.Windows.Forms.CheckBox ckbMaterialName;
  909. private Infragistics.Win.UltraWinEditors.UltraTextEditor ulteMaterialName;
  910. private System.Windows.Forms.Label label2;
  911. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor uldtEndTime;
  912. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor uldtBeginTime;
  913. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Left;
  914. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Right;
  915. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Top;
  916. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Bottom;
  917. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  918. private Infragistics.Win.UltraWinGrid.UltraGrid ulgriddAdditives;
  919. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultbrMain;
  920. private System.Windows.Forms.Label label3;
  921. private System.Windows.Forms.Label label8;
  922. private System.Windows.Forms.Label label7;
  923. private System.Windows.Forms.Button btnDel;
  924. private System.Windows.Forms.Button btnAdd;
  925. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultxtMtrlcmpntValue;
  926. private System.Windows.Forms.RichTextBox richTextBox1;
  927. private System.Windows.Forms.Panel panel2;
  928. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel2_Toolbars_Dock_Area_Left;
  929. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel2_Toolbars_Dock_Area_Right;
  930. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel2_Toolbars_Dock_Area_Top;
  931. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel2_Toolbars_Dock_Area_Bottom;
  932. private System.Windows.Forms.Panel panel2_Fill_Panel;
  933. private System.Windows.Forms.CheckBox ckbTime;
  934. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  935. private Infragistics.Win.UltraWinGrid.UltraGrid ulgridMtrlcmpnt;
  936. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultxtMaterielType;
  937. private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter ultraGridExcelExporter1;
  938. private System.Windows.Forms.Label label1;
  939. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultcboUser;
  940. private System.Windows.Forms.Label label5;
  941. private System.Windows.Forms.Label label4;
  942. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udtUseEndTime;
  943. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udtUseBeginTime;
  944. }
  945. }