FrmDmUsageRunRecord.Designer.cs 71 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170
  1. namespace Core.StlMes.Client.Lims.Resource
  2. {
  3. partial class FrmDmUsageRunRecord
  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 appearance25 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
  42. Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
  43. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  44. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  45. Infragistics.Win.ValueListItem valueListItem13 = new Infragistics.Win.ValueListItem();
  46. Infragistics.Win.ValueListItem valueListItem14 = new Infragistics.Win.ValueListItem();
  47. Infragistics.Win.ValueListItem valueListItem15 = new Infragistics.Win.ValueListItem();
  48. Infragistics.Win.ValueListItem valueListItem16 = new Infragistics.Win.ValueListItem();
  49. Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
  58. Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
  59. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  64. Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
  66. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table2", -1);
  67. Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
  70. Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
  72. Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
  74. Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
  75. Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
  76. Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
  77. Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
  78. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  79. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table3", -1);
  80. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  81. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  82. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  83. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  84. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  85. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  86. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  87. Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
  88. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  89. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  90. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  91. Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
  92. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  93. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  94. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  95. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  96. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  97. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  98. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  99. this.panel1 = new System.Windows.Forms.Panel();
  100. this.panel3 = new System.Windows.Forms.Panel();
  101. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  102. this.panel5 = new System.Windows.Forms.Panel();
  103. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  104. this.dataSet1 = new System.Data.DataSet();
  105. this.dataTable1 = new System.Data.DataTable();
  106. this.dataTable2 = new System.Data.DataTable();
  107. this.dataTable3 = new System.Data.DataTable();
  108. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  109. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  110. this.panel6 = new System.Windows.Forms.Panel();
  111. this.ultraUSE_NAME = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  112. this.ultraWORK_CONTENT = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  113. this.ultraRECORD_NAME = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  114. this.ultraUSE_SHIFT = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  115. this.ttxtUSE_TIME = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  116. this.txtDEVICE_ENVIRONMENT = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  117. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  118. this.txtWETNESS = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  119. this.txtTEMP = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  120. this.ultraLabel13 = new Infragistics.Win.Misc.UltraLabel();
  121. this.txtREMARK = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  122. this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
  123. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  124. this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
  125. this.ultraLabel20 = new Infragistics.Win.Misc.UltraLabel();
  126. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  127. this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
  128. this.ultraDEVICE_STATE = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  129. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  130. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  131. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  132. this.txtDEVICE_EXCEPTION_DESC = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  133. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  134. this.txtDEVICE_NAME = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  135. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  136. this.ultraLabel26 = new Infragistics.Win.Misc.UltraLabel();
  137. this.panel4 = new System.Windows.Forms.Panel();
  138. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  139. this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  140. this.ultraLabel14 = new Infragistics.Win.Misc.UltraLabel();
  141. this.panel2 = new System.Windows.Forms.Panel();
  142. this.ultraDEVICE_NO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  143. this.publicUltraDept_ID1 = new Core.StlMes.Client.Lims.Resource.PublicUltraDept_ID();
  144. this.ultraQueryDEVICE_STATE = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  145. this.chkDEVICE_STATE = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  146. this.chkDEVICE_NO = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  147. this.dateEnd = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  148. this.dateBegin = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  149. this.chkDEPT_ID = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  150. this.ultraQueryRECORD_NAME = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  151. this.chkRECORD_NAME = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  152. this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
  153. this.chkTime = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  154. this.chkDEVICE_NAME = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  155. this.txtQueryDEVICE_NAME = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  156. this.panel1.SuspendLayout();
  157. this.panel3.SuspendLayout();
  158. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  159. this.splitContainer1.Panel1.SuspendLayout();
  160. this.splitContainer1.Panel2.SuspendLayout();
  161. this.splitContainer1.SuspendLayout();
  162. this.panel5.SuspendLayout();
  163. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  164. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  165. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  166. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  167. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
  168. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  169. this.ultraExpandableGroupBox1.SuspendLayout();
  170. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  171. this.panel6.SuspendLayout();
  172. ((System.ComponentModel.ISupportInitialize)(this.ultraUSE_NAME)).BeginInit();
  173. ((System.ComponentModel.ISupportInitialize)(this.ultraWORK_CONTENT)).BeginInit();
  174. ((System.ComponentModel.ISupportInitialize)(this.ultraRECORD_NAME)).BeginInit();
  175. ((System.ComponentModel.ISupportInitialize)(this.ultraUSE_SHIFT)).BeginInit();
  176. ((System.ComponentModel.ISupportInitialize)(this.ttxtUSE_TIME)).BeginInit();
  177. ((System.ComponentModel.ISupportInitialize)(this.txtDEVICE_ENVIRONMENT)).BeginInit();
  178. ((System.ComponentModel.ISupportInitialize)(this.txtWETNESS)).BeginInit();
  179. ((System.ComponentModel.ISupportInitialize)(this.txtTEMP)).BeginInit();
  180. ((System.ComponentModel.ISupportInitialize)(this.txtREMARK)).BeginInit();
  181. ((System.ComponentModel.ISupportInitialize)(this.ultraDEVICE_STATE)).BeginInit();
  182. ((System.ComponentModel.ISupportInitialize)(this.txtDEVICE_EXCEPTION_DESC)).BeginInit();
  183. ((System.ComponentModel.ISupportInitialize)(this.txtDEVICE_NAME)).BeginInit();
  184. this.panel4.SuspendLayout();
  185. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  186. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
  187. this.panel2.SuspendLayout();
  188. ((System.ComponentModel.ISupportInitialize)(this.ultraDEVICE_NO)).BeginInit();
  189. ((System.ComponentModel.ISupportInitialize)(this.ultraQueryDEVICE_STATE)).BeginInit();
  190. ((System.ComponentModel.ISupportInitialize)(this.chkDEVICE_STATE)).BeginInit();
  191. ((System.ComponentModel.ISupportInitialize)(this.chkDEVICE_NO)).BeginInit();
  192. ((System.ComponentModel.ISupportInitialize)(this.dateEnd)).BeginInit();
  193. ((System.ComponentModel.ISupportInitialize)(this.dateBegin)).BeginInit();
  194. ((System.ComponentModel.ISupportInitialize)(this.chkDEPT_ID)).BeginInit();
  195. ((System.ComponentModel.ISupportInitialize)(this.ultraQueryRECORD_NAME)).BeginInit();
  196. ((System.ComponentModel.ISupportInitialize)(this.chkRECORD_NAME)).BeginInit();
  197. ((System.ComponentModel.ISupportInitialize)(this.chkTime)).BeginInit();
  198. ((System.ComponentModel.ISupportInitialize)(this.chkDEVICE_NAME)).BeginInit();
  199. ((System.ComponentModel.ISupportInitialize)(this.txtQueryDEVICE_NAME)).BeginInit();
  200. this.SuspendLayout();
  201. //
  202. // panel1
  203. //
  204. this.panel1.Controls.Add(this.panel3);
  205. this.panel1.Controls.Add(this.panel2);
  206. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  207. this.panel1.Location = new System.Drawing.Point(0, 0);
  208. this.panel1.Name = "panel1";
  209. this.panel1.Size = new System.Drawing.Size(1328, 474);
  210. this.panel1.TabIndex = 0;
  211. //
  212. // panel3
  213. //
  214. this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  215. this.panel3.Controls.Add(this.splitContainer1);
  216. this.panel3.Controls.Add(this.ultraLabel14);
  217. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  218. this.panel3.Location = new System.Drawing.Point(0, 41);
  219. this.panel3.Name = "panel3";
  220. this.panel3.Size = new System.Drawing.Size(1328, 433);
  221. this.panel3.TabIndex = 17;
  222. //
  223. // splitContainer1
  224. //
  225. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  226. this.splitContainer1.Location = new System.Drawing.Point(0, 23);
  227. this.splitContainer1.Name = "splitContainer1";
  228. //
  229. // splitContainer1.Panel1
  230. //
  231. this.splitContainer1.Panel1.Controls.Add(this.panel5);
  232. //
  233. // splitContainer1.Panel2
  234. //
  235. this.splitContainer1.Panel2.Controls.Add(this.panel4);
  236. this.splitContainer1.Size = new System.Drawing.Size(1326, 408);
  237. this.splitContainer1.SplitterDistance = 799;
  238. this.splitContainer1.TabIndex = 2;
  239. //
  240. // panel5
  241. //
  242. this.panel5.Controls.Add(this.ultraGrid1);
  243. this.panel5.Controls.Add(this.ultraExpandableGroupBox1);
  244. this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
  245. this.panel5.Location = new System.Drawing.Point(0, 0);
  246. this.panel5.Name = "panel5";
  247. this.panel5.Size = new System.Drawing.Size(799, 408);
  248. this.panel5.TabIndex = 1;
  249. //
  250. // ultraGrid1
  251. //
  252. this.ultraGrid1.DataMember = "Table1";
  253. this.ultraGrid1.DataSource = this.dataSet1;
  254. appearance3.BackColor = System.Drawing.SystemColors.Window;
  255. appearance3.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  256. this.ultraGrid1.DisplayLayout.Appearance = appearance3;
  257. ultraGridBand1.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
  258. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  259. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  260. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  261. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  262. appearance25.BackColor = System.Drawing.SystemColors.ActiveBorder;
  263. appearance25.BackColor2 = System.Drawing.SystemColors.ControlDark;
  264. appearance25.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  265. appearance25.BorderColor = System.Drawing.SystemColors.Window;
  266. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance25;
  267. appearance26.ForeColor = System.Drawing.SystemColors.GrayText;
  268. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance26;
  269. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  270. appearance28.BackColor = System.Drawing.SystemColors.ControlLightLight;
  271. appearance28.BackColor2 = System.Drawing.SystemColors.Control;
  272. appearance28.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  273. appearance28.ForeColor = System.Drawing.SystemColors.GrayText;
  274. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance28;
  275. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  276. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  277. appearance29.BackColor = System.Drawing.SystemColors.Window;
  278. appearance29.ForeColor = System.Drawing.SystemColors.ControlText;
  279. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance29;
  280. appearance30.BackColor = System.Drawing.SystemColors.Highlight;
  281. appearance30.ForeColor = System.Drawing.SystemColors.HighlightText;
  282. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance30;
  283. this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
  284. this.ultraGrid1.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  285. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  286. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  287. appearance31.BackColor = System.Drawing.SystemColors.Window;
  288. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance31;
  289. appearance32.BorderColor = System.Drawing.Color.Silver;
  290. appearance32.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  291. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance32;
  292. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  293. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  294. appearance33.BackColor = System.Drawing.SystemColors.Control;
  295. appearance33.BackColor2 = System.Drawing.SystemColors.ControlDark;
  296. appearance33.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  297. appearance33.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  298. appearance33.BorderColor = System.Drawing.SystemColors.Window;
  299. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance33;
  300. appearance34.TextHAlignAsString = "Left";
  301. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance34;
  302. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  303. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  304. appearance4.BackColor = System.Drawing.SystemColors.Window;
  305. appearance4.BorderColor = System.Drawing.Color.Silver;
  306. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance4;
  307. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  308. appearance36.BackColor = System.Drawing.SystemColors.ControlLight;
  309. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance36;
  310. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  311. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  312. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  313. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  314. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  316. this.ultraGrid1.Name = "ultraGrid1";
  317. this.ultraGrid1.Size = new System.Drawing.Size(799, 229);
  318. this.ultraGrid1.TabIndex = 25;
  319. this.ultraGrid1.Text = "ultraGrid1";
  320. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  321. //
  322. // dataSet1
  323. //
  324. this.dataSet1.DataSetName = "NewDataSet";
  325. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  326. this.dataTable1,
  327. this.dataTable2,
  328. this.dataTable3});
  329. //
  330. // dataTable1
  331. //
  332. this.dataTable1.TableName = "Table1";
  333. //
  334. // dataTable2
  335. //
  336. this.dataTable2.TableName = "Table2";
  337. //
  338. // dataTable3
  339. //
  340. this.dataTable3.TableName = "Table3";
  341. //
  342. // ultraExpandableGroupBox1
  343. //
  344. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  345. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  346. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(799, 179);
  347. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 229);
  348. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  349. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(799, 179);
  350. this.ultraExpandableGroupBox1.TabIndex = 2;
  351. this.ultraExpandableGroupBox1.Text = "编辑区域";
  352. //
  353. // ultraExpandableGroupBoxPanel1
  354. //
  355. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.panel6);
  356. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  357. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19);
  358. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  359. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(793, 157);
  360. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  361. //
  362. // panel6
  363. //
  364. this.panel6.Controls.Add(this.ultraUSE_NAME);
  365. this.panel6.Controls.Add(this.ultraWORK_CONTENT);
  366. this.panel6.Controls.Add(this.ultraRECORD_NAME);
  367. this.panel6.Controls.Add(this.ultraUSE_SHIFT);
  368. this.panel6.Controls.Add(this.ttxtUSE_TIME);
  369. this.panel6.Controls.Add(this.txtDEVICE_ENVIRONMENT);
  370. this.panel6.Controls.Add(this.ultraLabel5);
  371. this.panel6.Controls.Add(this.txtWETNESS);
  372. this.panel6.Controls.Add(this.txtTEMP);
  373. this.panel6.Controls.Add(this.ultraLabel13);
  374. this.panel6.Controls.Add(this.txtREMARK);
  375. this.panel6.Controls.Add(this.ultraLabel12);
  376. this.panel6.Controls.Add(this.ultraLabel7);
  377. this.panel6.Controls.Add(this.ultraLabel11);
  378. this.panel6.Controls.Add(this.ultraLabel20);
  379. this.panel6.Controls.Add(this.ultraLabel1);
  380. this.panel6.Controls.Add(this.ultraLabel9);
  381. this.panel6.Controls.Add(this.ultraDEVICE_STATE);
  382. this.panel6.Controls.Add(this.ultraLabel8);
  383. this.panel6.Controls.Add(this.ultraLabel3);
  384. this.panel6.Controls.Add(this.ultraLabel6);
  385. this.panel6.Controls.Add(this.txtDEVICE_EXCEPTION_DESC);
  386. this.panel6.Controls.Add(this.ultraLabel2);
  387. this.panel6.Controls.Add(this.txtDEVICE_NAME);
  388. this.panel6.Controls.Add(this.ultraLabel4);
  389. this.panel6.Controls.Add(this.ultraLabel26);
  390. this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
  391. this.panel6.Location = new System.Drawing.Point(0, 0);
  392. this.panel6.Name = "panel6";
  393. this.panel6.Size = new System.Drawing.Size(793, 157);
  394. this.panel6.TabIndex = 0;
  395. //
  396. // ultraUSE_NAME
  397. //
  398. this.ultraUSE_NAME.Location = new System.Drawing.Point(431, 6);
  399. this.ultraUSE_NAME.Name = "ultraUSE_NAME";
  400. this.ultraUSE_NAME.Size = new System.Drawing.Size(86, 21);
  401. this.ultraUSE_NAME.TabIndex = 183;
  402. //
  403. // ultraWORK_CONTENT
  404. //
  405. this.ultraWORK_CONTENT.AutoSize = false;
  406. valueListItem9.DataValue = "正常";
  407. valueListItem9.DisplayText = "正常";
  408. valueListItem10.DataValue = "异常";
  409. valueListItem10.DisplayText = "异常";
  410. this.ultraWORK_CONTENT.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  411. valueListItem9,
  412. valueListItem10});
  413. this.ultraWORK_CONTENT.Location = new System.Drawing.Point(80, 82);
  414. this.ultraWORK_CONTENT.Name = "ultraWORK_CONTENT";
  415. this.ultraWORK_CONTENT.Size = new System.Drawing.Size(703, 46);
  416. this.ultraWORK_CONTENT.TabIndex = 182;
  417. //
  418. // ultraRECORD_NAME
  419. //
  420. valueListItem5.DataValue = "运行记录";
  421. valueListItem5.DisplayText = "运行记录";
  422. valueListItem6.DataValue = "使用记录";
  423. valueListItem6.DisplayText = "使用记录";
  424. this.ultraRECORD_NAME.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  425. valueListItem5,
  426. valueListItem6});
  427. this.ultraRECORD_NAME.Location = new System.Drawing.Point(696, 7);
  428. this.ultraRECORD_NAME.Name = "ultraRECORD_NAME";
  429. this.ultraRECORD_NAME.ReadOnly = true;
  430. this.ultraRECORD_NAME.Size = new System.Drawing.Size(87, 21);
  431. this.ultraRECORD_NAME.TabIndex = 181;
  432. //
  433. // ultraUSE_SHIFT
  434. //
  435. valueListItem13.DataValue = "1";
  436. valueListItem13.DisplayText = "早";
  437. valueListItem14.DataValue = "2";
  438. valueListItem14.DisplayText = "中";
  439. valueListItem15.DataValue = "3";
  440. valueListItem15.DisplayText = "夜";
  441. valueListItem16.DataValue = "0";
  442. valueListItem16.DisplayText = "常白班";
  443. this.ultraUSE_SHIFT.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  444. valueListItem13,
  445. valueListItem14,
  446. valueListItem15,
  447. valueListItem16});
  448. this.ultraUSE_SHIFT.Location = new System.Drawing.Point(558, 7);
  449. this.ultraUSE_SHIFT.Name = "ultraUSE_SHIFT";
  450. this.ultraUSE_SHIFT.Size = new System.Drawing.Size(75, 21);
  451. this.ultraUSE_SHIFT.TabIndex = 180;
  452. //
  453. // ttxtUSE_TIME
  454. //
  455. this.ttxtUSE_TIME.DateTime = new System.DateTime(2023, 3, 27, 0, 0, 0, 0);
  456. this.ttxtUSE_TIME.FormatProvider = new System.Globalization.CultureInfo("sq-AL");
  457. this.ttxtUSE_TIME.Location = new System.Drawing.Point(285, 7);
  458. this.ttxtUSE_TIME.MaskInput = "{date} {time}";
  459. this.ttxtUSE_TIME.Name = "ttxtUSE_TIME";
  460. this.ttxtUSE_TIME.Size = new System.Drawing.Size(92, 21);
  461. this.ttxtUSE_TIME.TabIndex = 179;
  462. this.ttxtUSE_TIME.Value = new System.DateTime(2023, 3, 27, 0, 0, 0, 0);
  463. //
  464. // txtDEVICE_ENVIRONMENT
  465. //
  466. this.txtDEVICE_ENVIRONMENT.Location = new System.Drawing.Point(461, 57);
  467. this.txtDEVICE_ENVIRONMENT.MaxLength = 500;
  468. this.txtDEVICE_ENVIRONMENT.Name = "txtDEVICE_ENVIRONMENT";
  469. this.txtDEVICE_ENVIRONMENT.Size = new System.Drawing.Size(322, 21);
  470. this.txtDEVICE_ENVIRONMENT.TabIndex = 178;
  471. //
  472. // ultraLabel5
  473. //
  474. appearance53.TextHAlignAsString = "Center";
  475. appearance53.TextVAlignAsString = "Middle";
  476. this.ultraLabel5.Appearance = appearance53;
  477. this.ultraLabel5.AutoSize = true;
  478. this.ultraLabel5.Location = new System.Drawing.Point(390, 62);
  479. this.ultraLabel5.Name = "ultraLabel5";
  480. this.ultraLabel5.Size = new System.Drawing.Size(11, 14);
  481. this.ultraLabel5.TabIndex = 177;
  482. this.ultraLabel5.Text = "%";
  483. //
  484. // txtWETNESS
  485. //
  486. this.txtWETNESS.Location = new System.Drawing.Point(285, 57);
  487. this.txtWETNESS.MaxLength = 500;
  488. this.txtWETNESS.Name = "txtWETNESS";
  489. this.txtWETNESS.Size = new System.Drawing.Size(102, 21);
  490. this.txtWETNESS.TabIndex = 176;
  491. //
  492. // txtTEMP
  493. //
  494. this.txtTEMP.Location = new System.Drawing.Point(80, 57);
  495. this.txtTEMP.MaxLength = 500;
  496. this.txtTEMP.Name = "txtTEMP";
  497. this.txtTEMP.Size = new System.Drawing.Size(142, 21);
  498. this.txtTEMP.TabIndex = 175;
  499. //
  500. // ultraLabel13
  501. //
  502. appearance2.TextHAlignAsString = "Center";
  503. appearance2.TextVAlignAsString = "Middle";
  504. this.ultraLabel13.Appearance = appearance2;
  505. this.ultraLabel13.AutoSize = true;
  506. this.ultraLabel13.Location = new System.Drawing.Point(639, 10);
  507. this.ultraLabel13.Name = "ultraLabel13";
  508. this.ultraLabel13.Size = new System.Drawing.Size(54, 16);
  509. this.ultraLabel13.TabIndex = 171;
  510. this.ultraLabel13.Text = "记录名称";
  511. //
  512. // txtREMARK
  513. //
  514. this.txtREMARK.Location = new System.Drawing.Point(80, 132);
  515. this.txtREMARK.Name = "txtREMARK";
  516. this.txtREMARK.Size = new System.Drawing.Size(703, 21);
  517. this.txtREMARK.TabIndex = 170;
  518. //
  519. // ultraLabel12
  520. //
  521. appearance19.TextHAlignAsString = "Center";
  522. appearance19.TextVAlignAsString = "Middle";
  523. this.ultraLabel12.Appearance = appearance19;
  524. this.ultraLabel12.AutoSize = true;
  525. this.ultraLabel12.Location = new System.Drawing.Point(523, 10);
  526. this.ultraLabel12.Name = "ultraLabel12";
  527. this.ultraLabel12.Size = new System.Drawing.Size(29, 16);
  528. this.ultraLabel12.TabIndex = 167;
  529. this.ultraLabel12.Text = "班次";
  530. //
  531. // ultraLabel7
  532. //
  533. appearance13.TextHAlignAsString = "Center";
  534. appearance13.TextVAlignAsString = "Middle";
  535. this.ultraLabel7.Appearance = appearance13;
  536. this.ultraLabel7.AutoSize = true;
  537. this.ultraLabel7.Location = new System.Drawing.Point(383, 10);
  538. this.ultraLabel7.Name = "ultraLabel7";
  539. this.ultraLabel7.Size = new System.Drawing.Size(42, 16);
  540. this.ultraLabel7.TabIndex = 165;
  541. this.ultraLabel7.Text = "记录人";
  542. //
  543. // ultraLabel11
  544. //
  545. appearance54.TextHAlignAsString = "Center";
  546. appearance54.TextVAlignAsString = "Middle";
  547. this.ultraLabel11.Appearance = appearance54;
  548. this.ultraLabel11.AutoSize = true;
  549. this.ultraLabel11.Location = new System.Drawing.Point(228, 10);
  550. this.ultraLabel11.Name = "ultraLabel11";
  551. this.ultraLabel11.Size = new System.Drawing.Size(54, 16);
  552. this.ultraLabel11.TabIndex = 162;
  553. this.ultraLabel11.Text = "记录时间";
  554. //
  555. // ultraLabel20
  556. //
  557. appearance24.TextHAlignAsString = "Center";
  558. appearance24.TextVAlignAsString = "Middle";
  559. this.ultraLabel20.Appearance = appearance24;
  560. this.ultraLabel20.AutoSize = true;
  561. this.ultraLabel20.Location = new System.Drawing.Point(48, 135);
  562. this.ultraLabel20.Name = "ultraLabel20";
  563. this.ultraLabel20.Size = new System.Drawing.Size(29, 16);
  564. this.ultraLabel20.TabIndex = 160;
  565. this.ultraLabel20.Text = "其他";
  566. //
  567. // ultraLabel1
  568. //
  569. appearance18.TextHAlignAsString = "Center";
  570. appearance18.TextVAlignAsString = "Middle";
  571. this.ultraLabel1.Appearance = appearance18;
  572. this.ultraLabel1.Location = new System.Drawing.Point(25, 85);
  573. this.ultraLabel1.Name = "ultraLabel1";
  574. this.ultraLabel1.Size = new System.Drawing.Size(54, 40);
  575. this.ultraLabel1.TabIndex = 159;
  576. this.ultraLabel1.Text = "工作内容";
  577. //
  578. // ultraLabel9
  579. //
  580. appearance14.TextHAlignAsString = "Center";
  581. appearance14.TextVAlignAsString = "Middle";
  582. this.ultraLabel9.Appearance = appearance14;
  583. this.ultraLabel9.AutoSize = true;
  584. this.ultraLabel9.Location = new System.Drawing.Point(404, 60);
  585. this.ultraLabel9.Name = "ultraLabel9";
  586. this.ultraLabel9.Size = new System.Drawing.Size(54, 16);
  587. this.ultraLabel9.TabIndex = 157;
  588. this.ultraLabel9.Text = "其他环境";
  589. //
  590. // ultraDEVICE_STATE
  591. //
  592. this.ultraDEVICE_STATE.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  593. valueListItem11.DataValue = "正常";
  594. valueListItem11.DisplayText = "正常";
  595. valueListItem12.DataValue = "异常";
  596. valueListItem12.DisplayText = "异常";
  597. this.ultraDEVICE_STATE.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  598. valueListItem11,
  599. valueListItem12});
  600. this.ultraDEVICE_STATE.Location = new System.Drawing.Point(80, 32);
  601. this.ultraDEVICE_STATE.Name = "ultraDEVICE_STATE";
  602. this.ultraDEVICE_STATE.Size = new System.Drawing.Size(142, 21);
  603. this.ultraDEVICE_STATE.TabIndex = 156;
  604. this.ultraDEVICE_STATE.Text = "正常";
  605. //
  606. // ultraLabel8
  607. //
  608. appearance15.TextHAlignAsString = "Center";
  609. appearance15.TextVAlignAsString = "Middle";
  610. this.ultraLabel8.Appearance = appearance15;
  611. this.ultraLabel8.AutoSize = true;
  612. this.ultraLabel8.Location = new System.Drawing.Point(23, 35);
  613. this.ultraLabel8.Name = "ultraLabel8";
  614. this.ultraLabel8.Size = new System.Drawing.Size(54, 16);
  615. this.ultraLabel8.TabIndex = 155;
  616. this.ultraLabel8.Text = "设备状况";
  617. //
  618. // ultraLabel3
  619. //
  620. appearance43.TextHAlignAsString = "Center";
  621. appearance43.TextVAlignAsString = "Middle";
  622. this.ultraLabel3.Appearance = appearance43;
  623. this.ultraLabel3.AutoSize = true;
  624. this.ultraLabel3.Location = new System.Drawing.Point(228, 60);
  625. this.ultraLabel3.Name = "ultraLabel3";
  626. this.ultraLabel3.Size = new System.Drawing.Size(54, 16);
  627. this.ultraLabel3.TabIndex = 154;
  628. this.ultraLabel3.Text = "环境湿度";
  629. //
  630. // ultraLabel6
  631. //
  632. appearance17.TextHAlignAsString = "Center";
  633. appearance17.TextVAlignAsString = "Middle";
  634. this.ultraLabel6.Appearance = appearance17;
  635. this.ultraLabel6.AutoSize = true;
  636. this.ultraLabel6.Location = new System.Drawing.Point(23, 60);
  637. this.ultraLabel6.Name = "ultraLabel6";
  638. this.ultraLabel6.Size = new System.Drawing.Size(54, 16);
  639. this.ultraLabel6.TabIndex = 153;
  640. this.ultraLabel6.Text = "环境温度";
  641. //
  642. // txtDEVICE_EXCEPTION_DESC
  643. //
  644. this.txtDEVICE_EXCEPTION_DESC.Location = new System.Drawing.Point(285, 32);
  645. this.txtDEVICE_EXCEPTION_DESC.MaxLength = 500;
  646. this.txtDEVICE_EXCEPTION_DESC.Name = "txtDEVICE_EXCEPTION_DESC";
  647. this.txtDEVICE_EXCEPTION_DESC.Size = new System.Drawing.Size(498, 21);
  648. this.txtDEVICE_EXCEPTION_DESC.TabIndex = 150;
  649. //
  650. // ultraLabel2
  651. //
  652. appearance35.TextHAlignAsString = "Center";
  653. appearance35.TextVAlignAsString = "Middle";
  654. this.ultraLabel2.Appearance = appearance35;
  655. this.ultraLabel2.AutoSize = true;
  656. this.ultraLabel2.Location = new System.Drawing.Point(228, 35);
  657. this.ultraLabel2.Name = "ultraLabel2";
  658. this.ultraLabel2.Size = new System.Drawing.Size(54, 16);
  659. this.ultraLabel2.TabIndex = 152;
  660. this.ultraLabel2.Text = "异常描述";
  661. //
  662. // txtDEVICE_NAME
  663. //
  664. this.txtDEVICE_NAME.Location = new System.Drawing.Point(80, 7);
  665. this.txtDEVICE_NAME.Name = "txtDEVICE_NAME";
  666. this.txtDEVICE_NAME.ReadOnly = true;
  667. this.txtDEVICE_NAME.Size = new System.Drawing.Size(142, 21);
  668. this.txtDEVICE_NAME.TabIndex = 147;
  669. //
  670. // ultraLabel4
  671. //
  672. appearance1.TextHAlignAsString = "Center";
  673. appearance1.TextVAlignAsString = "Middle";
  674. this.ultraLabel4.Appearance = appearance1;
  675. this.ultraLabel4.AutoSize = true;
  676. this.ultraLabel4.Location = new System.Drawing.Point(23, 10);
  677. this.ultraLabel4.Name = "ultraLabel4";
  678. this.ultraLabel4.Size = new System.Drawing.Size(54, 16);
  679. this.ultraLabel4.TabIndex = 148;
  680. this.ultraLabel4.Text = "设备名称";
  681. //
  682. // ultraLabel26
  683. //
  684. appearance50.TextHAlignAsString = "Center";
  685. appearance50.TextVAlignAsString = "Middle";
  686. this.ultraLabel26.Appearance = appearance50;
  687. this.ultraLabel26.AutoSize = true;
  688. this.ultraLabel26.Location = new System.Drawing.Point(-148, 234);
  689. this.ultraLabel26.Name = "ultraLabel26";
  690. this.ultraLabel26.Size = new System.Drawing.Size(54, 16);
  691. this.ultraLabel26.TabIndex = 146;
  692. this.ultraLabel26.Text = "变动情况";
  693. //
  694. // panel4
  695. //
  696. this.panel4.Controls.Add(this.ultraGrid2);
  697. this.panel4.Controls.Add(this.ultraGrid3);
  698. this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  699. this.panel4.Location = new System.Drawing.Point(0, 0);
  700. this.panel4.Name = "panel4";
  701. this.panel4.Size = new System.Drawing.Size(523, 408);
  702. this.panel4.TabIndex = 0;
  703. //
  704. // ultraGrid2
  705. //
  706. this.ultraGrid2.DataMember = "Table2";
  707. this.ultraGrid2.DataSource = this.dataSet1;
  708. appearance37.BackColor = System.Drawing.SystemColors.Window;
  709. appearance37.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  710. this.ultraGrid2.DisplayLayout.Appearance = appearance37;
  711. ultraGridBand2.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
  712. ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  713. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  714. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  715. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  716. appearance38.BackColor = System.Drawing.SystemColors.ActiveBorder;
  717. appearance38.BackColor2 = System.Drawing.SystemColors.ControlDark;
  718. appearance38.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  719. appearance38.BorderColor = System.Drawing.SystemColors.Window;
  720. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance38;
  721. appearance39.ForeColor = System.Drawing.SystemColors.GrayText;
  722. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance39;
  723. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  724. appearance40.BackColor = System.Drawing.SystemColors.ControlLightLight;
  725. appearance40.BackColor2 = System.Drawing.SystemColors.Control;
  726. appearance40.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  727. appearance40.ForeColor = System.Drawing.SystemColors.GrayText;
  728. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance40;
  729. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  730. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  731. appearance41.BackColor = System.Drawing.SystemColors.Window;
  732. appearance41.ForeColor = System.Drawing.SystemColors.ControlText;
  733. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance41;
  734. appearance44.BackColor = System.Drawing.SystemColors.Highlight;
  735. appearance44.ForeColor = System.Drawing.SystemColors.HighlightText;
  736. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance44;
  737. this.ultraGrid2.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
  738. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  739. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  740. appearance45.BackColor = System.Drawing.SystemColors.Window;
  741. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance45;
  742. appearance46.BorderColor = System.Drawing.Color.Silver;
  743. appearance46.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  744. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance46;
  745. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  746. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  747. appearance47.BackColor = System.Drawing.SystemColors.Control;
  748. appearance47.BackColor2 = System.Drawing.SystemColors.ControlDark;
  749. appearance47.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  750. appearance47.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  751. appearance47.BorderColor = System.Drawing.SystemColors.Window;
  752. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance47;
  753. appearance48.TextHAlignAsString = "Left";
  754. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance48;
  755. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  756. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  757. appearance49.BackColor = System.Drawing.SystemColors.Window;
  758. appearance49.BorderColor = System.Drawing.Color.Silver;
  759. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance49;
  760. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  761. appearance51.BackColor = System.Drawing.SystemColors.ControlLight;
  762. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance51;
  763. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  764. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  765. this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  766. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  767. this.ultraGrid2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  768. this.ultraGrid2.Location = new System.Drawing.Point(0, 0);
  769. this.ultraGrid2.Name = "ultraGrid2";
  770. this.ultraGrid2.Size = new System.Drawing.Size(523, 213);
  771. this.ultraGrid2.TabIndex = 27;
  772. this.ultraGrid2.Text = "ultraGrid2";
  773. this.ultraGrid2.AfterRowActivate += new System.EventHandler(this.ultraGrid2_AfterRowActivate);
  774. this.ultraGrid2.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid2_CellChange);
  775. this.ultraGrid2.AfterSelectChange += new Infragistics.Win.UltraWinGrid.AfterSelectChangeEventHandler(this.ultraGrid2_AfterSelectChange);
  776. //
  777. // ultraGrid3
  778. //
  779. this.ultraGrid3.DataMember = "Table3";
  780. this.ultraGrid3.DataSource = this.dataSet1;
  781. appearance12.BackColor = System.Drawing.SystemColors.Window;
  782. appearance12.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  783. this.ultraGrid3.DisplayLayout.Appearance = appearance12;
  784. ultraGridBand3.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
  785. ultraGridBand3.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  786. this.ultraGrid3.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
  787. this.ultraGrid3.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  788. this.ultraGrid3.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  789. appearance7.BackColor = System.Drawing.SystemColors.ActiveBorder;
  790. appearance7.BackColor2 = System.Drawing.SystemColors.ControlDark;
  791. appearance7.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  792. appearance7.BorderColor = System.Drawing.SystemColors.Window;
  793. this.ultraGrid3.DisplayLayout.GroupByBox.Appearance = appearance7;
  794. appearance8.ForeColor = System.Drawing.SystemColors.GrayText;
  795. this.ultraGrid3.DisplayLayout.GroupByBox.BandLabelAppearance = appearance8;
  796. this.ultraGrid3.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  797. appearance9.BackColor = System.Drawing.SystemColors.ControlLightLight;
  798. appearance9.BackColor2 = System.Drawing.SystemColors.Control;
  799. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  800. appearance9.ForeColor = System.Drawing.SystemColors.GrayText;
  801. this.ultraGrid3.DisplayLayout.GroupByBox.PromptAppearance = appearance9;
  802. this.ultraGrid3.DisplayLayout.MaxColScrollRegions = 1;
  803. this.ultraGrid3.DisplayLayout.MaxRowScrollRegions = 1;
  804. appearance16.BackColor = System.Drawing.SystemColors.Window;
  805. appearance16.ForeColor = System.Drawing.SystemColors.ControlText;
  806. this.ultraGrid3.DisplayLayout.Override.ActiveCellAppearance = appearance16;
  807. appearance10.BackColor = System.Drawing.SystemColors.Highlight;
  808. appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
  809. this.ultraGrid3.DisplayLayout.Override.ActiveRowAppearance = appearance10;
  810. this.ultraGrid3.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
  811. this.ultraGrid3.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  812. this.ultraGrid3.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  813. this.ultraGrid3.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  814. appearance11.BackColor = System.Drawing.SystemColors.Window;
  815. this.ultraGrid3.DisplayLayout.Override.CardAreaAppearance = appearance11;
  816. appearance27.BorderColor = System.Drawing.Color.Silver;
  817. appearance27.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  818. this.ultraGrid3.DisplayLayout.Override.CellAppearance = appearance27;
  819. this.ultraGrid3.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  820. this.ultraGrid3.DisplayLayout.Override.CellPadding = 0;
  821. appearance52.BackColor = System.Drawing.SystemColors.Control;
  822. appearance52.BackColor2 = System.Drawing.SystemColors.ControlDark;
  823. appearance52.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  824. appearance52.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  825. appearance52.BorderColor = System.Drawing.SystemColors.Window;
  826. this.ultraGrid3.DisplayLayout.Override.GroupByRowAppearance = appearance52;
  827. appearance21.TextHAlignAsString = "Left";
  828. this.ultraGrid3.DisplayLayout.Override.HeaderAppearance = appearance21;
  829. this.ultraGrid3.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  830. this.ultraGrid3.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  831. appearance22.BackColor = System.Drawing.SystemColors.Window;
  832. appearance22.BorderColor = System.Drawing.Color.Silver;
  833. this.ultraGrid3.DisplayLayout.Override.RowAppearance = appearance22;
  834. this.ultraGrid3.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  835. appearance23.BackColor = System.Drawing.SystemColors.ControlLight;
  836. this.ultraGrid3.DisplayLayout.Override.TemplateAddRowAppearance = appearance23;
  837. this.ultraGrid3.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  838. this.ultraGrid3.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  839. this.ultraGrid3.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  840. this.ultraGrid3.Dock = System.Windows.Forms.DockStyle.Bottom;
  841. this.ultraGrid3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  842. this.ultraGrid3.Location = new System.Drawing.Point(0, 213);
  843. this.ultraGrid3.Name = "ultraGrid3";
  844. this.ultraGrid3.Size = new System.Drawing.Size(523, 195);
  845. this.ultraGrid3.TabIndex = 26;
  846. this.ultraGrid3.Text = "ultraGrid3";
  847. //
  848. // ultraLabel14
  849. //
  850. appearance42.TextHAlignAsString = "Center";
  851. this.ultraLabel14.Appearance = appearance42;
  852. this.ultraLabel14.Dock = System.Windows.Forms.DockStyle.Top;
  853. this.ultraLabel14.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  854. appearance20.TextHAlignAsString = "Center";
  855. appearance20.TextVAlignAsString = "Middle";
  856. this.ultraLabel14.HotTrackAppearance = appearance20;
  857. this.ultraLabel14.Location = new System.Drawing.Point(0, 0);
  858. this.ultraLabel14.Name = "ultraLabel14";
  859. this.ultraLabel14.Size = new System.Drawing.Size(1326, 23);
  860. this.ultraLabel14.TabIndex = 3;
  861. this.ultraLabel14.Text = "使用记录";
  862. //
  863. // panel2
  864. //
  865. this.panel2.Controls.Add(this.ultraDEVICE_NO);
  866. this.panel2.Controls.Add(this.publicUltraDept_ID1);
  867. this.panel2.Controls.Add(this.ultraQueryDEVICE_STATE);
  868. this.panel2.Controls.Add(this.chkDEVICE_STATE);
  869. this.panel2.Controls.Add(this.chkDEVICE_NO);
  870. this.panel2.Controls.Add(this.dateEnd);
  871. this.panel2.Controls.Add(this.dateBegin);
  872. this.panel2.Controls.Add(this.chkDEPT_ID);
  873. this.panel2.Controls.Add(this.ultraQueryRECORD_NAME);
  874. this.panel2.Controls.Add(this.chkRECORD_NAME);
  875. this.panel2.Controls.Add(this.ultraLabel10);
  876. this.panel2.Controls.Add(this.chkTime);
  877. this.panel2.Controls.Add(this.chkDEVICE_NAME);
  878. this.panel2.Controls.Add(this.txtQueryDEVICE_NAME);
  879. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  880. this.panel2.Location = new System.Drawing.Point(0, 0);
  881. this.panel2.Name = "panel2";
  882. this.panel2.Size = new System.Drawing.Size(1328, 41);
  883. this.panel2.TabIndex = 16;
  884. //
  885. // ultraDEVICE_NO
  886. //
  887. this.ultraDEVICE_NO.Enabled = false;
  888. this.ultraDEVICE_NO.Location = new System.Drawing.Point(1049, 10);
  889. this.ultraDEVICE_NO.MaxLength = 100;
  890. this.ultraDEVICE_NO.Name = "ultraDEVICE_NO";
  891. this.ultraDEVICE_NO.Size = new System.Drawing.Size(99, 21);
  892. this.ultraDEVICE_NO.TabIndex = 159;
  893. //
  894. // publicUltraDept_ID1
  895. //
  896. this.publicUltraDept_ID1.Enabled = false;
  897. this.publicUltraDept_ID1.Location = new System.Drawing.Point(708, 11);
  898. this.publicUltraDept_ID1.Margin = new System.Windows.Forms.Padding(4);
  899. this.publicUltraDept_ID1.Name = "publicUltraDept_ID1";
  900. this.publicUltraDept_ID1.Size = new System.Drawing.Size(120, 21);
  901. this.publicUltraDept_ID1.TabIndex = 158;
  902. this.publicUltraDept_ID1.UltDept_ID = "";
  903. this.publicUltraDept_ID1.UltDept_Name = "";
  904. //
  905. // ultraQueryDEVICE_STATE
  906. //
  907. this.ultraQueryDEVICE_STATE.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  908. this.ultraQueryDEVICE_STATE.Enabled = false;
  909. valueListItem2.DataValue = "正常";
  910. valueListItem2.DisplayText = "正常";
  911. valueListItem3.DataValue = "异常";
  912. valueListItem3.DisplayText = "异常";
  913. this.ultraQueryDEVICE_STATE.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  914. valueListItem2,
  915. valueListItem3});
  916. this.ultraQueryDEVICE_STATE.Location = new System.Drawing.Point(909, 10);
  917. this.ultraQueryDEVICE_STATE.Name = "ultraQueryDEVICE_STATE";
  918. this.ultraQueryDEVICE_STATE.Size = new System.Drawing.Size(57, 21);
  919. this.ultraQueryDEVICE_STATE.TabIndex = 157;
  920. this.ultraQueryDEVICE_STATE.Text = "正常";
  921. //
  922. // chkDEVICE_STATE
  923. //
  924. this.chkDEVICE_STATE.AutoSize = true;
  925. this.chkDEVICE_STATE.Location = new System.Drawing.Point(834, 11);
  926. this.chkDEVICE_STATE.Name = "chkDEVICE_STATE";
  927. this.chkDEVICE_STATE.Size = new System.Drawing.Size(71, 19);
  928. this.chkDEVICE_STATE.TabIndex = 133;
  929. this.chkDEVICE_STATE.Text = "设备状况";
  930. this.chkDEVICE_STATE.CheckedChanged += new System.EventHandler(this.chkDEVICE_STATE_CheckedChanged);
  931. //
  932. // chkDEVICE_NO
  933. //
  934. this.chkDEVICE_NO.AutoSize = true;
  935. this.chkDEVICE_NO.Location = new System.Drawing.Point(972, 11);
  936. this.chkDEVICE_NO.Name = "chkDEVICE_NO";
  937. this.chkDEVICE_NO.Size = new System.Drawing.Size(71, 19);
  938. this.chkDEVICE_NO.TabIndex = 131;
  939. this.chkDEVICE_NO.Text = "设备编号";
  940. this.chkDEVICE_NO.CheckedChanged += new System.EventHandler(this.chkDEVICE_NO_CheckedChanged);
  941. //
  942. // dateEnd
  943. //
  944. this.dateEnd.DateTime = new System.DateTime(2023, 3, 27, 0, 0, 0, 0);
  945. this.dateEnd.FormatProvider = new System.Globalization.CultureInfo("sq-AL");
  946. this.dateEnd.Location = new System.Drawing.Point(204, 11);
  947. this.dateEnd.MaskInput = "yyyy-mm-dd";
  948. this.dateEnd.Name = "dateEnd";
  949. this.dateEnd.Size = new System.Drawing.Size(92, 21);
  950. this.dateEnd.TabIndex = 128;
  951. this.dateEnd.Value = new System.DateTime(2023, 3, 27, 0, 0, 0, 0);
  952. //
  953. // dateBegin
  954. //
  955. this.dateBegin.DateTime = new System.DateTime(2023, 3, 27, 0, 0, 0, 0);
  956. this.dateBegin.FormatProvider = new System.Globalization.CultureInfo("sq-AL");
  957. this.dateBegin.FormatString = "";
  958. this.dateBegin.Location = new System.Drawing.Point(87, 11);
  959. this.dateBegin.MaskInput = "yyyy-mm-dd";
  960. this.dateBegin.Name = "dateBegin";
  961. this.dateBegin.Size = new System.Drawing.Size(92, 21);
  962. this.dateBegin.TabIndex = 127;
  963. this.dateBegin.Value = new System.DateTime(2023, 3, 27, 0, 0, 0, 0);
  964. //
  965. // chkDEPT_ID
  966. //
  967. this.chkDEPT_ID.AutoSize = true;
  968. this.chkDEPT_ID.Location = new System.Drawing.Point(651, 12);
  969. this.chkDEPT_ID.Name = "chkDEPT_ID";
  970. this.chkDEPT_ID.Size = new System.Drawing.Size(46, 19);
  971. this.chkDEPT_ID.TabIndex = 85;
  972. this.chkDEPT_ID.Text = "科室";
  973. this.chkDEPT_ID.CheckedChanged += new System.EventHandler(this.chkDEPT_ID_CheckedChanged);
  974. //
  975. // ultraQueryRECORD_NAME
  976. //
  977. this.ultraQueryRECORD_NAME.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  978. this.ultraQueryRECORD_NAME.Enabled = false;
  979. valueListItem1.DataValue = "运行记录";
  980. valueListItem1.DisplayText = "运行记录";
  981. valueListItem4.DataValue = "使用记录";
  982. valueListItem4.DisplayText = "使用记录";
  983. this.ultraQueryRECORD_NAME.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  984. valueListItem1,
  985. valueListItem4});
  986. this.ultraQueryRECORD_NAME.Location = new System.Drawing.Point(374, 11);
  987. this.ultraQueryRECORD_NAME.Name = "ultraQueryRECORD_NAME";
  988. this.ultraQueryRECORD_NAME.Size = new System.Drawing.Size(95, 21);
  989. this.ultraQueryRECORD_NAME.TabIndex = 84;
  990. //
  991. // chkRECORD_NAME
  992. //
  993. this.chkRECORD_NAME.AutoSize = true;
  994. this.chkRECORD_NAME.Location = new System.Drawing.Point(300, 12);
  995. this.chkRECORD_NAME.Name = "chkRECORD_NAME";
  996. this.chkRECORD_NAME.Size = new System.Drawing.Size(71, 19);
  997. this.chkRECORD_NAME.TabIndex = 72;
  998. this.chkRECORD_NAME.Text = "记录名称";
  999. this.chkRECORD_NAME.CheckedChanged += new System.EventHandler(this.chkRECORD_NAME_CheckedChanged);
  1000. //
  1001. // ultraLabel10
  1002. //
  1003. appearance5.TextHAlignAsString = "Center";
  1004. appearance5.TextVAlignAsString = "Middle";
  1005. this.ultraLabel10.Appearance = appearance5;
  1006. this.ultraLabel10.AutoSize = true;
  1007. this.ultraLabel10.Location = new System.Drawing.Point(183, 14);
  1008. this.ultraLabel10.Name = "ultraLabel10";
  1009. this.ultraLabel10.Size = new System.Drawing.Size(17, 16);
  1010. this.ultraLabel10.TabIndex = 70;
  1011. this.ultraLabel10.Text = "至";
  1012. //
  1013. // chkTime
  1014. //
  1015. appearance6.TextHAlignAsString = "Left";
  1016. this.chkTime.Appearance = appearance6;
  1017. this.chkTime.AutoSize = true;
  1018. this.chkTime.Checked = true;
  1019. this.chkTime.CheckState = System.Windows.Forms.CheckState.Checked;
  1020. this.chkTime.Enabled = false;
  1021. this.chkTime.Location = new System.Drawing.Point(12, 12);
  1022. this.chkTime.Name = "chkTime";
  1023. this.chkTime.Size = new System.Drawing.Size(71, 19);
  1024. this.chkTime.TabIndex = 68;
  1025. this.chkTime.Text = "记录时间";
  1026. //
  1027. // chkDEVICE_NAME
  1028. //
  1029. this.chkDEVICE_NAME.AutoSize = true;
  1030. this.chkDEVICE_NAME.Location = new System.Drawing.Point(474, 12);
  1031. this.chkDEVICE_NAME.Name = "chkDEVICE_NAME";
  1032. this.chkDEVICE_NAME.Size = new System.Drawing.Size(71, 19);
  1033. this.chkDEVICE_NAME.TabIndex = 5;
  1034. this.chkDEVICE_NAME.Text = "资产名称";
  1035. this.chkDEVICE_NAME.CheckedChanged += new System.EventHandler(this.chkRECORD_ID_CheckedChanged);
  1036. //
  1037. // txtQueryDEVICE_NAME
  1038. //
  1039. this.txtQueryDEVICE_NAME.Enabled = false;
  1040. this.txtQueryDEVICE_NAME.Location = new System.Drawing.Point(548, 11);
  1041. this.txtQueryDEVICE_NAME.MaxLength = 100;
  1042. this.txtQueryDEVICE_NAME.Name = "txtQueryDEVICE_NAME";
  1043. this.txtQueryDEVICE_NAME.Size = new System.Drawing.Size(99, 21);
  1044. this.txtQueryDEVICE_NAME.TabIndex = 0;
  1045. //
  1046. // FrmDmUsageRunRecord
  1047. //
  1048. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1049. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1050. this.ClientSize = new System.Drawing.Size(1328, 474);
  1051. this.Controls.Add(this.panel1);
  1052. this.Margin = new System.Windows.Forms.Padding(4);
  1053. this.Name = "FrmDmUsageRunRecord";
  1054. this.Text = "设备使用运行记录";
  1055. this.Load += new System.EventHandler(this.FrmDmUsageRunRecord_Load);
  1056. this.panel1.ResumeLayout(false);
  1057. this.panel3.ResumeLayout(false);
  1058. this.splitContainer1.Panel1.ResumeLayout(false);
  1059. this.splitContainer1.Panel2.ResumeLayout(false);
  1060. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1061. this.splitContainer1.ResumeLayout(false);
  1062. this.panel5.ResumeLayout(false);
  1063. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  1064. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1065. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1066. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  1067. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
  1068. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  1069. this.ultraExpandableGroupBox1.ResumeLayout(false);
  1070. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  1071. this.panel6.ResumeLayout(false);
  1072. this.panel6.PerformLayout();
  1073. ((System.ComponentModel.ISupportInitialize)(this.ultraUSE_NAME)).EndInit();
  1074. ((System.ComponentModel.ISupportInitialize)(this.ultraWORK_CONTENT)).EndInit();
  1075. ((System.ComponentModel.ISupportInitialize)(this.ultraRECORD_NAME)).EndInit();
  1076. ((System.ComponentModel.ISupportInitialize)(this.ultraUSE_SHIFT)).EndInit();
  1077. ((System.ComponentModel.ISupportInitialize)(this.ttxtUSE_TIME)).EndInit();
  1078. ((System.ComponentModel.ISupportInitialize)(this.txtDEVICE_ENVIRONMENT)).EndInit();
  1079. ((System.ComponentModel.ISupportInitialize)(this.txtWETNESS)).EndInit();
  1080. ((System.ComponentModel.ISupportInitialize)(this.txtTEMP)).EndInit();
  1081. ((System.ComponentModel.ISupportInitialize)(this.txtREMARK)).EndInit();
  1082. ((System.ComponentModel.ISupportInitialize)(this.ultraDEVICE_STATE)).EndInit();
  1083. ((System.ComponentModel.ISupportInitialize)(this.txtDEVICE_EXCEPTION_DESC)).EndInit();
  1084. ((System.ComponentModel.ISupportInitialize)(this.txtDEVICE_NAME)).EndInit();
  1085. this.panel4.ResumeLayout(false);
  1086. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  1087. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
  1088. this.panel2.ResumeLayout(false);
  1089. this.panel2.PerformLayout();
  1090. ((System.ComponentModel.ISupportInitialize)(this.ultraDEVICE_NO)).EndInit();
  1091. ((System.ComponentModel.ISupportInitialize)(this.ultraQueryDEVICE_STATE)).EndInit();
  1092. ((System.ComponentModel.ISupportInitialize)(this.chkDEVICE_STATE)).EndInit();
  1093. ((System.ComponentModel.ISupportInitialize)(this.chkDEVICE_NO)).EndInit();
  1094. ((System.ComponentModel.ISupportInitialize)(this.dateEnd)).EndInit();
  1095. ((System.ComponentModel.ISupportInitialize)(this.dateBegin)).EndInit();
  1096. ((System.ComponentModel.ISupportInitialize)(this.chkDEPT_ID)).EndInit();
  1097. ((System.ComponentModel.ISupportInitialize)(this.ultraQueryRECORD_NAME)).EndInit();
  1098. ((System.ComponentModel.ISupportInitialize)(this.chkRECORD_NAME)).EndInit();
  1099. ((System.ComponentModel.ISupportInitialize)(this.chkTime)).EndInit();
  1100. ((System.ComponentModel.ISupportInitialize)(this.chkDEVICE_NAME)).EndInit();
  1101. ((System.ComponentModel.ISupportInitialize)(this.txtQueryDEVICE_NAME)).EndInit();
  1102. this.ResumeLayout(false);
  1103. }
  1104. #endregion
  1105. private System.Windows.Forms.Panel panel1;
  1106. private System.Windows.Forms.Panel panel2;
  1107. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkDEPT_ID;
  1108. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraQueryRECORD_NAME;
  1109. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkRECORD_NAME;
  1110. private Infragistics.Win.Misc.UltraLabel ultraLabel10;
  1111. internal Infragistics.Win.UltraWinEditors.UltraCheckEditor chkTime;
  1112. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkDEVICE_NAME;
  1113. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtQueryDEVICE_NAME;
  1114. private System.Windows.Forms.Panel panel3;
  1115. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dateBegin;
  1116. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dateEnd;
  1117. private System.Windows.Forms.Panel panel4;
  1118. private System.Windows.Forms.Panel panel5;
  1119. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  1120. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  1121. private System.Windows.Forms.Panel panel6;
  1122. private Infragistics.Win.Misc.UltraLabel ultraLabel26;
  1123. private System.Data.DataSet dataSet1;
  1124. private System.Data.DataTable dataTable1;
  1125. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  1126. private System.Data.DataTable dataTable2;
  1127. private System.Data.DataTable dataTable3;
  1128. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  1129. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid3;
  1130. private PublicUltraDept_ID ultraQueryDEPT_ID;
  1131. private Infragistics.Win.Misc.UltraLabel ultraLabel13;
  1132. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtREMARK;
  1133. private Infragistics.Win.Misc.UltraLabel ultraLabel12;
  1134. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  1135. private Infragistics.Win.Misc.UltraLabel ultraLabel11;
  1136. private Infragistics.Win.Misc.UltraLabel ultraLabel20;
  1137. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  1138. private Infragistics.Win.Misc.UltraLabel ultraLabel9;
  1139. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraDEVICE_STATE;
  1140. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  1141. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  1142. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  1143. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtDEVICE_EXCEPTION_DESC;
  1144. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  1145. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtDEVICE_NAME;
  1146. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  1147. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtTEMP;
  1148. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtWETNESS;
  1149. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  1150. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtDEVICE_ENVIRONMENT;
  1151. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ttxtUSE_TIME;
  1152. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraUSE_SHIFT;
  1153. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraRECORD_NAME;
  1154. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkDEVICE_NO;
  1155. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkDEVICE_STATE;
  1156. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraQueryDEVICE_STATE;
  1157. private PublicUltraDept_ID publicUltraDept_ID1;
  1158. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraWORK_CONTENT;
  1159. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraUSE_NAME;
  1160. private System.Windows.Forms.SplitContainer splitContainer1;
  1161. private Infragistics.Win.Misc.UltraLabel ultraLabel14;
  1162. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraDEVICE_NO;
  1163. }
  1164. }