frmPop_updPrice.Designer.cs 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935
  1. namespace Pur.Pop_upWindow
  2. {
  3. partial class frmPop_updPrice
  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.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  29. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  30. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemCode");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemName");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("bugPrice");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WeightUnit");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("orderPrice");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("newPrice");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Check");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ARCCODE");
  40. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup1 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup0", 607535422);
  41. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.UltraWinTree.Override _override1 = new Infragistics.Win.UltraWinTree.Override();
  54. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.ValueListItem valueListItem15 = new Infragistics.Win.ValueListItem();
  56. Infragistics.Win.ValueListItem valueListItem16 = new Infragistics.Win.ValueListItem();
  57. Infragistics.Win.ValueListItem valueListItem17 = new Infragistics.Win.ValueListItem();
  58. Infragistics.Win.ValueListItem valueListItem18 = new Infragistics.Win.ValueListItem();
  59. Infragistics.Win.ValueListItem valueListItem19 = new Infragistics.Win.ValueListItem();
  60. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  62. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHANGEID");
  63. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMCODE");
  64. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMNAME");
  65. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OLDVALUE");
  66. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NEWVALUE");
  67. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATENAME");
  68. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATETIME");
  69. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  70. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  72. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  74. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  75. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  76. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  77. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  78. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  79. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  80. this.matSet = new System.Data.DataSet();
  81. this.DTmat = new System.Data.DataTable();
  82. this.dataColumn19 = new System.Data.DataColumn();
  83. this.dataColumn24 = new System.Data.DataColumn();
  84. this.dataColumn39 = new System.Data.DataColumn();
  85. this.dataColumn41 = new System.Data.DataColumn();
  86. this.dataColumn21 = new System.Data.DataColumn();
  87. this.dataColumn22 = new System.Data.DataColumn();
  88. this.dataColumn27 = new System.Data.DataColumn();
  89. this.dataColumn20 = new System.Data.DataColumn();
  90. this.recordSet = new System.Data.DataSet();
  91. this.DTrecord = new System.Data.DataTable();
  92. this.dataColumn1 = new System.Data.DataColumn();
  93. this.dataColumn2 = new System.Data.DataColumn();
  94. this.dataColumn3 = new System.Data.DataColumn();
  95. this.dataColumn4 = new System.Data.DataColumn();
  96. this.dataColumn5 = new System.Data.DataColumn();
  97. this.dataColumn6 = new System.Data.DataColumn();
  98. this.dataColumn7 = new System.Data.DataColumn();
  99. this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  100. this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  101. this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  102. this.panel1 = new System.Windows.Forms.Panel();
  103. this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
  104. this.GridMat = new Infragistics.Win.UltraWinGrid.UltraGrid();
  105. this.panel2 = new System.Windows.Forms.Panel();
  106. this.label2 = new System.Windows.Forms.Label();
  107. this.label1 = new System.Windows.Forms.Label();
  108. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  109. this.QtimeE = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  110. this.QtimeB = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  111. this.物料分类 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  112. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  113. this.ulTreeMat = new Infragistics.Win.UltraWinTree.UltraTree();
  114. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  115. this.label66 = new System.Windows.Forms.Label();
  116. this.txt_ARC_ITEM = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  117. this.txt_ARC_CODE = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  118. this.checkBox1 = new System.Windows.Forms.CheckBox();
  119. this.QueryNum = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  120. this.label65 = new System.Windows.Forms.Label();
  121. this.label64 = new System.Windows.Forms.Label();
  122. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  123. this.ultraLabel23 = new Infragistics.Win.Misc.UltraLabel();
  124. this.txt_wlmc = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  125. this.txt_wlbm = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  126. this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  127. this.GridRecord = new Infragistics.Win.UltraWinGrid.UltraGrid();
  128. this.panel3 = new System.Windows.Forms.Panel();
  129. this.QitemCode_record = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  130. this.label4 = new System.Windows.Forms.Label();
  131. this.QitemName_record = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  132. this.label3 = new System.Windows.Forms.Label();
  133. ((System.ComponentModel.ISupportInitialize)(this.matSet)).BeginInit();
  134. ((System.ComponentModel.ISupportInitialize)(this.DTmat)).BeginInit();
  135. ((System.ComponentModel.ISupportInitialize)(this.recordSet)).BeginInit();
  136. ((System.ComponentModel.ISupportInitialize)(this.DTrecord)).BeginInit();
  137. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
  138. this.ultraTabControl1.SuspendLayout();
  139. this.ultraTabPageControl1.SuspendLayout();
  140. this.panel1.SuspendLayout();
  141. this.ultraPanel3.ClientArea.SuspendLayout();
  142. this.ultraPanel3.SuspendLayout();
  143. ((System.ComponentModel.ISupportInitialize)(this.GridMat)).BeginInit();
  144. this.panel2.SuspendLayout();
  145. ((System.ComponentModel.ISupportInitialize)(this.QtimeE)).BeginInit();
  146. ((System.ComponentModel.ISupportInitialize)(this.QtimeB)).BeginInit();
  147. ((System.ComponentModel.ISupportInitialize)(this.物料分类)).BeginInit();
  148. this.物料分类.SuspendLayout();
  149. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  150. ((System.ComponentModel.ISupportInitialize)(this.ulTreeMat)).BeginInit();
  151. this.ultraPanel1.ClientArea.SuspendLayout();
  152. this.ultraPanel1.SuspendLayout();
  153. ((System.ComponentModel.ISupportInitialize)(this.txt_ARC_ITEM)).BeginInit();
  154. ((System.ComponentModel.ISupportInitialize)(this.txt_ARC_CODE)).BeginInit();
  155. ((System.ComponentModel.ISupportInitialize)(this.QueryNum)).BeginInit();
  156. ((System.ComponentModel.ISupportInitialize)(this.txt_wlmc)).BeginInit();
  157. ((System.ComponentModel.ISupportInitialize)(this.txt_wlbm)).BeginInit();
  158. this.ultraTabPageControl2.SuspendLayout();
  159. ((System.ComponentModel.ISupportInitialize)(this.GridRecord)).BeginInit();
  160. this.panel3.SuspendLayout();
  161. ((System.ComponentModel.ISupportInitialize)(this.QitemCode_record)).BeginInit();
  162. ((System.ComponentModel.ISupportInitialize)(this.QitemName_record)).BeginInit();
  163. this.SuspendLayout();
  164. //
  165. // matSet
  166. //
  167. this.matSet.DataSetName = "NewDataSet";
  168. this.matSet.Tables.AddRange(new System.Data.DataTable[] {
  169. this.DTmat});
  170. //
  171. // DTmat
  172. //
  173. this.DTmat.Columns.AddRange(new System.Data.DataColumn[] {
  174. this.dataColumn19,
  175. this.dataColumn24,
  176. this.dataColumn39,
  177. this.dataColumn41,
  178. this.dataColumn21,
  179. this.dataColumn22,
  180. this.dataColumn27,
  181. this.dataColumn20});
  182. this.DTmat.TableName = "Table1";
  183. //
  184. // dataColumn19
  185. //
  186. this.dataColumn19.Caption = "物料编码";
  187. this.dataColumn19.ColumnName = "itemCode";
  188. //
  189. // dataColumn24
  190. //
  191. this.dataColumn24.Caption = "物料名称";
  192. this.dataColumn24.ColumnName = "itemName";
  193. //
  194. // dataColumn39
  195. //
  196. this.dataColumn39.Caption = "旧计划价";
  197. this.dataColumn39.ColumnName = "bugPrice";
  198. //
  199. // dataColumn41
  200. //
  201. this.dataColumn41.Caption = "库存单位";
  202. this.dataColumn41.ColumnName = "WeightUnit";
  203. //
  204. // dataColumn21
  205. //
  206. this.dataColumn21.Caption = "不含税加权库存单位平均价";
  207. this.dataColumn21.ColumnName = "orderPrice";
  208. //
  209. // dataColumn22
  210. //
  211. this.dataColumn22.Caption = "新计划价";
  212. this.dataColumn22.ColumnName = "newPrice";
  213. //
  214. // dataColumn27
  215. //
  216. this.dataColumn27.Caption = "选择";
  217. this.dataColumn27.ColumnName = "Check";
  218. this.dataColumn27.DataType = typeof(bool);
  219. this.dataColumn27.DefaultValue = true;
  220. //
  221. // dataColumn20
  222. //
  223. this.dataColumn20.Caption = "分类编码";
  224. this.dataColumn20.ColumnName = "ARCCODE";
  225. //
  226. // recordSet
  227. //
  228. this.recordSet.DataSetName = "NewDataSet";
  229. this.recordSet.Tables.AddRange(new System.Data.DataTable[] {
  230. this.DTrecord});
  231. //
  232. // DTrecord
  233. //
  234. this.DTrecord.Columns.AddRange(new System.Data.DataColumn[] {
  235. this.dataColumn1,
  236. this.dataColumn2,
  237. this.dataColumn3,
  238. this.dataColumn4,
  239. this.dataColumn5,
  240. this.dataColumn6,
  241. this.dataColumn7});
  242. this.DTrecord.TableName = "Table1";
  243. //
  244. // dataColumn1
  245. //
  246. this.dataColumn1.Caption = "编号";
  247. this.dataColumn1.ColumnName = "CHANGEID";
  248. //
  249. // dataColumn2
  250. //
  251. this.dataColumn2.Caption = "物料编码";
  252. this.dataColumn2.ColumnName = "ITEMCODE";
  253. //
  254. // dataColumn3
  255. //
  256. this.dataColumn3.Caption = "物料名称";
  257. this.dataColumn3.ColumnName = "ITEMNAME";
  258. //
  259. // dataColumn4
  260. //
  261. this.dataColumn4.Caption = "上期价格";
  262. this.dataColumn4.ColumnName = "OLDVALUE";
  263. //
  264. // dataColumn5
  265. //
  266. this.dataColumn5.Caption = "本期价格";
  267. this.dataColumn5.ColumnName = "NEWVALUE";
  268. //
  269. // dataColumn6
  270. //
  271. this.dataColumn6.Caption = "修改人";
  272. this.dataColumn6.ColumnName = "CREATENAME";
  273. //
  274. // dataColumn7
  275. //
  276. this.dataColumn7.Caption = "修改时间";
  277. this.dataColumn7.ColumnName = "CREATETIME";
  278. //
  279. // ultraTabControl1
  280. //
  281. this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
  282. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
  283. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
  284. this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  285. this.ultraTabControl1.Location = new System.Drawing.Point(0, 0);
  286. this.ultraTabControl1.Margin = new System.Windows.Forms.Padding(4);
  287. this.ultraTabControl1.Name = "ultraTabControl1";
  288. this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
  289. this.ultraTabControl1.Size = new System.Drawing.Size(1599, 602);
  290. this.ultraTabControl1.TabIndex = 178;
  291. this.ultraTabControl1.TabOrientation = Infragistics.Win.UltraWinTabs.TabOrientation.BottomLeft;
  292. ultraTab1.Key = "1";
  293. ultraTab1.TabPage = this.ultraTabPageControl1;
  294. ultraTab1.Text = "计划价格维护";
  295. ultraTab2.Key = "2";
  296. ultraTab2.TabPage = this.ultraTabPageControl2;
  297. ultraTab2.Text = "维护记录";
  298. this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  299. ultraTab1,
  300. ultraTab2});
  301. this.ultraTabControl1.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultraTabControl1_SelectedTabChanged);
  302. //
  303. // ultraTabSharedControlsPage1
  304. //
  305. this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
  306. this.ultraTabSharedControlsPage1.Margin = new System.Windows.Forms.Padding(4);
  307. this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
  308. this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1595, 573);
  309. //
  310. // ultraTabPageControl1
  311. //
  312. this.ultraTabPageControl1.Controls.Add(this.panel1);
  313. this.ultraTabPageControl1.Controls.Add(this.ultraPanel1);
  314. this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 1);
  315. this.ultraTabPageControl1.Margin = new System.Windows.Forms.Padding(4);
  316. this.ultraTabPageControl1.Name = "ultraTabPageControl1";
  317. this.ultraTabPageControl1.Size = new System.Drawing.Size(1595, 573);
  318. //
  319. // panel1
  320. //
  321. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  322. this.panel1.Controls.Add(this.ultraPanel3);
  323. this.panel1.Controls.Add(this.物料分类);
  324. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  325. this.panel1.Location = new System.Drawing.Point(0, 42);
  326. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  327. this.panel1.Name = "panel1";
  328. this.panel1.Size = new System.Drawing.Size(1595, 531);
  329. this.panel1.TabIndex = 177;
  330. //
  331. // ultraPanel3
  332. //
  333. //
  334. // ultraPanel3.ClientArea
  335. //
  336. this.ultraPanel3.ClientArea.Controls.Add(this.GridMat);
  337. this.ultraPanel3.ClientArea.Controls.Add(this.panel2);
  338. this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  339. this.ultraPanel3.Location = new System.Drawing.Point(276, 0);
  340. this.ultraPanel3.Margin = new System.Windows.Forms.Padding(4);
  341. this.ultraPanel3.Name = "ultraPanel3";
  342. this.ultraPanel3.Size = new System.Drawing.Size(1317, 529);
  343. this.ultraPanel3.TabIndex = 169;
  344. //
  345. // GridMat
  346. //
  347. this.GridMat.DataMember = "Table1";
  348. this.GridMat.DataSource = this.matSet;
  349. appearance34.BackColor = System.Drawing.SystemColors.Window;
  350. appearance34.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  351. this.GridMat.DisplayLayout.Appearance = appearance34;
  352. ultraGridColumn1.Header.VisiblePosition = 0;
  353. ultraGridColumn2.Header.VisiblePosition = 1;
  354. ultraGridColumn3.Header.VisiblePosition = 2;
  355. ultraGridColumn4.Header.VisiblePosition = 3;
  356. ultraGridColumn5.Header.VisiblePosition = 4;
  357. ultraGridColumn6.Header.VisiblePosition = 5;
  358. ultraGridColumn7.Header.VisiblePosition = 6;
  359. ultraGridColumn8.Header.VisiblePosition = 7;
  360. ultraGridBand1.Columns.AddRange(new object[] {
  361. ultraGridColumn1,
  362. ultraGridColumn2,
  363. ultraGridColumn3,
  364. ultraGridColumn4,
  365. ultraGridColumn5,
  366. ultraGridColumn6,
  367. ultraGridColumn7,
  368. ultraGridColumn8});
  369. ultraGridGroup1.Header.Caption = "加权平均价格计算区间";
  370. ultraGridGroup1.Hidden = true;
  371. ultraGridGroup1.Key = "NewGroup0";
  372. ultraGridGroup1.RowLayoutGroupInfo.LabelSpan = 1;
  373. ultraGridGroup1.RowLayoutGroupInfo.OriginX = 12;
  374. ultraGridGroup1.RowLayoutGroupInfo.OriginY = 0;
  375. ultraGridGroup1.RowLayoutGroupInfo.SpanX = 4;
  376. ultraGridGroup1.RowLayoutGroupInfo.SpanY = 4;
  377. ultraGridBand1.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
  378. ultraGridGroup1});
  379. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  380. this.GridMat.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  381. this.GridMat.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  382. this.GridMat.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  383. appearance35.BackColor = System.Drawing.SystemColors.ActiveBorder;
  384. appearance35.BackColor2 = System.Drawing.SystemColors.ControlDark;
  385. appearance35.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  386. appearance35.BorderColor = System.Drawing.SystemColors.Window;
  387. this.GridMat.DisplayLayout.GroupByBox.Appearance = appearance35;
  388. appearance36.ForeColor = System.Drawing.SystemColors.GrayText;
  389. this.GridMat.DisplayLayout.GroupByBox.BandLabelAppearance = appearance36;
  390. this.GridMat.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  391. this.GridMat.DisplayLayout.GroupByBox.Hidden = true;
  392. appearance37.BackColor = System.Drawing.SystemColors.ControlLightLight;
  393. appearance37.BackColor2 = System.Drawing.SystemColors.Control;
  394. appearance37.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  395. appearance37.ForeColor = System.Drawing.SystemColors.GrayText;
  396. this.GridMat.DisplayLayout.GroupByBox.PromptAppearance = appearance37;
  397. appearance38.BackColor = System.Drawing.SystemColors.Window;
  398. appearance38.ForeColor = System.Drawing.SystemColors.ControlText;
  399. this.GridMat.DisplayLayout.Override.ActiveCellAppearance = appearance38;
  400. appearance39.BackColor = System.Drawing.SystemColors.Highlight;
  401. appearance39.ForeColor = System.Drawing.SystemColors.HighlightText;
  402. this.GridMat.DisplayLayout.Override.ActiveRowAppearance = appearance39;
  403. this.GridMat.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  404. this.GridMat.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  405. appearance40.BackColor = System.Drawing.SystemColors.Window;
  406. this.GridMat.DisplayLayout.Override.CardAreaAppearance = appearance40;
  407. appearance41.BorderColor = System.Drawing.Color.Silver;
  408. appearance41.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  409. this.GridMat.DisplayLayout.Override.CellAppearance = appearance41;
  410. this.GridMat.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  411. this.GridMat.DisplayLayout.Override.CellPadding = 0;
  412. appearance42.BackColor = System.Drawing.SystemColors.Control;
  413. appearance42.BackColor2 = System.Drawing.SystemColors.ControlDark;
  414. appearance42.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  415. appearance42.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  416. appearance42.BorderColor = System.Drawing.SystemColors.Window;
  417. this.GridMat.DisplayLayout.Override.GroupByRowAppearance = appearance42;
  418. appearance43.TextHAlignAsString = "Left";
  419. this.GridMat.DisplayLayout.Override.HeaderAppearance = appearance43;
  420. this.GridMat.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  421. this.GridMat.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  422. appearance44.BackColor = System.Drawing.SystemColors.Window;
  423. appearance44.BorderColor = System.Drawing.Color.Silver;
  424. this.GridMat.DisplayLayout.Override.RowAppearance = appearance44;
  425. appearance45.BackColor = System.Drawing.SystemColors.ControlLight;
  426. this.GridMat.DisplayLayout.Override.TemplateAddRowAppearance = appearance45;
  427. this.GridMat.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  428. this.GridMat.Dock = System.Windows.Forms.DockStyle.Fill;
  429. this.GridMat.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  430. this.GridMat.Location = new System.Drawing.Point(0, 35);
  431. this.GridMat.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  432. this.GridMat.Name = "GridMat";
  433. this.GridMat.Size = new System.Drawing.Size(1317, 494);
  434. this.GridMat.TabIndex = 2;
  435. this.GridMat.Text = "ultraGrid1";
  436. //
  437. // panel2
  438. //
  439. this.panel2.Controls.Add(this.label2);
  440. this.panel2.Controls.Add(this.label1);
  441. this.panel2.Controls.Add(this.ultraLabel8);
  442. this.panel2.Controls.Add(this.QtimeE);
  443. this.panel2.Controls.Add(this.QtimeB);
  444. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  445. this.panel2.Location = new System.Drawing.Point(0, 0);
  446. this.panel2.Margin = new System.Windows.Forms.Padding(4);
  447. this.panel2.Name = "panel2";
  448. this.panel2.Size = new System.Drawing.Size(1317, 35);
  449. this.panel2.TabIndex = 3;
  450. //
  451. // label2
  452. //
  453. this.label2.AutoSize = true;
  454. this.label2.Location = new System.Drawing.Point(329, 8);
  455. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  456. this.label2.Name = "label2";
  457. this.label2.Size = new System.Drawing.Size(22, 15);
  458. this.label2.TabIndex = 188;
  459. this.label2.Text = "至";
  460. //
  461. // label1
  462. //
  463. this.label1.AutoSize = true;
  464. this.label1.Location = new System.Drawing.Point(16, 9);
  465. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  466. this.label1.Name = "label1";
  467. this.label1.Size = new System.Drawing.Size(157, 15);
  468. this.label1.TabIndex = 187;
  469. this.label1.Text = "合同采购价格统计区间";
  470. //
  471. // ultraLabel8
  472. //
  473. appearance10.ForeColor = System.Drawing.Color.Blue;
  474. this.ultraLabel8.Appearance = appearance10;
  475. this.ultraLabel8.AutoSize = true;
  476. this.ultraLabel8.Location = new System.Drawing.Point(493, 8);
  477. this.ultraLabel8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  478. this.ultraLabel8.Name = "ultraLabel8";
  479. this.ultraLabel8.Size = new System.Drawing.Size(639, 19);
  480. this.ultraLabel8.TabIndex = 186;
  481. this.ultraLabel8.Text = "注:新计划价格默认为到货合同加权平均价,如果合同加权平均价为空,则默认为原计划价。";
  482. //
  483. // QtimeE
  484. //
  485. this.QtimeE.Location = new System.Drawing.Point(352, 4);
  486. this.QtimeE.Margin = new System.Windows.Forms.Padding(4);
  487. this.QtimeE.MaskInput = "{LOC}yyyy/mm/dd";
  488. this.QtimeE.Name = "QtimeE";
  489. this.QtimeE.Size = new System.Drawing.Size(132, 24);
  490. this.QtimeE.TabIndex = 184;
  491. //
  492. // QtimeB
  493. //
  494. this.QtimeB.Location = new System.Drawing.Point(189, 4);
  495. this.QtimeB.Margin = new System.Windows.Forms.Padding(4);
  496. this.QtimeB.MaskInput = "{LOC}yyyy/mm/dd";
  497. this.QtimeB.Name = "QtimeB";
  498. this.QtimeB.Size = new System.Drawing.Size(132, 24);
  499. this.QtimeB.TabIndex = 183;
  500. //
  501. // 物料分类
  502. //
  503. this.物料分类.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Far;
  504. this.物料分类.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  505. this.物料分类.Dock = System.Windows.Forms.DockStyle.Left;
  506. this.物料分类.ExpandedSize = new System.Drawing.Size(276, 529);
  507. this.物料分类.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.LeftOnBorder;
  508. this.物料分类.Location = new System.Drawing.Point(0, 0);
  509. this.物料分类.Margin = new System.Windows.Forms.Padding(4);
  510. this.物料分类.Name = "物料分类";
  511. this.物料分类.Size = new System.Drawing.Size(276, 529);
  512. this.物料分类.TabIndex = 176;
  513. this.物料分类.Text = "物料分类";
  514. //
  515. // ultraExpandableGroupBoxPanel1
  516. //
  517. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ulTreeMat);
  518. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  519. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(22, 3);
  520. this.ultraExpandableGroupBoxPanel1.Margin = new System.Windows.Forms.Padding(4);
  521. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  522. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(251, 523);
  523. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  524. //
  525. // ulTreeMat
  526. //
  527. this.ulTreeMat.DisplayStyle = Infragistics.Win.UltraWinTree.UltraTreeDisplayStyle.WindowsVista;
  528. this.ulTreeMat.Dock = System.Windows.Forms.DockStyle.Fill;
  529. this.ulTreeMat.Location = new System.Drawing.Point(0, 0);
  530. this.ulTreeMat.Margin = new System.Windows.Forms.Padding(4);
  531. this.ulTreeMat.Name = "ulTreeMat";
  532. appearance26.BackColor = System.Drawing.Color.SkyBlue;
  533. _override1.ActiveNodeAppearance = appearance26;
  534. _override1.BorderStyleNode = Infragistics.Win.UIElementBorderStyle.Solid;
  535. this.ulTreeMat.Override = _override1;
  536. this.ulTreeMat.Size = new System.Drawing.Size(251, 523);
  537. this.ulTreeMat.TabIndex = 1;
  538. this.ulTreeMat.AfterActivate += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ulTreeMat_AfterActivate);
  539. //
  540. // ultraPanel1
  541. //
  542. //
  543. // ultraPanel1.ClientArea
  544. //
  545. this.ultraPanel1.ClientArea.Controls.Add(this.label66);
  546. this.ultraPanel1.ClientArea.Controls.Add(this.txt_ARC_ITEM);
  547. this.ultraPanel1.ClientArea.Controls.Add(this.txt_ARC_CODE);
  548. this.ultraPanel1.ClientArea.Controls.Add(this.checkBox1);
  549. this.ultraPanel1.ClientArea.Controls.Add(this.QueryNum);
  550. this.ultraPanel1.ClientArea.Controls.Add(this.label65);
  551. this.ultraPanel1.ClientArea.Controls.Add(this.label64);
  552. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel6);
  553. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel23);
  554. this.ultraPanel1.ClientArea.Controls.Add(this.txt_wlmc);
  555. this.ultraPanel1.ClientArea.Controls.Add(this.txt_wlbm);
  556. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  557. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  558. this.ultraPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  559. this.ultraPanel1.Name = "ultraPanel1";
  560. this.ultraPanel1.Size = new System.Drawing.Size(1595, 42);
  561. this.ultraPanel1.TabIndex = 174;
  562. //
  563. // label66
  564. //
  565. this.label66.AutoSize = true;
  566. this.label66.Location = new System.Drawing.Point(1171, 14);
  567. this.label66.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  568. this.label66.Name = "label66";
  569. this.label66.Size = new System.Drawing.Size(97, 15);
  570. this.label66.TabIndex = 172;
  571. this.label66.Text = "物料分类编码";
  572. this.label66.Visible = false;
  573. //
  574. // txt_ARC_ITEM
  575. //
  576. this.txt_ARC_ITEM.Location = new System.Drawing.Point(733, 9);
  577. this.txt_ARC_ITEM.Margin = new System.Windows.Forms.Padding(4);
  578. this.txt_ARC_ITEM.Name = "txt_ARC_ITEM";
  579. this.txt_ARC_ITEM.ReadOnly = true;
  580. this.txt_ARC_ITEM.Size = new System.Drawing.Size(216, 24);
  581. this.txt_ARC_ITEM.TabIndex = 170;
  582. //
  583. // txt_ARC_CODE
  584. //
  585. this.txt_ARC_CODE.Location = new System.Drawing.Point(1277, 9);
  586. this.txt_ARC_CODE.Margin = new System.Windows.Forms.Padding(4);
  587. this.txt_ARC_CODE.Name = "txt_ARC_CODE";
  588. this.txt_ARC_CODE.ReadOnly = true;
  589. this.txt_ARC_CODE.Size = new System.Drawing.Size(20, 24);
  590. this.txt_ARC_CODE.TabIndex = 171;
  591. this.txt_ARC_CODE.Visible = false;
  592. //
  593. // checkBox1
  594. //
  595. this.checkBox1.AutoSize = true;
  596. this.checkBox1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  597. this.checkBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  598. this.checkBox1.Location = new System.Drawing.Point(632, 11);
  599. this.checkBox1.Margin = new System.Windows.Forms.Padding(4);
  600. this.checkBox1.Name = "checkBox1";
  601. this.checkBox1.Size = new System.Drawing.Size(89, 19);
  602. this.checkBox1.TabIndex = 169;
  603. this.checkBox1.Text = "物料分类";
  604. this.checkBox1.UseVisualStyleBackColor = false;
  605. //
  606. // QueryNum
  607. //
  608. this.QueryNum.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  609. valueListItem15.DataValue = "500";
  610. valueListItem15.DisplayText = "五百";
  611. valueListItem16.DataValue = "1000";
  612. valueListItem16.DisplayText = "一千";
  613. valueListItem17.DataValue = "2000";
  614. valueListItem17.DisplayText = "二千";
  615. valueListItem18.DataValue = "5000";
  616. valueListItem18.DisplayText = "五千";
  617. valueListItem19.DataValue = "";
  618. valueListItem19.DisplayText = "全部";
  619. this.QueryNum.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  620. valueListItem15,
  621. valueListItem16,
  622. valueListItem17,
  623. valueListItem18,
  624. valueListItem19});
  625. this.QueryNum.Location = new System.Drawing.Point(1029, 9);
  626. this.QueryNum.Margin = new System.Windows.Forms.Padding(4);
  627. this.QueryNum.Name = "QueryNum";
  628. this.QueryNum.Size = new System.Drawing.Size(71, 24);
  629. this.QueryNum.TabIndex = 167;
  630. //
  631. // label65
  632. //
  633. this.label65.AutoSize = true;
  634. this.label65.Location = new System.Drawing.Point(1109, 14);
  635. this.label65.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  636. this.label65.Name = "label65";
  637. this.label65.Size = new System.Drawing.Size(52, 15);
  638. this.label65.TabIndex = 166;
  639. this.label65.Text = "条记录";
  640. //
  641. // label64
  642. //
  643. this.label64.AutoSize = true;
  644. this.label64.Location = new System.Drawing.Point(953, 14);
  645. this.label64.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  646. this.label64.Name = "label64";
  647. this.label64.Size = new System.Drawing.Size(67, 15);
  648. this.label64.TabIndex = 165;
  649. this.label64.Text = "每页显示";
  650. //
  651. // ultraLabel6
  652. //
  653. this.ultraLabel6.AutoSize = true;
  654. this.ultraLabel6.Location = new System.Drawing.Point(289, 11);
  655. this.ultraLabel6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  656. this.ultraLabel6.Name = "ultraLabel6";
  657. this.ultraLabel6.Size = new System.Drawing.Size(67, 19);
  658. this.ultraLabel6.TabIndex = 12;
  659. this.ultraLabel6.Text = "物料名称";
  660. //
  661. // ultraLabel23
  662. //
  663. this.ultraLabel23.AutoSize = true;
  664. this.ultraLabel23.Location = new System.Drawing.Point(9, 11);
  665. this.ultraLabel23.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  666. this.ultraLabel23.Name = "ultraLabel23";
  667. this.ultraLabel23.Size = new System.Drawing.Size(67, 19);
  668. this.ultraLabel23.TabIndex = 11;
  669. this.ultraLabel23.Text = "物料编码";
  670. //
  671. // txt_wlmc
  672. //
  673. this.txt_wlmc.Location = new System.Drawing.Point(367, 9);
  674. this.txt_wlmc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  675. this.txt_wlmc.Name = "txt_wlmc";
  676. this.txt_wlmc.Size = new System.Drawing.Size(256, 24);
  677. this.txt_wlmc.TabIndex = 8;
  678. //
  679. // txt_wlbm
  680. //
  681. this.txt_wlbm.Location = new System.Drawing.Point(87, 9);
  682. this.txt_wlbm.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  683. this.txt_wlbm.Name = "txt_wlbm";
  684. this.txt_wlbm.Size = new System.Drawing.Size(191, 24);
  685. this.txt_wlbm.TabIndex = 7;
  686. //
  687. // ultraTabPageControl2
  688. //
  689. this.ultraTabPageControl2.Controls.Add(this.GridRecord);
  690. this.ultraTabPageControl2.Controls.Add(this.panel3);
  691. this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
  692. this.ultraTabPageControl2.Margin = new System.Windows.Forms.Padding(4);
  693. this.ultraTabPageControl2.Name = "ultraTabPageControl2";
  694. this.ultraTabPageControl2.Size = new System.Drawing.Size(1595, 573);
  695. //
  696. // GridRecord
  697. //
  698. this.GridRecord.DataMember = "Table1";
  699. this.GridRecord.DataSource = this.recordSet;
  700. appearance1.BackColor = System.Drawing.SystemColors.Window;
  701. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  702. this.GridRecord.DisplayLayout.Appearance = appearance1;
  703. ultraGridColumn9.Header.VisiblePosition = 0;
  704. ultraGridColumn10.Header.VisiblePosition = 1;
  705. ultraGridColumn11.Header.VisiblePosition = 2;
  706. ultraGridColumn12.Header.VisiblePosition = 3;
  707. ultraGridColumn13.Header.VisiblePosition = 4;
  708. ultraGridColumn14.Header.VisiblePosition = 5;
  709. ultraGridColumn15.Header.VisiblePosition = 6;
  710. ultraGridBand2.Columns.AddRange(new object[] {
  711. ultraGridColumn9,
  712. ultraGridColumn10,
  713. ultraGridColumn11,
  714. ultraGridColumn12,
  715. ultraGridColumn13,
  716. ultraGridColumn14,
  717. ultraGridColumn15});
  718. this.GridRecord.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  719. this.GridRecord.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  720. this.GridRecord.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  721. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  722. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  723. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  724. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  725. this.GridRecord.DisplayLayout.GroupByBox.Appearance = appearance2;
  726. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  727. this.GridRecord.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
  728. this.GridRecord.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  729. this.GridRecord.DisplayLayout.GroupByBox.Hidden = true;
  730. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  731. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  732. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  733. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  734. this.GridRecord.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  735. this.GridRecord.DisplayLayout.MaxColScrollRegions = 1;
  736. this.GridRecord.DisplayLayout.MaxRowScrollRegions = 1;
  737. appearance7.BackColor = System.Drawing.SystemColors.Window;
  738. appearance7.ForeColor = System.Drawing.SystemColors.ControlText;
  739. this.GridRecord.DisplayLayout.Override.ActiveCellAppearance = appearance7;
  740. appearance11.BackColor = System.Drawing.SystemColors.Highlight;
  741. appearance11.ForeColor = System.Drawing.SystemColors.HighlightText;
  742. this.GridRecord.DisplayLayout.Override.ActiveRowAppearance = appearance11;
  743. this.GridRecord.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  744. this.GridRecord.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  745. appearance13.BackColor = System.Drawing.SystemColors.Window;
  746. this.GridRecord.DisplayLayout.Override.CardAreaAppearance = appearance13;
  747. appearance8.BorderColor = System.Drawing.Color.Silver;
  748. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  749. this.GridRecord.DisplayLayout.Override.CellAppearance = appearance8;
  750. this.GridRecord.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  751. this.GridRecord.DisplayLayout.Override.CellPadding = 0;
  752. appearance6.BackColor = System.Drawing.SystemColors.Control;
  753. appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
  754. appearance6.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  755. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  756. appearance6.BorderColor = System.Drawing.SystemColors.Window;
  757. this.GridRecord.DisplayLayout.Override.GroupByRowAppearance = appearance6;
  758. appearance5.TextHAlignAsString = "Left";
  759. this.GridRecord.DisplayLayout.Override.HeaderAppearance = appearance5;
  760. this.GridRecord.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  761. this.GridRecord.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  762. appearance12.BackColor = System.Drawing.SystemColors.Window;
  763. appearance12.BorderColor = System.Drawing.Color.Silver;
  764. this.GridRecord.DisplayLayout.Override.RowAppearance = appearance12;
  765. this.GridRecord.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  766. appearance9.BackColor = System.Drawing.SystemColors.ControlLight;
  767. this.GridRecord.DisplayLayout.Override.TemplateAddRowAppearance = appearance9;
  768. this.GridRecord.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  769. this.GridRecord.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  770. this.GridRecord.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  771. this.GridRecord.Dock = System.Windows.Forms.DockStyle.Fill;
  772. this.GridRecord.Location = new System.Drawing.Point(0, 36);
  773. this.GridRecord.Margin = new System.Windows.Forms.Padding(4);
  774. this.GridRecord.Name = "GridRecord";
  775. this.GridRecord.Size = new System.Drawing.Size(1595, 537);
  776. this.GridRecord.TabIndex = 1;
  777. this.GridRecord.Text = "ultraGrid1";
  778. //
  779. // panel3
  780. //
  781. this.panel3.Controls.Add(this.QitemCode_record);
  782. this.panel3.Controls.Add(this.label4);
  783. this.panel3.Controls.Add(this.QitemName_record);
  784. this.panel3.Controls.Add(this.label3);
  785. this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
  786. this.panel3.Location = new System.Drawing.Point(0, 0);
  787. this.panel3.Margin = new System.Windows.Forms.Padding(4);
  788. this.panel3.Name = "panel3";
  789. this.panel3.Size = new System.Drawing.Size(1595, 36);
  790. this.panel3.TabIndex = 0;
  791. //
  792. // QitemCode_record
  793. //
  794. this.QitemCode_record.Location = new System.Drawing.Point(304, 4);
  795. this.QitemCode_record.Margin = new System.Windows.Forms.Padding(4);
  796. this.QitemCode_record.Name = "QitemCode_record";
  797. this.QitemCode_record.Size = new System.Drawing.Size(133, 24);
  798. this.QitemCode_record.TabIndex = 3;
  799. //
  800. // label4
  801. //
  802. this.label4.AutoSize = true;
  803. this.label4.Location = new System.Drawing.Point(228, 9);
  804. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  805. this.label4.Name = "label4";
  806. this.label4.Size = new System.Drawing.Size(67, 15);
  807. this.label4.TabIndex = 2;
  808. this.label4.Text = "物料编码";
  809. //
  810. // QitemName_record
  811. //
  812. this.QitemName_record.Location = new System.Drawing.Point(91, 4);
  813. this.QitemName_record.Margin = new System.Windows.Forms.Padding(4);
  814. this.QitemName_record.Name = "QitemName_record";
  815. this.QitemName_record.Size = new System.Drawing.Size(133, 24);
  816. this.QitemName_record.TabIndex = 1;
  817. //
  818. // label3
  819. //
  820. this.label3.AutoSize = true;
  821. this.label3.Location = new System.Drawing.Point(15, 9);
  822. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  823. this.label3.Name = "label3";
  824. this.label3.Size = new System.Drawing.Size(67, 15);
  825. this.label3.TabIndex = 0;
  826. this.label3.Text = "物料名称";
  827. //
  828. // frmPop_updPrice
  829. //
  830. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  831. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  832. this.ClientSize = new System.Drawing.Size(1599, 602);
  833. this.Controls.Add(this.ultraTabControl1);
  834. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  835. this.Name = "frmPop_updPrice";
  836. this.Text = "物料计划价维护";
  837. this.Load += new System.EventHandler(this.frmPop_updPrice_Load);
  838. this.Shown += new System.EventHandler(this.frmPop_updPrice_Shown);
  839. ((System.ComponentModel.ISupportInitialize)(this.matSet)).EndInit();
  840. ((System.ComponentModel.ISupportInitialize)(this.DTmat)).EndInit();
  841. ((System.ComponentModel.ISupportInitialize)(this.recordSet)).EndInit();
  842. ((System.ComponentModel.ISupportInitialize)(this.DTrecord)).EndInit();
  843. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
  844. this.ultraTabControl1.ResumeLayout(false);
  845. this.ultraTabPageControl1.ResumeLayout(false);
  846. this.panel1.ResumeLayout(false);
  847. this.ultraPanel3.ClientArea.ResumeLayout(false);
  848. this.ultraPanel3.ResumeLayout(false);
  849. ((System.ComponentModel.ISupportInitialize)(this.GridMat)).EndInit();
  850. this.panel2.ResumeLayout(false);
  851. this.panel2.PerformLayout();
  852. ((System.ComponentModel.ISupportInitialize)(this.QtimeE)).EndInit();
  853. ((System.ComponentModel.ISupportInitialize)(this.QtimeB)).EndInit();
  854. ((System.ComponentModel.ISupportInitialize)(this.物料分类)).EndInit();
  855. this.物料分类.ResumeLayout(false);
  856. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  857. ((System.ComponentModel.ISupportInitialize)(this.ulTreeMat)).EndInit();
  858. this.ultraPanel1.ClientArea.ResumeLayout(false);
  859. this.ultraPanel1.ClientArea.PerformLayout();
  860. this.ultraPanel1.ResumeLayout(false);
  861. ((System.ComponentModel.ISupportInitialize)(this.txt_ARC_ITEM)).EndInit();
  862. ((System.ComponentModel.ISupportInitialize)(this.txt_ARC_CODE)).EndInit();
  863. ((System.ComponentModel.ISupportInitialize)(this.QueryNum)).EndInit();
  864. ((System.ComponentModel.ISupportInitialize)(this.txt_wlmc)).EndInit();
  865. ((System.ComponentModel.ISupportInitialize)(this.txt_wlbm)).EndInit();
  866. this.ultraTabPageControl2.ResumeLayout(false);
  867. ((System.ComponentModel.ISupportInitialize)(this.GridRecord)).EndInit();
  868. this.panel3.ResumeLayout(false);
  869. this.panel3.PerformLayout();
  870. ((System.ComponentModel.ISupportInitialize)(this.QitemCode_record)).EndInit();
  871. ((System.ComponentModel.ISupportInitialize)(this.QitemName_record)).EndInit();
  872. this.ResumeLayout(false);
  873. }
  874. #endregion
  875. private Infragistics.Win.Misc.UltraPanel ultraPanel3;
  876. private Infragistics.Win.UltraWinGrid.UltraGrid GridMat;
  877. private System.Data.DataSet matSet;
  878. private System.Data.DataTable DTmat;
  879. private System.Data.DataColumn dataColumn19;
  880. private System.Data.DataColumn dataColumn24;
  881. private System.Data.DataColumn dataColumn41;
  882. private Infragistics.Win.UltraWinTree.UltraTree ulTreeMat;
  883. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  884. private System.Windows.Forms.Label label66;
  885. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_ARC_ITEM;
  886. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_ARC_CODE;
  887. private System.Windows.Forms.CheckBox checkBox1;
  888. private Infragistics.Win.UltraWinEditors.UltraComboEditor QueryNum;
  889. private System.Windows.Forms.Label label65;
  890. private System.Windows.Forms.Label label64;
  891. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  892. private Infragistics.Win.Misc.UltraLabel ultraLabel23;
  893. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_wlmc;
  894. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_wlbm;
  895. private System.Data.DataColumn dataColumn21;
  896. private System.Data.DataColumn dataColumn22;
  897. private System.Data.DataColumn dataColumn27;
  898. private System.Data.DataColumn dataColumn39;
  899. private System.Windows.Forms.Panel panel2;
  900. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  901. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor QtimeE;
  902. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor QtimeB;
  903. private System.Windows.Forms.Panel panel1;
  904. private Infragistics.Win.Misc.UltraExpandableGroupBox 物料分类;
  905. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  906. private System.Windows.Forms.Label label2;
  907. private System.Windows.Forms.Label label1;
  908. private System.Data.DataColumn dataColumn20;
  909. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
  910. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
  911. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
  912. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
  913. private System.Windows.Forms.Panel panel3;
  914. private Infragistics.Win.UltraWinEditors.UltraTextEditor QitemCode_record;
  915. private System.Windows.Forms.Label label4;
  916. private Infragistics.Win.UltraWinEditors.UltraTextEditor QitemName_record;
  917. private System.Windows.Forms.Label label3;
  918. private Infragistics.Win.UltraWinGrid.UltraGrid GridRecord;
  919. private System.Data.DataSet recordSet;
  920. private System.Data.DataTable DTrecord;
  921. private System.Data.DataColumn dataColumn1;
  922. private System.Data.DataColumn dataColumn2;
  923. private System.Data.DataColumn dataColumn3;
  924. private System.Data.DataColumn dataColumn4;
  925. private System.Data.DataColumn dataColumn5;
  926. private System.Data.DataColumn dataColumn6;
  927. private System.Data.DataColumn dataColumn7;
  928. }
  929. }