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

505 lines
28 KiB

5 months ago
  1. namespace ICSSoft.Frame.Main.Entrance
  2. {
  3. partial class FormWorkPoint
  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(FormWorkPoint));
  29. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  30. this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
  31. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  32. this.btnSave = new DevExpress.XtraEditors.SimpleButton();
  33. this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
  34. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  35. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  36. this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
  37. this.panelControl5 = new DevExpress.XtraEditors.PanelControl();
  38. this.grdWorkPoint = new DevExpress.XtraGrid.GridControl();
  39. this.grvWorkPoint = new DevExpress.XtraGrid.Views.Grid.GridView();
  40. this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.colWorkPointCode = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.colWorkPointName = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.colServerName = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colDataBaseName = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.txtDataBases = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
  46. this.colDataBaseUser = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colDataBasePwd = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.txtPwd = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
  49. this.colStartFlag = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colCreateUserName = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.colCreateDate = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.colModifyUserName = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.colModifyDate = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.btnAddRow = new DevExpress.XtraEditors.SimpleButton();
  55. this.btnDelRow = new DevExpress.XtraEditors.SimpleButton();
  56. this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
  57. this.btnCopy = new DevExpress.XtraEditors.SimpleButton();
  58. ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
  64. this.panelControl5.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.grdWorkPoint)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.grvWorkPoint)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.txtDataBases)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.txtPwd)).BeginInit();
  69. this.SuspendLayout();
  70. //
  71. // btnClose
  72. //
  73. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  74. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  75. this.btnClose.Appearance.Options.UseFont = true;
  76. this.btnClose.Appearance.Options.UseForeColor = true;
  77. this.btnClose.Appearance.Options.UseTextOptions = true;
  78. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  79. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  80. this.btnClose.Location = new System.Drawing.Point(858, 5);
  81. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  82. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  83. this.btnClose.Name = "btnClose";
  84. this.btnClose.Size = new System.Drawing.Size(26, 28);
  85. this.btnClose.TabIndex = 3;
  86. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  87. //
  88. // pictureEdit1
  89. //
  90. this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue")));
  91. this.pictureEdit1.Location = new System.Drawing.Point(12, 9);
  92. this.pictureEdit1.Name = "pictureEdit1";
  93. this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
  94. this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
  95. this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  96. this.pictureEdit1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
  97. this.pictureEdit1.Size = new System.Drawing.Size(22, 20);
  98. this.pictureEdit1.TabIndex = 1;
  99. //
  100. // lblTitle
  101. //
  102. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  103. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  104. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  105. this.lblTitle.Location = new System.Drawing.Point(40, 5);
  106. this.lblTitle.Name = "lblTitle";
  107. this.lblTitle.Size = new System.Drawing.Size(144, 27);
  108. this.lblTitle.TabIndex = 0;
  109. this.lblTitle.Text = "站点设置";
  110. //
  111. // btnSave
  112. //
  113. this.btnSave.Appearance.ForeColor = System.Drawing.Color.White;
  114. this.btnSave.Appearance.Options.UseForeColor = true;
  115. this.btnSave.Appearance.Options.UseTextOptions = true;
  116. this.btnSave.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  117. this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
  118. this.btnSave.Location = new System.Drawing.Point(333, 5);
  119. this.btnSave.LookAndFeel.SkinName = "BlueButtonSkin";
  120. this.btnSave.LookAndFeel.UseDefaultLookAndFeel = false;
  121. this.btnSave.Name = "btnSave";
  122. this.btnSave.Size = new System.Drawing.Size(76, 27);
  123. this.btnSave.TabIndex = 7;
  124. this.btnSave.Text = "保存";
  125. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  126. //
  127. // panelControl2
  128. //
  129. this.panelControl2.Appearance.BackColor = System.Drawing.Color.Gainsboro;
  130. this.panelControl2.Appearance.Options.UseBackColor = true;
  131. this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  132. this.panelControl2.Dock = System.Windows.Forms.DockStyle.Left;
  133. this.panelControl2.Location = new System.Drawing.Point(0, 0);
  134. this.panelControl2.Name = "panelControl2";
  135. this.panelControl2.Size = new System.Drawing.Size(1, 449);
  136. this.panelControl2.TabIndex = 9;
  137. //
  138. // panelControl3
  139. //
  140. this.panelControl3.Appearance.BackColor = System.Drawing.Color.Gainsboro;
  141. this.panelControl3.Appearance.Options.UseBackColor = true;
  142. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  143. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Right;
  144. this.panelControl3.Location = new System.Drawing.Point(895, 0);
  145. this.panelControl3.Name = "panelControl3";
  146. this.panelControl3.Size = new System.Drawing.Size(1, 449);
  147. this.panelControl3.TabIndex = 10;
  148. //
  149. // panelControl1
  150. //
  151. this.panelControl1.Appearance.BackColor = System.Drawing.Color.Gainsboro;
  152. this.panelControl1.Appearance.Options.UseBackColor = true;
  153. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  154. this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
  155. this.panelControl1.Location = new System.Drawing.Point(1, 0);
  156. this.panelControl1.Name = "panelControl1";
  157. this.panelControl1.Size = new System.Drawing.Size(894, 1);
  158. this.panelControl1.TabIndex = 11;
  159. //
  160. // panelControl4
  161. //
  162. this.panelControl4.Appearance.BackColor = System.Drawing.Color.Gainsboro;
  163. this.panelControl4.Appearance.Options.UseBackColor = true;
  164. this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  165. this.panelControl4.Dock = System.Windows.Forms.DockStyle.Bottom;
  166. this.panelControl4.Location = new System.Drawing.Point(1, 448);
  167. this.panelControl4.Name = "panelControl4";
  168. this.panelControl4.Size = new System.Drawing.Size(894, 1);
  169. this.panelControl4.TabIndex = 12;
  170. //
  171. // panelControl5
  172. //
  173. this.panelControl5.Appearance.BackColor = System.Drawing.Color.White;
  174. this.panelControl5.Appearance.Options.UseBackColor = true;
  175. this.panelControl5.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  176. this.panelControl5.Controls.Add(this.grdWorkPoint);
  177. this.panelControl5.Location = new System.Drawing.Point(2, 38);
  178. this.panelControl5.Name = "panelControl5";
  179. this.panelControl5.Size = new System.Drawing.Size(891, 387);
  180. this.panelControl5.TabIndex = 13;
  181. //
  182. // grdWorkPoint
  183. //
  184. this.grdWorkPoint.Dock = System.Windows.Forms.DockStyle.Fill;
  185. this.grdWorkPoint.Location = new System.Drawing.Point(0, 0);
  186. this.grdWorkPoint.MainView = this.grvWorkPoint;
  187. this.grdWorkPoint.Name = "grdWorkPoint";
  188. this.grdWorkPoint.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  189. this.txtPwd,
  190. this.txtDataBases});
  191. this.grdWorkPoint.Size = new System.Drawing.Size(891, 387);
  192. this.grdWorkPoint.TabIndex = 0;
  193. this.grdWorkPoint.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  194. this.grvWorkPoint});
  195. //
  196. // grvWorkPoint
  197. //
  198. this.grvWorkPoint.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  199. this.gridColumn1,
  200. this.colWorkPointCode,
  201. this.colWorkPointName,
  202. this.colServerName,
  203. this.colDataBaseName,
  204. this.colDataBaseUser,
  205. this.colDataBasePwd,
  206. this.colStartFlag,
  207. this.colCreateUserName,
  208. this.colCreateDate,
  209. this.colModifyUserName,
  210. this.colModifyDate});
  211. this.grvWorkPoint.GridControl = this.grdWorkPoint;
  212. this.grvWorkPoint.IndicatorWidth = 30;
  213. this.grvWorkPoint.Name = "grvWorkPoint";
  214. this.grvWorkPoint.OptionsCustomization.AllowFilter = false;
  215. this.grvWorkPoint.OptionsCustomization.AllowQuickHideColumns = false;
  216. this.grvWorkPoint.OptionsSelection.MultiSelect = true;
  217. this.grvWorkPoint.OptionsView.ColumnAutoWidth = false;
  218. this.grvWorkPoint.OptionsView.ShowGroupPanel = false;
  219. this.grvWorkPoint.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvWorkPoint_CustomDrawRowIndicator);
  220. //
  221. // gridColumn1
  222. //
  223. this.gridColumn1.Caption = "ID";
  224. this.gridColumn1.FieldName = "ID";
  225. this.gridColumn1.Name = "gridColumn1";
  226. this.gridColumn1.OptionsColumn.ReadOnly = true;
  227. //
  228. // colWorkPointCode
  229. //
  230. this.colWorkPointCode.AppearanceHeader.ForeColor = System.Drawing.Color.Gray;
  231. this.colWorkPointCode.AppearanceHeader.Options.UseForeColor = true;
  232. this.colWorkPointCode.Caption = "站点编号";
  233. this.colWorkPointCode.FieldName = "WorkPointCode";
  234. this.colWorkPointCode.Name = "colWorkPointCode";
  235. this.colWorkPointCode.OptionsColumn.AllowEdit = false;
  236. this.colWorkPointCode.OptionsColumn.ReadOnly = true;
  237. this.colWorkPointCode.Visible = true;
  238. this.colWorkPointCode.VisibleIndex = 0;
  239. //
  240. // colWorkPointName
  241. //
  242. this.colWorkPointName.AppearanceHeader.ForeColor = System.Drawing.Color.Blue;
  243. this.colWorkPointName.AppearanceHeader.Options.UseForeColor = true;
  244. this.colWorkPointName.Caption = "站点名称";
  245. this.colWorkPointName.FieldName = "WorkPointName";
  246. this.colWorkPointName.Name = "colWorkPointName";
  247. this.colWorkPointName.Visible = true;
  248. this.colWorkPointName.VisibleIndex = 1;
  249. this.colWorkPointName.Width = 112;
  250. //
  251. // colServerName
  252. //
  253. this.colServerName.AppearanceHeader.ForeColor = System.Drawing.Color.Blue;
  254. this.colServerName.AppearanceHeader.Options.UseForeColor = true;
  255. this.colServerName.Caption = "服务器地址";
  256. this.colServerName.FieldName = "ServerName";
  257. this.colServerName.Name = "colServerName";
  258. this.colServerName.Visible = true;
  259. this.colServerName.VisibleIndex = 2;
  260. this.colServerName.Width = 87;
  261. //
  262. // colDataBaseName
  263. //
  264. this.colDataBaseName.AppearanceHeader.ForeColor = System.Drawing.Color.Blue;
  265. this.colDataBaseName.AppearanceHeader.Options.UseForeColor = true;
  266. this.colDataBaseName.Caption = "数据库名称";
  267. this.colDataBaseName.ColumnEdit = this.txtDataBases;
  268. this.colDataBaseName.FieldName = "DataBaseName";
  269. this.colDataBaseName.Name = "colDataBaseName";
  270. this.colDataBaseName.Visible = true;
  271. this.colDataBaseName.VisibleIndex = 3;
  272. this.colDataBaseName.Width = 117;
  273. //
  274. // txtDataBases
  275. //
  276. this.txtDataBases.AutoHeight = false;
  277. this.txtDataBases.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  278. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  279. this.txtDataBases.Name = "txtDataBases";
  280. //
  281. // colDataBaseUser
  282. //
  283. this.colDataBaseUser.AppearanceHeader.ForeColor = System.Drawing.Color.Blue;
  284. this.colDataBaseUser.AppearanceHeader.Options.UseForeColor = true;
  285. this.colDataBaseUser.Caption = "帐户";
  286. this.colDataBaseUser.FieldName = "DataBaseUser";
  287. this.colDataBaseUser.Name = "colDataBaseUser";
  288. this.colDataBaseUser.Visible = true;
  289. this.colDataBaseUser.VisibleIndex = 4;
  290. this.colDataBaseUser.Width = 67;
  291. //
  292. // colDataBasePwd
  293. //
  294. this.colDataBasePwd.AppearanceHeader.ForeColor = System.Drawing.Color.Blue;
  295. this.colDataBasePwd.AppearanceHeader.Options.UseForeColor = true;
  296. this.colDataBasePwd.Caption = "口令";
  297. this.colDataBasePwd.ColumnEdit = this.txtPwd;
  298. this.colDataBasePwd.FieldName = "DataBasePwd";
  299. this.colDataBasePwd.Name = "colDataBasePwd";
  300. this.colDataBasePwd.Visible = true;
  301. this.colDataBasePwd.VisibleIndex = 5;
  302. this.colDataBasePwd.Width = 82;
  303. //
  304. // txtPwd
  305. //
  306. this.txtPwd.AutoHeight = false;
  307. this.txtPwd.Name = "txtPwd";
  308. this.txtPwd.PasswordChar = '*';
  309. //
  310. // colStartFlag
  311. //
  312. this.colStartFlag.Caption = "是否启用";
  313. this.colStartFlag.FieldName = "StartFlag";
  314. this.colStartFlag.Name = "colStartFlag";
  315. this.colStartFlag.Visible = true;
  316. this.colStartFlag.VisibleIndex = 6;
  317. this.colStartFlag.Width = 61;
  318. //
  319. // colCreateUserName
  320. //
  321. this.colCreateUserName.AppearanceHeader.ForeColor = System.Drawing.Color.Gray;
  322. this.colCreateUserName.AppearanceHeader.Options.UseForeColor = true;
  323. this.colCreateUserName.Caption = "创建人";
  324. this.colCreateUserName.FieldName = "CreateUserName";
  325. this.colCreateUserName.Name = "colCreateUserName";
  326. this.colCreateUserName.OptionsColumn.AllowEdit = false;
  327. this.colCreateUserName.Visible = true;
  328. this.colCreateUserName.VisibleIndex = 7;
  329. //
  330. // colCreateDate
  331. //
  332. this.colCreateDate.AppearanceHeader.ForeColor = System.Drawing.Color.Gray;
  333. this.colCreateDate.AppearanceHeader.Options.UseForeColor = true;
  334. this.colCreateDate.Caption = "创建时间";
  335. this.colCreateDate.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  336. this.colCreateDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
  337. this.colCreateDate.FieldName = "CreateDate";
  338. this.colCreateDate.Name = "colCreateDate";
  339. this.colCreateDate.OptionsColumn.AllowEdit = false;
  340. this.colCreateDate.Visible = true;
  341. this.colCreateDate.VisibleIndex = 8;
  342. //
  343. // colModifyUserName
  344. //
  345. this.colModifyUserName.AppearanceHeader.ForeColor = System.Drawing.Color.Gray;
  346. this.colModifyUserName.AppearanceHeader.Options.UseForeColor = true;
  347. this.colModifyUserName.Caption = "最近一次修改人";
  348. this.colModifyUserName.FieldName = "ModifyUserName";
  349. this.colModifyUserName.Name = "colModifyUserName";
  350. this.colModifyUserName.OptionsColumn.AllowEdit = false;
  351. this.colModifyUserName.Visible = true;
  352. this.colModifyUserName.VisibleIndex = 9;
  353. this.colModifyUserName.Width = 98;
  354. //
  355. // colModifyDate
  356. //
  357. this.colModifyDate.AppearanceHeader.ForeColor = System.Drawing.Color.Gray;
  358. this.colModifyDate.AppearanceHeader.Options.UseForeColor = true;
  359. this.colModifyDate.Caption = "修改时间";
  360. this.colModifyDate.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  361. this.colModifyDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
  362. this.colModifyDate.FieldName = "ModifyDate";
  363. this.colModifyDate.Name = "colModifyDate";
  364. this.colModifyDate.OptionsColumn.AllowEdit = false;
  365. this.colModifyDate.Visible = true;
  366. this.colModifyDate.VisibleIndex = 10;
  367. //
  368. // btnAddRow
  369. //
  370. this.btnAddRow.Appearance.ForeColor = System.Drawing.Color.White;
  371. this.btnAddRow.Appearance.Options.UseForeColor = true;
  372. this.btnAddRow.Appearance.Options.UseTextOptions = true;
  373. this.btnAddRow.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  374. this.btnAddRow.Image = ((System.Drawing.Image)(resources.GetObject("btnAddRow.Image")));
  375. this.btnAddRow.Location = new System.Drawing.Point(197, 5);
  376. this.btnAddRow.LookAndFeel.SkinName = "BlueButtonSkin";
  377. this.btnAddRow.LookAndFeel.UseDefaultLookAndFeel = false;
  378. this.btnAddRow.Name = "btnAddRow";
  379. this.btnAddRow.Size = new System.Drawing.Size(68, 27);
  380. this.btnAddRow.TabIndex = 14;
  381. this.btnAddRow.Text = "增行";
  382. this.btnAddRow.Click += new System.EventHandler(this.btnAddRow_Click);
  383. //
  384. // btnDelRow
  385. //
  386. this.btnDelRow.Appearance.ForeColor = System.Drawing.Color.White;
  387. this.btnDelRow.Appearance.Options.UseForeColor = true;
  388. this.btnDelRow.Appearance.Options.UseTextOptions = true;
  389. this.btnDelRow.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  390. this.btnDelRow.Image = ((System.Drawing.Image)(resources.GetObject("btnDelRow.Image")));
  391. this.btnDelRow.Location = new System.Drawing.Point(265, 5);
  392. this.btnDelRow.LookAndFeel.SkinName = "BlueButtonSkin";
  393. this.btnDelRow.LookAndFeel.UseDefaultLookAndFeel = false;
  394. this.btnDelRow.Name = "btnDelRow";
  395. this.btnDelRow.Size = new System.Drawing.Size(68, 27);
  396. this.btnDelRow.TabIndex = 15;
  397. this.btnDelRow.Text = "删行";
  398. this.btnDelRow.Click += new System.EventHandler(this.btnDelRow_Click);
  399. //
  400. // btnRefresh
  401. //
  402. this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White;
  403. this.btnRefresh.Appearance.Options.UseForeColor = true;
  404. this.btnRefresh.Appearance.Options.UseTextOptions = true;
  405. this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  406. this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
  407. this.btnRefresh.Location = new System.Drawing.Point(129, 5);
  408. this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin";
  409. this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false;
  410. this.btnRefresh.Name = "btnRefresh";
  411. this.btnRefresh.Size = new System.Drawing.Size(68, 27);
  412. this.btnRefresh.TabIndex = 16;
  413. this.btnRefresh.Text = "刷新";
  414. this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
  415. //
  416. // btnCopy
  417. //
  418. this.btnCopy.Appearance.ForeColor = System.Drawing.Color.White;
  419. this.btnCopy.Appearance.Options.UseForeColor = true;
  420. this.btnCopy.Appearance.Options.UseTextOptions = true;
  421. this.btnCopy.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  422. this.btnCopy.Image = ((System.Drawing.Image)(resources.GetObject("btnCopy.Image")));
  423. this.btnCopy.Location = new System.Drawing.Point(408, 5);
  424. this.btnCopy.LookAndFeel.SkinName = "BlueButtonSkin";
  425. this.btnCopy.LookAndFeel.UseDefaultLookAndFeel = false;
  426. this.btnCopy.Name = "btnCopy";
  427. this.btnCopy.Size = new System.Drawing.Size(105, 27);
  428. this.btnCopy.TabIndex = 17;
  429. this.btnCopy.Text = "下发基础数据";
  430. this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click);
  431. //
  432. // FormWorkPoint
  433. //
  434. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  435. this.Appearance.Options.UseBackColor = true;
  436. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  437. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  438. this.ClientSize = new System.Drawing.Size(896, 449);
  439. this.Controls.Add(this.btnCopy);
  440. this.Controls.Add(this.btnRefresh);
  441. this.Controls.Add(this.btnDelRow);
  442. this.Controls.Add(this.btnAddRow);
  443. this.Controls.Add(this.panelControl5);
  444. this.Controls.Add(this.panelControl4);
  445. this.Controls.Add(this.panelControl1);
  446. this.Controls.Add(this.pictureEdit1);
  447. this.Controls.Add(this.btnClose);
  448. this.Controls.Add(this.lblTitle);
  449. this.Controls.Add(this.panelControl3);
  450. this.Controls.Add(this.panelControl2);
  451. this.Controls.Add(this.btnSave);
  452. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  453. this.Name = "FormWorkPoint";
  454. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  455. this.Text = "修改站点";
  456. ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
  457. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
  458. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  459. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  460. ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
  461. ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
  462. this.panelControl5.ResumeLayout(false);
  463. ((System.ComponentModel.ISupportInitialize)(this.grdWorkPoint)).EndInit();
  464. ((System.ComponentModel.ISupportInitialize)(this.grvWorkPoint)).EndInit();
  465. ((System.ComponentModel.ISupportInitialize)(this.txtDataBases)).EndInit();
  466. ((System.ComponentModel.ISupportInitialize)(this.txtPwd)).EndInit();
  467. this.ResumeLayout(false);
  468. }
  469. #endregion
  470. private DevExpress.XtraEditors.SimpleButton btnClose;
  471. private DevExpress.XtraEditors.PictureEdit pictureEdit1;
  472. private DevExpress.XtraEditors.LabelControl lblTitle;
  473. private DevExpress.XtraEditors.SimpleButton btnSave;
  474. private DevExpress.XtraEditors.PanelControl panelControl2;
  475. private DevExpress.XtraEditors.PanelControl panelControl3;
  476. private DevExpress.XtraEditors.PanelControl panelControl1;
  477. private DevExpress.XtraEditors.PanelControl panelControl4;
  478. private DevExpress.XtraEditors.PanelControl panelControl5;
  479. private DevExpress.XtraEditors.SimpleButton btnAddRow;
  480. private DevExpress.XtraGrid.GridControl grdWorkPoint;
  481. private DevExpress.XtraGrid.Views.Grid.GridView grvWorkPoint;
  482. private DevExpress.XtraEditors.SimpleButton btnDelRow;
  483. private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
  484. private DevExpress.XtraGrid.Columns.GridColumn colWorkPointCode;
  485. private DevExpress.XtraGrid.Columns.GridColumn colWorkPointName;
  486. private DevExpress.XtraGrid.Columns.GridColumn colServerName;
  487. private DevExpress.XtraGrid.Columns.GridColumn colDataBaseName;
  488. private DevExpress.XtraEditors.Repository.RepositoryItemComboBox txtDataBases;
  489. private DevExpress.XtraGrid.Columns.GridColumn colDataBaseUser;
  490. private DevExpress.XtraGrid.Columns.GridColumn colDataBasePwd;
  491. private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit txtPwd;
  492. private DevExpress.XtraGrid.Columns.GridColumn colStartFlag;
  493. private DevExpress.XtraGrid.Columns.GridColumn colCreateUserName;
  494. private DevExpress.XtraGrid.Columns.GridColumn colCreateDate;
  495. private DevExpress.XtraGrid.Columns.GridColumn colModifyUserName;
  496. private DevExpress.XtraGrid.Columns.GridColumn colModifyDate;
  497. private DevExpress.XtraEditors.SimpleButton btnRefresh;
  498. private DevExpress.XtraEditors.SimpleButton btnCopy;
  499. }
  500. }