基线 SVN r240
SVN-Revision: r240
This commit is contained in:
+136
@@ -0,0 +1,136 @@
|
||||
namespace Lskj.ProductPlatform2
|
||||
{
|
||||
partial class FrmConfig
|
||||
{
|
||||
/// <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.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.txtDBName = new DevExpress.XtraEditors.TextEdit();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.txtServerName = new DevExpress.XtraEditors.TextEdit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.txtDBName.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.txtServerName.Properties)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// simpleButton2
|
||||
//
|
||||
this.simpleButton2.Appearance.Font = new System.Drawing.Font("宋体", 20F);
|
||||
this.simpleButton2.Appearance.Options.UseFont = true;
|
||||
this.simpleButton2.Location = new System.Drawing.Point(24, 137);
|
||||
this.simpleButton2.Name = "simpleButton2";
|
||||
this.simpleButton2.Size = new System.Drawing.Size(172, 55);
|
||||
this.simpleButton2.TabIndex = 11;
|
||||
this.simpleButton2.Text = "测试连接";
|
||||
this.simpleButton2.Click += new System.EventHandler(this.OnTestClick);
|
||||
//
|
||||
// simpleButton1
|
||||
//
|
||||
this.simpleButton1.Appearance.Font = new System.Drawing.Font("宋体", 20F);
|
||||
this.simpleButton1.Appearance.Options.UseFont = true;
|
||||
this.simpleButton1.Location = new System.Drawing.Point(202, 137);
|
||||
this.simpleButton1.Name = "simpleButton1";
|
||||
this.simpleButton1.Size = new System.Drawing.Size(172, 55);
|
||||
this.simpleButton1.TabIndex = 10;
|
||||
this.simpleButton1.Text = "保存配置";
|
||||
this.simpleButton1.Click += new System.EventHandler(this.OnSettingClick);
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Font = new System.Drawing.Font("宋体", 20F);
|
||||
this.label2.Location = new System.Drawing.Point(17, 77);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(120, 27);
|
||||
this.label2.TabIndex = 9;
|
||||
this.label2.Text = "数据库:";
|
||||
//
|
||||
// txtDBName
|
||||
//
|
||||
this.txtDBName.Location = new System.Drawing.Point(137, 74);
|
||||
this.txtDBName.Name = "txtDBName";
|
||||
this.txtDBName.Properties.Appearance.Font = new System.Drawing.Font("宋体", 20F);
|
||||
this.txtDBName.Properties.Appearance.Options.UseFont = true;
|
||||
this.txtDBName.Size = new System.Drawing.Size(239, 34);
|
||||
this.txtDBName.TabIndex = 8;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Font = new System.Drawing.Font("宋体", 20F);
|
||||
this.label1.Location = new System.Drawing.Point(17, 27);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(120, 27);
|
||||
this.label1.TabIndex = 7;
|
||||
this.label1.Text = "服务器:";
|
||||
//
|
||||
// txtServerName
|
||||
//
|
||||
this.txtServerName.Location = new System.Drawing.Point(137, 24);
|
||||
this.txtServerName.Name = "txtServerName";
|
||||
this.txtServerName.Properties.Appearance.Font = new System.Drawing.Font("宋体", 20F);
|
||||
this.txtServerName.Properties.Appearance.Options.UseFont = true;
|
||||
this.txtServerName.Size = new System.Drawing.Size(237, 34);
|
||||
this.txtServerName.TabIndex = 6;
|
||||
//
|
||||
// FrmConfig
|
||||
//
|
||||
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.Appearance.Options.UseBackColor = true;
|
||||
this.Appearance.Options.UseFont = true;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(395, 215);
|
||||
this.Controls.Add(this.simpleButton2);
|
||||
this.Controls.Add(this.simpleButton1);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.txtDBName);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.txtServerName);
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "FrmConfig";
|
||||
this.Text = "服务器设置";
|
||||
this.Load += new System.EventHandler(this.OnLoad);
|
||||
((System.ComponentModel.ISupportInitialize)(this.txtDBName.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.txtServerName.Properties)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.XtraEditors.SimpleButton simpleButton2;
|
||||
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private DevExpress.XtraEditors.TextEdit txtDBName;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private DevExpress.XtraEditors.TextEdit txtServerName;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user