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

641 lines
36 KiB

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