namespace WorldGIS { partial class FrmDatabaseParaSettingSqlServer { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.buttonNo = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.cbbRecordDatabaseConfig = new System.Windows.Forms.CheckBox(); this.buttonOk = new System.Windows.Forms.Button(); this.textBoxPassword = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.textBoxUser = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.textBoxDatabase = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.textBoxIP = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // buttonNo // this.buttonNo.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonNo.Location = new System.Drawing.Point(174, 170); this.buttonNo.Name = "buttonNo"; this.buttonNo.Size = new System.Drawing.Size(51, 23); this.buttonNo.TabIndex = 7; this.buttonNo.Text = "取消"; this.buttonNo.UseVisualStyleBackColor = true; this.buttonNo.Click += new System.EventHandler(this.buttonNo_Click); // // groupBox1 // this.groupBox1.Location = new System.Drawing.Point(19, 150); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(225, 11); this.groupBox1.TabIndex = 19; this.groupBox1.TabStop = false; // // cbbRecordDatabaseConfig // this.cbbRecordDatabaseConfig.AutoSize = true; this.cbbRecordDatabaseConfig.Location = new System.Drawing.Point(153, 129); this.cbbRecordDatabaseConfig.Name = "cbbRecordDatabaseConfig"; this.cbbRecordDatabaseConfig.Size = new System.Drawing.Size(72, 16); this.cbbRecordDatabaseConfig.TabIndex = 5; this.cbbRecordDatabaseConfig.Text = "记住配置"; this.cbbRecordDatabaseConfig.UseVisualStyleBackColor = true; // // buttonOk // this.buttonOk.Location = new System.Drawing.Point(95, 170); this.buttonOk.Name = "buttonOk"; this.buttonOk.Size = new System.Drawing.Size(56, 23); this.buttonOk.TabIndex = 6; this.buttonOk.Text = "确定"; this.buttonOk.UseVisualStyleBackColor = true; this.buttonOk.Click += new System.EventHandler(this.button1_Click); // // textBoxPassword // this.textBoxPassword.Location = new System.Drawing.Point(95, 100); this.textBoxPassword.Name = "textBoxPassword"; this.textBoxPassword.PasswordChar = '*'; this.textBoxPassword.Size = new System.Drawing.Size(131, 21); this.textBoxPassword.TabIndex = 4; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(34, 103); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(41, 12); this.label4.TabIndex = 12; this.label4.Text = "密码:"; // // textBoxUser // this.textBoxUser.Location = new System.Drawing.Point(95, 73); this.textBoxUser.Name = "textBoxUser"; this.textBoxUser.Size = new System.Drawing.Size(131, 21); this.textBoxUser.TabIndex = 3; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(34, 76); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 10; this.label3.Text = "用户名:"; // // textBoxDatabase // this.textBoxDatabase.Location = new System.Drawing.Point(95, 46); this.textBoxDatabase.Name = "textBoxDatabase"; this.textBoxDatabase.Size = new System.Drawing.Size(131, 21); this.textBoxDatabase.TabIndex = 2; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(34, 49); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 11; this.label2.Text = "数据库:"; // // textBoxIP // this.textBoxIP.Location = new System.Drawing.Point(95, 19); this.textBoxIP.Name = "textBoxIP"; this.textBoxIP.Size = new System.Drawing.Size(131, 21); this.textBoxIP.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(34, 22); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 9; this.label1.Text = "服务器:"; // // FrmDatabaseParaSettingSqlServer // this.AcceptButton = this.buttonOk; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.buttonNo; this.ClientSize = new System.Drawing.Size(260, 206); this.Controls.Add(this.buttonNo); this.Controls.Add(this.groupBox1); this.Controls.Add(this.cbbRecordDatabaseConfig); this.Controls.Add(this.buttonOk); this.Controls.Add(this.textBoxPassword); this.Controls.Add(this.label4); this.Controls.Add(this.textBoxUser); this.Controls.Add(this.label3); this.Controls.Add(this.textBoxDatabase); this.Controls.Add(this.label2); this.Controls.Add(this.textBoxIP); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "FrmDatabaseParaSettingSqlServer"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "SQL Server连接参数"; this.Load += new System.EventHandler(this.FrmDatabaseParaSetting_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button buttonNo; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.CheckBox cbbRecordDatabaseConfig; private System.Windows.Forms.Button buttonOk; private System.Windows.Forms.TextBox textBoxPassword; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox textBoxUser; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBoxDatabase; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBoxIP; private System.Windows.Forms.Label label1; } }