frmPopItemUon.Designer.cs 35 KB

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