Ejemplo n.º 1
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoginOra));
     this.pictureBox1      = new System.Windows.Forms.PictureBox();
     this.label1           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.label4           = new System.Windows.Forms.Label();
     this.label5           = new System.Windows.Forms.Label();
     this.label6           = new System.Windows.Forms.Label();
     this.txtUser          = new System.Windows.Forms.TextBox();
     this.txtPass          = new System.Windows.Forms.TextBox();
     this.txtServer        = new System.Windows.Forms.TextBox();
     this.BtnOk            = new WiB.Pinkie.Controls.ButtonXP();
     this.BtnCancle        = new WiB.Pinkie.Controls.ButtonXP();
     this.chk_Simple       = new System.Windows.Forms.CheckBox();
     this.chkboxConnectStr = new System.Windows.Forms.CheckBox();
     this.txtConnectStr    = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(166, 276);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(153)))), ((int)(((byte)(153)))));
     this.label1.Location  = new System.Drawing.Point(173, 72);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(300, 1);
     this.label1.TabIndex  = 1;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(168, 48);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 23);
     this.label2.TabIndex  = 2;
     this.label2.Text      = " 登录到数据库";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(176, 88);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(64, 23);
     this.label3.TabIndex = 3;
     this.label3.Text     = "用户名:";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(176, 115);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(64, 23);
     this.label4.TabIndex = 4;
     this.label4.Text     = "口令(P&):";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(176, 148);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(48, 23);
     this.label5.TabIndex = 5;
     this.label5.Text     = "服务:";
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(184, 248);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(280, 23);
     this.label6.TabIndex  = 6;
     this.label6.Text      = "版权所有(C) 2004 Maticsoft 。保留所有权利。";
     this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // txtUser
     //
     this.txtUser.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtUser.Location    = new System.Drawing.Point(288, 80);
     this.txtUser.MaxLength   = 30;
     this.txtUser.Name        = "txtUser";
     this.txtUser.Size        = new System.Drawing.Size(168, 21);
     this.txtUser.TabIndex    = 7;
     //
     // txtPass
     //
     this.txtPass.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPass.Location     = new System.Drawing.Point(288, 112);
     this.txtPass.MaxLength    = 25;
     this.txtPass.Name         = "txtPass";
     this.txtPass.PasswordChar = '*';
     this.txtPass.Size         = new System.Drawing.Size(168, 21);
     this.txtPass.TabIndex     = 7;
     //
     // txtServer
     //
     this.txtServer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtServer.Location    = new System.Drawing.Point(288, 144);
     this.txtServer.MaxLength   = 30;
     this.txtServer.Name        = "txtServer";
     this.txtServer.Size        = new System.Drawing.Size(168, 21);
     this.txtServer.TabIndex    = 7;
     //
     // BtnOk
     //
     this.BtnOk._Image        = null;
     this.BtnOk.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.BtnOk.DefaultScheme = true;
     this.BtnOk.DialogResult  = System.Windows.Forms.DialogResult.OK;
     this.BtnOk.Image         = null;
     this.BtnOk.Location      = new System.Drawing.Point(263, 221);
     this.BtnOk.Name          = "BtnOk";
     this.BtnOk.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.BtnOk.Size          = new System.Drawing.Size(70, 24);
     this.BtnOk.TabIndex      = 8;
     this.BtnOk.Text          = "确 定";
     this.BtnOk.Click        += new System.EventHandler(this.BtnOk_Click);
     //
     // BtnCancle
     //
     this.BtnCancle._Image        = null;
     this.BtnCancle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.BtnCancle.DefaultScheme = true;
     this.BtnCancle.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.BtnCancle.Image         = null;
     this.BtnCancle.Location      = new System.Drawing.Point(414, 221);
     this.BtnCancle.Name          = "BtnCancle";
     this.BtnCancle.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.BtnCancle.Size          = new System.Drawing.Size(70, 24);
     this.BtnCancle.TabIndex      = 9;
     this.BtnCancle.Text          = "取 消";
     this.BtnCancle.Click        += new System.EventHandler(this.BtnCancle_Click);
     //
     // chk_Simple
     //
     this.chk_Simple.AutoSize   = true;
     this.chk_Simple.Checked    = true;
     this.chk_Simple.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chk_Simple.Location   = new System.Drawing.Point(288, 173);
     this.chk_Simple.Name       = "chk_Simple";
     this.chk_Simple.Size       = new System.Drawing.Size(96, 16);
     this.chk_Simple.TabIndex   = 37;
     this.chk_Simple.Text       = "高效连接模式";
     this.chk_Simple.UseVisualStyleBackColor = true;
     //
     // chkboxConnectStr
     //
     this.chkboxConnectStr.AutoSize = true;
     this.chkboxConnectStr.Location = new System.Drawing.Point(414, 173);
     this.chkboxConnectStr.Name     = "chkboxConnectStr";
     this.chkboxConnectStr.Size     = new System.Drawing.Size(120, 16);
     this.chkboxConnectStr.TabIndex = 38;
     this.chkboxConnectStr.Text     = "自定义连接字符串";
     this.chkboxConnectStr.UseVisualStyleBackColor = true;
     this.chkboxConnectStr.CheckedChanged         += new System.EventHandler(this.chkboxConnectStr_CheckedChanged);
     //
     // txtConnectStr
     //
     this.txtConnectStr.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtConnectStr.Location    = new System.Drawing.Point(288, 195);
     this.txtConnectStr.MaxLength   = 30;
     this.txtConnectStr.Name        = "txtConnectStr";
     this.txtConnectStr.Size        = new System.Drawing.Size(250, 21);
     this.txtConnectStr.TabIndex    = 39;
     this.txtConnectStr.Visible     = false;
     //
     // LoginOra
     //
     this.AcceptButton      = this.BtnOk;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.ClientSize        = new System.Drawing.Size(550, 273);
     this.Controls.Add(this.txtConnectStr);
     this.Controls.Add(this.chkboxConnectStr);
     this.Controls.Add(this.chk_Simple);
     this.Controls.Add(this.BtnCancle);
     this.Controls.Add(this.BtnOk);
     this.Controls.Add(this.txtUser);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.txtPass);
     this.Controls.Add(this.txtServer);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "LoginOra";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "登录";
     this.Load         += new System.EventHandler(this.FormLogin_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 public void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(LoginOledb));
     this.txtServer     = new System.Windows.Forms.TextBox();
     this.groupBox1     = new System.Windows.Forms.GroupBox();
     this.checkBox1     = new System.Windows.Forms.CheckBox();
     this.txtUser       = new System.Windows.Forms.TextBox();
     this.label2        = new System.Windows.Forms.Label();
     this.txtPass       = new System.Windows.Forms.TextBox();
     this.label3        = new System.Windows.Forms.Label();
     this.pictureBox1   = new System.Windows.Forms.PictureBox();
     this.toolTip1      = new System.Windows.Forms.ToolTip(this.components);
     this.btn_Ok        = new WiB.Pinkie.Controls.ButtonXP();
     this.btn_Cancel    = new WiB.Pinkie.Controls.ButtonXP();
     this.groupBox2     = new System.Windows.Forms.GroupBox();
     this.radBtn_DB     = new System.Windows.Forms.RadioButton();
     this.btn_SelDb     = new WiB.Pinkie.Controls.ButtonXP();
     this.groupBox3     = new System.Windows.Forms.GroupBox();
     this.txtConstr     = new System.Windows.Forms.TextBox();
     this.radBtn_Constr = new System.Windows.Forms.RadioButton();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // txtServer
     //
     this.txtServer.Location     = new System.Drawing.Point(104, 24);
     this.txtServer.Name         = "txtServer";
     this.txtServer.Size         = new System.Drawing.Size(216, 21);
     this.txtServer.TabIndex     = 1;
     this.txtServer.Text         = "";
     this.txtServer.TextChanged += new System.EventHandler(this.txtServer_TextChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.checkBox1);
     this.groupBox1.Controls.Add(this.txtUser);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.txtPass);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.pictureBox1);
     this.groupBox1.Location = new System.Drawing.Point(24, 80);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(368, 106);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "登录数据库:";
     //
     // checkBox1
     //
     this.checkBox1.Checked         = true;
     this.checkBox1.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.Location        = new System.Drawing.Point(72, 77);
     this.checkBox1.Name            = "checkBox1";
     this.checkBox1.Size            = new System.Drawing.Size(88, 24);
     this.checkBox1.TabIndex        = 4;
     this.checkBox1.Text            = "空白密码";
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // txtUser
     //
     this.txtUser.Location     = new System.Drawing.Point(136, 24);
     this.txtUser.Name         = "txtUser";
     this.txtUser.Size         = new System.Drawing.Size(120, 21);
     this.txtUser.TabIndex     = 3;
     this.txtUser.Text         = "";
     this.txtUser.TextChanged += new System.EventHandler(this.txtUser_TextChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(56, 26);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(72, 16);
     this.label2.TabIndex = 2;
     this.label2.Text     = "登录名(&L):";
     //
     // txtPass
     //
     this.txtPass.Enabled      = false;
     this.txtPass.Location     = new System.Drawing.Point(136, 48);
     this.txtPass.Name         = "txtPass";
     this.txtPass.PasswordChar = '*';
     this.txtPass.Size         = new System.Drawing.Size(120, 21);
     this.txtPass.TabIndex     = 3;
     this.txtPass.Text         = "";
     this.txtPass.TextChanged += new System.EventHandler(this.txtPass_TextChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(72, 50);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(64, 16);
     this.label3.TabIndex = 2;
     this.label3.Text     = "密码(&P):";
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(16, 24);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(38, 35);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 4;
     this.pictureBox1.TabStop  = false;
     //
     // btn_Ok
     //
     this.btn_Ok._Image        = null;
     this.btn_Ok.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(236)), ((System.Byte)(233)), ((System.Byte)(216)));
     this.btn_Ok.DefaultScheme = false;
     this.btn_Ok.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btn_Ok.Image         = null;
     this.btn_Ok.Location      = new System.Drawing.Point(104, 240);
     this.btn_Ok.Name          = "btn_Ok";
     this.btn_Ok.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.btn_Ok.Size          = new System.Drawing.Size(75, 24);
     this.btn_Ok.TabIndex      = 19;
     this.btn_Ok.Text          = "确定(&O):";
     this.btn_Ok.Click        += new System.EventHandler(this.btn_Ok_Click);
     //
     // btn_Cancel
     //
     this.btn_Cancel._Image        = null;
     this.btn_Cancel.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(236)), ((System.Byte)(233)), ((System.Byte)(216)));
     this.btn_Cancel.DefaultScheme = false;
     this.btn_Cancel.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.btn_Cancel.Image         = null;
     this.btn_Cancel.Location      = new System.Drawing.Point(224, 240);
     this.btn_Cancel.Name          = "btn_Cancel";
     this.btn_Cancel.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.btn_Cancel.Size          = new System.Drawing.Size(75, 24);
     this.btn_Cancel.TabIndex      = 20;
     this.btn_Cancel.Text          = "取消(&C):";
     this.btn_Cancel.Click        += new System.EventHandler(this.btn_Cancel_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.txtServer);
     this.groupBox2.Controls.Add(this.radBtn_DB);
     this.groupBox2.Controls.Add(this.btn_SelDb);
     this.groupBox2.Location = new System.Drawing.Point(24, 12);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(368, 60);
     this.groupBox2.TabIndex = 21;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "选择数据库";
     //
     // radBtn_DB
     //
     this.radBtn_DB.Checked  = true;
     this.radBtn_DB.Location = new System.Drawing.Point(16, 22);
     this.radBtn_DB.Name     = "radBtn_DB";
     this.radBtn_DB.TabIndex = 20;
     this.radBtn_DB.TabStop  = true;
     this.radBtn_DB.Text     = "数据库(&D):";
     this.radBtn_DB.Click   += new System.EventHandler(this.radBtn_DB_Click);
     //
     // btn_SelDb
     //
     this.btn_SelDb._Image        = null;
     this.btn_SelDb.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(236)), ((System.Byte)(233)), ((System.Byte)(216)));
     this.btn_SelDb.DefaultScheme = false;
     this.btn_SelDb.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btn_SelDb.Image         = null;
     this.btn_SelDb.Location      = new System.Drawing.Point(320, 22);
     this.btn_SelDb.Name          = "btn_SelDb";
     this.btn_SelDb.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.btn_SelDb.Size          = new System.Drawing.Size(40, 24);
     this.btn_SelDb.TabIndex      = 19;
     this.btn_SelDb.Text          = "...";
     this.btn_SelDb.Click        += new System.EventHandler(this.btn_SelDb_Click);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.txtConstr);
     this.groupBox3.Controls.Add(this.radBtn_Constr);
     this.groupBox3.Location = new System.Drawing.Point(24, 192);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(368, 40);
     this.groupBox3.TabIndex = 22;
     this.groupBox3.TabStop  = false;
     //
     // txtConstr
     //
     this.txtConstr.Enabled  = false;
     this.txtConstr.Location = new System.Drawing.Point(104, 12);
     this.txtConstr.Name     = "txtConstr";
     this.txtConstr.Size     = new System.Drawing.Size(256, 21);
     this.txtConstr.TabIndex = 0;
     this.txtConstr.Text     = "";
     //
     // radBtn_Constr
     //
     this.radBtn_Constr.Location = new System.Drawing.Point(12, 10);
     this.radBtn_Constr.Name     = "radBtn_Constr";
     this.radBtn_Constr.TabIndex = 1;
     this.radBtn_Constr.Text     = "连接字符串:";
     this.radBtn_Constr.Click   += new System.EventHandler(this.radBtn_Constr_Click);
     //
     // LoginOledb
     //
     this.AcceptButton      = this.btn_Ok;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.CancelButton      = this.btn_Cancel;
     this.ClientSize        = new System.Drawing.Size(416, 272);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.btn_Cancel);
     this.Controls.Add(this.btn_Ok);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "LoginOledb";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "登录数据库....";
     this.Load           += new System.EventHandler(this.LoginForm_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 3
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ProjectExp));
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.textBox2        = new System.Windows.Forms.TextBox();
     this.btn_ProFold     = new WiB.Pinkie.Controls.ButtonXP();
     this.textBox1        = new System.Windows.Forms.TextBox();
     this.label1          = new System.Windows.Forms.Label();
     this.label2          = new System.Windows.Forms.Label();
     this.btn_TargetFold  = new WiB.Pinkie.Controls.ButtonXP();
     this.btnExp          = new WiB.Pinkie.Controls.ButtonXP();
     this.statusBar1      = new System.Windows.Forms.StatusBar();
     this.statusBarPanel1 = new System.Windows.Forms.StatusBarPanel();
     this.btn_Set         = new WiB.Pinkie.Controls.ButtonXP();
     this.groupBox2       = new System.Windows.Forms.GroupBox();
     this.listView1       = new System.Windows.Forms.ListView();
     this.imageList1      = new System.Windows.Forms.ImageList(this.components);
     this.progressBar1    = new System.Windows.Forms.ProgressBar();
     this.btn_Cancle      = new WiB.Pinkie.Controls.ButtonXP();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textBox2);
     this.groupBox1.Controls.Add(this.btn_ProFold);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.btn_TargetFold);
     this.groupBox1.Location = new System.Drawing.Point(8, 8);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(440, 88);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "路径";
     //
     // textBox2
     //
     this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBox2.Location    = new System.Drawing.Point(80, 52);
     this.textBox2.Name        = "textBox2";
     this.textBox2.Size        = new System.Drawing.Size(288, 21);
     this.textBox2.TabIndex    = 1;
     this.textBox2.Text        = "";
     //
     // btn_ProFold
     //
     this.btn_ProFold._Image        = null;
     this.btn_ProFold.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btn_ProFold.DefaultScheme = false;
     this.btn_ProFold.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btn_ProFold.Image         = null;
     this.btn_ProFold.Location      = new System.Drawing.Point(368, 21);
     this.btn_ProFold.Name          = "btn_ProFold";
     this.btn_ProFold.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.btn_ProFold.Size          = new System.Drawing.Size(57, 23);
     this.btn_ProFold.TabIndex      = 43;
     this.btn_ProFold.Text          = "选择...";
     this.btn_ProFold.Click        += new System.EventHandler(this.btn_ProFold_Click);
     //
     // textBox1
     //
     this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBox1.Location    = new System.Drawing.Point(80, 22);
     this.textBox1.Name        = "textBox1";
     this.textBox1.Size        = new System.Drawing.Size(288, 21);
     this.textBox1.TabIndex    = 1;
     this.textBox1.Text        = "";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(16, 24);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(66, 17);
     this.label1.TabIndex = 0;
     this.label1.Text     = "选择项目:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(16, 54);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(66, 17);
     this.label2.TabIndex = 0;
     this.label2.Text     = "输出目录:";
     //
     // btn_TargetFold
     //
     this.btn_TargetFold._Image        = null;
     this.btn_TargetFold.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btn_TargetFold.DefaultScheme = false;
     this.btn_TargetFold.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btn_TargetFold.Image         = null;
     this.btn_TargetFold.Location      = new System.Drawing.Point(368, 51);
     this.btn_TargetFold.Name          = "btn_TargetFold";
     this.btn_TargetFold.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.btn_TargetFold.Size          = new System.Drawing.Size(57, 23);
     this.btn_TargetFold.TabIndex      = 43;
     this.btn_TargetFold.Text          = "选择...";
     this.btn_TargetFold.Click        += new System.EventHandler(this.btn_TargetFold_Click);
     //
     // btnExp
     //
     this.btnExp._Image        = null;
     this.btnExp.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btnExp.DefaultScheme = false;
     this.btnExp.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnExp.Image         = null;
     this.btnExp.Location      = new System.Drawing.Point(192, 278);
     this.btnExp.Name          = "btnExp";
     this.btnExp.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.btnExp.Size          = new System.Drawing.Size(75, 26);
     this.btnExp.TabIndex      = 42;
     this.btnExp.Text          = "导出项目";
     this.btnExp.Click        += new System.EventHandler(this.btnExp_Click);
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 319);
     this.statusBar1.Name     = "statusBar1";
     this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
         this.statusBarPanel1
     });
     this.statusBar1.ShowPanels = true;
     this.statusBar1.Size       = new System.Drawing.Size(456, 22);
     this.statusBar1.TabIndex   = 43;
     this.statusBar1.Text       = "statusBar1";
     //
     // statusBarPanel1
     //
     this.statusBarPanel1.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring;
     this.statusBarPanel1.Text     = "就绪";
     this.statusBarPanel1.Width    = 440;
     //
     // btn_Set
     //
     this.btn_Set._Image        = null;
     this.btn_Set.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btn_Set.DefaultScheme = false;
     this.btn_Set.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btn_Set.Image         = null;
     this.btn_Set.Location      = new System.Drawing.Point(72, 278);
     this.btn_Set.Name          = "btn_Set";
     this.btn_Set.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.btn_Set.Size          = new System.Drawing.Size(75, 26);
     this.btn_Set.TabIndex      = 42;
     this.btn_Set.Text          = "设  置";
     this.btn_Set.Click        += new System.EventHandler(this.btn_Set_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.listView1);
     this.groupBox2.Location = new System.Drawing.Point(8, 104);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(440, 160);
     this.groupBox2.TabIndex = 44;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "目录信息";
     //
     // listView1
     //
     this.listView1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.listView1.Location       = new System.Drawing.Point(3, 17);
     this.listView1.Name           = "listView1";
     this.listView1.Size           = new System.Drawing.Size(434, 140);
     this.listView1.SmallImageList = this.imageList1;
     this.listView1.TabIndex       = 0;
     //
     // imageList1
     //
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(0, 311);
     this.progressBar1.Name     = "progressBar1";
     this.progressBar1.Size     = new System.Drawing.Size(440, 10);
     this.progressBar1.TabIndex = 45;
     //
     // btn_Cancle
     //
     this.btn_Cancle._Image        = null;
     this.btn_Cancle.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btn_Cancle.DefaultScheme = false;
     this.btn_Cancle.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.btn_Cancle.Image         = null;
     this.btn_Cancle.Location      = new System.Drawing.Point(312, 278);
     this.btn_Cancle.Name          = "btn_Cancle";
     this.btn_Cancle.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.btn_Cancle.Size          = new System.Drawing.Size(75, 26);
     this.btn_Cancle.TabIndex      = 46;
     this.btn_Cancle.Text          = "取  消";
     this.btn_Cancle.Click        += new System.EventHandler(this.btn_Cancle_Click);
     //
     // ProjectExp
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(456, 341);
     this.Controls.Add(this.btn_Cancle);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.btnExp);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btn_Set);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "ProjectExp";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "WEB项目发布";
     this.Load         += new System.EventHandler(this.ProjectExp_Load);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 4
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DbToScript));
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.cmbDB           = new System.Windows.Forms.ComboBox();
     this.lblServer       = new System.Windows.Forms.Label();
     this.label1          = new System.Windows.Forms.Label();
     this.label3          = new System.Windows.Forms.Label();
     this.groupBox2       = new System.Windows.Forms.GroupBox();
     this.progressBar2    = new System.Windows.Forms.ProgressBar();
     this.progressBar1    = new System.Windows.Forms.ProgressBar();
     this.labelNum        = new System.Windows.Forms.Label();
     this.btn_Addlist     = new System.Windows.Forms.Button();
     this.btn_Add         = new System.Windows.Forms.Button();
     this.btn_Del         = new System.Windows.Forms.Button();
     this.btn_Dellist     = new System.Windows.Forms.Button();
     this.listTable2      = new System.Windows.Forms.ListBox();
     this.listTable1      = new System.Windows.Forms.ListBox();
     this.btn_Creat       = new WiB.Pinkie.Controls.ButtonXP();
     this.btn_Cancle      = new WiB.Pinkie.Controls.ButtonXP();
     this.groupBox3       = new System.Windows.Forms.GroupBox();
     this.txtTargetFolder = new System.Windows.Forms.TextBox();
     this.btn_TargetFold  = new WiB.Pinkie.Controls.ButtonXP();
     this.label2          = new System.Windows.Forms.Label();
     this.pictureBox1     = new System.Windows.Forms.PictureBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.cmbDB);
     this.groupBox1.Controls.Add(this.lblServer);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Location = new System.Drawing.Point(8, 8);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(503, 56);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "选择数据库";
     //
     // cmbDB
     //
     this.cmbDB.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbDB.Location              = new System.Drawing.Point(326, 24);
     this.cmbDB.Name                  = "cmbDB";
     this.cmbDB.Size                  = new System.Drawing.Size(160, 20);
     this.cmbDB.TabIndex              = 2;
     this.cmbDB.SelectedIndexChanged += new System.EventHandler(this.cmbDB_SelectedIndexChanged);
     //
     // lblServer
     //
     this.lblServer.AutoSize = true;
     this.lblServer.Location = new System.Drawing.Point(87, 26);
     this.lblServer.Name     = "lblServer";
     this.lblServer.Size     = new System.Drawing.Size(41, 12);
     this.lblServer.TabIndex = 1;
     this.lblServer.Text     = "label2";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(9, 26);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(77, 12);
     this.label1.TabIndex = 0;
     this.label1.Text     = "当前服务器:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(246, 26);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(77, 12);
     this.label3.TabIndex = 0;
     this.label3.Text     = "选择数据库:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.pictureBox1);
     this.groupBox2.Controls.Add(this.progressBar2);
     this.groupBox2.Controls.Add(this.progressBar1);
     this.groupBox2.Controls.Add(this.labelNum);
     this.groupBox2.Controls.Add(this.btn_Addlist);
     this.groupBox2.Controls.Add(this.btn_Add);
     this.groupBox2.Controls.Add(this.btn_Del);
     this.groupBox2.Controls.Add(this.btn_Dellist);
     this.groupBox2.Controls.Add(this.listTable2);
     this.groupBox2.Controls.Add(this.listTable1);
     this.groupBox2.Location = new System.Drawing.Point(8, 112);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(503, 224);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "选择表";
     //
     // progressBar2
     //
     this.progressBar2.Location = new System.Drawing.Point(16, 178);
     this.progressBar2.Name     = "progressBar2";
     this.progressBar2.Size     = new System.Drawing.Size(428, 10);
     this.progressBar2.TabIndex = 11;
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(16, 192);
     this.progressBar1.Name     = "progressBar1";
     this.progressBar1.Size     = new System.Drawing.Size(428, 20);
     this.progressBar1.TabIndex = 10;
     //
     // labelNum
     //
     this.labelNum.Location  = new System.Drawing.Point(450, 191);
     this.labelNum.Name      = "labelNum";
     this.labelNum.Size      = new System.Drawing.Size(35, 22);
     this.labelNum.TabIndex  = 9;
     this.labelNum.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // btn_Addlist
     //
     this.btn_Addlist.Enabled   = false;
     this.btn_Addlist.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btn_Addlist.Location  = new System.Drawing.Point(240, 31);
     this.btn_Addlist.Name      = "btn_Addlist";
     this.btn_Addlist.Size      = new System.Drawing.Size(40, 23);
     this.btn_Addlist.TabIndex  = 7;
     this.btn_Addlist.Text      = ">>";
     this.btn_Addlist.Click    += new System.EventHandler(this.btn_Addlist_Click);
     //
     // btn_Add
     //
     this.btn_Add.Enabled   = false;
     this.btn_Add.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btn_Add.Location  = new System.Drawing.Point(240, 61);
     this.btn_Add.Name      = "btn_Add";
     this.btn_Add.Size      = new System.Drawing.Size(40, 23);
     this.btn_Add.TabIndex  = 8;
     this.btn_Add.Text      = ">";
     this.btn_Add.Click    += new System.EventHandler(this.btn_Add_Click);
     //
     // btn_Del
     //
     this.btn_Del.Enabled   = false;
     this.btn_Del.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btn_Del.Location  = new System.Drawing.Point(240, 91);
     this.btn_Del.Name      = "btn_Del";
     this.btn_Del.Size      = new System.Drawing.Size(40, 23);
     this.btn_Del.TabIndex  = 5;
     this.btn_Del.Text      = "<";
     this.btn_Del.Click    += new System.EventHandler(this.btn_Del_Click);
     //
     // btn_Dellist
     //
     this.btn_Dellist.Enabled   = false;
     this.btn_Dellist.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btn_Dellist.Location  = new System.Drawing.Point(240, 121);
     this.btn_Dellist.Name      = "btn_Dellist";
     this.btn_Dellist.Size      = new System.Drawing.Size(40, 23);
     this.btn_Dellist.TabIndex  = 6;
     this.btn_Dellist.Text      = "<<";
     this.btn_Dellist.Click    += new System.EventHandler(this.btn_Dellist_Click);
     //
     // listTable2
     //
     this.listTable2.ItemHeight   = 12;
     this.listTable2.Location     = new System.Drawing.Point(314, 21);
     this.listTable2.Name         = "listTable2";
     this.listTable2.Size         = new System.Drawing.Size(172, 148);
     this.listTable2.TabIndex     = 1;
     this.listTable2.DoubleClick += new System.EventHandler(this.listTable2_DoubleClick);
     //
     // listTable1
     //
     this.listTable1.ItemHeight    = 12;
     this.listTable1.Location      = new System.Drawing.Point(16, 21);
     this.listTable1.Name          = "listTable1";
     this.listTable1.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listTable1.Size          = new System.Drawing.Size(183, 148);
     this.listTable1.TabIndex      = 0;
     this.listTable1.DoubleClick  += new System.EventHandler(this.listTable1_DoubleClick);
     //
     // btn_Creat
     //
     this.btn_Creat._Image        = null;
     this.btn_Creat.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.btn_Creat.DefaultScheme = false;
     this.btn_Creat.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btn_Creat.Image         = null;
     this.btn_Creat.Location      = new System.Drawing.Point(308, 344);
     this.btn_Creat.Name          = "btn_Creat";
     this.btn_Creat.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.btn_Creat.Size          = new System.Drawing.Size(75, 26);
     this.btn_Creat.TabIndex      = 42;
     this.btn_Creat.Text          = "生  成";
     this.btn_Creat.Click        += new System.EventHandler(this.btn_Creat_Click);
     //
     // btn_Cancle
     //
     this.btn_Cancle._Image        = null;
     this.btn_Cancle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.btn_Cancle.DefaultScheme = false;
     this.btn_Cancle.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btn_Cancle.Image         = null;
     this.btn_Cancle.Location      = new System.Drawing.Point(412, 344);
     this.btn_Cancle.Name          = "btn_Cancle";
     this.btn_Cancle.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.btn_Cancle.Size          = new System.Drawing.Size(75, 26);
     this.btn_Cancle.TabIndex      = 42;
     this.btn_Cancle.Text          = "取  消";
     this.btn_Cancle.Click        += new System.EventHandler(this.btn_Cancle_Click);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.txtTargetFolder);
     this.groupBox3.Controls.Add(this.btn_TargetFold);
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.Location = new System.Drawing.Point(8, 64);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(503, 48);
     this.groupBox3.TabIndex = 43;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "保存";
     //
     // txtTargetFolder
     //
     this.txtTargetFolder.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTargetFolder.Location    = new System.Drawing.Point(72, 16);
     this.txtTargetFolder.Name        = "txtTargetFolder";
     this.txtTargetFolder.Size        = new System.Drawing.Size(351, 21);
     this.txtTargetFolder.TabIndex    = 47;
     //
     // btn_TargetFold
     //
     this.btn_TargetFold._Image        = null;
     this.btn_TargetFold.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.btn_TargetFold.DefaultScheme = false;
     this.btn_TargetFold.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btn_TargetFold.Image         = null;
     this.btn_TargetFold.Location      = new System.Drawing.Point(429, 14);
     this.btn_TargetFold.Name          = "btn_TargetFold";
     this.btn_TargetFold.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.btn_TargetFold.Size          = new System.Drawing.Size(57, 23);
     this.btn_TargetFold.TabIndex      = 48;
     this.btn_TargetFold.Text          = "选择...";
     this.btn_TargetFold.Click        += new System.EventHandler(this.btn_TargetFold_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(16, 18);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(53, 12);
     this.label2.TabIndex = 49;
     this.label2.Text     = "文件名:";
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = global::Codematic.Properties.Resources.Control;
     this.pictureBox1.Location = new System.Drawing.Point(246, 147);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(28, 28);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 53;
     this.pictureBox1.TabStop  = false;
     this.pictureBox1.Visible  = false;
     //
     // DbToScript
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(523, 382);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.btn_Creat);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btn_Cancle);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "DbToScript";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "生成SQL数据库脚本";
     this.Load         += new System.EventHandler(this.DbToWord_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 5
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.groupbox2    = new System.Windows.Forms.GroupBox();
     this.btn_Add1     = new WiB.Pinkie.Controls.ButtonXP();
     this.listBox1     = new System.Windows.Forms.ListBox();
     this.radioButton1 = new System.Windows.Forms.RadioButton();
     this.radioButton2 = new System.Windows.Forms.RadioButton();
     this.listBox2     = new System.Windows.Forms.ListBox();
     this.btn_Del1     = new WiB.Pinkie.Controls.ButtonXP();
     this.btn_Add2     = new WiB.Pinkie.Controls.ButtonXP();
     this.btn_Del2     = new WiB.Pinkie.Controls.ButtonXP();
     this.btn_OK       = new WiB.Pinkie.Controls.ButtonXP();
     this.btn_Cancel   = new WiB.Pinkie.Controls.ButtonXP();
     this.groupbox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupbox2
     //
     this.groupbox2.Controls.Add(this.btn_Add1);
     this.groupbox2.Controls.Add(this.listBox1);
     this.groupbox2.Controls.Add(this.radioButton1);
     this.groupbox2.Controls.Add(this.radioButton2);
     this.groupbox2.Controls.Add(this.listBox2);
     this.groupbox2.Controls.Add(this.btn_Del1);
     this.groupbox2.Controls.Add(this.btn_Add2);
     this.groupbox2.Controls.Add(this.btn_Del2);
     this.groupbox2.Location = new System.Drawing.Point(8, 8);
     this.groupbox2.Name     = "groupbox2";
     this.groupbox2.Size     = new System.Drawing.Size(448, 136);
     this.groupbox2.TabIndex = 2;
     this.groupbox2.TabStop  = false;
     this.groupbox2.Text     = "文件规则";
     //
     // btn_Add1
     //
     this.btn_Add1._Image        = null;
     this.btn_Add1.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btn_Add1.DefaultScheme = false;
     this.btn_Add1.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btn_Add1.Image         = null;
     this.btn_Add1.Location      = new System.Drawing.Point(160, 40);
     this.btn_Add1.Name          = "btn_Add1";
     this.btn_Add1.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.btn_Add1.Size          = new System.Drawing.Size(57, 23);
     this.btn_Add1.TabIndex      = 44;
     this.btn_Add1.Text          = "增加...";
     this.btn_Add1.Click        += new System.EventHandler(this.btn_Add1_Click);
     //
     // listBox1
     //
     this.listBox1.ItemHeight = 12;
     this.listBox1.Location   = new System.Drawing.Point(80, 16);
     this.listBox1.Name       = "listBox1";
     this.listBox1.Size       = new System.Drawing.Size(72, 112);
     this.listBox1.TabIndex   = 1;
     //
     // radioButton1
     //
     this.radioButton1.Location        = new System.Drawing.Point(16, 24);
     this.radioButton1.Name            = "radioButton1";
     this.radioButton1.Size            = new System.Drawing.Size(64, 24);
     this.radioButton1.TabIndex        = 0;
     this.radioButton1.Text            = "筛选法";
     this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChanged);
     //
     // radioButton2
     //
     this.radioButton2.Checked         = true;
     this.radioButton2.Location        = new System.Drawing.Point(240, 24);
     this.radioButton2.Name            = "radioButton2";
     this.radioButton2.Size            = new System.Drawing.Size(64, 24);
     this.radioButton2.TabIndex        = 0;
     this.radioButton2.TabStop         = true;
     this.radioButton2.Text            = "排除法";
     this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChanged);
     //
     // listBox2
     //
     this.listBox2.ItemHeight = 12;
     this.listBox2.Location   = new System.Drawing.Point(304, 16);
     this.listBox2.Name       = "listBox2";
     this.listBox2.Size       = new System.Drawing.Size(72, 112);
     this.listBox2.TabIndex   = 1;
     //
     // btn_Del1
     //
     this.btn_Del1._Image        = null;
     this.btn_Del1.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btn_Del1.DefaultScheme = false;
     this.btn_Del1.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btn_Del1.Image         = null;
     this.btn_Del1.Location      = new System.Drawing.Point(160, 72);
     this.btn_Del1.Name          = "btn_Del1";
     this.btn_Del1.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.btn_Del1.Size          = new System.Drawing.Size(57, 23);
     this.btn_Del1.TabIndex      = 44;
     this.btn_Del1.Text          = "移 除";
     this.btn_Del1.Click        += new System.EventHandler(this.btn_Del1_Click);
     //
     // btn_Add2
     //
     this.btn_Add2._Image        = null;
     this.btn_Add2.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btn_Add2.DefaultScheme = false;
     this.btn_Add2.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btn_Add2.Image         = null;
     this.btn_Add2.Location      = new System.Drawing.Point(384, 40);
     this.btn_Add2.Name          = "btn_Add2";
     this.btn_Add2.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.btn_Add2.Size          = new System.Drawing.Size(57, 23);
     this.btn_Add2.TabIndex      = 44;
     this.btn_Add2.Text          = "增加...";
     this.btn_Add2.Click        += new System.EventHandler(this.btn_Add2_Click);
     //
     // btn_Del2
     //
     this.btn_Del2._Image        = null;
     this.btn_Del2.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btn_Del2.DefaultScheme = false;
     this.btn_Del2.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btn_Del2.Image         = null;
     this.btn_Del2.Location      = new System.Drawing.Point(384, 72);
     this.btn_Del2.Name          = "btn_Del2";
     this.btn_Del2.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.btn_Del2.Size          = new System.Drawing.Size(57, 23);
     this.btn_Del2.TabIndex      = 44;
     this.btn_Del2.Text          = "移 除";
     this.btn_Del2.Click        += new System.EventHandler(this.btn_Del2_Click);
     //
     // btn_OK
     //
     this.btn_OK._Image        = null;
     this.btn_OK.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btn_OK.DefaultScheme = false;
     this.btn_OK.DialogResult  = System.Windows.Forms.DialogResult.OK;
     this.btn_OK.Image         = null;
     this.btn_OK.Location      = new System.Drawing.Point(232, 160);
     this.btn_OK.Name          = "btn_OK";
     this.btn_OK.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.btn_OK.Size          = new System.Drawing.Size(65, 25);
     this.btn_OK.TabIndex      = 48;
     this.btn_OK.Text          = "确 定";
     this.btn_OK.Click        += new System.EventHandler(this.btn_OK_Click);
     //
     // btn_Cancel
     //
     this.btn_Cancel._Image        = null;
     this.btn_Cancel.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btn_Cancel.DefaultScheme = false;
     this.btn_Cancel.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.btn_Cancel.Image         = null;
     this.btn_Cancel.Location      = new System.Drawing.Point(328, 160);
     this.btn_Cancel.Name          = "btn_Cancel";
     this.btn_Cancel.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.btn_Cancel.Size          = new System.Drawing.Size(65, 25);
     this.btn_Cancel.TabIndex      = 47;
     this.btn_Cancel.Text          = "取 消";
     //
     // ProjectSet
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(466, 199);
     this.Controls.Add(this.btn_OK);
     this.Controls.Add(this.btn_Cancel);
     this.Controls.Add(this.groupbox2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ProjectSet";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "设置规则";
     this.Load           += new System.EventHandler(this.ProjectSet_Load);
     this.groupbox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 6
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 public void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoginForm));
     this.label1            = new System.Windows.Forms.Label();
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.cmbDBlist         = new System.Windows.Forms.ComboBox();
     this.label4            = new System.Windows.Forms.Label();
     this.txtUser           = new System.Windows.Forms.TextBox();
     this.label2            = new System.Windows.Forms.Label();
     this.txtPass           = new System.Windows.Forms.TextBox();
     this.label3            = new System.Windows.Forms.Label();
     this.toolTip1          = new System.Windows.Forms.ToolTip(this.components);
     this.chk_Simple        = new System.Windows.Forms.CheckBox();
     this.btn_Ok            = new WiB.Pinkie.Controls.ButtonXP();
     this.btn_Cancel        = new WiB.Pinkie.Controls.ButtonXP();
     this.btn_ConTest       = new WiB.Pinkie.Controls.ButtonXP();
     this.comboBoxServer    = new System.Windows.Forms.ComboBox();
     this.label5            = new System.Windows.Forms.Label();
     this.comboBoxServerVer = new System.Windows.Forms.ComboBox();
     this.label6            = new System.Windows.Forms.Label();
     this.comboBox_Verified = new System.Windows.Forms.ComboBox();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Location  = new System.Drawing.Point(24, 101);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(95, 12);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "服务器名称(&S):";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // groupBox1
     //
     this.groupBox1.Location = new System.Drawing.Point(32, 267);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(380, 5);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     //
     // cmbDBlist
     //
     this.cmbDBlist.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbDBlist.Enabled       = false;
     this.cmbDBlist.Location      = new System.Drawing.Point(144, 219);
     this.cmbDBlist.Name          = "cmbDBlist";
     this.cmbDBlist.Size          = new System.Drawing.Size(232, 20);
     this.cmbDBlist.TabIndex      = 6;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(48, 223);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(71, 12);
     this.label4.TabIndex = 5;
     this.label4.Text     = "数据库(&D):";
     //
     // txtUser
     //
     this.txtUser.Location = new System.Drawing.Point(144, 169);
     this.txtUser.Name     = "txtUser";
     this.txtUser.Size     = new System.Drawing.Size(232, 21);
     this.txtUser.TabIndex = 3;
     this.txtUser.Text     = "sa";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(48, 173);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(71, 12);
     this.label2.TabIndex = 2;
     this.label2.Text     = "登录名(&L):";
     //
     // txtPass
     //
     this.txtPass.Location     = new System.Drawing.Point(144, 194);
     this.txtPass.Name         = "txtPass";
     this.txtPass.PasswordChar = '*';
     this.txtPass.Size         = new System.Drawing.Size(232, 21);
     this.txtPass.TabIndex     = 3;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(60, 198);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(59, 12);
     this.label3.TabIndex = 2;
     this.label3.Text     = "密码(&P):";
     //
     // chk_Simple
     //
     this.chk_Simple.AutoSize   = true;
     this.chk_Simple.Checked    = true;
     this.chk_Simple.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chk_Simple.Location   = new System.Drawing.Point(144, 244);
     this.chk_Simple.Name       = "chk_Simple";
     this.chk_Simple.Size       = new System.Drawing.Size(96, 16);
     this.chk_Simple.TabIndex   = 22;
     this.chk_Simple.Text       = "高效连接模式";
     this.toolTip1.SetToolTip(this.chk_Simple, "在表非常多的情况下,启用该模式提高连接速度");
     this.chk_Simple.UseVisualStyleBackColor = true;
     //
     // btn_Ok
     //
     this.btn_Ok._Image        = null;
     this.btn_Ok.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.btn_Ok.DefaultScheme = false;
     this.btn_Ok.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btn_Ok.Image         = null;
     this.btn_Ok.Location      = new System.Drawing.Point(163, 287);
     this.btn_Ok.Name          = "btn_Ok";
     this.btn_Ok.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.btn_Ok.Size          = new System.Drawing.Size(80, 28);
     this.btn_Ok.TabIndex      = 19;
     this.btn_Ok.Text          = "确定(&O):";
     this.btn_Ok.Click        += new System.EventHandler(this.btn_Ok_Click);
     //
     // btn_Cancel
     //
     this.btn_Cancel._Image        = null;
     this.btn_Cancel.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.btn_Cancel.DefaultScheme = false;
     this.btn_Cancel.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.btn_Cancel.Image         = null;
     this.btn_Cancel.Location      = new System.Drawing.Point(270, 287);
     this.btn_Cancel.Name          = "btn_Cancel";
     this.btn_Cancel.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.btn_Cancel.Size          = new System.Drawing.Size(80, 28);
     this.btn_Cancel.TabIndex      = 20;
     this.btn_Cancel.Text          = "取消(&C):";
     this.btn_Cancel.Click        += new System.EventHandler(this.btn_Cancel_Click);
     //
     // btn_ConTest
     //
     this.btn_ConTest._Image        = null;
     this.btn_ConTest.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.btn_ConTest.DefaultScheme = false;
     this.btn_ConTest.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btn_ConTest.Image         = null;
     this.btn_ConTest.Location      = new System.Drawing.Point(56, 287);
     this.btn_ConTest.Name          = "btn_ConTest";
     this.btn_ConTest.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.btn_ConTest.Size          = new System.Drawing.Size(80, 28);
     this.btn_ConTest.TabIndex      = 19;
     this.btn_ConTest.Text          = "连接/测试";
     this.btn_ConTest.Click        += new System.EventHandler(this.btn_ConTest_Click);
     //
     // comboBoxServer
     //
     this.comboBoxServer.FormattingEnabled = true;
     this.comboBoxServer.Location          = new System.Drawing.Point(144, 97);
     this.comboBoxServer.Name     = "comboBoxServer";
     this.comboBoxServer.Size     = new System.Drawing.Size(232, 20);
     this.comboBoxServer.TabIndex = 21;
     this.comboBoxServer.Text     = "127.0.0.1";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Location  = new System.Drawing.Point(24, 125);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(95, 12);
     this.label5.TabIndex  = 0;
     this.label5.Text      = "服务器类型(&T):";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // comboBoxServerVer
     //
     this.comboBoxServerVer.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxServerVer.FormattingEnabled = true;
     this.comboBoxServerVer.Items.AddRange(new object[] {
         "SQL Server2005",
         "SQL Server2000"
     });
     this.comboBoxServerVer.Location = new System.Drawing.Point(144, 121);
     this.comboBoxServerVer.Name     = "comboBoxServerVer";
     this.comboBoxServerVer.Size     = new System.Drawing.Size(232, 20);
     this.comboBoxServerVer.TabIndex = 21;
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.Location  = new System.Drawing.Point(36, 149);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(83, 12);
     this.label6.TabIndex  = 0;
     this.label6.Text      = "身份验证(&A):";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // comboBox_Verified
     //
     this.comboBox_Verified.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox_Verified.FormattingEnabled = true;
     this.comboBox_Verified.Items.AddRange(new object[] {
         "SQL Server 身份认证",
         "Windows 身份认证"
     });
     this.comboBox_Verified.Location              = new System.Drawing.Point(144, 145);
     this.comboBox_Verified.Name                  = "comboBox_Verified";
     this.comboBox_Verified.Size                  = new System.Drawing.Size(232, 20);
     this.comboBox_Verified.TabIndex              = 21;
     this.comboBox_Verified.SelectedIndexChanged += new System.EventHandler(this.comboBox_Verified_SelectedIndexChanged);
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = global::Codematic.Properties.Resources.loginsql;
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(451, 81);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 23;
     this.pictureBox1.TabStop  = false;
     //
     // LoginForm
     //
     this.AcceptButton      = this.btn_Ok;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.CancelButton      = this.btn_Cancel;
     this.ClientSize        = new System.Drawing.Size(449, 339);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.chk_Simple);
     this.Controls.Add(this.comboBox_Verified);
     this.Controls.Add(this.comboBoxServerVer);
     this.Controls.Add(this.comboBoxServer);
     this.Controls.Add(this.cmbDBlist);
     this.Controls.Add(this.btn_Cancel);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.btn_Ok);
     this.Controls.Add(this.txtUser);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtPass);
     this.Controls.Add(this.btn_ConTest);
     this.Controls.Add(this.label3);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "LoginForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "连接到服务器";
     this.Load           += new System.EventHandler(this.LoginForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 7
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.btn_OK     = new WiB.Pinkie.Controls.ButtonXP();
     this.btn_Cancel = new WiB.Pinkie.Controls.ButtonXP();
     this.txtName    = new System.Windows.Forms.TextBox();
     this.label1     = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // btn_OK
     //
     this.btn_OK._Image        = null;
     this.btn_OK.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btn_OK.DefaultScheme = false;
     this.btn_OK.DialogResult  = System.Windows.Forms.DialogResult.OK;
     this.btn_OK.Image         = null;
     this.btn_OK.Location      = new System.Drawing.Point(70, 55);
     this.btn_OK.Name          = "btn_OK";
     this.btn_OK.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.btn_OK.Size          = new System.Drawing.Size(65, 25);
     this.btn_OK.TabIndex      = 50;
     this.btn_OK.Text          = "确 定";
     //
     // btn_Cancel
     //
     this.btn_Cancel._Image        = null;
     this.btn_Cancel.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btn_Cancel.DefaultScheme = false;
     this.btn_Cancel.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.btn_Cancel.Image         = null;
     this.btn_Cancel.Location      = new System.Drawing.Point(166, 55);
     this.btn_Cancel.Name          = "btn_Cancel";
     this.btn_Cancel.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.btn_Cancel.Size          = new System.Drawing.Size(65, 25);
     this.btn_Cancel.TabIndex      = 49;
     this.btn_Cancel.Text          = "取 消";
     //
     // txtName
     //
     this.txtName.Location = new System.Drawing.Point(110, 15);
     this.txtName.Name     = "txtName";
     this.txtName.Size     = new System.Drawing.Size(154, 21);
     this.txtName.TabIndex = 48;
     this.txtName.Text     = "";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(14, 17);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(79, 17);
     this.label1.TabIndex = 47;
     this.label1.Text     = "输入新名称:";
     //
     // RenameFrm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(292, 95);
     this.Controls.Add(this.btn_OK);
     this.Controls.Add(this.btn_Cancel);
     this.Controls.Add(this.txtName);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "RenameFrm";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "新名称";
     this.ResumeLayout(false);
 }
