namespace CSFrameworkV5.Library
|
{
|
partial class frmLogFieldConfig
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLogFieldConfig));
|
this.gcFields = new DevExpress.XtraGrid.GridControl();
|
this.gvFields = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.colDBName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colFieldName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colFieldCaption = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colFlagLog = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.repCheck = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
this.txtTableList = new DevExpress.XtraEditors.ComboBoxEdit();
|
this.txt_DBs = new DevExpress.XtraEditors.ComboBoxEdit();
|
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
|
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
this.txtDBName = new DevExpress.XtraEditors.TextEdit();
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
|
this.txtTableName = new DevExpress.XtraEditors.TextEdit();
|
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
this.txtFieldName = new DevExpress.XtraEditors.TextEdit();
|
this.btnDel = new DevExpress.XtraEditors.SimpleButton();
|
this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
|
this.panel1 = new System.Windows.Forms.Panel();
|
((System.ComponentModel.ISupportInitialize)(this.gcFields)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvFields)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.repCheck)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
this.panelControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtTableList.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_DBs.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
this.panelControl2.SuspendLayout();
|
this.groupBox1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtDBName.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtTableName.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtFieldName.Properties)).BeginInit();
|
this.panel1.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// gcFields
|
//
|
this.gcFields.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gcFields.Location = new System.Drawing.Point(5, 60);
|
this.gcFields.MainView = this.gvFields;
|
this.gcFields.Name = "gcFields";
|
this.gcFields.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
this.repCheck});
|
this.gcFields.Size = new System.Drawing.Size(785, 367);
|
this.gcFields.TabIndex = 0;
|
this.gcFields.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gvFields});
|
//
|
// gvFields
|
//
|
this.gvFields.ColumnPanelRowHeight = 25;
|
this.gvFields.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.colDBName,
|
this.colFieldName,
|
this.colFieldCaption,
|
this.colFlagLog});
|
this.gvFields.GridControl = this.gcFields;
|
this.gvFields.Name = "gvFields";
|
this.gvFields.OptionsView.ColumnAutoWidth = false;
|
this.gvFields.OptionsView.ShowFooter = true;
|
this.gvFields.OptionsView.ShowGroupPanel = false;
|
this.gvFields.RowHeight = 25;
|
//
|
// colDBName
|
//
|
this.colDBName.Caption = "数据库";
|
this.colDBName.FieldName = "DBName";
|
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 = 229;
|
//
|
// colFieldName
|
//
|
this.colFieldName.Caption = "字段名";
|
this.colFieldName.FieldName = "FieldName";
|
this.colFieldName.Name = "colFieldName";
|
this.colFieldName.OptionsColumn.AllowEdit = false;
|
this.colFieldName.OptionsColumn.ReadOnly = true;
|
this.colFieldName.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "FieldName", "{0}")});
|
this.colFieldName.Visible = true;
|
this.colFieldName.VisibleIndex = 1;
|
this.colFieldName.Width = 211;
|
//
|
// colFieldCaption
|
//
|
this.colFieldCaption.Caption = "字段标题";
|
this.colFieldCaption.FieldName = "FieldCaption";
|
this.colFieldCaption.Name = "colFieldCaption";
|
this.colFieldCaption.OptionsColumn.AllowEdit = false;
|
this.colFieldCaption.OptionsColumn.ReadOnly = true;
|
this.colFieldCaption.Visible = true;
|
this.colFieldCaption.VisibleIndex = 2;
|
this.colFieldCaption.Width = 198;
|
//
|
// colFlagLog
|
//
|
this.colFlagLog.AppearanceCell.BackColor = System.Drawing.Color.Honeydew;
|
this.colFlagLog.AppearanceCell.Options.UseBackColor = true;
|
this.colFlagLog.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
|
this.colFlagLog.AppearanceHeader.ForeColor = System.Drawing.Color.Green;
|
this.colFlagLog.AppearanceHeader.Options.UseFont = true;
|
this.colFlagLog.AppearanceHeader.Options.UseForeColor = true;
|
this.colFlagLog.AppearanceHeader.Options.UseTextOptions = true;
|
this.colFlagLog.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colFlagLog.Caption = "保存日志";
|
this.colFlagLog.ColumnEdit = this.repCheck;
|
this.colFlagLog.FieldName = "FlagLog";
|
this.colFlagLog.Name = "colFlagLog";
|
this.colFlagLog.Visible = true;
|
this.colFlagLog.VisibleIndex = 3;
|
this.colFlagLog.Width = 87;
|
//
|
// repCheck
|
//
|
this.repCheck.AutoHeight = false;
|
this.repCheck.Name = "repCheck";
|
//
|
// labelControl1
|
//
|
this.labelControl1.Location = new System.Drawing.Point(354, 19);
|
this.labelControl1.Name = "labelControl1";
|
this.labelControl1.Size = new System.Drawing.Size(72, 14);
|
this.labelControl1.TabIndex = 1;
|
this.labelControl1.Text = "选择资料表:";
|
//
|
// panelControl1
|
//
|
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.panelControl1.Controls.Add(this.btnQuery);
|
this.panelControl1.Controls.Add(this.labelControl2);
|
this.panelControl1.Controls.Add(this.labelControl1);
|
this.panelControl1.Controls.Add(this.txtTableList);
|
this.panelControl1.Controls.Add(this.txt_DBs);
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.panelControl1.Location = new System.Drawing.Point(5, 5);
|
this.panelControl1.Name = "panelControl1";
|
this.panelControl1.Size = new System.Drawing.Size(785, 55);
|
this.panelControl1.TabIndex = 3;
|
//
|
// labelControl2
|
//
|
this.labelControl2.Location = new System.Drawing.Point(12, 19);
|
this.labelControl2.Name = "labelControl2";
|
this.labelControl2.Size = new System.Drawing.Size(60, 14);
|
this.labelControl2.TabIndex = 1;
|
this.labelControl2.Text = "选数据库:";
|
//
|
// txtTableList
|
//
|
this.txtTableList.Location = new System.Drawing.Point(427, 16);
|
this.txtTableList.Name = "txtTableList";
|
this.txtTableList.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txtTableList.Properties.Appearance.Options.UseFont = true;
|
this.txtTableList.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtTableList.Properties.DropDownRows = 15;
|
this.txtTableList.Properties.PopupSizeable = true;
|
this.txtTableList.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
this.txtTableList.Size = new System.Drawing.Size(182, 22);
|
this.txtTableList.TabIndex = 2;
|
this.txtTableList.QueryPopUp += new System.ComponentModel.CancelEventHandler(this.txtTableList_QueryPopUp);
|
//
|
// txt_DBs
|
//
|
this.txt_DBs.Location = new System.Drawing.Point(76, 16);
|
this.txt_DBs.Name = "txt_DBs";
|
this.txt_DBs.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
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.DropDownRows = 15;
|
this.txt_DBs.Properties.PopupSizeable = true;
|
this.txt_DBs.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
this.txt_DBs.Size = new System.Drawing.Size(241, 22);
|
this.txt_DBs.TabIndex = 2;
|
this.txt_DBs.EditValueChanged += new System.EventHandler(this.txt_DBs_EditValueChanged);
|
//
|
// 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(402, 4);
|
this.btnSave.Name = "btnSave";
|
this.btnSave.Size = new System.Drawing.Size(98, 38);
|
this.btnSave.TabIndex = 3;
|
this.btnSave.Text = "保存配置";
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
//
|
// panelControl2
|
//
|
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.panelControl2.Controls.Add(this.panel1);
|
this.panelControl2.Controls.Add(this.groupBox1);
|
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.panelControl2.Location = new System.Drawing.Point(5, 427);
|
this.panelControl2.Name = "panelControl2";
|
this.panelControl2.Size = new System.Drawing.Size(785, 161);
|
this.panelControl2.TabIndex = 4;
|
//
|
// groupBox1
|
//
|
this.groupBox1.Controls.Add(this.txtDBName);
|
this.groupBox1.Controls.Add(this.labelControl3);
|
this.groupBox1.Controls.Add(this.pictureBox1);
|
this.groupBox1.Controls.Add(this.btnAdd);
|
this.groupBox1.Controls.Add(this.labelControl4);
|
this.groupBox1.Controls.Add(this.labelControl6);
|
this.groupBox1.Controls.Add(this.txtTableName);
|
this.groupBox1.Controls.Add(this.labelControl5);
|
this.groupBox1.Controls.Add(this.txtFieldName);
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.groupBox1.Location = new System.Drawing.Point(0, 53);
|
this.groupBox1.Name = "groupBox1";
|
this.groupBox1.Size = new System.Drawing.Size(785, 108);
|
this.groupBox1.TabIndex = 7;
|
this.groupBox1.TabStop = false;
|
this.groupBox1.Text = "添加字段";
|
//
|
// txtDBName
|
//
|
this.txtDBName.Location = new System.Drawing.Point(88, 33);
|
this.txtDBName.Name = "txtDBName";
|
this.txtDBName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txtDBName.Properties.Appearance.Options.UseFont = true;
|
this.txtDBName.Size = new System.Drawing.Size(168, 22);
|
this.txtDBName.TabIndex = 3;
|
//
|
// labelControl3
|
//
|
this.labelControl3.Location = new System.Drawing.Point(32, 34);
|
this.labelControl3.Name = "labelControl3";
|
this.labelControl3.Size = new System.Drawing.Size(48, 14);
|
this.labelControl3.TabIndex = 2;
|
this.labelControl3.Text = "数据库:";
|
//
|
// pictureBox1
|
//
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
this.pictureBox1.Location = new System.Drawing.Point(310, 72);
|
this.pictureBox1.Name = "pictureBox1";
|
this.pictureBox1.Size = new System.Drawing.Size(16, 16);
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
this.pictureBox1.TabIndex = 6;
|
this.pictureBox1.TabStop = false;
|
//
|
// btnAdd
|
//
|
this.btnAdd.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnAdd.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnAdd.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.ImageOptions.Image")));
|
this.btnAdd.Location = new System.Drawing.Point(603, 43);
|
this.btnAdd.Name = "btnAdd";
|
this.btnAdd.Size = new System.Drawing.Size(102, 38);
|
this.btnAdd.TabIndex = 4;
|
this.btnAdd.Text = "添加字段";
|
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
|
//
|
// labelControl4
|
//
|
this.labelControl4.Location = new System.Drawing.Point(32, 69);
|
this.labelControl4.Name = "labelControl4";
|
this.labelControl4.Size = new System.Drawing.Size(48, 14);
|
this.labelControl4.TabIndex = 2;
|
this.labelControl4.Text = "资料表:";
|
//
|
// labelControl6
|
//
|
this.labelControl6.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.labelControl6.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
this.labelControl6.Appearance.Options.UseFont = true;
|
this.labelControl6.Appearance.Options.UseForeColor = true;
|
this.labelControl6.Location = new System.Drawing.Point(332, 72);
|
this.labelControl6.Name = "labelControl6";
|
this.labelControl6.Size = new System.Drawing.Size(196, 17);
|
this.labelControl6.TabIndex = 5;
|
this.labelControl6.Text = "添加其它账套的资料表和字段。";
|
//
|
// txtTableName
|
//
|
this.txtTableName.Location = new System.Drawing.Point(88, 67);
|
this.txtTableName.Name = "txtTableName";
|
this.txtTableName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txtTableName.Properties.Appearance.Options.UseFont = true;
|
this.txtTableName.Size = new System.Drawing.Size(168, 22);
|
this.txtTableName.TabIndex = 3;
|
//
|
// labelControl5
|
//
|
this.labelControl5.Location = new System.Drawing.Point(276, 34);
|
this.labelControl5.Name = "labelControl5";
|
this.labelControl5.Size = new System.Drawing.Size(48, 14);
|
this.labelControl5.TabIndex = 2;
|
this.labelControl5.Text = "字段名:";
|
//
|
// txtFieldName
|
//
|
this.txtFieldName.Location = new System.Drawing.Point(332, 33);
|
this.txtFieldName.Name = "txtFieldName";
|
this.txtFieldName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txtFieldName.Properties.Appearance.Options.UseFont = true;
|
this.txtFieldName.Size = new System.Drawing.Size(168, 22);
|
this.txtFieldName.TabIndex = 3;
|
//
|
// 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(293, 4);
|
this.btnDel.Name = "btnDel";
|
this.btnDel.Size = new System.Drawing.Size(98, 38);
|
this.btnDel.TabIndex = 4;
|
this.btnDel.Text = "删除字段";
|
this.btnDel.Click += new System.EventHandler(this.btnDel_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(637, 6);
|
this.btnQuery.Name = "btnQuery";
|
this.btnQuery.Size = new System.Drawing.Size(93, 42);
|
this.btnQuery.TabIndex = 5;
|
this.btnQuery.Text = "查询(&S)";
|
this.btnQuery.Click += new System.EventHandler(this.btnRefresh_Click);
|
//
|
// panel1
|
//
|
this.panel1.BackColor = System.Drawing.Color.Silver;
|
this.panel1.Controls.Add(this.btnSave);
|
this.panel1.Controls.Add(this.btnDel);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(785, 47);
|
this.panel1.TabIndex = 8;
|
//
|
// frmLogFieldConfig
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(795, 593);
|
this.Controls.Add(this.gcFields);
|
this.Controls.Add(this.panelControl2);
|
this.Controls.Add(this.panelControl1);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "frmLogFieldConfig";
|
this.Padding = new System.Windows.Forms.Padding(5);
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "日志字段配置";
|
this.Load += new System.EventHandler(this.frmLogFieldConfig_Load);
|
((System.ComponentModel.ISupportInitialize)(this.gcFields)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvFields)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.repCheck)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
this.panelControl1.ResumeLayout(false);
|
this.panelControl1.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtTableList.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txt_DBs.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
|
this.panelControl2.ResumeLayout(false);
|
this.groupBox1.ResumeLayout(false);
|
this.groupBox1.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtDBName.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtTableName.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtFieldName.Properties)).EndInit();
|
this.panel1.ResumeLayout(false);
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraGrid.GridControl gcFields;
|
private DevExpress.XtraGrid.Views.Grid.GridView gvFields;
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
private DevExpress.XtraGrid.Columns.GridColumn colFieldName;
|
private DevExpress.XtraGrid.Columns.GridColumn colFlagLog;
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repCheck;
|
private DevExpress.XtraGrid.Columns.GridColumn colFieldCaption;
|
private DevExpress.XtraEditors.SimpleButton btnSave;
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
private DevExpress.XtraGrid.Columns.GridColumn colDBName;
|
private DevExpress.XtraEditors.ComboBoxEdit txtTableList;
|
private DevExpress.XtraEditors.ComboBoxEdit txt_DBs;
|
private DevExpress.XtraEditors.PanelControl panelControl2;
|
private DevExpress.XtraEditors.TextEdit txtDBName;
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
private DevExpress.XtraEditors.TextEdit txtFieldName;
|
private DevExpress.XtraEditors.LabelControl labelControl5;
|
private DevExpress.XtraEditors.TextEdit txtTableName;
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
private DevExpress.XtraEditors.SimpleButton btnAdd;
|
private DevExpress.XtraEditors.SimpleButton btnDel;
|
private DevExpress.XtraEditors.LabelControl labelControl6;
|
private System.Windows.Forms.PictureBox pictureBox1;
|
private System.Windows.Forms.GroupBox groupBox1;
|
private DevExpress.XtraEditors.SimpleButton btnQuery;
|
private System.Windows.Forms.Panel panel1;
|
}
|
}
|