华恒Mes鼎捷代码
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.

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