namespace Tiobon.Core.OPS.Tool.OPS.Tool.View { partial class Frm_AddConfig { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_AddConfig)); this.rad_Windows = new System.Windows.Forms.RadioButton(); this.rad_linux = new System.Windows.Forms.RadioButton(); this.label3 = new System.Windows.Forms.Label(); this.txt_ip = new System.Windows.Forms.TextBox(); this.txt_port = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txt_user = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txt_pwd = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.txt_supwd = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.label12 = new System.Windows.Forms.Label(); this.txt_name = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.txt_dbuser = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.txt_dbpwd = new System.Windows.Forms.TextBox(); this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); this.txt_dbport = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.CouldDbAddresLabel = new System.Windows.Forms.Label(); this.txt_cloud_db_value = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // rad_Windows // this.rad_Windows.AutoSize = true; this.rad_Windows.Location = new System.Drawing.Point(11, 17); this.rad_Windows.Margin = new System.Windows.Forms.Padding(2); this.rad_Windows.Name = "rad_Windows"; this.rad_Windows.Size = new System.Drawing.Size(59, 16); this.rad_Windows.TabIndex = 0; this.rad_Windows.Text = "Windws"; this.rad_Windows.UseVisualStyleBackColor = true; this.rad_Windows.CheckedChanged += new System.EventHandler(this.Rad_Windows_CheckedChanged); // // rad_linux // this.rad_linux.AutoSize = true; this.rad_linux.Checked = true; this.rad_linux.Location = new System.Drawing.Point(94, 17); this.rad_linux.Margin = new System.Windows.Forms.Padding(2); this.rad_linux.Name = "rad_linux"; this.rad_linux.Size = new System.Drawing.Size(53, 16); this.rad_linux.TabIndex = 1; this.rad_linux.TabStop = true; this.rad_linux.Text = "Linux"; this.rad_linux.UseVisualStyleBackColor = true; this.rad_linux.CheckedChanged += new System.EventHandler(this.Rad_linux_CheckedChanged); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(9, 55); this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(29, 12); this.label3.TabIndex = 9999; this.label3.Text = "IP:"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // txt_ip // this.txt_ip.Location = new System.Drawing.Point(70, 51); this.txt_ip.Margin = new System.Windows.Forms.Padding(2); this.txt_ip.Name = "txt_ip"; this.txt_ip.Size = new System.Drawing.Size(101, 21); this.txt_ip.TabIndex = 3; this.txt_ip.Text = "192.168.8.88"; // // txt_port // this.txt_port.Location = new System.Drawing.Point(70, 88); this.txt_port.Margin = new System.Windows.Forms.Padding(2); this.txt_port.Name = "txt_port"; this.txt_port.Size = new System.Drawing.Size(101, 21); this.txt_port.TabIndex = 4; this.txt_port.Text = "22"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(9, 90); this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(41, 12); this.label4.TabIndex = 8; this.label4.Text = "端口:"; this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // txt_user // this.txt_user.Location = new System.Drawing.Point(70, 126); this.txt_user.Margin = new System.Windows.Forms.Padding(2); this.txt_user.Name = "txt_user"; this.txt_user.Size = new System.Drawing.Size(101, 21); this.txt_user.TabIndex = 5; this.txt_user.Text = "admin"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(9, 128); this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 12); this.label5.TabIndex = 10; this.label5.Text = "用户名:"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // txt_pwd // this.txt_pwd.Location = new System.Drawing.Point(70, 162); this.txt_pwd.Margin = new System.Windows.Forms.Padding(2); this.txt_pwd.Name = "txt_pwd"; this.txt_pwd.PasswordChar = '*'; this.txt_pwd.Size = new System.Drawing.Size(101, 21); this.txt_pwd.TabIndex = 6; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(9, 168); this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(41, 12); this.label6.TabIndex = 12; this.label6.Text = "密码:"; this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // txt_supwd // this.txt_supwd.Location = new System.Drawing.Point(70, 205); this.txt_supwd.Margin = new System.Windows.Forms.Padding(2); this.txt_supwd.Name = "txt_supwd"; this.txt_supwd.PasswordChar = '*'; this.txt_supwd.Size = new System.Drawing.Size(101, 21); this.txt_supwd.TabIndex = 7; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(9, 208); this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(53, 12); this.label11.TabIndex = 22; this.label11.Text = "su密码:"; this.label11.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // button1 // this.button1.BackColor = System.Drawing.Color.Transparent; this.button1.Location = new System.Drawing.Point(60, 296); this.button1.Margin = new System.Windows.Forms.Padding(2); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(76, 30); this.button1.TabIndex = 15; this.button1.Text = "保存"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.Button1_Click); // // button2 // this.button2.BackColor = System.Drawing.Color.Transparent; this.button2.Location = new System.Drawing.Point(222, 296); this.button2.Margin = new System.Windows.Forms.Padding(2); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(71, 30); this.button2.TabIndex = 16; this.button2.Text = "返回"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.Button2_Click); // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(195, 54); this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(65, 12); this.label12.TabIndex = 26; this.label12.Text = "配置名称:"; this.label12.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // txt_name // this.txt_name.Location = new System.Drawing.Point(266, 49); this.txt_name.Margin = new System.Windows.Forms.Padding(2); this.txt_name.Name = "txt_name"; this.txt_name.Size = new System.Drawing.Size(101, 21); this.txt_name.TabIndex = 8; this.txt_name.Text = "XX项目"; // // label9 // this.label9.AutoSize = true; this.label9.Enabled = false; this.label9.Location = new System.Drawing.Point(194, 90); this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(77, 12); this.label9.TabIndex = 14; this.label9.Text = "数据库用户:"; this.label9.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // txt_dbuser // this.txt_dbuser.Enabled = false; this.txt_dbuser.Location = new System.Drawing.Point(266, 87); this.txt_dbuser.Margin = new System.Windows.Forms.Padding(2); this.txt_dbuser.Name = "txt_dbuser"; this.txt_dbuser.Size = new System.Drawing.Size(101, 21); this.txt_dbuser.TabIndex = 12; this.txt_dbuser.Text = "eu_cloudcompare"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(194, 128); this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(77, 12); this.label8.TabIndex = 16; this.label8.Text = "数据库密码:"; this.label8.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // txt_dbpwd // this.txt_dbpwd.Location = new System.Drawing.Point(266, 125); this.txt_dbpwd.Margin = new System.Windows.Forms.Padding(2); this.txt_dbpwd.Name = "txt_dbpwd"; this.txt_dbpwd.PasswordChar = '*'; this.txt_dbpwd.Size = new System.Drawing.Size(101, 21); this.txt_dbpwd.TabIndex = 13; this.txt_dbpwd.Text = "eu_cloud#123"; // // txt_dbport // this.txt_dbport.Location = new System.Drawing.Point(267, 165); this.txt_dbport.Margin = new System.Windows.Forms.Padding(2); this.txt_dbport.Name = "txt_dbport"; this.txt_dbport.Size = new System.Drawing.Size(101, 21); this.txt_dbport.TabIndex = 10002; this.txt_dbport.Text = "60090"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(195, 168); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(77, 12); this.label1.TabIndex = 10003; this.label1.Text = "数据库端口:"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // CouldDbAddresLabel // this.CouldDbAddresLabel.AutoSize = true; this.CouldDbAddresLabel.Location = new System.Drawing.Point(13, 257); this.CouldDbAddresLabel.Name = "CouldDbAddresLabel"; this.CouldDbAddresLabel.Size = new System.Drawing.Size(65, 12); this.CouldDbAddresLabel.TabIndex = 10005; this.CouldDbAddresLabel.Text = "webapi地址"; this.CouldDbAddresLabel.Click += new System.EventHandler(this.CouldDbAddresLabel_Click); // // txt_cloud_db_value // this.txt_cloud_db_value.Location = new System.Drawing.Point(107, 254); this.txt_cloud_db_value.Name = "txt_cloud_db_value"; this.txt_cloud_db_value.Size = new System.Drawing.Size(260, 21); this.txt_cloud_db_value.TabIndex = 10006; // // Frm_AddConfig // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(387, 346); this.Controls.Add(this.txt_cloud_db_value); this.Controls.Add(this.CouldDbAddresLabel); this.Controls.Add(this.txt_dbport); this.Controls.Add(this.label1); this.Controls.Add(this.txt_name); this.Controls.Add(this.label12); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.txt_supwd); this.Controls.Add(this.label11); this.Controls.Add(this.txt_dbpwd); this.Controls.Add(this.label8); this.Controls.Add(this.txt_dbuser); this.Controls.Add(this.label9); this.Controls.Add(this.txt_pwd); this.Controls.Add(this.label6); this.Controls.Add(this.txt_user); this.Controls.Add(this.label5); this.Controls.Add(this.txt_port); this.Controls.Add(this.label4); this.Controls.Add(this.txt_ip); this.Controls.Add(this.label3); this.Controls.Add(this.rad_linux); this.Controls.Add(this.rad_Windows); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(2); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(403, 385); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(403, 285); this.Name = "Frm_AddConfig"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "添加配置"; this.Load += new System.EventHandler(this.Frm_AddConfig_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.RadioButton rad_Windows; private System.Windows.Forms.RadioButton rad_linux; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txt_ip; private System.Windows.Forms.TextBox txt_port; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txt_user; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txt_pwd; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txt_supwd; private System.Windows.Forms.Label label11; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Label label12; private System.Windows.Forms.TextBox txt_name; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox txt_dbuser; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox txt_dbpwd; private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1; private System.Windows.Forms.TextBox txt_dbport; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label CouldDbAddresLabel; private System.Windows.Forms.TextBox txt_cloud_db_value; } }