FrmUoms.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511
  1. namespace Pur.configure
  2. {
  3. partial class FrmUoms
  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.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
  29. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton();
  31. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UOMCODE");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UOMNAME");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UOMCONEFFICIENT");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WEIGHTUNIT");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WEIGHTUNITCODE");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATENAME");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATETIME");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATENAME");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATETIME");
  42. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  43. this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox();
  44. this.txt_UOM_CONEFFICIENT = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  45. this.label7 = new System.Windows.Forms.Label();
  46. this.txt_WEIGHT_UNIT_CODE = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  47. this.label5 = new System.Windows.Forms.Label();
  48. this.txt_UOM_CODE = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  49. this.txt_WEIGHT_UNIT = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  50. this.txt_UOM_NAME = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  51. this.label2 = new System.Windows.Forms.Label();
  52. this.label1 = new System.Windows.Forms.Label();
  53. this.label6 = new System.Windows.Forms.Label();
  54. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  55. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  56. this.dataSet1 = new System.Data.DataSet();
  57. this.dataTable1 = new System.Data.DataTable();
  58. this.dataColumn1 = new System.Data.DataColumn();
  59. this.dataColumn2 = new System.Data.DataColumn();
  60. this.dataColumn3 = new System.Data.DataColumn();
  61. this.dataColumn4 = new System.Data.DataColumn();
  62. this.dataColumn5 = new System.Data.DataColumn();
  63. this.dataColumn6 = new System.Data.DataColumn();
  64. this.dataColumn7 = new System.Data.DataColumn();
  65. this.dataColumn8 = new System.Data.DataColumn();
  66. this.dataColumn9 = new System.Data.DataColumn();
  67. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  68. this.txt_WEIGHT_UNIT_QUERY = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  69. this.label9 = new System.Windows.Forms.Label();
  70. this.txt_UOM_NAME_QUERY = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  71. this.label8 = new System.Windows.Forms.Label();
  72. this.txt_WEIGHT_UNIT_CODE_QUERY = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  73. this.label3 = new System.Windows.Forms.Label();
  74. this.txt_UOM_CODE_QUERY = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  75. this.label4 = new System.Windows.Forms.Label();
  76. this.tableLayoutPanel1.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit();
  78. this.ultraGroupBox5.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.txt_UOM_CONEFFICIENT)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.txt_WEIGHT_UNIT_CODE)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.txt_UOM_CODE)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.txt_WEIGHT_UNIT)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.txt_UOM_NAME)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  85. this.ultraGroupBox2.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  90. this.ultraGroupBox1.SuspendLayout();
  91. ((System.ComponentModel.ISupportInitialize)(this.txt_WEIGHT_UNIT_QUERY)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.txt_UOM_NAME_QUERY)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.txt_WEIGHT_UNIT_CODE_QUERY)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.txt_UOM_CODE_QUERY)).BeginInit();
  95. this.SuspendLayout();
  96. //
  97. // tableLayoutPanel1
  98. //
  99. this.tableLayoutPanel1.ColumnCount = 2;
  100. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 62.5F));
  101. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 37.5F));
  102. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox5, 0, 2);
  103. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox2, 0, 1);
  104. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox1, 0, 0);
  105. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  106. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  107. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  108. this.tableLayoutPanel1.RowCount = 3;
  109. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
  110. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  111. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  112. this.tableLayoutPanel1.Size = new System.Drawing.Size(970, 486);
  113. this.tableLayoutPanel1.TabIndex = 3;
  114. //
  115. // ultraGroupBox5
  116. //
  117. this.tableLayoutPanel1.SetColumnSpan(this.ultraGroupBox5, 2);
  118. this.ultraGroupBox5.Controls.Add(this.txt_UOM_CONEFFICIENT);
  119. this.ultraGroupBox5.Controls.Add(this.label7);
  120. this.ultraGroupBox5.Controls.Add(this.txt_WEIGHT_UNIT_CODE);
  121. this.ultraGroupBox5.Controls.Add(this.label5);
  122. this.ultraGroupBox5.Controls.Add(this.txt_UOM_CODE);
  123. this.ultraGroupBox5.Controls.Add(this.txt_WEIGHT_UNIT);
  124. this.ultraGroupBox5.Controls.Add(this.txt_UOM_NAME);
  125. this.ultraGroupBox5.Controls.Add(this.label2);
  126. this.ultraGroupBox5.Controls.Add(this.label1);
  127. this.ultraGroupBox5.Controls.Add(this.label6);
  128. this.ultraGroupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
  129. this.ultraGroupBox5.Location = new System.Drawing.Point(3, 389);
  130. this.ultraGroupBox5.Name = "ultraGroupBox5";
  131. this.ultraGroupBox5.Size = new System.Drawing.Size(964, 94);
  132. this.ultraGroupBox5.TabIndex = 4;
  133. this.ultraGroupBox5.Text = "编辑区";
  134. this.ultraGroupBox5.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  135. //
  136. // txt_UOM_CONEFFICIENT
  137. //
  138. this.txt_UOM_CONEFFICIENT.Location = new System.Drawing.Point(93, 67);
  139. this.txt_UOM_CONEFFICIENT.Name = "txt_UOM_CONEFFICIENT";
  140. this.txt_UOM_CONEFFICIENT.Size = new System.Drawing.Size(179, 21);
  141. this.txt_UOM_CONEFFICIENT.TabIndex = 152;
  142. //
  143. // label7
  144. //
  145. this.label7.AutoSize = true;
  146. this.label7.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  147. this.label7.Location = new System.Drawing.Point(37, 71);
  148. this.label7.Name = "label7";
  149. this.label7.Size = new System.Drawing.Size(53, 12);
  150. this.label7.TabIndex = 151;
  151. this.label7.Text = "转换系数";
  152. //
  153. // txt_WEIGHT_UNIT_CODE
  154. //
  155. this.txt_WEIGHT_UNIT_CODE.Location = new System.Drawing.Point(365, 19);
  156. this.txt_WEIGHT_UNIT_CODE.Name = "txt_WEIGHT_UNIT_CODE";
  157. this.txt_WEIGHT_UNIT_CODE.ReadOnly = true;
  158. this.txt_WEIGHT_UNIT_CODE.Size = new System.Drawing.Size(179, 21);
  159. this.txt_WEIGHT_UNIT_CODE.TabIndex = 150;
  160. this.txt_WEIGHT_UNIT_CODE.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txt_WEIGHT_UNIT_CODE_EditorButtonClick);
  161. //
  162. // label5
  163. //
  164. this.label5.AutoSize = true;
  165. this.label5.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  166. this.label5.Location = new System.Drawing.Point(285, 23);
  167. this.label5.Name = "label5";
  168. this.label5.Size = new System.Drawing.Size(77, 12);
  169. this.label5.TabIndex = 149;
  170. this.label5.Text = "库存单位编码";
  171. //
  172. // txt_UOM_CODE
  173. //
  174. this.txt_UOM_CODE.Location = new System.Drawing.Point(93, 19);
  175. this.txt_UOM_CODE.Name = "txt_UOM_CODE";
  176. this.txt_UOM_CODE.ReadOnly = true;
  177. this.txt_UOM_CODE.Size = new System.Drawing.Size(179, 21);
  178. this.txt_UOM_CODE.TabIndex = 148;
  179. //
  180. // txt_WEIGHT_UNIT
  181. //
  182. appearance3.FontData.BoldAsString = "True";
  183. appearance3.TextHAlignAsString = "Center";
  184. appearance3.TextVAlignAsString = "Middle";
  185. editorButton1.Appearance = appearance3;
  186. editorButton1.Text = "+";
  187. this.txt_WEIGHT_UNIT.ButtonsRight.Add(editorButton1);
  188. this.txt_WEIGHT_UNIT.Location = new System.Drawing.Point(365, 43);
  189. this.txt_WEIGHT_UNIT.Name = "txt_WEIGHT_UNIT";
  190. this.txt_WEIGHT_UNIT.ReadOnly = true;
  191. this.txt_WEIGHT_UNIT.Size = new System.Drawing.Size(179, 21);
  192. this.txt_WEIGHT_UNIT.TabIndex = 147;
  193. this.txt_WEIGHT_UNIT.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txt_WEIGHT_UNIT_CODE_EditorButtonClick);
  194. //
  195. // txt_UOM_NAME
  196. //
  197. appearance4.FontData.BoldAsString = "True";
  198. editorButton2.Appearance = appearance4;
  199. editorButton2.Text = "+";
  200. this.txt_UOM_NAME.ButtonsRight.Add(editorButton2);
  201. this.txt_UOM_NAME.Location = new System.Drawing.Point(93, 43);
  202. this.txt_UOM_NAME.Name = "txt_UOM_NAME";
  203. this.txt_UOM_NAME.ReadOnly = true;
  204. this.txt_UOM_NAME.Size = new System.Drawing.Size(179, 21);
  205. this.txt_UOM_NAME.TabIndex = 146;
  206. this.txt_UOM_NAME.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txt_UOM_NAME_EditorButtonClick);
  207. //
  208. // label2
  209. //
  210. this.label2.AutoSize = true;
  211. this.label2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  212. this.label2.Location = new System.Drawing.Point(13, 23);
  213. this.label2.Name = "label2";
  214. this.label2.Size = new System.Drawing.Size(77, 12);
  215. this.label2.TabIndex = 144;
  216. this.label2.Text = "采购单位编码";
  217. //
  218. // label1
  219. //
  220. this.label1.AutoSize = true;
  221. this.label1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  222. this.label1.Location = new System.Drawing.Point(308, 47);
  223. this.label1.Name = "label1";
  224. this.label1.Size = new System.Drawing.Size(53, 12);
  225. this.label1.TabIndex = 142;
  226. this.label1.Text = "库存单位";
  227. //
  228. // label6
  229. //
  230. this.label6.AutoSize = true;
  231. this.label6.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  232. this.label6.Location = new System.Drawing.Point(37, 47);
  233. this.label6.Name = "label6";
  234. this.label6.Size = new System.Drawing.Size(53, 12);
  235. this.label6.TabIndex = 140;
  236. this.label6.Text = "采购单位";
  237. //
  238. // ultraGroupBox2
  239. //
  240. this.tableLayoutPanel1.SetColumnSpan(this.ultraGroupBox2, 2);
  241. this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
  242. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  243. this.ultraGroupBox2.Location = new System.Drawing.Point(3, 43);
  244. this.ultraGroupBox2.Name = "ultraGroupBox2";
  245. this.ultraGroupBox2.Size = new System.Drawing.Size(964, 340);
  246. this.ultraGroupBox2.TabIndex = 1;
  247. this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  248. //
  249. // ultraGrid1
  250. //
  251. this.ultraGrid1.DataMember = "Table1";
  252. this.ultraGrid1.DataSource = this.dataSet1;
  253. ultraGridColumn1.Header.VisiblePosition = 0;
  254. ultraGridColumn1.Hidden = true;
  255. ultraGridColumn2.Header.VisiblePosition = 1;
  256. ultraGridColumn3.Header.VisiblePosition = 2;
  257. ultraGridColumn3.Width = 91;
  258. ultraGridColumn4.Header.VisiblePosition = 3;
  259. ultraGridColumn5.Header.VisiblePosition = 4;
  260. ultraGridColumn6.Header.VisiblePosition = 5;
  261. ultraGridColumn6.Width = 83;
  262. ultraGridColumn7.Header.VisiblePosition = 6;
  263. ultraGridColumn8.Header.VisiblePosition = 7;
  264. ultraGridColumn8.Width = 81;
  265. ultraGridColumn9.Header.VisiblePosition = 8;
  266. ultraGridBand1.Columns.AddRange(new object[] {
  267. ultraGridColumn1,
  268. ultraGridColumn2,
  269. ultraGridColumn3,
  270. ultraGridColumn4,
  271. ultraGridColumn5,
  272. ultraGridColumn6,
  273. ultraGridColumn7,
  274. ultraGridColumn8,
  275. ultraGridColumn9});
  276. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  277. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  278. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  279. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.ultraGrid1.Location = new System.Drawing.Point(3, 0);
  281. this.ultraGrid1.Name = "ultraGrid1";
  282. this.ultraGrid1.Size = new System.Drawing.Size(958, 337);
  283. this.ultraGrid1.TabIndex = 1;
  284. this.ultraGrid1.Text = "ultraGrid1";
  285. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  286. //
  287. // dataSet1
  288. //
  289. this.dataSet1.DataSetName = "NewDataSet";
  290. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  291. this.dataTable1});
  292. //
  293. // dataTable1
  294. //
  295. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  296. this.dataColumn1,
  297. this.dataColumn2,
  298. this.dataColumn3,
  299. this.dataColumn4,
  300. this.dataColumn5,
  301. this.dataColumn6,
  302. this.dataColumn7,
  303. this.dataColumn8,
  304. this.dataColumn9});
  305. this.dataTable1.TableName = "Table1";
  306. //
  307. // dataColumn1
  308. //
  309. this.dataColumn1.Caption = "采购单位编码";
  310. this.dataColumn1.ColumnName = "UOMCODE";
  311. //
  312. // dataColumn2
  313. //
  314. this.dataColumn2.Caption = "采购单位名称";
  315. this.dataColumn2.ColumnName = "UOMNAME";
  316. //
  317. // dataColumn3
  318. //
  319. this.dataColumn3.Caption = "转换系数";
  320. this.dataColumn3.ColumnName = "UOMCONEFFICIENT";
  321. //
  322. // dataColumn4
  323. //
  324. this.dataColumn4.Caption = "库存单位";
  325. this.dataColumn4.ColumnName = "WEIGHTUNIT";
  326. //
  327. // dataColumn5
  328. //
  329. this.dataColumn5.Caption = "库存单位编码";
  330. this.dataColumn5.ColumnName = "WEIGHTUNITCODE";
  331. //
  332. // dataColumn6
  333. //
  334. this.dataColumn6.Caption = "创建人";
  335. this.dataColumn6.ColumnName = "CREATENAME";
  336. //
  337. // dataColumn7
  338. //
  339. this.dataColumn7.Caption = "创建时间";
  340. this.dataColumn7.ColumnName = "CREATETIME";
  341. //
  342. // dataColumn8
  343. //
  344. this.dataColumn8.Caption = "修改人";
  345. this.dataColumn8.ColumnName = "UPDATENAME";
  346. //
  347. // dataColumn9
  348. //
  349. this.dataColumn9.Caption = "修改时间";
  350. this.dataColumn9.ColumnName = "UPDATETIME";
  351. //
  352. // ultraGroupBox1
  353. //
  354. this.tableLayoutPanel1.SetColumnSpan(this.ultraGroupBox1, 2);
  355. this.ultraGroupBox1.Controls.Add(this.txt_WEIGHT_UNIT_QUERY);
  356. this.ultraGroupBox1.Controls.Add(this.label9);
  357. this.ultraGroupBox1.Controls.Add(this.txt_UOM_NAME_QUERY);
  358. this.ultraGroupBox1.Controls.Add(this.label8);
  359. this.ultraGroupBox1.Controls.Add(this.txt_WEIGHT_UNIT_CODE_QUERY);
  360. this.ultraGroupBox1.Controls.Add(this.label3);
  361. this.ultraGroupBox1.Controls.Add(this.txt_UOM_CODE_QUERY);
  362. this.ultraGroupBox1.Controls.Add(this.label4);
  363. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  364. this.ultraGroupBox1.Location = new System.Drawing.Point(3, 3);
  365. this.ultraGroupBox1.Name = "ultraGroupBox1";
  366. this.ultraGroupBox1.Size = new System.Drawing.Size(964, 34);
  367. this.ultraGroupBox1.TabIndex = 0;
  368. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  369. //
  370. // txt_WEIGHT_UNIT_QUERY
  371. //
  372. this.txt_WEIGHT_UNIT_QUERY.Location = new System.Drawing.Point(614, 7);
  373. this.txt_WEIGHT_UNIT_QUERY.Name = "txt_WEIGHT_UNIT_QUERY";
  374. this.txt_WEIGHT_UNIT_QUERY.Size = new System.Drawing.Size(97, 21);
  375. this.txt_WEIGHT_UNIT_QUERY.TabIndex = 158;
  376. //
  377. // label9
  378. //
  379. this.label9.AutoSize = true;
  380. this.label9.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  381. this.label9.Location = new System.Drawing.Point(563, 11);
  382. this.label9.Name = "label9";
  383. this.label9.Size = new System.Drawing.Size(53, 12);
  384. this.label9.TabIndex = 157;
  385. this.label9.Text = "库存单位";
  386. //
  387. // txt_UOM_NAME_QUERY
  388. //
  389. this.txt_UOM_NAME_QUERY.Location = new System.Drawing.Point(274, 7);
  390. this.txt_UOM_NAME_QUERY.Name = "txt_UOM_NAME_QUERY";
  391. this.txt_UOM_NAME_QUERY.Size = new System.Drawing.Size(97, 21);
  392. this.txt_UOM_NAME_QUERY.TabIndex = 156;
  393. //
  394. // label8
  395. //
  396. this.label8.AutoSize = true;
  397. this.label8.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  398. this.label8.Location = new System.Drawing.Point(198, 11);
  399. this.label8.Name = "label8";
  400. this.label8.Size = new System.Drawing.Size(77, 12);
  401. this.label8.TabIndex = 155;
  402. this.label8.Text = "采购单位名称";
  403. //
  404. // txt_WEIGHT_UNIT_CODE_QUERY
  405. //
  406. this.txt_WEIGHT_UNIT_CODE_QUERY.Location = new System.Drawing.Point(461, 7);
  407. this.txt_WEIGHT_UNIT_CODE_QUERY.Name = "txt_WEIGHT_UNIT_CODE_QUERY";
  408. this.txt_WEIGHT_UNIT_CODE_QUERY.Size = new System.Drawing.Size(97, 21);
  409. this.txt_WEIGHT_UNIT_CODE_QUERY.TabIndex = 154;
  410. //
  411. // label3
  412. //
  413. this.label3.AutoSize = true;
  414. this.label3.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  415. this.label3.Location = new System.Drawing.Point(385, 11);
  416. this.label3.Name = "label3";
  417. this.label3.Size = new System.Drawing.Size(77, 12);
  418. this.label3.TabIndex = 153;
  419. this.label3.Text = "库存单位编码";
  420. //
  421. // txt_UOM_CODE_QUERY
  422. //
  423. this.txt_UOM_CODE_QUERY.Location = new System.Drawing.Point(89, 7);
  424. this.txt_UOM_CODE_QUERY.Name = "txt_UOM_CODE_QUERY";
  425. this.txt_UOM_CODE_QUERY.Size = new System.Drawing.Size(97, 21);
  426. this.txt_UOM_CODE_QUERY.TabIndex = 152;
  427. //
  428. // label4
  429. //
  430. this.label4.AutoSize = true;
  431. this.label4.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  432. this.label4.Location = new System.Drawing.Point(14, 11);
  433. this.label4.Name = "label4";
  434. this.label4.Size = new System.Drawing.Size(77, 12);
  435. this.label4.TabIndex = 151;
  436. this.label4.Text = "采购单位编码";
  437. //
  438. // FrmUoms
  439. //
  440. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  441. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  442. this.ClientSize = new System.Drawing.Size(970, 486);
  443. this.Controls.Add(this.tableLayoutPanel1);
  444. this.Name = "FrmUoms";
  445. this.Text = "FrmUoms";
  446. this.tableLayoutPanel1.ResumeLayout(false);
  447. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit();
  448. this.ultraGroupBox5.ResumeLayout(false);
  449. this.ultraGroupBox5.PerformLayout();
  450. ((System.ComponentModel.ISupportInitialize)(this.txt_UOM_CONEFFICIENT)).EndInit();
  451. ((System.ComponentModel.ISupportInitialize)(this.txt_WEIGHT_UNIT_CODE)).EndInit();
  452. ((System.ComponentModel.ISupportInitialize)(this.txt_UOM_CODE)).EndInit();
  453. ((System.ComponentModel.ISupportInitialize)(this.txt_WEIGHT_UNIT)).EndInit();
  454. ((System.ComponentModel.ISupportInitialize)(this.txt_UOM_NAME)).EndInit();
  455. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  456. this.ultraGroupBox2.ResumeLayout(false);
  457. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  458. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  459. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  460. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  461. this.ultraGroupBox1.ResumeLayout(false);
  462. this.ultraGroupBox1.PerformLayout();
  463. ((System.ComponentModel.ISupportInitialize)(this.txt_WEIGHT_UNIT_QUERY)).EndInit();
  464. ((System.ComponentModel.ISupportInitialize)(this.txt_UOM_NAME_QUERY)).EndInit();
  465. ((System.ComponentModel.ISupportInitialize)(this.txt_WEIGHT_UNIT_CODE_QUERY)).EndInit();
  466. ((System.ComponentModel.ISupportInitialize)(this.txt_UOM_CODE_QUERY)).EndInit();
  467. this.ResumeLayout(false);
  468. }
  469. #endregion
  470. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  471. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox5;
  472. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_UOM_CODE;
  473. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_WEIGHT_UNIT;
  474. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_UOM_NAME;
  475. private System.Windows.Forms.Label label2;
  476. private System.Windows.Forms.Label label1;
  477. private System.Windows.Forms.Label label6;
  478. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  479. private System.Data.DataSet dataSet1;
  480. private System.Data.DataTable dataTable1;
  481. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  482. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_UOM_CONEFFICIENT;
  483. private System.Windows.Forms.Label label7;
  484. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_WEIGHT_UNIT_CODE;
  485. private System.Windows.Forms.Label label5;
  486. private System.Data.DataColumn dataColumn1;
  487. private System.Data.DataColumn dataColumn2;
  488. private System.Data.DataColumn dataColumn3;
  489. private System.Data.DataColumn dataColumn4;
  490. private System.Data.DataColumn dataColumn5;
  491. private System.Data.DataColumn dataColumn6;
  492. private System.Data.DataColumn dataColumn7;
  493. private System.Data.DataColumn dataColumn8;
  494. private System.Data.DataColumn dataColumn9;
  495. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_WEIGHT_UNIT_QUERY;
  496. private System.Windows.Forms.Label label9;
  497. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_UOM_NAME_QUERY;
  498. private System.Windows.Forms.Label label8;
  499. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_WEIGHT_UNIT_CODE_QUERY;
  500. private System.Windows.Forms.Label label3;
  501. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_UOM_CODE_QUERY;
  502. private System.Windows.Forms.Label label4;
  503. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  504. }
  505. }