FrmPopItemWeight.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657
  1. namespace Pur.Pop_upWindow
  2. {
  3. partial class FrmPopItemWeight
  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. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BASECODE");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BASENAME");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SORTCODE");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ISVISIBLE");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MNEMONIC_CODE");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SEQ");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FLAG");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_NAME");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_TIME");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAGNAME");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FLAGNAME");
  47. Infragistics.Win.UltraWinToolbars.RibbonTab ribbonTab1 = new Infragistics.Win.UltraWinToolbars.RibbonTab("ribbon1");
  48. Infragistics.Win.UltraWinToolbars.RibbonGroup ribbonGroup1 = new Infragistics.Win.UltraWinToolbars.RibbonGroup("ribbonGroup1");
  49. Infragistics.Win.UltraWinToolbars.RibbonGroup ribbonGroup2 = new Infragistics.Win.UltraWinToolbars.RibbonGroup("ribbonGroup2");
  50. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  51. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  52. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
  53. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar2");
  54. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("conFirmation");
  55. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ESC");
  56. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("新增");
  57. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("删除");
  58. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("修改");
  59. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  60. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
  61. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("恢复");
  62. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("确认");
  63. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  64. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  65. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPopItemWeight));
  66. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ESC");
  67. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("conFirmation");
  69. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  70. this.dataColumn9 = new System.Data.DataColumn();
  71. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  72. this.dataSet1 = new System.Data.DataSet();
  73. this.dataTable1 = new System.Data.DataTable();
  74. this.dataColumn1 = new System.Data.DataColumn();
  75. this.dataColumn2 = new System.Data.DataColumn();
  76. this.dataColumn3 = new System.Data.DataColumn();
  77. this.dataColumn4 = new System.Data.DataColumn();
  78. this.dataColumn5 = new System.Data.DataColumn();
  79. this.dataColumn6 = new System.Data.DataColumn();
  80. this.dataColumn7 = new System.Data.DataColumn();
  81. this.dataColumn8 = new System.Data.DataColumn();
  82. this.dataColumn10 = new System.Data.DataColumn();
  83. this.dataColumn11 = new System.Data.DataColumn();
  84. this.dataColumn12 = new System.Data.DataColumn();
  85. this.dataColumn13 = new System.Data.DataColumn();
  86. this.dataColumn14 = new System.Data.DataColumn();
  87. this.dataColumn15 = new System.Data.DataColumn();
  88. this.dataColumn16 = new System.Data.DataColumn();
  89. this.dataColumn20 = new System.Data.DataColumn();
  90. this.dataTable2 = new System.Data.DataTable();
  91. this.dataColumn17 = new System.Data.DataColumn();
  92. this.dataColumn18 = new System.Data.DataColumn();
  93. this.dataColumn19 = new System.Data.DataColumn();
  94. this.dataSet2 = new System.Data.DataSet();
  95. this.dataTable3 = new System.Data.DataTable();
  96. this.dataColumn21 = new System.Data.DataColumn();
  97. this.dataColumn22 = new System.Data.DataColumn();
  98. this.dataColumn23 = new System.Data.DataColumn();
  99. this.dataColumn24 = new System.Data.DataColumn();
  100. this.dataColumn25 = new System.Data.DataColumn();
  101. this.dataColumn26 = new System.Data.DataColumn();
  102. this.label1 = new System.Windows.Forms.Label();
  103. this.txt_UOM_NAME_QUERY = new System.Windows.Forms.TextBox();
  104. this.label4 = new System.Windows.Forms.Label();
  105. this.txt_UOM_CODE_QUERY = new System.Windows.Forms.TextBox();
  106. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  107. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  108. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  109. this._Form1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  110. this.barsManagerButon = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  111. this._Form1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  112. this._Form1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  113. this._Form1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  114. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  115. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  121. this.ultraGroupBox2.SuspendLayout();
  122. this.tableLayoutPanel1.SuspendLayout();
  123. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  124. this.ultraGroupBox1.SuspendLayout();
  125. ((System.ComponentModel.ISupportInitialize)(this.barsManagerButon)).BeginInit();
  126. this.SuspendLayout();
  127. //
  128. // dataColumn9
  129. //
  130. this.dataColumn9.Caption = "创建时间";
  131. this.dataColumn9.ColumnName = "CREATE_TIME";
  132. //
  133. // ultraGrid1
  134. //
  135. this.ultraGrid1.DataMember = "Table1";
  136. this.ultraGrid1.DataSource = this.dataSet1;
  137. ultraGridColumn1.Header.VisiblePosition = 0;
  138. ultraGridColumn2.Header.VisiblePosition = 1;
  139. ultraGridColumn3.Header.VisiblePosition = 2;
  140. ultraGridColumn3.Hidden = true;
  141. ultraGridColumn4.Header.VisiblePosition = 3;
  142. ultraGridColumn4.Hidden = true;
  143. ultraGridColumn5.Header.VisiblePosition = 4;
  144. ultraGridColumn5.Hidden = true;
  145. ultraGridColumn6.Header.VisiblePosition = 5;
  146. ultraGridColumn6.Hidden = true;
  147. ultraGridColumn7.Header.VisiblePosition = 6;
  148. ultraGridColumn7.Hidden = true;
  149. ultraGridColumn8.Header.VisiblePosition = 7;
  150. ultraGridColumn8.Hidden = true;
  151. ultraGridColumn9.Header.VisiblePosition = 8;
  152. ultraGridColumn9.Hidden = true;
  153. ultraGridColumn10.Header.VisiblePosition = 9;
  154. ultraGridColumn10.Hidden = true;
  155. ultraGridColumn11.Header.VisiblePosition = 10;
  156. ultraGridColumn11.Hidden = true;
  157. ultraGridColumn12.Header.VisiblePosition = 11;
  158. ultraGridColumn12.Hidden = true;
  159. ultraGridColumn13.Header.VisiblePosition = 12;
  160. ultraGridColumn13.Hidden = true;
  161. ultraGridColumn14.Header.VisiblePosition = 13;
  162. ultraGridColumn14.Hidden = true;
  163. ultraGridColumn15.Header.VisiblePosition = 14;
  164. ultraGridColumn15.Hidden = true;
  165. ultraGridColumn16.Header.VisiblePosition = 15;
  166. ultraGridColumn17.Header.VisiblePosition = 16;
  167. ultraGridColumn17.Hidden = true;
  168. ultraGridBand1.Columns.AddRange(new object[] {
  169. ultraGridColumn1,
  170. ultraGridColumn2,
  171. ultraGridColumn3,
  172. ultraGridColumn4,
  173. ultraGridColumn5,
  174. ultraGridColumn6,
  175. ultraGridColumn7,
  176. ultraGridColumn8,
  177. ultraGridColumn9,
  178. ultraGridColumn10,
  179. ultraGridColumn11,
  180. ultraGridColumn12,
  181. ultraGridColumn13,
  182. ultraGridColumn14,
  183. ultraGridColumn15,
  184. ultraGridColumn16,
  185. ultraGridColumn17});
  186. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  187. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  188. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  189. this.ultraGrid1.Location = new System.Drawing.Point(3, 21);
  190. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  191. this.ultraGrid1.Name = "ultraGrid1";
  192. this.ultraGrid1.Size = new System.Drawing.Size(487, 418);
  193. this.ultraGrid1.TabIndex = 0;
  194. this.ultraGrid1.Text = "ultraGrid1";
  195. //
  196. // dataSet1
  197. //
  198. this.dataSet1.DataSetName = "NewDataSet";
  199. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  200. this.dataTable1,
  201. this.dataTable2});
  202. //
  203. // dataTable1
  204. //
  205. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  206. this.dataColumn1,
  207. this.dataColumn2,
  208. this.dataColumn3,
  209. this.dataColumn4,
  210. this.dataColumn5,
  211. this.dataColumn6,
  212. this.dataColumn7,
  213. this.dataColumn8,
  214. this.dataColumn9,
  215. this.dataColumn10,
  216. this.dataColumn11,
  217. this.dataColumn12,
  218. this.dataColumn13,
  219. this.dataColumn14,
  220. this.dataColumn15,
  221. this.dataColumn16,
  222. this.dataColumn20});
  223. this.dataTable1.TableName = "Table1";
  224. //
  225. // dataColumn1
  226. //
  227. this.dataColumn1.Caption = "单位代码";
  228. this.dataColumn1.ColumnName = "BASECODE";
  229. //
  230. // dataColumn2
  231. //
  232. this.dataColumn2.Caption = "单位名称";
  233. this.dataColumn2.ColumnName = "BASENAME";
  234. //
  235. // dataColumn3
  236. //
  237. this.dataColumn3.Caption = "快速检索码";
  238. this.dataColumn3.ColumnName = "SORTCODE";
  239. //
  240. // dataColumn4
  241. //
  242. this.dataColumn4.Caption = "可编辑标志";
  243. this.dataColumn4.ColumnName = "ISVISIBLE";
  244. //
  245. // dataColumn5
  246. //
  247. this.dataColumn5.Caption = "拼音助记码";
  248. this.dataColumn5.ColumnName = "MNEMONIC_CODE";
  249. //
  250. // dataColumn6
  251. //
  252. this.dataColumn6.Caption = "序号";
  253. this.dataColumn6.ColumnName = "SEQ";
  254. //
  255. // dataColumn7
  256. //
  257. this.dataColumn7.Caption = "是否允许增加子类";
  258. this.dataColumn7.ColumnName = "FLAG";
  259. //
  260. // dataColumn8
  261. //
  262. this.dataColumn8.Caption = "创建人";
  263. this.dataColumn8.ColumnName = "CREATE_NAME";
  264. //
  265. // dataColumn10
  266. //
  267. this.dataColumn10.Caption = "修改人";
  268. this.dataColumn10.ColumnName = "UPDATE_NAME";
  269. //
  270. // dataColumn11
  271. //
  272. this.dataColumn11.Caption = "修改时间";
  273. this.dataColumn11.ColumnName = "UPDATE_TIME";
  274. //
  275. // dataColumn12
  276. //
  277. this.dataColumn12.Caption = "删除人";
  278. this.dataColumn12.ColumnName = "DELETE_NAME";
  279. //
  280. // dataColumn13
  281. //
  282. this.dataColumn13.Caption = "删除时间";
  283. this.dataColumn13.ColumnName = "DELETE_TIME";
  284. //
  285. // dataColumn14
  286. //
  287. this.dataColumn14.Caption = "有效标识";
  288. this.dataColumn14.ColumnMapping = System.Data.MappingType.Hidden;
  289. this.dataColumn14.ColumnName = "VALIDFLAG";
  290. //
  291. // dataColumn15
  292. //
  293. this.dataColumn15.Caption = "有效标识";
  294. this.dataColumn15.ColumnName = "VALIDFLAGNAME";
  295. //
  296. // dataColumn16
  297. //
  298. this.dataColumn16.Caption = "备注";
  299. this.dataColumn16.ColumnName = "MEMO";
  300. //
  301. // dataColumn20
  302. //
  303. this.dataColumn20.Caption = "是否允许增加子类";
  304. this.dataColumn20.ColumnName = "FLAGNAME";
  305. //
  306. // dataTable2
  307. //
  308. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  309. this.dataColumn17,
  310. this.dataColumn18,
  311. this.dataColumn19});
  312. this.dataTable2.TableName = "Table2";
  313. //
  314. // dataColumn17
  315. //
  316. this.dataColumn17.ColumnName = "BASECODE";
  317. //
  318. // dataColumn18
  319. //
  320. this.dataColumn18.ColumnName = "BASENAME";
  321. //
  322. // dataColumn19
  323. //
  324. this.dataColumn19.ColumnName = "SORTCODE";
  325. //
  326. // dataSet2
  327. //
  328. this.dataSet2.DataSetName = "NewDataSet";
  329. this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
  330. this.dataTable3});
  331. //
  332. // dataTable3
  333. //
  334. this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
  335. this.dataColumn21,
  336. this.dataColumn22,
  337. this.dataColumn23,
  338. this.dataColumn24,
  339. this.dataColumn25,
  340. this.dataColumn26});
  341. this.dataTable3.TableName = "Table1";
  342. //
  343. // dataColumn21
  344. //
  345. this.dataColumn21.Caption = "采购单位编码";
  346. this.dataColumn21.ColumnName = "UOMCODE";
  347. //
  348. // dataColumn22
  349. //
  350. this.dataColumn22.Caption = "采购单位名称";
  351. this.dataColumn22.ColumnName = "UOMNAME";
  352. //
  353. // dataColumn23
  354. //
  355. this.dataColumn23.Caption = "转换系数";
  356. this.dataColumn23.ColumnName = "UOMCONEFFICIENT";
  357. //
  358. // dataColumn24
  359. //
  360. this.dataColumn24.Caption = "库存单位";
  361. this.dataColumn24.ColumnName = "WEIGHTUNIT";
  362. //
  363. // dataColumn25
  364. //
  365. this.dataColumn25.Caption = "库存单位编码";
  366. this.dataColumn25.ColumnName = "WEIGHTUNITCODE";
  367. //
  368. // dataColumn26
  369. //
  370. this.dataColumn26.ColumnName = "VALIDFLAG";
  371. //
  372. // label1
  373. //
  374. this.label1.AutoSize = true;
  375. this.label1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  376. this.label1.Location = new System.Drawing.Point(252, 14);
  377. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  378. this.label1.Name = "label1";
  379. this.label1.Size = new System.Drawing.Size(67, 15);
  380. this.label1.TabIndex = 145;
  381. this.label1.Text = "单位名称";
  382. //
  383. // txt_UOM_NAME_QUERY
  384. //
  385. this.txt_UOM_NAME_QUERY.Location = new System.Drawing.Point(327, 9);
  386. this.txt_UOM_NAME_QUERY.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  387. this.txt_UOM_NAME_QUERY.Name = "txt_UOM_NAME_QUERY";
  388. this.txt_UOM_NAME_QUERY.Size = new System.Drawing.Size(135, 25);
  389. this.txt_UOM_NAME_QUERY.TabIndex = 144;
  390. this.txt_UOM_NAME_QUERY.TextChanged += new System.EventHandler(this.txt_ITEM_UOM_CONEFFICIENT_TextChanged);
  391. //
  392. // label4
  393. //
  394. this.label4.AutoSize = true;
  395. this.label4.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  396. this.label4.Location = new System.Drawing.Point(13, 14);
  397. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  398. this.label4.Name = "label4";
  399. this.label4.Size = new System.Drawing.Size(67, 15);
  400. this.label4.TabIndex = 143;
  401. this.label4.Text = "单位代码";
  402. //
  403. // txt_UOM_CODE_QUERY
  404. //
  405. this.txt_UOM_CODE_QUERY.Location = new System.Drawing.Point(88, 9);
  406. this.txt_UOM_CODE_QUERY.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  407. this.txt_UOM_CODE_QUERY.Name = "txt_UOM_CODE_QUERY";
  408. this.txt_UOM_CODE_QUERY.Size = new System.Drawing.Size(123, 25);
  409. this.txt_UOM_CODE_QUERY.TabIndex = 142;
  410. this.txt_UOM_CODE_QUERY.TextChanged += new System.EventHandler(this.txt_ITEM_UOM_CONEFFICIENT_TextChanged);
  411. //
  412. // ultraGroupBox2
  413. //
  414. this.ultraGroupBox2.Controls.Add(this.label1);
  415. this.ultraGroupBox2.Controls.Add(this.txt_UOM_NAME_QUERY);
  416. this.ultraGroupBox2.Controls.Add(this.label4);
  417. this.ultraGroupBox2.Controls.Add(this.txt_UOM_CODE_QUERY);
  418. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  419. this.ultraGroupBox2.Location = new System.Drawing.Point(4, 4);
  420. this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  421. this.ultraGroupBox2.Name = "ultraGroupBox2";
  422. this.ultraGroupBox2.Size = new System.Drawing.Size(493, 42);
  423. this.ultraGroupBox2.TabIndex = 1;
  424. this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  425. //
  426. // tableLayoutPanel1
  427. //
  428. this.tableLayoutPanel1.ColumnCount = 1;
  429. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  430. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox2, 0, 0);
  431. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox1, 0, 1);
  432. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  433. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 28);
  434. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  435. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  436. this.tableLayoutPanel1.RowCount = 2;
  437. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
  438. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  439. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
  440. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
  441. this.tableLayoutPanel1.Size = new System.Drawing.Size(501, 500);
  442. this.tableLayoutPanel1.TabIndex = 5;
  443. //
  444. // ultraGroupBox1
  445. //
  446. this.ultraGroupBox1.Controls.Add(this.ultraGrid1);
  447. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  448. this.ultraGroupBox1.Location = new System.Drawing.Point(4, 54);
  449. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  450. this.ultraGroupBox1.Name = "ultraGroupBox1";
  451. this.ultraGroupBox1.Size = new System.Drawing.Size(493, 442);
  452. this.ultraGroupBox1.TabIndex = 0;
  453. this.ultraGroupBox1.Text = "单位选择";
  454. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  455. //
  456. // _Form1_Toolbars_Dock_Area_Top
  457. //
  458. this._Form1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  459. this._Form1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  460. this._Form1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  461. this._Form1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  462. this._Form1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  463. this._Form1_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  464. this._Form1_Toolbars_Dock_Area_Top.Name = "_Form1_Toolbars_Dock_Area_Top";
  465. this._Form1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(501, 28);
  466. this._Form1_Toolbars_Dock_Area_Top.ToolbarsManager = this.barsManagerButon;
  467. //
  468. // barsManagerButon
  469. //
  470. this.barsManagerButon.DesignerFlags = 1;
  471. this.barsManagerButon.DockWithinContainer = this;
  472. this.barsManagerButon.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
  473. this.barsManagerButon.MiniToolbar.ToolRowCount = 3;
  474. this.barsManagerButon.Office2007UICompatibility = false;
  475. ribbonTab1.Caption = "ribbon1";
  476. ribbonGroup1.Caption = "ribbonGroup1";
  477. ribbonGroup2.Caption = "ribbonGroup2";
  478. ribbonTab1.Groups.AddRange(new Infragistics.Win.UltraWinToolbars.RibbonGroup[] {
  479. ribbonGroup1,
  480. ribbonGroup2});
  481. this.barsManagerButon.Ribbon.NonInheritedRibbonTabs.AddRange(new Infragistics.Win.UltraWinToolbars.RibbonTab[] {
  482. ribbonTab1});
  483. this.barsManagerButon.ShowQuickCustomizeButton = false;
  484. ultraToolbar1.DockedColumn = 0;
  485. ultraToolbar1.DockedRow = 0;
  486. buttonTool5.InstanceProps.IsFirstInGroup = true;
  487. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  488. buttonTool2,
  489. buttonTool5});
  490. ultraToolbar1.Text = "UltraToolbar1";
  491. ultraToolbar1.Visible = false;
  492. ultraToolbar2.DockedColumn = 0;
  493. ultraToolbar2.DockedRow = 0;
  494. ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  495. buttonTool4,
  496. buttonTool16});
  497. ultraToolbar2.Text = "UltraToolbar2";
  498. this.barsManagerButon.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  499. ultraToolbar1,
  500. ultraToolbar2});
  501. buttonTool6.SharedPropsInternal.Caption = "新增";
  502. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  503. buttonTool7.SharedPropsInternal.Caption = "删除";
  504. buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  505. buttonTool8.SharedPropsInternal.Caption = "修改";
  506. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  507. buttonTool9.SharedPropsInternal.Caption = "查询";
  508. buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  509. buttonTool10.SharedPropsInternal.Caption = "关闭";
  510. buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  511. buttonTool12.SharedPropsInternal.Caption = "恢复";
  512. buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  513. buttonTool3.SharedPropsInternal.Caption = "确认";
  514. buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  515. appearance29.Image = ((object)(resources.GetObject("appearance29.Image")));
  516. buttonTool11.SharedPropsInternal.AppearancesSmall.Appearance = appearance29;
  517. buttonTool11.SharedPropsInternal.Caption = "查询";
  518. buttonTool11.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  519. appearance30.Image = ((object)(resources.GetObject("appearance30.Image")));
  520. buttonTool13.SharedPropsInternal.AppearancesSmall.Appearance = appearance30;
  521. buttonTool13.SharedPropsInternal.Caption = "关闭";
  522. buttonTool13.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  523. appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
  524. buttonTool17.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
  525. buttonTool17.SharedPropsInternal.Caption = "确认";
  526. buttonTool17.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  527. this.barsManagerButon.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  528. buttonTool6,
  529. buttonTool7,
  530. buttonTool8,
  531. buttonTool9,
  532. buttonTool10,
  533. buttonTool12,
  534. buttonTool3,
  535. buttonTool11,
  536. buttonTool13,
  537. buttonTool17});
  538. this.barsManagerButon.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.barsManagerButon_ToolClick);
  539. //
  540. // _Form1_Toolbars_Dock_Area_Bottom
  541. //
  542. this._Form1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  543. this._Form1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  544. this._Form1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  545. this._Form1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  546. this._Form1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 528);
  547. this._Form1_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  548. this._Form1_Toolbars_Dock_Area_Bottom.Name = "_Form1_Toolbars_Dock_Area_Bottom";
  549. this._Form1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(501, 0);
  550. this._Form1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.barsManagerButon;
  551. //
  552. // _Form1_Toolbars_Dock_Area_Left
  553. //
  554. this._Form1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  555. this._Form1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  556. this._Form1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  557. this._Form1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  558. this._Form1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
  559. this._Form1_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  560. this._Form1_Toolbars_Dock_Area_Left.Name = "_Form1_Toolbars_Dock_Area_Left";
  561. this._Form1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 500);
  562. this._Form1_Toolbars_Dock_Area_Left.ToolbarsManager = this.barsManagerButon;
  563. //
  564. // _Form1_Toolbars_Dock_Area_Right
  565. //
  566. this._Form1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  567. this._Form1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  568. this._Form1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  569. this._Form1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  570. this._Form1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(501, 28);
  571. this._Form1_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  572. this._Form1_Toolbars_Dock_Area_Right.Name = "_Form1_Toolbars_Dock_Area_Right";
  573. this._Form1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 500);
  574. this._Form1_Toolbars_Dock_Area_Right.ToolbarsManager = this.barsManagerButon;
  575. //
  576. // FrmPopItemWeight
  577. //
  578. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  579. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  580. this.ClientSize = new System.Drawing.Size(501, 528);
  581. this.Controls.Add(this.tableLayoutPanel1);
  582. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Left);
  583. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Right);
  584. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Top);
  585. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Bottom);
  586. this.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
  587. this.Name = "FrmPopItemWeight";
  588. this.Text = "基础单位";
  589. this.Load += new System.EventHandler(this.FrmPopItemWeight_Load);
  590. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  591. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  592. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  593. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  594. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
  595. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
  596. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  597. this.ultraGroupBox2.ResumeLayout(false);
  598. this.ultraGroupBox2.PerformLayout();
  599. this.tableLayoutPanel1.ResumeLayout(false);
  600. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  601. this.ultraGroupBox1.ResumeLayout(false);
  602. ((System.ComponentModel.ISupportInitialize)(this.barsManagerButon)).EndInit();
  603. this.ResumeLayout(false);
  604. }
  605. #endregion
  606. private System.Data.DataColumn dataColumn9;
  607. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  608. private System.Data.DataSet dataSet2;
  609. private System.Data.DataTable dataTable3;
  610. private System.Data.DataColumn dataColumn21;
  611. private System.Data.DataColumn dataColumn22;
  612. private System.Data.DataColumn dataColumn23;
  613. private System.Data.DataColumn dataColumn24;
  614. private System.Data.DataColumn dataColumn25;
  615. private System.Data.DataColumn dataColumn26;
  616. private System.Data.DataColumn dataColumn10;
  617. private System.Data.DataColumn dataColumn8;
  618. private System.Data.DataColumn dataColumn11;
  619. private System.Data.DataColumn dataColumn7;
  620. private System.Data.DataColumn dataColumn3;
  621. private System.Data.DataColumn dataColumn6;
  622. private System.Data.DataColumn dataColumn4;
  623. private System.Data.DataColumn dataColumn12;
  624. private System.Data.DataColumn dataColumn5;
  625. private System.Data.DataColumn dataColumn18;
  626. private System.Data.DataColumn dataColumn13;
  627. private System.Data.DataColumn dataColumn19;
  628. private System.Data.DataColumn dataColumn17;
  629. private System.Data.DataTable dataTable2;
  630. private System.Data.DataColumn dataColumn14;
  631. private System.Data.DataColumn dataColumn20;
  632. private System.Data.DataColumn dataColumn15;
  633. private System.Data.DataColumn dataColumn2;
  634. private System.Data.DataColumn dataColumn16;
  635. private System.Windows.Forms.Label label1;
  636. private System.Windows.Forms.TextBox txt_UOM_NAME_QUERY;
  637. private System.Windows.Forms.Label label4;
  638. private System.Data.DataColumn dataColumn1;
  639. private System.Windows.Forms.TextBox txt_UOM_CODE_QUERY;
  640. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  641. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  642. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  643. private System.Data.DataSet dataSet1;
  644. private System.Data.DataTable dataTable1;
  645. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager barsManagerButon;
  646. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Left;
  647. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Right;
  648. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Top;
  649. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Bottom;
  650. }
  651. }