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

386 lines
20 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSNOInput
  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(FormICSNOInput));
  29. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  30. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  31. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  32. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  33. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  34. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  35. this.INVRTitle = new DevExpress.XtraEditors.LabelControl();
  36. this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
  37. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  38. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  39. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  40. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  41. this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.colLOTNO = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.colLOTQTY = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colMOCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.colMOSEQ = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colVenderLotNO = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colPRODUCTDATE = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.colisInput = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  51. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  52. this.panelControl3.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  54. this.groupControl1.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  58. this.SuspendLayout();
  59. //
  60. // btnOutPut
  61. //
  62. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  63. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  64. this.btnOutPut.Appearance.Options.UseFont = true;
  65. this.btnOutPut.Appearance.Options.UseForeColor = true;
  66. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  67. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  68. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  69. this.btnOutPut.Location = new System.Drawing.Point(274, 0);
  70. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  71. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  72. this.btnOutPut.Name = "btnOutPut";
  73. this.btnOutPut.Size = new System.Drawing.Size(63, 30);
  74. this.btnOutPut.TabIndex = 2;
  75. this.btnOutPut.Text = "导出";
  76. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  77. //
  78. // btnConfig
  79. //
  80. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  81. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  82. this.btnConfig.Appearance.Options.UseFont = true;
  83. this.btnConfig.Appearance.Options.UseForeColor = true;
  84. this.btnConfig.Appearance.Options.UseTextOptions = true;
  85. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  86. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  87. this.btnConfig.Location = new System.Drawing.Point(182, 0);
  88. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  89. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  90. this.btnConfig.Name = "btnConfig";
  91. this.btnConfig.Size = new System.Drawing.Size(92, 30);
  92. this.btnConfig.TabIndex = 4;
  93. this.btnConfig.Text = "数据源设置";
  94. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  95. //
  96. // btnExit
  97. //
  98. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  99. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  100. this.btnExit.Appearance.Options.UseFont = true;
  101. this.btnExit.Appearance.Options.UseForeColor = true;
  102. this.btnExit.Appearance.Options.UseTextOptions = true;
  103. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  104. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  105. this.btnExit.Location = new System.Drawing.Point(395, 0);
  106. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  107. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  108. this.btnExit.Name = "btnExit";
  109. this.btnExit.Size = new System.Drawing.Size(55, 30);
  110. this.btnExit.TabIndex = 10;
  111. this.btnExit.Text = "退出";
  112. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  113. //
  114. // btnFilter
  115. //
  116. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  117. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  118. this.btnFilter.Appearance.Options.UseFont = true;
  119. this.btnFilter.Appearance.Options.UseForeColor = true;
  120. this.btnFilter.Appearance.Options.UseTextOptions = true;
  121. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  122. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  123. this.btnFilter.Location = new System.Drawing.Point(123, 0);
  124. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  125. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  126. this.btnFilter.Name = "btnFilter";
  127. this.btnFilter.Size = new System.Drawing.Size(59, 30);
  128. this.btnFilter.TabIndex = 11;
  129. this.btnFilter.Text = "过滤";
  130. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  131. //
  132. // panelControl3
  133. //
  134. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  135. this.panelControl3.Appearance.Options.UseBackColor = true;
  136. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  137. this.panelControl3.Controls.Add(this.btnClose);
  138. this.panelControl3.Controls.Add(this.INVRTitle);
  139. this.panelControl3.Controls.Add(this.btnRefresh);
  140. this.panelControl3.Controls.Add(this.btnFilter);
  141. this.panelControl3.Controls.Add(this.btnExit);
  142. this.panelControl3.Controls.Add(this.btnConfig);
  143. this.panelControl3.Controls.Add(this.btnOutPut);
  144. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  145. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  146. this.panelControl3.Name = "panelControl3";
  147. this.panelControl3.Size = new System.Drawing.Size(970, 30);
  148. this.panelControl3.TabIndex = 13;
  149. //
  150. // btnClose
  151. //
  152. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  153. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  154. this.btnClose.Appearance.Options.UseFont = true;
  155. this.btnClose.Appearance.Options.UseForeColor = true;
  156. this.btnClose.Appearance.Options.UseTextOptions = true;
  157. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  158. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  159. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  160. this.btnClose.Location = new System.Drawing.Point(944, 0);
  161. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  162. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  163. this.btnClose.Name = "btnClose";
  164. this.btnClose.Size = new System.Drawing.Size(26, 30);
  165. this.btnClose.TabIndex = 30;
  166. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  167. //
  168. // INVRTitle
  169. //
  170. this.INVRTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  171. this.INVRTitle.Appearance.ForeColor = System.Drawing.Color.White;
  172. this.INVRTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  173. this.INVRTitle.Location = new System.Drawing.Point(3, 4);
  174. this.INVRTitle.Name = "INVRTitle";
  175. this.INVRTitle.Size = new System.Drawing.Size(119, 23);
  176. this.INVRTitle.TabIndex = 19;
  177. this.INVRTitle.Text = "未入库查询表";
  178. //
  179. // btnRefresh
  180. //
  181. this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  182. this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White;
  183. this.btnRefresh.Appearance.Options.UseFont = true;
  184. this.btnRefresh.Appearance.Options.UseForeColor = true;
  185. this.btnRefresh.Appearance.Options.UseTextOptions = true;
  186. this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  187. this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
  188. this.btnRefresh.Location = new System.Drawing.Point(337, 0);
  189. this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin";
  190. this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false;
  191. this.btnRefresh.Name = "btnRefresh";
  192. this.btnRefresh.Size = new System.Drawing.Size(58, 30);
  193. this.btnRefresh.TabIndex = 17;
  194. this.btnRefresh.Text = "刷新";
  195. this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
  196. //
  197. // rptPage
  198. //
  199. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  200. this.rptPage.Appearance.Options.UseBackColor = true;
  201. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  202. this.rptPage.isInit = false;
  203. this.rptPage.Location = new System.Drawing.Point(0, 413);
  204. this.rptPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  205. this.rptPage.Name = "rptPage";
  206. this.rptPage.PageIndex = 0;
  207. this.rptPage.PageSize = 0;
  208. this.rptPage.RecordNum = 0;
  209. this.rptPage.Size = new System.Drawing.Size(970, 26);
  210. this.rptPage.TabIndex = 15;
  211. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  212. //
  213. // groupControl1
  214. //
  215. this.groupControl1.Controls.Add(this.grdDetail);
  216. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  217. this.groupControl1.Location = new System.Drawing.Point(0, 30);
  218. this.groupControl1.Name = "groupControl1";
  219. this.groupControl1.Size = new System.Drawing.Size(970, 383);
  220. this.groupControl1.TabIndex = 14;
  221. this.groupControl1.Text = "详细信息";
  222. //
  223. // grdDetail
  224. //
  225. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  226. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  227. this.grdDetail.MainView = this.grvDetail;
  228. this.grdDetail.Name = "grdDetail";
  229. this.grdDetail.Size = new System.Drawing.Size(966, 359);
  230. this.grdDetail.TabIndex = 1;
  231. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  232. this.grvDetail,
  233. this.grvAdvDetail});
  234. //
  235. // grvDetail
  236. //
  237. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  238. this.colID,
  239. this.colLOTNO,
  240. this.colLOTQTY,
  241. this.colMOCODE,
  242. this.colMOSEQ,
  243. this.colVenderLotNO,
  244. this.colPRODUCTDATE,
  245. this.colMUSERName,
  246. this.colisInput});
  247. this.grvDetail.GridControl = this.grdDetail;
  248. this.grvDetail.IndicatorWidth = 40;
  249. this.grvDetail.Name = "grvDetail";
  250. this.grvDetail.OptionsBehavior.Editable = false;
  251. this.grvDetail.OptionsBehavior.ReadOnly = true;
  252. this.grvDetail.OptionsSelection.MultiSelect = true;
  253. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  254. this.grvDetail.OptionsView.ShowFooter = true;
  255. this.grvDetail.OptionsView.ShowGroupPanel = false;
  256. //
  257. // colID
  258. //
  259. this.colID.Caption = "ID";
  260. this.colID.FieldName = "ID";
  261. this.colID.Name = "colID";
  262. //
  263. // colLOTNO
  264. //
  265. this.colLOTNO.Caption = "物料条码";
  266. this.colLOTNO.FieldName = "LOTNO";
  267. this.colLOTNO.Name = "colLOTNO";
  268. this.colLOTNO.Visible = true;
  269. this.colLOTNO.VisibleIndex = 0;
  270. this.colLOTNO.Width = 156;
  271. //
  272. // colLOTQTY
  273. //
  274. this.colLOTQTY.Caption = "数量";
  275. this.colLOTQTY.FieldName = "LOTQTY";
  276. this.colLOTQTY.Name = "colLOTQTY";
  277. this.colLOTQTY.Visible = true;
  278. this.colLOTQTY.VisibleIndex = 1;
  279. //
  280. // colMOCODE
  281. //
  282. this.colMOCODE.Caption = "生产订单号";
  283. this.colMOCODE.FieldName = "MOCODE";
  284. this.colMOCODE.Name = "colMOCODE";
  285. this.colMOCODE.Visible = true;
  286. this.colMOCODE.VisibleIndex = 2;
  287. //
  288. // colMOSEQ
  289. //
  290. this.colMOSEQ.Caption = "生产订单行号";
  291. this.colMOSEQ.FieldName = "MOSEQ";
  292. this.colMOSEQ.Name = "colMOSEQ";
  293. this.colMOSEQ.Visible = true;
  294. this.colMOSEQ.VisibleIndex = 3;
  295. //
  296. // colVenderLotNO
  297. //
  298. this.colVenderLotNO.Caption = "生产批次";
  299. this.colVenderLotNO.FieldName = "VenderLotNO";
  300. this.colVenderLotNO.Name = "colVenderLotNO";
  301. this.colVenderLotNO.Visible = true;
  302. this.colVenderLotNO.VisibleIndex = 4;
  303. //
  304. // colPRODUCTDATE
  305. //
  306. this.colPRODUCTDATE.Caption = "生产日期";
  307. this.colPRODUCTDATE.FieldName = "PRODUCTDATE";
  308. this.colPRODUCTDATE.Name = "colPRODUCTDATE";
  309. this.colPRODUCTDATE.Visible = true;
  310. this.colPRODUCTDATE.VisibleIndex = 5;
  311. //
  312. // colMUSERName
  313. //
  314. this.colMUSERName.Caption = "维护人";
  315. this.colMUSERName.FieldName = "MUSERName";
  316. this.colMUSERName.Name = "colMUSERName";
  317. this.colMUSERName.Visible = true;
  318. this.colMUSERName.VisibleIndex = 6;
  319. //
  320. // colisInput
  321. //
  322. this.colisInput.Caption = "已入库";
  323. this.colisInput.FieldName = "isInput";
  324. this.colisInput.Name = "colisInput";
  325. //
  326. // grvAdvDetail
  327. //
  328. this.grvAdvDetail.GridControl = this.grdDetail;
  329. this.grvAdvDetail.Name = "grvAdvDetail";
  330. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  331. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  332. this.grvAdvDetail.OptionsView.ShowFooter = true;
  333. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  334. //
  335. // FormICSNOInput
  336. //
  337. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  338. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  339. this.ClientSize = new System.Drawing.Size(970, 439);
  340. this.Controls.Add(this.groupControl1);
  341. this.Controls.Add(this.rptPage);
  342. this.Controls.Add(this.panelControl3);
  343. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  344. this.Name = "FormICSNOInput";
  345. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  346. this.Text = "FormGridReport";
  347. this.Load += new System.EventHandler(this.FormICSNOInput_Load);
  348. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  349. this.panelControl3.ResumeLayout(false);
  350. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  351. this.groupControl1.ResumeLayout(false);
  352. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  353. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  354. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  355. this.ResumeLayout(false);
  356. }
  357. #endregion
  358. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  359. private DevExpress.XtraEditors.SimpleButton btnConfig;
  360. private DevExpress.XtraEditors.SimpleButton btnExit;
  361. private DevExpress.XtraEditors.SimpleButton btnFilter;
  362. private DevExpress.XtraEditors.PanelControl panelControl3;
  363. private DevExpress.XtraEditors.SimpleButton btnRefresh;
  364. private DevExpress.XtraEditors.LabelControl INVRTitle;
  365. private Base.UserControl.FormControl.PageNavTool rptPage;
  366. private DevExpress.XtraEditors.GroupControl groupControl1;
  367. private DevExpress.XtraEditors.SimpleButton btnClose;
  368. private DevExpress.XtraGrid.GridControl grdDetail;
  369. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  370. private DevExpress.XtraGrid.Columns.GridColumn colID;
  371. private DevExpress.XtraGrid.Columns.GridColumn colLOTNO;
  372. private DevExpress.XtraGrid.Columns.GridColumn colLOTQTY;
  373. private DevExpress.XtraGrid.Columns.GridColumn colMOCODE;
  374. private DevExpress.XtraGrid.Columns.GridColumn colMOSEQ;
  375. private DevExpress.XtraGrid.Columns.GridColumn colVenderLotNO;
  376. private DevExpress.XtraGrid.Columns.GridColumn colPRODUCTDATE;
  377. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  378. private DevExpress.XtraGrid.Columns.GridColumn colisInput;
  379. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  380. }
  381. }