244 lines
11 KiB
C#
244 lines
11 KiB
C#
namespace WinformDevFramework
|
|
{
|
|
partial class FrmCreateCode
|
|
{
|
|
/// <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()
|
|
{
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
this.btnOk = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.txtUrl = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.txtNameSpace = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.uiComboTreeViewTable = new Sunny.UI.UIComboTreeView();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panel3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.Controls.Add(this.button4);
|
|
this.panel3.Controls.Add(this.btnOk);
|
|
this.panel3.Controls.Add(this.button2);
|
|
this.panel3.Controls.Add(this.txtUrl);
|
|
this.panel3.Controls.Add(this.label5);
|
|
this.panel3.Controls.Add(this.txtNameSpace);
|
|
this.panel3.Controls.Add(this.label4);
|
|
this.panel3.Controls.Add(this.uiComboTreeViewTable);
|
|
this.panel3.Controls.Add(this.label3);
|
|
this.panel3.Controls.Add(this.label2);
|
|
this.panel3.Controls.Add(this.textBox1);
|
|
this.panel3.Controls.Add(this.button1);
|
|
this.panel3.Controls.Add(this.comboBox1);
|
|
this.panel3.Controls.Add(this.label1);
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel3.Location = new System.Drawing.Point(0, 0);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(800, 450);
|
|
this.panel3.TabIndex = 2;
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.Location = new System.Drawing.Point(306, 219);
|
|
this.button4.Name = "button4";
|
|
this.button4.Size = new System.Drawing.Size(131, 23);
|
|
this.button4.TabIndex = 16;
|
|
this.button4.Text = "取消";
|
|
this.button4.UseVisualStyleBackColor = true;
|
|
this.button4.Click += new System.EventHandler(this.button4_Click);
|
|
//
|
|
// btnOk
|
|
//
|
|
this.btnOk.Location = new System.Drawing.Point(150, 219);
|
|
this.btnOk.Name = "btnOk";
|
|
this.btnOk.Size = new System.Drawing.Size(130, 23);
|
|
this.btnOk.TabIndex = 15;
|
|
this.btnOk.Text = "完成";
|
|
this.btnOk.UseVisualStyleBackColor = true;
|
|
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(443, 168);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(75, 23);
|
|
this.button2.TabIndex = 14;
|
|
this.button2.Text = "选择目录";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// txtUrl
|
|
//
|
|
this.txtUrl.Location = new System.Drawing.Point(150, 168);
|
|
this.txtUrl.Name = "txtUrl";
|
|
this.txtUrl.ReadOnly = true;
|
|
this.txtUrl.Size = new System.Drawing.Size(287, 23);
|
|
this.txtUrl.TabIndex = 13;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.Location = new System.Drawing.Point(54, 168);
|
|
this.label5.Name = "label5";
|
|
this.label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.label5.Size = new System.Drawing.Size(90, 23);
|
|
this.label5.TabIndex = 12;
|
|
this.label5.Text = "输出目录";
|
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// txtNameSpace
|
|
//
|
|
this.txtNameSpace.Location = new System.Drawing.Point(150, 137);
|
|
this.txtNameSpace.Name = "txtNameSpace";
|
|
this.txtNameSpace.Size = new System.Drawing.Size(287, 23);
|
|
this.txtNameSpace.TabIndex = 11;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.Location = new System.Drawing.Point(54, 137);
|
|
this.label4.Name = "label4";
|
|
this.label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.label4.Size = new System.Drawing.Size(90, 23);
|
|
this.label4.TabIndex = 10;
|
|
this.label4.Text = "命名空间";
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// uiComboTreeViewTable
|
|
//
|
|
this.uiComboTreeViewTable.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
|
|
this.uiComboTreeViewTable.FillColor = System.Drawing.Color.White;
|
|
this.uiComboTreeViewTable.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.uiComboTreeViewTable.Location = new System.Drawing.Point(153, 101);
|
|
this.uiComboTreeViewTable.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiComboTreeViewTable.MinimumSize = new System.Drawing.Size(63, 0);
|
|
this.uiComboTreeViewTable.Name = "uiComboTreeViewTable";
|
|
this.uiComboTreeViewTable.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
|
|
this.uiComboTreeViewTable.RectColor = System.Drawing.Color.Gray;
|
|
this.uiComboTreeViewTable.Size = new System.Drawing.Size(284, 25);
|
|
this.uiComboTreeViewTable.Style = Sunny.UI.UIStyle.Custom;
|
|
this.uiComboTreeViewTable.TabIndex = 9;
|
|
this.uiComboTreeViewTable.TagString = "";
|
|
this.uiComboTreeViewTable.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.uiComboTreeViewTable.Watermark = "";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Location = new System.Drawing.Point(54, 104);
|
|
this.label3.Name = "label3";
|
|
this.label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.label3.Size = new System.Drawing.Size(90, 23);
|
|
this.label3.TabIndex = 8;
|
|
this.label3.Text = "选择数据表";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Location = new System.Drawing.Point(29, 68);
|
|
this.label2.Name = "label2";
|
|
this.label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.label2.Size = new System.Drawing.Size(106, 23);
|
|
this.label2.TabIndex = 7;
|
|
this.label2.Text = "数据库连接字符串";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(153, 68);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.ReadOnly = true;
|
|
this.textBox1.Size = new System.Drawing.Size(284, 23);
|
|
this.textBox1.TabIndex = 6;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(362, 38);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
this.button1.TabIndex = 5;
|
|
this.button1.Text = "连接";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// comboBox1
|
|
//
|
|
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox1.FormattingEnabled = true;
|
|
this.comboBox1.Location = new System.Drawing.Point(153, 36);
|
|
this.comboBox1.Name = "comboBox1";
|
|
this.comboBox1.Size = new System.Drawing.Size(186, 25);
|
|
this.comboBox1.TabIndex = 4;
|
|
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Location = new System.Drawing.Point(45, 38);
|
|
this.label1.Name = "label1";
|
|
this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.label1.Size = new System.Drawing.Size(90, 23);
|
|
this.label1.TabIndex = 3;
|
|
this.label1.Text = "选择数据库";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// FrmCreateCode
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.Controls.Add(this.panel3);
|
|
this.Name = "FrmCreateCode";
|
|
this.Text = "FrmCreateCode";
|
|
this.Load += new System.EventHandler(this.FrmCreateCode_Load);
|
|
this.panel3.ResumeLayout(false);
|
|
this.panel3.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private Panel panel3;
|
|
private Label label1;
|
|
private ComboBox comboBox1;
|
|
private Button button1;
|
|
private TextBox textBox1;
|
|
private Label label2;
|
|
private Label label3;
|
|
private Sunny.UI.UIComboTreeView uiComboTreeViewTable;
|
|
private Label label4;
|
|
private TextBox txtNameSpace;
|
|
private TextBox txtUrl;
|
|
private Label label5;
|
|
private Button button2;
|
|
private Button button4;
|
|
private Button btnOk;
|
|
}
|
|
} |