华恒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.

395 lines
20 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormMatter
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMatter));
  30. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  31. this.btnShow = new DevExpress.XtraEditors.SimpleButton();
  32. this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
  33. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  34. this.INVRTitle = new DevExpress.XtraEditors.LabelControl();
  35. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  36. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  37. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  38. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  39. this.colNum = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.colLotNO = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.colWHCode = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.colStorageName = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.colBinCode = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colStackName = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.colINVCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colINVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colINVDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colINVUOM = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.colLotQty = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colEATTRIBUTE1 = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.coldaytime = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  54. this.tRefresh = new System.Windows.Forms.Timer(this.components);
  55. this.Check = new System.Windows.Forms.Timer(this.components);
  56. this.CheckDate = new System.Windows.Forms.Timer(this.components);
  57. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  58. this.panelControl3.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  60. this.groupControl1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  64. this.SuspendLayout();
  65. //
  66. // panelControl3
  67. //
  68. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  69. this.panelControl3.Appearance.Options.UseBackColor = true;
  70. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  71. this.panelControl3.Controls.Add(this.btnShow);
  72. this.panelControl3.Controls.Add(this.btnRefresh);
  73. this.panelControl3.Controls.Add(this.btnClose);
  74. this.panelControl3.Controls.Add(this.INVRTitle);
  75. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  76. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  77. this.panelControl3.Name = "panelControl3";
  78. this.panelControl3.Size = new System.Drawing.Size(846, 30);
  79. this.panelControl3.TabIndex = 13;
  80. //
  81. // btnShow
  82. //
  83. this.btnShow.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  84. this.btnShow.Appearance.ForeColor = System.Drawing.Color.White;
  85. this.btnShow.Appearance.Options.UseFont = true;
  86. this.btnShow.Appearance.Options.UseForeColor = true;
  87. this.btnShow.Appearance.Options.UseTextOptions = true;
  88. this.btnShow.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  89. this.btnShow.Image = ((System.Drawing.Image)(resources.GetObject("btnShow.Image")));
  90. this.btnShow.Location = new System.Drawing.Point(211, 0);
  91. this.btnShow.LookAndFeel.SkinName = "BlueButtonSkin";
  92. this.btnShow.LookAndFeel.UseDefaultLookAndFeel = false;
  93. this.btnShow.Name = "btnShow";
  94. this.btnShow.Size = new System.Drawing.Size(73, 30);
  95. this.btnShow.TabIndex = 36;
  96. this.btnShow.Text = "显示看板";
  97. this.btnShow.Click += new System.EventHandler(this.btnShow_Click);
  98. //
  99. // btnRefresh
  100. //
  101. this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  102. this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White;
  103. this.btnRefresh.Appearance.Options.UseFont = true;
  104. this.btnRefresh.Appearance.Options.UseForeColor = true;
  105. this.btnRefresh.Appearance.Options.UseTextOptions = true;
  106. this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  107. this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
  108. this.btnRefresh.Location = new System.Drawing.Point(153, 0);
  109. this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin";
  110. this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false;
  111. this.btnRefresh.Name = "btnRefresh";
  112. this.btnRefresh.Size = new System.Drawing.Size(58, 30);
  113. this.btnRefresh.TabIndex = 18;
  114. this.btnRefresh.Text = "刷新";
  115. this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
  116. //
  117. // btnClose
  118. //
  119. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  120. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  121. this.btnClose.Appearance.Options.UseFont = true;
  122. this.btnClose.Appearance.Options.UseForeColor = true;
  123. this.btnClose.Appearance.Options.UseTextOptions = true;
  124. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  125. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  126. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  127. this.btnClose.Location = new System.Drawing.Point(820, 0);
  128. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  129. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  130. this.btnClose.Name = "btnClose";
  131. this.btnClose.Size = new System.Drawing.Size(26, 30);
  132. this.btnClose.TabIndex = 30;
  133. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  134. //
  135. // INVRTitle
  136. //
  137. this.INVRTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  138. this.INVRTitle.Appearance.ForeColor = System.Drawing.Color.White;
  139. this.INVRTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  140. this.INVRTitle.Location = new System.Drawing.Point(3, 4);
  141. this.INVRTitle.Name = "INVRTitle";
  142. this.INVRTitle.Size = new System.Drawing.Size(119, 23);
  143. this.INVRTitle.TabIndex = 19;
  144. this.INVRTitle.Text = "原材料信息看板";
  145. //
  146. // rptPage
  147. //
  148. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  149. this.rptPage.Appearance.Options.UseBackColor = true;
  150. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  151. this.rptPage.isInit = false;
  152. this.rptPage.Location = new System.Drawing.Point(0, 413);
  153. this.rptPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  154. this.rptPage.Name = "rptPage";
  155. this.rptPage.PageIndex = 0;
  156. this.rptPage.PageSize = 0;
  157. this.rptPage.RecordNum = 0;
  158. this.rptPage.Size = new System.Drawing.Size(846, 26);
  159. this.rptPage.TabIndex = 15;
  160. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  161. //
  162. // groupControl1
  163. //
  164. this.groupControl1.Controls.Add(this.grdDetail);
  165. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  166. this.groupControl1.Location = new System.Drawing.Point(0, 30);
  167. this.groupControl1.Name = "groupControl1";
  168. this.groupControl1.Size = new System.Drawing.Size(846, 383);
  169. this.groupControl1.TabIndex = 14;
  170. this.groupControl1.Text = "详细信息";
  171. //
  172. // grdDetail
  173. //
  174. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  175. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  176. this.grdDetail.MainView = this.grvDetail;
  177. this.grdDetail.Name = "grdDetail";
  178. this.grdDetail.Size = new System.Drawing.Size(842, 359);
  179. this.grdDetail.TabIndex = 0;
  180. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  181. this.grvDetail,
  182. this.grvAdvDetail});
  183. //
  184. // grvDetail
  185. //
  186. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  187. this.colNum,
  188. this.colLotNO,
  189. this.colWHCode,
  190. this.colStorageName,
  191. this.colBinCode,
  192. this.colStackName,
  193. this.colINVCODE,
  194. this.colINVNAME,
  195. this.colINVDESC,
  196. this.colINVUOM,
  197. this.colLotQty,
  198. this.colEATTRIBUTE1,
  199. this.coldaytime,
  200. this.colMTIME});
  201. this.grvDetail.GridControl = this.grdDetail;
  202. this.grvDetail.Name = "grvDetail";
  203. this.grvDetail.OptionsBehavior.Editable = false;
  204. this.grvDetail.OptionsBehavior.ReadOnly = true;
  205. this.grvDetail.OptionsSelection.MultiSelect = true;
  206. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  207. this.grvDetail.OptionsView.ShowFooter = true;
  208. this.grvDetail.OptionsView.ShowGroupPanel = false;
  209. this.grvDetail.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.grvDetail_CustomDrawCell);
  210. this.grvDetail.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.grvDetail_RowStyle);
  211. //
  212. // colNum
  213. //
  214. this.colNum.Caption = "行号";
  215. this.colNum.FieldName = "Num";
  216. this.colNum.Name = "colNum";
  217. //
  218. // colLotNO
  219. //
  220. this.colLotNO.Caption = "条码";
  221. this.colLotNO.FieldName = "LotNO";
  222. this.colLotNO.Name = "colLotNO";
  223. this.colLotNO.Visible = true;
  224. this.colLotNO.VisibleIndex = 0;
  225. //
  226. // colWHCode
  227. //
  228. this.colWHCode.Caption = "仓库编码";
  229. this.colWHCode.FieldName = "WHCode";
  230. this.colWHCode.Name = "colWHCode";
  231. //
  232. // colStorageName
  233. //
  234. this.colStorageName.Caption = "仓库名称";
  235. this.colStorageName.FieldName = "StorageName";
  236. this.colStorageName.Name = "colStorageName";
  237. //
  238. // colBinCode
  239. //
  240. this.colBinCode.Caption = "库位编码";
  241. this.colBinCode.FieldName = "BinCode";
  242. this.colBinCode.Name = "colBinCode";
  243. this.colBinCode.Visible = true;
  244. this.colBinCode.VisibleIndex = 1;
  245. //
  246. // colStackName
  247. //
  248. this.colStackName.Caption = "库位名称";
  249. this.colStackName.FieldName = "StackName";
  250. this.colStackName.Name = "colStackName";
  251. //
  252. // colINVCODE
  253. //
  254. this.colINVCODE.Caption = "存货编码";
  255. this.colINVCODE.FieldName = "INVCODE";
  256. this.colINVCODE.Name = "colINVCODE";
  257. this.colINVCODE.Visible = true;
  258. this.colINVCODE.VisibleIndex = 2;
  259. //
  260. // colINVNAME
  261. //
  262. this.colINVNAME.Caption = "存货名称";
  263. this.colINVNAME.FieldName = "INVNAME";
  264. this.colINVNAME.Name = "colINVNAME";
  265. this.colINVNAME.Visible = true;
  266. this.colINVNAME.VisibleIndex = 3;
  267. //
  268. // colINVDESC
  269. //
  270. this.colINVDESC.Caption = "物料描述";
  271. this.colINVDESC.FieldName = "INVDESC";
  272. this.colINVDESC.Name = "colINVDESC";
  273. //
  274. // colINVUOM
  275. //
  276. this.colINVUOM.Caption = "单位";
  277. this.colINVUOM.FieldName = "INVUOM";
  278. this.colINVUOM.Name = "colINVUOM";
  279. this.colINVUOM.Visible = true;
  280. this.colINVUOM.VisibleIndex = 4;
  281. //
  282. // colLotQty
  283. //
  284. this.colLotQty.Caption = "库存数量";
  285. this.colLotQty.FieldName = "LotQty";
  286. this.colLotQty.Name = "colLotQty";
  287. this.colLotQty.Visible = true;
  288. this.colLotQty.VisibleIndex = 5;
  289. //
  290. // colEATTRIBUTE1
  291. //
  292. this.colEATTRIBUTE1.Caption = "保质期";
  293. this.colEATTRIBUTE1.FieldName = "EATTRIBUTE1";
  294. this.colEATTRIBUTE1.Name = "colEATTRIBUTE1";
  295. this.colEATTRIBUTE1.Visible = true;
  296. this.colEATTRIBUTE1.VisibleIndex = 6;
  297. //
  298. // coldaytime
  299. //
  300. this.coldaytime.Caption = "到期日";
  301. this.coldaytime.FieldName = "daytime";
  302. this.coldaytime.Name = "coldaytime";
  303. this.coldaytime.Visible = true;
  304. this.coldaytime.VisibleIndex = 7;
  305. //
  306. // colMTIME
  307. //
  308. this.colMTIME.Caption = "入库时间";
  309. this.colMTIME.FieldName = "MTIME";
  310. this.colMTIME.Name = "colMTIME";
  311. this.colMTIME.Visible = true;
  312. this.colMTIME.VisibleIndex = 8;
  313. //
  314. // grvAdvDetail
  315. //
  316. this.grvAdvDetail.GridControl = this.grdDetail;
  317. this.grvAdvDetail.Name = "grvAdvDetail";
  318. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  319. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  320. this.grvAdvDetail.OptionsView.ShowFooter = true;
  321. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  322. //
  323. // tRefresh
  324. //
  325. this.tRefresh.Interval = 1000;
  326. this.tRefresh.Tick += new System.EventHandler(this.tRefresh_Tick);
  327. //
  328. // Check
  329. //
  330. this.Check.Interval = 1000;
  331. this.Check.Tick += new System.EventHandler(this.Check_Tick);
  332. //
  333. // CheckDate
  334. //
  335. this.CheckDate.Interval = 1000;
  336. this.CheckDate.Tick += new System.EventHandler(this.CheckDate_Tick);
  337. //
  338. // FormMatter
  339. //
  340. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  341. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  342. this.ClientSize = new System.Drawing.Size(846, 439);
  343. this.Controls.Add(this.groupControl1);
  344. this.Controls.Add(this.rptPage);
  345. this.Controls.Add(this.panelControl3);
  346. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  347. this.Name = "FormMatter";
  348. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  349. this.Text = "FormGridReport";
  350. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMatter_FormClosing);
  351. this.Load += new System.EventHandler(this.FormMatter_Load);
  352. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  353. this.panelControl3.ResumeLayout(false);
  354. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  355. this.groupControl1.ResumeLayout(false);
  356. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  357. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  358. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  359. this.ResumeLayout(false);
  360. }
  361. #endregion
  362. private DevExpress.XtraEditors.PanelControl panelControl3;
  363. private DevExpress.XtraEditors.LabelControl INVRTitle;
  364. private Base.UserControl.FormControl.PageNavTool rptPage;
  365. private DevExpress.XtraEditors.GroupControl groupControl1;
  366. private DevExpress.XtraGrid.GridControl grdDetail;
  367. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  368. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  369. private DevExpress.XtraGrid.Columns.GridColumn colNum;
  370. private DevExpress.XtraEditors.SimpleButton btnClose;
  371. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  372. private DevExpress.XtraGrid.Columns.GridColumn colLotNO;
  373. private DevExpress.XtraGrid.Columns.GridColumn colWHCode;
  374. private DevExpress.XtraGrid.Columns.GridColumn colBinCode;
  375. private DevExpress.XtraGrid.Columns.GridColumn colINVCODE;
  376. private DevExpress.XtraGrid.Columns.GridColumn colLotQty;
  377. private System.Windows.Forms.Timer tRefresh;
  378. private DevExpress.XtraEditors.SimpleButton btnRefresh;
  379. private DevExpress.XtraEditors.SimpleButton btnShow;
  380. private DevExpress.XtraGrid.Columns.GridColumn colINVNAME;
  381. private DevExpress.XtraGrid.Columns.GridColumn colINVUOM;
  382. private DevExpress.XtraGrid.Columns.GridColumn colEATTRIBUTE1;
  383. private DevExpress.XtraGrid.Columns.GridColumn colStorageName;
  384. private DevExpress.XtraGrid.Columns.GridColumn colStackName;
  385. private DevExpress.XtraGrid.Columns.GridColumn colINVDESC;
  386. private DevExpress.XtraGrid.Columns.GridColumn coldaytime;
  387. private System.Windows.Forms.Timer Check;
  388. private System.Windows.Forms.Timer CheckDate;
  389. }
  390. }