Ejemplo n.º 8
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要使用代码编辑器修改
        /// 此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.label1     = new System.Windows.Forms.Label();
            this.textBox1   = new System.Windows.Forms.TextBox();
            this.btn_OK     = new WiB.Pinkie.Controls.ButtonXP();
            this.btn_Cancel = new WiB.Pinkie.Controls.ButtonXP();
            this.SuspendLayout();
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(8, 18);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(91, 17);
            this.label1.TabIndex = 0;
            this.label1.Text     = "添加文件类型:";
            //
            // textBox1
            //
            this.textBox1.Location = new System.Drawing.Point(104, 16);
            this.textBox1.Name     = "textBox1";
            this.textBox1.Size     = new System.Drawing.Size(168, 21);
            this.textBox1.TabIndex = 1;
            this.textBox1.Text     = "";
            //
            // btn_OK
            //
            this.btn_OK._Image        = null;
            this.btn_OK.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
            this.btn_OK.DefaultScheme = false;
            this.btn_OK.DialogResult  = System.Windows.Forms.DialogResult.OK;
            this.btn_OK.Image         = null;
            this.btn_OK.Location      = new System.Drawing.Point(64, 56);
            this.btn_OK.Name          = "btn_OK";
            this.btn_OK.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
            this.btn_OK.Size          = new System.Drawing.Size(65, 25);
            this.btn_OK.TabIndex      = 46;
            this.btn_OK.Text          = "确 定";

            //
            // btn_Cancel
            //
            this.btn_Cancel._Image        = null;
            this.btn_Cancel.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
            this.btn_Cancel.DefaultScheme = false;
            this.btn_Cancel.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
            this.btn_Cancel.Image         = null;
            this.btn_Cancel.Location      = new System.Drawing.Point(160, 56);
            this.btn_Cancel.Name          = "btn_Cancel";
            this.btn_Cancel.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
            this.btn_Cancel.Size          = new System.Drawing.Size(65, 25);
            this.btn_Cancel.TabIndex      = 45;
            this.btn_Cancel.Text          = "取 消";

            //
            // ProjectExpadd
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
            this.ClientSize        = new System.Drawing.Size(292, 93);
            this.Controls.Add(this.btn_OK);
            this.Controls.Add(this.btn_Cancel);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox     = false;
            this.MinimizeBox     = false;
            this.Name            = "ProjectExpadd";
            this.ShowInTaskbar   = false;
            this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text            = "添加文件类型";
            this.ResumeLayout(false);
        }
