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

716 lines
38 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSWareHouseLotInfo
  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(FormICSWareHouseLotInfo));
  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.btnEdit = new DevExpress.XtraEditors.SimpleButton();
  35. this.btnDel = new DevExpress.XtraEditors.SimpleButton();
  36. this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
  37. this.hepi = new DevExpress.XtraEditors.SimpleButton();
  38. this.fenpi = new DevExpress.XtraEditors.SimpleButton();
  39. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  40. this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
  41. this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
  42. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  43. this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
  44. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  45. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  46. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  47. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  48. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colLotNO = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.colWHGUID = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.colWHCode = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.colBinGUID = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.colVenderLotNO = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.colBinCode = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.colINVGUID = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.colAuxiliaryRatio = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.colINVCode = new DevExpress.XtraGrid.Columns.GridColumn();
  59. this.colLotQty = new DevExpress.XtraGrid.Columns.GridColumn();
  60. this.colReceiveDate = new DevExpress.XtraGrid.Columns.GridColumn();
  61. this.colWorkPoint = new DevExpress.XtraGrid.Columns.GridColumn();
  62. this.colMUSER = new DevExpress.XtraGrid.Columns.GridColumn();
  63. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  64. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  65. this.colEATTRIBUTE1 = new DevExpress.XtraGrid.Columns.GridColumn();
  66. this.colStorageName = new DevExpress.XtraGrid.Columns.GridColumn();
  67. this.colStackName = new DevExpress.XtraGrid.Columns.GridColumn();
  68. this.colINVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
  69. this.colTYPE = new DevExpress.XtraGrid.Columns.GridColumn();
  70. this.colMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  71. this.colTransNO = new DevExpress.XtraGrid.Columns.GridColumn();
  72. this.colTransLine = new DevExpress.XtraGrid.Columns.GridColumn();
  73. this.colINVSTD = new DevExpress.XtraGrid.Columns.GridColumn();
  74. this.colVENGUID = new DevExpress.XtraGrid.Columns.GridColumn();
  75. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  76. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  77. this.panelControl3.SuspendLayout();
  78. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  79. this.groupControl1.SuspendLayout();
  80. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  83. this.SuspendLayout();
  84. //
  85. // btnOutPut
  86. //
  87. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  88. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  89. this.btnOutPut.Appearance.Options.UseFont = true;
  90. this.btnOutPut.Appearance.Options.UseForeColor = true;
  91. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  92. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  93. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  94. this.btnOutPut.Location = new System.Drawing.Point(654, 0);
  95. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  96. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  97. this.btnOutPut.Name = "btnOutPut";
  98. this.btnOutPut.Size = new System.Drawing.Size(63, 30);
  99. this.btnOutPut.TabIndex = 2;
  100. this.btnOutPut.Text = "导出";
  101. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  102. //
  103. // btnConfig
  104. //
  105. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  106. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  107. this.btnConfig.Appearance.Options.UseFont = true;
  108. this.btnConfig.Appearance.Options.UseForeColor = true;
  109. this.btnConfig.Appearance.Options.UseTextOptions = true;
  110. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  111. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  112. this.btnConfig.Location = new System.Drawing.Point(168, 0);
  113. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  114. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  115. this.btnConfig.Name = "btnConfig";
  116. this.btnConfig.Size = new System.Drawing.Size(92, 30);
  117. this.btnConfig.TabIndex = 4;
  118. this.btnConfig.Text = "数据源设置";
  119. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  120. //
  121. // btnExit
  122. //
  123. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  124. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  125. this.btnExit.Appearance.Options.UseFont = true;
  126. this.btnExit.Appearance.Options.UseForeColor = true;
  127. this.btnExit.Appearance.Options.UseTextOptions = true;
  128. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  129. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  130. this.btnExit.Location = new System.Drawing.Point(774, 1);
  131. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  132. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  133. this.btnExit.Name = "btnExit";
  134. this.btnExit.Size = new System.Drawing.Size(55, 30);
  135. this.btnExit.TabIndex = 10;
  136. this.btnExit.Text = "退出";
  137. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  138. //
  139. // btnFilter
  140. //
  141. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  142. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  143. this.btnFilter.Appearance.Options.UseFont = true;
  144. this.btnFilter.Appearance.Options.UseForeColor = true;
  145. this.btnFilter.Appearance.Options.UseTextOptions = true;
  146. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  147. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  148. this.btnFilter.Location = new System.Drawing.Point(109, 0);
  149. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  150. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  151. this.btnFilter.Name = "btnFilter";
  152. this.btnFilter.Size = new System.Drawing.Size(59, 30);
  153. this.btnFilter.TabIndex = 11;
  154. this.btnFilter.Text = "过滤";
  155. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  156. //
  157. // panelControl3
  158. //
  159. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  160. this.panelControl3.Appearance.Options.UseBackColor = true;
  161. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  162. this.panelControl3.Controls.Add(this.btnEdit);
  163. this.panelControl3.Controls.Add(this.btnDel);
  164. this.panelControl3.Controls.Add(this.btnPrint);
  165. this.panelControl3.Controls.Add(this.hepi);
  166. this.panelControl3.Controls.Add(this.fenpi);
  167. this.panelControl3.Controls.Add(this.btnClose);
  168. this.panelControl3.Controls.Add(this.btnCancelAll);
  169. this.panelControl3.Controls.Add(this.btnSelectAll);
  170. this.panelControl3.Controls.Add(this.lblTitle);
  171. this.panelControl3.Controls.Add(this.btnRefresh);
  172. this.panelControl3.Controls.Add(this.btnFilter);
  173. this.panelControl3.Controls.Add(this.btnExit);
  174. this.panelControl3.Controls.Add(this.btnConfig);
  175. this.panelControl3.Controls.Add(this.btnOutPut);
  176. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  177. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  178. this.panelControl3.Name = "panelControl3";
  179. this.panelControl3.Size = new System.Drawing.Size(970, 30);
  180. this.panelControl3.TabIndex = 13;
  181. //
  182. // btnEdit
  183. //
  184. this.btnEdit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  185. this.btnEdit.Appearance.ForeColor = System.Drawing.Color.White;
  186. this.btnEdit.Appearance.Options.UseFont = true;
  187. this.btnEdit.Appearance.Options.UseForeColor = true;
  188. this.btnEdit.Appearance.Options.UseTextOptions = true;
  189. this.btnEdit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  190. this.btnEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image")));
  191. this.btnEdit.Location = new System.Drawing.Point(543, 0);
  192. this.btnEdit.LookAndFeel.SkinName = "BlueButtonSkin";
  193. this.btnEdit.LookAndFeel.UseDefaultLookAndFeel = false;
  194. this.btnEdit.Name = "btnEdit";
  195. this.btnEdit.Size = new System.Drawing.Size(58, 30);
  196. this.btnEdit.TabIndex = 31;
  197. this.btnEdit.Text = "修改";
  198. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  199. //
  200. // btnDel
  201. //
  202. this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  203. this.btnDel.Appearance.ForeColor = System.Drawing.Color.White;
  204. this.btnDel.Appearance.Options.UseFont = true;
  205. this.btnDel.Appearance.Options.UseForeColor = true;
  206. this.btnDel.Appearance.Options.UseTextOptions = true;
  207. this.btnDel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  208. this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
  209. this.btnDel.Location = new System.Drawing.Point(600, 0);
  210. this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin";
  211. this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false;
  212. this.btnDel.Name = "btnDel";
  213. this.btnDel.Size = new System.Drawing.Size(55, 30);
  214. this.btnDel.TabIndex = 30;
  215. this.btnDel.Text = "删除";
  216. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  217. //
  218. // btnPrint
  219. //
  220. this.btnPrint.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  221. this.btnPrint.Appearance.ForeColor = System.Drawing.Color.White;
  222. this.btnPrint.Appearance.Options.UseFont = true;
  223. this.btnPrint.Appearance.Options.UseForeColor = true;
  224. this.btnPrint.Appearance.Options.UseTextOptions = true;
  225. this.btnPrint.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  226. this.btnPrint.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.Image")));
  227. this.btnPrint.Location = new System.Drawing.Point(488, 0);
  228. this.btnPrint.LookAndFeel.SkinName = "BlueButtonSkin";
  229. this.btnPrint.LookAndFeel.UseDefaultLookAndFeel = false;
  230. this.btnPrint.Name = "btnPrint";
  231. this.btnPrint.Size = new System.Drawing.Size(55, 30);
  232. this.btnPrint.TabIndex = 28;
  233. this.btnPrint.Text = "打印";
  234. this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
  235. //
  236. // hepi
  237. //
  238. this.hepi.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  239. this.hepi.Appearance.ForeColor = System.Drawing.Color.White;
  240. this.hepi.Appearance.Options.UseFont = true;
  241. this.hepi.Appearance.Options.UseForeColor = true;
  242. this.hepi.Appearance.Options.UseTextOptions = true;
  243. this.hepi.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  244. this.hepi.Image = ((System.Drawing.Image)(resources.GetObject("hepi.Image")));
  245. this.hepi.Location = new System.Drawing.Point(432, 0);
  246. this.hepi.LookAndFeel.SkinName = "BlueButtonSkin";
  247. this.hepi.LookAndFeel.UseDefaultLookAndFeel = false;
  248. this.hepi.Name = "hepi";
  249. this.hepi.Size = new System.Drawing.Size(58, 30);
  250. this.hepi.TabIndex = 27;
  251. this.hepi.Text = "合批";
  252. this.hepi.Click += new System.EventHandler(this.hepi_Click);
  253. //
  254. // fenpi
  255. //
  256. this.fenpi.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  257. this.fenpi.Appearance.ForeColor = System.Drawing.Color.White;
  258. this.fenpi.Appearance.Options.UseFont = true;
  259. this.fenpi.Appearance.Options.UseForeColor = true;
  260. this.fenpi.Appearance.Options.UseTextOptions = true;
  261. this.fenpi.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  262. this.fenpi.Image = ((System.Drawing.Image)(resources.GetObject("fenpi.Image")));
  263. this.fenpi.Location = new System.Drawing.Point(374, 0);
  264. this.fenpi.LookAndFeel.SkinName = "BlueButtonSkin";
  265. this.fenpi.LookAndFeel.UseDefaultLookAndFeel = false;
  266. this.fenpi.Name = "fenpi";
  267. this.fenpi.Size = new System.Drawing.Size(58, 30);
  268. this.fenpi.TabIndex = 26;
  269. this.fenpi.Text = "分批";
  270. this.fenpi.Click += new System.EventHandler(this.fenpi_Click);
  271. //
  272. // btnClose
  273. //
  274. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  275. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  276. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  277. this.btnClose.Appearance.Options.UseFont = true;
  278. this.btnClose.Appearance.Options.UseForeColor = true;
  279. this.btnClose.Appearance.Options.UseTextOptions = true;
  280. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  281. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  282. this.btnClose.Location = new System.Drawing.Point(944, 0);
  283. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  284. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  285. this.btnClose.Name = "btnClose";
  286. this.btnClose.Size = new System.Drawing.Size(26, 29);
  287. this.btnClose.TabIndex = 25;
  288. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  289. //
  290. // btnCancelAll
  291. //
  292. this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  293. this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White;
  294. this.btnCancelAll.Appearance.Options.UseFont = true;
  295. this.btnCancelAll.Appearance.Options.UseForeColor = true;
  296. this.btnCancelAll.Appearance.Options.UseTextOptions = true;
  297. this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  298. this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image")));
  299. this.btnCancelAll.Location = new System.Drawing.Point(318, 0);
  300. this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
  301. this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
  302. this.btnCancelAll.Name = "btnCancelAll";
  303. this.btnCancelAll.Size = new System.Drawing.Size(58, 30);
  304. this.btnCancelAll.TabIndex = 22;
  305. this.btnCancelAll.Text = "全消";
  306. this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click);
  307. //
  308. // btnSelectAll
  309. //
  310. this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  311. this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White;
  312. this.btnSelectAll.Appearance.Options.UseFont = true;
  313. this.btnSelectAll.Appearance.Options.UseForeColor = true;
  314. this.btnSelectAll.Appearance.Options.UseTextOptions = true;
  315. this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  316. this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image")));
  317. this.btnSelectAll.Location = new System.Drawing.Point(260, 0);
  318. this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
  319. this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
  320. this.btnSelectAll.Name = "btnSelectAll";
  321. this.btnSelectAll.Size = new System.Drawing.Size(58, 30);
  322. this.btnSelectAll.TabIndex = 20;
  323. this.btnSelectAll.Text = "全选";
  324. this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
  325. //
  326. // lblTitle
  327. //
  328. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  329. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  330. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  331. this.lblTitle.Location = new System.Drawing.Point(3, 4);
  332. this.lblTitle.Name = "lblTitle";
  333. this.lblTitle.Size = new System.Drawing.Size(100, 23);
  334. this.lblTitle.TabIndex = 19;
  335. this.lblTitle.Text = " 分批和合批";
  336. //
  337. // btnRefresh
  338. //
  339. this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  340. this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White;
  341. this.btnRefresh.Appearance.Options.UseFont = true;
  342. this.btnRefresh.Appearance.Options.UseForeColor = true;
  343. this.btnRefresh.Appearance.Options.UseTextOptions = true;
  344. this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  345. this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
  346. this.btnRefresh.Location = new System.Drawing.Point(717, 0);
  347. this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin";
  348. this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false;
  349. this.btnRefresh.Name = "btnRefresh";
  350. this.btnRefresh.Size = new System.Drawing.Size(58, 30);
  351. this.btnRefresh.TabIndex = 17;
  352. this.btnRefresh.Text = "刷新";
  353. this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
  354. //
  355. // rptPage
  356. //
  357. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  358. this.rptPage.Appearance.Options.UseBackColor = true;
  359. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  360. this.rptPage.isInit = false;
  361. this.rptPage.Location = new System.Drawing.Point(0, 413);
  362. this.rptPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  363. this.rptPage.Name = "rptPage";
  364. this.rptPage.PageIndex = 0;
  365. this.rptPage.PageSize = 0;
  366. this.rptPage.RecordNum = 0;
  367. this.rptPage.Size = new System.Drawing.Size(970, 26);
  368. this.rptPage.TabIndex = 15;
  369. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  370. //
  371. // groupControl1
  372. //
  373. this.groupControl1.Controls.Add(this.grdDetail);
  374. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  375. this.groupControl1.Location = new System.Drawing.Point(0, 30);
  376. this.groupControl1.Name = "groupControl1";
  377. this.groupControl1.Size = new System.Drawing.Size(970, 383);
  378. this.groupControl1.TabIndex = 14;
  379. this.groupControl1.Text = "详细信息";
  380. //
  381. // grdDetail
  382. //
  383. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  384. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  385. this.grdDetail.MainView = this.grvDetail;
  386. this.grdDetail.Name = "grdDetail";
  387. this.grdDetail.Size = new System.Drawing.Size(966, 359);
  388. this.grdDetail.TabIndex = 0;
  389. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  390. this.grvDetail,
  391. this.grvAdvDetail});
  392. //
  393. // grvDetail
  394. //
  395. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  396. this.colisSelect,
  397. this.colID,
  398. this.colLotNO,
  399. this.colWHGUID,
  400. this.colWHCode,
  401. this.colBinGUID,
  402. this.colVenderLotNO,
  403. this.colBinCode,
  404. this.colINVGUID,
  405. this.colAuxiliaryRatio,
  406. this.colINVCode,
  407. this.colLotQty,
  408. this.colReceiveDate,
  409. this.colWorkPoint,
  410. this.colMUSER,
  411. this.colMUSERName,
  412. this.colMTIME,
  413. this.colEATTRIBUTE1,
  414. this.colStorageName,
  415. this.colStackName,
  416. this.colINVNAME,
  417. this.colTYPE,
  418. this.colMCODE,
  419. this.colTransNO,
  420. this.colTransLine,
  421. this.colINVSTD,
  422. this.colVENGUID});
  423. this.grvDetail.GridControl = this.grdDetail;
  424. this.grvDetail.Name = "grvDetail";
  425. this.grvDetail.OptionsBehavior.ReadOnly = true;
  426. this.grvDetail.OptionsSelection.MultiSelect = true;
  427. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  428. this.grvDetail.OptionsView.ShowFooter = true;
  429. this.grvDetail.OptionsView.ShowGroupPanel = false;
  430. this.grvDetail.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.grvDetail_CustomDrawCell);
  431. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  432. //
  433. // colisSelect
  434. //
  435. this.colisSelect.Caption = "选择";
  436. this.colisSelect.FieldName = "isSelect";
  437. this.colisSelect.Name = "colisSelect";
  438. this.colisSelect.OptionsColumn.AllowEdit = false;
  439. this.colisSelect.OptionsColumn.ReadOnly = true;
  440. this.colisSelect.Visible = true;
  441. this.colisSelect.VisibleIndex = 0;
  442. //
  443. // colID
  444. //
  445. this.colID.Caption = "guid";
  446. this.colID.FieldName = "ID";
  447. this.colID.Name = "colID";
  448. //
  449. // colLotNO
  450. //
  451. this.colLotNO.Caption = "物料条码";
  452. this.colLotNO.FieldName = "LotNO";
  453. this.colLotNO.Name = "colLotNO";
  454. this.colLotNO.Visible = true;
  455. this.colLotNO.VisibleIndex = 1;
  456. //
  457. // colWHGUID
  458. //
  459. this.colWHGUID.Caption = "库房ID";
  460. this.colWHGUID.FieldName = "WHGUID";
  461. this.colWHGUID.Name = "colWHGUID";
  462. //
  463. // colWHCode
  464. //
  465. this.colWHCode.Caption = "库房编码";
  466. this.colWHCode.FieldName = "WHCode";
  467. this.colWHCode.Name = "colWHCode";
  468. this.colWHCode.Visible = true;
  469. this.colWHCode.VisibleIndex = 2;
  470. //
  471. // colBinGUID
  472. //
  473. this.colBinGUID.Caption = "库位ID";
  474. this.colBinGUID.FieldName = "BinGUID";
  475. this.colBinGUID.Name = "colBinGUID";
  476. //
  477. // colVenderLotNO
  478. //
  479. this.colVenderLotNO.Caption = "零件号";
  480. this.colVenderLotNO.FieldName = "VenderLotNO";
  481. this.colVenderLotNO.Name = "colVenderLotNO";
  482. this.colVenderLotNO.Visible = true;
  483. this.colVenderLotNO.VisibleIndex = 3;
  484. //
  485. // colBinCode
  486. //
  487. this.colBinCode.Caption = "库位编码";
  488. this.colBinCode.FieldName = "BinCode";
  489. this.colBinCode.Name = "colBinCode";
  490. this.colBinCode.Visible = true;
  491. this.colBinCode.VisibleIndex = 6;
  492. //
  493. // colINVGUID
  494. //
  495. this.colINVGUID.Caption = "物料ID";
  496. this.colINVGUID.FieldName = "INVGUID";
  497. this.colINVGUID.Name = "colINVGUID";
  498. //
  499. // colAuxiliaryRatio
  500. //
  501. this.colAuxiliaryRatio.Caption = "辅计量比率";
  502. this.colAuxiliaryRatio.FieldName = "AuxiliaryRatio";
  503. this.colAuxiliaryRatio.Name = "colAuxiliaryRatio";
  504. this.colAuxiliaryRatio.Visible = true;
  505. this.colAuxiliaryRatio.VisibleIndex = 4;
  506. //
  507. // colINVCode
  508. //
  509. this.colINVCode.Caption = "存货编码";
  510. this.colINVCode.FieldName = "INVCode";
  511. this.colINVCode.Name = "colINVCode";
  512. this.colINVCode.Visible = true;
  513. this.colINVCode.VisibleIndex = 8;
  514. //
  515. // colLotQty
  516. //
  517. this.colLotQty.Caption = "物料在库数量";
  518. this.colLotQty.FieldName = "LotQty";
  519. this.colLotQty.Name = "colLotQty";
  520. this.colLotQty.Visible = true;
  521. this.colLotQty.VisibleIndex = 11;
  522. //
  523. // colReceiveDate
  524. //
  525. this.colReceiveDate.Caption = "入库日期";
  526. this.colReceiveDate.FieldName = "ReceiveDate";
  527. this.colReceiveDate.Name = "colReceiveDate";
  528. this.colReceiveDate.Visible = true;
  529. this.colReceiveDate.VisibleIndex = 12;
  530. //
  531. // colWorkPoint
  532. //
  533. this.colWorkPoint.Caption = "站点";
  534. this.colWorkPoint.FieldName = "WorkPoint";
  535. this.colWorkPoint.Name = "colWorkPoint";
  536. //
  537. // colMUSER
  538. //
  539. this.colMUSER.Caption = "维护人";
  540. this.colMUSER.FieldName = "MUSER";
  541. this.colMUSER.Name = "colMUSER";
  542. //
  543. // colMUSERName
  544. //
  545. this.colMUSERName.Caption = "维护人名称";
  546. this.colMUSERName.FieldName = "MUSERName";
  547. this.colMUSERName.Name = "colMUSERName";
  548. this.colMUSERName.Visible = true;
  549. this.colMUSERName.VisibleIndex = 13;
  550. //
  551. // colMTIME
  552. //
  553. this.colMTIME.Caption = "维护时间";
  554. this.colMTIME.FieldName = "MTIME";
  555. this.colMTIME.Name = "colMTIME";
  556. //
  557. // colEATTRIBUTE1
  558. //
  559. this.colEATTRIBUTE1.Caption = "备用字段";
  560. this.colEATTRIBUTE1.FieldName = "EATTRIBUTE1";
  561. this.colEATTRIBUTE1.Name = "colEATTRIBUTE1";
  562. //
  563. // colStorageName
  564. //
  565. this.colStorageName.Caption = "库房名称";
  566. this.colStorageName.FieldName = "StorageName";
  567. this.colStorageName.Name = "colStorageName";
  568. this.colStorageName.Visible = true;
  569. this.colStorageName.VisibleIndex = 5;
  570. //
  571. // colStackName
  572. //
  573. this.colStackName.Caption = "库位名称";
  574. this.colStackName.FieldName = "StackName";
  575. this.colStackName.Name = "colStackName";
  576. this.colStackName.Visible = true;
  577. this.colStackName.VisibleIndex = 7;
  578. //
  579. // colINVNAME
  580. //
  581. this.colINVNAME.Caption = "存货名称";
  582. this.colINVNAME.FieldName = "INVNAME";
  583. this.colINVNAME.Name = "colINVNAME";
  584. this.colINVNAME.Visible = true;
  585. this.colINVNAME.VisibleIndex = 9;
  586. //
  587. // colTYPE
  588. //
  589. this.colTYPE.Caption = "条码类型";
  590. this.colTYPE.FieldName = "TYPE";
  591. this.colTYPE.Name = "colTYPE";
  592. this.colTYPE.Visible = true;
  593. this.colTYPE.VisibleIndex = 14;
  594. //
  595. // colMCODE
  596. //
  597. this.colMCODE.Caption = "生产订单号";
  598. this.colMCODE.FieldName = "ItemCode";
  599. this.colMCODE.Name = "colMCODE";
  600. //
  601. // colTransNO
  602. //
  603. this.colTransNO.Caption = "交易单号";
  604. this.colTransNO.FieldName = "TransNO";
  605. this.colTransNO.Name = "colTransNO";
  606. this.colTransNO.Visible = true;
  607. this.colTransNO.VisibleIndex = 15;
  608. //
  609. // colTransLine
  610. //
  611. this.colTransLine.Caption = "交易单行号";
  612. this.colTransLine.FieldName = "TransLine";
  613. this.colTransLine.Name = "colTransLine";
  614. this.colTransLine.Visible = true;
  615. this.colTransLine.VisibleIndex = 16;
  616. //
  617. // colINVSTD
  618. //
  619. this.colINVSTD.Caption = "规格型号";
  620. this.colINVSTD.FieldName = "INVSTD";
  621. this.colINVSTD.Name = "colINVSTD";
  622. this.colINVSTD.Visible = true;
  623. this.colINVSTD.VisibleIndex = 10;
  624. //
  625. // colVENGUID
  626. //
  627. this.colVENGUID.Caption = "零件号ID";
  628. this.colVENGUID.FieldName = "VENGUID";
  629. this.colVENGUID.Name = "colVENGUID";
  630. //
  631. // grvAdvDetail
  632. //
  633. this.grvAdvDetail.GridControl = this.grdDetail;
  634. this.grvAdvDetail.Name = "grvAdvDetail";
  635. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  636. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  637. this.grvAdvDetail.OptionsView.ShowFooter = true;
  638. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  639. //
  640. // FormICSWareHouseLotInfo
  641. //
  642. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  643. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  644. this.ClientSize = new System.Drawing.Size(970, 439);
  645. this.Controls.Add(this.groupControl1);
  646. this.Controls.Add(this.rptPage);
  647. this.Controls.Add(this.panelControl3);
  648. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  649. this.Name = "FormICSWareHouseLotInfo";
  650. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  651. this.Text = "FormGridReport";
  652. this.Load += new System.EventHandler(this.FormICSWareHouseLotInfo_Load);
  653. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  654. this.panelControl3.ResumeLayout(false);
  655. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  656. this.groupControl1.ResumeLayout(false);
  657. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  658. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  659. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  660. this.ResumeLayout(false);
  661. }
  662. #endregion
  663. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  664. private DevExpress.XtraEditors.SimpleButton btnConfig;
  665. private DevExpress.XtraEditors.SimpleButton btnExit;
  666. private DevExpress.XtraEditors.SimpleButton btnFilter;
  667. private DevExpress.XtraEditors.PanelControl panelControl3;
  668. private DevExpress.XtraEditors.SimpleButton btnRefresh;
  669. private DevExpress.XtraEditors.LabelControl lblTitle;
  670. private DevExpress.XtraEditors.SimpleButton btnCancelAll;
  671. private DevExpress.XtraEditors.SimpleButton btnSelectAll;
  672. private Base.UserControl.FormControl.PageNavTool rptPage;
  673. private DevExpress.XtraEditors.GroupControl groupControl1;
  674. private DevExpress.XtraGrid.GridControl grdDetail;
  675. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  676. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  677. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  678. private DevExpress.XtraEditors.SimpleButton btnClose;
  679. private DevExpress.XtraGrid.Columns.GridColumn colID;
  680. private DevExpress.XtraGrid.Columns.GridColumn colLotNO;
  681. private DevExpress.XtraGrid.Columns.GridColumn colWHGUID;
  682. private DevExpress.XtraGrid.Columns.GridColumn colWHCode;
  683. private DevExpress.XtraGrid.Columns.GridColumn colBinGUID;
  684. private DevExpress.XtraGrid.Columns.GridColumn colBinCode;
  685. private DevExpress.XtraGrid.Columns.GridColumn colINVGUID;
  686. private DevExpress.XtraGrid.Columns.GridColumn colINVCode;
  687. private DevExpress.XtraGrid.Columns.GridColumn colLotQty;
  688. private DevExpress.XtraGrid.Columns.GridColumn colReceiveDate;
  689. private DevExpress.XtraGrid.Columns.GridColumn colWorkPoint;
  690. private DevExpress.XtraGrid.Columns.GridColumn colMUSER;
  691. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  692. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  693. private DevExpress.XtraGrid.Columns.GridColumn colEATTRIBUTE1;
  694. private DevExpress.XtraGrid.Columns.GridColumn colStorageName;
  695. private DevExpress.XtraGrid.Columns.GridColumn colStackName;
  696. private DevExpress.XtraGrid.Columns.GridColumn colINVNAME;
  697. private DevExpress.XtraEditors.SimpleButton hepi;
  698. private DevExpress.XtraEditors.SimpleButton fenpi;
  699. private DevExpress.XtraGrid.Columns.GridColumn colTYPE;
  700. private DevExpress.XtraGrid.Columns.GridColumn colMCODE;
  701. private DevExpress.XtraGrid.Columns.GridColumn colTransNO;
  702. private DevExpress.XtraGrid.Columns.GridColumn colTransLine;
  703. private DevExpress.XtraGrid.Columns.GridColumn colINVSTD;
  704. private DevExpress.XtraEditors.SimpleButton btnPrint;
  705. private DevExpress.XtraGrid.Columns.GridColumn colVenderLotNO;
  706. private DevExpress.XtraEditors.SimpleButton btnDel;
  707. private DevExpress.XtraEditors.SimpleButton btnEdit;
  708. private DevExpress.XtraGrid.Columns.GridColumn colVENGUID;
  709. private DevExpress.XtraGrid.Columns.GridColumn colAuxiliaryRatio;
  710. }
  711. }