namespace Gs.DevApp.DevFrm.Sys { partial class EasyCode { /// /// 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() { 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.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(); 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 // this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; 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, 539); this.xtraTabControl1.TabIndex = 0; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { 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.tabControl1); this.xtraTabPage1.Name = "xtraTabPage1"; this.xtraTabPage1.Size = new System.Drawing.Size(887, 507); this.xtraTabPage1.Text = "Dev代码生成器"; // // tabControl1 // 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; // // tabPage1 // 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; // // label6 // 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.Location = new System.Drawing.Point(152, 45); this.txt_table.Name = "txt_table"; 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(16, 91); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(113, 18); 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(16, 48); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(113, 18); 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, 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.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 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 btnPathSelect; private System.Windows.Forms.TextBox txtPath; private System.Windows.Forms.Label label5; 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; } }