41d3f3a46752c447f7f5507a749c72ae892ce564.svn-base 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606
  1. namespace Core.LZMes.Client.UIM
  2. {
  3. partial class UIM010020
  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("CLF_NO");
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CLF_NAME");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CLF_ROW");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CLF_COL");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AREA_NO");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REG_ID");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REG_TIME");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REMARK");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COIL_NO");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AREA_NAME");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CLF_FL");
  40. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  47. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  48. this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
  49. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  50. this.dataSet1 = new System.Data.DataSet();
  51. this.dataTable1 = new System.Data.DataTable();
  52. this.dataColumn1 = new System.Data.DataColumn();
  53. this.dataColumn2 = new System.Data.DataColumn();
  54. this.dataColumn3 = new System.Data.DataColumn();
  55. this.dataColumn4 = new System.Data.DataColumn();
  56. this.dataColumn5 = new System.Data.DataColumn();
  57. this.dataColumn6 = new System.Data.DataColumn();
  58. this.dataColumn7 = new System.Data.DataColumn();
  59. this.dataColumn8 = new System.Data.DataColumn();
  60. this.dataColumn12 = new System.Data.DataColumn();
  61. this.dataColumn13 = new System.Data.DataColumn();
  62. this.dataColumn16 = new System.Data.DataColumn();
  63. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  64. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  65. this.label6 = new System.Windows.Forms.Label();
  66. this.textBox5 = new System.Windows.Forms.TextBox();
  67. this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  68. this.textBox4 = new System.Windows.Forms.TextBox();
  69. this.label5 = new System.Windows.Forms.Label();
  70. this.label4 = new System.Windows.Forms.Label();
  71. this.label3 = new System.Windows.Forms.Label();
  72. this.label2 = new System.Windows.Forms.Label();
  73. this.textBox3 = new System.Windows.Forms.TextBox();
  74. this.textBox2 = new System.Windows.Forms.TextBox();
  75. this.textBox1 = new System.Windows.Forms.TextBox();
  76. this.label1 = new System.Windows.Forms.Label();
  77. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  78. this.ultraTree1 = new Infragistics.Win.UltraWinTree.UltraTree();
  79. this.dataSet2 = new System.Data.DataSet();
  80. this.dataTable2 = new System.Data.DataTable();
  81. this.dataColumn9 = new System.Data.DataColumn();
  82. this.dataColumn10 = new System.Data.DataColumn();
  83. this.dataColumn11 = new System.Data.DataColumn();
  84. this.dataSet3 = new System.Data.DataSet();
  85. this.dataTable3 = new System.Data.DataTable();
  86. this.dataColumn14 = new System.Data.DataColumn();
  87. this.dataColumn15 = new System.Data.DataColumn();
  88. this.ultraPanel1.ClientArea.SuspendLayout();
  89. this.ultraPanel1.SuspendLayout();
  90. this.ultraPanel3.ClientArea.SuspendLayout();
  91. this.ultraPanel3.SuspendLayout();
  92. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  96. this.ultraExpandableGroupBox1.SuspendLayout();
  97. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  98. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
  99. this.ultraPanel2.ClientArea.SuspendLayout();
  100. this.ultraPanel2.SuspendLayout();
  101. ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).BeginInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
  103. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.dataSet3)).BeginInit();
  105. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
  106. this.SuspendLayout();
  107. //
  108. // ultraPanel1
  109. //
  110. //
  111. // ultraPanel1.ClientArea
  112. //
  113. this.ultraPanel1.ClientArea.Controls.Add(this.ultraPanel3);
  114. this.ultraPanel1.ClientArea.Controls.Add(this.ultraPanel2);
  115. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  116. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  117. this.ultraPanel1.Name = "ultraPanel1";
  118. this.ultraPanel1.Size = new System.Drawing.Size(682, 388);
  119. this.ultraPanel1.TabIndex = 0;
  120. //
  121. // ultraPanel3
  122. //
  123. //
  124. // ultraPanel3.ClientArea
  125. //
  126. this.ultraPanel3.ClientArea.Controls.Add(this.ultraGrid1);
  127. this.ultraPanel3.ClientArea.Controls.Add(this.ultraExpandableGroupBox1);
  128. this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  129. this.ultraPanel3.Location = new System.Drawing.Point(175, 0);
  130. this.ultraPanel3.Name = "ultraPanel3";
  131. this.ultraPanel3.Size = new System.Drawing.Size(507, 388);
  132. this.ultraPanel3.TabIndex = 1;
  133. //
  134. // ultraGrid1
  135. //
  136. this.ultraGrid1.DataSource = this.dataSet1;
  137. this.ultraGrid1.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ExtendLastColumn;
  138. ultraGridColumn1.Header.VisiblePosition = 0;
  139. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2;
  140. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  141. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  142. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  143. ultraGridColumn2.Header.VisiblePosition = 1;
  144. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 4;
  145. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  146. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  147. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  148. ultraGridColumn3.Header.VisiblePosition = 2;
  149. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 6;
  150. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  151. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  152. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  153. ultraGridColumn4.Header.VisiblePosition = 3;
  154. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 8;
  155. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  156. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  157. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  158. ultraGridColumn5.Header.VisiblePosition = 4;
  159. ultraGridColumn5.Hidden = true;
  160. ultraGridColumn6.Header.VisiblePosition = 5;
  161. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 12;
  162. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  163. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  164. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  165. ultraGridColumn7.Header.VisiblePosition = 6;
  166. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 14;
  167. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  168. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  169. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  170. ultraGridColumn8.Header.VisiblePosition = 7;
  171. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 16;
  172. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  173. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  174. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  175. ultraGridColumn9.Header.VisiblePosition = 8;
  176. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 18;
  177. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  178. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  179. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  180. ultraGridColumn10.Header.VisiblePosition = 9;
  181. ultraGridColumn10.Hidden = true;
  182. ultraGridColumn11.Header.VisiblePosition = 10;
  183. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 10;
  184. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  185. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  186. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  187. ultraGridBand1.Columns.AddRange(new object[] {
  188. ultraGridColumn1,
  189. ultraGridColumn2,
  190. ultraGridColumn3,
  191. ultraGridColumn4,
  192. ultraGridColumn5,
  193. ultraGridColumn6,
  194. ultraGridColumn7,
  195. ultraGridColumn8,
  196. ultraGridColumn9,
  197. ultraGridColumn10,
  198. ultraGridColumn11});
  199. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  200. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  201. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  202. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  203. appearance1.BackColor = System.Drawing.Color.GhostWhite;
  204. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance1;
  205. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
  206. this.ultraGrid1.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.HeaderIcons;
  207. appearance6.BackColor = System.Drawing.Color.LightSteelBlue;
  208. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance6;
  209. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  210. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  211. appearance7.BackColor = System.Drawing.Color.LightSteelBlue;
  212. this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance7;
  213. appearance8.BackColor = System.Drawing.Color.LightSteelBlue;
  214. this.ultraGrid1.DisplayLayout.Override.RowSelectorHeaderAppearance = appearance8;
  215. this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  216. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  217. this.ultraGrid1.DisplayLayout.Override.RowSelectorStyle = Infragistics.Win.HeaderStyle.Standard;
  218. this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  219. this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.ExtendedAutoDrag;
  220. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  221. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  222. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  223. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  224. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  226. this.ultraGrid1.Name = "ultraGrid1";
  227. this.ultraGrid1.Size = new System.Drawing.Size(507, 284);
  228. this.ultraGrid1.TabIndex = 1;
  229. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  230. //
  231. // dataSet1
  232. //
  233. this.dataSet1.DataSetName = "NewDataSet";
  234. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  235. this.dataTable1});
  236. //
  237. // dataTable1
  238. //
  239. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  240. this.dataColumn1,
  241. this.dataColumn2,
  242. this.dataColumn3,
  243. this.dataColumn4,
  244. this.dataColumn5,
  245. this.dataColumn6,
  246. this.dataColumn7,
  247. this.dataColumn8,
  248. this.dataColumn12,
  249. this.dataColumn13,
  250. this.dataColumn16});
  251. this.dataTable1.TableName = "Table1";
  252. //
  253. // dataColumn1
  254. //
  255. this.dataColumn1.Caption = "垛位编号";
  256. this.dataColumn1.ColumnName = "CLF_NO";
  257. //
  258. // dataColumn2
  259. //
  260. this.dataColumn2.Caption = "垛位名称";
  261. this.dataColumn2.ColumnName = "CLF_NAME";
  262. //
  263. // dataColumn3
  264. //
  265. this.dataColumn3.Caption = "行";
  266. this.dataColumn3.ColumnName = "CLF_ROW";
  267. //
  268. // dataColumn4
  269. //
  270. this.dataColumn4.Caption = "列";
  271. this.dataColumn4.ColumnName = "CLF_COL";
  272. //
  273. // dataColumn5
  274. //
  275. this.dataColumn5.Caption = "区域编号";
  276. this.dataColumn5.ColumnName = "AREA_NO";
  277. //
  278. // dataColumn6
  279. //
  280. this.dataColumn6.Caption = "操作人";
  281. this.dataColumn6.ColumnName = "REG_ID";
  282. //
  283. // dataColumn7
  284. //
  285. this.dataColumn7.Caption = "操作时间";
  286. this.dataColumn7.ColumnName = "REG_TIME";
  287. //
  288. // dataColumn8
  289. //
  290. this.dataColumn8.Caption = "备注";
  291. this.dataColumn8.ColumnName = "REMARK";
  292. //
  293. // dataColumn12
  294. //
  295. this.dataColumn12.Caption = "钢卷号";
  296. this.dataColumn12.ColumnName = "COIL_NO";
  297. //
  298. // dataColumn13
  299. //
  300. this.dataColumn13.Caption = "区域名称";
  301. this.dataColumn13.ColumnName = "AREA_NAME";
  302. //
  303. // dataColumn16
  304. //
  305. this.dataColumn16.Caption = "层";
  306. this.dataColumn16.ColumnName = "CLF_FL";
  307. //
  308. // ultraExpandableGroupBox1
  309. //
  310. appearance2.BackColor = System.Drawing.Color.Gainsboro;
  311. this.ultraExpandableGroupBox1.Appearance = appearance2;
  312. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  313. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  314. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(507, 104);
  315. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 284);
  316. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  317. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(507, 104);
  318. this.ultraExpandableGroupBox1.TabIndex = 0;
  319. this.ultraExpandableGroupBox1.Text = "编辑区域";
  320. //
  321. // ultraExpandableGroupBoxPanel1
  322. //
  323. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label6);
  324. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.textBox5);
  325. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor1);
  326. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.textBox4);
  327. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label5);
  328. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label4);
  329. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label3);
  330. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label2);
  331. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.textBox3);
  332. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.textBox2);
  333. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.textBox1);
  334. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label1);
  335. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  336. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19);
  337. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  338. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(501, 82);
  339. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  340. //
  341. // label6
  342. //
  343. this.label6.BackColor = System.Drawing.Color.LightBlue;
  344. this.label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  345. this.label6.Location = new System.Drawing.Point(350, 2);
  346. this.label6.Name = "label6";
  347. this.label6.Size = new System.Drawing.Size(23, 21);
  348. this.label6.TabIndex = 12;
  349. this.label6.Text = "层";
  350. this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  351. //
  352. // textBox5
  353. //
  354. this.textBox5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  355. this.textBox5.Location = new System.Drawing.Point(374, 2);
  356. this.textBox5.Name = "textBox5";
  357. this.textBox5.Size = new System.Drawing.Size(38, 21);
  358. this.textBox5.TabIndex = 11;
  359. //
  360. // ultraComboEditor1
  361. //
  362. appearance3.BorderColor = System.Drawing.Color.Black;
  363. this.ultraComboEditor1.Appearance = appearance3;
  364. this.ultraComboEditor1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
  365. this.ultraComboEditor1.Location = new System.Drawing.Point(69, 35);
  366. this.ultraComboEditor1.Name = "ultraComboEditor1";
  367. this.ultraComboEditor1.Size = new System.Drawing.Size(100, 21);
  368. this.ultraComboEditor1.TabIndex = 10;
  369. //
  370. // textBox4
  371. //
  372. this.textBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  373. this.textBox4.Location = new System.Drawing.Point(224, 35);
  374. this.textBox4.Name = "textBox4";
  375. this.textBox4.Size = new System.Drawing.Size(168, 21);
  376. this.textBox4.TabIndex = 9;
  377. //
  378. // label5
  379. //
  380. this.label5.BackColor = System.Drawing.Color.LightBlue;
  381. this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  382. this.label5.Location = new System.Drawing.Point(188, 35);
  383. this.label5.Name = "label5";
  384. this.label5.Size = new System.Drawing.Size(35, 21);
  385. this.label5.TabIndex = 8;
  386. this.label5.Text = "备注";
  387. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  388. //
  389. // label4
  390. //
  391. this.label4.BackColor = System.Drawing.Color.LightBlue;
  392. this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  393. this.label4.Location = new System.Drawing.Point(12, 35);
  394. this.label4.Name = "label4";
  395. this.label4.Size = new System.Drawing.Size(56, 21);
  396. this.label4.TabIndex = 6;
  397. this.label4.Text = "所属区域";
  398. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  399. //
  400. // label3
  401. //
  402. this.label3.BackColor = System.Drawing.Color.LightBlue;
  403. this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  404. this.label3.Location = new System.Drawing.Point(269, 2);
  405. this.label3.Name = "label3";
  406. this.label3.Size = new System.Drawing.Size(23, 21);
  407. this.label3.TabIndex = 5;
  408. this.label3.Text = "列";
  409. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  410. //
  411. // label2
  412. //
  413. this.label2.BackColor = System.Drawing.Color.LightBlue;
  414. this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  415. this.label2.Location = new System.Drawing.Point(188, 2);
  416. this.label2.Name = "label2";
  417. this.label2.Size = new System.Drawing.Size(23, 21);
  418. this.label2.TabIndex = 4;
  419. this.label2.Text = "行";
  420. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  421. //
  422. // textBox3
  423. //
  424. this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  425. this.textBox3.Location = new System.Drawing.Point(293, 2);
  426. this.textBox3.Name = "textBox3";
  427. this.textBox3.Size = new System.Drawing.Size(38, 21);
  428. this.textBox3.TabIndex = 3;
  429. //
  430. // textBox2
  431. //
  432. this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  433. this.textBox2.Location = new System.Drawing.Point(212, 2);
  434. this.textBox2.Name = "textBox2";
  435. this.textBox2.Size = new System.Drawing.Size(38, 21);
  436. this.textBox2.TabIndex = 2;
  437. //
  438. // textBox1
  439. //
  440. this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  441. this.textBox1.Location = new System.Drawing.Point(69, 2);
  442. this.textBox1.Name = "textBox1";
  443. this.textBox1.Size = new System.Drawing.Size(100, 21);
  444. this.textBox1.TabIndex = 1;
  445. //
  446. // label1
  447. //
  448. this.label1.BackColor = System.Drawing.Color.LightBlue;
  449. this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  450. this.label1.Location = new System.Drawing.Point(12, 2);
  451. this.label1.Name = "label1";
  452. this.label1.Size = new System.Drawing.Size(56, 21);
  453. this.label1.TabIndex = 0;
  454. this.label1.Text = "垛位名称";
  455. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  456. //
  457. // ultraPanel2
  458. //
  459. //
  460. // ultraPanel2.ClientArea
  461. //
  462. this.ultraPanel2.ClientArea.Controls.Add(this.ultraTree1);
  463. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Left;
  464. this.ultraPanel2.Location = new System.Drawing.Point(0, 0);
  465. this.ultraPanel2.Name = "ultraPanel2";
  466. this.ultraPanel2.Size = new System.Drawing.Size(175, 388);
  467. this.ultraPanel2.TabIndex = 0;
  468. //
  469. // ultraTree1
  470. //
  471. appearance4.BackColor = System.Drawing.Color.Gainsboro;
  472. this.ultraTree1.Appearance = appearance4;
  473. this.ultraTree1.Dock = System.Windows.Forms.DockStyle.Fill;
  474. this.ultraTree1.Location = new System.Drawing.Point(0, 0);
  475. this.ultraTree1.Name = "ultraTree1";
  476. this.ultraTree1.Size = new System.Drawing.Size(175, 388);
  477. this.ultraTree1.TabIndex = 0;
  478. this.ultraTree1.AfterSelect += new Infragistics.Win.UltraWinTree.AfterNodeSelectEventHandler(this.ultraTree1_AfterSelect);
  479. //
  480. // dataSet2
  481. //
  482. this.dataSet2.DataSetName = "NewDataSet";
  483. this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
  484. this.dataTable2});
  485. //
  486. // dataTable2
  487. //
  488. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  489. this.dataColumn9,
  490. this.dataColumn10,
  491. this.dataColumn11});
  492. this.dataTable2.TableName = "Table1";
  493. //
  494. // dataColumn9
  495. //
  496. this.dataColumn9.ColumnName = "TREEID";
  497. //
  498. // dataColumn10
  499. //
  500. this.dataColumn10.ColumnName = "TREENAME";
  501. //
  502. // dataColumn11
  503. //
  504. this.dataColumn11.ColumnName = "PARENTID";
  505. //
  506. // dataSet3
  507. //
  508. this.dataSet3.DataSetName = "NewDataSet";
  509. this.dataSet3.Tables.AddRange(new System.Data.DataTable[] {
  510. this.dataTable3});
  511. //
  512. // dataTable3
  513. //
  514. this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
  515. this.dataColumn14,
  516. this.dataColumn15});
  517. this.dataTable3.TableName = "Table1";
  518. //
  519. // dataColumn14
  520. //
  521. this.dataColumn14.ColumnName = "AREA_NO";
  522. //
  523. // dataColumn15
  524. //
  525. this.dataColumn15.ColumnName = "AREA_NAME";
  526. //
  527. // UIM010020
  528. //
  529. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  530. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  531. this.ClientSize = new System.Drawing.Size(682, 388);
  532. this.Controls.Add(this.ultraPanel1);
  533. this.Name = "UIM010020";
  534. this.Text = "UIM010020";
  535. this.Load += new System.EventHandler(this.UIM010020_Load);
  536. this.ultraPanel1.ClientArea.ResumeLayout(false);
  537. this.ultraPanel1.ResumeLayout(false);
  538. this.ultraPanel3.ClientArea.ResumeLayout(false);
  539. this.ultraPanel3.ResumeLayout(false);
  540. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  541. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  542. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  543. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  544. this.ultraExpandableGroupBox1.ResumeLayout(false);
  545. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  546. this.ultraExpandableGroupBoxPanel1.PerformLayout();
  547. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
  548. this.ultraPanel2.ClientArea.ResumeLayout(false);
  549. this.ultraPanel2.ResumeLayout(false);
  550. ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).EndInit();
  551. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
  552. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  553. ((System.ComponentModel.ISupportInitialize)(this.dataSet3)).EndInit();
  554. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
  555. this.ResumeLayout(false);
  556. }
  557. #endregion
  558. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  559. private Infragistics.Win.Misc.UltraPanel ultraPanel3;
  560. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  561. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  562. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  563. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  564. private Infragistics.Win.UltraWinTree.UltraTree ultraTree1;
  565. private System.Data.DataSet dataSet1;
  566. private System.Data.DataTable dataTable1;
  567. private System.Data.DataColumn dataColumn1;
  568. private System.Data.DataColumn dataColumn2;
  569. private System.Data.DataColumn dataColumn3;
  570. private System.Data.DataColumn dataColumn4;
  571. private System.Data.DataColumn dataColumn5;
  572. private System.Data.DataColumn dataColumn6;
  573. private System.Data.DataColumn dataColumn7;
  574. private System.Data.DataColumn dataColumn8;
  575. private System.Data.DataSet dataSet2;
  576. private System.Data.DataTable dataTable2;
  577. private System.Data.DataColumn dataColumn9;
  578. private System.Data.DataColumn dataColumn10;
  579. private System.Data.DataColumn dataColumn11;
  580. private System.Windows.Forms.Label label1;
  581. private System.Windows.Forms.TextBox textBox4;
  582. private System.Windows.Forms.Label label5;
  583. private System.Windows.Forms.Label label4;
  584. private System.Windows.Forms.Label label3;
  585. private System.Windows.Forms.Label label2;
  586. private System.Windows.Forms.TextBox textBox3;
  587. private System.Windows.Forms.TextBox textBox2;
  588. private System.Windows.Forms.TextBox textBox1;
  589. private System.Data.DataColumn dataColumn12;
  590. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1;
  591. private System.Data.DataColumn dataColumn13;
  592. private System.Data.DataSet dataSet3;
  593. private System.Data.DataTable dataTable3;
  594. private System.Data.DataColumn dataColumn14;
  595. private System.Data.DataColumn dataColumn15;
  596. private System.Windows.Forms.Label label6;
  597. private System.Windows.Forms.TextBox textBox5;
  598. private System.Data.DataColumn dataColumn16;
  599. }
  600. }