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

636 lines
34 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSPOArrive
  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(FormICSPOArrive));
  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.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
  35. this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
  36. this.btnDel = new DevExpress.XtraEditors.SimpleButton();
  37. this.btnSynchro = new DevExpress.XtraEditors.SimpleButton();
  38. this.btnbeginAdd = new DevExpress.XtraEditors.SimpleButton();
  39. this.btnImportData = new DevExpress.XtraEditors.SimpleButton();
  40. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  41. this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
  42. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  43. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  44. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  45. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  46. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  47. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.ReceiptID = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colReceiptNO = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.colReceiptLine = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.ColLotNo = new DevExpress.XtraGrid.Columns.GridColumn();
  59. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  60. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  61. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  62. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  63. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  64. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  65. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  66. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  67. this. = new DevExpress.XtraGrid.Columns.GridColumn();
  68. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  69. this.colProductCode = new DevExpress.XtraGrid.Columns.GridColumn();
  70. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  71. this.panelControl3.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  73. this.groupControl1.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  77. this.SuspendLayout();
  78. //
  79. // btnOutPut
  80. //
  81. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  82. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  83. this.btnOutPut.Appearance.Options.UseFont = true;
  84. this.btnOutPut.Appearance.Options.UseForeColor = true;
  85. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  86. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  87. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  88. this.btnOutPut.Location = new System.Drawing.Point(376, 0);
  89. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  90. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  91. this.btnOutPut.Name = "btnOutPut";
  92. this.btnOutPut.Size = new System.Drawing.Size(57, 30);
  93. this.btnOutPut.TabIndex = 2;
  94. this.btnOutPut.Text = "导出";
  95. //
  96. // btnConfig
  97. //
  98. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  99. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  100. this.btnConfig.Appearance.Options.UseFont = true;
  101. this.btnConfig.Appearance.Options.UseForeColor = true;
  102. this.btnConfig.Appearance.Options.UseTextOptions = true;
  103. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  104. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  105. this.btnConfig.Location = new System.Drawing.Point(173, 0);
  106. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  107. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  108. this.btnConfig.Name = "btnConfig";
  109. this.btnConfig.Size = new System.Drawing.Size(92, 30);
  110. this.btnConfig.TabIndex = 4;
  111. this.btnConfig.Text = "数据源设置";
  112. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  113. //
  114. // btnExit
  115. //
  116. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  117. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  118. this.btnExit.Appearance.Options.UseFont = true;
  119. this.btnExit.Appearance.Options.UseForeColor = true;
  120. this.btnExit.Appearance.Options.UseTextOptions = true;
  121. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  122. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  123. this.btnExit.Location = new System.Drawing.Point(483, 0);
  124. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  125. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  126. this.btnExit.Name = "btnExit";
  127. this.btnExit.Size = new System.Drawing.Size(56, 30);
  128. this.btnExit.TabIndex = 10;
  129. this.btnExit.Text = "退出";
  130. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  131. //
  132. // btnFilter
  133. //
  134. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  135. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  136. this.btnFilter.Appearance.Options.UseFont = true;
  137. this.btnFilter.Appearance.Options.UseForeColor = true;
  138. this.btnFilter.Appearance.Options.UseTextOptions = true;
  139. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  140. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  141. this.btnFilter.Location = new System.Drawing.Point(114, 0);
  142. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  143. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  144. this.btnFilter.Name = "btnFilter";
  145. this.btnFilter.Size = new System.Drawing.Size(59, 30);
  146. this.btnFilter.TabIndex = 11;
  147. this.btnFilter.Text = "过滤";
  148. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  149. //
  150. // panelControl3
  151. //
  152. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  153. this.panelControl3.Appearance.Options.UseBackColor = true;
  154. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  155. this.panelControl3.Controls.Add(this.btnCancelAll);
  156. this.panelControl3.Controls.Add(this.btnSelectAll);
  157. this.panelControl3.Controls.Add(this.btnDel);
  158. this.panelControl3.Controls.Add(this.btnSynchro);
  159. this.panelControl3.Controls.Add(this.btnbeginAdd);
  160. this.panelControl3.Controls.Add(this.btnImportData);
  161. this.panelControl3.Controls.Add(this.lblTitle);
  162. this.panelControl3.Controls.Add(this.btnRefresh);
  163. this.panelControl3.Controls.Add(this.btnClose);
  164. this.panelControl3.Controls.Add(this.btnFilter);
  165. this.panelControl3.Controls.Add(this.btnExit);
  166. this.panelControl3.Controls.Add(this.btnConfig);
  167. this.panelControl3.Controls.Add(this.btnOutPut);
  168. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  169. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  170. this.panelControl3.Name = "panelControl3";
  171. this.panelControl3.Size = new System.Drawing.Size(995, 30);
  172. this.panelControl3.TabIndex = 13;
  173. //
  174. // btnCancelAll
  175. //
  176. this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  177. this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White;
  178. this.btnCancelAll.Appearance.Options.UseFont = true;
  179. this.btnCancelAll.Appearance.Options.UseForeColor = true;
  180. this.btnCancelAll.Appearance.Options.UseTextOptions = true;
  181. this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  182. this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image")));
  183. this.btnCancelAll.Location = new System.Drawing.Point(321, 0);
  184. this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
  185. this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
  186. this.btnCancelAll.Name = "btnCancelAll";
  187. this.btnCancelAll.Size = new System.Drawing.Size(57, 30);
  188. this.btnCancelAll.TabIndex = 31;
  189. this.btnCancelAll.Text = "全消";
  190. this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click);
  191. //
  192. // btnSelectAll
  193. //
  194. this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  195. this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White;
  196. this.btnSelectAll.Appearance.Options.UseFont = true;
  197. this.btnSelectAll.Appearance.Options.UseForeColor = true;
  198. this.btnSelectAll.Appearance.Options.UseTextOptions = true;
  199. this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  200. this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image")));
  201. this.btnSelectAll.Location = new System.Drawing.Point(264, 0);
  202. this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
  203. this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
  204. this.btnSelectAll.Name = "btnSelectAll";
  205. this.btnSelectAll.Size = new System.Drawing.Size(57, 30);
  206. this.btnSelectAll.TabIndex = 30;
  207. this.btnSelectAll.Text = "全选";
  208. this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
  209. //
  210. // btnDel
  211. //
  212. this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  213. this.btnDel.Appearance.ForeColor = System.Drawing.Color.White;
  214. this.btnDel.Appearance.Options.UseFont = true;
  215. this.btnDel.Appearance.Options.UseForeColor = true;
  216. this.btnDel.Appearance.Options.UseTextOptions = true;
  217. this.btnDel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  218. this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
  219. this.btnDel.Location = new System.Drawing.Point(595, 0);
  220. this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin";
  221. this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false;
  222. this.btnDel.Name = "btnDel";
  223. this.btnDel.Size = new System.Drawing.Size(55, 30);
  224. this.btnDel.TabIndex = 29;
  225. this.btnDel.Text = "删除";
  226. this.btnDel.Visible = false;
  227. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  228. //
  229. // btnSynchro
  230. //
  231. this.btnSynchro.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  232. this.btnSynchro.Appearance.ForeColor = System.Drawing.Color.White;
  233. this.btnSynchro.Appearance.Options.UseFont = true;
  234. this.btnSynchro.Appearance.Options.UseForeColor = true;
  235. this.btnSynchro.Appearance.Options.UseTextOptions = true;
  236. this.btnSynchro.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  237. this.btnSynchro.Image = ((System.Drawing.Image)(resources.GetObject("btnSynchro.Image")));
  238. this.btnSynchro.Location = new System.Drawing.Point(730, 0);
  239. this.btnSynchro.LookAndFeel.SkinName = "BlueButtonSkin";
  240. this.btnSynchro.LookAndFeel.UseDefaultLookAndFeel = false;
  241. this.btnSynchro.Name = "btnSynchro";
  242. this.btnSynchro.Size = new System.Drawing.Size(91, 30);
  243. this.btnSynchro.TabIndex = 26;
  244. this.btnSynchro.Text = "同步到货单";
  245. this.btnSynchro.Visible = false;
  246. //
  247. // btnbeginAdd
  248. //
  249. this.btnbeginAdd.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  250. this.btnbeginAdd.Appearance.ForeColor = System.Drawing.Color.White;
  251. this.btnbeginAdd.Appearance.Options.UseFont = true;
  252. this.btnbeginAdd.Appearance.Options.UseForeColor = true;
  253. this.btnbeginAdd.Appearance.Options.UseTextOptions = true;
  254. this.btnbeginAdd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  255. this.btnbeginAdd.Enabled = false;
  256. this.btnbeginAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnbeginAdd.Image")));
  257. this.btnbeginAdd.Location = new System.Drawing.Point(817, 0);
  258. this.btnbeginAdd.LookAndFeel.SkinName = "BlueButtonSkin";
  259. this.btnbeginAdd.LookAndFeel.UseDefaultLookAndFeel = false;
  260. this.btnbeginAdd.Name = "btnbeginAdd";
  261. this.btnbeginAdd.Size = new System.Drawing.Size(80, 30);
  262. this.btnbeginAdd.TabIndex = 25;
  263. this.btnbeginAdd.Text = "期初新增";
  264. this.btnbeginAdd.Visible = false;
  265. //
  266. // btnImportData
  267. //
  268. this.btnImportData.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  269. this.btnImportData.Appearance.ForeColor = System.Drawing.Color.White;
  270. this.btnImportData.Appearance.Options.UseFont = true;
  271. this.btnImportData.Appearance.Options.UseForeColor = true;
  272. this.btnImportData.Appearance.Options.UseTextOptions = true;
  273. this.btnImportData.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  274. this.btnImportData.Image = ((System.Drawing.Image)(resources.GetObject("btnImportData.Image")));
  275. this.btnImportData.Location = new System.Drawing.Point(920, 0);
  276. this.btnImportData.LookAndFeel.SkinName = "BlueButtonSkin";
  277. this.btnImportData.LookAndFeel.UseDefaultLookAndFeel = false;
  278. this.btnImportData.Name = "btnImportData";
  279. this.btnImportData.Size = new System.Drawing.Size(43, 30);
  280. this.btnImportData.TabIndex = 24;
  281. this.btnImportData.Text = "期初数据导入";
  282. this.btnImportData.Visible = false;
  283. //
  284. // lblTitle
  285. //
  286. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  287. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  288. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  289. this.lblTitle.Location = new System.Drawing.Point(3, 4);
  290. this.lblTitle.Name = "lblTitle";
  291. this.lblTitle.Size = new System.Drawing.Size(111, 23);
  292. this.lblTitle.TabIndex = 19;
  293. this.lblTitle.Text = " 到货单列表";
  294. //
  295. // btnRefresh
  296. //
  297. this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  298. this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White;
  299. this.btnRefresh.Appearance.Options.UseFont = true;
  300. this.btnRefresh.Appearance.Options.UseForeColor = true;
  301. this.btnRefresh.Appearance.Options.UseTextOptions = true;
  302. this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  303. this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
  304. this.btnRefresh.Location = new System.Drawing.Point(432, 0);
  305. this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin";
  306. this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false;
  307. this.btnRefresh.Name = "btnRefresh";
  308. this.btnRefresh.Size = new System.Drawing.Size(52, 30);
  309. this.btnRefresh.TabIndex = 17;
  310. this.btnRefresh.Text = "刷新";
  311. this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
  312. //
  313. // btnClose
  314. //
  315. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  316. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  317. this.btnClose.Appearance.Options.UseFont = true;
  318. this.btnClose.Appearance.Options.UseForeColor = true;
  319. this.btnClose.Appearance.Options.UseTextOptions = true;
  320. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  321. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  322. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  323. this.btnClose.Location = new System.Drawing.Point(969, 0);
  324. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  325. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  326. this.btnClose.Name = "btnClose";
  327. this.btnClose.Size = new System.Drawing.Size(26, 30);
  328. this.btnClose.TabIndex = 14;
  329. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  330. //
  331. // rptPage
  332. //
  333. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  334. this.rptPage.Appearance.Options.UseBackColor = true;
  335. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  336. this.rptPage.isInit = false;
  337. this.rptPage.Location = new System.Drawing.Point(0, 417);
  338. this.rptPage.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  339. this.rptPage.Name = "rptPage";
  340. this.rptPage.PageIndex = 0;
  341. this.rptPage.PageSize = 0;
  342. this.rptPage.RecordNum = 0;
  343. this.rptPage.Size = new System.Drawing.Size(995, 26);
  344. this.rptPage.TabIndex = 15;
  345. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  346. //
  347. // groupControl1
  348. //
  349. this.groupControl1.Controls.Add(this.grdDetail);
  350. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  351. this.groupControl1.Location = new System.Drawing.Point(0, 30);
  352. this.groupControl1.Name = "groupControl1";
  353. this.groupControl1.Size = new System.Drawing.Size(995, 387);
  354. this.groupControl1.TabIndex = 14;
  355. this.groupControl1.Text = "详细信息";
  356. //
  357. // grdDetail
  358. //
  359. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  360. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  361. this.grdDetail.MainView = this.grvDetail;
  362. this.grdDetail.Name = "grdDetail";
  363. this.grdDetail.Size = new System.Drawing.Size(991, 363);
  364. this.grdDetail.TabIndex = 0;
  365. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  366. this.grvDetail,
  367. this.grvAdvDetail});
  368. //
  369. // grvDetail
  370. //
  371. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  372. this.colisSelect,
  373. this.colID,
  374. this.ReceiptID,
  375. this.colReceiptNO,
  376. this.colReceiptLine,
  377. this.,
  378. this.,
  379. this.,
  380. this.,
  381. this.,
  382. this.,
  383. this.ColLotNo,
  384. this.,
  385. this.,
  386. this.,
  387. this.,
  388. this.,
  389. this.,
  390. this.,
  391. this.,
  392. this.});
  393. this.grvDetail.GridControl = this.grdDetail;
  394. this.grvDetail.IndicatorWidth = 35;
  395. this.grvDetail.Name = "grvDetail";
  396. this.grvDetail.OptionsBehavior.Editable = false;
  397. this.grvDetail.OptionsBehavior.ReadOnly = true;
  398. this.grvDetail.OptionsSelection.MultiSelect = true;
  399. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  400. this.grvDetail.OptionsView.ShowFooter = true;
  401. this.grvDetail.OptionsView.ShowGroupPanel = false;
  402. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  403. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  404. //
  405. // colisSelect
  406. //
  407. this.colisSelect.Caption = "选择";
  408. this.colisSelect.FieldName = "isSelect";
  409. this.colisSelect.Name = "colisSelect";
  410. this.colisSelect.Visible = true;
  411. this.colisSelect.VisibleIndex = 0;
  412. //
  413. // colID
  414. //
  415. this.colID.Caption = "ID";
  416. this.colID.FieldName = "ID";
  417. this.colID.Name = "colID";
  418. //
  419. // ReceiptID
  420. //
  421. this.ReceiptID.Caption = "ReceiptID";
  422. this.ReceiptID.FieldName = "ReceiptID";
  423. this.ReceiptID.Name = "ReceiptID";
  424. //
  425. // colReceiptNO
  426. //
  427. this.colReceiptNO.Caption = "到货单号";
  428. this.colReceiptNO.FieldName = "到货单号";
  429. this.colReceiptNO.Name = "colReceiptNO";
  430. this.colReceiptNO.Visible = true;
  431. this.colReceiptNO.VisibleIndex = 1;
  432. this.colReceiptNO.Width = 100;
  433. //
  434. // colReceiptLine
  435. //
  436. this.colReceiptLine.Caption = "到货单行号";
  437. this.colReceiptLine.FieldName = "到货单行号";
  438. this.colReceiptLine.Name = "colReceiptLine";
  439. this.colReceiptLine.Visible = true;
  440. this.colReceiptLine.VisibleIndex = 2;
  441. //
  442. // 到货状态
  443. //
  444. this..Caption = "到货状态";
  445. this..FieldName = "到货状态";
  446. this..Name = "到货状态";
  447. //
  448. // 检验状态
  449. //
  450. this..Caption = "检验状态";
  451. this..FieldName = "检验状态";
  452. this..Name = "检验状态";
  453. //
  454. // 是否入库
  455. //
  456. this..Caption = "是否入库";
  457. this..FieldName = "是否入库";
  458. this..Name = "是否入库";
  459. //
  460. // 存货编码
  461. //
  462. this..Caption = "存货编码";
  463. this..FieldName = "存货编码";
  464. this..Name = "存货编码";
  465. this..Visible = true;
  466. this..VisibleIndex = 3;
  467. //
  468. // 存货名称
  469. //
  470. this..Caption = "存货名称";
  471. this..FieldName = "存货名称";
  472. this..Name = "存货名称";
  473. this..Visible = true;
  474. this..VisibleIndex = 5;
  475. //
  476. // 规格型号
  477. //
  478. this..Caption = "规格型号";
  479. this..FieldName = "规格型号";
  480. this..Name = "规格型号";
  481. this..Visible = true;
  482. this..VisibleIndex = 4;
  483. //
  484. // ColLotNo
  485. //
  486. this.ColLotNo.Caption = "批次";
  487. this.ColLotNo.FieldName = "批次";
  488. this.ColLotNo.Name = "ColLotNo";
  489. //
  490. // 橡胶件
  491. //
  492. this..Caption = "橡胶件";
  493. this..FieldName = "橡胶件";
  494. this..Name = "橡胶件";
  495. //
  496. // 库存计量单位
  497. //
  498. this..Caption = "库存计量单位";
  499. this..FieldName = "库存计量单位";
  500. this..Name = "库存计量单位";
  501. this..Visible = true;
  502. this..VisibleIndex = 6;
  503. this..Width = 99;
  504. //
  505. // 数量
  506. //
  507. this..Caption = "数量";
  508. this..FieldName = "数量";
  509. this..Name = "数量";
  510. this..Visible = true;
  511. this..VisibleIndex = 7;
  512. //
  513. // 入库数量
  514. //
  515. this..Caption = "入库数量";
  516. this..FieldName = "入库数量";
  517. this..Name = "入库数量";
  518. //
  519. // 到货时间
  520. //
  521. this..Caption = "到货时间";
  522. this..FieldName = "到货时间";
  523. this..Name = "到货时间";
  524. this..Visible = true;
  525. this..VisibleIndex = 8;
  526. //
  527. // 入库人
  528. //
  529. this..Caption = "入库人";
  530. this..FieldName = "入库人";
  531. this..Name = "入库人";
  532. //
  533. // 备注
  534. //
  535. this..Caption = "备注";
  536. this..FieldName = "备注";
  537. this..Name = "备注";
  538. //
  539. // 维护人
  540. //
  541. this..Caption = "维护人";
  542. this..FieldName = "维护人";
  543. this..Name = "维护人";
  544. //
  545. // 维护时间
  546. //
  547. this..Caption = "维护时间";
  548. this..FieldName = "维护时间";
  549. this..Name = "维护时间";
  550. //
  551. // grvAdvDetail
  552. //
  553. this.grvAdvDetail.GridControl = this.grdDetail;
  554. this.grvAdvDetail.Name = "grvAdvDetail";
  555. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  556. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  557. this.grvAdvDetail.OptionsView.ShowFooter = true;
  558. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  559. //
  560. // colProductCode
  561. //
  562. this.colProductCode.Caption = "生产编码";
  563. this.colProductCode.FieldName = "ProductCode";
  564. this.colProductCode.Name = "colProductCode";
  565. //
  566. // FormICSPOArrive
  567. //
  568. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  569. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  570. this.ClientSize = new System.Drawing.Size(995, 443);
  571. this.Controls.Add(this.groupControl1);
  572. this.Controls.Add(this.rptPage);
  573. this.Controls.Add(this.panelControl3);
  574. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  575. this.Name = "FormICSPOArrive";
  576. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  577. this.Text = "FormGridReport";
  578. this.Load += new System.EventHandler(this.FormICSItemLot_Load);
  579. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  580. this.panelControl3.ResumeLayout(false);
  581. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  582. this.groupControl1.ResumeLayout(false);
  583. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  584. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  585. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  586. this.ResumeLayout(false);
  587. }
  588. #endregion
  589. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  590. private DevExpress.XtraEditors.SimpleButton btnConfig;
  591. private DevExpress.XtraEditors.SimpleButton btnExit;
  592. private DevExpress.XtraEditors.SimpleButton btnFilter;
  593. private DevExpress.XtraEditors.PanelControl panelControl3;
  594. private DevExpress.XtraEditors.SimpleButton btnClose;
  595. private DevExpress.XtraEditors.SimpleButton btnRefresh;
  596. private DevExpress.XtraEditors.LabelControl lblTitle;
  597. private Base.UserControl.FormControl.PageNavTool rptPage;
  598. private DevExpress.XtraEditors.GroupControl groupControl1;
  599. private DevExpress.XtraGrid.GridControl grdDetail;
  600. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  601. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  602. private DevExpress.XtraGrid.Columns.GridColumn colProductCode;
  603. private DevExpress.XtraEditors.SimpleButton btnImportData;
  604. private DevExpress.XtraEditors.SimpleButton btnbeginAdd;
  605. private DevExpress.XtraGrid.Columns.GridColumn ;
  606. private DevExpress.XtraGrid.Columns.GridColumn ;
  607. private DevExpress.XtraGrid.Columns.GridColumn ;
  608. private DevExpress.XtraGrid.Columns.GridColumn ;
  609. private DevExpress.XtraGrid.Columns.GridColumn ;
  610. private DevExpress.XtraGrid.Columns.GridColumn ;
  611. private DevExpress.XtraGrid.Columns.GridColumn ;
  612. private DevExpress.XtraGrid.Columns.GridColumn ;
  613. private DevExpress.XtraGrid.Columns.GridColumn ;
  614. private DevExpress.XtraEditors.SimpleButton btnSynchro;
  615. private DevExpress.XtraGrid.Columns.GridColumn ;
  616. private DevExpress.XtraGrid.Columns.GridColumn ;
  617. private DevExpress.XtraGrid.Columns.GridColumn ;
  618. private DevExpress.XtraGrid.Columns.GridColumn ;
  619. private DevExpress.XtraGrid.Columns.GridColumn ;
  620. private DevExpress.XtraGrid.Columns.GridColumn ;
  621. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  622. private DevExpress.XtraGrid.Columns.GridColumn colID;
  623. private DevExpress.XtraGrid.Columns.GridColumn colReceiptNO;
  624. private DevExpress.XtraGrid.Columns.GridColumn colReceiptLine;
  625. private DevExpress.XtraEditors.SimpleButton btnDel;
  626. private DevExpress.XtraGrid.Columns.GridColumn ColLotNo;
  627. private DevExpress.XtraEditors.SimpleButton btnCancelAll;
  628. private DevExpress.XtraEditors.SimpleButton btnSelectAll;
  629. private DevExpress.XtraGrid.Columns.GridColumn ReceiptID;
  630. }
  631. }