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

540 lines
32 KiB

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