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

455 lines
25 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSEQPMaterialTRANSDetail
  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(FormICSEQPMaterialTRANSDetail));
  29. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  30. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  31. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  32. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  33. this.colMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  34. this.colMName = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.colMToolCode = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.colMTRANSType = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.colMTRANSQty = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.colMRRUSER = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  42. this.repositoryItemButtonEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  43. this.repositoryItemButtonEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  44. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  45. this.repDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
  46. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  47. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  48. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  49. this.btnFalsh = new DevExpress.XtraEditors.SimpleButton();
  50. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  51. this.btnSelect = new DevExpress.XtraEditors.SimpleButton();
  52. this.btnCanSelect = new DevExpress.XtraEditors.SimpleButton();
  53. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  54. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  55. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  56. this.groupControl1.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.repDate)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  66. this.panelControl3.SuspendLayout();
  67. this.SuspendLayout();
  68. //
  69. // groupControl1
  70. //
  71. this.groupControl1.Controls.Add(this.grdDetail);
  72. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  73. this.groupControl1.Location = new System.Drawing.Point(0, 30);
  74. this.groupControl1.Name = "groupControl1";
  75. this.groupControl1.Size = new System.Drawing.Size(1156, 383);
  76. this.groupControl1.TabIndex = 14;
  77. this.groupControl1.Text = "详细信息";
  78. //
  79. // grdDetail
  80. //
  81. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  82. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  83. this.grdDetail.MainView = this.grvDetail;
  84. this.grdDetail.Name = "grdDetail";
  85. this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  86. this.repositoryItemButtonEdit1,
  87. this.repositoryItemButtonEdit2,
  88. this.repositoryItemButtonEdit3});
  89. this.grdDetail.Size = new System.Drawing.Size(1152, 359);
  90. this.grdDetail.TabIndex = 0;
  91. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  92. this.grvDetail,
  93. this.grvAdvDetail});
  94. //
  95. // grvDetail
  96. //
  97. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  98. this.colisSelect,
  99. this.colMCODE,
  100. this.colMName,
  101. this.colMToolCode,
  102. this.colMTRANSType,
  103. this.colMTRANSQty,
  104. this.colMRRUSER,
  105. this.colMUSERName,
  106. this.colMTIME});
  107. this.grvDetail.GridControl = this.grdDetail;
  108. this.grvDetail.IndicatorWidth = 40;
  109. this.grvDetail.Name = "grvDetail";
  110. this.grvDetail.OptionsBehavior.ReadOnly = true;
  111. this.grvDetail.OptionsSelection.MultiSelect = true;
  112. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  113. this.grvDetail.OptionsView.ShowFooter = true;
  114. this.grvDetail.OptionsView.ShowGroupPanel = false;
  115. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  116. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  117. //
  118. // colisSelect
  119. //
  120. this.colisSelect.Caption = "选择";
  121. this.colisSelect.FieldName = "isSelect";
  122. this.colisSelect.Name = "colisSelect";
  123. this.colisSelect.OptionsColumn.AllowEdit = false;
  124. this.colisSelect.Visible = true;
  125. this.colisSelect.VisibleIndex = 0;
  126. this.colisSelect.Width = 48;
  127. //
  128. // colMCODE
  129. //
  130. this.colMCODE.Caption = "备件料号";
  131. this.colMCODE.FieldName = "ItemCode";
  132. this.colMCODE.Name = "colMCODE";
  133. this.colMCODE.Visible = true;
  134. this.colMCODE.VisibleIndex = 3;
  135. //
  136. // colMName
  137. //
  138. this.colMName.Caption = "备件名称";
  139. this.colMName.FieldName = "MName";
  140. this.colMName.Name = "colMName";
  141. this.colMName.Visible = true;
  142. this.colMName.VisibleIndex = 2;
  143. //
  144. // colMToolCode
  145. //
  146. this.colMToolCode.Caption = "备件编码";
  147. this.colMToolCode.FieldName = "MToolCode";
  148. this.colMToolCode.Name = "colMToolCode";
  149. this.colMToolCode.Visible = true;
  150. this.colMToolCode.VisibleIndex = 1;
  151. this.colMToolCode.Width = 82;
  152. //
  153. // colMTRANSType
  154. //
  155. this.colMTRANSType.Caption = "交易类型";
  156. this.colMTRANSType.FieldName = "MTRANSType";
  157. this.colMTRANSType.Name = "colMTRANSType";
  158. this.colMTRANSType.Visible = true;
  159. this.colMTRANSType.VisibleIndex = 4;
  160. this.colMTRANSType.Width = 74;
  161. //
  162. // colMTRANSQty
  163. //
  164. this.colMTRANSQty.Caption = "备件交易数量";
  165. this.colMTRANSQty.FieldName = "MTRANSQty";
  166. this.colMTRANSQty.Name = "colMTRANSQty";
  167. this.colMTRANSQty.Visible = true;
  168. this.colMTRANSQty.VisibleIndex = 5;
  169. this.colMTRANSQty.Width = 95;
  170. //
  171. // colMRRUSER
  172. //
  173. this.colMRRUSER.Caption = "退领料人姓名";
  174. this.colMRRUSER.FieldName = "MRRUSER";
  175. this.colMRRUSER.Name = "colMRRUSER";
  176. this.colMRRUSER.Visible = true;
  177. this.colMRRUSER.VisibleIndex = 6;
  178. this.colMRRUSER.Width = 91;
  179. //
  180. // colMUSERName
  181. //
  182. this.colMUSERName.Caption = "维护人";
  183. this.colMUSERName.FieldName = "MUSERName";
  184. this.colMUSERName.Name = "colMUSERName";
  185. this.colMUSERName.Visible = true;
  186. this.colMUSERName.VisibleIndex = 7;
  187. //
  188. // colMTIME
  189. //
  190. this.colMTIME.Caption = "维护时间";
  191. this.colMTIME.FieldName = "MTIME";
  192. this.colMTIME.Name = "colMTIME";
  193. this.colMTIME.OptionsColumn.AllowEdit = false;
  194. this.colMTIME.Visible = true;
  195. this.colMTIME.VisibleIndex = 8;
  196. //
  197. // repositoryItemButtonEdit1
  198. //
  199. this.repositoryItemButtonEdit1.AutoHeight = false;
  200. this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  201. new DevExpress.XtraEditors.Controls.EditorButton()});
  202. this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
  203. this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  204. //
  205. // repositoryItemButtonEdit2
  206. //
  207. this.repositoryItemButtonEdit2.AutoHeight = false;
  208. this.repositoryItemButtonEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  209. new DevExpress.XtraEditors.Controls.EditorButton()});
  210. this.repositoryItemButtonEdit2.Name = "repositoryItemButtonEdit2";
  211. this.repositoryItemButtonEdit2.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  212. //
  213. // repositoryItemButtonEdit3
  214. //
  215. this.repositoryItemButtonEdit3.AutoHeight = false;
  216. this.repositoryItemButtonEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  217. new DevExpress.XtraEditors.Controls.EditorButton()});
  218. this.repositoryItemButtonEdit3.Name = "repositoryItemButtonEdit3";
  219. this.repositoryItemButtonEdit3.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  220. //
  221. // grvAdvDetail
  222. //
  223. this.grvAdvDetail.GridControl = this.grdDetail;
  224. this.grvAdvDetail.Name = "grvAdvDetail";
  225. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  226. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  227. this.grvAdvDetail.OptionsView.ShowFooter = true;
  228. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  229. //
  230. // repDate
  231. //
  232. this.repDate.AutoHeight = false;
  233. this.repDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  234. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  235. this.repDate.Mask.EditMask = "yyyy-MM-dd";
  236. this.repDate.Mask.UseMaskAsDisplayFormat = true;
  237. this.repDate.Name = "repDate";
  238. this.repDate.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  239. new DevExpress.XtraEditors.Controls.EditorButton()});
  240. //
  241. // rptPage
  242. //
  243. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  244. this.rptPage.Appearance.Options.UseBackColor = true;
  245. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  246. this.rptPage.isInit = false;
  247. this.rptPage.Location = new System.Drawing.Point(0, 413);
  248. this.rptPage.Name = "rptPage";
  249. this.rptPage.PageIndex = 0;
  250. this.rptPage.PageSize = 0;
  251. this.rptPage.RecordNum = 0;
  252. this.rptPage.Size = new System.Drawing.Size(1156, 26);
  253. this.rptPage.TabIndex = 15;
  254. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  255. //
  256. // btnExit
  257. //
  258. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  259. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  260. this.btnExit.Appearance.Options.UseFont = true;
  261. this.btnExit.Appearance.Options.UseForeColor = true;
  262. this.btnExit.Appearance.Options.UseTextOptions = true;
  263. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  264. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  265. this.btnExit.Location = new System.Drawing.Point(379, 0);
  266. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  267. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  268. this.btnExit.Name = "btnExit";
  269. this.btnExit.Size = new System.Drawing.Size(57, 30);
  270. this.btnExit.TabIndex = 10;
  271. this.btnExit.Text = "退出";
  272. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  273. //
  274. // panelControl3
  275. //
  276. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  277. this.panelControl3.Appearance.Options.UseBackColor = true;
  278. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  279. this.panelControl3.Controls.Add(this.btnFalsh);
  280. this.panelControl3.Controls.Add(this.btnOutPut);
  281. this.panelControl3.Controls.Add(this.btnSelect);
  282. this.panelControl3.Controls.Add(this.btnCanSelect);
  283. this.panelControl3.Controls.Add(this.lblTitle);
  284. this.panelControl3.Controls.Add(this.btnClose);
  285. this.panelControl3.Controls.Add(this.btnExit);
  286. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  287. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  288. this.panelControl3.Name = "panelControl3";
  289. this.panelControl3.Size = new System.Drawing.Size(1156, 30);
  290. this.panelControl3.TabIndex = 13;
  291. //
  292. // btnFalsh
  293. //
  294. this.btnFalsh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  295. this.btnFalsh.Appearance.ForeColor = System.Drawing.Color.White;
  296. this.btnFalsh.Appearance.Options.UseFont = true;
  297. this.btnFalsh.Appearance.Options.UseForeColor = true;
  298. this.btnFalsh.Appearance.Options.UseTextOptions = true;
  299. this.btnFalsh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  300. this.btnFalsh.Image = ((System.Drawing.Image)(resources.GetObject("btnFalsh.Image")));
  301. this.btnFalsh.Location = new System.Drawing.Point(321, 0);
  302. this.btnFalsh.LookAndFeel.SkinName = "BlueButtonSkin";
  303. this.btnFalsh.LookAndFeel.UseDefaultLookAndFeel = false;
  304. this.btnFalsh.Name = "btnFalsh";
  305. this.btnFalsh.Size = new System.Drawing.Size(58, 30);
  306. this.btnFalsh.TabIndex = 48;
  307. this.btnFalsh.Text = "刷新";
  308. this.btnFalsh.Click += new System.EventHandler(this.btnFalsh_Click);
  309. //
  310. // btnOutPut
  311. //
  312. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  313. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  314. this.btnOutPut.Appearance.Options.UseFont = true;
  315. this.btnOutPut.Appearance.Options.UseForeColor = true;
  316. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  317. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  318. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  319. this.btnOutPut.Location = new System.Drawing.Point(253, 0);
  320. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  321. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  322. this.btnOutPut.Name = "btnOutPut";
  323. this.btnOutPut.Size = new System.Drawing.Size(69, 30);
  324. this.btnOutPut.TabIndex = 47;
  325. this.btnOutPut.Text = "导出";
  326. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  327. //
  328. // btnSelect
  329. //
  330. this.btnSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  331. this.btnSelect.Appearance.ForeColor = System.Drawing.Color.White;
  332. this.btnSelect.Appearance.Options.UseFont = true;
  333. this.btnSelect.Appearance.Options.UseForeColor = true;
  334. this.btnSelect.Appearance.Options.UseTextOptions = true;
  335. this.btnSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  336. this.btnSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnSelect.Image")));
  337. this.btnSelect.Location = new System.Drawing.Point(133, 0);
  338. this.btnSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  339. this.btnSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  340. this.btnSelect.Name = "btnSelect";
  341. this.btnSelect.Size = new System.Drawing.Size(58, 30);
  342. this.btnSelect.TabIndex = 45;
  343. this.btnSelect.Text = "全选";
  344. this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
  345. //
  346. // btnCanSelect
  347. //
  348. this.btnCanSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  349. this.btnCanSelect.Appearance.ForeColor = System.Drawing.Color.White;
  350. this.btnCanSelect.Appearance.Options.UseFont = true;
  351. this.btnCanSelect.Appearance.Options.UseForeColor = true;
  352. this.btnCanSelect.Appearance.Options.UseTextOptions = true;
  353. this.btnCanSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  354. this.btnCanSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnCanSelect.Image")));
  355. this.btnCanSelect.Location = new System.Drawing.Point(191, 0);
  356. this.btnCanSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  357. this.btnCanSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  358. this.btnCanSelect.Name = "btnCanSelect";
  359. this.btnCanSelect.Size = new System.Drawing.Size(62, 30);
  360. this.btnCanSelect.TabIndex = 46;
  361. this.btnCanSelect.Text = "全消";
  362. this.btnCanSelect.Click += new System.EventHandler(this.btnCanSelect_Click);
  363. //
  364. // lblTitle
  365. //
  366. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  367. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  368. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  369. this.lblTitle.Location = new System.Drawing.Point(3, 4);
  370. this.lblTitle.Name = "lblTitle";
  371. this.lblTitle.Size = new System.Drawing.Size(112, 23);
  372. this.lblTitle.TabIndex = 19;
  373. this.lblTitle.Text = "备品备件物料信息";
  374. //
  375. // btnClose
  376. //
  377. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  378. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  379. this.btnClose.Appearance.Options.UseFont = true;
  380. this.btnClose.Appearance.Options.UseForeColor = true;
  381. this.btnClose.Appearance.Options.UseTextOptions = true;
  382. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  383. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  384. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  385. this.btnClose.Location = new System.Drawing.Point(1130, 0);
  386. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  387. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  388. this.btnClose.Name = "btnClose";
  389. this.btnClose.Size = new System.Drawing.Size(26, 30);
  390. this.btnClose.TabIndex = 14;
  391. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  392. //
  393. // FormICSEQPMaterialTRANSDetail
  394. //
  395. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  396. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  397. this.ClientSize = new System.Drawing.Size(1156, 439);
  398. this.Controls.Add(this.groupControl1);
  399. this.Controls.Add(this.rptPage);
  400. this.Controls.Add(this.panelControl3);
  401. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  402. this.Name = "FormICSEQPMaterialTRANSDetail";
  403. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  404. this.Text = "备品备件物料信息";
  405. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  406. this.groupControl1.ResumeLayout(false);
  407. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  408. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  409. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
  410. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).EndInit();
  411. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).EndInit();
  412. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  413. ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).EndInit();
  414. ((System.ComponentModel.ISupportInitialize)(this.repDate)).EndInit();
  415. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  416. this.panelControl3.ResumeLayout(false);
  417. this.ResumeLayout(false);
  418. }
  419. #endregion
  420. private DevExpress.XtraEditors.GroupControl groupControl1;
  421. private DevExpress.XtraGrid.GridControl grdDetail;
  422. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  423. private ICSSoft.Base.UserControl.FormControl.PageNavTool rptPage;
  424. private DevExpress.XtraEditors.SimpleButton btnExit;
  425. private DevExpress.XtraEditors.PanelControl panelControl3;
  426. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  427. private DevExpress.XtraEditors.SimpleButton btnClose;
  428. private DevExpress.XtraEditors.LabelControl lblTitle;
  429. private DevExpress.XtraGrid.Columns.GridColumn colMToolCode;
  430. private DevExpress.XtraGrid.Columns.GridColumn colMTRANSType;
  431. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  432. private DevExpress.XtraGrid.Columns.GridColumn colMTRANSQty;
  433. private DevExpress.XtraGrid.Columns.GridColumn colMRRUSER;
  434. private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repDate;
  435. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  436. private DevExpress.XtraEditors.SimpleButton btnCanSelect;
  437. private DevExpress.XtraEditors.SimpleButton btnSelect;
  438. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  439. private DevExpress.XtraEditors.SimpleButton btnFalsh;
  440. private DevExpress.XtraGrid.Columns.GridColumn colMCODE;
  441. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
  442. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit2;
  443. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit3;
  444. private DevExpress.XtraGrid.Columns.GridColumn colMName;
  445. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  446. }
  447. }