namespace CSFrameworkV5.SystemModule { partial class frmFieldNameMgr { /// /// 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(frmFieldNameMgr)); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.pnlSearch = new DevExpress.XtraEditors.PanelControl(); this.lbl_TableName = new DevExpress.XtraEditors.LabelControl(); this.txt_TableName = new DevExpress.XtraEditors.TextEdit(); this.lbl_FieldName = new DevExpress.XtraEditors.LabelControl(); this.txt_FieldName = new DevExpress.XtraEditors.TextEdit(); this.lbl_DisplayName = new DevExpress.XtraEditors.LabelControl(); this.txt_DisplayName = new DevExpress.XtraEditors.TextEdit(); this.btnEmpty = new DevExpress.XtraEditors.SimpleButton(); this.btnQuery = new DevExpress.XtraEditors.SimpleButton(); this.gcSummary = new DevExpress.XtraGrid.GridControl(); this.gvSummary = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colDBName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTableName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colFieldName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colDisplayName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colFieldOrder = new DevExpress.XtraGrid.Columns.GridColumn(); this.colIsIdentity = new DevExpress.XtraGrid.Columns.GridColumn(); this.repYN = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.colFlagDisplay = new DevExpress.XtraGrid.Columns.GridColumn(); this.colPK = new DevExpress.XtraGrid.Columns.GridColumn(); this.colFieldType = new DevExpress.XtraGrid.Columns.GridColumn(); this.colPrec = new DevExpress.XtraGrid.Columns.GridColumn(); this.colScale = new DevExpress.XtraGrid.Columns.GridColumn(); this.colAllowNull = new DevExpress.XtraGrid.Columns.GridColumn(); this.colRemark = new DevExpress.XtraGrid.Columns.GridColumn(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.txt_TableNameSync = new DevExpress.XtraEditors.LookUpEdit(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl31 = new DevExpress.XtraEditors.LabelControl(); this.txt_DBs = new DevExpress.XtraEditors.LookUpEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.btnDel = new DevExpress.XtraEditors.SimpleButton(); this.btnSave = new DevExpress.XtraEditors.SimpleButton(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.btnSync = new DevExpress.XtraEditors.SimpleButton(); this.btnFillCaption = new DevExpress.XtraEditors.SimpleButton(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pnlSearch)).BeginInit(); this.pnlSearch.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_TableName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_FieldName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_DisplayName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gcSummary)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvSummary)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repYN)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_TableNameSync.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_DBs.Properties)).BeginInit(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.pnlSearch, 0, 0); this.tableLayoutPanel1.Controls.Add(this.gcSummary, 0, 2); this.tableLayoutPanel1.Controls.Add(this.panelControl1, 0, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 3; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(1070, 634); this.tableLayoutPanel1.TabIndex = 12; // // pnlSearch // this.pnlSearch.Controls.Add(this.lbl_TableName); this.pnlSearch.Controls.Add(this.txt_TableName); this.pnlSearch.Controls.Add(this.lbl_FieldName); this.pnlSearch.Controls.Add(this.txt_FieldName); this.pnlSearch.Controls.Add(this.lbl_DisplayName); this.pnlSearch.Controls.Add(this.txt_DisplayName); this.pnlSearch.Controls.Add(this.btnEmpty); this.pnlSearch.Controls.Add(this.btnQuery); this.pnlSearch.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlSearch.Location = new System.Drawing.Point(3, 3); this.pnlSearch.Name = "pnlSearch"; this.pnlSearch.Size = new System.Drawing.Size(1064, 54); this.pnlSearch.TabIndex = 11; // // lbl_TableName // this.lbl_TableName.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lbl_TableName.Appearance.Options.UseFont = true; this.lbl_TableName.Location = new System.Drawing.Point(19, 19); this.lbl_TableName.Name = "lbl_TableName"; this.lbl_TableName.Size = new System.Drawing.Size(42, 17); this.lbl_TableName.TabIndex = 0; this.lbl_TableName.Text = "表名:"; // // txt_TableName // this.txt_TableName.Location = new System.Drawing.Point(62, 16); this.txt_TableName.Name = "txt_TableName"; this.txt_TableName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_TableName.Properties.Appearance.Options.UseFont = true; this.txt_TableName.Size = new System.Drawing.Size(182, 22); this.txt_TableName.TabIndex = 0; // // lbl_FieldName // this.lbl_FieldName.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lbl_FieldName.Appearance.Options.UseFont = true; this.lbl_FieldName.Location = new System.Drawing.Point(261, 19); this.lbl_FieldName.Name = "lbl_FieldName"; this.lbl_FieldName.Size = new System.Drawing.Size(56, 17); this.lbl_FieldName.TabIndex = 0; this.lbl_FieldName.Text = "字段名:"; // // txt_FieldName // this.txt_FieldName.Location = new System.Drawing.Point(324, 16); this.txt_FieldName.Name = "txt_FieldName"; this.txt_FieldName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_FieldName.Properties.Appearance.Options.UseFont = true; this.txt_FieldName.Size = new System.Drawing.Size(145, 22); this.txt_FieldName.TabIndex = 0; // // lbl_DisplayName // this.lbl_DisplayName.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lbl_DisplayName.Appearance.Options.UseFont = true; this.lbl_DisplayName.Location = new System.Drawing.Point(485, 18); this.lbl_DisplayName.Name = "lbl_DisplayName"; this.lbl_DisplayName.Size = new System.Drawing.Size(70, 17); this.lbl_DisplayName.TabIndex = 0; this.lbl_DisplayName.Text = "中文名称:"; // // txt_DisplayName // this.txt_DisplayName.Location = new System.Drawing.Point(562, 16); this.txt_DisplayName.Name = "txt_DisplayName"; this.txt_DisplayName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_DisplayName.Properties.Appearance.Options.UseFont = true; this.txt_DisplayName.Size = new System.Drawing.Size(132, 22); this.txt_DisplayName.TabIndex = 0; // // btnEmpty // this.btnEmpty.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btnEmpty.Cursor = System.Windows.Forms.Cursors.Hand; this.btnEmpty.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnEmpty.ImageOptions.Image"))); this.btnEmpty.Location = new System.Drawing.Point(840, 8); this.btnEmpty.Name = "btnEmpty"; this.btnEmpty.Size = new System.Drawing.Size(93, 38); this.btnEmpty.TabIndex = 21; this.btnEmpty.Text = "清空(&E)"; this.btnEmpty.Click += new System.EventHandler(this.btnEmpty_Click); // // btnQuery // this.btnQuery.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand; this.btnQuery.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnQuery.ImageOptions.Image"))); this.btnQuery.Location = new System.Drawing.Point(734, 8); this.btnQuery.Name = "btnQuery"; this.btnQuery.Size = new System.Drawing.Size(94, 39); this.btnQuery.TabIndex = 20; this.btnQuery.Text = "查询(&S)"; this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click); // // gcSummary // this.gcSummary.Dock = System.Windows.Forms.DockStyle.Fill; this.gcSummary.EmbeddedNavigator.Buttons.Append.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.CancelEdit.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.Edit.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.EndEdit.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.NextPage.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.PrevPage.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.Remove.Visible = false; this.gcSummary.Location = new System.Drawing.Point(3, 113); this.gcSummary.MainView = this.gvSummary; this.gcSummary.Name = "gcSummary"; this.gcSummary.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repYN}); this.gcSummary.RightToLeft = System.Windows.Forms.RightToLeft.No; this.gcSummary.Size = new System.Drawing.Size(1064, 518); this.gcSummary.TabIndex = 10; this.gcSummary.UseEmbeddedNavigator = true; this.gcSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvSummary}); this.gcSummary.Click += new System.EventHandler(this.gcSummary_Click); // // gvSummary // this.gvSummary.ColumnPanelRowHeight = 30; this.gvSummary.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colDBName, this.colTableName, this.colFieldName, this.colDisplayName, this.colFieldOrder, this.colIsIdentity, this.colFlagDisplay, this.colPK, this.colFieldType, this.colPrec, this.colScale, this.colAllowNull, this.colRemark}); this.gvSummary.GridControl = this.gcSummary; this.gvSummary.Name = "gvSummary"; this.gvSummary.OptionsView.ColumnAutoWidth = false; this.gvSummary.OptionsView.ShowFooter = true; this.gvSummary.OptionsView.ShowGroupPanel = false; // // colDBName // this.colDBName.Caption = "数据库"; this.colDBName.FieldName = "DBName"; this.colDBName.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left; this.colDBName.Name = "colDBName"; this.colDBName.OptionsColumn.AllowEdit = false; this.colDBName.OptionsColumn.ReadOnly = true; this.colDBName.Visible = true; this.colDBName.VisibleIndex = 0; this.colDBName.Width = 154; // // colTableName // this.colTableName.Caption = "表名"; this.colTableName.FieldName = "TableName"; this.colTableName.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left; this.colTableName.Name = "colTableName"; this.colTableName.OptionsColumn.AllowEdit = false; this.colTableName.OptionsColumn.ReadOnly = true; this.colTableName.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count)}); this.colTableName.Visible = true; this.colTableName.VisibleIndex = 1; this.colTableName.Width = 124; // // colFieldName // this.colFieldName.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke; this.colFieldName.AppearanceCell.Options.UseBackColor = true; this.colFieldName.AppearanceHeader.BackColor = System.Drawing.Color.Gainsboro; this.colFieldName.AppearanceHeader.Options.UseBackColor = true; this.colFieldName.Caption = "字段名"; this.colFieldName.FieldName = "FieldName"; this.colFieldName.Name = "colFieldName"; this.colFieldName.OptionsColumn.AllowEdit = false; this.colFieldName.OptionsColumn.ReadOnly = true; this.colFieldName.Visible = true; this.colFieldName.VisibleIndex = 3; this.colFieldName.Width = 136; // // colDisplayName // this.colDisplayName.AppearanceCell.BackColor = System.Drawing.Color.MintCream; this.colDisplayName.AppearanceCell.ForeColor = System.Drawing.Color.Green; this.colDisplayName.AppearanceCell.Options.UseBackColor = true; this.colDisplayName.AppearanceCell.Options.UseForeColor = true; this.colDisplayName.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold); this.colDisplayName.AppearanceHeader.ForeColor = System.Drawing.Color.Green; this.colDisplayName.AppearanceHeader.Options.UseFont = true; this.colDisplayName.AppearanceHeader.Options.UseForeColor = true; this.colDisplayName.Caption = "中文名称"; this.colDisplayName.FieldName = "DisplayName"; this.colDisplayName.Name = "colDisplayName"; this.colDisplayName.Visible = true; this.colDisplayName.VisibleIndex = 4; this.colDisplayName.Width = 125; // // colFieldOrder // this.colFieldOrder.AppearanceHeader.Options.UseTextOptions = true; this.colFieldOrder.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colFieldOrder.Caption = "序号"; this.colFieldOrder.FieldName = "FieldOrder"; this.colFieldOrder.Name = "colFieldOrder"; this.colFieldOrder.OptionsColumn.AllowEdit = false; this.colFieldOrder.OptionsColumn.ReadOnly = true; this.colFieldOrder.OptionsFilter.AllowAutoFilter = false; this.colFieldOrder.OptionsFilter.AllowFilter = false; this.colFieldOrder.Visible = true; this.colFieldOrder.VisibleIndex = 2; this.colFieldOrder.Width = 41; // // colIsIdentity // this.colIsIdentity.AppearanceHeader.Options.UseTextOptions = true; this.colIsIdentity.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colIsIdentity.Caption = "自增"; this.colIsIdentity.ColumnEdit = this.repYN; this.colIsIdentity.FieldName = "IsIdentity"; this.colIsIdentity.Name = "colIsIdentity"; this.colIsIdentity.OptionsColumn.AllowEdit = false; this.colIsIdentity.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.colIsIdentity.OptionsColumn.ReadOnly = true; this.colIsIdentity.OptionsFilter.AllowAutoFilter = false; this.colIsIdentity.OptionsFilter.AllowFilter = false; this.colIsIdentity.Visible = true; this.colIsIdentity.VisibleIndex = 8; this.colIsIdentity.Width = 47; // // repYN // this.repYN.AutoHeight = false; this.repYN.Caption = "Check"; this.repYN.Name = "repYN"; this.repYN.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked; this.repYN.ValueChecked = "Y"; this.repYN.ValueUnchecked = "N"; // // colFlagDisplay // this.colFlagDisplay.AppearanceHeader.Options.UseTextOptions = true; this.colFlagDisplay.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colFlagDisplay.Caption = "显示"; this.colFlagDisplay.ColumnEdit = this.repYN; this.colFlagDisplay.FieldName = "FlagDisplay"; this.colFlagDisplay.Name = "colFlagDisplay"; this.colFlagDisplay.OptionsColumn.AllowEdit = false; this.colFlagDisplay.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.colFlagDisplay.OptionsColumn.ReadOnly = true; this.colFlagDisplay.OptionsFilter.AllowAutoFilter = false; this.colFlagDisplay.OptionsFilter.AllowFilter = false; this.colFlagDisplay.Visible = true; this.colFlagDisplay.VisibleIndex = 11; this.colFlagDisplay.Width = 47; // // colPK // this.colPK.AppearanceHeader.Options.UseTextOptions = true; this.colPK.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colPK.Caption = "主键"; this.colPK.ColumnEdit = this.repYN; this.colPK.FieldName = "PK"; this.colPK.Name = "colPK"; this.colPK.OptionsColumn.AllowEdit = false; this.colPK.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.colPK.OptionsColumn.ReadOnly = true; this.colPK.OptionsFilter.AllowAutoFilter = false; this.colPK.OptionsFilter.AllowFilter = false; this.colPK.Visible = true; this.colPK.VisibleIndex = 9; this.colPK.Width = 49; // // colFieldType // this.colFieldType.Caption = "数据类型"; this.colFieldType.FieldName = "FieldType"; this.colFieldType.Name = "colFieldType"; this.colFieldType.OptionsColumn.AllowEdit = false; this.colFieldType.OptionsColumn.ReadOnly = true; this.colFieldType.Visible = true; this.colFieldType.VisibleIndex = 5; // // colPrec // this.colPrec.Caption = "数据长度"; this.colPrec.FieldName = "Prec"; this.colPrec.Name = "colPrec"; this.colPrec.OptionsColumn.AllowEdit = false; this.colPrec.OptionsColumn.ReadOnly = true; this.colPrec.Visible = true; this.colPrec.VisibleIndex = 6; this.colPrec.Width = 73; // // colScale // this.colScale.Caption = "小数位"; this.colScale.FieldName = "Scale"; this.colScale.Name = "colScale"; this.colScale.OptionsColumn.AllowEdit = false; this.colScale.OptionsColumn.ReadOnly = true; this.colScale.Visible = true; this.colScale.VisibleIndex = 7; this.colScale.Width = 57; // // colAllowNull // this.colAllowNull.AppearanceHeader.Options.UseTextOptions = true; this.colAllowNull.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colAllowNull.Caption = "允许空"; this.colAllowNull.ColumnEdit = this.repYN; this.colAllowNull.FieldName = "AllowNull"; this.colAllowNull.Name = "colAllowNull"; this.colAllowNull.OptionsColumn.AllowEdit = false; this.colAllowNull.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.colAllowNull.OptionsColumn.ReadOnly = true; this.colAllowNull.OptionsFilter.AllowAutoFilter = false; this.colAllowNull.OptionsFilter.AllowFilter = false; this.colAllowNull.Visible = true; this.colAllowNull.VisibleIndex = 10; this.colAllowNull.Width = 59; // // colRemark // this.colRemark.Caption = "备注"; this.colRemark.FieldName = "Remark"; this.colRemark.Name = "colRemark"; this.colRemark.OptionsColumn.AllowEdit = false; this.colRemark.OptionsColumn.ReadOnly = true; this.colRemark.Visible = true; this.colRemark.VisibleIndex = 12; this.colRemark.Width = 183; // // panelControl1 // this.panelControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.txt_TableNameSync); this.panelControl1.Controls.Add(this.labelControl3); this.panelControl1.Controls.Add(this.labelControl31); this.panelControl1.Controls.Add(this.txt_DBs); this.panelControl1.Controls.Add(this.labelControl2); this.panelControl1.Controls.Add(this.btnFillCaption); this.panelControl1.Controls.Add(this.btnDel); this.panelControl1.Controls.Add(this.btnSave); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Controls.Add(this.btnSync); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl1.Location = new System.Drawing.Point(3, 63); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(1064, 44); this.panelControl1.TabIndex = 12; // // txt_TableNameSync // this.txt_TableNameSync.Location = new System.Drawing.Point(322, 11); this.txt_TableNameSync.Name = "txt_TableNameSync"; this.txt_TableNameSync.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.txt_TableNameSync.Properties.Appearance.Options.UseFont = true; this.txt_TableNameSync.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txt_TableNameSync.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("TableName", "表名")}); this.txt_TableNameSync.Properties.DropDownRows = 15; this.txt_TableNameSync.Properties.NullText = ""; this.txt_TableNameSync.Size = new System.Drawing.Size(201, 24); this.txt_TableNameSync.TabIndex = 23; this.txt_TableNameSync.QueryPopUp += new System.ComponentModel.CancelEventHandler(this.txt_TableNameSync_QueryPopUp); this.txt_TableNameSync.EditValueChanged += new System.EventHandler(this.txt_TableNameSync_EditValueChanged); // // labelControl3 // this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl3.Appearance.Options.UseFont = true; this.labelControl3.Appearance.Options.UseForeColor = true; this.labelControl3.Location = new System.Drawing.Point(529, 17); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(8, 18); this.labelControl3.TabIndex = 101; this.labelControl3.Text = "*"; // // labelControl31 // this.labelControl31.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.labelControl31.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl31.Appearance.Options.UseFont = true; this.labelControl31.Appearance.Options.UseForeColor = true; this.labelControl31.Location = new System.Drawing.Point(251, 18); this.labelControl31.Name = "labelControl31"; this.labelControl31.Size = new System.Drawing.Size(8, 18); this.labelControl31.TabIndex = 100; this.labelControl31.Text = "*"; // // txt_DBs // this.txt_DBs.Location = new System.Drawing.Point(62, 11); this.txt_DBs.Name = "txt_DBs"; this.txt_DBs.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.txt_DBs.Properties.Appearance.Options.UseFont = true; this.txt_DBs.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txt_DBs.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("DBName", "数据库名", 100, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)}); this.txt_DBs.Properties.DropDownRows = 15; this.txt_DBs.Properties.NullText = ""; this.txt_DBs.Size = new System.Drawing.Size(182, 24); this.txt_DBs.TabIndex = 99; this.txt_DBs.ToolTip = "系统数据库所在服务器的全部数据库清单"; this.txt_DBs.EditValueChanged += new System.EventHandler(this.txt_DBs_EditValueChanged); // // labelControl2 // this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl2.Appearance.Options.UseFont = true; this.labelControl2.Location = new System.Drawing.Point(6, 14); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(56, 17); this.labelControl2.TabIndex = 27; this.labelControl2.Text = "数据库:"; // // btnDel // this.btnDel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btnDel.Cursor = System.Windows.Forms.Cursors.Hand; this.btnDel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.ImageOptions.Image"))); this.btnDel.Location = new System.Drawing.Point(667, 3); this.btnDel.Name = "btnDel"; this.btnDel.Size = new System.Drawing.Size(100, 39); this.btnDel.TabIndex = 25; this.btnDel.Text = "删除记录"; this.btnDel.Click += new System.EventHandler(this.btnDel_Click); // // btnSave // this.btnSave.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand; this.btnSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.ImageOptions.Image"))); this.btnSave.Location = new System.Drawing.Point(879, 3); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(100, 39); this.btnSave.TabIndex = 24; this.btnSave.Text = "保存数据"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl1.Appearance.Options.UseFont = true; this.labelControl1.Location = new System.Drawing.Point(279, 14); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(42, 17); this.labelControl1.TabIndex = 23; this.labelControl1.Text = "表名:"; // // btnSync // this.btnSync.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btnSync.Cursor = System.Windows.Forms.Cursors.Hand; this.btnSync.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSync.ImageOptions.Image"))); this.btnSync.Location = new System.Drawing.Point(561, 3); this.btnSync.Name = "btnSync"; this.btnSync.Size = new System.Drawing.Size(100, 39); this.btnSync.TabIndex = 21; this.btnSync.Text = "同步表"; this.btnSync.Click += new System.EventHandler(this.btnSync_Click); // // btnFillCaption // this.btnFillCaption.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btnFillCaption.Cursor = System.Windows.Forms.Cursors.Hand; this.btnFillCaption.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image"))); this.btnFillCaption.Location = new System.Drawing.Point(773, 3); this.btnFillCaption.Name = "btnFillCaption"; this.btnFillCaption.Size = new System.Drawing.Size(100, 39); this.btnFillCaption.TabIndex = 25; this.btnFillCaption.Text = "自动填充"; this.btnFillCaption.Click += new System.EventHandler(this.btnFillCaption_Click); // // frmFieldNameMgr // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1070, 634); this.Controls.Add(this.tableLayoutPanel1); this.Name = "frmFieldNameMgr"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "字段名管理"; this.Load += new System.EventHandler(this.frmFieldNameMgr_Load); this.tableLayoutPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pnlSearch)).EndInit(); this.pnlSearch.ResumeLayout(false); this.pnlSearch.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_TableName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_FieldName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_DisplayName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gcSummary)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvSummary)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repYN)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_TableNameSync.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_DBs.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private DevExpress.XtraEditors.PanelControl pnlSearch; private DevExpress.XtraEditors.LabelControl lbl_TableName; private DevExpress.XtraEditors.TextEdit txt_TableName; private DevExpress.XtraEditors.LabelControl lbl_FieldName; private DevExpress.XtraEditors.TextEdit txt_FieldName; private DevExpress.XtraEditors.LabelControl lbl_DisplayName; private DevExpress.XtraEditors.TextEdit txt_DisplayName; private DevExpress.XtraEditors.SimpleButton btnEmpty; private DevExpress.XtraEditors.SimpleButton btnQuery; private DevExpress.XtraGrid.GridControl gcSummary; private DevExpress.XtraGrid.Views.Grid.GridView gvSummary; private DevExpress.XtraGrid.Columns.GridColumn colTableName; private DevExpress.XtraGrid.Columns.GridColumn colFieldName; private DevExpress.XtraGrid.Columns.GridColumn colDisplayName; private DevExpress.XtraGrid.Columns.GridColumn colRemark; private DevExpress.XtraGrid.Columns.GridColumn colFlagDisplay; private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repYN; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.SimpleButton btnSync; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.SimpleButton btnSave; private DevExpress.XtraEditors.SimpleButton btnDel; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.LabelControl labelControl31; private DevExpress.XtraEditors.LookUpEdit txt_DBs; private DevExpress.XtraGrid.Columns.GridColumn colDBName; private DevExpress.XtraGrid.Columns.GridColumn colFieldOrder; private DevExpress.XtraGrid.Columns.GridColumn colIsIdentity; private DevExpress.XtraGrid.Columns.GridColumn colPK; private DevExpress.XtraGrid.Columns.GridColumn colFieldType; private DevExpress.XtraGrid.Columns.GridColumn colPrec; private DevExpress.XtraGrid.Columns.GridColumn colScale; private DevExpress.XtraGrid.Columns.GridColumn colAllowNull; private DevExpress.XtraEditors.LookUpEdit txt_TableNameSync; private DevExpress.XtraEditors.SimpleButton btnFillCaption; } }