namespace WorldGIS { partial class FrmConnectServer { /// <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.groupBox1 = new System.Windows.Forms.GroupBox(); this.cbbRecordServerConfig = new System.Windows.Forms.CheckBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.buttonCancel = new System.Windows.Forms.Button(); this.buttonOk = new System.Windows.Forms.Button(); this.textBoxPsw = new System.Windows.Forms.TextBox(); this.textBoxUser = new System.Windows.Forms.TextBox(); this.textBoxPort = new System.Windows.Forms.TextBox(); this.textBoxIP = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Location = new System.Drawing.Point(16, 151); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(230, 11); this.groupBox1.TabIndex = 23; this.groupBox1.TabStop = false; // // cbbRecordServerConfig // this.cbbRecordServerConfig.AutoSize = true; this.cbbRecordServerConfig.Location = new System.Drawing.Point(160, 132); this.cbbRecordServerConfig.Name = "cbbRecordServerConfig"; this.cbbRecordServerConfig.Size = new System.Drawing.Size(72, 16); this.cbbRecordServerConfig.TabIndex = 5; this.cbbRecordServerConfig.Text = "记住配置"; this.cbbRecordServerConfig.UseVisualStyleBackColor = true; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(27, 100); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(41, 12); this.label4.TabIndex = 21; this.label4.Text = "密码:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(27, 73); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 20; this.label3.Text = "用户名:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(27, 46); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 12); this.label2.TabIndex = 19; this.label2.Text = "端口:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(27, 19); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 18; this.label1.Text = "IP地址:"; // // buttonCancel // this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.Location = new System.Drawing.Point(178, 168); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(49, 23); this.buttonCancel.TabIndex = 7; this.buttonCancel.Text = "取消"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // buttonOk // this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK; this.buttonOk.Location = new System.Drawing.Point(104, 168); this.buttonOk.Name = "buttonOk"; this.buttonOk.Size = new System.Drawing.Size(46, 23); this.buttonOk.TabIndex = 6; this.buttonOk.Text = "确定"; this.buttonOk.UseVisualStyleBackColor = true; this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click); // // textBoxPsw // this.textBoxPsw.Location = new System.Drawing.Point(86, 97); this.textBoxPsw.Name = "textBoxPsw"; this.textBoxPsw.Size = new System.Drawing.Size(141, 21); this.textBoxPsw.TabIndex = 4; this.textBoxPsw.UseSystemPasswordChar = true; // // textBoxUser // this.textBoxUser.Location = new System.Drawing.Point(86, 70); this.textBoxUser.Name = "textBoxUser"; this.textBoxUser.Size = new System.Drawing.Size(141, 21); this.textBoxUser.TabIndex = 3; // // textBoxPort // this.textBoxPort.Location = new System.Drawing.Point(86, 43); this.textBoxPort.Name = "textBoxPort"; this.textBoxPort.Size = new System.Drawing.Size(141, 21); this.textBoxPort.TabIndex = 2; // // textBoxIP // this.textBoxIP.Location = new System.Drawing.Point(86, 16); this.textBoxIP.Name = "textBoxIP"; this.textBoxIP.Size = new System.Drawing.Size(141, 21); this.textBoxIP.TabIndex = 1; // // FrmConnectServer // this.AcceptButton = this.buttonOk; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.buttonCancel; this.ClientSize = new System.Drawing.Size(252, 204); this.Controls.Add(this.groupBox1); this.Controls.Add(this.cbbRecordServerConfig); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonOk); this.Controls.Add(this.textBoxPsw); this.Controls.Add(this.textBoxUser); this.Controls.Add(this.textBoxPort); this.Controls.Add(this.textBoxIP); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "FrmConnectServer"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "连接服务器"; this.Load += new System.EventHandler(this.FrmConnectServer_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.CheckBox cbbRecordServerConfig; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.Button buttonOk; private System.Windows.Forms.TextBox textBoxPsw; private System.Windows.Forms.TextBox textBoxUser; private System.Windows.Forms.TextBox textBoxPort; private System.Windows.Forms.TextBox textBoxIP; } }