namespace ICSSoft.Frame.Main.Entrance { partial class FormWorkPoint { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormWorkPoint)); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit(); this.lblTitle = new DevExpress.XtraEditors.LabelControl(); this.btnSave = new DevExpress.XtraEditors.SimpleButton(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.panelControl4 = new DevExpress.XtraEditors.PanelControl(); this.panelControl5 = new DevExpress.XtraEditors.PanelControl(); this.grdWorkPoint = new DevExpress.XtraGrid.GridControl(); this.grvWorkPoint = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.colWorkPointCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colWorkPointName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colServerName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colDataBaseName = new DevExpress.XtraGrid.Columns.GridColumn(); this.txtDataBases = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox(); this.colDataBaseUser = new DevExpress.XtraGrid.Columns.GridColumn(); this.colDataBasePwd = new DevExpress.XtraGrid.Columns.GridColumn(); this.txtPwd = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit(); this.colStartFlag = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCreateUserName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCreateDate = new DevExpress.XtraGrid.Columns.GridColumn(); this.colModifyUserName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colModifyDate = new DevExpress.XtraGrid.Columns.GridColumn(); this.btnAddRow = new DevExpress.XtraEditors.SimpleButton(); this.btnDelRow = new DevExpress.XtraEditors.SimpleButton(); this.btnRefresh = new DevExpress.XtraEditors.SimpleButton(); this.btnCopy = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit(); this.panelControl5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdWorkPoint)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grvWorkPoint)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDataBases)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPwd)).BeginInit(); this.SuspendLayout(); // // btnClose // this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnClose.Appearance.ForeColor = System.Drawing.Color.White; this.btnClose.Appearance.Options.UseFont = true; this.btnClose.Appearance.Options.UseForeColor = true; this.btnClose.Appearance.Options.UseTextOptions = true; this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image"))); this.btnClose.Location = new System.Drawing.Point(858, 5); this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false; this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(26, 28); this.btnClose.TabIndex = 3; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // pictureEdit1 // this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue"))); this.pictureEdit1.Location = new System.Drawing.Point(12, 9); this.pictureEdit1.Name = "pictureEdit1"; this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent; this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true; this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pictureEdit1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch; this.pictureEdit1.Size = new System.Drawing.Size(22, 20); this.pictureEdit1.TabIndex = 1; // // lblTitle // this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White; this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.lblTitle.Location = new System.Drawing.Point(40, 5); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(144, 27); this.lblTitle.TabIndex = 0; this.lblTitle.Text = "站点设置"; // // btnSave // this.btnSave.Appearance.ForeColor = System.Drawing.Color.White; this.btnSave.Appearance.Options.UseForeColor = true; this.btnSave.Appearance.Options.UseTextOptions = true; this.btnSave.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image"))); this.btnSave.Location = new System.Drawing.Point(333, 5); this.btnSave.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnSave.LookAndFeel.UseDefaultLookAndFeel = false; this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(76, 27); this.btnSave.TabIndex = 7; this.btnSave.Text = "保存"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // panelControl2 // this.panelControl2.Appearance.BackColor = System.Drawing.Color.Gainsboro; this.panelControl2.Appearance.Options.UseBackColor = true; this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl2.Dock = System.Windows.Forms.DockStyle.Left; this.panelControl2.Location = new System.Drawing.Point(0, 0); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(1, 449); this.panelControl2.TabIndex = 9; // // panelControl3 // this.panelControl3.Appearance.BackColor = System.Drawing.Color.Gainsboro; this.panelControl3.Appearance.Options.UseBackColor = true; this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl3.Dock = System.Windows.Forms.DockStyle.Right; this.panelControl3.Location = new System.Drawing.Point(895, 0); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(1, 449); this.panelControl3.TabIndex = 10; // // panelControl1 // this.panelControl1.Appearance.BackColor = System.Drawing.Color.Gainsboro; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl1.Location = new System.Drawing.Point(1, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(894, 1); this.panelControl1.TabIndex = 11; // // panelControl4 // this.panelControl4.Appearance.BackColor = System.Drawing.Color.Gainsboro; this.panelControl4.Appearance.Options.UseBackColor = true; this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl4.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl4.Location = new System.Drawing.Point(1, 448); this.panelControl4.Name = "panelControl4"; this.panelControl4.Size = new System.Drawing.Size(894, 1); this.panelControl4.TabIndex = 12; // // panelControl5 // this.panelControl5.Appearance.BackColor = System.Drawing.Color.White; this.panelControl5.Appearance.Options.UseBackColor = true; this.panelControl5.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl5.Controls.Add(this.grdWorkPoint); this.panelControl5.Location = new System.Drawing.Point(2, 38); this.panelControl5.Name = "panelControl5"; this.panelControl5.Size = new System.Drawing.Size(891, 387); this.panelControl5.TabIndex = 13; // // grdWorkPoint // this.grdWorkPoint.Dock = System.Windows.Forms.DockStyle.Fill; this.grdWorkPoint.Location = new System.Drawing.Point(0, 0); this.grdWorkPoint.MainView = this.grvWorkPoint; this.grdWorkPoint.Name = "grdWorkPoint"; this.grdWorkPoint.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.txtPwd, this.txtDataBases}); this.grdWorkPoint.Size = new System.Drawing.Size(891, 387); this.grdWorkPoint.TabIndex = 0; this.grdWorkPoint.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.grvWorkPoint}); // // grvWorkPoint // this.grvWorkPoint.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.colWorkPointCode, this.colWorkPointName, this.colServerName, this.colDataBaseName, this.colDataBaseUser, this.colDataBasePwd, this.colStartFlag, this.colCreateUserName, this.colCreateDate, this.colModifyUserName, this.colModifyDate}); this.grvWorkPoint.GridControl = this.grdWorkPoint; this.grvWorkPoint.IndicatorWidth = 30; this.grvWorkPoint.Name = "grvWorkPoint"; this.grvWorkPoint.OptionsCustomization.AllowFilter = false; this.grvWorkPoint.OptionsCustomization.AllowQuickHideColumns = false; this.grvWorkPoint.OptionsSelection.MultiSelect = true; this.grvWorkPoint.OptionsView.ColumnAutoWidth = false; this.grvWorkPoint.OptionsView.ShowGroupPanel = false; this.grvWorkPoint.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvWorkPoint_CustomDrawRowIndicator); // // gridColumn1 // this.gridColumn1.Caption = "ID"; this.gridColumn1.FieldName = "ID"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.OptionsColumn.ReadOnly = true; // // colWorkPointCode // this.colWorkPointCode.AppearanceHeader.ForeColor = System.Drawing.Color.Gray; this.colWorkPointCode.AppearanceHeader.Options.UseForeColor = true; this.colWorkPointCode.Caption = "站点编号"; this.colWorkPointCode.FieldName = "WorkPointCode"; this.colWorkPointCode.Name = "colWorkPointCode"; this.colWorkPointCode.OptionsColumn.AllowEdit = false; this.colWorkPointCode.OptionsColumn.ReadOnly = true; this.colWorkPointCode.Visible = true; this.colWorkPointCode.VisibleIndex = 0; // // colWorkPointName // this.colWorkPointName.AppearanceHeader.ForeColor = System.Drawing.Color.Blue; this.colWorkPointName.AppearanceHeader.Options.UseForeColor = true; this.colWorkPointName.Caption = "站点名称"; this.colWorkPointName.FieldName = "WorkPointName"; this.colWorkPointName.Name = "colWorkPointName"; this.colWorkPointName.Visible = true; this.colWorkPointName.VisibleIndex = 1; this.colWorkPointName.Width = 112; // // colServerName // this.colServerName.AppearanceHeader.ForeColor = System.Drawing.Color.Blue; this.colServerName.AppearanceHeader.Options.UseForeColor = true; this.colServerName.Caption = "服务器地址"; this.colServerName.FieldName = "ServerName"; this.colServerName.Name = "colServerName"; this.colServerName.Visible = true; this.colServerName.VisibleIndex = 2; this.colServerName.Width = 87; // // colDataBaseName // this.colDataBaseName.AppearanceHeader.ForeColor = System.Drawing.Color.Blue; this.colDataBaseName.AppearanceHeader.Options.UseForeColor = true; this.colDataBaseName.Caption = "数据库名称"; this.colDataBaseName.ColumnEdit = this.txtDataBases; this.colDataBaseName.FieldName = "DataBaseName"; this.colDataBaseName.Name = "colDataBaseName"; this.colDataBaseName.Visible = true; this.colDataBaseName.VisibleIndex = 3; this.colDataBaseName.Width = 117; // // txtDataBases // this.txtDataBases.AutoHeight = false; this.txtDataBases.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtDataBases.Name = "txtDataBases"; // // colDataBaseUser // this.colDataBaseUser.AppearanceHeader.ForeColor = System.Drawing.Color.Blue; this.colDataBaseUser.AppearanceHeader.Options.UseForeColor = true; this.colDataBaseUser.Caption = "帐户"; this.colDataBaseUser.FieldName = "DataBaseUser"; this.colDataBaseUser.Name = "colDataBaseUser"; this.colDataBaseUser.Visible = true; this.colDataBaseUser.VisibleIndex = 4; this.colDataBaseUser.Width = 67; // // colDataBasePwd // this.colDataBasePwd.AppearanceHeader.ForeColor = System.Drawing.Color.Blue; this.colDataBasePwd.AppearanceHeader.Options.UseForeColor = true; this.colDataBasePwd.Caption = "口令"; this.colDataBasePwd.ColumnEdit = this.txtPwd; this.colDataBasePwd.FieldName = "DataBasePwd"; this.colDataBasePwd.Name = "colDataBasePwd"; this.colDataBasePwd.Visible = true; this.colDataBasePwd.VisibleIndex = 5; this.colDataBasePwd.Width = 82; // // txtPwd // this.txtPwd.AutoHeight = false; this.txtPwd.Name = "txtPwd"; this.txtPwd.PasswordChar = '*'; // // colStartFlag // this.colStartFlag.Caption = "是否启用"; this.colStartFlag.FieldName = "StartFlag"; this.colStartFlag.Name = "colStartFlag"; this.colStartFlag.Visible = true; this.colStartFlag.VisibleIndex = 6; this.colStartFlag.Width = 61; // // colCreateUserName // this.colCreateUserName.AppearanceHeader.ForeColor = System.Drawing.Color.Gray; this.colCreateUserName.AppearanceHeader.Options.UseForeColor = true; this.colCreateUserName.Caption = "创建人"; this.colCreateUserName.FieldName = "CreateUserName"; this.colCreateUserName.Name = "colCreateUserName"; this.colCreateUserName.OptionsColumn.AllowEdit = false; this.colCreateUserName.Visible = true; this.colCreateUserName.VisibleIndex = 7; // // colCreateDate // this.colCreateDate.AppearanceHeader.ForeColor = System.Drawing.Color.Gray; this.colCreateDate.AppearanceHeader.Options.UseForeColor = true; this.colCreateDate.Caption = "创建时间"; this.colCreateDate.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; this.colCreateDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.colCreateDate.FieldName = "CreateDate"; this.colCreateDate.Name = "colCreateDate"; this.colCreateDate.OptionsColumn.AllowEdit = false; this.colCreateDate.Visible = true; this.colCreateDate.VisibleIndex = 8; // // colModifyUserName // this.colModifyUserName.AppearanceHeader.ForeColor = System.Drawing.Color.Gray; this.colModifyUserName.AppearanceHeader.Options.UseForeColor = true; this.colModifyUserName.Caption = "最近一次修改人"; this.colModifyUserName.FieldName = "ModifyUserName"; this.colModifyUserName.Name = "colModifyUserName"; this.colModifyUserName.OptionsColumn.AllowEdit = false; this.colModifyUserName.Visible = true; this.colModifyUserName.VisibleIndex = 9; this.colModifyUserName.Width = 98; // // colModifyDate // this.colModifyDate.AppearanceHeader.ForeColor = System.Drawing.Color.Gray; this.colModifyDate.AppearanceHeader.Options.UseForeColor = true; this.colModifyDate.Caption = "修改时间"; this.colModifyDate.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; this.colModifyDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.colModifyDate.FieldName = "ModifyDate"; this.colModifyDate.Name = "colModifyDate"; this.colModifyDate.OptionsColumn.AllowEdit = false; this.colModifyDate.Visible = true; this.colModifyDate.VisibleIndex = 10; // // btnAddRow // this.btnAddRow.Appearance.ForeColor = System.Drawing.Color.White; this.btnAddRow.Appearance.Options.UseForeColor = true; this.btnAddRow.Appearance.Options.UseTextOptions = true; this.btnAddRow.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnAddRow.Image = ((System.Drawing.Image)(resources.GetObject("btnAddRow.Image"))); this.btnAddRow.Location = new System.Drawing.Point(197, 5); this.btnAddRow.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnAddRow.LookAndFeel.UseDefaultLookAndFeel = false; this.btnAddRow.Name = "btnAddRow"; this.btnAddRow.Size = new System.Drawing.Size(68, 27); this.btnAddRow.TabIndex = 14; this.btnAddRow.Text = "增行"; this.btnAddRow.Click += new System.EventHandler(this.btnAddRow_Click); // // btnDelRow // this.btnDelRow.Appearance.ForeColor = System.Drawing.Color.White; this.btnDelRow.Appearance.Options.UseForeColor = true; this.btnDelRow.Appearance.Options.UseTextOptions = true; this.btnDelRow.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnDelRow.Image = ((System.Drawing.Image)(resources.GetObject("btnDelRow.Image"))); this.btnDelRow.Location = new System.Drawing.Point(265, 5); this.btnDelRow.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnDelRow.LookAndFeel.UseDefaultLookAndFeel = false; this.btnDelRow.Name = "btnDelRow"; this.btnDelRow.Size = new System.Drawing.Size(68, 27); this.btnDelRow.TabIndex = 15; this.btnDelRow.Text = "删行"; this.btnDelRow.Click += new System.EventHandler(this.btnDelRow_Click); // // btnRefresh // this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White; this.btnRefresh.Appearance.Options.UseForeColor = true; this.btnRefresh.Appearance.Options.UseTextOptions = true; this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image"))); this.btnRefresh.Location = new System.Drawing.Point(129, 5); this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false; this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(68, 27); this.btnRefresh.TabIndex = 16; this.btnRefresh.Text = "刷新"; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); // // btnCopy // this.btnCopy.Appearance.ForeColor = System.Drawing.Color.White; this.btnCopy.Appearance.Options.UseForeColor = true; this.btnCopy.Appearance.Options.UseTextOptions = true; this.btnCopy.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnCopy.Image = ((System.Drawing.Image)(resources.GetObject("btnCopy.Image"))); this.btnCopy.Location = new System.Drawing.Point(408, 5); this.btnCopy.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnCopy.LookAndFeel.UseDefaultLookAndFeel = false; this.btnCopy.Name = "btnCopy"; this.btnCopy.Size = new System.Drawing.Size(105, 27); this.btnCopy.TabIndex = 17; this.btnCopy.Text = "下发基础数据"; this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click); // // FormWorkPoint // this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(896, 449); this.Controls.Add(this.btnCopy); this.Controls.Add(this.btnRefresh); this.Controls.Add(this.btnDelRow); this.Controls.Add(this.btnAddRow); this.Controls.Add(this.panelControl5); this.Controls.Add(this.panelControl4); this.Controls.Add(this.panelControl1); this.Controls.Add(this.pictureEdit1); this.Controls.Add(this.btnClose); this.Controls.Add(this.lblTitle); this.Controls.Add(this.panelControl3); this.Controls.Add(this.panelControl2); this.Controls.Add(this.btnSave); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FormWorkPoint"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "修改站点"; ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit(); this.panelControl5.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.grdWorkPoint)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grvWorkPoint)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDataBases)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPwd)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraEditors.PictureEdit pictureEdit1; private DevExpress.XtraEditors.LabelControl lblTitle; private DevExpress.XtraEditors.SimpleButton btnSave; private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.XtraEditors.PanelControl panelControl3; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.PanelControl panelControl4; private DevExpress.XtraEditors.PanelControl panelControl5; private DevExpress.XtraEditors.SimpleButton btnAddRow; private DevExpress.XtraGrid.GridControl grdWorkPoint; private DevExpress.XtraGrid.Views.Grid.GridView grvWorkPoint; private DevExpress.XtraEditors.SimpleButton btnDelRow; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraGrid.Columns.GridColumn colWorkPointCode; private DevExpress.XtraGrid.Columns.GridColumn colWorkPointName; private DevExpress.XtraGrid.Columns.GridColumn colServerName; private DevExpress.XtraGrid.Columns.GridColumn colDataBaseName; private DevExpress.XtraEditors.Repository.RepositoryItemComboBox txtDataBases; private DevExpress.XtraGrid.Columns.GridColumn colDataBaseUser; private DevExpress.XtraGrid.Columns.GridColumn colDataBasePwd; private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit txtPwd; private DevExpress.XtraGrid.Columns.GridColumn colStartFlag; private DevExpress.XtraGrid.Columns.GridColumn colCreateUserName; private DevExpress.XtraGrid.Columns.GridColumn colCreateDate; private DevExpress.XtraGrid.Columns.GridColumn colModifyUserName; private DevExpress.XtraGrid.Columns.GridColumn colModifyDate; private DevExpress.XtraEditors.SimpleButton btnRefresh; private DevExpress.XtraEditors.SimpleButton btnCopy; } }