FrmDeviceDJStandard.designer.cs 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842
  1. namespace Core.StlMes.Client.Lims.Resource
  2. {
  3. partial class FrmDeviceDJStandard
  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 appearance36 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table2", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DJXMID");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LOCATION");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("XM");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CONTENT");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ZQSC");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ZQWX");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FGSC");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FGWX");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RUN");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SEE");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TOUCH");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LISTEN");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PAT");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REMARK");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DJJZ");
  45. Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  58. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEVICEID");
  59. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEVICE_NAME");
  60. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEVICE_NO");
  61. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LARGE_SAMPLE_SIZE");
  62. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEVICEDJID");
  63. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEPTID");
  64. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DJR");
  65. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  66. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  67. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  70. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  72. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  74. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  75. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  76. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  77. Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
  78. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  79. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  80. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  81. this.dataSet1 = new System.Data.DataSet();
  82. this.dataTable2 = new System.Data.DataTable();
  83. this.dataColumn1 = new System.Data.DataColumn();
  84. this.dataColumn2 = new System.Data.DataColumn();
  85. this.dataColumn3 = new System.Data.DataColumn();
  86. this.dataColumn4 = new System.Data.DataColumn();
  87. this.dataColumn5 = new System.Data.DataColumn();
  88. this.dataColumn6 = new System.Data.DataColumn();
  89. this.dataColumn7 = new System.Data.DataColumn();
  90. this.dataColumn8 = new System.Data.DataColumn();
  91. this.dataColumn9 = new System.Data.DataColumn();
  92. this.dataColumn10 = new System.Data.DataColumn();
  93. this.dataColumn11 = new System.Data.DataColumn();
  94. this.dataColumn12 = new System.Data.DataColumn();
  95. this.dataColumn15 = new System.Data.DataColumn();
  96. this.dataColumn21 = new System.Data.DataColumn();
  97. this.dataColumn22 = new System.Data.DataColumn();
  98. this.dataTable1 = new System.Data.DataTable();
  99. this.dataColumn14 = new System.Data.DataColumn();
  100. this.dataColumn16 = new System.Data.DataColumn();
  101. this.dataColumn17 = new System.Data.DataColumn();
  102. this.dataColumn18 = new System.Data.DataColumn();
  103. this.dataColumn19 = new System.Data.DataColumn();
  104. this.dataColumn20 = new System.Data.DataColumn();
  105. this.dataColumn13 = new System.Data.DataColumn();
  106. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel = new System.Windows.Forms.Panel();
  107. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  108. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  109. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  110. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  111. this.ultraComboEditor4 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  112. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  113. this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  114. this.ultraLabel16 = new Infragistics.Win.Misc.UltraLabel();
  115. this.txtQUERYID = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  116. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  117. this.panel1 = new System.Windows.Forms.Panel();
  118. this.ultraComboEditor2 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  119. this.ultraCheckEditor5 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  120. this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  121. this.ultraCheckEditor4 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  122. this.ultraTextEditor3 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  123. this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  124. this.ultraCheckEditor2 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  125. this.txtTitleName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  126. this.ultraComboEditor3 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  127. this.ultraCheckEditor3 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  128. this.FrmBase_Fill_Panel_Fill_Panel = new System.Windows.Forms.Panel();
  129. this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
  130. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  131. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  132. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  133. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.SuspendLayout();
  134. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  135. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  136. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  137. this.ultraExpandableGroupBox1.SuspendLayout();
  138. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  139. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor4)).BeginInit();
  140. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  141. ((System.ComponentModel.ISupportInitialize)(this.txtQUERYID)).BeginInit();
  142. this.panel1.SuspendLayout();
  143. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).BeginInit();
  144. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor5)).BeginInit();
  145. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
  146. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor4)).BeginInit();
  147. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).BeginInit();
  148. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).BeginInit();
  149. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor2)).BeginInit();
  150. ((System.ComponentModel.ISupportInitialize)(this.txtTitleName)).BeginInit();
  151. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor3)).BeginInit();
  152. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor3)).BeginInit();
  153. this.FrmBase_Fill_Panel_Fill_Panel.SuspendLayout();
  154. this.FrmBase_Fill_Panel.SuspendLayout();
  155. this.SuspendLayout();
  156. //
  157. // dataSet1
  158. //
  159. this.dataSet1.DataSetName = "NewDataSet";
  160. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  161. this.dataTable2,
  162. this.dataTable1});
  163. //
  164. // dataTable2
  165. //
  166. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  167. this.dataColumn1,
  168. this.dataColumn2,
  169. this.dataColumn3,
  170. this.dataColumn4,
  171. this.dataColumn5,
  172. this.dataColumn6,
  173. this.dataColumn7,
  174. this.dataColumn8,
  175. this.dataColumn9,
  176. this.dataColumn10,
  177. this.dataColumn11,
  178. this.dataColumn12,
  179. this.dataColumn15,
  180. this.dataColumn21,
  181. this.dataColumn22});
  182. this.dataTable2.TableName = "Table2";
  183. //
  184. // dataColumn1
  185. //
  186. this.dataColumn1.Caption = "序号";
  187. this.dataColumn1.ColumnName = "DJXMID";
  188. //
  189. // dataColumn2
  190. //
  191. this.dataColumn2.Caption = "部位";
  192. this.dataColumn2.ColumnName = "LOCATION";
  193. //
  194. // dataColumn3
  195. //
  196. this.dataColumn3.Caption = "点检项目";
  197. this.dataColumn3.ColumnName = "XM";
  198. //
  199. // dataColumn4
  200. //
  201. this.dataColumn4.Caption = "点检内容";
  202. this.dataColumn4.ColumnName = "CONTENT";
  203. //
  204. // dataColumn5
  205. //
  206. this.dataColumn5.Caption = "生产";
  207. this.dataColumn5.ColumnName = "ZQSC";
  208. //
  209. // dataColumn6
  210. //
  211. this.dataColumn6.Caption = "维修";
  212. this.dataColumn6.ColumnName = "ZQWX";
  213. //
  214. // dataColumn7
  215. //
  216. this.dataColumn7.Caption = "生产";
  217. this.dataColumn7.ColumnName = "FGSC";
  218. //
  219. // dataColumn8
  220. //
  221. this.dataColumn8.Caption = "维修";
  222. this.dataColumn8.ColumnName = "FGWX";
  223. //
  224. // dataColumn9
  225. //
  226. this.dataColumn9.Caption = "运行";
  227. this.dataColumn9.ColumnName = "RUN";
  228. //
  229. // dataColumn10
  230. //
  231. this.dataColumn10.Caption = "目测";
  232. this.dataColumn10.ColumnName = "SEE";
  233. //
  234. // dataColumn11
  235. //
  236. this.dataColumn11.Caption = "手触";
  237. this.dataColumn11.ColumnMapping = System.Data.MappingType.Hidden;
  238. this.dataColumn11.ColumnName = "TOUCH";
  239. //
  240. // dataColumn12
  241. //
  242. this.dataColumn12.Caption = "听音";
  243. this.dataColumn12.ColumnName = "LISTEN";
  244. //
  245. // dataColumn15
  246. //
  247. this.dataColumn15.Caption = "打诊";
  248. this.dataColumn15.ColumnName = "PAT";
  249. //
  250. // dataColumn21
  251. //
  252. this.dataColumn21.Caption = "其他";
  253. this.dataColumn21.ColumnName = "REMARK";
  254. //
  255. // dataColumn22
  256. //
  257. this.dataColumn22.Caption = "点检基准";
  258. this.dataColumn22.ColumnName = "DJJZ";
  259. //
  260. // dataTable1
  261. //
  262. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  263. this.dataColumn14,
  264. this.dataColumn16,
  265. this.dataColumn17,
  266. this.dataColumn18,
  267. this.dataColumn19,
  268. this.dataColumn20,
  269. this.dataColumn13});
  270. this.dataTable1.TableName = "Table1";
  271. //
  272. // dataColumn14
  273. //
  274. this.dataColumn14.Caption = "资产编号";
  275. this.dataColumn14.ColumnName = "DEVICEID";
  276. //
  277. // dataColumn16
  278. //
  279. this.dataColumn16.Caption = "设备名称";
  280. this.dataColumn16.ColumnName = "DEVICE_NAME";
  281. //
  282. // dataColumn17
  283. //
  284. this.dataColumn17.Caption = "设备编码";
  285. this.dataColumn17.ColumnName = "DEVICE_NO";
  286. //
  287. // dataColumn18
  288. //
  289. this.dataColumn18.Caption = "规格型号";
  290. this.dataColumn18.ColumnName = "LARGE_SAMPLE_SIZE";
  291. //
  292. // dataColumn19
  293. //
  294. this.dataColumn19.Caption = "点检标准";
  295. this.dataColumn19.ColumnName = "DEVICEDJID";
  296. //
  297. // dataColumn20
  298. //
  299. this.dataColumn20.Caption = "安装位置";
  300. this.dataColumn20.ColumnName = "DEPTID";
  301. //
  302. // dataColumn13
  303. //
  304. this.dataColumn13.Caption = "点检员";
  305. this.dataColumn13.ColumnName = "DJR";
  306. //
  307. // FrmBase_Fill_Panel_Fill_Panel_Fill_Panel
  308. //
  309. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Controls.Add(this.ultraGrid2);
  310. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Controls.Add(this.ultraGrid1);
  311. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Controls.Add(this.ultraExpandableGroupBox1);
  312. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Controls.Add(this.panel1);
  313. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  314. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  315. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  316. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Name = "FrmBase_Fill_Panel_Fill_Panel_Fill_Panel";
  317. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Size = new System.Drawing.Size(1328, 474);
  318. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.TabIndex = 0;
  319. //
  320. // ultraGrid2
  321. //
  322. this.ultraGrid2.DataMember = "Table2";
  323. this.ultraGrid2.DataSource = this.dataSet1;
  324. appearance36.BackColor = System.Drawing.SystemColors.Window;
  325. appearance36.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  326. this.ultraGrid2.DisplayLayout.Appearance = appearance36;
  327. ultraGridColumn1.Header.VisiblePosition = 0;
  328. ultraGridColumn2.Header.VisiblePosition = 1;
  329. ultraGridColumn3.Header.VisiblePosition = 2;
  330. ultraGridColumn4.Header.VisiblePosition = 3;
  331. ultraGridColumn5.Header.VisiblePosition = 4;
  332. ultraGridColumn6.Header.VisiblePosition = 5;
  333. ultraGridColumn7.Header.VisiblePosition = 6;
  334. ultraGridColumn8.Header.VisiblePosition = 7;
  335. ultraGridColumn9.Header.VisiblePosition = 8;
  336. ultraGridColumn10.Header.VisiblePosition = 9;
  337. ultraGridColumn11.Header.VisiblePosition = 10;
  338. ultraGridColumn11.Hidden = true;
  339. ultraGridColumn12.Header.VisiblePosition = 11;
  340. ultraGridColumn13.Header.VisiblePosition = 12;
  341. ultraGridColumn14.Header.VisiblePosition = 13;
  342. ultraGridColumn15.Header.VisiblePosition = 14;
  343. ultraGridBand1.Columns.AddRange(new object[] {
  344. ultraGridColumn1,
  345. ultraGridColumn2,
  346. ultraGridColumn3,
  347. ultraGridColumn4,
  348. ultraGridColumn5,
  349. ultraGridColumn6,
  350. ultraGridColumn7,
  351. ultraGridColumn8,
  352. ultraGridColumn9,
  353. ultraGridColumn10,
  354. ultraGridColumn11,
  355. ultraGridColumn12,
  356. ultraGridColumn13,
  357. ultraGridColumn14,
  358. ultraGridColumn15});
  359. ultraGridBand1.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
  360. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  361. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  362. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  363. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  364. appearance37.BackColor = System.Drawing.SystemColors.ActiveBorder;
  365. appearance37.BackColor2 = System.Drawing.SystemColors.ControlDark;
  366. appearance37.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  367. appearance37.BorderColor = System.Drawing.SystemColors.Window;
  368. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance37;
  369. appearance38.ForeColor = System.Drawing.SystemColors.GrayText;
  370. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance38;
  371. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  372. appearance39.BackColor = System.Drawing.SystemColors.ControlLightLight;
  373. appearance39.BackColor2 = System.Drawing.SystemColors.Control;
  374. appearance39.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  375. appearance39.ForeColor = System.Drawing.SystemColors.GrayText;
  376. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance39;
  377. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  378. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  379. appearance40.BackColor = System.Drawing.SystemColors.Window;
  380. appearance40.ForeColor = System.Drawing.SystemColors.ControlText;
  381. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance40;
  382. appearance41.BackColor = System.Drawing.SystemColors.Highlight;
  383. appearance41.ForeColor = System.Drawing.SystemColors.HighlightText;
  384. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance41;
  385. this.ultraGrid2.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
  386. this.ultraGrid2.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  387. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  388. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  389. appearance44.BackColor = System.Drawing.SystemColors.Window;
  390. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance44;
  391. appearance45.BorderColor = System.Drawing.Color.Silver;
  392. appearance45.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  393. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance45;
  394. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  395. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  396. appearance3.BackColor = System.Drawing.SystemColors.Control;
  397. appearance3.BackColor2 = System.Drawing.SystemColors.ControlDark;
  398. appearance3.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  399. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  400. appearance3.BorderColor = System.Drawing.SystemColors.Window;
  401. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance3;
  402. appearance4.TextHAlignAsString = "Left";
  403. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance4;
  404. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  405. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  406. appearance48.BackColor = System.Drawing.SystemColors.Window;
  407. appearance48.BorderColor = System.Drawing.Color.Silver;
  408. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance48;
  409. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  410. appearance49.BackColor = System.Drawing.SystemColors.ControlLight;
  411. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance49;
  412. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  413. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  414. this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  415. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  416. this.ultraGrid2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  417. this.ultraGrid2.Location = new System.Drawing.Point(0, 170);
  418. this.ultraGrid2.Name = "ultraGrid2";
  419. this.ultraGrid2.Size = new System.Drawing.Size(1328, 204);
  420. this.ultraGrid2.TabIndex = 26;
  421. this.ultraGrid2.Text = "ultraGrid1";
  422. //
  423. // ultraGrid1
  424. //
  425. this.ultraGrid1.DataMember = "Table1";
  426. this.ultraGrid1.DataSource = this.dataSet1;
  427. appearance21.BackColor = System.Drawing.SystemColors.Window;
  428. appearance21.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  429. this.ultraGrid1.DisplayLayout.Appearance = appearance21;
  430. ultraGridColumn16.Header.VisiblePosition = 0;
  431. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 0;
  432. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  433. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 1;
  434. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 1;
  435. ultraGridColumn17.Header.VisiblePosition = 1;
  436. ultraGridColumn17.RowLayoutColumnInfo.OriginX = 1;
  437. ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
  438. ultraGridColumn17.RowLayoutColumnInfo.SpanX = 1;
  439. ultraGridColumn17.RowLayoutColumnInfo.SpanY = 1;
  440. ultraGridColumn18.Header.VisiblePosition = 2;
  441. ultraGridColumn18.RowLayoutColumnInfo.OriginX = 2;
  442. ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
  443. ultraGridColumn18.RowLayoutColumnInfo.SpanX = 1;
  444. ultraGridColumn18.RowLayoutColumnInfo.SpanY = 1;
  445. ultraGridColumn19.Header.VisiblePosition = 3;
  446. ultraGridColumn19.RowLayoutColumnInfo.OriginX = 3;
  447. ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
  448. ultraGridColumn19.RowLayoutColumnInfo.SpanX = 1;
  449. ultraGridColumn19.RowLayoutColumnInfo.SpanY = 1;
  450. ultraGridColumn20.Header.VisiblePosition = 4;
  451. ultraGridColumn20.RowLayoutColumnInfo.OriginX = 4;
  452. ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
  453. ultraGridColumn20.RowLayoutColumnInfo.SpanX = 1;
  454. ultraGridColumn20.RowLayoutColumnInfo.SpanY = 1;
  455. ultraGridColumn21.Header.VisiblePosition = 5;
  456. ultraGridColumn21.RowLayoutColumnInfo.OriginX = 6;
  457. ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
  458. ultraGridColumn21.RowLayoutColumnInfo.SpanX = 1;
  459. ultraGridColumn21.RowLayoutColumnInfo.SpanY = 1;
  460. ultraGridColumn22.Header.VisiblePosition = 6;
  461. ultraGridColumn22.RowLayoutColumnInfo.OriginX = 5;
  462. ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
  463. ultraGridColumn22.RowLayoutColumnInfo.SpanX = 1;
  464. ultraGridColumn22.RowLayoutColumnInfo.SpanY = 1;
  465. ultraGridBand2.Columns.AddRange(new object[] {
  466. ultraGridColumn16,
  467. ultraGridColumn17,
  468. ultraGridColumn18,
  469. ultraGridColumn19,
  470. ultraGridColumn20,
  471. ultraGridColumn21,
  472. ultraGridColumn22});
  473. ultraGridBand2.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
  474. ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  475. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  476. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  477. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  478. appearance22.BackColor = System.Drawing.SystemColors.ActiveBorder;
  479. appearance22.BackColor2 = System.Drawing.SystemColors.ControlDark;
  480. appearance22.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  481. appearance22.BorderColor = System.Drawing.SystemColors.Window;
  482. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance22;
  483. appearance23.ForeColor = System.Drawing.SystemColors.GrayText;
  484. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance23;
  485. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  486. appearance25.BackColor = System.Drawing.SystemColors.ControlLightLight;
  487. appearance25.BackColor2 = System.Drawing.SystemColors.Control;
  488. appearance25.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  489. appearance25.ForeColor = System.Drawing.SystemColors.GrayText;
  490. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance25;
  491. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  492. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  493. appearance26.BackColor = System.Drawing.SystemColors.Window;
  494. appearance26.ForeColor = System.Drawing.SystemColors.ControlText;
  495. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance26;
  496. appearance27.BackColor = System.Drawing.SystemColors.Highlight;
  497. appearance27.ForeColor = System.Drawing.SystemColors.HighlightText;
  498. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance27;
  499. this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
  500. this.ultraGrid1.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  501. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  502. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  503. appearance28.BackColor = System.Drawing.SystemColors.Window;
  504. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance28;
  505. appearance29.BorderColor = System.Drawing.Color.Silver;
  506. appearance29.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  507. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance29;
  508. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  509. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  510. appearance30.BackColor = System.Drawing.SystemColors.Control;
  511. appearance30.BackColor2 = System.Drawing.SystemColors.ControlDark;
  512. appearance30.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  513. appearance30.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  514. appearance30.BorderColor = System.Drawing.SystemColors.Window;
  515. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance30;
  516. appearance31.TextHAlignAsString = "Left";
  517. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance31;
  518. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  519. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  520. appearance32.BackColor = System.Drawing.SystemColors.Window;
  521. appearance32.BorderColor = System.Drawing.Color.Silver;
  522. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance32;
  523. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  524. appearance33.BackColor = System.Drawing.SystemColors.ControlLight;
  525. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance33;
  526. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  527. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  528. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  529. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Top;
  530. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  531. this.ultraGrid1.Location = new System.Drawing.Point(0, 40);
  532. this.ultraGrid1.Name = "ultraGrid1";
  533. this.ultraGrid1.Size = new System.Drawing.Size(1328, 130);
  534. this.ultraGrid1.TabIndex = 25;
  535. this.ultraGrid1.Text = "ultraGrid1";
  536. //
  537. // ultraExpandableGroupBox1
  538. //
  539. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  540. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  541. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1328, 100);
  542. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 374);
  543. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  544. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1328, 100);
  545. this.ultraExpandableGroupBox1.TabIndex = 24;
  546. this.ultraExpandableGroupBox1.Text = "备件编号";
  547. //
  548. // ultraExpandableGroupBoxPanel1
  549. //
  550. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor4);
  551. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel1);
  552. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextEditor1);
  553. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel16);
  554. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtQUERYID);
  555. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel4);
  556. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  557. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19);
  558. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  559. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1322, 78);
  560. this.ultraExpandableGroupBoxPanel1.TabIndex = 1;
  561. //
  562. // ultraComboEditor4
  563. //
  564. this.ultraComboEditor4.Location = new System.Drawing.Point(106, 53);
  565. this.ultraComboEditor4.Name = "ultraComboEditor4";
  566. this.ultraComboEditor4.Size = new System.Drawing.Size(160, 21);
  567. this.ultraComboEditor4.TabIndex = 131;
  568. //
  569. // ultraLabel1
  570. //
  571. appearance1.TextHAlignAsString = "Center";
  572. appearance1.TextVAlignAsString = "Middle";
  573. this.ultraLabel1.Appearance = appearance1;
  574. this.ultraLabel1.AutoSize = true;
  575. this.ultraLabel1.Location = new System.Drawing.Point(61, 56);
  576. this.ultraLabel1.Name = "ultraLabel1";
  577. this.ultraLabel1.Size = new System.Drawing.Size(42, 16);
  578. this.ultraLabel1.TabIndex = 130;
  579. this.ultraLabel1.Text = "点检员";
  580. //
  581. // ultraTextEditor1
  582. //
  583. this.ultraTextEditor1.Location = new System.Drawing.Point(106, 28);
  584. this.ultraTextEditor1.Name = "ultraTextEditor1";
  585. this.ultraTextEditor1.Size = new System.Drawing.Size(160, 21);
  586. this.ultraTextEditor1.TabIndex = 129;
  587. //
  588. // ultraLabel16
  589. //
  590. appearance47.TextHAlignAsString = "Center";
  591. appearance47.TextVAlignAsString = "Middle";
  592. this.ultraLabel16.Appearance = appearance47;
  593. this.ultraLabel16.AutoSize = true;
  594. this.ultraLabel16.Location = new System.Drawing.Point(24, 31);
  595. this.ultraLabel16.Name = "ultraLabel16";
  596. this.ultraLabel16.Size = new System.Drawing.Size(79, 16);
  597. this.ultraLabel16.TabIndex = 128;
  598. this.ultraLabel16.Text = "点检标准名称";
  599. //
  600. // txtQUERYID
  601. //
  602. this.txtQUERYID.Location = new System.Drawing.Point(106, 3);
  603. this.txtQUERYID.Name = "txtQUERYID";
  604. this.txtQUERYID.Size = new System.Drawing.Size(160, 21);
  605. this.txtQUERYID.TabIndex = 3;
  606. //
  607. // ultraLabel4
  608. //
  609. appearance2.TextHAlignAsString = "Center";
  610. appearance2.TextVAlignAsString = "Middle";
  611. this.ultraLabel4.Appearance = appearance2;
  612. this.ultraLabel4.AutoSize = true;
  613. this.ultraLabel4.Location = new System.Drawing.Point(24, 6);
  614. this.ultraLabel4.Name = "ultraLabel4";
  615. this.ultraLabel4.Size = new System.Drawing.Size(79, 16);
  616. this.ultraLabel4.TabIndex = 4;
  617. this.ultraLabel4.Text = "点检标准编号";
  618. //
  619. // panel1
  620. //
  621. this.panel1.Controls.Add(this.ultraComboEditor2);
  622. this.panel1.Controls.Add(this.ultraCheckEditor5);
  623. this.panel1.Controls.Add(this.ultraComboEditor1);
  624. this.panel1.Controls.Add(this.ultraCheckEditor4);
  625. this.panel1.Controls.Add(this.ultraTextEditor3);
  626. this.panel1.Controls.Add(this.ultraCheckEditor1);
  627. this.panel1.Controls.Add(this.ultraCheckEditor2);
  628. this.panel1.Controls.Add(this.txtTitleName);
  629. this.panel1.Controls.Add(this.ultraComboEditor3);
  630. this.panel1.Controls.Add(this.ultraCheckEditor3);
  631. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  632. this.panel1.Location = new System.Drawing.Point(0, 0);
  633. this.panel1.Name = "panel1";
  634. this.panel1.Size = new System.Drawing.Size(1328, 40);
  635. this.panel1.TabIndex = 15;
  636. //
  637. // ultraComboEditor2
  638. //
  639. this.ultraComboEditor2.Location = new System.Drawing.Point(903, 11);
  640. this.ultraComboEditor2.Name = "ultraComboEditor2";
  641. this.ultraComboEditor2.Size = new System.Drawing.Size(135, 21);
  642. this.ultraComboEditor2.TabIndex = 95;
  643. //
  644. // ultraCheckEditor5
  645. //
  646. this.ultraCheckEditor5.AutoSize = true;
  647. this.ultraCheckEditor5.Location = new System.Drawing.Point(804, 12);
  648. this.ultraCheckEditor5.Name = "ultraCheckEditor5";
  649. this.ultraCheckEditor5.Size = new System.Drawing.Size(96, 19);
  650. this.ultraCheckEditor5.TabIndex = 94;
  651. this.ultraCheckEditor5.Text = "点检标准名称";
  652. //
  653. // ultraComboEditor1
  654. //
  655. this.ultraComboEditor1.Location = new System.Drawing.Point(666, 11);
  656. this.ultraComboEditor1.Name = "ultraComboEditor1";
  657. this.ultraComboEditor1.Size = new System.Drawing.Size(135, 21);
  658. this.ultraComboEditor1.TabIndex = 93;
  659. //
  660. // ultraCheckEditor4
  661. //
  662. this.ultraCheckEditor4.AutoSize = true;
  663. this.ultraCheckEditor4.Location = new System.Drawing.Point(567, 12);
  664. this.ultraCheckEditor4.Name = "ultraCheckEditor4";
  665. this.ultraCheckEditor4.Size = new System.Drawing.Size(96, 19);
  666. this.ultraCheckEditor4.TabIndex = 92;
  667. this.ultraCheckEditor4.Text = "点检标准编号";
  668. //
  669. // ultraTextEditor3
  670. //
  671. this.ultraTextEditor3.Location = new System.Drawing.Point(86, 11);
  672. this.ultraTextEditor3.MaxLength = 100;
  673. this.ultraTextEditor3.Name = "ultraTextEditor3";
  674. this.ultraTextEditor3.Size = new System.Drawing.Size(113, 21);
  675. this.ultraTextEditor3.TabIndex = 91;
  676. //
  677. // ultraCheckEditor1
  678. //
  679. this.ultraCheckEditor1.AutoSize = true;
  680. this.ultraCheckEditor1.Location = new System.Drawing.Point(12, 12);
  681. this.ultraCheckEditor1.Name = "ultraCheckEditor1";
  682. this.ultraCheckEditor1.Size = new System.Drawing.Size(71, 19);
  683. this.ultraCheckEditor1.TabIndex = 90;
  684. this.ultraCheckEditor1.Text = "资产编码";
  685. //
  686. // ultraCheckEditor2
  687. //
  688. this.ultraCheckEditor2.AutoSize = true;
  689. this.ultraCheckEditor2.Location = new System.Drawing.Point(202, 12);
  690. this.ultraCheckEditor2.Name = "ultraCheckEditor2";
  691. this.ultraCheckEditor2.Size = new System.Drawing.Size(71, 19);
  692. this.ultraCheckEditor2.TabIndex = 89;
  693. this.ultraCheckEditor2.Text = "设备编码";
  694. //
  695. // txtTitleName
  696. //
  697. this.txtTitleName.Location = new System.Drawing.Point(276, 11);
  698. this.txtTitleName.MaxLength = 100;
  699. this.txtTitleName.Name = "txtTitleName";
  700. this.txtTitleName.Size = new System.Drawing.Size(113, 21);
  701. this.txtTitleName.TabIndex = 88;
  702. //
  703. // ultraComboEditor3
  704. //
  705. this.ultraComboEditor3.DropDownStyle = Infragistics.Win.DropDownStyle.DropDown;
  706. valueListItem1.DataValue = "运行记录";
  707. valueListItem1.DisplayText = "运行记录";
  708. valueListItem2.DataValue = "使用记录";
  709. valueListItem2.DisplayText = "使用记录";
  710. this.ultraComboEditor3.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  711. valueListItem1,
  712. valueListItem2});
  713. this.ultraComboEditor3.Location = new System.Drawing.Point(441, 11);
  714. this.ultraComboEditor3.Name = "ultraComboEditor3";
  715. this.ultraComboEditor3.Size = new System.Drawing.Size(123, 21);
  716. this.ultraComboEditor3.TabIndex = 86;
  717. //
  718. // ultraCheckEditor3
  719. //
  720. this.ultraCheckEditor3.AutoSize = true;
  721. this.ultraCheckEditor3.Location = new System.Drawing.Point(392, 12);
  722. this.ultraCheckEditor3.Name = "ultraCheckEditor3";
  723. this.ultraCheckEditor3.Size = new System.Drawing.Size(46, 19);
  724. this.ultraCheckEditor3.TabIndex = 85;
  725. this.ultraCheckEditor3.Text = "科室";
  726. //
  727. // FrmBase_Fill_Panel_Fill_Panel
  728. //
  729. this.FrmBase_Fill_Panel_Fill_Panel.Controls.Add(this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel);
  730. this.FrmBase_Fill_Panel_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  731. this.FrmBase_Fill_Panel_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  732. this.FrmBase_Fill_Panel_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  733. this.FrmBase_Fill_Panel_Fill_Panel.Name = "FrmBase_Fill_Panel_Fill_Panel";
  734. this.FrmBase_Fill_Panel_Fill_Panel.Size = new System.Drawing.Size(1328, 474);
  735. this.FrmBase_Fill_Panel_Fill_Panel.TabIndex = 0;
  736. //
  737. // FrmBase_Fill_Panel
  738. //
  739. this.FrmBase_Fill_Panel.Controls.Add(this.FrmBase_Fill_Panel_Fill_Panel);
  740. this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  741. this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  742. this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  743. this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
  744. this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(1328, 474);
  745. this.FrmBase_Fill_Panel.TabIndex = 3;
  746. //
  747. // FrmDeviceDJStandard
  748. //
  749. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  750. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  751. this.ClientSize = new System.Drawing.Size(1328, 474);
  752. this.Controls.Add(this.FrmBase_Fill_Panel);
  753. this.Name = "FrmDeviceDJStandard";
  754. this.Text = "设备点捡标准管理";
  755. this.Load += new System.EventHandler(this.FrmDeviceDJStandard_Load);
  756. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  757. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  758. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  759. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.ResumeLayout(false);
  760. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  761. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  762. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  763. this.ultraExpandableGroupBox1.ResumeLayout(false);
  764. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  765. this.ultraExpandableGroupBoxPanel1.PerformLayout();
  766. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor4)).EndInit();
  767. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  768. ((System.ComponentModel.ISupportInitialize)(this.txtQUERYID)).EndInit();
  769. this.panel1.ResumeLayout(false);
  770. this.panel1.PerformLayout();
  771. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).EndInit();
  772. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor5)).EndInit();
  773. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
  774. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor4)).EndInit();
  775. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).EndInit();
  776. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).EndInit();
  777. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor2)).EndInit();
  778. ((System.ComponentModel.ISupportInitialize)(this.txtTitleName)).EndInit();
  779. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor3)).EndInit();
  780. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor3)).EndInit();
  781. this.FrmBase_Fill_Panel_Fill_Panel.ResumeLayout(false);
  782. this.FrmBase_Fill_Panel.ResumeLayout(false);
  783. this.ResumeLayout(false);
  784. }
  785. #endregion
  786. private System.Data.DataSet dataSet1;
  787. private System.Data.DataTable dataTable2;
  788. private System.Data.DataColumn dataColumn1;
  789. private System.Data.DataColumn dataColumn2;
  790. private System.Data.DataColumn dataColumn3;
  791. private System.Data.DataColumn dataColumn4;
  792. private System.Data.DataColumn dataColumn5;
  793. private System.Data.DataColumn dataColumn6;
  794. private System.Data.DataColumn dataColumn7;
  795. private System.Data.DataColumn dataColumn8;
  796. private System.Data.DataColumn dataColumn9;
  797. private System.Data.DataColumn dataColumn10;
  798. private System.Data.DataColumn dataColumn11;
  799. private System.Data.DataColumn dataColumn12;
  800. private System.Windows.Forms.Panel FrmBase_Fill_Panel_Fill_Panel_Fill_Panel;
  801. private System.Windows.Forms.Panel FrmBase_Fill_Panel_Fill_Panel;
  802. private System.Windows.Forms.Panel FrmBase_Fill_Panel;
  803. private System.Windows.Forms.Panel panel1;
  804. private System.Data.DataColumn dataColumn15;
  805. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor3;
  806. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor3;
  807. private System.Data.DataTable dataTable1;
  808. private System.Data.DataColumn dataColumn14;
  809. private System.Data.DataColumn dataColumn16;
  810. private System.Data.DataColumn dataColumn17;
  811. private System.Data.DataColumn dataColumn18;
  812. private System.Data.DataColumn dataColumn19;
  813. private System.Data.DataColumn dataColumn20;
  814. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  815. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  816. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  817. private Infragistics.Win.Misc.UltraLabel ultraLabel16;
  818. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtQUERYID;
  819. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  820. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  821. private System.Data.DataColumn dataColumn13;
  822. private System.Data.DataColumn dataColumn21;
  823. private System.Data.DataColumn dataColumn22;
  824. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1;
  825. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor4;
  826. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor3;
  827. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor1;
  828. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor2;
  829. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtTitleName;
  830. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor2;
  831. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor5;
  832. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  833. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  834. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor4;
  835. }
  836. }