namespace Api.Framework.UIForm { partial class SetConnectionConfig { /// /// 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(SetConnectionConfig)); this.toolTip1 = new System.Windows.Forms.ToolTip(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.radioGroup1 = new DevExpress.XtraEditors.RadioGroup(); this.groupControl2 = new DevExpress.XtraEditors.GroupControl(); this.textEdit5 = new DevExpress.XtraEditors.TextEdit(); this.textEdit4 = new DevExpress.XtraEditors.TextEdit(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.textEdit3 = new DevExpress.XtraEditors.TextEdit(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.textEdit2 = new DevExpress.XtraEditors.TextEdit(); this.textEdit1 = new DevExpress.XtraEditors.TextEdit(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit(); this.groupControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEdit5.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit(); this.SuspendLayout(); // // simpleButton2 // this.simpleButton2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton2.ImageOptions.Image"))); this.simpleButton2.Location = new System.Drawing.Point(223, 371); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.Size = new System.Drawing.Size(160, 47); this.simpleButton2.TabIndex = 9; this.simpleButton2.Text = "完成配置"; this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click); // // groupControl1 // this.groupControl1.Controls.Add(this.labelControl1); this.groupControl1.Controls.Add(this.radioGroup1); this.groupControl1.Location = new System.Drawing.Point(12, 12); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(558, 107); this.groupControl1.TabIndex = 11; this.groupControl1.Text = "数据库选择"; // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl1.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.labelControl1.Appearance.Options.UseFont = true; this.labelControl1.Appearance.Options.UseForeColor = true; this.labelControl1.Location = new System.Drawing.Point(362, 34); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(44, 19); this.labelControl1.TabIndex = 8; this.labelControl1.Text = "(推荐)"; // // radioGroup1 // this.radioGroup1.Location = new System.Drawing.Point(108, 24); this.radioGroup1.Name = "radioGroup1"; this.radioGroup1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent; this.radioGroup1.Properties.Appearance.Options.UseBackColor = true; this.radioGroup1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.radioGroup1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "Sqlite(精巧型数据库、免安装、免配置)"), new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "Mysql(服务型数据库、需要单独安装或购买云数据库)")}); this.radioGroup1.Size = new System.Drawing.Size(393, 71); this.radioGroup1.TabIndex = 7; this.radioGroup1.SelectedIndexChanged += new System.EventHandler(this.radioGroup1_SelectedIndexChanged); // // groupControl2 // this.groupControl2.Controls.Add(this.textEdit5); this.groupControl2.Controls.Add(this.textEdit4); this.groupControl2.Controls.Add(this.simpleButton1); this.groupControl2.Controls.Add(this.textEdit3); this.groupControl2.Controls.Add(this.labelControl6); this.groupControl2.Controls.Add(this.textEdit2); this.groupControl2.Controls.Add(this.textEdit1); this.groupControl2.Controls.Add(this.labelControl5); this.groupControl2.Controls.Add(this.labelControl4); this.groupControl2.Controls.Add(this.labelControl3); this.groupControl2.Controls.Add(this.labelControl2); this.groupControl2.Location = new System.Drawing.Point(12, 124); this.groupControl2.Name = "groupControl2"; this.groupControl2.Size = new System.Drawing.Size(558, 232); this.groupControl2.TabIndex = 12; this.groupControl2.Text = "Mysql 详细配置"; // // textEdit5 // this.textEdit5.Location = new System.Drawing.Point(192, 188); this.textEdit5.Name = "textEdit5"; this.textEdit5.Properties.PasswordChar = '*'; this.textEdit5.Size = new System.Drawing.Size(160, 20); this.textEdit5.TabIndex = 15; // // textEdit4 // this.textEdit4.Location = new System.Drawing.Point(193, 148); this.textEdit4.Name = "textEdit4"; this.textEdit4.Size = new System.Drawing.Size(269, 20); this.textEdit4.TabIndex = 14; // // simpleButton1 // this.simpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image"))); this.simpleButton1.Location = new System.Drawing.Point(360, 186); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(102, 23); this.simpleButton1.TabIndex = 13; this.simpleButton1.Text = "尝试连接"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // textEdit3 // this.textEdit3.Location = new System.Drawing.Point(193, 107); this.textEdit3.Name = "textEdit3"; this.textEdit3.Size = new System.Drawing.Size(269, 20); this.textEdit3.TabIndex = 9; // // labelControl6 // this.labelControl6.Location = new System.Drawing.Point(120, 190); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(52, 14); this.labelControl6.TabIndex = 4; this.labelControl6.Text = "登录密码:"; // // textEdit2 // this.textEdit2.Location = new System.Drawing.Point(192, 73); this.textEdit2.Name = "textEdit2"; this.textEdit2.Properties.Mask.EditMask = "d"; this.textEdit2.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.textEdit2.Size = new System.Drawing.Size(269, 20); this.textEdit2.TabIndex = 7; // // textEdit1 // this.textEdit1.Location = new System.Drawing.Point(192, 34); this.textEdit1.Name = "textEdit1"; this.textEdit1.Size = new System.Drawing.Size(269, 20); this.textEdit1.TabIndex = 6; // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(132, 151); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(40, 14); this.labelControl5.TabIndex = 3; this.labelControl5.Text = "用户名:"; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(108, 110); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(64, 14); this.labelControl4.TabIndex = 2; this.labelControl4.Text = "数据库名称:"; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(132, 75); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(40, 14); this.labelControl3.TabIndex = 1; this.labelControl3.Text = "端口号:"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(108, 37); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(64, 14); this.labelControl2.TabIndex = 0; this.labelControl2.Text = "服务器地址:"; // // SetConnectionConfig // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(584, 433); this.Controls.Add(this.groupControl2); this.Controls.Add(this.groupControl1); this.Controls.Add(this.simpleButton2); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("SetConnectionConfig.IconOptions.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SetConnectionConfig"; this.Text = "设置存储模式"; this.Load += new System.EventHandler(this.SetConnectionConfig_Load); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); this.groupControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit(); this.groupControl2.ResumeLayout(false); this.groupControl2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEdit5.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ToolTip toolTip1; private DevExpress.XtraEditors.SimpleButton simpleButton2; private DevExpress.XtraEditors.GroupControl groupControl1; private DevExpress.XtraEditors.GroupControl groupControl2; private DevExpress.XtraEditors.TextEdit textEdit3; private DevExpress.XtraEditors.TextEdit textEdit2; private DevExpress.XtraEditors.TextEdit textEdit1; private DevExpress.XtraEditors.LabelControl labelControl6; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.TextEdit textEdit5; private DevExpress.XtraEditors.TextEdit textEdit4; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.RadioGroup radioGroup1; } }