namespace Uninpho.Tools.components.SomethingSetting { partial class dbSettingFrom { /// /// 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.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.settingBtn = new DevExpress.XtraEditors.SimpleButton(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); this.labelControl10 = new DevExpress.XtraEditors.LabelControl(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.DATABASE = new DevExpress.XtraEditors.TextEdit(); this.PASSWORD = new DevExpress.XtraEditors.TextEdit(); this.PORT = new DevExpress.XtraEditors.TextEdit(); this.USER_ID = new DevExpress.XtraEditors.TextEdit(); this.HOST = new DevExpress.XtraEditors.TextEdit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DATABASE.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.PASSWORD.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.PORT.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.USER_ID.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.HOST.Properties)).BeginInit(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.Controls.Add(this.settingBtn); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Controls.Add(this.labelControl11); this.panelControl1.Controls.Add(this.labelControl10); this.panelControl1.Controls.Add(this.labelControl9); this.panelControl1.Controls.Add(this.labelControl7); this.panelControl1.Controls.Add(this.DATABASE); this.panelControl1.Controls.Add(this.PASSWORD); this.panelControl1.Controls.Add(this.PORT); this.panelControl1.Controls.Add(this.USER_ID); this.panelControl1.Controls.Add(this.HOST); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(394, 288); this.panelControl1.TabIndex = 0; // // settingBtn // this.settingBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.settingBtn.Location = new System.Drawing.Point(147, 229); this.settingBtn.Name = "settingBtn"; this.settingBtn.Size = new System.Drawing.Size(88, 30); this.settingBtn.TabIndex = 11; this.settingBtn.Text = "更改配置"; this.settingBtn.Click += new System.EventHandler(this.settingBtn_Click); // // labelControl1 // this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControl1.Location = new System.Drawing.Point(91, 179); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(52, 14); this.labelControl1.TabIndex = 7; this.labelControl1.Text = "数据库名:"; // // labelControl11 // this.labelControl11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControl11.Location = new System.Drawing.Point(83, 144); this.labelControl11.Name = "labelControl11"; this.labelControl11.Size = new System.Drawing.Size(64, 14); this.labelControl11.TabIndex = 7; this.labelControl11.Text = "服务器密码:"; // // labelControl10 // this.labelControl10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControl10.Location = new System.Drawing.Point(103, 107); this.labelControl10.Name = "labelControl10"; this.labelControl10.Size = new System.Drawing.Size(40, 14); this.labelControl10.TabIndex = 8; this.labelControl10.Text = "端口号:"; // // labelControl9 // this.labelControl9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControl9.Location = new System.Drawing.Point(91, 70); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(52, 14); this.labelControl9.TabIndex = 9; this.labelControl9.Text = "服务器ID:"; // // labelControl7 // this.labelControl7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControl7.Location = new System.Drawing.Point(83, 27); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(72, 14); this.labelControl7.TabIndex = 10; this.labelControl7.Text = "服务器地址:"; // // DATABASE // this.DATABASE.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.DATABASE.Location = new System.Drawing.Point(170, 176); this.DATABASE.Name = "DATABASE"; this.DATABASE.Size = new System.Drawing.Size(148, 20); this.DATABASE.TabIndex = 3; // // PASSWORD // this.PASSWORD.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.PASSWORD.Location = new System.Drawing.Point(170, 141); this.PASSWORD.Name = "PASSWORD"; this.PASSWORD.Size = new System.Drawing.Size(148, 20); this.PASSWORD.TabIndex = 3; // // PORT // this.PORT.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.PORT.Location = new System.Drawing.Point(170, 104); this.PORT.Name = "PORT"; this.PORT.Size = new System.Drawing.Size(148, 20); this.PORT.TabIndex = 4; // // USER_ID // this.USER_ID.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.USER_ID.Location = new System.Drawing.Point(170, 64); this.USER_ID.Name = "USER_ID"; this.USER_ID.Size = new System.Drawing.Size(148, 20); this.USER_ID.TabIndex = 5; // // HOST // this.HOST.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.HOST.Location = new System.Drawing.Point(170, 24); this.HOST.Name = "HOST"; this.HOST.Size = new System.Drawing.Size(148, 20); this.HOST.TabIndex = 6; // // dbSettingFrom // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(394, 288); this.Controls.Add(this.panelControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "dbSettingFrom"; this.Text = "数据库设置"; this.Load += new System.EventHandler(this.dbSettingFrom_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.DATABASE.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.PASSWORD.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.PORT.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.USER_ID.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.HOST.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.SimpleButton settingBtn; private DevExpress.XtraEditors.LabelControl labelControl11; private DevExpress.XtraEditors.LabelControl labelControl10; private DevExpress.XtraEditors.LabelControl labelControl9; private DevExpress.XtraEditors.LabelControl labelControl7; private DevExpress.XtraEditors.TextEdit PASSWORD; private DevExpress.XtraEditors.TextEdit PORT; private DevExpress.XtraEditors.TextEdit USER_ID; private DevExpress.XtraEditors.TextEdit HOST; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.TextEdit DATABASE; } }