frmRackDefine.Designer.cs 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939
  1. namespace Core.StlMes.Client.YdmBase
  2. {
  3. partial class frmRackDefine
  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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  29. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RACK_NO");
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RACK_TYPE");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BASE_WIDTH");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BASE_HEIGHT");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RACK_WIDTH");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RACK_HEIGHT");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RACK_LEN");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RACK_RL");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HL_MANAGEMENT_NO");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HL_MANAGEMENT_NAME");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("USE_FLAG");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_NAME");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_TIME");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("料架规格", 0);
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("基座规格", 1);
  50. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  60. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  61. this.ultraCheckEditor2 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  62. this.cmb_dw = new System.Windows.Forms.ComboBox();
  63. this.cmbRackType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  64. this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  65. this.chkValid = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  66. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  67. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  68. this.cmbManage1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  69. this.cmbSupportRoom = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  70. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  71. this.ultraLabel15 = new Infragistics.Win.Misc.UltraLabel();
  72. this.txtBaseHeight = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  73. this.ultraLabel14 = new Infragistics.Win.Misc.UltraLabel();
  74. this.txtBaseWidth = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  75. this.ultraLabel13 = new Infragistics.Win.Misc.UltraLabel();
  76. this.txtRackLen = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  77. this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
  78. this.txtRackHeight = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  79. this.ultraLabel19 = new Infragistics.Win.Misc.UltraLabel();
  80. this.txtRackWidth = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  81. this.cmbType1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  82. this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
  83. this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
  84. this.txtMemo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  85. this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
  86. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  87. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  88. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  89. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  90. this.txtRacknoTail = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  91. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  92. this.txtRacknoHead = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  93. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  94. this.gdRack = new Infragistics.Win.UltraWinGrid.UltraGrid();
  95. this.dataSet1 = new System.Data.DataSet();
  96. this.dataTable1 = new System.Data.DataTable();
  97. this.dataColumn1 = new System.Data.DataColumn();
  98. this.dataColumn2 = new System.Data.DataColumn();
  99. this.dataColumn3 = new System.Data.DataColumn();
  100. this.dataColumn4 = new System.Data.DataColumn();
  101. this.dataColumn5 = new System.Data.DataColumn();
  102. this.dataColumn6 = new System.Data.DataColumn();
  103. this.dataColumn7 = new System.Data.DataColumn();
  104. this.dataColumn8 = new System.Data.DataColumn();
  105. this.dataColumn9 = new System.Data.DataColumn();
  106. this.dataColumn10 = new System.Data.DataColumn();
  107. this.dataColumn11 = new System.Data.DataColumn();
  108. this.dataColumn12 = new System.Data.DataColumn();
  109. this.dataColumn13 = new System.Data.DataColumn();
  110. this.dataColumn14 = new System.Data.DataColumn();
  111. this.dataColumn15 = new System.Data.DataColumn();
  112. this.dataColumn16 = new System.Data.DataColumn();
  113. this.dataColumn17 = new System.Data.DataColumn();
  114. this.dataColumn18 = new System.Data.DataColumn();
  115. this.dataColumn19 = new System.Data.DataColumn();
  116. this.ultraPanel1.ClientArea.SuspendLayout();
  117. this.ultraPanel1.SuspendLayout();
  118. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor2)).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.cmbRackType)).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).BeginInit();
  121. ((System.ComponentModel.ISupportInitialize)(this.chkValid)).BeginInit();
  122. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  123. this.ultraExpandableGroupBox1.SuspendLayout();
  124. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  125. ((System.ComponentModel.ISupportInitialize)(this.cmbManage1)).BeginInit();
  126. ((System.ComponentModel.ISupportInitialize)(this.cmbSupportRoom)).BeginInit();
  127. ((System.ComponentModel.ISupportInitialize)(this.txtBaseHeight)).BeginInit();
  128. ((System.ComponentModel.ISupportInitialize)(this.txtBaseWidth)).BeginInit();
  129. ((System.ComponentModel.ISupportInitialize)(this.txtRackLen)).BeginInit();
  130. ((System.ComponentModel.ISupportInitialize)(this.txtRackHeight)).BeginInit();
  131. ((System.ComponentModel.ISupportInitialize)(this.txtRackWidth)).BeginInit();
  132. ((System.ComponentModel.ISupportInitialize)(this.cmbType1)).BeginInit();
  133. ((System.ComponentModel.ISupportInitialize)(this.txtMemo)).BeginInit();
  134. ((System.ComponentModel.ISupportInitialize)(this.txtRacknoTail)).BeginInit();
  135. ((System.ComponentModel.ISupportInitialize)(this.txtRacknoHead)).BeginInit();
  136. ((System.ComponentModel.ISupportInitialize)(this.gdRack)).BeginInit();
  137. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  138. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  139. this.SuspendLayout();
  140. //
  141. // ultraPanel1
  142. //
  143. //
  144. // ultraPanel1.ClientArea
  145. //
  146. this.ultraPanel1.ClientArea.Controls.Add(this.ultraCheckEditor2);
  147. this.ultraPanel1.ClientArea.Controls.Add(this.cmb_dw);
  148. this.ultraPanel1.ClientArea.Controls.Add(this.cmbRackType);
  149. this.ultraPanel1.ClientArea.Controls.Add(this.ultraCheckEditor1);
  150. this.ultraPanel1.ClientArea.Controls.Add(this.chkValid);
  151. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  152. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  153. this.ultraPanel1.Name = "ultraPanel1";
  154. this.ultraPanel1.Size = new System.Drawing.Size(959, 40);
  155. this.ultraPanel1.TabIndex = 1;
  156. //
  157. // ultraCheckEditor2
  158. //
  159. this.ultraCheckEditor2.AutoSize = true;
  160. this.ultraCheckEditor2.Location = new System.Drawing.Point(17, 11);
  161. this.ultraCheckEditor2.Name = "ultraCheckEditor2";
  162. this.ultraCheckEditor2.Size = new System.Drawing.Size(71, 19);
  163. this.ultraCheckEditor2.TabIndex = 8;
  164. this.ultraCheckEditor2.Text = "所属单位";
  165. this.ultraCheckEditor2.CheckedChanged += new System.EventHandler(this.ultraCheckEditor2_CheckedChanged);
  166. //
  167. // cmb_dw
  168. //
  169. this.cmb_dw.FormattingEnabled = true;
  170. this.cmb_dw.Location = new System.Drawing.Point(94, 11);
  171. this.cmb_dw.Name = "cmb_dw";
  172. this.cmb_dw.Size = new System.Drawing.Size(121, 20);
  173. this.cmb_dw.TabIndex = 7;
  174. //
  175. // cmbRackType
  176. //
  177. this.cmbRackType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  178. this.cmbRackType.Location = new System.Drawing.Point(338, 10);
  179. this.cmbRackType.Name = "cmbRackType";
  180. this.cmbRackType.ReadOnly = true;
  181. this.cmbRackType.Size = new System.Drawing.Size(100, 21);
  182. this.cmbRackType.TabIndex = 6;
  183. //
  184. // ultraCheckEditor1
  185. //
  186. this.ultraCheckEditor1.AutoSize = true;
  187. this.ultraCheckEditor1.Location = new System.Drawing.Point(264, 11);
  188. this.ultraCheckEditor1.Name = "ultraCheckEditor1";
  189. this.ultraCheckEditor1.Size = new System.Drawing.Size(71, 19);
  190. this.ultraCheckEditor1.TabIndex = 2;
  191. this.ultraCheckEditor1.Text = "料架类型";
  192. this.ultraCheckEditor1.CheckedChanged += new System.EventHandler(this.ultraCheckEditor1_CheckedChanged);
  193. //
  194. // chkValid
  195. //
  196. this.chkValid.AutoSize = true;
  197. this.chkValid.Location = new System.Drawing.Point(450, 11);
  198. this.chkValid.Name = "chkValid";
  199. this.chkValid.Size = new System.Drawing.Size(71, 19);
  200. this.chkValid.TabIndex = 4;
  201. this.chkValid.Text = "包含无效";
  202. this.chkValid.CheckedChanged += new System.EventHandler(this.chkValid_CheckedChanged);
  203. //
  204. // ultraExpandableGroupBox1
  205. //
  206. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  207. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  208. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(959, 126);
  209. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 250);
  210. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  211. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(959, 126);
  212. this.ultraExpandableGroupBox1.TabIndex = 3;
  213. this.ultraExpandableGroupBox1.Text = "编辑区 ";
  214. //
  215. // ultraExpandableGroupBoxPanel1
  216. //
  217. this.ultraExpandableGroupBoxPanel1.AutoScroll = true;
  218. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.cmbManage1);
  219. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.cmbSupportRoom);
  220. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel7);
  221. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel15);
  222. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtBaseHeight);
  223. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel14);
  224. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtBaseWidth);
  225. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel13);
  226. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtRackLen);
  227. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel12);
  228. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtRackHeight);
  229. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel19);
  230. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtRackWidth);
  231. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.cmbType1);
  232. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel10);
  233. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel11);
  234. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtMemo);
  235. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel9);
  236. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel6);
  237. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel5);
  238. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel4);
  239. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel3);
  240. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtRacknoTail);
  241. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel2);
  242. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtRacknoHead);
  243. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel1);
  244. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  245. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19);
  246. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  247. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(953, 104);
  248. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  249. //
  250. // cmbManage1
  251. //
  252. this.cmbManage1.Location = new System.Drawing.Point(442, 5);
  253. this.cmbManage1.Name = "cmbManage1";
  254. this.cmbManage1.Size = new System.Drawing.Size(100, 21);
  255. this.cmbManage1.TabIndex = 60;
  256. //
  257. // cmbSupportRoom
  258. //
  259. this.cmbSupportRoom.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  260. this.cmbSupportRoom.Location = new System.Drawing.Point(442, 54);
  261. this.cmbSupportRoom.Name = "cmbSupportRoom";
  262. this.cmbSupportRoom.Size = new System.Drawing.Size(100, 21);
  263. this.cmbSupportRoom.TabIndex = 59;
  264. //
  265. // ultraLabel7
  266. //
  267. this.ultraLabel7.AutoSize = true;
  268. this.ultraLabel7.Location = new System.Drawing.Point(386, 57);
  269. this.ultraLabel7.Name = "ultraLabel7";
  270. this.ultraLabel7.Size = new System.Drawing.Size(54, 16);
  271. this.ultraLabel7.TabIndex = 58;
  272. this.ultraLabel7.Text = "支持空间";
  273. //
  274. // ultraLabel15
  275. //
  276. this.ultraLabel15.AutoSize = true;
  277. this.ultraLabel15.Location = new System.Drawing.Point(360, 61);
  278. this.ultraLabel15.Name = "ultraLabel15";
  279. this.ultraLabel15.Size = new System.Drawing.Size(17, 14);
  280. this.ultraLabel15.TabIndex = 57;
  281. this.ultraLabel15.Text = "mm";
  282. //
  283. // txtBaseHeight
  284. //
  285. this.txtBaseHeight.Location = new System.Drawing.Point(260, 54);
  286. this.txtBaseHeight.MaskInput = "nnnnnn";
  287. this.txtBaseHeight.Name = "txtBaseHeight";
  288. this.txtBaseHeight.Nullable = true;
  289. this.txtBaseHeight.PromptChar = ' ';
  290. this.txtBaseHeight.Size = new System.Drawing.Size(100, 21);
  291. this.txtBaseHeight.TabIndex = 56;
  292. this.txtBaseHeight.Value = null;
  293. //
  294. // ultraLabel14
  295. //
  296. this.ultraLabel14.AutoSize = true;
  297. this.ultraLabel14.Location = new System.Drawing.Point(180, 61);
  298. this.ultraLabel14.Name = "ultraLabel14";
  299. this.ultraLabel14.Size = new System.Drawing.Size(17, 14);
  300. this.ultraLabel14.TabIndex = 55;
  301. this.ultraLabel14.Text = "mm";
  302. //
  303. // txtBaseWidth
  304. //
  305. this.txtBaseWidth.Location = new System.Drawing.Point(80, 54);
  306. this.txtBaseWidth.MaskInput = "nnnnnn";
  307. this.txtBaseWidth.Name = "txtBaseWidth";
  308. this.txtBaseWidth.Nullable = true;
  309. this.txtBaseWidth.PromptChar = ' ';
  310. this.txtBaseWidth.Size = new System.Drawing.Size(100, 21);
  311. this.txtBaseWidth.TabIndex = 54;
  312. this.txtBaseWidth.Value = null;
  313. //
  314. // ultraLabel13
  315. //
  316. this.ultraLabel13.AutoSize = true;
  317. this.ultraLabel13.Location = new System.Drawing.Point(542, 37);
  318. this.ultraLabel13.Name = "ultraLabel13";
  319. this.ultraLabel13.Size = new System.Drawing.Size(17, 14);
  320. this.ultraLabel13.TabIndex = 53;
  321. this.ultraLabel13.Text = "mm";
  322. //
  323. // txtRackLen
  324. //
  325. this.txtRackLen.Location = new System.Drawing.Point(442, 30);
  326. this.txtRackLen.MaskInput = "nnnnnn";
  327. this.txtRackLen.Name = "txtRackLen";
  328. this.txtRackLen.Nullable = true;
  329. this.txtRackLen.PromptChar = ' ';
  330. this.txtRackLen.Size = new System.Drawing.Size(100, 21);
  331. this.txtRackLen.TabIndex = 52;
  332. this.txtRackLen.Value = null;
  333. //
  334. // ultraLabel12
  335. //
  336. this.ultraLabel12.AutoSize = true;
  337. this.ultraLabel12.Location = new System.Drawing.Point(360, 37);
  338. this.ultraLabel12.Name = "ultraLabel12";
  339. this.ultraLabel12.Size = new System.Drawing.Size(17, 14);
  340. this.ultraLabel12.TabIndex = 51;
  341. this.ultraLabel12.Text = "mm";
  342. //
  343. // txtRackHeight
  344. //
  345. this.txtRackHeight.Location = new System.Drawing.Point(260, 30);
  346. this.txtRackHeight.MaskInput = "nnnnnn";
  347. this.txtRackHeight.Name = "txtRackHeight";
  348. this.txtRackHeight.Nullable = true;
  349. this.txtRackHeight.PromptChar = ' ';
  350. this.txtRackHeight.Size = new System.Drawing.Size(100, 21);
  351. this.txtRackHeight.TabIndex = 50;
  352. this.txtRackHeight.Value = null;
  353. //
  354. // ultraLabel19
  355. //
  356. this.ultraLabel19.AutoSize = true;
  357. this.ultraLabel19.Location = new System.Drawing.Point(180, 37);
  358. this.ultraLabel19.Name = "ultraLabel19";
  359. this.ultraLabel19.Size = new System.Drawing.Size(17, 14);
  360. this.ultraLabel19.TabIndex = 49;
  361. this.ultraLabel19.Text = "mm";
  362. //
  363. // txtRackWidth
  364. //
  365. this.txtRackWidth.Location = new System.Drawing.Point(80, 30);
  366. this.txtRackWidth.MaskInput = "nnnnnn";
  367. this.txtRackWidth.Name = "txtRackWidth";
  368. this.txtRackWidth.Nullable = true;
  369. this.txtRackWidth.PromptChar = ' ';
  370. this.txtRackWidth.Size = new System.Drawing.Size(100, 21);
  371. this.txtRackWidth.TabIndex = 28;
  372. this.txtRackWidth.Value = null;
  373. //
  374. // cmbType1
  375. //
  376. this.cmbType1.Location = new System.Drawing.Point(260, 6);
  377. this.cmbType1.Name = "cmbType1";
  378. this.cmbType1.Size = new System.Drawing.Size(100, 21);
  379. this.cmbType1.TabIndex = 27;
  380. //
  381. // ultraLabel10
  382. //
  383. this.ultraLabel10.AutoSize = true;
  384. this.ultraLabel10.Location = new System.Drawing.Point(204, 57);
  385. this.ultraLabel10.Name = "ultraLabel10";
  386. this.ultraLabel10.Size = new System.Drawing.Size(54, 16);
  387. this.ultraLabel10.TabIndex = 25;
  388. this.ultraLabel10.Text = "基座高度";
  389. //
  390. // ultraLabel11
  391. //
  392. this.ultraLabel11.AutoSize = true;
  393. this.ultraLabel11.Location = new System.Drawing.Point(24, 57);
  394. this.ultraLabel11.Name = "ultraLabel11";
  395. this.ultraLabel11.Size = new System.Drawing.Size(54, 16);
  396. this.ultraLabel11.TabIndex = 23;
  397. this.ultraLabel11.Text = "基座宽度";
  398. //
  399. // txtMemo
  400. //
  401. this.txtMemo.Location = new System.Drawing.Point(80, 78);
  402. this.txtMemo.MaxLength = 100;
  403. this.txtMemo.Name = "txtMemo";
  404. this.txtMemo.Size = new System.Drawing.Size(280, 21);
  405. this.txtMemo.TabIndex = 22;
  406. //
  407. // ultraLabel9
  408. //
  409. this.ultraLabel9.AutoSize = true;
  410. this.ultraLabel9.Location = new System.Drawing.Point(49, 79);
  411. this.ultraLabel9.Name = "ultraLabel9";
  412. this.ultraLabel9.Size = new System.Drawing.Size(29, 16);
  413. this.ultraLabel9.TabIndex = 21;
  414. this.ultraLabel9.Text = "备注";
  415. //
  416. // ultraLabel6
  417. //
  418. this.ultraLabel6.AutoSize = true;
  419. this.ultraLabel6.Location = new System.Drawing.Point(386, 33);
  420. this.ultraLabel6.Name = "ultraLabel6";
  421. this.ultraLabel6.Size = new System.Drawing.Size(54, 16);
  422. this.ultraLabel6.TabIndex = 13;
  423. this.ultraLabel6.Text = "料架长度";
  424. //
  425. // ultraLabel5
  426. //
  427. this.ultraLabel5.AutoSize = true;
  428. this.ultraLabel5.Location = new System.Drawing.Point(204, 33);
  429. this.ultraLabel5.Name = "ultraLabel5";
  430. this.ultraLabel5.Size = new System.Drawing.Size(54, 16);
  431. this.ultraLabel5.TabIndex = 11;
  432. this.ultraLabel5.Text = "料架高度";
  433. //
  434. // ultraLabel4
  435. //
  436. this.ultraLabel4.AutoSize = true;
  437. this.ultraLabel4.Location = new System.Drawing.Point(204, 9);
  438. this.ultraLabel4.Name = "ultraLabel4";
  439. this.ultraLabel4.Size = new System.Drawing.Size(54, 16);
  440. this.ultraLabel4.TabIndex = 9;
  441. this.ultraLabel4.Text = "料架类型";
  442. //
  443. // ultraLabel3
  444. //
  445. this.ultraLabel3.AutoSize = true;
  446. this.ultraLabel3.Location = new System.Drawing.Point(386, 9);
  447. this.ultraLabel3.Name = "ultraLabel3";
  448. this.ultraLabel3.Size = new System.Drawing.Size(54, 16);
  449. this.ultraLabel3.TabIndex = 7;
  450. this.ultraLabel3.Text = "所属单位";
  451. //
  452. // txtRacknoTail
  453. //
  454. this.txtRacknoTail.Location = new System.Drawing.Point(108, 6);
  455. this.txtRacknoTail.Name = "txtRacknoTail";
  456. this.txtRacknoTail.ReadOnly = true;
  457. this.txtRacknoTail.Size = new System.Drawing.Size(72, 21);
  458. this.txtRacknoTail.TabIndex = 6;
  459. //
  460. // ultraLabel2
  461. //
  462. this.ultraLabel2.AutoSize = true;
  463. this.ultraLabel2.Location = new System.Drawing.Point(24, 33);
  464. this.ultraLabel2.Name = "ultraLabel2";
  465. this.ultraLabel2.Size = new System.Drawing.Size(54, 16);
  466. this.ultraLabel2.TabIndex = 3;
  467. this.ultraLabel2.Text = "料架宽度";
  468. //
  469. // txtRacknoHead
  470. //
  471. this.txtRacknoHead.Location = new System.Drawing.Point(80, 6);
  472. this.txtRacknoHead.Name = "txtRacknoHead";
  473. this.txtRacknoHead.ReadOnly = true;
  474. this.txtRacknoHead.Size = new System.Drawing.Size(28, 21);
  475. this.txtRacknoHead.TabIndex = 2;
  476. //
  477. // ultraLabel1
  478. //
  479. this.ultraLabel1.AutoSize = true;
  480. this.ultraLabel1.Location = new System.Drawing.Point(24, 9);
  481. this.ultraLabel1.Name = "ultraLabel1";
  482. this.ultraLabel1.Size = new System.Drawing.Size(54, 16);
  483. this.ultraLabel1.TabIndex = 0;
  484. this.ultraLabel1.Text = "料架编码";
  485. //
  486. // gdRack
  487. //
  488. this.gdRack.DataMember = "Table1";
  489. this.gdRack.DataSource = this.dataSet1;
  490. ultraGridColumn1.Header.VisiblePosition = 0;
  491. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  492. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  493. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(71, 0);
  494. ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  495. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  496. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  497. ultraGridColumn2.Header.VisiblePosition = 1;
  498. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
  499. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  500. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(75, 0);
  501. ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  502. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  503. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  504. ultraGridColumn3.Header.VisiblePosition = 2;
  505. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 12;
  506. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 1;
  507. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(85, 0);
  508. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  509. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
  510. ultraGridColumn4.Header.VisiblePosition = 3;
  511. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 14;
  512. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 1;
  513. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(87, 0);
  514. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
  515. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
  516. ultraGridColumn5.Header.VisiblePosition = 4;
  517. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 4;
  518. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 1;
  519. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(89, 0);
  520. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  521. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
  522. ultraGridColumn6.Header.VisiblePosition = 5;
  523. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 6;
  524. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 1;
  525. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(86, 0);
  526. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  527. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
  528. ultraGridColumn7.Header.VisiblePosition = 6;
  529. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 8;
  530. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 1;
  531. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(83, 0);
  532. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  533. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
  534. ultraGridColumn8.Header.VisiblePosition = 7;
  535. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 15;
  536. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  537. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(81, 0);
  538. ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  539. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  540. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  541. ultraGridColumn9.Header.VisiblePosition = 8;
  542. ultraGridColumn9.Hidden = true;
  543. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 17;
  544. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  545. ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(104, 0);
  546. ultraGridColumn9.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  547. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  548. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  549. ultraGridColumn10.Header.VisiblePosition = 9;
  550. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 19;
  551. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  552. ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(101, 0);
  553. ultraGridColumn10.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  554. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  555. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  556. ultraGridColumn11.Header.VisiblePosition = 10;
  557. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 21;
  558. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  559. ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(78, 0);
  560. ultraGridColumn11.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  561. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  562. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  563. ultraGridColumn12.Header.VisiblePosition = 11;
  564. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 25;
  565. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  566. ultraGridColumn12.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  567. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  568. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  569. ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  570. ultraGridColumn13.DefaultCellValue = "False";
  571. ultraGridColumn13.Header.VisiblePosition = 12;
  572. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 23;
  573. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  574. ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(72, 0);
  575. ultraGridColumn13.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  576. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
  577. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
  578. ultraGridColumn14.Header.VisiblePosition = 13;
  579. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 27;
  580. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  581. ultraGridColumn14.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  582. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
  583. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
  584. ultraGridColumn15.Header.VisiblePosition = 14;
  585. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 29;
  586. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
  587. ultraGridColumn15.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  588. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
  589. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
  590. ultraGridColumn16.Header.VisiblePosition = 15;
  591. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 31;
  592. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  593. ultraGridColumn16.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  594. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
  595. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
  596. ultraGridColumn17.Header.VisiblePosition = 16;
  597. ultraGridColumn17.RowLayoutColumnInfo.OriginX = 33;
  598. ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
  599. ultraGridColumn17.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  600. ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
  601. ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
  602. ultraGridColumn18.Header.VisiblePosition = 17;
  603. ultraGridColumn18.RowLayoutColumnInfo.OriginX = 35;
  604. ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
  605. ultraGridColumn18.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  606. ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
  607. ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
  608. ultraGridColumn19.Header.VisiblePosition = 18;
  609. ultraGridColumn19.RowLayoutColumnInfo.OriginX = 37;
  610. ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
  611. ultraGridColumn19.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  612. ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
  613. ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
  614. ultraGridColumn20.Header.VisiblePosition = 19;
  615. ultraGridColumn20.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
  616. ultraGridColumn20.RowLayoutColumnInfo.OriginX = 4;
  617. ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
  618. ultraGridColumn20.RowLayoutColumnInfo.SpanX = 6;
  619. ultraGridColumn20.RowLayoutColumnInfo.SpanY = 1;
  620. ultraGridColumn21.Header.VisiblePosition = 20;
  621. ultraGridColumn21.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
  622. ultraGridColumn21.RowLayoutColumnInfo.OriginX = 10;
  623. ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
  624. ultraGridColumn21.RowLayoutColumnInfo.SpanX = 5;
  625. ultraGridColumn21.RowLayoutColumnInfo.SpanY = 1;
  626. ultraGridBand1.Columns.AddRange(new object[] {
  627. ultraGridColumn1,
  628. ultraGridColumn2,
  629. ultraGridColumn3,
  630. ultraGridColumn4,
  631. ultraGridColumn5,
  632. ultraGridColumn6,
  633. ultraGridColumn7,
  634. ultraGridColumn8,
  635. ultraGridColumn9,
  636. ultraGridColumn10,
  637. ultraGridColumn11,
  638. ultraGridColumn12,
  639. ultraGridColumn13,
  640. ultraGridColumn14,
  641. ultraGridColumn15,
  642. ultraGridColumn16,
  643. ultraGridColumn17,
  644. ultraGridColumn18,
  645. ultraGridColumn19,
  646. ultraGridColumn20,
  647. ultraGridColumn21});
  648. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  649. this.gdRack.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  650. appearance11.BackColor = System.Drawing.SystemColors.ActiveBorder;
  651. appearance11.BackColor2 = System.Drawing.SystemColors.ControlDark;
  652. appearance11.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  653. appearance11.BorderColor = System.Drawing.SystemColors.Window;
  654. this.gdRack.DisplayLayout.GroupByBox.Appearance = appearance11;
  655. appearance12.ForeColor = System.Drawing.SystemColors.GrayText;
  656. this.gdRack.DisplayLayout.GroupByBox.BandLabelAppearance = appearance12;
  657. this.gdRack.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  658. this.gdRack.DisplayLayout.GroupByBox.Hidden = true;
  659. this.gdRack.DisplayLayout.GroupByBox.Prompt = "将需要分组的列拖到此区域";
  660. appearance13.BackColor = System.Drawing.SystemColors.ControlLightLight;
  661. appearance13.BackColor2 = System.Drawing.SystemColors.Control;
  662. appearance13.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  663. appearance13.ForeColor = System.Drawing.SystemColors.GrayText;
  664. this.gdRack.DisplayLayout.GroupByBox.PromptAppearance = appearance13;
  665. this.gdRack.DisplayLayout.MaxColScrollRegions = 1;
  666. this.gdRack.DisplayLayout.MaxRowScrollRegions = 1;
  667. this.gdRack.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Solid;
  668. this.gdRack.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Solid;
  669. appearance14.BackColor = System.Drawing.SystemColors.Window;
  670. this.gdRack.DisplayLayout.Override.CardAreaAppearance = appearance14;
  671. this.gdRack.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  672. this.gdRack.DisplayLayout.Override.CellPadding = 0;
  673. this.gdRack.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
  674. appearance15.BackColor = System.Drawing.SystemColors.Control;
  675. appearance15.BackColor2 = System.Drawing.SystemColors.ControlDark;
  676. appearance15.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  677. appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  678. appearance15.BorderColor = System.Drawing.SystemColors.Window;
  679. this.gdRack.DisplayLayout.Override.GroupByRowAppearance = appearance15;
  680. appearance16.TextHAlignAsString = "Center";
  681. appearance16.TextVAlignAsString = "Middle";
  682. this.gdRack.DisplayLayout.Override.HeaderAppearance = appearance16;
  683. this.gdRack.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  684. this.gdRack.DisplayLayout.Override.MaxSelectedRows = 1;
  685. this.gdRack.DisplayLayout.Override.MinRowHeight = 21;
  686. appearance17.TextVAlignAsString = "Middle";
  687. this.gdRack.DisplayLayout.Override.RowAppearance = appearance17;
  688. appearance18.TextVAlignAsString = "Middle";
  689. this.gdRack.DisplayLayout.Override.RowSelectorAppearance = appearance18;
  690. this.gdRack.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  691. this.gdRack.DisplayLayout.Override.RowSelectorStyle = Infragistics.Win.HeaderStyle.Standard;
  692. this.gdRack.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.SingleAutoDrag;
  693. appearance19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  694. appearance19.ForeColor = System.Drawing.Color.DarkBlue;
  695. this.gdRack.DisplayLayout.Override.SummaryFooterAppearance = appearance19;
  696. appearance20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  697. appearance20.ForeColor = System.Drawing.Color.DarkBlue;
  698. this.gdRack.DisplayLayout.Override.SummaryValueAppearance = appearance20;
  699. this.gdRack.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  700. this.gdRack.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  701. this.gdRack.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  702. this.gdRack.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  703. this.gdRack.Dock = System.Windows.Forms.DockStyle.Fill;
  704. this.gdRack.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  705. this.gdRack.Location = new System.Drawing.Point(0, 40);
  706. this.gdRack.Name = "gdRack";
  707. this.gdRack.Size = new System.Drawing.Size(959, 210);
  708. this.gdRack.TabIndex = 4;
  709. this.gdRack.AfterRowActivate += new System.EventHandler(this.gdRack_AfterRowActivate);
  710. //
  711. // dataSet1
  712. //
  713. this.dataSet1.DataSetName = "NewDataSet";
  714. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  715. this.dataTable1});
  716. //
  717. // dataTable1
  718. //
  719. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  720. this.dataColumn1,
  721. this.dataColumn2,
  722. this.dataColumn3,
  723. this.dataColumn4,
  724. this.dataColumn5,
  725. this.dataColumn6,
  726. this.dataColumn7,
  727. this.dataColumn8,
  728. this.dataColumn9,
  729. this.dataColumn10,
  730. this.dataColumn11,
  731. this.dataColumn12,
  732. this.dataColumn13,
  733. this.dataColumn14,
  734. this.dataColumn15,
  735. this.dataColumn16,
  736. this.dataColumn17,
  737. this.dataColumn18,
  738. this.dataColumn19});
  739. this.dataTable1.TableName = "Table1";
  740. //
  741. // dataColumn1
  742. //
  743. this.dataColumn1.Caption = "料架编号";
  744. this.dataColumn1.ColumnName = "RACK_NO";
  745. //
  746. // dataColumn2
  747. //
  748. this.dataColumn2.Caption = "料架类型";
  749. this.dataColumn2.ColumnName = "RACK_TYPE";
  750. //
  751. // dataColumn3
  752. //
  753. this.dataColumn3.Caption = "基座宽度";
  754. this.dataColumn3.ColumnName = "BASE_WIDTH";
  755. //
  756. // dataColumn4
  757. //
  758. this.dataColumn4.Caption = "基座高度";
  759. this.dataColumn4.ColumnName = "BASE_HEIGHT";
  760. //
  761. // dataColumn5
  762. //
  763. this.dataColumn5.Caption = "料架宽度";
  764. this.dataColumn5.ColumnName = "RACK_WIDTH";
  765. //
  766. // dataColumn6
  767. //
  768. this.dataColumn6.Caption = "料架高度";
  769. this.dataColumn6.ColumnName = "RACK_HEIGHT";
  770. //
  771. // dataColumn7
  772. //
  773. this.dataColumn7.Caption = "料架长度";
  774. this.dataColumn7.ColumnName = "RACK_LEN";
  775. //
  776. // dataColumn8
  777. //
  778. this.dataColumn8.Caption = "支持空间";
  779. this.dataColumn8.ColumnName = "RACK_RL";
  780. //
  781. // dataColumn9
  782. //
  783. this.dataColumn9.Caption = "所属单位代码";
  784. this.dataColumn9.ColumnName = "HL_MANAGEMENT_NO";
  785. //
  786. // dataColumn10
  787. //
  788. this.dataColumn10.Caption = "所属单位名称";
  789. this.dataColumn10.ColumnName = "HL_MANAGEMENT_NAME";
  790. //
  791. // dataColumn11
  792. //
  793. this.dataColumn11.Caption = "使用标志";
  794. this.dataColumn11.ColumnName = "USE_FLAG";
  795. //
  796. // dataColumn12
  797. //
  798. this.dataColumn12.Caption = "备注";
  799. this.dataColumn12.ColumnName = "MEMO";
  800. //
  801. // dataColumn13
  802. //
  803. this.dataColumn13.Caption = "有效标志";
  804. this.dataColumn13.ColumnName = "VALIDFLAG";
  805. //
  806. // dataColumn14
  807. //
  808. this.dataColumn14.Caption = "创建人";
  809. this.dataColumn14.ColumnName = "CREATE_NAME";
  810. //
  811. // dataColumn15
  812. //
  813. this.dataColumn15.Caption = "创建时间";
  814. this.dataColumn15.ColumnName = "CREATE_TIME";
  815. //
  816. // dataColumn16
  817. //
  818. this.dataColumn16.Caption = "修改人";
  819. this.dataColumn16.ColumnName = "UPDATE_NAME";
  820. //
  821. // dataColumn17
  822. //
  823. this.dataColumn17.Caption = "修改时间";
  824. this.dataColumn17.ColumnName = "UPDATE_TIME";
  825. //
  826. // dataColumn18
  827. //
  828. this.dataColumn18.Caption = "删除人";
  829. this.dataColumn18.ColumnName = "DELETE_NAME";
  830. //
  831. // dataColumn19
  832. //
  833. this.dataColumn19.Caption = "删除时间";
  834. this.dataColumn19.ColumnName = "DELETE_TIME";
  835. //
  836. // frmRackDefine
  837. //
  838. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  839. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  840. this.ClientSize = new System.Drawing.Size(959, 376);
  841. this.Controls.Add(this.gdRack);
  842. this.Controls.Add(this.ultraExpandableGroupBox1);
  843. this.Controls.Add(this.ultraPanel1);
  844. this.Name = "frmRackDefine";
  845. this.Text = "料架维护";
  846. this.Load += new System.EventHandler(this.frmRackDefine_Load);
  847. this.ultraPanel1.ClientArea.ResumeLayout(false);
  848. this.ultraPanel1.ClientArea.PerformLayout();
  849. this.ultraPanel1.ResumeLayout(false);
  850. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor2)).EndInit();
  851. ((System.ComponentModel.ISupportInitialize)(this.cmbRackType)).EndInit();
  852. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).EndInit();
  853. ((System.ComponentModel.ISupportInitialize)(this.chkValid)).EndInit();
  854. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  855. this.ultraExpandableGroupBox1.ResumeLayout(false);
  856. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  857. this.ultraExpandableGroupBoxPanel1.PerformLayout();
  858. ((System.ComponentModel.ISupportInitialize)(this.cmbManage1)).EndInit();
  859. ((System.ComponentModel.ISupportInitialize)(this.cmbSupportRoom)).EndInit();
  860. ((System.ComponentModel.ISupportInitialize)(this.txtBaseHeight)).EndInit();
  861. ((System.ComponentModel.ISupportInitialize)(this.txtBaseWidth)).EndInit();
  862. ((System.ComponentModel.ISupportInitialize)(this.txtRackLen)).EndInit();
  863. ((System.ComponentModel.ISupportInitialize)(this.txtRackHeight)).EndInit();
  864. ((System.ComponentModel.ISupportInitialize)(this.txtRackWidth)).EndInit();
  865. ((System.ComponentModel.ISupportInitialize)(this.cmbType1)).EndInit();
  866. ((System.ComponentModel.ISupportInitialize)(this.txtMemo)).EndInit();
  867. ((System.ComponentModel.ISupportInitialize)(this.txtRacknoTail)).EndInit();
  868. ((System.ComponentModel.ISupportInitialize)(this.txtRacknoHead)).EndInit();
  869. ((System.ComponentModel.ISupportInitialize)(this.gdRack)).EndInit();
  870. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  871. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  872. this.ResumeLayout(false);
  873. }
  874. #endregion
  875. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  876. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor1;
  877. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbRackType;
  878. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  879. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  880. private Infragistics.Win.Misc.UltraLabel ultraLabel10;
  881. private Infragistics.Win.Misc.UltraLabel ultraLabel11;
  882. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtMemo;
  883. private Infragistics.Win.Misc.UltraLabel ultraLabel9;
  884. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  885. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  886. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  887. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  888. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtRacknoTail;
  889. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  890. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtRacknoHead;
  891. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  892. private Infragistics.Win.UltraWinGrid.UltraGrid gdRack;
  893. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbType1;
  894. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtRackWidth;
  895. private Infragistics.Win.Misc.UltraLabel ultraLabel13;
  896. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtRackLen;
  897. private Infragistics.Win.Misc.UltraLabel ultraLabel12;
  898. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtRackHeight;
  899. private Infragistics.Win.Misc.UltraLabel ultraLabel19;
  900. private Infragistics.Win.Misc.UltraLabel ultraLabel15;
  901. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtBaseHeight;
  902. private Infragistics.Win.Misc.UltraLabel ultraLabel14;
  903. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtBaseWidth;
  904. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbSupportRoom;
  905. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  906. private System.Data.DataSet dataSet1;
  907. private System.Data.DataTable dataTable1;
  908. private System.Data.DataColumn dataColumn1;
  909. private System.Data.DataColumn dataColumn2;
  910. private System.Data.DataColumn dataColumn3;
  911. private System.Data.DataColumn dataColumn4;
  912. private System.Data.DataColumn dataColumn5;
  913. private System.Data.DataColumn dataColumn6;
  914. private System.Data.DataColumn dataColumn7;
  915. private System.Data.DataColumn dataColumn8;
  916. private System.Data.DataColumn dataColumn9;
  917. private System.Data.DataColumn dataColumn10;
  918. private System.Data.DataColumn dataColumn11;
  919. private System.Data.DataColumn dataColumn12;
  920. private System.Data.DataColumn dataColumn13;
  921. private System.Data.DataColumn dataColumn14;
  922. private System.Data.DataColumn dataColumn15;
  923. private System.Data.DataColumn dataColumn16;
  924. private System.Data.DataColumn dataColumn17;
  925. private System.Data.DataColumn dataColumn18;
  926. private System.Data.DataColumn dataColumn19;
  927. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkValid;
  928. private System.Windows.Forms.ComboBox cmb_dw;
  929. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbManage1;
  930. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor2;
  931. }
  932. }