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

560 lines
31 KiB

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