华恒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.

718 lines
42 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSDWG
  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(FormICSDWG));
  29. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  30. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  31. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  32. this.BtnDiscardedTrial = new DevExpress.XtraEditors.SimpleButton();
  33. this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
  34. this.txtDeptCheck = new DevExpress.XtraEditors.SimpleButton();
  35. this.btnModify = new DevExpress.XtraEditors.SimpleButton();
  36. this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
  37. this.btnImportMould = new DevExpress.XtraEditors.SimpleButton();
  38. this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
  39. this.btnImportData = new DevExpress.XtraEditors.SimpleButton();
  40. this.btnDel = new DevExpress.XtraEditors.SimpleButton();
  41. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  42. this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
  43. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  44. this.btnCreate = new DevExpress.XtraEditors.SimpleButton();
  45. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  46. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  47. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  48. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  49. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  50. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  51. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.colguid = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.colOAStatus = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.colItemCode = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.colItemName = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.colitemtype = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.status = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.colOAcode = new DevExpress.XtraGrid.Columns.GridColumn();
  59. this.colMUSER = new DevExpress.XtraGrid.Columns.GridColumn();
  60. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  61. this.colAuditMan = new DevExpress.XtraGrid.Columns.GridColumn();
  62. this.colAuditTime = new DevExpress.XtraGrid.Columns.GridColumn();
  63. this.colEATTRIBUTE1 = new DevExpress.XtraGrid.Columns.GridColumn();
  64. this.colDownLoad = new DevExpress.XtraGrid.Columns.GridColumn();
  65. this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
  66. this.repositoryItemGridLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
  67. this.repositoryItemGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  68. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  69. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  70. this.panelControl3.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  72. this.groupControl1.SuspendLayout();
  73. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  79. this.SuspendLayout();
  80. //
  81. // btnOutPut
  82. //
  83. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  84. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  85. this.btnOutPut.Appearance.Options.UseFont = true;
  86. this.btnOutPut.Appearance.Options.UseForeColor = true;
  87. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  88. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  89. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  90. this.btnOutPut.Location = new System.Drawing.Point(1016, 0);
  91. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  92. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  93. this.btnOutPut.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  94. this.btnOutPut.Name = "btnOutPut";
  95. this.btnOutPut.Size = new System.Drawing.Size(60, 39);
  96. this.btnOutPut.TabIndex = 2;
  97. this.btnOutPut.Text = "导出";
  98. this.btnOutPut.Visible = false;
  99. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  100. //
  101. // btnExit
  102. //
  103. this.btnExit.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  105. this.btnExit.Appearance.Options.UseFont = true;
  106. this.btnExit.Appearance.Options.UseForeColor = true;
  107. this.btnExit.Appearance.Options.UseTextOptions = true;
  108. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  109. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  110. this.btnExit.Location = new System.Drawing.Point(783, 0);
  111. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  112. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  113. this.btnExit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  114. this.btnExit.Name = "btnExit";
  115. this.btnExit.Size = new System.Drawing.Size(66, 39);
  116. this.btnExit.TabIndex = 10;
  117. this.btnExit.Text = "退出";
  118. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  119. //
  120. // panelControl3
  121. //
  122. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  123. this.panelControl3.Appearance.Options.UseBackColor = true;
  124. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  125. this.panelControl3.Controls.Add(this.BtnDiscardedTrial);
  126. this.panelControl3.Controls.Add(this.simpleButton1);
  127. this.panelControl3.Controls.Add(this.txtDeptCheck);
  128. this.panelControl3.Controls.Add(this.btnModify);
  129. this.panelControl3.Controls.Add(this.btnRefresh);
  130. this.panelControl3.Controls.Add(this.btnImportMould);
  131. this.panelControl3.Controls.Add(this.btnSelectAll);
  132. this.panelControl3.Controls.Add(this.btnImportData);
  133. this.panelControl3.Controls.Add(this.btnDel);
  134. this.panelControl3.Controls.Add(this.btnClose);
  135. this.panelControl3.Controls.Add(this.btnCancelAll);
  136. this.panelControl3.Controls.Add(this.lblTitle);
  137. this.panelControl3.Controls.Add(this.btnCreate);
  138. this.panelControl3.Controls.Add(this.btnFilter);
  139. this.panelControl3.Controls.Add(this.btnExit);
  140. this.panelControl3.Controls.Add(this.btnConfig);
  141. this.panelControl3.Controls.Add(this.btnOutPut);
  142. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  143. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  144. this.panelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  145. this.panelControl3.Name = "panelControl3";
  146. this.panelControl3.Size = new System.Drawing.Size(1184, 39);
  147. this.panelControl3.TabIndex = 13;
  148. //
  149. // BtnDiscardedTrial
  150. //
  151. this.BtnDiscardedTrial.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.BtnDiscardedTrial.Appearance.ForeColor = System.Drawing.Color.White;
  153. this.BtnDiscardedTrial.Appearance.Options.UseFont = true;
  154. this.BtnDiscardedTrial.Appearance.Options.UseForeColor = true;
  155. this.BtnDiscardedTrial.Appearance.Options.UseTextOptions = true;
  156. this.BtnDiscardedTrial.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  157. this.BtnDiscardedTrial.Image = ((System.Drawing.Image)(resources.GetObject("BtnDiscardedTrial.Image")));
  158. this.BtnDiscardedTrial.Location = new System.Drawing.Point(429, 0);
  159. this.BtnDiscardedTrial.LookAndFeel.SkinName = "BlueButtonSkin";
  160. this.BtnDiscardedTrial.LookAndFeel.UseDefaultLookAndFeel = false;
  161. this.BtnDiscardedTrial.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  162. this.BtnDiscardedTrial.Name = "BtnDiscardedTrial";
  163. this.BtnDiscardedTrial.Size = new System.Drawing.Size(66, 39);
  164. this.BtnDiscardedTrial.TabIndex = 60;
  165. this.BtnDiscardedTrial.Text = "弃审";
  166. this.BtnDiscardedTrial.Click += new System.EventHandler(this.BtnDiscardedTrial_Click);
  167. //
  168. // simpleButton1
  169. //
  170. this.simpleButton1.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.simpleButton1.Appearance.ForeColor = System.Drawing.Color.White;
  172. this.simpleButton1.Appearance.Options.UseFont = true;
  173. this.simpleButton1.Appearance.Options.UseForeColor = true;
  174. this.simpleButton1.Appearance.Options.UseTextOptions = true;
  175. this.simpleButton1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  176. this.simpleButton1.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.Image")));
  177. this.simpleButton1.Location = new System.Drawing.Point(552, 0);
  178. this.simpleButton1.LookAndFeel.SkinName = "BlueButtonSkin";
  179. this.simpleButton1.LookAndFeel.UseDefaultLookAndFeel = false;
  180. this.simpleButton1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  181. this.simpleButton1.Name = "simpleButton1";
  182. this.simpleButton1.Size = new System.Drawing.Size(80, 39);
  183. this.simpleButton1.TabIndex = 58;
  184. this.simpleButton1.Text = "提交OA";
  185. this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
  186. //
  187. // txtDeptCheck
  188. //
  189. this.txtDeptCheck.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.txtDeptCheck.Appearance.ForeColor = System.Drawing.Color.White;
  191. this.txtDeptCheck.Appearance.Options.UseFont = true;
  192. this.txtDeptCheck.Appearance.Options.UseForeColor = true;
  193. this.txtDeptCheck.Appearance.Options.UseTextOptions = true;
  194. this.txtDeptCheck.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  195. this.txtDeptCheck.Image = ((System.Drawing.Image)(resources.GetObject("txtDeptCheck.Image")));
  196. this.txtDeptCheck.Location = new System.Drawing.Point(368, 0);
  197. this.txtDeptCheck.LookAndFeel.SkinName = "BlueButtonSkin";
  198. this.txtDeptCheck.LookAndFeel.UseDefaultLookAndFeel = false;
  199. this.txtDeptCheck.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  200. this.txtDeptCheck.Name = "txtDeptCheck";
  201. this.txtDeptCheck.Size = new System.Drawing.Size(66, 39);
  202. this.txtDeptCheck.TabIndex = 59;
  203. this.txtDeptCheck.Text = "审核";
  204. this.txtDeptCheck.Click += new System.EventHandler(this.txtDeptCheck_Click);
  205. //
  206. // btnModify
  207. //
  208. this.btnModify.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  209. this.btnModify.Appearance.ForeColor = System.Drawing.Color.White;
  210. this.btnModify.Appearance.Options.UseFont = true;
  211. this.btnModify.Appearance.Options.UseForeColor = true;
  212. this.btnModify.Appearance.Options.UseTextOptions = true;
  213. this.btnModify.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  214. this.btnModify.Image = ((System.Drawing.Image)(resources.GetObject("btnModify.Image")));
  215. this.btnModify.Location = new System.Drawing.Point(963, 0);
  216. this.btnModify.LookAndFeel.SkinName = "BlueButtonSkin";
  217. this.btnModify.LookAndFeel.UseDefaultLookAndFeel = false;
  218. this.btnModify.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  219. this.btnModify.Name = "btnModify";
  220. this.btnModify.Size = new System.Drawing.Size(47, 39);
  221. this.btnModify.TabIndex = 57;
  222. this.btnModify.Text = "修改";
  223. this.btnModify.Visible = false;
  224. //
  225. // btnRefresh
  226. //
  227. this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White;
  229. this.btnRefresh.Appearance.Options.UseFont = true;
  230. this.btnRefresh.Appearance.Options.UseForeColor = true;
  231. this.btnRefresh.Appearance.Options.UseTextOptions = true;
  232. this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  233. this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
  234. this.btnRefresh.Location = new System.Drawing.Point(491, 0);
  235. this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin";
  236. this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false;
  237. this.btnRefresh.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  238. this.btnRefresh.Name = "btnRefresh";
  239. this.btnRefresh.Size = new System.Drawing.Size(66, 39);
  240. this.btnRefresh.TabIndex = 17;
  241. this.btnRefresh.Text = "刷新";
  242. this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
  243. //
  244. // btnImportMould
  245. //
  246. this.btnImportMould.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  247. this.btnImportMould.Appearance.ForeColor = System.Drawing.Color.White;
  248. this.btnImportMould.Appearance.Options.UseFont = true;
  249. this.btnImportMould.Appearance.Options.UseForeColor = true;
  250. this.btnImportMould.Appearance.Options.UseTextOptions = true;
  251. this.btnImportMould.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  252. this.btnImportMould.Image = ((System.Drawing.Image)(resources.GetObject("btnImportMould.Image")));
  253. this.btnImportMould.Location = new System.Drawing.Point(1035, 0);
  254. this.btnImportMould.LookAndFeel.SkinName = "BlueButtonSkin";
  255. this.btnImportMould.LookAndFeel.UseDefaultLookAndFeel = false;
  256. this.btnImportMould.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  257. this.btnImportMould.Name = "btnImportMould";
  258. this.btnImportMould.Size = new System.Drawing.Size(77, 39);
  259. this.btnImportMould.TabIndex = 55;
  260. this.btnImportMould.Text = "导入模板下载";
  261. this.btnImportMould.Visible = false;
  262. //
  263. // btnSelectAll
  264. //
  265. this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White;
  267. this.btnSelectAll.Appearance.Options.UseFont = true;
  268. this.btnSelectAll.Appearance.Options.UseForeColor = true;
  269. this.btnSelectAll.Appearance.Options.UseTextOptions = true;
  270. this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  271. this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image")));
  272. this.btnSelectAll.Location = new System.Drawing.Point(119, 0);
  273. this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
  274. this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
  275. this.btnSelectAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  276. this.btnSelectAll.Name = "btnSelectAll";
  277. this.btnSelectAll.Size = new System.Drawing.Size(66, 39);
  278. this.btnSelectAll.TabIndex = 20;
  279. this.btnSelectAll.Text = "全选";
  280. this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
  281. //
  282. // btnImportData
  283. //
  284. this.btnImportData.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  285. this.btnImportData.Appearance.ForeColor = System.Drawing.Color.White;
  286. this.btnImportData.Appearance.Options.UseFont = true;
  287. this.btnImportData.Appearance.Options.UseForeColor = true;
  288. this.btnImportData.Appearance.Options.UseTextOptions = true;
  289. this.btnImportData.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  290. this.btnImportData.Image = ((System.Drawing.Image)(resources.GetObject("btnImportData.Image")));
  291. this.btnImportData.Location = new System.Drawing.Point(1118, 0);
  292. this.btnImportData.LookAndFeel.SkinName = "BlueButtonSkin";
  293. this.btnImportData.LookAndFeel.UseDefaultLookAndFeel = false;
  294. this.btnImportData.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  295. this.btnImportData.Name = "btnImportData";
  296. this.btnImportData.Size = new System.Drawing.Size(30, 39);
  297. this.btnImportData.TabIndex = 56;
  298. this.btnImportData.Text = "导入";
  299. this.btnImportData.Visible = false;
  300. //
  301. // btnDel
  302. //
  303. this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  304. this.btnDel.Appearance.ForeColor = System.Drawing.Color.White;
  305. this.btnDel.Appearance.Options.UseFont = true;
  306. this.btnDel.Appearance.Options.UseForeColor = true;
  307. this.btnDel.Appearance.Options.UseTextOptions = true;
  308. this.btnDel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  309. this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
  310. this.btnDel.Location = new System.Drawing.Point(306, 0);
  311. this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin";
  312. this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false;
  313. this.btnDel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  314. this.btnDel.Name = "btnDel";
  315. this.btnDel.Size = new System.Drawing.Size(66, 39);
  316. this.btnDel.TabIndex = 21;
  317. this.btnDel.Text = "删除";
  318. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  319. //
  320. // btnClose
  321. //
  322. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  323. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  324. this.btnClose.Appearance.Options.UseFont = true;
  325. this.btnClose.Appearance.Options.UseForeColor = true;
  326. this.btnClose.Appearance.Options.UseTextOptions = true;
  327. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  328. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  329. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  330. this.btnClose.Location = new System.Drawing.Point(1154, 0);
  331. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  332. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  333. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  334. this.btnClose.Name = "btnClose";
  335. this.btnClose.Size = new System.Drawing.Size(30, 39);
  336. this.btnClose.TabIndex = 26;
  337. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  338. //
  339. // btnCancelAll
  340. //
  341. this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  342. this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White;
  343. this.btnCancelAll.Appearance.Options.UseFont = true;
  344. this.btnCancelAll.Appearance.Options.UseForeColor = true;
  345. this.btnCancelAll.Appearance.Options.UseTextOptions = true;
  346. this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  347. this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image")));
  348. this.btnCancelAll.Location = new System.Drawing.Point(182, 0);
  349. this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
  350. this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
  351. this.btnCancelAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  352. this.btnCancelAll.Name = "btnCancelAll";
  353. this.btnCancelAll.Size = new System.Drawing.Size(66, 39);
  354. this.btnCancelAll.TabIndex = 22;
  355. this.btnCancelAll.Text = "全消";
  356. this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click);
  357. //
  358. // lblTitle
  359. //
  360. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  361. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  362. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  363. this.lblTitle.Location = new System.Drawing.Point(2, 0);
  364. this.lblTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  365. this.lblTitle.Name = "lblTitle";
  366. this.lblTitle.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
  367. this.lblTitle.Size = new System.Drawing.Size(135, 39);
  368. this.lblTitle.TabIndex = 19;
  369. this.lblTitle.Text = "dwg申请单";
  370. //
  371. // btnCreate
  372. //
  373. this.btnCreate.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  374. this.btnCreate.Appearance.ForeColor = System.Drawing.Color.White;
  375. this.btnCreate.Appearance.Options.UseFont = true;
  376. this.btnCreate.Appearance.Options.UseForeColor = true;
  377. this.btnCreate.Appearance.Options.UseTextOptions = true;
  378. this.btnCreate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  379. this.btnCreate.Image = ((System.Drawing.Image)(resources.GetObject("btnCreate.Image")));
  380. this.btnCreate.Location = new System.Drawing.Point(244, 0);
  381. this.btnCreate.LookAndFeel.SkinName = "BlueButtonSkin";
  382. this.btnCreate.LookAndFeel.UseDefaultLookAndFeel = false;
  383. this.btnCreate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  384. this.btnCreate.Name = "btnCreate";
  385. this.btnCreate.Size = new System.Drawing.Size(66, 39);
  386. this.btnCreate.TabIndex = 23;
  387. this.btnCreate.Text = "新增";
  388. this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
  389. //
  390. // btnFilter
  391. //
  392. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  393. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  394. this.btnFilter.Appearance.Options.UseFont = true;
  395. this.btnFilter.Appearance.Options.UseForeColor = true;
  396. this.btnFilter.Appearance.Options.UseTextOptions = true;
  397. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  398. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  399. this.btnFilter.Location = new System.Drawing.Point(625, 0);
  400. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  401. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  402. this.btnFilter.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  403. this.btnFilter.Name = "btnFilter";
  404. this.btnFilter.Size = new System.Drawing.Size(61, 39);
  405. this.btnFilter.TabIndex = 11;
  406. this.btnFilter.Text = "过滤";
  407. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  408. //
  409. // btnConfig
  410. //
  411. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  412. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  413. this.btnConfig.Appearance.Options.UseFont = true;
  414. this.btnConfig.Appearance.Options.UseForeColor = true;
  415. this.btnConfig.Appearance.Options.UseTextOptions = true;
  416. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  417. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  418. this.btnConfig.Location = new System.Drawing.Point(682, 0);
  419. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  420. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  421. this.btnConfig.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  422. this.btnConfig.Name = "btnConfig";
  423. this.btnConfig.Size = new System.Drawing.Size(104, 39);
  424. this.btnConfig.TabIndex = 4;
  425. this.btnConfig.Text = "数据源设置";
  426. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  427. //
  428. // rptPage
  429. //
  430. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  431. this.rptPage.Appearance.Options.UseBackColor = true;
  432. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  433. this.rptPage.isInit = false;
  434. this.rptPage.Location = new System.Drawing.Point(0, 514);
  435. this.rptPage.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
  436. this.rptPage.Name = "rptPage";
  437. this.rptPage.PageIndex = 1;
  438. this.rptPage.PageSize = 10000;
  439. this.rptPage.RecordNum = 0;
  440. this.rptPage.Size = new System.Drawing.Size(1184, 50);
  441. this.rptPage.TabIndex = 15;
  442. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  443. //
  444. // groupControl1
  445. //
  446. this.groupControl1.Controls.Add(this.grdDetail);
  447. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  448. this.groupControl1.Location = new System.Drawing.Point(0, 39);
  449. this.groupControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  450. this.groupControl1.Name = "groupControl1";
  451. this.groupControl1.Size = new System.Drawing.Size(1184, 475);
  452. this.groupControl1.TabIndex = 14;
  453. this.groupControl1.Text = "详细信息";
  454. //
  455. // grdDetail
  456. //
  457. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  458. this.grdDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  459. this.grdDetail.Location = new System.Drawing.Point(2, 26);
  460. this.grdDetail.MainView = this.grvDetail;
  461. this.grdDetail.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  462. this.grdDetail.Name = "grdDetail";
  463. this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  464. this.repositoryItemGridLookUpEdit1,
  465. this.repositoryItemSpinEdit1});
  466. this.grdDetail.Size = new System.Drawing.Size(1180, 447);
  467. this.grdDetail.TabIndex = 0;
  468. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  469. this.grvDetail,
  470. this.grvAdvDetail});
  471. //
  472. // grvDetail
  473. //
  474. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  475. this.colisSelect,
  476. this.colguid,
  477. this.colOAStatus,
  478. this.colItemCode,
  479. this.colItemName,
  480. this.colitemtype,
  481. this.status,
  482. this.colOAcode,
  483. this.colMUSER,
  484. this.colMTIME,
  485. this.colAuditMan,
  486. this.colAuditTime,
  487. this.colEATTRIBUTE1,
  488. this.colDownLoad});
  489. this.grvDetail.GridControl = this.grdDetail;
  490. this.grvDetail.Name = "grvDetail";
  491. this.grvDetail.OptionsBehavior.Editable = false;
  492. this.grvDetail.OptionsBehavior.ReadOnly = true;
  493. this.grvDetail.OptionsSelection.MultiSelect = true;
  494. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  495. this.grvDetail.OptionsView.ShowFooter = true;
  496. this.grvDetail.OptionsView.ShowGroupPanel = false;
  497. this.grvDetail.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.grvDetail_CustomDrawCell);
  498. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  499. //
  500. // colisSelect
  501. //
  502. this.colisSelect.Caption = "选择";
  503. this.colisSelect.FieldName = "isSelect";
  504. this.colisSelect.Name = "colisSelect";
  505. this.colisSelect.Visible = true;
  506. this.colisSelect.VisibleIndex = 0;
  507. //
  508. // colguid
  509. //
  510. this.colguid.Caption = "单据号";
  511. this.colguid.FieldName = "单据号";
  512. this.colguid.Name = "colguid";
  513. this.colguid.Visible = true;
  514. this.colguid.VisibleIndex = 1;
  515. //
  516. // colOAStatus
  517. //
  518. this.colOAStatus.Caption = "OA状态";
  519. this.colOAStatus.FieldName = "OAStatus";
  520. this.colOAStatus.Name = "colOAStatus";
  521. this.colOAStatus.Visible = true;
  522. this.colOAStatus.VisibleIndex = 2;
  523. //
  524. // colItemCode
  525. //
  526. this.colItemCode.Caption = "存货编码";
  527. this.colItemCode.FieldName = "存货编码";
  528. this.colItemCode.Name = "colItemCode";
  529. this.colItemCode.Visible = true;
  530. this.colItemCode.VisibleIndex = 3;
  531. //
  532. // colItemName
  533. //
  534. this.colItemName.Caption = "存货名称";
  535. this.colItemName.FieldName = "存货名称";
  536. this.colItemName.Name = "colItemName";
  537. this.colItemName.Visible = true;
  538. this.colItemName.VisibleIndex = 4;
  539. //
  540. // colitemtype
  541. //
  542. this.colitemtype.Caption = "规格型号";
  543. this.colitemtype.FieldName = "itemtype\t\t";
  544. this.colitemtype.Name = "colitemtype";
  545. this.colitemtype.Visible = true;
  546. this.colitemtype.VisibleIndex = 5;
  547. //
  548. // status
  549. //
  550. this.status.Caption = "是否审核";
  551. this.status.FieldName = "status";
  552. this.status.Name = "status";
  553. this.status.Visible = true;
  554. this.status.VisibleIndex = 6;
  555. //
  556. // colOAcode
  557. //
  558. this.colOAcode.Caption = "OA单据号";
  559. this.colOAcode.FieldName = "OAcode";
  560. this.colOAcode.Name = "colOAcode";
  561. this.colOAcode.Visible = true;
  562. this.colOAcode.VisibleIndex = 7;
  563. //
  564. // colMUSER
  565. //
  566. this.colMUSER.Caption = "操作人";
  567. this.colMUSER.FieldName = "muser";
  568. this.colMUSER.Name = "colMUSER";
  569. this.colMUSER.Visible = true;
  570. this.colMUSER.VisibleIndex = 8;
  571. //
  572. // colMTIME
  573. //
  574. this.colMTIME.Caption = "维护时间";
  575. this.colMTIME.FieldName = "MTIME";
  576. this.colMTIME.Name = "colMTIME";
  577. this.colMTIME.Visible = true;
  578. this.colMTIME.VisibleIndex = 9;
  579. //
  580. // colAuditMan
  581. //
  582. this.colAuditMan.Caption = "审核人";
  583. this.colAuditMan.FieldName = "AuditMan";
  584. this.colAuditMan.Name = "colAuditMan";
  585. this.colAuditMan.Visible = true;
  586. this.colAuditMan.VisibleIndex = 10;
  587. //
  588. // colAuditTime
  589. //
  590. this.colAuditTime.Caption = "审核时间";
  591. this.colAuditTime.FieldName = "AuditTime";
  592. this.colAuditTime.Name = "colAuditTime";
  593. this.colAuditTime.Visible = true;
  594. this.colAuditTime.VisibleIndex = 11;
  595. //
  596. // colEATTRIBUTE1
  597. //
  598. this.colEATTRIBUTE1.Caption = "备注";
  599. this.colEATTRIBUTE1.FieldName = "EATTRIBUTE1";
  600. this.colEATTRIBUTE1.Name = "colEATTRIBUTE1";
  601. this.colEATTRIBUTE1.Visible = true;
  602. this.colEATTRIBUTE1.VisibleIndex = 12;
  603. this.colEATTRIBUTE1.Width = 51;
  604. //
  605. // colDownLoad
  606. //
  607. this.colDownLoad.Caption = "下载";
  608. this.colDownLoad.ColumnEdit = this.repositoryItemSpinEdit1;
  609. this.colDownLoad.FieldName = "DownLoad";
  610. this.colDownLoad.Name = "colDownLoad";
  611. this.colDownLoad.Visible = true;
  612. this.colDownLoad.VisibleIndex = 13;
  613. //
  614. // repositoryItemSpinEdit1
  615. //
  616. this.repositoryItemSpinEdit1.AutoHeight = false;
  617. this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  618. new DevExpress.XtraEditors.Controls.EditorButton()});
  619. this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
  620. //
  621. // repositoryItemGridLookUpEdit1
  622. //
  623. this.repositoryItemGridLookUpEdit1.AutoHeight = false;
  624. this.repositoryItemGridLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  625. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  626. this.repositoryItemGridLookUpEdit1.Name = "repositoryItemGridLookUpEdit1";
  627. this.repositoryItemGridLookUpEdit1.View = this.repositoryItemGridLookUpEdit1View;
  628. //
  629. // repositoryItemGridLookUpEdit1View
  630. //
  631. this.repositoryItemGridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  632. this.repositoryItemGridLookUpEdit1View.Name = "repositoryItemGridLookUpEdit1View";
  633. this.repositoryItemGridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  634. this.repositoryItemGridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  635. //
  636. // grvAdvDetail
  637. //
  638. this.grvAdvDetail.GridControl = this.grdDetail;
  639. this.grvAdvDetail.Name = "grvAdvDetail";
  640. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  641. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  642. this.grvAdvDetail.OptionsView.ShowFooter = true;
  643. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  644. //
  645. // FormICSDWG
  646. //
  647. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  648. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  649. this.ClientSize = new System.Drawing.Size(1184, 564);
  650. this.Controls.Add(this.groupControl1);
  651. this.Controls.Add(this.rptPage);
  652. this.Controls.Add(this.panelControl3);
  653. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  654. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  655. this.Name = "FormICSDWG";
  656. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  657. this.Text = "工序人员关系";
  658. this.Load += new System.EventHandler(this.FormICSITEM2ROUTE_Load);
  659. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  660. this.panelControl3.ResumeLayout(false);
  661. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  662. this.groupControl1.ResumeLayout(false);
  663. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  664. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  665. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
  666. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1)).EndInit();
  667. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).EndInit();
  668. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  669. this.ResumeLayout(false);
  670. }
  671. #endregion
  672. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  673. private DevExpress.XtraEditors.SimpleButton btnExit;
  674. private DevExpress.XtraEditors.PanelControl panelControl3;
  675. private DevExpress.XtraEditors.SimpleButton btnRefresh;
  676. private DevExpress.XtraEditors.LabelControl lblTitle;
  677. private DevExpress.XtraEditors.SimpleButton btnCreate;
  678. private DevExpress.XtraEditors.SimpleButton btnCancelAll;
  679. private DevExpress.XtraEditors.SimpleButton btnDel;
  680. private DevExpress.XtraEditors.SimpleButton btnSelectAll;
  681. private Base.UserControl.FormControl.PageNavTool rptPage;
  682. private DevExpress.XtraEditors.GroupControl groupControl1;
  683. private DevExpress.XtraGrid.GridControl grdDetail;
  684. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  685. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  686. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  687. private DevExpress.XtraGrid.Columns.GridColumn colOAcode;
  688. private DevExpress.XtraGrid.Columns.GridColumn colOAStatus;
  689. private DevExpress.XtraGrid.Columns.GridColumn colItemCode;
  690. private DevExpress.XtraGrid.Columns.GridColumn colItemName;
  691. private DevExpress.XtraEditors.SimpleButton btnClose;
  692. private DevExpress.XtraGrid.Columns.GridColumn colitemtype;
  693. private DevExpress.XtraEditors.SimpleButton btnImportMould;
  694. private DevExpress.XtraEditors.SimpleButton btnImportData;
  695. private DevExpress.XtraEditors.SimpleButton btnModify;
  696. private DevExpress.XtraGrid.Columns.GridColumn status;
  697. private DevExpress.XtraEditors.SimpleButton btnFilter;
  698. private DevExpress.XtraEditors.SimpleButton btnConfig;
  699. private DevExpress.XtraEditors.SimpleButton simpleButton1;
  700. private DevExpress.XtraEditors.SimpleButton BtnDiscardedTrial;
  701. private DevExpress.XtraEditors.SimpleButton txtDeptCheck;
  702. private DevExpress.XtraGrid.Columns.GridColumn colMUSER;
  703. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  704. private DevExpress.XtraGrid.Columns.GridColumn colAuditMan;
  705. private DevExpress.XtraGrid.Columns.GridColumn colAuditTime;
  706. private DevExpress.XtraGrid.Columns.GridColumn colEATTRIBUTE1;
  707. private DevExpress.XtraGrid.Columns.GridColumn colguid;
  708. private DevExpress.XtraGrid.Columns.GridColumn colDownLoad;
  709. private DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit repositoryItemSpinEdit1;
  710. private DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit repositoryItemGridLookUpEdit1;
  711. private DevExpress.XtraGrid.Views.Grid.GridView repositoryItemGridLookUpEdit1View;
  712. }
  713. }