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

829 lines
48 KiB

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