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

606 lines
35 KiB

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