Ejemplo n.º 9
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要使用代码编辑器修改
        /// 此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ConverteCS2VB));
            this.groupBox1       = new System.Windows.Forms.GroupBox();
            this.groupBox2       = new System.Windows.Forms.GroupBox();
            this.tabControl1     = new System.Windows.Forms.TabControl();
            this.tabPageCS       = new System.Windows.Forms.TabPage();
            this.txtCSharp       = new LTP.TextEditor.TextEditorControl();
            this.tabPageVB       = new System.Windows.Forms.TabPage();
            this.txtVB           = new LTP.TextEditor.TextEditorControl();
            this.imageList1      = new System.Windows.Forms.ImageList(this.components);
            this.statusBar1      = new System.Windows.Forms.StatusBar();
            this.statusBarPanel1 = new System.Windows.Forms.StatusBarPanel();
            this.statusBarPanel2 = new System.Windows.Forms.StatusBarPanel();
            this.btnLoad         = new WiB.Pinkie.Controls.ButtonXP();
            this.btnConvert      = new WiB.Pinkie.Controls.ButtonXP();
            this.btnSave         = new WiB.Pinkie.Controls.ButtonXP();
            this.buttonXP3       = new WiB.Pinkie.Controls.ButtonXP();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPageCS.SuspendLayout();
            this.tabPageVB.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel2)).BeginInit();
            this.SuspendLayout();
            //
            // groupBox1
            //
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.Controls.Add(this.btnLoad);
            this.groupBox1.Controls.Add(this.btnConvert);
            this.groupBox1.Controls.Add(this.btnSave);
            this.groupBox1.Controls.Add(this.buttonXP3);
            this.groupBox1.Location = new System.Drawing.Point(8, 8);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new System.Drawing.Size(688, 56);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop  = false;
            this.groupBox1.Text     = "操作";
            //
            // groupBox2
            //
            this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox2.Controls.Add(this.tabControl1);
            this.groupBox2.Location = new System.Drawing.Point(8, 72);
            this.groupBox2.Name     = "groupBox2";
            this.groupBox2.Size     = new System.Drawing.Size(688, 360);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop  = false;
            this.groupBox2.Text     = "代码";
            //
            // tabControl1
            //
            this.tabControl1.Alignment = System.Windows.Forms.TabAlignment.Bottom;
            this.tabControl1.Controls.Add(this.tabPageCS);
            this.tabControl1.Controls.Add(this.tabPageVB);
            this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.ImageList     = this.imageList1;
            this.tabControl1.Location      = new System.Drawing.Point(3, 17);
            this.tabControl1.Name          = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size          = new System.Drawing.Size(682, 340);
            this.tabControl1.TabIndex      = 0;
            //
            // tabPageCS
            //
            this.tabPageCS.Controls.Add(this.txtCSharp);
            this.tabPageCS.ImageIndex = 0;
            this.tabPageCS.Location   = new System.Drawing.Point(4, 4);
            this.tabPageCS.Name       = "tabPageCS";
            this.tabPageCS.Size       = new System.Drawing.Size(674, 311);
            this.tabPageCS.TabIndex   = 0;
            this.tabPageCS.Text       = "C#代码";
            //
            // txtCSharp
            //
            this.txtCSharp.Dock             = System.Windows.Forms.DockStyle.Fill;
            this.txtCSharp.Location         = new System.Drawing.Point(0, 0);
            this.txtCSharp.Name             = "txtCSharp";
            this.txtCSharp.Size             = new System.Drawing.Size(674, 311);
            this.txtCSharp.TabIndex         = 0;
            this.txtCSharp.Text             = "";
            this.txtCSharp.IsIconBarVisible = false;
            this.txtCSharp.ShowInvalidLines = false;
            this.txtCSharp.ShowSpaces       = false;
            this.txtCSharp.ShowTabs         = false;
            this.txtCSharp.ShowEOLMarkers   = false;
            this.txtCSharp.ShowVRuler       = false;
            this.txtCSharp.Language         = Languages.CSHARP;
            this.txtCSharp.Encoding         = System.Text.Encoding.Default;
            this.txtCSharp.Font             = new Font("新宋体", 9);


            //
            // tabPageVB
            //
            this.tabPageVB.Controls.Add(this.txtVB);
            this.tabPageVB.ImageIndex = 1;
            this.tabPageVB.Location   = new System.Drawing.Point(4, 4);
            this.tabPageVB.Name       = "tabPageVB";
            this.tabPageVB.Size       = new System.Drawing.Size(674, 311);
            this.tabPageVB.TabIndex   = 1;
            this.tabPageVB.Text       = "VB.NET代码";
            //
            // txtVB
            //
            this.txtVB.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.txtVB.Location = new System.Drawing.Point(0, 0);
            this.txtVB.Name     = "txtVB";
            this.txtVB.Size     = new System.Drawing.Size(674, 311);
            this.txtVB.TabIndex = 0;
            this.txtVB.Text     = "";

            this.txtVB.IsIconBarVisible = false;
            this.txtVB.ShowInvalidLines = false;
            this.txtVB.ShowSpaces       = false;
            this.txtVB.ShowTabs         = false;
            this.txtVB.ShowEOLMarkers   = false;
            this.txtVB.ShowVRuler       = false;
            this.txtVB.Language         = Languages.VBNET;
            this.txtVB.Encoding         = System.Text.Encoding.Default;
            this.txtVB.Font             = new Font("新宋体", 9);

            //
            // imageList1
            //
            this.imageList1.ImageSize        = new System.Drawing.Size(18, 18);
            this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            //
            // statusBar1
            //
            this.statusBar1.Location = new System.Drawing.Point(0, 432);
            this.statusBar1.Name     = "statusBar1";
            this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
                this.statusBarPanel1,
                this.statusBarPanel2
            });
            this.statusBar1.ShowPanels = true;
            this.statusBar1.Size       = new System.Drawing.Size(704, 22);
            this.statusBar1.TabIndex   = 2;
            //
            // statusBarPanel1
            //
            this.statusBarPanel1.Text  = "就绪";
            this.statusBarPanel1.Width = 200;
            //
            // statusBarPanel2
            //
            this.statusBarPanel2.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring;
            this.statusBarPanel2.Width    = 488;
            //
            // btnLoad
            //
            this.btnLoad._Image        = null;
            this.btnLoad.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(236)), ((System.Byte)(233)), ((System.Byte)(216)));
            this.btnLoad.DefaultScheme = false;
            this.btnLoad.DialogResult  = System.Windows.Forms.DialogResult.None;
            this.btnLoad.Image         = null;
            this.btnLoad.Location      = new System.Drawing.Point(120, 16);
            this.btnLoad.Name          = "btnLoad";
            this.btnLoad.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
            this.btnLoad.Size          = new System.Drawing.Size(75, 26);
            this.btnLoad.TabIndex      = 42;
            this.btnLoad.Text          = "加载文件";
            this.btnLoad.Click        += new System.EventHandler(this.btnLoad_Click);
            //
            // btnConvert
            //
            this.btnConvert._Image        = null;
            this.btnConvert.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(236)), ((System.Byte)(233)), ((System.Byte)(216)));
            this.btnConvert.DefaultScheme = false;
            this.btnConvert.DialogResult  = System.Windows.Forms.DialogResult.None;
            this.btnConvert.Image         = null;
            this.btnConvert.Location      = new System.Drawing.Point(224, 16);
            this.btnConvert.Name          = "btnConvert";
            this.btnConvert.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
            this.btnConvert.Size          = new System.Drawing.Size(75, 26);
            this.btnConvert.TabIndex      = 42;
            this.btnConvert.Text          = "立即转换";
            this.btnConvert.Click        += new System.EventHandler(this.btnConvert_Click);
            //
            // btnSave
            //
            this.btnSave._Image        = null;
            this.btnSave.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(236)), ((System.Byte)(233)), ((System.Byte)(216)));
            this.btnSave.DefaultScheme = false;
            this.btnSave.DialogResult  = System.Windows.Forms.DialogResult.None;
            this.btnSave.Image         = null;
            this.btnSave.Location      = new System.Drawing.Point(328, 16);
            this.btnSave.Name          = "btnSave";
            this.btnSave.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
            this.btnSave.Size          = new System.Drawing.Size(75, 26);
            this.btnSave.TabIndex      = 42;
            this.btnSave.Text          = "保存为...";
            this.btnSave.Click        += new System.EventHandler(this.btnSave_Click);
            //
            // buttonXP3
            //
            this.buttonXP3._Image        = null;
            this.buttonXP3.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(236)), ((System.Byte)(233)), ((System.Byte)(216)));
            this.buttonXP3.DefaultScheme = false;
            this.buttonXP3.DialogResult  = System.Windows.Forms.DialogResult.None;
            this.buttonXP3.Image         = null;
            this.buttonXP3.Location      = new System.Drawing.Point(432, 16);
            this.buttonXP3.Name          = "buttonXP3";
            this.buttonXP3.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
            this.buttonXP3.Size          = new System.Drawing.Size(75, 26);
            this.buttonXP3.TabIndex      = 42;
            this.buttonXP3.Text          = "退  出";
            this.buttonXP3.Click        += new System.EventHandler(this.btnExit_Click);
            //
            // ConvertCS2VB
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
            this.ClientSize        = new System.Drawing.Size(704, 454);
            this.Controls.Add(this.statusBar1);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name          = "ConverteCS2VB";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "转换C#代码到VB.NET";
            this.groupBox1.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.tabControl1.ResumeLayout(false);
            this.tabPageCS.ResumeLayout(false);
            this.tabPageVB.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel2)).EndInit();
            this.ResumeLayout(false);
        }
