锐腾搅拌上料功能
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.

895 lines
50 KiB

5 months ago
  1. namespace ICSSoft.Frame.NC
  2. {
  3. partial class FormICSDeliveryPlan
  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(FormICSDeliveryPlan));
  30. this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
  31. this.DeliveryPlanID = new DevExpress.XtraGrid.Columns.GridColumn();
  32. this.Sequence = new DevExpress.XtraGrid.Columns.GridColumn();
  33. this.InvCode = new DevExpress.XtraGrid.Columns.GridColumn();
  34. this.materialmnecode = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.Quantity = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.vbillcode = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.crowno = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.PreDate = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  40. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  41. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.colDeliveryPlanNO = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colVersion = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.colCusCode = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colCustomer = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colCreateUser = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colCreateDateTime = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.colChecker = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colCheckDateTime = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.colReviewer = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.colReviewDateTime = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.colUploadErp = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  57. this.gridExport = new DevExpress.XtraGrid.GridControl();
  58. this.grivExport = new DevExpress.XtraGrid.Views.Grid.GridView();
  59. this.repDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
  60. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  61. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  62. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  63. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  64. this.btnReviewBack = new DevExpress.XtraEditors.SimpleButton();
  65. this.btBack = new DevExpress.XtraEditors.SimpleButton();
  66. this.btnImportMould = new DevExpress.XtraEditors.SimpleButton();
  67. this.btnUpload = new DevExpress.XtraEditors.SimpleButton();
  68. this.btnImportData = new DevExpress.XtraEditors.SimpleButton();
  69. this.btnFalsh = new DevExpress.XtraEditors.SimpleButton();
  70. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  71. this.btnCanSelect = new DevExpress.XtraEditors.SimpleButton();
  72. this.btnSelect = new DevExpress.XtraEditors.SimpleButton();
  73. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  74. this.btnVersion = new DevExpress.XtraEditors.SimpleButton();
  75. this.btnEdit = new DevExpress.XtraEditors.SimpleButton();
  76. this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
  77. this.btnReview = new DevExpress.XtraEditors.SimpleButton();
  78. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  79. this.btnCheck = new DevExpress.XtraEditors.SimpleButton();
  80. this.btnDelLable = new DevExpress.XtraEditors.SimpleButton();
  81. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  82. this.colvcooppohcode = new DevExpress.XtraGrid.Columns.GridColumn();
  83. ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  87. this.groupControl1.SuspendLayout();
  88. ((System.ComponentModel.ISupportInitialize)(this.gridExport)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.grivExport)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.repDate)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  93. this.panelControl3.SuspendLayout();
  94. this.SuspendLayout();
  95. //
  96. // gridView
  97. //
  98. this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  99. this.DeliveryPlanID,
  100. this.Sequence,
  101. this.InvCode,
  102. this.materialmnecode,
  103. this.Quantity,
  104. this.colvcooppohcode,
  105. this.vbillcode,
  106. this.crowno,
  107. this.PreDate});
  108. this.gridView.GridControl = this.grdDetail;
  109. this.gridView.Name = "gridView";
  110. this.gridView.OptionsBehavior.ReadOnly = true;
  111. this.gridView.OptionsView.ColumnAutoWidth = false;
  112. this.gridView.OptionsView.ShowGroupPanel = false;
  113. //
  114. // DeliveryPlanID
  115. //
  116. this.DeliveryPlanID.Caption = "DeliveryPlanID";
  117. this.DeliveryPlanID.FieldName = "DeliveryPlanID";
  118. this.DeliveryPlanID.Name = "DeliveryPlanID";
  119. //
  120. // Sequence
  121. //
  122. this.Sequence.Caption = "行号";
  123. this.Sequence.FieldName = "Sequence";
  124. this.Sequence.Name = "Sequence";
  125. //
  126. // InvCode
  127. //
  128. this.InvCode.Caption = "物料编码";
  129. this.InvCode.FieldName = "InvCode";
  130. this.InvCode.Name = "InvCode";
  131. this.InvCode.Visible = true;
  132. this.InvCode.VisibleIndex = 0;
  133. //
  134. // materialmnecode
  135. //
  136. this.materialmnecode.Caption = "客户料号";
  137. this.materialmnecode.FieldName = "materialmnecode";
  138. this.materialmnecode.Name = "materialmnecode";
  139. this.materialmnecode.Visible = true;
  140. this.materialmnecode.VisibleIndex = 1;
  141. //
  142. // Quantity
  143. //
  144. this.Quantity.Caption = "数量";
  145. this.Quantity.FieldName = "Quantity";
  146. this.Quantity.Name = "Quantity";
  147. this.Quantity.Visible = true;
  148. this.Quantity.VisibleIndex = 2;
  149. //
  150. // vbillcode
  151. //
  152. this.vbillcode.Caption = "销售订单号";
  153. this.vbillcode.FieldName = "vbillcode";
  154. this.vbillcode.Name = "vbillcode";
  155. this.vbillcode.Visible = true;
  156. this.vbillcode.VisibleIndex = 3;
  157. //
  158. // crowno
  159. //
  160. this.crowno.Caption = "销售订单行号";
  161. this.crowno.FieldName = "crowno";
  162. this.crowno.Name = "crowno";
  163. this.crowno.Visible = true;
  164. this.crowno.VisibleIndex = 4;
  165. //
  166. // PreDate
  167. //
  168. this.PreDate.Caption = "需求日期";
  169. this.PreDate.FieldName = "PreDate";
  170. this.PreDate.Name = "PreDate";
  171. this.PreDate.Visible = true;
  172. this.PreDate.VisibleIndex = 6;
  173. //
  174. // grdDetail
  175. //
  176. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  177. gridLevelNode1.LevelTemplate = this.gridView;
  178. gridLevelNode1.RelationName = "详情";
  179. this.grdDetail.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
  180. gridLevelNode1});
  181. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  182. this.grdDetail.MainView = this.grvDetail;
  183. this.grdDetail.Name = "grdDetail";
  184. this.grdDetail.Size = new System.Drawing.Size(1374, 328);
  185. this.grdDetail.TabIndex = 0;
  186. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  187. this.grvDetail,
  188. this.gridView});
  189. //
  190. // grvDetail
  191. //
  192. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  193. this.colisSelect,
  194. this.colID,
  195. this.colDeliveryPlanNO,
  196. this.colVersion,
  197. this.colCusCode,
  198. this.colCustomer,
  199. this.colCreateUser,
  200. this.colCreateDateTime,
  201. this.colChecker,
  202. this.colCheckDateTime,
  203. this.colReviewer,
  204. this.colReviewDateTime,
  205. this.colMUSERName,
  206. this.colMTIME,
  207. this.colUploadErp});
  208. this.grvDetail.GridControl = this.grdDetail;
  209. this.grvDetail.IndicatorWidth = 50;
  210. this.grvDetail.Name = "grvDetail";
  211. this.grvDetail.OptionsPrint.AutoWidth = false;
  212. this.grvDetail.OptionsPrint.ExpandAllDetails = true;
  213. this.grvDetail.OptionsPrint.PrintDetails = true;
  214. this.grvDetail.OptionsSelection.MultiSelect = true;
  215. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  216. this.grvDetail.OptionsView.ShowFooter = true;
  217. this.grvDetail.OptionsView.ShowGroupPanel = false;
  218. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  219. this.grvDetail.MasterRowExpanded += new DevExpress.XtraGrid.Views.Grid.CustomMasterRowEventHandler(this.grvDetail_MasterRowExpanded);
  220. //
  221. // colisSelect
  222. //
  223. this.colisSelect.Caption = "选择";
  224. this.colisSelect.FieldName = "isSelect";
  225. this.colisSelect.Name = "colisSelect";
  226. this.colisSelect.Visible = true;
  227. this.colisSelect.VisibleIndex = 0;
  228. //
  229. // colID
  230. //
  231. this.colID.Caption = "guid";
  232. this.colID.FieldName = "ID";
  233. this.colID.Name = "colID";
  234. this.colID.OptionsColumn.ReadOnly = true;
  235. //
  236. // colDeliveryPlanNO
  237. //
  238. this.colDeliveryPlanNO.Caption = "单据号";
  239. this.colDeliveryPlanNO.FieldName = "DeliveryPlanNO";
  240. this.colDeliveryPlanNO.Name = "colDeliveryPlanNO";
  241. this.colDeliveryPlanNO.OptionsColumn.ReadOnly = true;
  242. this.colDeliveryPlanNO.Visible = true;
  243. this.colDeliveryPlanNO.VisibleIndex = 1;
  244. this.colDeliveryPlanNO.Width = 82;
  245. //
  246. // colVersion
  247. //
  248. this.colVersion.Caption = "版本号";
  249. this.colVersion.FieldName = "Version";
  250. this.colVersion.Name = "colVersion";
  251. this.colVersion.OptionsColumn.ReadOnly = true;
  252. //
  253. // colCusCode
  254. //
  255. this.colCusCode.Caption = "客户编码";
  256. this.colCusCode.FieldName = "CusCode";
  257. this.colCusCode.Name = "colCusCode";
  258. this.colCusCode.Visible = true;
  259. this.colCusCode.VisibleIndex = 4;
  260. //
  261. // colCustomer
  262. //
  263. this.colCustomer.Caption = "客户";
  264. this.colCustomer.FieldName = "Customer";
  265. this.colCustomer.Name = "colCustomer";
  266. this.colCustomer.OptionsColumn.ReadOnly = true;
  267. this.colCustomer.Visible = true;
  268. this.colCustomer.VisibleIndex = 2;
  269. //
  270. // colCreateUser
  271. //
  272. this.colCreateUser.Caption = "制单人";
  273. this.colCreateUser.FieldName = "CreateUser";
  274. this.colCreateUser.Name = "colCreateUser";
  275. this.colCreateUser.OptionsColumn.ReadOnly = true;
  276. this.colCreateUser.Visible = true;
  277. this.colCreateUser.VisibleIndex = 3;
  278. //
  279. // colCreateDateTime
  280. //
  281. this.colCreateDateTime.Caption = "制单日期";
  282. this.colCreateDateTime.FieldName = "CreateDateTime";
  283. this.colCreateDateTime.Name = "colCreateDateTime";
  284. this.colCreateDateTime.OptionsColumn.ReadOnly = true;
  285. this.colCreateDateTime.Visible = true;
  286. this.colCreateDateTime.VisibleIndex = 5;
  287. this.colCreateDateTime.Width = 100;
  288. //
  289. // colChecker
  290. //
  291. this.colChecker.Caption = "审批人";
  292. this.colChecker.FieldName = "Checker";
  293. this.colChecker.Name = "colChecker";
  294. this.colChecker.OptionsColumn.ReadOnly = true;
  295. this.colChecker.Width = 98;
  296. //
  297. // colCheckDateTime
  298. //
  299. this.colCheckDateTime.Caption = "审批日期";
  300. this.colCheckDateTime.FieldName = "CheckDateTime";
  301. this.colCheckDateTime.Name = "colCheckDateTime";
  302. this.colCheckDateTime.OptionsColumn.ReadOnly = true;
  303. //
  304. // colReviewer
  305. //
  306. this.colReviewer.Caption = "复审人";
  307. this.colReviewer.FieldName = "Reviewer";
  308. this.colReviewer.Name = "colReviewer";
  309. this.colReviewer.OptionsColumn.ReadOnly = true;
  310. //
  311. // colReviewDateTime
  312. //
  313. this.colReviewDateTime.Caption = "复审日期";
  314. this.colReviewDateTime.FieldName = "ReviewDateTime";
  315. this.colReviewDateTime.Name = "colReviewDateTime";
  316. this.colReviewDateTime.OptionsColumn.ReadOnly = true;
  317. //
  318. // colMUSERName
  319. //
  320. this.colMUSERName.Caption = "最后修改人";
  321. this.colMUSERName.FieldName = "MUSERName";
  322. this.colMUSERName.Name = "colMUSERName";
  323. this.colMUSERName.OptionsColumn.ReadOnly = true;
  324. this.colMUSERName.Visible = true;
  325. this.colMUSERName.VisibleIndex = 7;
  326. this.colMUSERName.Width = 96;
  327. //
  328. // colMTIME
  329. //
  330. this.colMTIME.Caption = "最后修改日期";
  331. this.colMTIME.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  332. this.colMTIME.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  333. this.colMTIME.FieldName = "MTIME";
  334. this.colMTIME.Name = "colMTIME";
  335. this.colMTIME.OptionsColumn.ReadOnly = true;
  336. this.colMTIME.Visible = true;
  337. this.colMTIME.VisibleIndex = 8;
  338. this.colMTIME.Width = 125;
  339. //
  340. // colUploadErp
  341. //
  342. this.colUploadErp.Caption = "已上传";
  343. this.colUploadErp.FieldName = "UploadErp";
  344. this.colUploadErp.Name = "colUploadErp";
  345. this.colUploadErp.Visible = true;
  346. this.colUploadErp.VisibleIndex = 6;
  347. //
  348. // groupControl1
  349. //
  350. this.groupControl1.Controls.Add(this.gridExport);
  351. this.groupControl1.Controls.Add(this.grdDetail);
  352. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  353. this.groupControl1.Location = new System.Drawing.Point(0, 61);
  354. this.groupControl1.Name = "groupControl1";
  355. this.groupControl1.Size = new System.Drawing.Size(1378, 352);
  356. this.groupControl1.TabIndex = 14;
  357. this.groupControl1.Text = "详细信息";
  358. //
  359. // gridExport
  360. //
  361. this.gridExport.Location = new System.Drawing.Point(797, 6);
  362. this.gridExport.MainView = this.grivExport;
  363. this.gridExport.Name = "gridExport";
  364. this.gridExport.Size = new System.Drawing.Size(350, 188);
  365. this.gridExport.TabIndex = 55;
  366. this.gridExport.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  367. this.grivExport});
  368. this.gridExport.Visible = false;
  369. //
  370. // grivExport
  371. //
  372. this.grivExport.GridControl = this.gridExport;
  373. this.grivExport.IndicatorWidth = 50;
  374. this.grivExport.Name = "grivExport";
  375. this.grivExport.OptionsPrint.AutoWidth = false;
  376. this.grivExport.OptionsPrint.ExpandAllDetails = true;
  377. this.grivExport.OptionsPrint.PrintDetails = true;
  378. this.grivExport.OptionsSelection.MultiSelect = true;
  379. this.grivExport.OptionsView.ColumnAutoWidth = false;
  380. this.grivExport.OptionsView.ShowFooter = true;
  381. this.grivExport.OptionsView.ShowGroupPanel = false;
  382. //
  383. // repDate
  384. //
  385. this.repDate.AutoHeight = false;
  386. this.repDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  387. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  388. this.repDate.Mask.EditMask = "yyyy-MM-dd";
  389. this.repDate.Mask.UseMaskAsDisplayFormat = true;
  390. this.repDate.Name = "repDate";
  391. this.repDate.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  392. new DevExpress.XtraEditors.Controls.EditorButton()});
  393. //
  394. // rptPage
  395. //
  396. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  397. this.rptPage.Appearance.Options.UseBackColor = true;
  398. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  399. this.rptPage.isInit = false;
  400. this.rptPage.Location = new System.Drawing.Point(0, 413);
  401. this.rptPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  402. this.rptPage.Name = "rptPage";
  403. this.rptPage.PageIndex = 1;
  404. this.rptPage.PageSize = 10000;
  405. this.rptPage.RecordNum = 0;
  406. this.rptPage.Size = new System.Drawing.Size(1378, 26);
  407. this.rptPage.TabIndex = 15;
  408. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  409. //
  410. // btnExit
  411. //
  412. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  413. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  414. this.btnExit.Appearance.Options.UseFont = true;
  415. this.btnExit.Appearance.Options.UseForeColor = true;
  416. this.btnExit.Appearance.Options.UseTextOptions = true;
  417. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  418. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  419. this.btnExit.Location = new System.Drawing.Point(439, 30);
  420. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  421. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  422. this.btnExit.Name = "btnExit";
  423. this.btnExit.Size = new System.Drawing.Size(55, 30);
  424. this.btnExit.TabIndex = 10;
  425. this.btnExit.Text = "退出";
  426. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  427. //
  428. // btnFilter
  429. //
  430. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  431. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  432. this.btnFilter.Appearance.Options.UseFont = true;
  433. this.btnFilter.Appearance.Options.UseForeColor = true;
  434. this.btnFilter.Appearance.Options.UseTextOptions = true;
  435. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  436. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  437. this.btnFilter.Location = new System.Drawing.Point(83, 0);
  438. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  439. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  440. this.btnFilter.Name = "btnFilter";
  441. this.btnFilter.Size = new System.Drawing.Size(59, 30);
  442. this.btnFilter.TabIndex = 11;
  443. this.btnFilter.Text = "过滤";
  444. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  445. //
  446. // panelControl3
  447. //
  448. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  449. this.panelControl3.Appearance.Options.UseBackColor = true;
  450. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  451. this.panelControl3.Controls.Add(this.btnReviewBack);
  452. this.panelControl3.Controls.Add(this.btBack);
  453. this.panelControl3.Controls.Add(this.btnImportMould);
  454. this.panelControl3.Controls.Add(this.btnUpload);
  455. this.panelControl3.Controls.Add(this.btnImportData);
  456. this.panelControl3.Controls.Add(this.btnFilter);
  457. this.panelControl3.Controls.Add(this.btnFalsh);
  458. this.panelControl3.Controls.Add(this.btnOutPut);
  459. this.panelControl3.Controls.Add(this.btnCanSelect);
  460. this.panelControl3.Controls.Add(this.btnSelect);
  461. this.panelControl3.Controls.Add(this.btnConfig);
  462. this.panelControl3.Controls.Add(this.btnVersion);
  463. this.panelControl3.Controls.Add(this.btnEdit);
  464. this.panelControl3.Controls.Add(this.btnAdd);
  465. this.panelControl3.Controls.Add(this.btnReview);
  466. this.panelControl3.Controls.Add(this.lblTitle);
  467. this.panelControl3.Controls.Add(this.btnCheck);
  468. this.panelControl3.Controls.Add(this.btnDelLable);
  469. this.panelControl3.Controls.Add(this.btnClose);
  470. this.panelControl3.Controls.Add(this.btnExit);
  471. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  472. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  473. this.panelControl3.Name = "panelControl3";
  474. this.panelControl3.Size = new System.Drawing.Size(1378, 61);
  475. this.panelControl3.TabIndex = 13;
  476. //
  477. // btnReviewBack
  478. //
  479. this.btnReviewBack.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  480. this.btnReviewBack.Appearance.ForeColor = System.Drawing.Color.White;
  481. this.btnReviewBack.Appearance.Options.UseFont = true;
  482. this.btnReviewBack.Appearance.Options.UseForeColor = true;
  483. this.btnReviewBack.Appearance.Options.UseTextOptions = true;
  484. this.btnReviewBack.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  485. this.btnReviewBack.Image = ((System.Drawing.Image)(resources.GetObject("btnReviewBack.Image")));
  486. this.btnReviewBack.Location = new System.Drawing.Point(648, 31);
  487. this.btnReviewBack.LookAndFeel.SkinName = "BlueButtonSkin";
  488. this.btnReviewBack.LookAndFeel.UseDefaultLookAndFeel = false;
  489. this.btnReviewBack.Name = "btnReviewBack";
  490. this.btnReviewBack.Size = new System.Drawing.Size(75, 30);
  491. this.btnReviewBack.TabIndex = 54;
  492. this.btnReviewBack.Text = "取消复审";
  493. this.btnReviewBack.Visible = false;
  494. this.btnReviewBack.Click += new System.EventHandler(this.btnReviewBack_Click);
  495. //
  496. // btBack
  497. //
  498. this.btBack.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  499. this.btBack.Appearance.ForeColor = System.Drawing.Color.White;
  500. this.btBack.Appearance.Options.UseFont = true;
  501. this.btBack.Appearance.Options.UseForeColor = true;
  502. this.btBack.Appearance.Options.UseTextOptions = true;
  503. this.btBack.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  504. this.btBack.Image = ((System.Drawing.Image)(resources.GetObject("btBack.Image")));
  505. this.btBack.Location = new System.Drawing.Point(648, 0);
  506. this.btBack.LookAndFeel.SkinName = "BlueButtonSkin";
  507. this.btBack.LookAndFeel.UseDefaultLookAndFeel = false;
  508. this.btBack.Name = "btBack";
  509. this.btBack.Size = new System.Drawing.Size(55, 30);
  510. this.btBack.TabIndex = 54;
  511. this.btBack.Text = "弃审";
  512. this.btBack.Visible = false;
  513. this.btBack.Click += new System.EventHandler(this.btBack_Click);
  514. //
  515. // btnImportMould
  516. //
  517. this.btnImportMould.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  518. this.btnImportMould.Appearance.ForeColor = System.Drawing.Color.White;
  519. this.btnImportMould.Appearance.Options.UseFont = true;
  520. this.btnImportMould.Appearance.Options.UseForeColor = true;
  521. this.btnImportMould.Appearance.Options.UseTextOptions = true;
  522. this.btnImportMould.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  523. this.btnImportMould.Image = ((System.Drawing.Image)(resources.GetObject("btnImportMould.Image")));
  524. this.btnImportMould.Location = new System.Drawing.Point(155, 30);
  525. this.btnImportMould.LookAndFeel.SkinName = "BlueButtonSkin";
  526. this.btnImportMould.LookAndFeel.UseDefaultLookAndFeel = false;
  527. this.btnImportMould.Name = "btnImportMould";
  528. this.btnImportMould.Size = new System.Drawing.Size(100, 30);
  529. this.btnImportMould.TabIndex = 16;
  530. this.btnImportMould.Text = "导入模板下载";
  531. this.btnImportMould.Click += new System.EventHandler(this.btnImportMould_Click);
  532. //
  533. // btnUpload
  534. //
  535. this.btnUpload.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  536. this.btnUpload.Appearance.ForeColor = System.Drawing.Color.White;
  537. this.btnUpload.Appearance.Options.UseFont = true;
  538. this.btnUpload.Appearance.Options.UseForeColor = true;
  539. this.btnUpload.Appearance.Options.UseTextOptions = true;
  540. this.btnUpload.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  541. this.btnUpload.Image = ((System.Drawing.Image)(resources.GetObject("btnUpload.Image")));
  542. this.btnUpload.Location = new System.Drawing.Point(82, 30);
  543. this.btnUpload.LookAndFeel.SkinName = "BlueButtonSkin";
  544. this.btnUpload.LookAndFeel.UseDefaultLookAndFeel = false;
  545. this.btnUpload.Name = "btnUpload";
  546. this.btnUpload.Size = new System.Drawing.Size(73, 30);
  547. this.btnUpload.TabIndex = 53;
  548. this.btnUpload.Text = "上传ERP";
  549. this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
  550. //
  551. // btnImportData
  552. //
  553. this.btnImportData.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  554. this.btnImportData.Appearance.ForeColor = System.Drawing.Color.White;
  555. this.btnImportData.Appearance.Options.UseFont = true;
  556. this.btnImportData.Appearance.Options.UseForeColor = true;
  557. this.btnImportData.Appearance.Options.UseTextOptions = true;
  558. this.btnImportData.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  559. this.btnImportData.Image = ((System.Drawing.Image)(resources.GetObject("btnImportData.Image")));
  560. this.btnImportData.Location = new System.Drawing.Point(255, 30);
  561. this.btnImportData.LookAndFeel.SkinName = "BlueButtonSkin";
  562. this.btnImportData.LookAndFeel.UseDefaultLookAndFeel = false;
  563. this.btnImportData.Name = "btnImportData";
  564. this.btnImportData.Size = new System.Drawing.Size(63, 30);
  565. this.btnImportData.TabIndex = 53;
  566. this.btnImportData.Text = "导入";
  567. this.btnImportData.Click += new System.EventHandler(this.btnImportData_Click);
  568. //
  569. // btnFalsh
  570. //
  571. this.btnFalsh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  572. this.btnFalsh.Appearance.ForeColor = System.Drawing.Color.White;
  573. this.btnFalsh.Appearance.Options.UseFont = true;
  574. this.btnFalsh.Appearance.Options.UseForeColor = true;
  575. this.btnFalsh.Appearance.Options.UseTextOptions = true;
  576. this.btnFalsh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  577. this.btnFalsh.Image = ((System.Drawing.Image)(resources.GetObject("btnFalsh.Image")));
  578. this.btnFalsh.Location = new System.Drawing.Point(381, 30);
  579. this.btnFalsh.LookAndFeel.SkinName = "BlueButtonSkin";
  580. this.btnFalsh.LookAndFeel.UseDefaultLookAndFeel = false;
  581. this.btnFalsh.Name = "btnFalsh";
  582. this.btnFalsh.Size = new System.Drawing.Size(58, 30);
  583. this.btnFalsh.TabIndex = 49;
  584. this.btnFalsh.Text = "刷新";
  585. this.btnFalsh.Click += new System.EventHandler(this.btnFalsh_Click);
  586. //
  587. // btnOutPut
  588. //
  589. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  590. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  591. this.btnOutPut.Appearance.Options.UseFont = true;
  592. this.btnOutPut.Appearance.Options.UseForeColor = true;
  593. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  594. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  595. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  596. this.btnOutPut.Location = new System.Drawing.Point(318, 30);
  597. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  598. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  599. this.btnOutPut.Name = "btnOutPut";
  600. this.btnOutPut.Size = new System.Drawing.Size(63, 30);
  601. this.btnOutPut.TabIndex = 48;
  602. this.btnOutPut.Text = "导出";
  603. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  604. //
  605. // btnCanSelect
  606. //
  607. this.btnCanSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  608. this.btnCanSelect.Appearance.ForeColor = System.Drawing.Color.White;
  609. this.btnCanSelect.Appearance.Options.UseFont = true;
  610. this.btnCanSelect.Appearance.Options.UseForeColor = true;
  611. this.btnCanSelect.Appearance.Options.UseTextOptions = true;
  612. this.btnCanSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  613. this.btnCanSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnCanSelect.Image")));
  614. this.btnCanSelect.Location = new System.Drawing.Point(292, 0);
  615. this.btnCanSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  616. this.btnCanSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  617. this.btnCanSelect.Name = "btnCanSelect";
  618. this.btnCanSelect.Size = new System.Drawing.Size(58, 30);
  619. this.btnCanSelect.TabIndex = 47;
  620. this.btnCanSelect.Text = "全消";
  621. this.btnCanSelect.Click += new System.EventHandler(this.btnCanSelect_Click);
  622. //
  623. // btnSelect
  624. //
  625. this.btnSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  626. this.btnSelect.Appearance.ForeColor = System.Drawing.Color.White;
  627. this.btnSelect.Appearance.Options.UseFont = true;
  628. this.btnSelect.Appearance.Options.UseForeColor = true;
  629. this.btnSelect.Appearance.Options.UseTextOptions = true;
  630. this.btnSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  631. this.btnSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnSelect.Image")));
  632. this.btnSelect.Location = new System.Drawing.Point(234, 0);
  633. this.btnSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  634. this.btnSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  635. this.btnSelect.Name = "btnSelect";
  636. this.btnSelect.Size = new System.Drawing.Size(58, 30);
  637. this.btnSelect.TabIndex = 45;
  638. this.btnSelect.Text = "全选";
  639. this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
  640. //
  641. // btnConfig
  642. //
  643. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  644. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  645. this.btnConfig.Appearance.Options.UseFont = true;
  646. this.btnConfig.Appearance.Options.UseForeColor = true;
  647. this.btnConfig.Appearance.Options.UseTextOptions = true;
  648. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  649. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  650. this.btnConfig.Location = new System.Drawing.Point(142, 0);
  651. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  652. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  653. this.btnConfig.Name = "btnConfig";
  654. this.btnConfig.Size = new System.Drawing.Size(92, 30);
  655. this.btnConfig.TabIndex = 26;
  656. this.btnConfig.Text = "数据源设置";
  657. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  658. //
  659. // btnVersion
  660. //
  661. this.btnVersion.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  662. this.btnVersion.Appearance.ForeColor = System.Drawing.Color.White;
  663. this.btnVersion.Appearance.Options.UseFont = true;
  664. this.btnVersion.Appearance.Options.UseForeColor = true;
  665. this.btnVersion.Appearance.Options.UseTextOptions = true;
  666. this.btnVersion.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  667. this.btnVersion.Image = ((System.Drawing.Image)(resources.GetObject("btnVersion.Image")));
  668. this.btnVersion.Location = new System.Drawing.Point(709, 0);
  669. this.btnVersion.LookAndFeel.SkinName = "BlueButtonSkin";
  670. this.btnVersion.LookAndFeel.UseDefaultLookAndFeel = false;
  671. this.btnVersion.Name = "btnVersion";
  672. this.btnVersion.Size = new System.Drawing.Size(63, 30);
  673. this.btnVersion.TabIndex = 23;
  674. this.btnVersion.Text = "变更";
  675. this.btnVersion.Visible = false;
  676. this.btnVersion.Click += new System.EventHandler(this.btnVersion_Click);
  677. //
  678. // btnEdit
  679. //
  680. this.btnEdit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  681. this.btnEdit.Appearance.ForeColor = System.Drawing.Color.White;
  682. this.btnEdit.Appearance.Options.UseFont = true;
  683. this.btnEdit.Appearance.Options.UseForeColor = true;
  684. this.btnEdit.Appearance.Options.UseTextOptions = true;
  685. this.btnEdit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  686. this.btnEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image")));
  687. this.btnEdit.Location = new System.Drawing.Point(408, 0);
  688. this.btnEdit.LookAndFeel.SkinName = "BlueButtonSkin";
  689. this.btnEdit.LookAndFeel.UseDefaultLookAndFeel = false;
  690. this.btnEdit.Name = "btnEdit";
  691. this.btnEdit.Size = new System.Drawing.Size(63, 30);
  692. this.btnEdit.TabIndex = 23;
  693. this.btnEdit.Text = "修改";
  694. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  695. //
  696. // btnAdd
  697. //
  698. this.btnAdd.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  699. this.btnAdd.Appearance.ForeColor = System.Drawing.Color.White;
  700. this.btnAdd.Appearance.Options.UseFont = true;
  701. this.btnAdd.Appearance.Options.UseForeColor = true;
  702. this.btnAdd.Appearance.Options.UseTextOptions = true;
  703. this.btnAdd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  704. this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
  705. this.btnAdd.Location = new System.Drawing.Point(350, 0);
  706. this.btnAdd.LookAndFeel.SkinName = "BlueButtonSkin";
  707. this.btnAdd.LookAndFeel.UseDefaultLookAndFeel = false;
  708. this.btnAdd.Name = "btnAdd";
  709. this.btnAdd.Size = new System.Drawing.Size(58, 30);
  710. this.btnAdd.TabIndex = 22;
  711. this.btnAdd.Text = "新增";
  712. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  713. //
  714. // btnReview
  715. //
  716. this.btnReview.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  717. this.btnReview.Appearance.ForeColor = System.Drawing.Color.White;
  718. this.btnReview.Appearance.Options.UseFont = true;
  719. this.btnReview.Appearance.Options.UseForeColor = true;
  720. this.btnReview.Appearance.Options.UseTextOptions = true;
  721. this.btnReview.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  722. this.btnReview.Image = ((System.Drawing.Image)(resources.GetObject("btnReview.Image")));
  723. this.btnReview.Location = new System.Drawing.Point(590, 31);
  724. this.btnReview.LookAndFeel.SkinName = "BlueButtonSkin";
  725. this.btnReview.LookAndFeel.UseDefaultLookAndFeel = false;
  726. this.btnReview.Name = "btnReview";
  727. this.btnReview.Size = new System.Drawing.Size(58, 30);
  728. this.btnReview.TabIndex = 17;
  729. this.btnReview.Text = "复审";
  730. this.btnReview.Visible = false;
  731. this.btnReview.Click += new System.EventHandler(this.btnReview_Click);
  732. //
  733. // lblTitle
  734. //
  735. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  736. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  737. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  738. this.lblTitle.Location = new System.Drawing.Point(3, 4);
  739. this.lblTitle.Name = "lblTitle";
  740. this.lblTitle.Size = new System.Drawing.Size(119, 23);
  741. this.lblTitle.TabIndex = 19;
  742. this.lblTitle.Text = "拉货计划单";
  743. //
  744. // btnCheck
  745. //
  746. this.btnCheck.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  747. this.btnCheck.Appearance.ForeColor = System.Drawing.Color.White;
  748. this.btnCheck.Appearance.Options.UseFont = true;
  749. this.btnCheck.Appearance.Options.UseForeColor = true;
  750. this.btnCheck.Appearance.Options.UseTextOptions = true;
  751. this.btnCheck.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  752. this.btnCheck.Image = ((System.Drawing.Image)(resources.GetObject("btnCheck.Image")));
  753. this.btnCheck.Location = new System.Drawing.Point(590, 0);
  754. this.btnCheck.LookAndFeel.SkinName = "BlueButtonSkin";
  755. this.btnCheck.LookAndFeel.UseDefaultLookAndFeel = false;
  756. this.btnCheck.Name = "btnCheck";
  757. this.btnCheck.Size = new System.Drawing.Size(58, 30);
  758. this.btnCheck.TabIndex = 17;
  759. this.btnCheck.Text = "审核";
  760. this.btnCheck.Visible = false;
  761. this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click);
  762. //
  763. // btnDelLable
  764. //
  765. this.btnDelLable.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  766. this.btnDelLable.Appearance.ForeColor = System.Drawing.Color.White;
  767. this.btnDelLable.Appearance.Options.UseFont = true;
  768. this.btnDelLable.Appearance.Options.UseForeColor = true;
  769. this.btnDelLable.Appearance.Options.UseTextOptions = true;
  770. this.btnDelLable.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  771. this.btnDelLable.Image = ((System.Drawing.Image)(resources.GetObject("btnDelLable.Image")));
  772. this.btnDelLable.Location = new System.Drawing.Point(471, 0);
  773. this.btnDelLable.LookAndFeel.SkinName = "BlueButtonSkin";
  774. this.btnDelLable.LookAndFeel.UseDefaultLookAndFeel = false;
  775. this.btnDelLable.Name = "btnDelLable";
  776. this.btnDelLable.Size = new System.Drawing.Size(58, 30);
  777. this.btnDelLable.TabIndex = 17;
  778. this.btnDelLable.Text = "删除";
  779. this.btnDelLable.Click += new System.EventHandler(this.btnDel_Click);
  780. //
  781. // btnClose
  782. //
  783. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  784. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  785. this.btnClose.Appearance.Options.UseFont = true;
  786. this.btnClose.Appearance.Options.UseForeColor = true;
  787. this.btnClose.Appearance.Options.UseTextOptions = true;
  788. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  789. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  790. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  791. this.btnClose.Location = new System.Drawing.Point(1352, 0);
  792. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  793. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  794. this.btnClose.Name = "btnClose";
  795. this.btnClose.Size = new System.Drawing.Size(26, 61);
  796. this.btnClose.TabIndex = 14;
  797. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  798. //
  799. // colvcooppohcode
  800. //
  801. this.colvcooppohcode.Caption = "客户订单号";
  802. this.colvcooppohcode.FieldName = "vcooppohcode";
  803. this.colvcooppohcode.Name = "colvcooppohcode";
  804. this.colvcooppohcode.Visible = true;
  805. this.colvcooppohcode.VisibleIndex = 5;
  806. //
  807. // FormICSDeliveryPlan
  808. //
  809. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  810. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  811. this.ClientSize = new System.Drawing.Size(1378, 439);
  812. this.Controls.Add(this.groupControl1);
  813. this.Controls.Add(this.rptPage);
  814. this.Controls.Add(this.panelControl3);
  815. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  816. this.Name = "FormICSDeliveryPlan";
  817. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  818. this.Text = "拉货计划单";
  819. this.Load += new System.EventHandler(this.FormICSFACTORY_Load);
  820. ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
  821. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  822. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  823. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  824. this.groupControl1.ResumeLayout(false);
  825. ((System.ComponentModel.ISupportInitialize)(this.gridExport)).EndInit();
  826. ((System.ComponentModel.ISupportInitialize)(this.grivExport)).EndInit();
  827. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).EndInit();
  828. ((System.ComponentModel.ISupportInitialize)(this.repDate)).EndInit();
  829. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  830. this.panelControl3.ResumeLayout(false);
  831. this.ResumeLayout(false);
  832. }
  833. #endregion
  834. private DevExpress.XtraEditors.GroupControl groupControl1;
  835. private DevExpress.XtraGrid.GridControl grdDetail;
  836. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  837. private ICSSoft.Base.UserControl.FormControl.PageNavTool rptPage;
  838. private DevExpress.XtraEditors.SimpleButton btnExit;
  839. private DevExpress.XtraEditors.SimpleButton btnFilter;
  840. private DevExpress.XtraEditors.PanelControl panelControl3;
  841. private DevExpress.XtraEditors.SimpleButton btnClose;
  842. private DevExpress.XtraEditors.SimpleButton btnDelLable;
  843. private DevExpress.XtraEditors.LabelControl lblTitle;
  844. private DevExpress.XtraEditors.SimpleButton btnEdit;
  845. private DevExpress.XtraEditors.SimpleButton btnAdd;
  846. private DevExpress.XtraEditors.SimpleButton btnConfig;
  847. private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repDate;
  848. private DevExpress.XtraEditors.SimpleButton btnSelect;
  849. private DevExpress.XtraGrid.Columns.GridColumn colID;
  850. private DevExpress.XtraGrid.Columns.GridColumn colDeliveryPlanNO;
  851. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  852. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  853. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  854. private DevExpress.XtraEditors.SimpleButton btnCanSelect;
  855. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  856. private DevExpress.XtraEditors.SimpleButton btnFalsh;
  857. private DevExpress.XtraGrid.Columns.GridColumn colCustomer;
  858. private DevExpress.XtraGrid.Columns.GridColumn colCheckDateTime;
  859. private DevExpress.XtraGrid.Columns.GridColumn colReviewer;
  860. private DevExpress.XtraGrid.Columns.GridColumn colReviewDateTime;
  861. private DevExpress.XtraGrid.Columns.GridColumn colVersion;
  862. private DevExpress.XtraGrid.Columns.GridColumn colCreateUser;
  863. private DevExpress.XtraEditors.SimpleButton btnImportData;
  864. private DevExpress.XtraEditors.SimpleButton btnImportMould;
  865. private DevExpress.XtraGrid.Columns.GridColumn colCreateDateTime;
  866. private DevExpress.XtraGrid.Columns.GridColumn colChecker;
  867. private DevExpress.XtraEditors.SimpleButton btnCheck;
  868. private DevExpress.XtraEditors.SimpleButton btBack;
  869. private DevExpress.XtraGrid.Views.Grid.GridView gridView;
  870. private DevExpress.XtraEditors.SimpleButton btnReviewBack;
  871. private DevExpress.XtraEditors.SimpleButton btnReview;
  872. private DevExpress.XtraEditors.SimpleButton btnVersion;
  873. private DevExpress.XtraEditors.SimpleButton btnUpload;
  874. private DevExpress.XtraGrid.Columns.GridColumn colUploadErp;
  875. private DevExpress.XtraGrid.Columns.GridColumn DeliveryPlanID;
  876. private DevExpress.XtraGrid.Columns.GridColumn Sequence;
  877. private DevExpress.XtraGrid.Columns.GridColumn InvCode;
  878. private DevExpress.XtraGrid.Columns.GridColumn materialmnecode;
  879. private DevExpress.XtraGrid.Columns.GridColumn Quantity;
  880. private DevExpress.XtraGrid.Columns.GridColumn vbillcode;
  881. private DevExpress.XtraGrid.Columns.GridColumn crowno;
  882. private DevExpress.XtraGrid.Columns.GridColumn PreDate;
  883. private DevExpress.XtraGrid.GridControl gridExport;
  884. private DevExpress.XtraGrid.Views.Grid.GridView grivExport;
  885. private DevExpress.XtraGrid.Columns.GridColumn colCusCode;
  886. private DevExpress.XtraGrid.Columns.GridColumn colvcooppohcode;
  887. }
  888. }