namespace JY.Inspection.Frm { partial class FrmDBbaseSet { /// /// 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(FrmDBbaseSet)); this.btnSave = new MetroFramework.Controls.MetroButton(); this.txtDBIP = new MetroFramework.Controls.MetroTextBox(); this.metroLabel1 = new MetroFramework.Controls.MetroLabel(); this.btnExit = new MetroFramework.Controls.MetroButton(); this.metroLabel2 = new MetroFramework.Controls.MetroLabel(); this.txtDBName = new MetroFramework.Controls.MetroTextBox(); this.metroLabel3 = new MetroFramework.Controls.MetroLabel(); this.txtDBUser = new MetroFramework.Controls.MetroTextBox(); this.metroLabel4 = new MetroFramework.Controls.MetroLabel(); this.txtDBPwd = new MetroFramework.Controls.MetroTextBox(); this.SuspendLayout(); // // btnSave // this.btnSave.Location = new System.Drawing.Point(87, 331); this.btnSave.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(149, 46); this.btnSave.TabIndex = 0; this.btnSave.Text = "保存"; this.btnSave.UseSelectable = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // txtDBIP // // // // this.txtDBIP.CustomButton.Image = null; this.txtDBIP.CustomButton.Location = new System.Drawing.Point(273, 1); this.txtDBIP.CustomButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtDBIP.CustomButton.Name = ""; this.txtDBIP.CustomButton.Size = new System.Drawing.Size(36, 34); this.txtDBIP.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.txtDBIP.CustomButton.TabIndex = 1; this.txtDBIP.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.txtDBIP.CustomButton.UseSelectable = true; this.txtDBIP.CustomButton.Visible = false; this.txtDBIP.Lines = new string[0]; this.txtDBIP.Location = new System.Drawing.Point(204, 95); this.txtDBIP.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtDBIP.MaxLength = 32767; this.txtDBIP.Name = "txtDBIP"; this.txtDBIP.PasswordChar = '\0'; this.txtDBIP.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtDBIP.SelectedText = ""; this.txtDBIP.SelectionLength = 0; this.txtDBIP.SelectionStart = 0; this.txtDBIP.ShortcutsEnabled = true; this.txtDBIP.Size = new System.Drawing.Size(233, 29); this.txtDBIP.TabIndex = 1; this.txtDBIP.UseSelectable = true; this.txtDBIP.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.txtDBIP.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); // // metroLabel1 // this.metroLabel1.AutoSize = true; this.metroLabel1.Location = new System.Drawing.Point(75, 95); this.metroLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.metroLabel1.Name = "metroLabel1"; this.metroLabel1.Size = new System.Drawing.Size(99, 20); this.metroLabel1.TabIndex = 2; this.metroLabel1.Text = "数据库地址:"; // // btnExit // this.btnExit.Location = new System.Drawing.Point(300, 331); this.btnExit.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(137, 46); this.btnExit.TabIndex = 3; this.btnExit.Text = "退出"; this.btnExit.UseSelectable = true; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // metroLabel2 // this.metroLabel2.AutoSize = true; this.metroLabel2.Location = new System.Drawing.Point(75, 150); this.metroLabel2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.metroLabel2.Name = "metroLabel2"; this.metroLabel2.Size = new System.Drawing.Size(99, 20); this.metroLabel2.TabIndex = 5; this.metroLabel2.Text = "数据库名称:"; // // txtDBName // // // // this.txtDBName.CustomButton.Image = null; this.txtDBName.CustomButton.Location = new System.Drawing.Point(273, 1); this.txtDBName.CustomButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtDBName.CustomButton.Name = ""; this.txtDBName.CustomButton.Size = new System.Drawing.Size(36, 34); this.txtDBName.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.txtDBName.CustomButton.TabIndex = 1; this.txtDBName.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.txtDBName.CustomButton.UseSelectable = true; this.txtDBName.CustomButton.Visible = false; this.txtDBName.Lines = new string[0]; this.txtDBName.Location = new System.Drawing.Point(204, 150); this.txtDBName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtDBName.MaxLength = 32767; this.txtDBName.Name = "txtDBName"; this.txtDBName.PasswordChar = '\0'; this.txtDBName.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtDBName.SelectedText = ""; this.txtDBName.SelectionLength = 0; this.txtDBName.SelectionStart = 0; this.txtDBName.ShortcutsEnabled = true; this.txtDBName.Size = new System.Drawing.Size(233, 29); this.txtDBName.TabIndex = 4; this.txtDBName.UseSelectable = true; this.txtDBName.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.txtDBName.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); // // metroLabel3 // this.metroLabel3.AutoSize = true; this.metroLabel3.Location = new System.Drawing.Point(75, 206); this.metroLabel3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.metroLabel3.Name = "metroLabel3"; this.metroLabel3.Size = new System.Drawing.Size(99, 20); this.metroLabel3.TabIndex = 7; this.metroLabel3.Text = "数据库用户:"; // // txtDBUser // // // // this.txtDBUser.CustomButton.Image = null; this.txtDBUser.CustomButton.Location = new System.Drawing.Point(273, 1); this.txtDBUser.CustomButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtDBUser.CustomButton.Name = ""; this.txtDBUser.CustomButton.Size = new System.Drawing.Size(36, 34); this.txtDBUser.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.txtDBUser.CustomButton.TabIndex = 1; this.txtDBUser.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.txtDBUser.CustomButton.UseSelectable = true; this.txtDBUser.CustomButton.Visible = false; this.txtDBUser.Lines = new string[0]; this.txtDBUser.Location = new System.Drawing.Point(204, 206); this.txtDBUser.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtDBUser.MaxLength = 32767; this.txtDBUser.Name = "txtDBUser"; this.txtDBUser.PasswordChar = '\0'; this.txtDBUser.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtDBUser.SelectedText = ""; this.txtDBUser.SelectionLength = 0; this.txtDBUser.SelectionStart = 0; this.txtDBUser.ShortcutsEnabled = true; this.txtDBUser.Size = new System.Drawing.Size(233, 29); this.txtDBUser.TabIndex = 6; this.txtDBUser.UseSelectable = true; this.txtDBUser.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.txtDBUser.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); // // metroLabel4 // this.metroLabel4.AutoSize = true; this.metroLabel4.Location = new System.Drawing.Point(75, 259); this.metroLabel4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.metroLabel4.Name = "metroLabel4"; this.metroLabel4.Size = new System.Drawing.Size(99, 20); this.metroLabel4.TabIndex = 9; this.metroLabel4.Text = "数据库密码:"; // // txtDBPwd // // // // this.txtDBPwd.CustomButton.Image = null; this.txtDBPwd.CustomButton.Location = new System.Drawing.Point(273, 1); this.txtDBPwd.CustomButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtDBPwd.CustomButton.Name = ""; this.txtDBPwd.CustomButton.Size = new System.Drawing.Size(36, 34); this.txtDBPwd.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.txtDBPwd.CustomButton.TabIndex = 1; this.txtDBPwd.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.txtDBPwd.CustomButton.UseSelectable = true; this.txtDBPwd.CustomButton.Visible = false; this.txtDBPwd.Lines = new string[0]; this.txtDBPwd.Location = new System.Drawing.Point(204, 259); this.txtDBPwd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtDBPwd.MaxLength = 32767; this.txtDBPwd.Name = "txtDBPwd"; this.txtDBPwd.PasswordChar = '\0'; this.txtDBPwd.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtDBPwd.SelectedText = ""; this.txtDBPwd.SelectionLength = 0; this.txtDBPwd.SelectionStart = 0; this.txtDBPwd.ShortcutsEnabled = true; this.txtDBPwd.Size = new System.Drawing.Size(233, 29); this.txtDBPwd.TabIndex = 8; this.txtDBPwd.UseSelectable = true; this.txtDBPwd.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.txtDBPwd.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); // // FrmDBbaseSet // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(497, 420); this.Controls.Add(this.metroLabel4); this.Controls.Add(this.txtDBPwd); this.Controls.Add(this.metroLabel3); this.Controls.Add(this.txtDBUser); this.Controls.Add(this.metroLabel2); this.Controls.Add(this.txtDBName); this.Controls.Add(this.btnExit); this.Controls.Add(this.metroLabel1); this.Controls.Add(this.txtDBIP); this.Controls.Add(this.btnSave); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmDBbaseSet"; this.Padding = new System.Windows.Forms.Padding(27, 75, 27, 25); this.Text = "数据库设置"; this.Load += new System.EventHandler(this.FrmDBbaseSet_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private MetroFramework.Controls.MetroButton btnSave; private MetroFramework.Controls.MetroTextBox txtDBIP; private MetroFramework.Controls.MetroLabel metroLabel1; private MetroFramework.Controls.MetroButton btnExit; private MetroFramework.Controls.MetroLabel metroLabel2; private MetroFramework.Controls.MetroTextBox txtDBName; private MetroFramework.Controls.MetroLabel metroLabel3; private MetroFramework.Controls.MetroTextBox txtDBUser; private MetroFramework.Controls.MetroLabel metroLabel4; private MetroFramework.Controls.MetroTextBox txtDBPwd; } }