lu
2025-04-14 ecb7a60de1639f520712ce95f99414b0dd2c9713
DevApp/Gs.DevApp/DevFrm/Sys/EasyCode.Designer.cs
@@ -29,25 +29,150 @@
        /// </summary>
        private void InitializeComponent()
        {
            this.xtra4 = new DevExpress.XtraTab.XtraTabPage();
            this.btnMes = new DevExpress.XtraEditors.SimpleButton();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.txtMesResult = new DevExpress.XtraEditors.MemoEdit();
            this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.btnUp = new DevExpress.XtraEditors.SimpleButton();
            this.btnUpSelect = new System.Windows.Forms.Button();
            this.txtUpUrl = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
            this.lbMsg = new System.Windows.Forms.Label();
            this.btnOk = new DevExpress.XtraEditors.SimpleButton();
            this.label4 = new System.Windows.Forms.Label();
            this.btnToPath = new System.Windows.Forms.Button();
            this.txtCreateDBPath = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.txt_category = new System.Windows.Forms.ComboBox();
            this.txt_table = new System.Windows.Forms.ComboBox();
            this.txt_sqlconn = new DevExpress.XtraEditors.MemoEdit();
            this.label3 = new System.Windows.Forms.Label();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.label6 = new System.Windows.Forms.Label();
            this.txt_table = new DevExpress.XtraEditors.CheckedComboBoxEdit();
            this.label2 = new System.Windows.Forms.Label();
            this.lbMsg = new System.Windows.Forms.Label();
            this.btnCode = new DevExpress.XtraEditors.SimpleButton();
            this.label4 = new System.Windows.Forms.Label();
            this.btnPathSelect = new System.Windows.Forms.Button();
            this.txtPath = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.txtTable1 = new DevExpress.XtraEditors.TextEdit();
            this.btnTable = new DevExpress.XtraEditors.SimpleButton();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
            this.btnRemark = new DevExpress.XtraEditors.SimpleButton();
            this.txtOracleDec = new DevExpress.XtraEditors.MemoEdit();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.txtTable2 = new DevExpress.XtraEditors.TextEdit();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.xtra4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtMesResult.Properties)).BeginInit();
            this.xtraTabPage3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txt_sqlconn.Properties)).BeginInit();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txt_table.Properties)).BeginInit();
            this.tabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            this.panelControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtTable1.Properties)).BeginInit();
            this.tabPage3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
            this.panelControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtOracleDec.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTable2.Properties)).BeginInit();
            this.SuspendLayout();
            //
            // xtra4
            //
            this.xtra4.Controls.Add(this.btnMes);
            this.xtra4.Controls.Add(this.labelControl1);
            this.xtra4.Controls.Add(this.txtMesResult);
            this.xtra4.Name = "xtra4";
            this.xtra4.Size = new System.Drawing.Size(887, 507);
            this.xtra4.Text = "向Mes推数据";
            //
            // btnMes
            //
            this.btnMes.Location = new System.Drawing.Point(129, 312);
            this.btnMes.Name = "btnMes";
            this.btnMes.Size = new System.Drawing.Size(94, 29);
            this.btnMes.TabIndex = 2;
            this.btnMes.Text = "确定推送";
            this.btnMes.Click += new System.EventHandler(this.btnMes_Click);
            //
            // labelControl1
            //
            this.labelControl1.Location = new System.Drawing.Point(129, 79);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(45, 18);
            this.labelControl1.TabIndex = 1;
            this.labelControl1.Text = "结果:";
            //
            // txtMesResult
            //
            this.txtMesResult.Location = new System.Drawing.Point(212, 77);
            this.txtMesResult.Name = "txtMesResult";
            this.txtMesResult.Size = new System.Drawing.Size(495, 194);
            this.txtMesResult.TabIndex = 0;
            //
            // xtraTabPage3
            //
            this.xtraTabPage3.Controls.Add(this.panelControl1);
            this.xtraTabPage3.Name = "xtraTabPage3";
            this.xtraTabPage3.Size = new System.Drawing.Size(887, 507);
            this.xtraTabPage3.Text = "Dev文件上传";
            //
            // panelControl1
            //
            this.panelControl1.Controls.Add(this.btnUp);
            this.panelControl1.Controls.Add(this.btnUpSelect);
            this.panelControl1.Controls.Add(this.txtUpUrl);
            this.panelControl1.Controls.Add(this.label7);
            this.panelControl1.Location = new System.Drawing.Point(106, 83);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(609, 331);
            this.panelControl1.TabIndex = 0;
            //
            // btnUp
            //
            this.btnUp.Location = new System.Drawing.Point(157, 179);
            this.btnUp.Name = "btnUp";
            this.btnUp.Size = new System.Drawing.Size(94, 29);
            this.btnUp.TabIndex = 270;
            this.btnUp.Text = "确定上传";
            //
            // btnUpSelect
            //
            this.btnUpSelect.Location = new System.Drawing.Point(472, 97);
            this.btnUpSelect.Margin = new System.Windows.Forms.Padding(4);
            this.btnUpSelect.Name = "btnUpSelect";
            this.btnUpSelect.Size = new System.Drawing.Size(79, 26);
            this.btnUpSelect.TabIndex = 269;
            this.btnUpSelect.Text = "选择路径";
            this.btnUpSelect.UseVisualStyleBackColor = true;
            //
            // txtUpUrl
            //
            this.txtUpUrl.Location = new System.Drawing.Point(157, 97);
            this.txtUpUrl.Margin = new System.Windows.Forms.Padding(4);
            this.txtUpUrl.Name = "txtUpUrl";
            this.txtUpUrl.Size = new System.Drawing.Size(307, 26);
            this.txtUpUrl.TabIndex = 268;
            //
            // label7
            //
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(44, 101);
            this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(83, 18);
            this.label7.TabIndex = 267;
            this.label7.Text = "选择文件:";
            // 
            // xtraTabControl1
            // 
