namespace Lskj.Control
{
partial class FrmAutoSqlLoad
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.BottomSplitContainerControl = new DevExpress.XtraEditors.SplitContainerControl();
this.leftPanel = new System.Windows.Forms.Panel();
this.leftTree = new DevExpress.XtraTreeList.TreeList();
this.leftTopPanel = new DevExpress.XtraEditors.PanelControl();
this.lbTitle4 = new System.Windows.Forms.Label();
this.rightBottomPanel = new System.Windows.Forms.Panel();
this.topSplitContainerControl = new DevExpress.XtraEditors.SplitContainerControl();
this.middlePanel = new System.Windows.Forms.Panel();
this.FormPanelCenter = new System.Windows.Forms.Panel();
this.gcMain = new Lskj.Control.GridControlEx();
this.formPanel_Title = new DevExpress.XtraEditors.PanelControl();
this.ResGridInfText = new DevExpress.XtraEditors.TextEdit();
this.barManager = new DevExpress.XtraBars.BarManager(this.components);
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.btn_Produce = new DevExpress.XtraEditors.SimpleButton();
this.lbTitle2 = new System.Windows.Forms.Label();
this.columnBottom = new System.Windows.Forms.Panel();
this.CoumnGroup = new DevExpress.XtraEditors.XtraScrollableControl();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.clearBtn = new DevExpress.XtraEditors.SimpleButton();
this.lbTitle3 = new System.Windows.Forms.Label();
this.SqlPanelTop = new System.Windows.Forms.Panel();
this.sqlRichTextBox = new System.Windows.Forms.RichTextBox();
this.SqlPanel_Title = new DevExpress.XtraEditors.PanelControl();
this.lbTitle1 = new System.Windows.Forms.Label();
this.rightPanel = new System.Windows.Forms.Panel();
this.rightGridPanel = new DevExpress.XtraEditors.XtraScrollableControl();
this.rightTopPanel = new DevExpress.XtraEditors.PanelControl();
this.lbTitle5 = new System.Windows.Forms.Label();
this.btn_determine = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.BottomSplitContainerControl)).BeginInit();
this.BottomSplitContainerControl.SuspendLayout();
this.leftPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.leftTree)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.leftTopPanel)).BeginInit();
this.leftTopPanel.SuspendLayout();
this.rightBottomPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.topSplitContainerControl)).BeginInit();
this.topSplitContainerControl.SuspendLayout();
this.middlePanel.SuspendLayout();
this.FormPanelCenter.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.formPanel_Title)).BeginInit();
this.formPanel_Title.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ResGridInfText.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
this.columnBottom.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
this.SqlPanelTop.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.SqlPanel_Title)).BeginInit();
this.SqlPanel_Title.SuspendLayout();
this.rightPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.rightTopPanel)).BeginInit();
this.rightTopPanel.SuspendLayout();
this.SuspendLayout();
//
// BottomSplitContainerControl
//
this.BottomSplitContainerControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.BottomSplitContainerControl.Location = new System.Drawing.Point(0, 0);
this.BottomSplitContainerControl.Name = "BottomSplitContainerControl";
this.BottomSplitContainerControl.Panel1.Controls.Add(this.leftPanel);
this.BottomSplitContainerControl.Panel1.Text = "Panel1";
this.BottomSplitContainerControl.Panel2.Controls.Add(this.rightBottomPanel);
this.BottomSplitContainerControl.Panel2.Text = "Panel2";
this.BottomSplitContainerControl.Size = new System.Drawing.Size(1201, 700);
this.BottomSplitContainerControl.SplitterPosition = 220;
this.BottomSplitContainerControl.TabIndex = 0;
this.BottomSplitContainerControl.Text = "splitContainerControl1";
//
// leftPanel
//
this.leftPanel.Controls.Add(this.leftTree);
this.leftPanel.Controls.Add(this.leftTopPanel);
this.leftPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.leftPanel.Location = new System.Drawing.Point(0, 0);
this.leftPanel.Name = "leftPanel";
this.leftPanel.Size = new System.Drawing.Size(220, 700);
this.leftPanel.TabIndex = 0;
//
// leftTree
//
this.leftTree.Dock = System.Windows.Forms.DockStyle.Fill;
this.leftTree.Location = new System.Drawing.Point(0, 31);
this.leftTree.Name = "leftTree";
this.leftTree.OptionsClipboard.AllowCopy = DevExpress.Utils.DefaultBoolean.True;
this.leftTree.OptionsClipboard.CopyNodeHierarchy = DevExpress.Utils.DefaultBoolean.True;
this.leftTree.Size = new System.Drawing.Size(220, 669);
this.leftTree.TabIndex = 1;
//
// leftTopPanel
//
this.leftTopPanel.Controls.Add(this.lbTitle4);
this.leftTopPanel.Dock = System.Windows.Forms.DockStyle.Top;
this.leftTopPanel.Location = new System.Drawing.Point(0, 0);
this.leftTopPanel.Name = "leftTopPanel";
this.leftTopPanel.Size = new System.Drawing.Size(220, 31);
this.leftTopPanel.TabIndex = 0;
//
// lbTitle4
//
this.lbTitle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(238)))), ((int)(((byte)(249)))));
this.lbTitle4.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbTitle4.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbTitle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(108)))), ((int)(((byte)(206)))));
this.lbTitle4.Location = new System.Drawing.Point(2, 2);
this.lbTitle4.Name = "lbTitle4";
this.lbTitle4.Size = new System.Drawing.Size(216, 27);
this.lbTitle4.TabIndex = 5;
this.lbTitle4.Text = " 选择表格";
this.lbTitle4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// rightBottomPanel
//
this.rightBottomPanel.Controls.Add(this.topSplitContainerControl);
this.rightBottomPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.rightBottomPanel.Location = new System.Drawing.Point(0, 0);
this.rightBottomPanel.Name = "rightBottomPanel";
this.rightBottomPanel.Size = new System.Drawing.Size(975, 700);
this.rightBottomPanel.TabIndex = 0;
//
// topSplitContainerControl
//
this.topSplitContainerControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.topSplitContainerControl.Location = new System.Drawing.Point(0, 0);
this.topSplitContainerControl.Name = "topSplitContainerControl";
this.topSplitContainerControl.Panel1.Controls.Add(this.middlePanel);
this.topSplitContainerControl.Panel1.Text = "Panel1";
this.topSplitContainerControl.Panel2.Controls.Add(this.rightPanel);
this.topSplitContainerControl.Panel2.Text = "Panel2";
this.topSplitContainerControl.Size = new System.Drawing.Size(975, 700);
this.topSplitContainerControl.SplitterPosition = 718;
this.topSplitContainerControl.TabIndex = 0;
this.topSplitContainerControl.Text = "splitContainerControl2";
//
// middlePanel
//
this.middlePanel.Controls.Add(this.FormPanelCenter);
this.middlePanel.Controls.Add(this.columnBottom);
this.middlePanel.Controls.Add(this.SqlPanelTop);
this.middlePanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.middlePanel.Location = new System.Drawing.Point(0, 0);
this.middlePanel.Name = "middlePanel";
this.middlePanel.Size = new System.Drawing.Size(718, 700);
this.middlePanel.TabIndex = 0;
//
// FormPanelCenter
//
this.FormPanelCenter.Controls.Add(this.gcMain);
this.FormPanelCenter.Controls.Add(this.formPanel_Title);
this.FormPanelCenter.Dock = System.Windows.Forms.DockStyle.Fill;
this.FormPanelCenter.Location = new System.Drawing.Point(0, 176);
this.FormPanelCenter.Name = "FormPanelCenter";
this.FormPanelCenter.Size = new System.Drawing.Size(718, 264);
this.FormPanelCenter.TabIndex = 3;
//
// gcMain
//
this.gcMain.AdapterObj = null;
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcMain.Location = new System.Drawing.Point(0, 31);
this.gcMain.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.gcMain.Name = "gcMain";
this.gcMain.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.gcMain.Size = new System.Drawing.Size(718, 233);
this.gcMain.TabIndex = 2;
//
// formPanel_Title
//
this.formPanel_Title.Controls.Add(this.btn_determine);
this.formPanel_Title.Controls.Add(this.ResGridInfText);
this.formPanel_Title.Controls.Add(this.btn_Produce);
this.formPanel_Title.Controls.Add(this.lbTitle2);
this.formPanel_Title.Dock = System.Windows.Forms.DockStyle.Top;
this.formPanel_Title.Location = new System.Drawing.Point(0, 0);
this.formPanel_Title.Name = "formPanel_Title";
this.formPanel_Title.Size = new System.Drawing.Size(718, 31);
this.formPanel_Title.TabIndex = 1;
//
// ResGridInfText
//
this.ResGridInfText.Location = new System.Drawing.Point(120, 4);
this.ResGridInfText.MenuManager = this.barManager;
this.ResGridInfText.Name = "ResGridInfText";
this.ResGridInfText.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(238)))), ((int)(((byte)(249)))));
this.ResGridInfText.Properties.Appearance.Options.UseBackColor = true;
this.ResGridInfText.Properties.Appearance.Options.UseTextOptions = true;
this.ResGridInfText.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.ResGridInfText.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.ResGridInfText.Size = new System.Drawing.Size(185, 22);
this.ResGridInfText.TabIndex = 6;
//
// barManager
//
this.barManager.DockControls.Add(this.barDockControlTop);
this.barManager.DockControls.Add(this.barDockControlBottom);
this.barManager.DockControls.Add(this.barDockControlLeft);
this.barManager.DockControls.Add(this.barDockControlRight);
this.barManager.Form = this;
this.barManager.MaxItemId = 0;
//
// barDockControlTop
//
this.barDockControlTop.CausesValidation = false;
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
this.barDockControlTop.Size = new System.Drawing.Size(1201, 0);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 700);
this.barDockControlBottom.Size = new System.Drawing.Size(1201, 0);
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
this.barDockControlLeft.Size = new System.Drawing.Size(0, 700);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(1201, 0);
this.barDockControlRight.Size = new System.Drawing.Size(0, 700);
//
// btn_Produce
//
this.btn_Produce.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_Produce.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(238)))), ((int)(((byte)(249)))));
this.btn_Produce.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_Produce.Appearance.Options.UseBackColor = true;
this.btn_Produce.Appearance.Options.UseFont = true;
this.btn_Produce.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
this.btn_Produce.Location = new System.Drawing.Point(638, 3);
this.btn_Produce.Name = "btn_Produce";
this.btn_Produce.Size = new System.Drawing.Size(75, 23);
this.btn_Produce.TabIndex = 5;
this.btn_Produce.Text = "生成";
//
// lbTitle2
//
this.lbTitle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(238)))), ((int)(((byte)(249)))));
this.lbTitle2.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbTitle2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbTitle2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(108)))), ((int)(((byte)(206)))));
this.lbTitle2.Location = new System.Drawing.Point(2, 2);
this.lbTitle2.Name = "lbTitle2";
this.lbTitle2.Size = new System.Drawing.Size(714, 27);
this.lbTitle2.TabIndex = 4;
this.lbTitle2.Text = " 生成表格";
this.lbTitle2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// columnBottom
//
this.columnBottom.Controls.Add(this.CoumnGroup);
this.columnBottom.Controls.Add(this.panelControl2);
this.columnBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.columnBottom.Location = new System.Drawing.Point(0, 440);
this.columnBottom.Name = "columnBottom";
this.columnBottom.Size = new System.Drawing.Size(718, 260);
this.columnBottom.TabIndex = 2;
//
// CoumnGroup
//
this.CoumnGroup.Appearance.BackColor = System.Drawing.Color.White;
this.CoumnGroup.Appearance.Options.UseBackColor = true;
this.CoumnGroup.Dock = System.Windows.Forms.DockStyle.Fill;
this.CoumnGroup.Location = new System.Drawing.Point(0, 31);
this.CoumnGroup.Name = "CoumnGroup";
this.CoumnGroup.Size = new System.Drawing.Size(718, 229);
this.CoumnGroup.TabIndex = 2;
//
// panelControl2
//
this.panelControl2.Controls.Add(this.clearBtn);
this.panelControl2.Controls.Add(this.lbTitle3);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl2.Location = new System.Drawing.Point(0, 0);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(718, 31);
this.panelControl2.TabIndex = 1;
//
// clearBtn
//
this.clearBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.clearBtn.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(238)))), ((int)(((byte)(249)))));
this.clearBtn.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.clearBtn.Appearance.Options.UseBackColor = true;
this.clearBtn.Appearance.Options.UseFont = true;
this.clearBtn.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
this.clearBtn.Location = new System.Drawing.Point(638, 5);
this.clearBtn.Name = "clearBtn";
this.clearBtn.Size = new System.Drawing.Size(75, 23);
this.clearBtn.TabIndex = 6;
this.clearBtn.Text = "清除";
//
// lbTitle3
//
this.lbTitle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(238)))), ((int)(((byte)(249)))));
this.lbTitle3.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbTitle3.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbTitle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(108)))), ((int)(((byte)(206)))));
this.lbTitle3.Location = new System.Drawing.Point(2, 2);
this.lbTitle3.Name = "lbTitle3";
this.lbTitle3.Size = new System.Drawing.Size(714, 27);
this.lbTitle3.TabIndex = 5;
this.lbTitle3.Text = " 选中列名称";
this.lbTitle3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// SqlPanelTop
//
this.SqlPanelTop.Controls.Add(this.sqlRichTextBox);
this.SqlPanelTop.Controls.Add(this.SqlPanel_Title);
this.SqlPanelTop.Dock = System.Windows.Forms.DockStyle.Top;
this.SqlPanelTop.Location = new System.Drawing.Point(0, 0);
this.SqlPanelTop.Name = "SqlPanelTop";
this.SqlPanelTop.Size = new System.Drawing.Size(718, 176);
this.SqlPanelTop.TabIndex = 0;
//
// sqlRichTextBox
//
this.sqlRichTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.sqlRichTextBox.Location = new System.Drawing.Point(0, 31);
this.sqlRichTextBox.Name = "sqlRichTextBox";
this.sqlRichTextBox.Size = new System.Drawing.Size(718, 145);
this.sqlRichTextBox.TabIndex = 1;
this.sqlRichTextBox.Text = "";
//
// SqlPanel_Title
//
this.SqlPanel_Title.Controls.Add(this.lbTitle1);
this.SqlPanel_Title.Dock = System.Windows.Forms.DockStyle.Top;
this.SqlPanel_Title.Location = new System.Drawing.Point(0, 0);
this.SqlPanel_Title.Name = "SqlPanel_Title";
this.SqlPanel_Title.Size = new System.Drawing.Size(718, 31);
this.SqlPanel_Title.TabIndex = 0;
//
// lbTitle1
//
this.lbTitle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(238)))), ((int)(((byte)(249)))));
this.lbTitle1.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbTitle1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbTitle1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(108)))), ((int)(((byte)(206)))));
this.lbTitle1.Location = new System.Drawing.Point(2, 2);
this.lbTitle1.Name = "lbTitle1";
this.lbTitle1.Size = new System.Drawing.Size(714, 27);
this.lbTitle1.TabIndex = 3;
this.lbTitle1.Text = " 生成SQL";
this.lbTitle1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// rightPanel
//
this.rightPanel.AutoScroll = true;
this.rightPanel.Controls.Add(this.rightGridPanel);
this.rightPanel.Controls.Add(this.rightTopPanel);
this.rightPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.rightPanel.Location = new System.Drawing.Point(0, 0);
this.rightPanel.Name = "rightPanel";
this.rightPanel.Size = new System.Drawing.Size(251, 700);
this.rightPanel.TabIndex = 0;
//
// rightGridPanel
//
this.rightGridPanel.Appearance.BackColor = System.Drawing.Color.White;
this.rightGridPanel.Appearance.Options.UseBackColor = true;
this.rightGridPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.rightGridPanel.Location = new System.Drawing.Point(0, 31);
this.rightGridPanel.Name = "rightGridPanel";
this.rightGridPanel.Size = new System.Drawing.Size(251, 669);
this.rightGridPanel.TabIndex = 2;
//
// rightTopPanel
//
this.rightTopPanel.Controls.Add(this.lbTitle5);
this.rightTopPanel.Dock = System.Windows.Forms.DockStyle.Top;
this.rightTopPanel.Location = new System.Drawing.Point(0, 0);
this.rightTopPanel.Name = "rightTopPanel";
this.rightTopPanel.Size = new System.Drawing.Size(251, 31);
this.rightTopPanel.TabIndex = 1;
//
// lbTitle5
//
this.lbTitle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(238)))), ((int)(((byte)(249)))));
this.lbTitle5.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbTitle5.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbTitle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(108)))), ((int)(((byte)(206)))));
this.lbTitle5.Location = new System.Drawing.Point(2, 2);
this.lbTitle5.Name = "lbTitle5";
this.lbTitle5.Size = new System.Drawing.Size(247, 27);
this.lbTitle5.TabIndex = 6;
this.lbTitle5.Text = " 选择表格列";
this.lbTitle5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// btn_determine
//
this.btn_determine.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_determine.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(238)))), ((int)(((byte)(249)))));
this.btn_determine.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_determine.Appearance.Options.UseBackColor = true;
this.btn_determine.Appearance.Options.UseFont = true;
this.btn_determine.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
this.btn_determine.Location = new System.Drawing.Point(541, 3);
this.btn_determine.Name = "btn_determine";
this.btn_determine.Size = new System.Drawing.Size(75, 23);
this.btn_determine.TabIndex = 7;
this.btn_determine.Text = "确定";
//
// FrmAutoSqlLoad
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(1201, 700);
this.Controls.Add(this.BottomSplitContainerControl);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.Name = "FrmAutoSqlLoad";
this.Text = "动态sql生成";
((System.ComponentModel.ISupportInitialize)(this.BottomSplitContainerControl)).EndInit();
this.BottomSplitContainerControl.ResumeLayout(false);
this.leftPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.leftTree)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.leftTopPanel)).EndInit();
this.leftTopPanel.ResumeLayout(false);
this.rightBottomPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.topSplitContainerControl)).EndInit();
this.topSplitContainerControl.ResumeLayout(false);
this.middlePanel.ResumeLayout(false);
this.FormPanelCenter.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.formPanel_Title)).EndInit();
this.formPanel_Title.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ResGridInfText.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
this.columnBottom.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
this.SqlPanelTop.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.SqlPanel_Title)).EndInit();
this.SqlPanel_Title.ResumeLayout(false);
this.rightPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.rightTopPanel)).EndInit();
this.rightTopPanel.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.SplitContainerControl BottomSplitContainerControl;
private System.Windows.Forms.Panel leftPanel;
private System.Windows.Forms.Panel rightBottomPanel;
private DevExpress.XtraEditors.SplitContainerControl topSplitContainerControl;
private System.Windows.Forms.Panel middlePanel;
private System.Windows.Forms.Panel rightPanel;
private DevExpress.XtraEditors.PanelControl leftTopPanel;
private System.Windows.Forms.Panel SqlPanelTop;
private DevExpress.XtraEditors.PanelControl SqlPanel_Title;
private System.Windows.Forms.RichTextBox sqlRichTextBox;
private System.Windows.Forms.Label lbTitle1;
private System.Windows.Forms.Label lbTitle4;
private DevExpress.XtraEditors.PanelControl rightTopPanel;
private System.Windows.Forms.Label lbTitle5;
private System.Windows.Forms.Panel columnBottom;
private DevExpress.XtraEditors.PanelControl panelControl2;
private System.Windows.Forms.Label lbTitle3;
private DevExpress.XtraTreeList.TreeList leftTree;
private DevExpress.XtraEditors.XtraScrollableControl rightGridPanel;
private DevExpress.XtraBars.BarManager barManager;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.XtraEditors.XtraScrollableControl CoumnGroup;
private DevExpress.XtraEditors.SimpleButton clearBtn;
private System.Windows.Forms.Panel FormPanelCenter;
private GridControlEx gcMain;
private DevExpress.XtraEditors.PanelControl formPanel_Title;
private DevExpress.XtraEditors.TextEdit ResGridInfText;
private DevExpress.XtraEditors.SimpleButton btn_Produce;
private System.Windows.Forms.Label lbTitle2;
private DevExpress.XtraEditors.SimpleButton btn_determine;
}
}