Ejemplo n.º 10
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.label1     = new System.Windows.Forms.Label();
     this.txtCaption = new System.Windows.Forms.TextBox();
     this.qcEditor   = new System.Windows.Forms.RichTextBox();
     this.btnOk      = new WiB.Pinkie.Controls.ButtonXP();
     this.btnExit    = new WiB.Pinkie.Controls.ButtonXP();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(16, 89);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(47, 12);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "标 题:";
     //
     // txtCaption
     //
     this.txtCaption.Location = new System.Drawing.Point(72, 87);
     this.txtCaption.Name     = "txtCaption";
     this.txtCaption.Size     = new System.Drawing.Size(384, 21);
     this.txtCaption.TabIndex = 2;
     //
     // qcEditor
     //
     this.qcEditor.Location = new System.Drawing.Point(8, 112);
     this.qcEditor.Name     = "qcEditor";
     this.qcEditor.Size     = new System.Drawing.Size(480, 184);
     this.qcEditor.TabIndex = 3;
     this.qcEditor.Text     = "";
     //
     // btnOk
     //
     this.btnOk._Image        = null;
     this.btnOk.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.btnOk.DefaultScheme = false;
     this.btnOk.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnOk.Image         = null;
     this.btnOk.Location      = new System.Drawing.Point(296, 306);
     this.btnOk.Name          = "btnOk";
     this.btnOk.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.btnOk.Size          = new System.Drawing.Size(75, 26);
     this.btnOk.TabIndex      = 42;
     this.btnOk.Text          = "保  存";
     this.btnOk.Click        += new System.EventHandler(this.btnOk_Click);
     //
     // btnExit
     //
     this.btnExit._Image        = null;
     this.btnExit.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.btnExit.DefaultScheme = false;
     this.btnExit.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnExit.Image         = null;
     this.btnExit.Location      = new System.Drawing.Point(392, 306);
     this.btnExit.Name          = "btnExit";
     this.btnExit.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.btnExit.Size          = new System.Drawing.Size(75, 26);
     this.btnExit.TabIndex      = 42;
     this.btnExit.Text          = "取  消";
     this.btnExit.Click        += new System.EventHandler(this.btnExit_Click);
     //
     // FrmAddToSnippet
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.BackgroundImage   = global::Codematic.Properties.Resources.about3;
     this.ClientSize        = new System.Drawing.Size(498, 344);
     this.Controls.Add(this.btnOk);
     this.Controls.Add(this.qcEditor);
     this.Controls.Add(this.txtCaption);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnExit);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FrmAddToSnippet";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "脚本片段管理";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 11
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.btnOk                = new WiB.Pinkie.Controls.ButtonXP();
     this.btn_Exit             = new WiB.Pinkie.Controls.ButtonXP();
     this.groupBox4            = new System.Windows.Forms.GroupBox();
     this.radbtn_dbtype_Oracle = new System.Windows.Forms.RadioButton();
     this.radbtn_dbtype_SQL    = new System.Windows.Forms.RadioButton();
     this.radbtn_dbtype_Access = new System.Windows.Forms.RadioButton();
     this.groupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // btnOk
     //
     this.btnOk._Image        = null;
     this.btnOk.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(236)), ((System.Byte)(233)), ((System.Byte)(216)));
     this.btnOk.DefaultScheme = false;
     this.btnOk.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnOk.Image         = null;
     this.btnOk.Location      = new System.Drawing.Point(112, 176);
     this.btnOk.Name          = "btnOk";
     this.btnOk.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.btnOk.Size          = new System.Drawing.Size(75, 26);
     this.btnOk.TabIndex      = 44;
     this.btnOk.Text          = "确  定";
     this.btnOk.Click        += new System.EventHandler(this.btnOk_Click);
     //
     // btn_Exit
     //
     this.btn_Exit._Image        = null;
     this.btn_Exit.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(236)), ((System.Byte)(233)), ((System.Byte)(216)));
     this.btn_Exit.DefaultScheme = false;
     this.btn_Exit.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btn_Exit.Image         = null;
     this.btn_Exit.Location      = new System.Drawing.Point(200, 176);
     this.btn_Exit.Name          = "btn_Exit";
     this.btn_Exit.Scheme        = WiB.Pinkie.Controls.ButtonXP.Schemes.Blue;
     this.btn_Exit.Size          = new System.Drawing.Size(75, 26);
     this.btn_Exit.TabIndex      = 43;
     this.btn_Exit.Text          = "取  消";
     this.btn_Exit.Click        += new System.EventHandler(this.btn_Exit_Click);
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.radbtn_dbtype_Oracle);
     this.groupBox4.Controls.Add(this.radbtn_dbtype_SQL);
     this.groupBox4.Controls.Add(this.radbtn_dbtype_Access);
     this.groupBox4.Location = new System.Drawing.Point(8, 8);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(280, 144);
     this.groupBox4.TabIndex = 47;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "选择数据源类型";
     //
     // radbtn_dbtype_Oracle
     //
     this.radbtn_dbtype_Oracle.Location = new System.Drawing.Point(24, 64);
     this.radbtn_dbtype_Oracle.Name     = "radbtn_dbtype_Oracle";
     this.radbtn_dbtype_Oracle.TabIndex = 1;
     this.radbtn_dbtype_Oracle.Text     = " Oracle";
     //
     // radbtn_dbtype_SQL
     //
     this.radbtn_dbtype_SQL.Checked  = true;
     this.radbtn_dbtype_SQL.Location = new System.Drawing.Point(24, 32);
     this.radbtn_dbtype_SQL.Name     = "radbtn_dbtype_SQL";
     this.radbtn_dbtype_SQL.Size     = new System.Drawing.Size(160, 24);
     this.radbtn_dbtype_SQL.TabIndex = 0;
     this.radbtn_dbtype_SQL.TabStop  = true;
     this.radbtn_dbtype_SQL.Text     = " SQL Server ";
     //
     // radbtn_dbtype_Access
     //
     this.radbtn_dbtype_Access.Location = new System.Drawing.Point(24, 96);
     this.radbtn_dbtype_Access.Name     = "radbtn_dbtype_Access";
     this.radbtn_dbtype_Access.TabIndex = 1;
     this.radbtn_dbtype_Access.Text     = " OleDb";
     //
     // DbOption
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(292, 215);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.btnOk);
     this.Controls.Add(this.btn_Exit);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "DbOption";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "数据源设置";
     this.Load           += new System.EventHandler(this.DbOption_Load);
     this.groupBox4.ResumeLayout(false);
     this.ResumeLayout(false);
 }