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

328 lines
16 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormMatterShow
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMatterShow));
  29. this.tRoll = new System.Windows.Forms.Timer();
  30. this.INVRTitle = new DevExpress.XtraEditors.LabelControl();
  31. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  32. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  33. this.tRefresh = new System.Windows.Forms.Timer();
  34. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  35. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  36. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  37. this.colNum = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.colLotNO = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.colWHCode = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.colStorageName = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.colBinCode = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.colStackName = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.colINVCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colINVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.colINVDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colINVUOM = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colLotQty = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colEATTRIBUTE1 = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.coldaytime = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  52. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  53. this.panelControl3.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  55. this.groupControl1.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  59. this.SuspendLayout();
  60. //
  61. // tRoll
  62. //
  63. this.tRoll.Interval = 1000;
  64. this.tRoll.Tick += new System.EventHandler(this.tRoll_Tick);
  65. //
  66. // INVRTitle
  67. //
  68. this.INVRTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.INVRTitle.Appearance.ForeColor = System.Drawing.Color.White;
  70. this.INVRTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  71. this.INVRTitle.Location = new System.Drawing.Point(3, 4);
  72. this.INVRTitle.Name = "INVRTitle";
  73. this.INVRTitle.Size = new System.Drawing.Size(134, 23);
  74. this.INVRTitle.TabIndex = 19;
  75. this.INVRTitle.Text = "原材料信息看板";
  76. //
  77. // btnClose
  78. //
  79. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  80. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  81. this.btnClose.Appearance.Options.UseFont = true;
  82. this.btnClose.Appearance.Options.UseForeColor = true;
  83. this.btnClose.Appearance.Options.UseTextOptions = true;
  84. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  85. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  86. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  87. this.btnClose.Location = new System.Drawing.Point(850, 0);
  88. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  89. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  90. this.btnClose.Name = "btnClose";
  91. this.btnClose.Size = new System.Drawing.Size(26, 30);
  92. this.btnClose.TabIndex = 30;
  93. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  94. //
  95. // panelControl3
  96. //
  97. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  98. this.panelControl3.Appearance.Options.UseBackColor = true;
  99. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  100. this.panelControl3.Controls.Add(this.btnClose);
  101. this.panelControl3.Controls.Add(this.INVRTitle);
  102. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  103. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  104. this.panelControl3.Name = "panelControl3";
  105. this.panelControl3.Size = new System.Drawing.Size(876, 30);
  106. this.panelControl3.TabIndex = 13;
  107. //
  108. // tRefresh
  109. //
  110. this.tRefresh.Interval = 1000;
  111. this.tRefresh.Tick += new System.EventHandler(this.tRefresh_Tick);
  112. //
  113. // groupControl1
  114. //
  115. this.groupControl1.Controls.Add(this.grdDetail);
  116. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  117. this.groupControl1.Location = new System.Drawing.Point(0, 30);
  118. this.groupControl1.Name = "groupControl1";
  119. this.groupControl1.Size = new System.Drawing.Size(876, 409);
  120. this.groupControl1.TabIndex = 15;
  121. this.groupControl1.Text = "详细信息";
  122. //
  123. // grdDetail
  124. //
  125. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  126. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  127. this.grdDetail.MainView = this.grvDetail;
  128. this.grdDetail.Name = "grdDetail";
  129. this.grdDetail.Size = new System.Drawing.Size(872, 385);
  130. this.grdDetail.TabIndex = 0;
  131. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  132. this.grvDetail,
  133. this.grvAdvDetail});
  134. //
  135. // grvDetail
  136. //
  137. this.grvDetail.Appearance.HeaderPanel.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.grvDetail.Appearance.HeaderPanel.Options.UseFont = true;
  139. this.grvDetail.Appearance.Row.Font = new System.Drawing.Font("Consolas", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  140. this.grvDetail.Appearance.Row.Options.UseFont = true;
  141. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  142. this.colNum,
  143. this.colLotNO,
  144. this.colWHCode,
  145. this.colStorageName,
  146. this.colBinCode,
  147. this.colStackName,
  148. this.colINVCODE,
  149. this.colINVNAME,
  150. this.colINVDESC,
  151. this.colINVUOM,
  152. this.colLotQty,
  153. this.colEATTRIBUTE1,
  154. this.coldaytime,
  155. this.colMTIME});
  156. this.grvDetail.GridControl = this.grdDetail;
  157. this.grvDetail.Name = "grvDetail";
  158. this.grvDetail.OptionsBehavior.Editable = false;
  159. this.grvDetail.OptionsBehavior.ReadOnly = true;
  160. this.grvDetail.OptionsSelection.MultiSelect = true;
  161. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  162. this.grvDetail.OptionsView.ShowFooter = true;
  163. this.grvDetail.OptionsView.ShowGroupPanel = false;
  164. //
  165. // colNum
  166. //
  167. this.colNum.Caption = "行号";
  168. this.colNum.FieldName = "Num";
  169. this.colNum.Name = "colNum";
  170. //
  171. // colLotNO
  172. //
  173. this.colLotNO.Caption = "条码";
  174. this.colLotNO.FieldName = "LotNO";
  175. this.colLotNO.Name = "colLotNO";
  176. this.colLotNO.Visible = true;
  177. this.colLotNO.VisibleIndex = 0;
  178. //
  179. // colWHCode
  180. //
  181. this.colWHCode.Caption = "仓库编码";
  182. this.colWHCode.FieldName = "WHCode";
  183. this.colWHCode.Name = "colWHCode";
  184. //
  185. // colStorageName
  186. //
  187. this.colStorageName.Caption = "仓库名称";
  188. this.colStorageName.FieldName = "StorageName";
  189. this.colStorageName.Name = "colStorageName";
  190. //
  191. // colBinCode
  192. //
  193. this.colBinCode.Caption = "库位编码";
  194. this.colBinCode.FieldName = "BinCode";
  195. this.colBinCode.Name = "colBinCode";
  196. this.colBinCode.Visible = true;
  197. this.colBinCode.VisibleIndex = 1;
  198. //
  199. // colStackName
  200. //
  201. this.colStackName.Caption = "库位名称";
  202. this.colStackName.FieldName = "StackName";
  203. this.colStackName.Name = "colStackName";
  204. //
  205. // colINVCODE
  206. //
  207. this.colINVCODE.Caption = "存货编码";
  208. this.colINVCODE.FieldName = "INVCODE";
  209. this.colINVCODE.Name = "colINVCODE";
  210. this.colINVCODE.Visible = true;
  211. this.colINVCODE.VisibleIndex = 2;
  212. //
  213. // colINVNAME
  214. //
  215. this.colINVNAME.Caption = "存货名称";
  216. this.colINVNAME.FieldName = "INVNAME";
  217. this.colINVNAME.Name = "colINVNAME";
  218. this.colINVNAME.Visible = true;
  219. this.colINVNAME.VisibleIndex = 3;
  220. //
  221. // colINVDESC
  222. //
  223. this.colINVDESC.Caption = "物料描述";
  224. this.colINVDESC.FieldName = "INVDESC";
  225. this.colINVDESC.Name = "colINVDESC";
  226. //
  227. // colINVUOM
  228. //
  229. this.colINVUOM.Caption = "单位";
  230. this.colINVUOM.FieldName = "INVUOM";
  231. this.colINVUOM.Name = "colINVUOM";
  232. this.colINVUOM.Visible = true;
  233. this.colINVUOM.VisibleIndex = 4;
  234. //
  235. // colLotQty
  236. //
  237. this.colLotQty.Caption = "库存数量";
  238. this.colLotQty.FieldName = "LotQty";
  239. this.colLotQty.Name = "colLotQty";
  240. this.colLotQty.Visible = true;
  241. this.colLotQty.VisibleIndex = 5;
  242. //
  243. // colEATTRIBUTE1
  244. //
  245. this.colEATTRIBUTE1.Caption = "保质期";
  246. this.colEATTRIBUTE1.FieldName = "EATTRIBUTE1";
  247. this.colEATTRIBUTE1.Name = "colEATTRIBUTE1";
  248. this.colEATTRIBUTE1.Visible = true;
  249. this.colEATTRIBUTE1.VisibleIndex = 6;
  250. //
  251. // coldaytime
  252. //
  253. this.coldaytime.Caption = "到期日";
  254. this.coldaytime.FieldName = "daytime";
  255. this.coldaytime.Name = "coldaytime";
  256. this.coldaytime.Visible = true;
  257. this.coldaytime.VisibleIndex = 7;
  258. //
  259. // colMTIME
  260. //
  261. this.colMTIME.Caption = "入库时间";
  262. this.colMTIME.FieldName = "MTIME";
  263. this.colMTIME.Name = "colMTIME";
  264. this.colMTIME.Visible = true;
  265. this.colMTIME.VisibleIndex = 8;
  266. //
  267. // grvAdvDetail
  268. //
  269. this.grvAdvDetail.GridControl = this.grdDetail;
  270. this.grvAdvDetail.Name = "grvAdvDetail";
  271. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  272. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  273. this.grvAdvDetail.OptionsView.ShowFooter = true;
  274. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  275. //
  276. // FormMatterShow
  277. //
  278. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  279. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  280. this.ClientSize = new System.Drawing.Size(876, 439);
  281. this.Controls.Add(this.groupControl1);
  282. this.Controls.Add(this.panelControl3);
  283. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  284. this.Name = "FormMatterShow";
  285. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  286. this.Text = "FormGridReport";
  287. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMatterShow_FormClosing);
  288. this.Load += new System.EventHandler(this.FormMatterShow_Load);
  289. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  290. this.panelControl3.ResumeLayout(false);
  291. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  292. this.groupControl1.ResumeLayout(false);
  293. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  294. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  295. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  296. this.ResumeLayout(false);
  297. }
  298. #endregion
  299. private System.Windows.Forms.Timer tRoll;
  300. private DevExpress.XtraEditors.LabelControl INVRTitle;
  301. private DevExpress.XtraEditors.SimpleButton btnClose;
  302. private DevExpress.XtraEditors.PanelControl panelControl3;
  303. private System.Windows.Forms.Timer tRefresh;
  304. private DevExpress.XtraEditors.GroupControl groupControl1;
  305. private DevExpress.XtraGrid.GridControl grdDetail;
  306. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  307. private DevExpress.XtraGrid.Columns.GridColumn colNum;
  308. private DevExpress.XtraGrid.Columns.GridColumn colLotNO;
  309. private DevExpress.XtraGrid.Columns.GridColumn colWHCode;
  310. private DevExpress.XtraGrid.Columns.GridColumn colStorageName;
  311. private DevExpress.XtraGrid.Columns.GridColumn colBinCode;
  312. private DevExpress.XtraGrid.Columns.GridColumn colStackName;
  313. private DevExpress.XtraGrid.Columns.GridColumn colINVCODE;
  314. private DevExpress.XtraGrid.Columns.GridColumn colINVNAME;
  315. private DevExpress.XtraGrid.Columns.GridColumn colINVDESC;
  316. private DevExpress.XtraGrid.Columns.GridColumn colINVUOM;
  317. private DevExpress.XtraGrid.Columns.GridColumn colLotQty;
  318. private DevExpress.XtraGrid.Columns.GridColumn colEATTRIBUTE1;
  319. private DevExpress.XtraGrid.Columns.GridColumn coldaytime;
  320. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  321. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  322. }
  323. }