namespace Lskj.GetSecretKey
{
partial class FrmMain
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtDBName = new DevExpress.XtraEditors.TextEdit();
this.txtServerName = new DevExpress.XtraEditors.TextEdit();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.setPanel = new System.Windows.Forms.Panel();
this.LoginPwd = new DevExpress.XtraEditors.TextEdit();
this.LoginName = new DevExpress.XtraEditors.TextEdit();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.txtDays = new DevExpress.XtraEditors.TextEdit();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.btnExit = new DevExpress.XtraEditors.SimpleButton();
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
this.btnConnect = new DevExpress.XtraEditors.SimpleButton();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtDBName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtServerName.Properties)).BeginInit();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.LoginPwd.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.LoginName.Properties)).BeginInit();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtDays.Properties)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.Color.Transparent;
this.groupBox1.Controls.Add(this.txtDBName);
this.groupBox1.Controls.Add(this.txtServerName);
this.groupBox1.Controls.Add(this.labelControl2);
this.groupBox1.Controls.Add(this.labelControl1);
this.groupBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox1.ForeColor = System.Drawing.Color.Blue;
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(386, 121);
this.groupBox1.TabIndex = 15;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "设置服务器端口";
//
// txtDBName
//
this.txtDBName.Location = new System.Drawing.Point(113, 71);
this.txtDBName.Name = "txtDBName";
this.txtDBName.Properties.Appearance.Font = new System.Drawing.Font("宋体", 12F);
this.txtDBName.Properties.Appearance.Options.UseFont = true;
this.txtDBName.Size = new System.Drawing.Size(215, 26);
this.txtDBName.TabIndex = 1;
//
// txtServerName
//
this.txtServerName.Location = new System.Drawing.Point(113, 30);
this.txtServerName.Name = "txtServerName";
this.txtServerName.Properties.Appearance.Font = new System.Drawing.Font("宋体", 12F);
this.txtServerName.Properties.Appearance.Options.UseFont = true;
this.txtServerName.Size = new System.Drawing.Size(215, 26);
this.txtServerName.TabIndex = 0;
//
// labelControl2
//
this.labelControl2.Appearance.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Black;
this.labelControl2.Location = new System.Drawing.Point(19, 74);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(110, 20);
this.labelControl2.TabIndex = 19;
this.labelControl2.Text = "数据库名称:";
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
this.labelControl1.Location = new System.Drawing.Point(19, 33);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(110, 20);
this.labelControl1.TabIndex = 18;
this.labelControl1.Text = "数据库地址:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.setPanel);
this.groupBox2.Controls.Add(this.LoginPwd);
this.groupBox2.Controls.Add(this.LoginName);
this.groupBox2.Controls.Add(this.labelControl3);
this.groupBox2.Controls.Add(this.labelControl4);
this.groupBox2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox2.ForeColor = System.Drawing.Color.Blue;
this.groupBox2.Location = new System.Drawing.Point(12, 203);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(386, 120);
this.groupBox2.TabIndex = 17;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "数据库登录设置";
//
// setPanel
//
this.setPanel.BackgroundImage = global::Lskj.GetSecretKey.Properties.Resources.修改密码;
this.setPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.setPanel.Location = new System.Drawing.Point(344, 53);
this.setPanel.Name = "setPanel";
this.setPanel.Size = new System.Drawing.Size(32, 32);
this.setPanel.TabIndex = 24;
//
// LoginPwd
//
this.LoginPwd.Location = new System.Drawing.Point(113, 80);
this.LoginPwd.Name = "LoginPwd";
this.LoginPwd.Properties.Appearance.Font = new System.Drawing.Font("宋体", 12F);
this.LoginPwd.Properties.Appearance.Options.UseFont = true;
this.LoginPwd.Size = new System.Drawing.Size(215, 26);
this.LoginPwd.TabIndex = 4;
//
// LoginName
//
this.LoginName.Location = new System.Drawing.Point(113, 39);
this.LoginName.Name = "LoginName";
this.LoginName.Properties.Appearance.Font = new System.Drawing.Font("宋体", 12F);
this.LoginName.Properties.Appearance.Options.UseFont = true;
this.LoginName.Size = new System.Drawing.Size(215, 26);
this.LoginName.TabIndex = 3;
//
// labelControl3
//
this.labelControl3.Appearance.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Black;
this.labelControl3.Location = new System.Drawing.Point(67, 83);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(50, 20);
this.labelControl3.TabIndex = 22;
this.labelControl3.Text = "密码:";
//
// labelControl4
//
this.labelControl4.Appearance.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Black;
this.labelControl4.Location = new System.Drawing.Point(51, 42);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(70, 20);
this.labelControl4.TabIndex = 21;
this.labelControl4.Text = "登录名:";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.txtDays);
this.groupBox3.Controls.Add(this.labelControl5);
this.groupBox3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox3.ForeColor = System.Drawing.Color.Blue;
this.groupBox3.Location = new System.Drawing.Point(12, 139);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(386, 58);
this.groupBox3.TabIndex = 16;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "其它设置";
//
// txtDays
//
this.txtDays.Location = new System.Drawing.Point(113, 22);
this.txtDays.Name = "txtDays";
this.txtDays.Properties.Appearance.Font = new System.Drawing.Font("宋体", 12F);
this.txtDays.Properties.Appearance.Options.UseFont = true;
this.txtDays.Size = new System.Drawing.Size(215, 26);
this.txtDays.TabIndex = 2;
//
// labelControl5
//
this.labelControl5.Appearance.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Black;
this.labelControl5.Location = new System.Drawing.Point(35, 25);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(90, 20);
this.labelControl5.TabIndex = 20;
this.labelControl5.Text = "使用天数:";
//
// btnExit
//
this.btnExit.Appearance.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnExit.Appearance.Options.UseFont = true;
this.btnExit.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnExit.Location = new System.Drawing.Point(331, 329);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(70, 27);
this.btnExit.TabIndex = 13;
this.btnExit.Text = "退出";
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btnSave
//
this.btnSave.Appearance.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSave.Appearance.Options.UseFont = true;
this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnSave.Location = new System.Drawing.Point(244, 329);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(70, 27);
this.btnSave.TabIndex = 12;
this.btnSave.Text = "保存配置";
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnConnect
//
this.btnConnect.Appearance.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnConnect.Appearance.Options.UseFont = true;
this.btnConnect.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnConnect.Location = new System.Drawing.Point(155, 329);
this.btnConnect.Name = "btnConnect";
this.btnConnect.Size = new System.Drawing.Size(70, 27);
this.btnConnect.TabIndex = 11;
this.btnConnect.Text = "测试连接";
this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
//
// FrmMain
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(413, 365);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.btnConnect);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "FrmMain";
this.Text = "生成秘钥工具";
this.Load += new System.EventHandler(this.FrmMain_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtDBName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtServerName.Properties)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.LoginPwd.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.LoginName.Properties)).EndInit();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtDays.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private DevExpress.XtraEditors.TextEdit txtServerName;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl labelControl1;
private System.Windows.Forms.GroupBox groupBox2;
private DevExpress.XtraEditors.TextEdit txtDBName;
private DevExpress.XtraEditors.TextEdit LoginPwd;
private DevExpress.XtraEditors.TextEdit LoginName;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.LabelControl labelControl4;
private System.Windows.Forms.GroupBox groupBox3;
private DevExpress.XtraEditors.TextEdit txtDays;
private DevExpress.XtraEditors.LabelControl labelControl5;
private DevExpress.XtraEditors.SimpleButton btnExit;
private DevExpress.XtraEditors.SimpleButton btnSave;
private DevExpress.XtraEditors.SimpleButton btnConnect;
private System.Windows.Forms.Panel setPanel;
}
}