@@ -55,179 +180,332 @@
            this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
            this.xtraTabControl1.Name = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
            this.xtraTabControl1.Size = new System.Drawing.Size(889, 524);
            this.xtraTabControl1.Size = new System.Drawing.Size(889, 539);
            this.xtraTabControl1.TabIndex = 0;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage1});
            this.xtraTabPage1,
            this.xtraTabPage3,
            this.xtra4});
            // 
            // xtraTabPage1
            // 
            this.xtraTabPage1.Appearance.PageClient.BackColor = System.Drawing.Color.White;
            this.xtraTabPage1.Appearance.PageClient.Options.UseBackColor = true;
            this.xtraTabPage1.Controls.Add(this.lbMsg);
            this.xtraTabPage1.Controls.Add(this.btnOk);
            this.xtraTabPage1.Controls.Add(this.label4);
            this.xtraTabPage1.Controls.Add(this.btnToPath);
            this.xtraTabPage1.Controls.Add(this.txtCreateDBPath);
            this.xtraTabPage1.Controls.Add(this.label5);
            this.xtraTabPage1.Controls.Add(this.txt_category);
            this.xtraTabPage1.Controls.Add(this.txt_table);
            this.xtraTabPage1.Controls.Add(this.txt_sqlconn);
            this.xtraTabPage1.Controls.Add(this.label3);
            this.xtraTabPage1.Controls.Add(this.label2);
            this.xtraTabPage1.Controls.Add(this.label1);
            this.xtraTabPage1.Controls.Add(this.tabControl1);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(887, 492);
            this.xtraTabPage1.Text = "配置信息";
            this.xtraTabPage1.Size = new System.Drawing.Size(887, 507);
            this.xtraTabPage1.Text = "Dev代码生成器";
            // 
            // lbMsg
            // tabControl1
            // 
            this.lbMsg.AutoSize = true;
            this.lbMsg.Location = new System.Drawing.Point(214, 368);
            this.lbMsg.Name = "lbMsg";
            this.lbMsg.Size = new System.Drawing.Size(0, 18);
            this.lbMsg.TabIndex = 268;
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Location = new System.Drawing.Point(45, 59);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(758, 408);
            this.tabControl1.TabIndex = 269;
            // 
            // btnOk
            // tabPage1
            // 
            this.btnOk.Location = new System.Drawing.Point(193, 419);
            this.btnOk.Name = "btnOk";
            this.btnOk.Size = new System.Drawing.Size(94, 29);
            this.btnOk.TabIndex = 267;
            this.btnOk.Text = "确定生成";
            this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
            this.tabPage1.Controls.Add(this.label6);
            this.tabPage1.Controls.Add(this.txt_table);
            this.tabPage1.Controls.Add(this.label2);
            this.tabPage1.Controls.Add(this.lbMsg);
            this.tabPage1.Controls.Add(this.btnCode);
            this.tabPage1.Controls.Add(this.label4);
            this.tabPage1.Controls.Add(this.btnPathSelect);
            this.tabPage1.Controls.Add(this.txtPath);
            this.tabPage1.Controls.Add(this.label5);
            this.tabPage1.Controls.Add(this.label1);
            this.tabPage1.Location = new System.Drawing.Point(4, 27);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(750, 377);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "简易代码生成,请生成后作相应修改";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // label4
            // label6
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(226, 318);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(293, 18);
            this.label4.TabIndex = 266;
            this.label4.Text = "建议你选择项目文件夹,直接生成到项目中";
            //
            // btnToPath
            //
            this.btnToPath.Location = new System.Drawing.Point(544, 288);
            this.btnToPath.Margin = new System.Windows.Forms.Padding(4);
            this.btnToPath.Name = "btnToPath";
            this.btnToPath.Size = new System.Drawing.Size(79, 26);
            this.btnToPath.TabIndex = 265;
            this.btnToPath.Text = "选择路径";
            this.btnToPath.UseVisualStyleBackColor = true;
            this.btnToPath.Click += new System.EventHandler(this.btnToPath_Click_1);
            //
            // txtCreateDBPath
            //
            this.txtCreateDBPath.Location = new System.Drawing.Point(229, 288);
            this.txtCreateDBPath.Margin = new System.Windows.Forms.Padding(4);
            this.txtCreateDBPath.Name = "txtCreateDBPath";
            this.txtCreateDBPath.Size = new System.Drawing.Size(307, 26);
            this.txtCreateDBPath.TabIndex = 264;
            //
            // label5
            //
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(116, 292);
            this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(98, 18);
            this.label5.TabIndex = 263;
            this.label5.Text = "文件创建到:";
            //
            // txt_category
            //
            this.txt_category.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.txt_category.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_category.FormattingEnabled = true;
            this.txt_category.Items.AddRange(new object[] {
            "--请选择--",
            "分页列表+双击显示详情"});
            this.txt_category.Location = new System.Drawing.Point(229, 234);
            this.txt_category.Name = "txt_category";
            this.txt_category.Size = new System.Drawing.Size(391, 29);
            this.txt_category.TabIndex = 261;
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(152, 91);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(443, 18);
            this.label6.TabIndex = 282;
            this.label6.Text = "如果选择一个表,则为单表类型;选择了多表,则为主表子表类型";
            // 
            // txt_table
            // 
            this.txt_table.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.txt_table.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_table.FormattingEnabled = true;
            this.txt_table.Location = new System.Drawing.Point(229, 186);
            this.txt_table.Location = new System.Drawing.Point(152, 45);
            this.txt_table.Name = "txt_table";
            this.txt_table.Size = new System.Drawing.Size(391, 29);
            this.txt_table.TabIndex = 262;
            //
            // txt_sqlconn
            //
            this.txt_sqlconn.Location = new System.Drawing.Point(229, 90);
            this.txt_sqlconn.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.txt_sqlconn.Name = "txt_sqlconn";
            this.txt_sqlconn.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_sqlconn.Properties.Appearance.Options.UseFont = true;
            this.txt_sqlconn.Properties.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.txt_sqlconn.Size = new System.Drawing.Size(391, 68);
            this.txt_sqlconn.TabIndex = 260;
            //
            // label3
            //
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(101, 108);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(98, 18);
            this.label3.TabIndex = 259;
            this.label3.Text = "数据库连接:";
            this.txt_table.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txt_table.Size = new System.Drawing.Size(221, 24);
            this.txt_table.TabIndex = 281;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(101, 245);
            this.label2.Location = new System.Drawing.Point(16, 91);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(113, 18);
            this.label2.TabIndex = 258;
            this.label2.Text = "选择窗体类型:";
            this.label2.TabIndex = 280;
            this.label2.Text = "选择生成类别:";
            //
            // lbMsg
            //
            this.lbMsg.AutoSize = true;
            this.lbMsg.Location = new System.Drawing.Point(149, 201);
            this.lbMsg.Name = "lbMsg";
            this.lbMsg.Size = new System.Drawing.Size(0, 18);
            this.lbMsg.TabIndex = 268;
            //
            // btnCode
            //
            this.btnCode.Location = new System.Drawing.Point(152, 242);
            this.btnCode.Name = "btnCode";
            this.btnCode.Size = new System.Drawing.Size(94, 29);
            this.btnCode.TabIndex = 278;
            this.btnCode.Text = "确定生成";
            this.btnCode.Click += new System.EventHandler(this.btnOk_Click);
            //
            // label4
            //
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(152, 161);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(293, 18);
            this.label4.TabIndex = 277;
            this.label4.Text = "建议你选择项目文件夹,直接生成到项目中";
            //
            // btnPathSelect
            //
            this.btnPathSelect.Location = new System.Drawing.Point(381, 131);
            this.btnPathSelect.Margin = new System.Windows.Forms.Padding(4);
            this.btnPathSelect.Name = "btnPathSelect";
            this.btnPathSelect.Size = new System.Drawing.Size(79, 26);
            this.btnPathSelect.TabIndex = 276;
            this.btnPathSelect.Text = "选择路径";
            this.btnPathSelect.UseVisualStyleBackColor = true;
            //
            // txtPath
            //
            this.txtPath.Location = new System.Drawing.Point(152, 131);
            this.txtPath.Margin = new System.Windows.Forms.Padding(4);
            this.txtPath.Name = "txtPath";
            this.txtPath.Size = new System.Drawing.Size(221, 26);
            this.txtPath.TabIndex = 275;
            //
            // label5
            //
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(31, 135);
            this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(98, 18);
            this.label5.TabIndex = 274;
            this.label5.Text = "文件创建到:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(101, 186);
            this.label1.Location = new System.Drawing.Point(16, 48);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(113, 18);
            this.label1.TabIndex = 257;
            this.label1.TabIndex = 268;
            this.label1.Text = "选择表或视图:";
            //
            // tabPage2
            //
            this.tabPage2.Controls.Add(this.panelControl2);
            this.tabPage2.Location = new System.Drawing.Point(4, 27);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(750, 377);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "从oracle表批量读取数据至sql";
            this.tabPage2.UseVisualStyleBackColor = true;
            //
            // panelControl2
            //
            this.panelControl2.Controls.Add(this.labelControl4);
            this.panelControl2.Controls.Add(this.txtTable1);
            this.panelControl2.Controls.Add(this.btnTable);
            this.panelControl2.Location = new System.Drawing.Point(174, 46);
            this.panelControl2.Name = "panelControl2";
            this.panelControl2.Size = new System.Drawing.Size(403, 284);
            this.panelControl2.TabIndex = 1;
            //
            // labelControl4
            //
            this.labelControl4.Location = new System.Drawing.Point(34, 22);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(90, 18);
            this.labelControl4.TabIndex = 4;
            this.labelControl4.Text = "请输入表名:";
            //
            // txtTable1
            //
            this.txtTable1.Location = new System.Drawing.Point(34, 60);
            this.txtTable1.Name = "txtTable1";
            this.txtTable1.Size = new System.Drawing.Size(189, 24);
            this.txtTable1.TabIndex = 3;
            //
            // btnTable
            //
            this.btnTable.Location = new System.Drawing.Point(34, 117);
            this.btnTable.Name = "btnTable";
            this.btnTable.Size = new System.Drawing.Size(170, 29);
            this.btnTable.TabIndex = 2;
            this.btnTable.Text = "确定导入表结果和数据";
            this.btnTable.Click += new System.EventHandler(this.btnTable_Click);
            //
            // tabPage3
            //
            this.tabPage3.Controls.Add(this.panelControl3);
            this.tabPage3.Location = new System.Drawing.Point(4, 27);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage3.Size = new System.Drawing.Size(750, 377);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "把oracle备注批量转sql备注";
            this.tabPage3.UseVisualStyleBackColor = true;
            //
            // panelControl3
            //
            this.panelControl3.Controls.Add(this.btnRemark);
            this.panelControl3.Controls.Add(this.txtOracleDec);
            this.panelControl3.Controls.Add(this.labelControl3);
            this.panelControl3.Controls.Add(this.txtTable2);
            this.panelControl3.Controls.Add(this.labelControl2);
            this.panelControl3.Location = new System.Drawing.Point(213, 50);
            this.panelControl3.Name = "panelControl3";
            this.panelControl3.Size = new System.Drawing.Size(324, 277);
            this.panelControl3.TabIndex = 2;
            //
            // btnRemark
            //
            this.btnRemark.Location = new System.Drawing.Point(28, 192);
            this.btnRemark.Name = "btnRemark";
            this.btnRemark.Size = new System.Drawing.Size(188, 29);
            this.btnRemark.TabIndex = 275;
            this.btnRemark.Text = "确定批量修改备注";
            this.btnRemark.Click += new System.EventHandler(this.btnRemark_Click);
            //
            // txtOracleDec
            //
            this.txtOracleDec.Location = new System.Drawing.Point(29, 42);
            this.txtOracleDec.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.txtOracleDec.Name = "txtOracleDec";
            this.txtOracleDec.Properties.Appearance.Options.UseFont = true;
            this.txtOracleDec.Properties.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.txtOracleDec.Size = new System.Drawing.Size(189, 68);
            this.txtOracleDec.TabIndex = 274;
            //
            // labelControl3
            //
            this.labelControl3.Location = new System.Drawing.Point(31, 15);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(188, 18);
            this.labelControl3.TabIndex = 0;
            this.labelControl3.Text = "批量替换oracle中的备注描述";
            //
            // txtTable2
            //
            this.txtTable2.Location = new System.Drawing.Point(28, 145);
            this.txtTable2.Name = "txtTable2";
            this.txtTable2.Size = new System.Drawing.Size(189, 24);
            this.txtTable2.TabIndex = 1;
            //
            // labelControl2
            //
            this.labelControl2.Location = new System.Drawing.Point(28, 121);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(90, 18);
            this.labelControl2.TabIndex = 0;
            this.labelControl2.Text = "请输入表名:";
            // 
            // EasyCode
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(889, 524);
            this.ClientSize = new System.Drawing.Size(889, 539);
            this.Controls.Add(this.xtraTabControl1);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "EasyCode";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "EasyCode";
            this.TopMost = true;
            this.xtra4.ResumeLayout(false);
            this.xtra4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtMesResult.Properties)).EndInit();
            this.xtraTabPage3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            this.panelControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
            this.xtraTabControl1.ResumeLayout(false);
            this.xtraTabPage1.ResumeLayout(false);
            this.xtraTabPage1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txt_sqlconn.Properties)).EndInit();
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txt_table.Properties)).EndInit();
            this.tabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
            this.panelControl2.ResumeLayout(false);
            this.panelControl2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtTable1.Properties)).EndInit();
            this.tabPage3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
            this.panelControl3.ResumeLayout(false);
            this.panelControl3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtOracleDec.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTable2.Properties)).EndInit();
            this.ResumeLayout(false);
        }
        #endregion
        private DevExpress.XtraTab.XtraTabPage xtra4;
        private DevExpress.XtraEditors.SimpleButton btnMes;
        private DevExpress.XtraEditors.LabelControl labelControl1;
        private DevExpress.XtraEditors.MemoEdit txtMesResult;
        private DevExpress.XtraTab.XtraTabPage xtraTabPage3;
        private DevExpress.XtraEditors.PanelControl panelControl1;
        private DevExpress.XtraEditors.SimpleButton btnUp;
        private System.Windows.Forms.Button btnUpSelect;
        private System.Windows.Forms.TextBox txtUpUrl;
        private System.Windows.Forms.Label label7;
        private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
        private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
        private DevExpress.XtraEditors.SimpleButton btnOk;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private DevExpress.XtraEditors.SimpleButton btnCode;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Button btnToPath;
        private System.Windows.Forms.TextBox txtCreateDBPath;
        private System.Windows.Forms.Button btnPathSelect;
        private System.Windows.Forms.TextBox txtPath;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.ComboBox txt_category;
        private System.Windows.Forms.ComboBox txt_table;
        private DevExpress.XtraEditors.MemoEdit txt_sqlconn;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label lbMsg;
        private System.Windows.Forms.Label label2;
        private DevExpress.XtraEditors.CheckedComboBoxEdit txt_table;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.TabPage tabPage3;
        private DevExpress.XtraEditors.PanelControl panelControl2;
        private DevExpress.XtraEditors.LabelControl labelControl4;
        private DevExpress.XtraEditors.TextEdit txtTable1;
        private DevExpress.XtraEditors.SimpleButton btnTable;
        private DevExpress.XtraEditors.PanelControl panelControl3;
        private DevExpress.XtraEditors.SimpleButton btnRemark;
        private DevExpress.XtraEditors.MemoEdit txtOracleDec;
        private DevExpress.XtraEditors.LabelControl labelControl3;
        private DevExpress.XtraEditors.TextEdit txtTable2;
        private DevExpress.XtraEditors.LabelControl labelControl2;
    }
}