华恒Mes鼎捷代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

687 lines
37 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSSOPriceSheet
  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. DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSSOPriceSheet));
  30. this.gridViewDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  31. this.colisSelects = new DevExpress.XtraGrid.Columns.GridColumn();
  32. this.colInvcodes = new DevExpress.XtraGrid.Columns.GridColumn();
  33. this.colInvnames = new DevExpress.XtraGrid.Columns.GridColumn();
  34. this.colInvstds = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.colItem = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.colSingleMoney = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.colMemo = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  39. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  40. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.colCode = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.colSOCode = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.colCusName = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colSTName = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.coldefine24 = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colInvCode = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colInvname = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colInvstd = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.colTotalMoney = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colDate = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.colMuserName = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.colMtime = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.colUnitMoney = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.colSumMoney = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.colSumInum = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.repSerialButtonEdit = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  57. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  58. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  59. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  60. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  61. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  62. this.btnDele = new DevExpress.XtraEditors.SimpleButton();
  63. this.btnModify = new DevExpress.XtraEditors.SimpleButton();
  64. this.btnCreate = new DevExpress.XtraEditors.SimpleButton();
  65. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  66. this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
  67. this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
  68. this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
  69. this.MOTitle = new DevExpress.XtraEditors.LabelControl();
  70. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  71. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  72. ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.repSerialButtonEdit)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  77. this.panelControl3.SuspendLayout();
  78. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  79. this.groupControl1.SuspendLayout();
  80. this.SuspendLayout();
  81. //
  82. // gridViewDetail
  83. //
  84. this.gridViewDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  85. this.colisSelects,
  86. this.colInvcodes,
  87. this.colInvnames,
  88. this.colInvstds,
  89. this.colItem,
  90. this.colSingleMoney,
  91. this.colMemo});
  92. this.gridViewDetail.GridControl = this.grdDetail;
  93. this.gridViewDetail.Name = "gridViewDetail";
  94. this.gridViewDetail.OptionsBehavior.ReadOnly = true;
  95. this.gridViewDetail.OptionsView.ShowGroupPanel = false;
  96. //
  97. // colisSelects
  98. //
  99. this.colisSelects.Caption = "选择";
  100. this.colisSelects.FieldName = "isSelects";
  101. this.colisSelects.Name = "colisSelects";
  102. //
  103. // colInvcodes
  104. //
  105. this.colInvcodes.Caption = "存货编码";
  106. this.colInvcodes.FieldName = "Invcodes";
  107. this.colInvcodes.Name = "colInvcodes";
  108. this.colInvcodes.Visible = true;
  109. this.colInvcodes.VisibleIndex = 0;
  110. //
  111. // colInvnames
  112. //
  113. this.colInvnames.Caption = "存货名称";
  114. this.colInvnames.FieldName = "Invnames";
  115. this.colInvnames.Name = "colInvnames";
  116. this.colInvnames.Visible = true;
  117. this.colInvnames.VisibleIndex = 1;
  118. //
  119. // colInvstds
  120. //
  121. this.colInvstds.Caption = "图号";
  122. this.colInvstds.FieldName = "Invstds";
  123. this.colInvstds.Name = "colInvstds";
  124. this.colInvstds.Visible = true;
  125. this.colInvstds.VisibleIndex = 2;
  126. //
  127. // colItem
  128. //
  129. this.colItem.Caption = "报价项目";
  130. this.colItem.FieldName = "Item";
  131. this.colItem.Name = "colItem";
  132. this.colItem.Visible = true;
  133. this.colItem.VisibleIndex = 3;
  134. //
  135. // colSingleMoney
  136. //
  137. this.colSingleMoney.Caption = "含税单价";
  138. this.colSingleMoney.FieldName = "SingleMoney";
  139. this.colSingleMoney.Name = "colSingleMoney";
  140. this.colSingleMoney.Visible = true;
  141. this.colSingleMoney.VisibleIndex = 4;
  142. //
  143. // colMemo
  144. //
  145. this.colMemo.Caption = "备注";
  146. this.colMemo.FieldName = "Memo";
  147. this.colMemo.Name = "colMemo";
  148. this.colMemo.Visible = true;
  149. this.colMemo.VisibleIndex = 5;
  150. //
  151. // grdDetail
  152. //
  153. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  154. this.grdDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  155. gridLevelNode1.LevelTemplate = this.gridViewDetail;
  156. gridLevelNode1.RelationName = "详情";
  157. this.grdDetail.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
  158. gridLevelNode1});
  159. this.grdDetail.Location = new System.Drawing.Point(2, 26);
  160. this.grdDetail.MainView = this.grvDetail;
  161. this.grdDetail.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  162. this.grdDetail.Name = "grdDetail";
  163. this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  164. this.repSerialButtonEdit});
  165. this.grdDetail.Size = new System.Drawing.Size(1295, 464);
  166. this.grdDetail.TabIndex = 0;
  167. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  168. this.grvDetail,
  169. this.gridViewDetail});
  170. //
  171. // grvDetail
  172. //
  173. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  174. this.colisSelect,
  175. this.colCode,
  176. this.colSOCode,
  177. this.colCusName,
  178. this.colSTName,
  179. this.coldefine24,
  180. this.colInvCode,
  181. this.colInvname,
  182. this.colInvstd,
  183. this.colTotalMoney,
  184. this.colDate,
  185. this.colMuserName,
  186. this.colMtime,
  187. this.colUnitMoney,
  188. this.colSumMoney,
  189. this.colSumInum});
  190. this.grvDetail.GridControl = this.grdDetail;
  191. this.grvDetail.IndicatorWidth = 60;
  192. this.grvDetail.Name = "grvDetail";
  193. this.grvDetail.OptionsBehavior.ReadOnly = true;
  194. this.grvDetail.OptionsSelection.MultiSelect = true;
  195. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  196. this.grvDetail.OptionsView.ShowFooter = true;
  197. this.grvDetail.OptionsView.ShowGroupPanel = false;
  198. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  199. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  200. //
  201. // colisSelect
  202. //
  203. this.colisSelect.Caption = "选择";
  204. this.colisSelect.FieldName = "isSelect";
  205. this.colisSelect.Name = "colisSelect";
  206. this.colisSelect.OptionsColumn.AllowEdit = false;
  207. this.colisSelect.Visible = true;
  208. this.colisSelect.VisibleIndex = 0;
  209. //
  210. // colCode
  211. //
  212. this.colCode.Caption = "单据号";
  213. this.colCode.FieldName = "Code";
  214. this.colCode.Name = "colCode";
  215. this.colCode.Visible = true;
  216. this.colCode.VisibleIndex = 1;
  217. //
  218. // colSOCode
  219. //
  220. this.colSOCode.Caption = "销售订单号";
  221. this.colSOCode.FieldName = "SOCode";
  222. this.colSOCode.Name = "colSOCode";
  223. this.colSOCode.Visible = true;
  224. this.colSOCode.VisibleIndex = 2;
  225. //
  226. // colCusName
  227. //
  228. this.colCusName.Caption = "客户名称";
  229. this.colCusName.FieldName = "CusName";
  230. this.colCusName.Name = "colCusName";
  231. this.colCusName.Visible = true;
  232. this.colCusName.VisibleIndex = 3;
  233. //
  234. // colSTName
  235. //
  236. this.colSTName.Caption = "销售类型";
  237. this.colSTName.FieldName = "STName";
  238. this.colSTName.Name = "colSTName";
  239. this.colSTName.Visible = true;
  240. this.colSTName.VisibleIndex = 4;
  241. //
  242. // coldefine24
  243. //
  244. this.coldefine24.Caption = "加工要求";
  245. this.coldefine24.FieldName = "define24";
  246. this.coldefine24.Name = "coldefine24";
  247. this.coldefine24.Visible = true;
  248. this.coldefine24.VisibleIndex = 5;
  249. //
  250. // colInvCode
  251. //
  252. this.colInvCode.Caption = "存货编码";
  253. this.colInvCode.FieldName = "InvCode";
  254. this.colInvCode.Name = "colInvCode";
  255. this.colInvCode.Visible = true;
  256. this.colInvCode.VisibleIndex = 6;
  257. //
  258. // colInvname
  259. //
  260. this.colInvname.Caption = "存货名称";
  261. this.colInvname.FieldName = "Invname";
  262. this.colInvname.Name = "colInvname";
  263. this.colInvname.Visible = true;
  264. this.colInvname.VisibleIndex = 7;
  265. //
  266. // colInvstd
  267. //
  268. this.colInvstd.Caption = "图号";
  269. this.colInvstd.FieldName = "Invstd";
  270. this.colInvstd.Name = "colInvstd";
  271. this.colInvstd.Visible = true;
  272. this.colInvstd.VisibleIndex = 8;
  273. //
  274. // colTotalMoney
  275. //
  276. this.colTotalMoney.Caption = "报价合计";
  277. this.colTotalMoney.FieldName = "TotalMoney";
  278. this.colTotalMoney.Name = "colTotalMoney";
  279. this.colTotalMoney.Visible = true;
  280. this.colTotalMoney.VisibleIndex = 9;
  281. //
  282. // colDate
  283. //
  284. this.colDate.Caption = "销售订单日期";
  285. this.colDate.FieldName = "Date";
  286. this.colDate.Name = "colDate";
  287. this.colDate.Visible = true;
  288. this.colDate.VisibleIndex = 13;
  289. this.colDate.Width = 81;
  290. //
  291. // colMuserName
  292. //
  293. this.colMuserName.Caption = "制单人";
  294. this.colMuserName.FieldName = "MuserName";
  295. this.colMuserName.Name = "colMuserName";
  296. this.colMuserName.Visible = true;
  297. this.colMuserName.VisibleIndex = 14;
  298. //
  299. // colMtime
  300. //
  301. this.colMtime.Caption = "制单时间";
  302. this.colMtime.FieldName = "Mtime";
  303. this.colMtime.Name = "colMtime";
  304. this.colMtime.Visible = true;
  305. this.colMtime.VisibleIndex = 15;
  306. //
  307. // colUnitMoney
  308. //
  309. this.colUnitMoney.Caption = "含税单价";
  310. this.colUnitMoney.FieldName = "UnitMoney";
  311. this.colUnitMoney.Name = "colUnitMoney";
  312. this.colUnitMoney.Visible = true;
  313. this.colUnitMoney.VisibleIndex = 10;
  314. //
  315. // colSumMoney
  316. //
  317. this.colSumMoney.Caption = "总金额";
  318. this.colSumMoney.FieldName = "SumMoney";
  319. this.colSumMoney.Name = "colSumMoney";
  320. this.colSumMoney.Visible = true;
  321. this.colSumMoney.VisibleIndex = 11;
  322. //
  323. // colSumInum
  324. //
  325. this.colSumInum.Caption = "总件数";
  326. this.colSumInum.FieldName = "SumInum";
  327. this.colSumInum.Name = "colSumInum";
  328. this.colSumInum.Visible = true;
  329. this.colSumInum.VisibleIndex = 12;
  330. //
  331. // repSerialButtonEdit
  332. //
  333. this.repSerialButtonEdit.AutoHeight = false;
  334. this.repSerialButtonEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  335. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus)});
  336. this.repSerialButtonEdit.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  337. this.repSerialButtonEdit.Name = "repSerialButtonEdit";
  338. this.repSerialButtonEdit.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  339. this.repSerialButtonEdit.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repSerialButtonEdit_ButtonClick);
  340. //
  341. // btnOutPut
  342. //
  343. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  344. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  345. this.btnOutPut.Appearance.Options.UseFont = true;
  346. this.btnOutPut.Appearance.Options.UseForeColor = true;
  347. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  348. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  349. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  350. this.btnOutPut.Location = new System.Drawing.Point(745, 0);
  351. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  352. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  353. this.btnOutPut.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  354. this.btnOutPut.Name = "btnOutPut";
  355. this.btnOutPut.Size = new System.Drawing.Size(67, 39);
  356. this.btnOutPut.TabIndex = 2;
  357. this.btnOutPut.Text = "导出";
  358. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  359. //
  360. // btnConfig
  361. //
  362. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  363. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  364. this.btnConfig.Appearance.Options.UseFont = true;
  365. this.btnConfig.Appearance.Options.UseForeColor = true;
  366. this.btnConfig.Appearance.Options.UseTextOptions = true;
  367. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  368. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  369. this.btnConfig.Location = new System.Drawing.Point(230, 0);
  370. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  371. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  372. this.btnConfig.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  373. this.btnConfig.Name = "btnConfig";
  374. this.btnConfig.Size = new System.Drawing.Size(103, 39);
  375. this.btnConfig.TabIndex = 4;
  376. this.btnConfig.Text = "数据源设置";
  377. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  378. //
  379. // btnExit
  380. //
  381. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  382. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  383. this.btnExit.Appearance.Options.UseFont = true;
  384. this.btnExit.Appearance.Options.UseForeColor = true;
  385. this.btnExit.Appearance.Options.UseTextOptions = true;
  386. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  387. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  388. this.btnExit.Location = new System.Drawing.Point(878, 0);
  389. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  390. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  391. this.btnExit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  392. this.btnExit.Name = "btnExit";
  393. this.btnExit.Size = new System.Drawing.Size(63, 39);
  394. this.btnExit.TabIndex = 10;
  395. this.btnExit.Text = "退出";
  396. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  397. //
  398. // btnFilter
  399. //
  400. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  401. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  402. this.btnFilter.Appearance.Options.UseFont = true;
  403. this.btnFilter.Appearance.Options.UseForeColor = true;
  404. this.btnFilter.Appearance.Options.UseTextOptions = true;
  405. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  406. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  407. this.btnFilter.Location = new System.Drawing.Point(165, 0);
  408. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  409. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  410. this.btnFilter.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  411. this.btnFilter.Name = "btnFilter";
  412. this.btnFilter.Size = new System.Drawing.Size(65, 39);
  413. this.btnFilter.TabIndex = 11;
  414. this.btnFilter.Text = "过滤";
  415. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  416. //
  417. // panelControl3
  418. //
  419. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  420. this.panelControl3.Appearance.Options.UseBackColor = true;
  421. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  422. this.panelControl3.Controls.Add(this.btnDele);
  423. this.panelControl3.Controls.Add(this.btnModify);
  424. this.panelControl3.Controls.Add(this.btnCreate);
  425. this.panelControl3.Controls.Add(this.btnExit);
  426. this.panelControl3.Controls.Add(this.btnClose);
  427. this.panelControl3.Controls.Add(this.btnCancelAll);
  428. this.panelControl3.Controls.Add(this.btnSelectAll);
  429. this.panelControl3.Controls.Add(this.btnRefresh);
  430. this.panelControl3.Controls.Add(this.btnFilter);
  431. this.panelControl3.Controls.Add(this.btnConfig);
  432. this.panelControl3.Controls.Add(this.btnOutPut);
  433. this.panelControl3.Controls.Add(this.MOTitle);
  434. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  435. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  436. this.panelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  437. this.panelControl3.Name = "panelControl3";
  438. this.panelControl3.Size = new System.Drawing.Size(1299, 39);
  439. this.panelControl3.TabIndex = 13;
  440. //
  441. // btnDele
  442. //
  443. this.btnDele.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  444. this.btnDele.Appearance.ForeColor = System.Drawing.Color.White;
  445. this.btnDele.Appearance.Options.UseFont = true;
  446. this.btnDele.Appearance.Options.UseForeColor = true;
  447. this.btnDele.Appearance.Options.UseTextOptions = true;
  448. this.btnDele.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  449. this.btnDele.Image = ((System.Drawing.Image)(resources.GetObject("btnDele.Image")));
  450. this.btnDele.Location = new System.Drawing.Point(681, 0);
  451. this.btnDele.LookAndFeel.SkinName = "BlueButtonSkin";
  452. this.btnDele.LookAndFeel.UseDefaultLookAndFeel = false;
  453. this.btnDele.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  454. this.btnDele.Name = "btnDele";
  455. this.btnDele.Size = new System.Drawing.Size(66, 39);
  456. this.btnDele.TabIndex = 37;
  457. this.btnDele.Text = "删除";
  458. this.btnDele.Click += new System.EventHandler(this.btnDele_Click);
  459. //
  460. // btnModify
  461. //
  462. this.btnModify.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  463. this.btnModify.Appearance.ForeColor = System.Drawing.Color.White;
  464. this.btnModify.Appearance.Options.UseFont = true;
  465. this.btnModify.Appearance.Options.UseForeColor = true;
  466. this.btnModify.Appearance.Options.UseTextOptions = true;
  467. this.btnModify.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  468. this.btnModify.Image = ((System.Drawing.Image)(resources.GetObject("btnModify.Image")));
  469. this.btnModify.Location = new System.Drawing.Point(569, 0);
  470. this.btnModify.LookAndFeel.SkinName = "BlueButtonSkin";
  471. this.btnModify.LookAndFeel.UseDefaultLookAndFeel = false;
  472. this.btnModify.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  473. this.btnModify.Name = "btnModify";
  474. this.btnModify.Size = new System.Drawing.Size(115, 39);
  475. this.btnModify.TabIndex = 36;
  476. this.btnModify.Text = "维护";
  477. this.btnModify.Click += new System.EventHandler(this.btnModify_Click);
  478. //
  479. // btnCreate
  480. //
  481. this.btnCreate.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  482. this.btnCreate.Appearance.ForeColor = System.Drawing.Color.White;
  483. this.btnCreate.Appearance.Options.UseFont = true;
  484. this.btnCreate.Appearance.Options.UseForeColor = true;
  485. this.btnCreate.Appearance.Options.UseTextOptions = true;
  486. this.btnCreate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  487. this.btnCreate.Image = ((System.Drawing.Image)(resources.GetObject("btnCreate.Image")));
  488. this.btnCreate.Location = new System.Drawing.Point(463, 0);
  489. this.btnCreate.LookAndFeel.SkinName = "BlueButtonSkin";
  490. this.btnCreate.LookAndFeel.UseDefaultLookAndFeel = false;
  491. this.btnCreate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  492. this.btnCreate.Name = "btnCreate";
  493. this.btnCreate.Size = new System.Drawing.Size(108, 39);
  494. this.btnCreate.TabIndex = 35;
  495. this.btnCreate.Text = "新增";
  496. this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
  497. //
  498. // btnClose
  499. //
  500. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  501. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  502. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  503. this.btnClose.Appearance.Options.UseFont = true;
  504. this.btnClose.Appearance.Options.UseForeColor = true;
  505. this.btnClose.Appearance.Options.UseTextOptions = true;
  506. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  507. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  508. this.btnClose.Location = new System.Drawing.Point(1270, 0);
  509. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  510. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  511. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  512. this.btnClose.Name = "btnClose";
  513. this.btnClose.Size = new System.Drawing.Size(30, 37);
  514. this.btnClose.TabIndex = 25;
  515. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  516. //
  517. // btnCancelAll
  518. //
  519. this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  520. this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White;
  521. this.btnCancelAll.Appearance.Options.UseFont = true;
  522. this.btnCancelAll.Appearance.Options.UseForeColor = true;
  523. this.btnCancelAll.Appearance.Options.UseTextOptions = true;
  524. this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  525. this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image")));
  526. this.btnCancelAll.Location = new System.Drawing.Point(398, 0);
  527. this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
  528. this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
  529. this.btnCancelAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  530. this.btnCancelAll.Name = "btnCancelAll";
  531. this.btnCancelAll.Size = new System.Drawing.Size(65, 39);
  532. this.btnCancelAll.TabIndex = 22;
  533. this.btnCancelAll.Text = "全消";
  534. this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click);
  535. //
  536. // btnSelectAll
  537. //
  538. this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  539. this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White;
  540. this.btnSelectAll.Appearance.Options.UseFont = true;
  541. this.btnSelectAll.Appearance.Options.UseForeColor = true;
  542. this.btnSelectAll.Appearance.Options.UseTextOptions = true;
  543. this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  544. this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image")));
  545. this.btnSelectAll.Location = new System.Drawing.Point(333, 0);
  546. this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
  547. this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
  548. this.btnSelectAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  549. this.btnSelectAll.Name = "btnSelectAll";
  550. this.btnSelectAll.Size = new System.Drawing.Size(65, 39);
  551. this.btnSelectAll.TabIndex = 20;
  552. this.btnSelectAll.Text = "全选";
  553. this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
  554. //
  555. // btnRefresh
  556. //
  557. this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  558. this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White;
  559. this.btnRefresh.Appearance.Options.UseFont = true;
  560. this.btnRefresh.Appearance.Options.UseForeColor = true;
  561. this.btnRefresh.Appearance.Options.UseTextOptions = true;
  562. this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  563. this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
  564. this.btnRefresh.Location = new System.Drawing.Point(812, 0);
  565. this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin";
  566. this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false;
  567. this.btnRefresh.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  568. this.btnRefresh.Name = "btnRefresh";
  569. this.btnRefresh.Size = new System.Drawing.Size(66, 39);
  570. this.btnRefresh.TabIndex = 17;
  571. this.btnRefresh.Text = "刷新";
  572. this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
  573. //
  574. // MOTitle
  575. //
  576. this.MOTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  577. this.MOTitle.Appearance.ForeColor = System.Drawing.Color.White;
  578. this.MOTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  579. this.MOTitle.Location = new System.Drawing.Point(3, 5);
  580. this.MOTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  581. this.MOTitle.Name = "MOTitle";
  582. this.MOTitle.Size = new System.Drawing.Size(154, 30);
  583. this.MOTitle.TabIndex = 19;
  584. this.MOTitle.Text = "销售订单报价明细";
  585. //
  586. // rptPage
  587. //
  588. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  589. this.rptPage.Appearance.Options.UseBackColor = true;
  590. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  591. this.rptPage.isInit = false;
  592. this.rptPage.Location = new System.Drawing.Point(0, 531);
  593. this.rptPage.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
  594. this.rptPage.Name = "rptPage";
  595. this.rptPage.PageIndex = 1;
  596. this.rptPage.PageSize = 10000;
  597. this.rptPage.RecordNum = 0;
  598. this.rptPage.Size = new System.Drawing.Size(1299, 33);
  599. this.rptPage.TabIndex = 15;
  600. this.rptPage.Visible = false;
  601. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  602. //
  603. // groupControl1
  604. //
  605. this.groupControl1.Controls.Add(this.grdDetail);
  606. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  607. this.groupControl1.Location = new System.Drawing.Point(0, 39);
  608. this.groupControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  609. this.groupControl1.Name = "groupControl1";
  610. this.groupControl1.Size = new System.Drawing.Size(1299, 492);
  611. this.groupControl1.TabIndex = 14;
  612. this.groupControl1.Text = "详细信息";
  613. //
  614. // FormICSSOPriceSheet
  615. //
  616. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  617. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  618. this.ClientSize = new System.Drawing.Size(1299, 564);
  619. this.Controls.Add(this.groupControl1);
  620. this.Controls.Add(this.rptPage);
  621. this.Controls.Add(this.panelControl3);
  622. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  623. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  624. this.Name = "FormICSSOPriceSheet";
  625. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  626. this.Text = "FormICSPicking";
  627. this.Load += new System.EventHandler(this.FormICSMO_Load);
  628. ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).EndInit();
  629. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  630. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  631. ((System.ComponentModel.ISupportInitialize)(this.repSerialButtonEdit)).EndInit();
  632. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  633. this.panelControl3.ResumeLayout(false);
  634. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  635. this.groupControl1.ResumeLayout(false);
  636. this.ResumeLayout(false);
  637. }
  638. #endregion
  639. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  640. private DevExpress.XtraEditors.SimpleButton btnConfig;
  641. private DevExpress.XtraEditors.SimpleButton btnExit;
  642. private DevExpress.XtraEditors.SimpleButton btnFilter;
  643. private DevExpress.XtraEditors.PanelControl panelControl3;
  644. private DevExpress.XtraEditors.SimpleButton btnRefresh;
  645. private DevExpress.XtraEditors.LabelControl MOTitle;
  646. private DevExpress.XtraEditors.SimpleButton btnCancelAll;
  647. private DevExpress.XtraEditors.SimpleButton btnSelectAll;
  648. private Base.UserControl.FormControl.PageNavTool rptPage;
  649. private DevExpress.XtraEditors.GroupControl groupControl1;
  650. private DevExpress.XtraGrid.GridControl grdDetail;
  651. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  652. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  653. private DevExpress.XtraEditors.SimpleButton btnClose;
  654. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repSerialButtonEdit;
  655. private DevExpress.XtraGrid.Views.Grid.GridView gridViewDetail;
  656. private DevExpress.XtraEditors.SimpleButton btnModify;
  657. private DevExpress.XtraEditors.SimpleButton btnCreate;
  658. private DevExpress.XtraEditors.SimpleButton btnDele;
  659. private DevExpress.XtraGrid.Columns.GridColumn colisSelects;
  660. private DevExpress.XtraGrid.Columns.GridColumn colInvcodes;
  661. private DevExpress.XtraGrid.Columns.GridColumn colInvnames;
  662. private DevExpress.XtraGrid.Columns.GridColumn colInvstds;
  663. private DevExpress.XtraGrid.Columns.GridColumn colItem;
  664. private DevExpress.XtraGrid.Columns.GridColumn colSingleMoney;
  665. private DevExpress.XtraGrid.Columns.GridColumn colCode;
  666. private DevExpress.XtraGrid.Columns.GridColumn colSOCode;
  667. private DevExpress.XtraGrid.Columns.GridColumn colCusName;
  668. private DevExpress.XtraGrid.Columns.GridColumn colSTName;
  669. private DevExpress.XtraGrid.Columns.GridColumn coldefine24;
  670. private DevExpress.XtraGrid.Columns.GridColumn colInvCode;
  671. private DevExpress.XtraGrid.Columns.GridColumn colInvname;
  672. private DevExpress.XtraGrid.Columns.GridColumn colInvstd;
  673. private DevExpress.XtraGrid.Columns.GridColumn colTotalMoney;
  674. private DevExpress.XtraGrid.Columns.GridColumn colDate;
  675. private DevExpress.XtraGrid.Columns.GridColumn colMuserName;
  676. private DevExpress.XtraGrid.Columns.GridColumn colMtime;
  677. private DevExpress.XtraGrid.Columns.GridColumn colMemo;
  678. private DevExpress.XtraGrid.Columns.GridColumn colUnitMoney;
  679. private DevExpress.XtraGrid.Columns.GridColumn colSumMoney;
  680. private DevExpress.XtraGrid.Columns.GridColumn colSumInum;
  681. }
  682. }