FrmBoxMainTenance.designer.cs 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770
  1. namespace Core.StlMes.Client.Mcp.CollarMaterial
  2. {
  3. partial class FrmBoxMainTenance
  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 appearance8 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("KEP_NO");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("KEP_TYPE");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("KEP_WIDTH");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("KEP_HEIGHT");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("KEP_LEN");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HL_MANAGEMENT_NO");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HL_MANAGEMENT_NAME");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
  52. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_NAME");
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_TIME");
  54. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  55. this.ultraCheckEditor2 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  56. this.cmb_dw = new System.Windows.Forms.ComboBox();
  57. this.cmbRackType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  58. this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  59. this.chkValid = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  60. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  61. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  62. this.cmbManage1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  63. this.ultraLabel13 = new Infragistics.Win.Misc.UltraLabel();
  64. this.txtRackLen = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  65. this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
  66. this.txtRackHeight = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  67. this.ultraLabel19 = new Infragistics.Win.Misc.UltraLabel();
  68. this.txtRackWidth = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  69. this.cmbType1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  70. this.txtMemo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  71. this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
  72. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  73. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  74. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  75. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  76. this.txtRacknoTail = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  77. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  78. this.txtRacknoHead = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  79. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  80. this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
  81. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  82. this.dataSet1 = new System.Data.DataSet();
  83. this.dataTable1 = new System.Data.DataTable();
  84. this.dataColumn1 = new System.Data.DataColumn();
  85. this.dataColumn2 = new System.Data.DataColumn();
  86. this.dataColumn3 = new System.Data.DataColumn();
  87. this.dataColumn4 = new System.Data.DataColumn();
  88. this.dataColumn7 = new System.Data.DataColumn();
  89. this.dataColumn9 = new System.Data.DataColumn();
  90. this.dataColumn10 = new System.Data.DataColumn();
  91. this.dataColumn12 = new System.Data.DataColumn();
  92. this.dataColumn13 = new System.Data.DataColumn();
  93. this.dataColumn14 = new System.Data.DataColumn();
  94. this.dataColumn15 = new System.Data.DataColumn();
  95. this.dataColumn16 = new System.Data.DataColumn();
  96. this.dataColumn17 = new System.Data.DataColumn();
  97. this.dataColumn18 = new System.Data.DataColumn();
  98. this.dataColumn19 = new System.Data.DataColumn();
  99. this.ultraPanel1.ClientArea.SuspendLayout();
  100. this.ultraPanel1.SuspendLayout();
  101. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor2)).BeginInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.cmbRackType)).BeginInit();
  103. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.chkValid)).BeginInit();
  105. this.ultraPanel2.ClientArea.SuspendLayout();
  106. this.ultraPanel2.SuspendLayout();
  107. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  108. this.ultraGroupBox1.SuspendLayout();
  109. ((System.ComponentModel.ISupportInitialize)(this.cmbManage1)).BeginInit();
  110. ((System.ComponentModel.ISupportInitialize)(this.txtRackLen)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.txtRackHeight)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.txtRackWidth)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.cmbType1)).BeginInit();
  114. ((System.ComponentModel.ISupportInitialize)(this.txtMemo)).BeginInit();
  115. ((System.ComponentModel.ISupportInitialize)(this.txtRacknoTail)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.txtRacknoHead)).BeginInit();
  117. this.ultraPanel3.ClientArea.SuspendLayout();
  118. this.ultraPanel3.SuspendLayout();
  119. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  121. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  122. this.SuspendLayout();
  123. //
  124. // ultraPanel1
  125. //
  126. //
  127. // ultraPanel1.ClientArea
  128. //
  129. this.ultraPanel1.ClientArea.Controls.Add(this.ultraCheckEditor2);
  130. this.ultraPanel1.ClientArea.Controls.Add(this.cmb_dw);
  131. this.ultraPanel1.ClientArea.Controls.Add(this.cmbRackType);
  132. this.ultraPanel1.ClientArea.Controls.Add(this.ultraCheckEditor1);
  133. this.ultraPanel1.ClientArea.Controls.Add(this.chkValid);
  134. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  135. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  136. this.ultraPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  137. this.ultraPanel1.Name = "ultraPanel1";
  138. this.ultraPanel1.Size = new System.Drawing.Size(1536, 48);
  139. this.ultraPanel1.TabIndex = 0;
  140. //
  141. // ultraCheckEditor2
  142. //
  143. this.ultraCheckEditor2.AutoSize = true;
  144. this.ultraCheckEditor2.Location = new System.Drawing.Point(36, 11);
  145. this.ultraCheckEditor2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  146. this.ultraCheckEditor2.Name = "ultraCheckEditor2";
  147. this.ultraCheckEditor2.Size = new System.Drawing.Size(112, 28);
  148. this.ultraCheckEditor2.TabIndex = 13;
  149. this.ultraCheckEditor2.Text = "所属单位";
  150. this.ultraCheckEditor2.CheckedChanged += new System.EventHandler(this.ultraCheckEditor2_CheckedChanged);
  151. //
  152. // cmb_dw
  153. //
  154. this.cmb_dw.FormattingEnabled = true;
  155. this.cmb_dw.Location = new System.Drawing.Point(139, 11);
  156. this.cmb_dw.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  157. this.cmb_dw.Name = "cmb_dw";
  158. this.cmb_dw.Size = new System.Drawing.Size(160, 23);
  159. this.cmb_dw.TabIndex = 12;
  160. //
  161. // cmbRackType
  162. //
  163. this.cmbRackType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  164. this.cmbRackType.Location = new System.Drawing.Point(428, 10);
  165. this.cmbRackType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  166. this.cmbRackType.Name = "cmbRackType";
  167. this.cmbRackType.ReadOnly = true;
  168. this.cmbRackType.Size = new System.Drawing.Size(133, 24);
  169. this.cmbRackType.TabIndex = 11;
  170. //
  171. // ultraCheckEditor1
  172. //
  173. this.ultraCheckEditor1.AutoSize = true;
  174. this.ultraCheckEditor1.Location = new System.Drawing.Point(329, 11);
  175. this.ultraCheckEditor1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  176. this.ultraCheckEditor1.Name = "ultraCheckEditor1";
  177. this.ultraCheckEditor1.Size = new System.Drawing.Size(112, 28);
  178. this.ultraCheckEditor1.TabIndex = 9;
  179. this.ultraCheckEditor1.Text = "框号类型";
  180. this.ultraCheckEditor1.CheckedChanged += new System.EventHandler(this.ultraCheckEditor1_CheckedChanged);
  181. //
  182. // chkValid
  183. //
  184. this.chkValid.AutoSize = true;
  185. this.chkValid.Location = new System.Drawing.Point(613, 11);
  186. this.chkValid.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  187. this.chkValid.Name = "chkValid";
  188. this.chkValid.Size = new System.Drawing.Size(112, 28);
  189. this.chkValid.TabIndex = 10;
  190. this.chkValid.Text = "包含无效";
  191. this.chkValid.CheckedChanged += new System.EventHandler(this.chkValid_CheckedChanged);
  192. //
  193. // ultraPanel2
  194. //
  195. //
  196. // ultraPanel2.ClientArea
  197. //
  198. this.ultraPanel2.ClientArea.Controls.Add(this.ultraGroupBox1);
  199. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  200. this.ultraPanel2.Location = new System.Drawing.Point(0, 395);
  201. this.ultraPanel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  202. this.ultraPanel2.Name = "ultraPanel2";
  203. this.ultraPanel2.Size = new System.Drawing.Size(1536, 135);
  204. this.ultraPanel2.TabIndex = 1;
  205. //
  206. // ultraGroupBox1
  207. //
  208. this.ultraGroupBox1.Controls.Add(this.cmbManage1);
  209. this.ultraGroupBox1.Controls.Add(this.ultraLabel13);
  210. this.ultraGroupBox1.Controls.Add(this.txtRackLen);
  211. this.ultraGroupBox1.Controls.Add(this.ultraLabel12);
  212. this.ultraGroupBox1.Controls.Add(this.txtRackHeight);
  213. this.ultraGroupBox1.Controls.Add(this.ultraLabel19);
  214. this.ultraGroupBox1.Controls.Add(this.txtRackWidth);
  215. this.ultraGroupBox1.Controls.Add(this.cmbType1);
  216. this.ultraGroupBox1.Controls.Add(this.txtMemo);
  217. this.ultraGroupBox1.Controls.Add(this.ultraLabel9);
  218. this.ultraGroupBox1.Controls.Add(this.ultraLabel6);
  219. this.ultraGroupBox1.Controls.Add(this.ultraLabel5);
  220. this.ultraGroupBox1.Controls.Add(this.ultraLabel4);
  221. this.ultraGroupBox1.Controls.Add(this.ultraLabel3);
  222. this.ultraGroupBox1.Controls.Add(this.txtRacknoTail);
  223. this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
  224. this.ultraGroupBox1.Controls.Add(this.txtRacknoHead);
  225. this.ultraGroupBox1.Controls.Add(this.ultraLabel1);
  226. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  227. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  228. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  229. this.ultraGroupBox1.Name = "ultraGroupBox1";
  230. this.ultraGroupBox1.Size = new System.Drawing.Size(1536, 135);
  231. this.ultraGroupBox1.TabIndex = 0;
  232. this.ultraGroupBox1.Text = "编辑区";
  233. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  234. //
  235. // cmbManage1
  236. //
  237. this.cmbManage1.Location = new System.Drawing.Point(593, 35);
  238. this.cmbManage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  239. this.cmbManage1.Name = "cmbManage1";
  240. this.cmbManage1.Size = new System.Drawing.Size(133, 24);
  241. this.cmbManage1.TabIndex = 78;
  242. //
  243. // ultraLabel13
  244. //
  245. appearance8.BackColor = System.Drawing.Color.Transparent;
  246. this.ultraLabel13.Appearance = appearance8;
  247. this.ultraLabel13.AutoSize = true;
  248. this.ultraLabel13.Location = new System.Drawing.Point(727, 72);
  249. this.ultraLabel13.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  250. this.ultraLabel13.Name = "ultraLabel13";
  251. this.ultraLabel13.Size = new System.Drawing.Size(28, 21);
  252. this.ultraLabel13.TabIndex = 77;
  253. this.ultraLabel13.Text = "mm";
  254. //
  255. // txtRackLen
  256. //
  257. this.txtRackLen.Location = new System.Drawing.Point(593, 66);
  258. this.txtRackLen.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  259. this.txtRackLen.MaskInput = "nnnnnn";
  260. this.txtRackLen.Name = "txtRackLen";
  261. this.txtRackLen.Nullable = true;
  262. this.txtRackLen.PromptChar = ' ';
  263. this.txtRackLen.Size = new System.Drawing.Size(133, 24);
  264. this.txtRackLen.TabIndex = 76;
  265. this.txtRackLen.Value = null;
  266. //
  267. // ultraLabel12
  268. //
  269. appearance7.BackColor = System.Drawing.Color.Transparent;
  270. this.ultraLabel12.Appearance = appearance7;
  271. this.ultraLabel12.AutoSize = true;
  272. this.ultraLabel12.Location = new System.Drawing.Point(484, 72);
  273. this.ultraLabel12.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  274. this.ultraLabel12.Name = "ultraLabel12";
  275. this.ultraLabel12.Size = new System.Drawing.Size(28, 21);
  276. this.ultraLabel12.TabIndex = 75;
  277. this.ultraLabel12.Text = "mm";
  278. //
  279. // txtRackHeight
  280. //
  281. this.txtRackHeight.Location = new System.Drawing.Point(351, 66);
  282. this.txtRackHeight.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  283. this.txtRackHeight.MaskInput = "nnnnnn";
  284. this.txtRackHeight.Name = "txtRackHeight";
  285. this.txtRackHeight.Nullable = true;
  286. this.txtRackHeight.PromptChar = ' ';
  287. this.txtRackHeight.Size = new System.Drawing.Size(133, 24);
  288. this.txtRackHeight.TabIndex = 74;
  289. this.txtRackHeight.Value = null;
  290. //
  291. // ultraLabel19
  292. //
  293. appearance6.BackColor = System.Drawing.Color.Transparent;
  294. this.ultraLabel19.Appearance = appearance6;
  295. this.ultraLabel19.AutoSize = true;
  296. this.ultraLabel19.Location = new System.Drawing.Point(244, 72);
  297. this.ultraLabel19.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  298. this.ultraLabel19.Name = "ultraLabel19";
  299. this.ultraLabel19.Size = new System.Drawing.Size(28, 21);
  300. this.ultraLabel19.TabIndex = 73;
  301. this.ultraLabel19.Text = "mm";
  302. //
  303. // txtRackWidth
  304. //
  305. this.txtRackWidth.Location = new System.Drawing.Point(111, 66);
  306. this.txtRackWidth.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  307. this.txtRackWidth.MaskInput = "nnnnnn";
  308. this.txtRackWidth.Name = "txtRackWidth";
  309. this.txtRackWidth.Nullable = true;
  310. this.txtRackWidth.PromptChar = ' ';
  311. this.txtRackWidth.Size = new System.Drawing.Size(133, 24);
  312. this.txtRackWidth.TabIndex = 72;
  313. this.txtRackWidth.Value = null;
  314. //
  315. // cmbType1
  316. //
  317. this.cmbType1.Location = new System.Drawing.Point(351, 36);
  318. this.cmbType1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  319. this.cmbType1.Name = "cmbType1";
  320. this.cmbType1.Size = new System.Drawing.Size(133, 24);
  321. this.cmbType1.TabIndex = 71;
  322. //
  323. // txtMemo
  324. //
  325. this.txtMemo.Location = new System.Drawing.Point(111, 100);
  326. this.txtMemo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  327. this.txtMemo.MaxLength = 100;
  328. this.txtMemo.Name = "txtMemo";
  329. this.txtMemo.Size = new System.Drawing.Size(616, 24);
  330. this.txtMemo.TabIndex = 70;
  331. //
  332. // ultraLabel9
  333. //
  334. appearance2.BackColor = System.Drawing.Color.Transparent;
  335. this.ultraLabel9.Appearance = appearance2;
  336. this.ultraLabel9.AutoSize = true;
  337. this.ultraLabel9.Location = new System.Drawing.Point(36, 101);
  338. this.ultraLabel9.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  339. this.ultraLabel9.Name = "ultraLabel9";
  340. this.ultraLabel9.Size = new System.Drawing.Size(89, 24);
  341. this.ultraLabel9.TabIndex = 69;
  342. this.ultraLabel9.Text = "备 注";
  343. //
  344. // ultraLabel6
  345. //
  346. appearance4.BackColor = System.Drawing.Color.Transparent;
  347. this.ultraLabel6.Appearance = appearance4;
  348. this.ultraLabel6.AutoSize = true;
  349. this.ultraLabel6.Location = new System.Drawing.Point(519, 70);
  350. this.ultraLabel6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  351. this.ultraLabel6.Name = "ultraLabel6";
  352. this.ultraLabel6.Size = new System.Drawing.Size(89, 24);
  353. this.ultraLabel6.TabIndex = 68;
  354. this.ultraLabel6.Text = "框号长度";
  355. //
  356. // ultraLabel5
  357. //
  358. appearance5.BackColor = System.Drawing.Color.Transparent;
  359. this.ultraLabel5.Appearance = appearance5;
  360. this.ultraLabel5.AutoSize = true;
  361. this.ultraLabel5.Location = new System.Drawing.Point(276, 70);
  362. this.ultraLabel5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  363. this.ultraLabel5.Name = "ultraLabel5";
  364. this.ultraLabel5.Size = new System.Drawing.Size(89, 24);
  365. this.ultraLabel5.TabIndex = 67;
  366. this.ultraLabel5.Text = "框号高度";
  367. //
  368. // ultraLabel4
  369. //
  370. appearance10.BackColor = System.Drawing.Color.Transparent;
  371. this.ultraLabel4.Appearance = appearance10;
  372. this.ultraLabel4.AutoSize = true;
  373. this.ultraLabel4.Location = new System.Drawing.Point(276, 40);
  374. this.ultraLabel4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  375. this.ultraLabel4.Name = "ultraLabel4";
  376. this.ultraLabel4.Size = new System.Drawing.Size(89, 24);
  377. this.ultraLabel4.TabIndex = 66;
  378. this.ultraLabel4.Text = "框号类型";
  379. //
  380. // ultraLabel3
  381. //
  382. appearance3.BackColor = System.Drawing.Color.Transparent;
  383. this.ultraLabel3.Appearance = appearance3;
  384. this.ultraLabel3.AutoSize = true;
  385. this.ultraLabel3.Location = new System.Drawing.Point(519, 40);
  386. this.ultraLabel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  387. this.ultraLabel3.Name = "ultraLabel3";
  388. this.ultraLabel3.Size = new System.Drawing.Size(89, 24);
  389. this.ultraLabel3.TabIndex = 65;
  390. this.ultraLabel3.Text = "所属单位";
  391. //
  392. // txtRacknoTail
  393. //
  394. this.txtRacknoTail.Location = new System.Drawing.Point(148, 36);
  395. this.txtRacknoTail.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  396. this.txtRacknoTail.Name = "txtRacknoTail";
  397. this.txtRacknoTail.ReadOnly = true;
  398. this.txtRacknoTail.Size = new System.Drawing.Size(96, 24);
  399. this.txtRacknoTail.TabIndex = 64;
  400. //
  401. // ultraLabel2
  402. //
  403. appearance9.BackColor = System.Drawing.Color.Transparent;
  404. this.ultraLabel2.Appearance = appearance9;
  405. this.ultraLabel2.AutoSize = true;
  406. this.ultraLabel2.Location = new System.Drawing.Point(36, 70);
  407. this.ultraLabel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  408. this.ultraLabel2.Name = "ultraLabel2";
  409. this.ultraLabel2.Size = new System.Drawing.Size(89, 24);
  410. this.ultraLabel2.TabIndex = 63;
  411. this.ultraLabel2.Text = "框号宽度";
  412. //
  413. // txtRacknoHead
  414. //
  415. this.txtRacknoHead.Location = new System.Drawing.Point(111, 36);
  416. this.txtRacknoHead.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  417. this.txtRacknoHead.Name = "txtRacknoHead";
  418. this.txtRacknoHead.ReadOnly = true;
  419. this.txtRacknoHead.Size = new System.Drawing.Size(37, 24);
  420. this.txtRacknoHead.TabIndex = 62;
  421. //
  422. // ultraLabel1
  423. //
  424. appearance1.BackColor = System.Drawing.Color.Transparent;
  425. this.ultraLabel1.Appearance = appearance1;
  426. this.ultraLabel1.AutoSize = true;
  427. this.ultraLabel1.Location = new System.Drawing.Point(36, 40);
  428. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  429. this.ultraLabel1.Name = "ultraLabel1";
  430. this.ultraLabel1.Size = new System.Drawing.Size(89, 24);
  431. this.ultraLabel1.TabIndex = 61;
  432. this.ultraLabel1.Text = "框号编码";
  433. //
  434. // ultraPanel3
  435. //
  436. //
  437. // ultraPanel3.ClientArea
  438. //
  439. this.ultraPanel3.ClientArea.Controls.Add(this.ultraGrid1);
  440. this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  441. this.ultraPanel3.Location = new System.Drawing.Point(0, 48);
  442. this.ultraPanel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  443. this.ultraPanel3.Name = "ultraPanel3";
  444. this.ultraPanel3.Size = new System.Drawing.Size(1536, 347);
  445. this.ultraPanel3.TabIndex = 2;
  446. //
  447. // ultraGrid1
  448. //
  449. this.ultraGrid1.DataMember = "Table1";
  450. this.ultraGrid1.DataSource = this.dataSet1;
  451. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  452. ultraGridColumn1.Header.VisiblePosition = 0;
  453. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  454. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  455. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(79, 0);
  456. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  457. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  458. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  459. ultraGridColumn2.Header.VisiblePosition = 1;
  460. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
  461. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  462. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(73, 0);
  463. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  464. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  465. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  466. ultraGridColumn3.Header.VisiblePosition = 2;
  467. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
  468. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  469. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(69, 0);
  470. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  471. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  472. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  473. ultraGridColumn4.Header.VisiblePosition = 3;
  474. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
  475. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  476. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(74, 0);
  477. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  478. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  479. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  480. ultraGridColumn5.Header.VisiblePosition = 4;
  481. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 8;
  482. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  483. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(74, 0);
  484. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  485. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  486. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  487. ultraGridColumn6.Header.VisiblePosition = 5;
  488. ultraGridColumn6.Hidden = true;
  489. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  490. ultraGridColumn7.Header.VisiblePosition = 6;
  491. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 10;
  492. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  493. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(109, 0);
  494. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  495. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  496. ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  497. ultraGridColumn8.Header.VisiblePosition = 7;
  498. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 14;
  499. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  500. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0);
  501. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  502. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  503. ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  504. ultraGridColumn9.Header.VisiblePosition = 8;
  505. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 12;
  506. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  507. ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(78, 0);
  508. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  509. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  510. ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  511. ultraGridColumn10.Header.VisiblePosition = 9;
  512. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 16;
  513. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  514. ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(70, 0);
  515. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  516. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  517. ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  518. ultraGridColumn11.Header.VisiblePosition = 10;
  519. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 18;
  520. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  521. ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(122, 0);
  522. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  523. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  524. ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  525. ultraGridColumn12.Header.VisiblePosition = 11;
  526. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 20;
  527. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  528. ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  529. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  530. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  531. ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  532. ultraGridColumn13.Header.VisiblePosition = 12;
  533. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 22;
  534. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  535. ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(119, 0);
  536. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
  537. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
  538. ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  539. ultraGridColumn14.Header.VisiblePosition = 13;
  540. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 24;
  541. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  542. ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(69, 0);
  543. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
  544. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
  545. ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  546. ultraGridColumn15.Header.VisiblePosition = 14;
  547. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 26;
  548. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
  549. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
  550. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
  551. ultraGridBand1.Columns.AddRange(new object[] {
  552. ultraGridColumn1,
  553. ultraGridColumn2,
  554. ultraGridColumn3,
  555. ultraGridColumn4,
  556. ultraGridColumn5,
  557. ultraGridColumn6,
  558. ultraGridColumn7,
  559. ultraGridColumn8,
  560. ultraGridColumn9,
  561. ultraGridColumn10,
  562. ultraGridColumn11,
  563. ultraGridColumn12,
  564. ultraGridColumn13,
  565. ultraGridColumn14,
  566. ultraGridColumn15});
  567. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  568. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  569. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  570. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  571. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  572. this.ultraGrid1.Name = "ultraGrid1";
  573. this.ultraGrid1.Size = new System.Drawing.Size(1536, 347);
  574. this.ultraGrid1.TabIndex = 0;
  575. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  576. //
  577. // dataSet1
  578. //
  579. this.dataSet1.DataSetName = "NewDataSet";
  580. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  581. this.dataTable1});
  582. //
  583. // dataTable1
  584. //
  585. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  586. this.dataColumn1,
  587. this.dataColumn2,
  588. this.dataColumn3,
  589. this.dataColumn4,
  590. this.dataColumn7,
  591. this.dataColumn9,
  592. this.dataColumn10,
  593. this.dataColumn12,
  594. this.dataColumn13,
  595. this.dataColumn14,
  596. this.dataColumn15,
  597. this.dataColumn16,
  598. this.dataColumn17,
  599. this.dataColumn18,
  600. this.dataColumn19});
  601. this.dataTable1.TableName = "Table1";
  602. //
  603. // dataColumn1
  604. //
  605. this.dataColumn1.Caption = "框号编码";
  606. this.dataColumn1.ColumnName = "KEP_NO";
  607. //
  608. // dataColumn2
  609. //
  610. this.dataColumn2.Caption = "框号类型";
  611. this.dataColumn2.ColumnName = "KEP_TYPE";
  612. //
  613. // dataColumn3
  614. //
  615. this.dataColumn3.Caption = "框号宽度";
  616. this.dataColumn3.ColumnName = "KEP_WIDTH";
  617. //
  618. // dataColumn4
  619. //
  620. this.dataColumn4.Caption = "框号高度";
  621. this.dataColumn4.ColumnName = "KEP_HEIGHT";
  622. //
  623. // dataColumn7
  624. //
  625. this.dataColumn7.Caption = "框号长度";
  626. this.dataColumn7.ColumnName = "KEP_LEN";
  627. //
  628. // dataColumn9
  629. //
  630. this.dataColumn9.Caption = "所属单位代码";
  631. this.dataColumn9.ColumnName = "HL_MANAGEMENT_NO";
  632. //
  633. // dataColumn10
  634. //
  635. this.dataColumn10.Caption = "所属单位名称";
  636. this.dataColumn10.ColumnName = "HL_MANAGEMENT_NAME";
  637. //
  638. // dataColumn12
  639. //
  640. this.dataColumn12.Caption = "备注";
  641. this.dataColumn12.ColumnName = "MEMO";
  642. //
  643. // dataColumn13
  644. //
  645. this.dataColumn13.Caption = "有效标志";
  646. this.dataColumn13.ColumnName = "VALIDFLAG";
  647. //
  648. // dataColumn14
  649. //
  650. this.dataColumn14.Caption = "创建人";
  651. this.dataColumn14.ColumnName = "CREATE_NAME";
  652. //
  653. // dataColumn15
  654. //
  655. this.dataColumn15.Caption = "创建时间";
  656. this.dataColumn15.ColumnName = "CREATE_TIME";
  657. //
  658. // dataColumn16
  659. //
  660. this.dataColumn16.Caption = "修改人";
  661. this.dataColumn16.ColumnName = "UPDATE_NAME";
  662. //
  663. // dataColumn17
  664. //
  665. this.dataColumn17.Caption = "修改时间";
  666. this.dataColumn17.ColumnName = "UPDATE_TIME";
  667. //
  668. // dataColumn18
  669. //
  670. this.dataColumn18.Caption = "删除人";
  671. this.dataColumn18.ColumnName = "DELETE_NAME";
  672. //
  673. // dataColumn19
  674. //
  675. this.dataColumn19.Caption = "删除时间";
  676. this.dataColumn19.ColumnName = "DELETE_TIME";
  677. //
  678. // FrmBoxMainTenance
  679. //
  680. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  681. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  682. this.ClientSize = new System.Drawing.Size(1536, 530);
  683. this.Controls.Add(this.ultraPanel3);
  684. this.Controls.Add(this.ultraPanel2);
  685. this.Controls.Add(this.ultraPanel1);
  686. this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  687. this.Name = "FrmBoxMainTenance";
  688. this.Text = "框号维护页面";
  689. this.Load += new System.EventHandler(this.FrmBoxMainTenance_Load);
  690. this.ultraPanel1.ClientArea.ResumeLayout(false);
  691. this.ultraPanel1.ClientArea.PerformLayout();
  692. this.ultraPanel1.ResumeLayout(false);
  693. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor2)).EndInit();
  694. ((System.ComponentModel.ISupportInitialize)(this.cmbRackType)).EndInit();
  695. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).EndInit();
  696. ((System.ComponentModel.ISupportInitialize)(this.chkValid)).EndInit();
  697. this.ultraPanel2.ClientArea.ResumeLayout(false);
  698. this.ultraPanel2.ResumeLayout(false);
  699. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  700. this.ultraGroupBox1.ResumeLayout(false);
  701. this.ultraGroupBox1.PerformLayout();
  702. ((System.ComponentModel.ISupportInitialize)(this.cmbManage1)).EndInit();
  703. ((System.ComponentModel.ISupportInitialize)(this.txtRackLen)).EndInit();
  704. ((System.ComponentModel.ISupportInitialize)(this.txtRackHeight)).EndInit();
  705. ((System.ComponentModel.ISupportInitialize)(this.txtRackWidth)).EndInit();
  706. ((System.ComponentModel.ISupportInitialize)(this.cmbType1)).EndInit();
  707. ((System.ComponentModel.ISupportInitialize)(this.txtMemo)).EndInit();
  708. ((System.ComponentModel.ISupportInitialize)(this.txtRacknoTail)).EndInit();
  709. ((System.ComponentModel.ISupportInitialize)(this.txtRacknoHead)).EndInit();
  710. this.ultraPanel3.ClientArea.ResumeLayout(false);
  711. this.ultraPanel3.ResumeLayout(false);
  712. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  713. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  714. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  715. this.ResumeLayout(false);
  716. }
  717. #endregion
  718. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  719. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  720. private Infragistics.Win.Misc.UltraPanel ultraPanel3;
  721. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  722. private System.Data.DataSet dataSet1;
  723. private System.Data.DataTable dataTable1;
  724. private System.Data.DataColumn dataColumn1;
  725. private System.Data.DataColumn dataColumn2;
  726. private System.Data.DataColumn dataColumn3;
  727. private System.Data.DataColumn dataColumn4;
  728. private System.Data.DataColumn dataColumn7;
  729. private System.Data.DataColumn dataColumn9;
  730. private System.Data.DataColumn dataColumn10;
  731. private System.Data.DataColumn dataColumn12;
  732. private System.Data.DataColumn dataColumn13;
  733. private System.Data.DataColumn dataColumn14;
  734. private System.Data.DataColumn dataColumn15;
  735. private System.Data.DataColumn dataColumn16;
  736. private System.Data.DataColumn dataColumn17;
  737. private System.Data.DataColumn dataColumn18;
  738. private System.Data.DataColumn dataColumn19;
  739. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor2;
  740. private System.Windows.Forms.ComboBox cmb_dw;
  741. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbRackType;
  742. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor1;
  743. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkValid;
  744. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  745. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbManage1;
  746. private Infragistics.Win.Misc.UltraLabel ultraLabel13;
  747. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtRackLen;
  748. private Infragistics.Win.Misc.UltraLabel ultraLabel12;
  749. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtRackHeight;
  750. private Infragistics.Win.Misc.UltraLabel ultraLabel19;
  751. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtRackWidth;
  752. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbType1;
  753. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtMemo;
  754. private Infragistics.Win.Misc.UltraLabel ultraLabel9;
  755. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  756. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  757. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  758. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  759. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtRacknoTail;
  760. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  761. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtRacknoHead;
  762. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  763. }
  764. }