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.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.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_sqlconn.Properties)).BeginInit(); this.SuspendLayout(); // // 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, 524); this.xtraTabControl1.TabIndex = 0; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1}); // // 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.Name = "xtraTabPage1"; this.xtraTabPage1.Size = new System.Drawing.Size(887, 492); this.xtraTabPage1.Text = "配置信息"; // // lbMsg // 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; // // btnOk // 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); // // label4 // 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; // // 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.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 = "数据库连接:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(101, 245); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(113, 18); this.label2.TabIndex = 258; this.label2.Text = "选择窗体类型:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(101, 186); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(113, 18); this.label1.TabIndex = 257; this.label1.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.Controls.Add(this.xtraTabControl1); this.Name = "EasyCode"; this.Text = "EasyCode"; ((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.ResumeLayout(false); } #endregion private DevExpress.XtraTab.XtraTabControl xtraTabControl1; private DevExpress.XtraTab.XtraTabPage xtraTabPage1; private DevExpress.XtraEditors.SimpleButton btnOk; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button btnToPath; private System.Windows.Forms.TextBox txtCreateDBPath; 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; } }