namespace BLL
|
{
|
partial class FrmSetServer
|
{
|
/// <summary>
|
/// 必需的设计器变量。
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// 清理所有正在使用的资源。
|
/// </summary>
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows 窗体设计器生成的代码
|
|
/// <summary>
|
/// 设计器支持所需的方法 - 不要
|
/// 使用代码编辑器修改此方法的内容。
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.components = new System.ComponentModel.Container();
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
this.label12 = new System.Windows.Forms.Label();
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
this.label4 = new System.Windows.Forms.Label();
|
this.txtERPPassWord = new System.Windows.Forms.TextBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.txtERPUserName = new System.Windows.Forms.TextBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.txtERPServer = new System.Windows.Forms.TextBox();
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
this.label7 = new System.Windows.Forms.Label();
|
this.txtK3ERPPassWord = new System.Windows.Forms.TextBox();
|
this.label6 = new System.Windows.Forms.Label();
|
this.txtK3ERPUserName = new System.Windows.Forms.TextBox();
|
this.label5 = new System.Windows.Forms.Label();
|
this.txtK3ERPDataBase = new System.Windows.Forms.TextBox();
|
this.label2 = new System.Windows.Forms.Label();
|
this.txtK3ERPServer = new System.Windows.Forms.TextBox();
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
this.label8 = new System.Windows.Forms.Label();
|
this.txtK32ERPPassWord = new System.Windows.Forms.TextBox();
|
this.label9 = new System.Windows.Forms.Label();
|
this.txtK32ERPUserName = new System.Windows.Forms.TextBox();
|
this.label10 = new System.Windows.Forms.Label();
|
this.txtK32ERPDataBase = new System.Windows.Forms.TextBox();
|
this.label11 = new System.Windows.Forms.Label();
|
this.txtK32ERPServer = new System.Windows.Forms.TextBox();
|
this.button2 = new System.Windows.Forms.Button();
|
this.button1 = new System.Windows.Forms.Button();
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
this.tabControl1.SuspendLayout();
|
this.tabPage1.SuspendLayout();
|
this.tabPage2.SuspendLayout();
|
this.tabPage3.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// tabControl1
|
//
|
this.tabControl1.Controls.Add(this.tabPage1);
|
this.tabControl1.Controls.Add(this.tabPage2);
|
this.tabControl1.Controls.Add(this.tabPage3);
|
this.tabControl1.Location = new System.Drawing.Point(11, 10);
|
this.tabControl1.Name = "tabControl1";
|
this.tabControl1.SelectedIndex = 0;
|
this.tabControl1.Size = new System.Drawing.Size(336, 152);
|
this.tabControl1.TabIndex = 0;
|
//
|
// tabPage1
|
//
|
this.tabPage1.BackColor = System.Drawing.SystemColors.Info;
|
this.tabPage1.Controls.Add(this.label12);
|
this.tabPage1.Controls.Add(this.textBox1);
|
this.tabPage1.Controls.Add(this.label4);
|
this.tabPage1.Controls.Add(this.txtERPPassWord);
|
this.tabPage1.Controls.Add(this.label3);
|
this.tabPage1.Controls.Add(this.txtERPUserName);
|
this.tabPage1.Controls.Add(this.label1);
|
this.tabPage1.Controls.Add(this.txtERPServer);
|
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
this.tabPage1.Name = "tabPage1";
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
this.tabPage1.Size = new System.Drawing.Size(328, 126);
|
this.tabPage1.TabIndex = 0;
|
this.tabPage1.Text = "本地数据库";
|
//
|
// label12
|
//
|
this.label12.AutoSize = true;
|
this.label12.Location = new System.Drawing.Point(15, 47);
|
this.label12.Name = "label12";
|
this.label12.Size = new System.Drawing.Size(65, 12);
|
this.label12.TabIndex = 10;
|
this.label12.Text = "默认帐套:";
|
//
|
// textBox1
|
//
|
this.textBox1.Location = new System.Drawing.Point(86, 44);
|
this.textBox1.Name = "textBox1";
|
this.textBox1.Size = new System.Drawing.Size(212, 21);
|
this.textBox1.TabIndex = 9;
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.Location = new System.Drawing.Point(15, 98);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(65, 12);
|
this.label4.TabIndex = 8;
|
this.label4.Text = "登录密码:";
|
//
|
// txtERPPassWord
|
//
|
this.txtERPPassWord.Location = new System.Drawing.Point(86, 95);
|
this.txtERPPassWord.Name = "txtERPPassWord";
|
this.txtERPPassWord.PasswordChar = '*';
|
this.txtERPPassWord.Size = new System.Drawing.Size(212, 21);
|
this.txtERPPassWord.TabIndex = 7;
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Location = new System.Drawing.Point(15, 71);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(53, 12);
|
this.label3.TabIndex = 6;
|
this.label3.Text = "登录名:";
|
//
|
// txtERPUserName
|
//
|
this.txtERPUserName.Location = new System.Drawing.Point(86, 68);
|
this.txtERPUserName.Name = "txtERPUserName";
|
this.txtERPUserName.Size = new System.Drawing.Size(212, 21);
|
this.txtERPUserName.TabIndex = 5;
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Location = new System.Drawing.Point(15, 20);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(65, 12);
|
this.label1.TabIndex = 4;
|
this.label1.Text = "服 务 器:";
|
//
|
// txtERPServer
|
//
|
this.txtERPServer.Location = new System.Drawing.Point(86, 17);
|
this.txtERPServer.Name = "txtERPServer";
|
this.txtERPServer.Size = new System.Drawing.Size(212, 21);
|
this.txtERPServer.TabIndex = 3;
|
//
|
// tabPage2
|
//
|
this.tabPage2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
this.tabPage2.Controls.Add(this.label7);
|
this.tabPage2.Controls.Add(this.txtK3ERPPassWord);
|
this.tabPage2.Controls.Add(this.label6);
|
this.tabPage2.Controls.Add(this.txtK3ERPUserName);
|
this.tabPage2.Controls.Add(this.label5);
|
this.tabPage2.Controls.Add(this.txtK3ERPDataBase);
|
this.tabPage2.Controls.Add(this.label2);
|
this.tabPage2.Controls.Add(this.txtK3ERPServer);
|
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
this.tabPage2.Name = "tabPage2";
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
this.tabPage2.Size = new System.Drawing.Size(328, 126);
|
this.tabPage2.TabIndex = 1;
|
this.tabPage2.Text = "扩展帐套1";
|
//
|
// label7
|
//
|
this.label7.AutoSize = true;
|
this.label7.Location = new System.Drawing.Point(20, 96);
|
this.label7.Name = "label7";
|
this.label7.Size = new System.Drawing.Size(65, 12);
|
this.label7.TabIndex = 12;
|
this.label7.Text = "登录密码:";
|
//
|
// txtK3ERPPassWord
|
//
|
this.txtK3ERPPassWord.Location = new System.Drawing.Point(91, 93);
|
this.txtK3ERPPassWord.Name = "txtK3ERPPassWord";
|
this.txtK3ERPPassWord.PasswordChar = '*';
|
this.txtK3ERPPassWord.Size = new System.Drawing.Size(212, 21);
|
this.txtK3ERPPassWord.TabIndex = 11;
|
//
|
// label6
|
//
|
this.label6.AutoSize = true;
|
this.label6.Location = new System.Drawing.Point(20, 69);
|
this.label6.Name = "label6";
|
this.label6.Size = new System.Drawing.Size(53, 12);
|
this.label6.TabIndex = 10;
|
this.label6.Text = "登录名:";
|
//
|
// txtK3ERPUserName
|
//
|
this.txtK3ERPUserName.Location = new System.Drawing.Point(91, 66);
|
this.txtK3ERPUserName.Name = "txtK3ERPUserName";
|
this.txtK3ERPUserName.Size = new System.Drawing.Size(212, 21);
|
this.txtK3ERPUserName.TabIndex = 9;
|
//
|
// label5
|
//
|
this.label5.AutoSize = true;
|
this.label5.Location = new System.Drawing.Point(8, 42);
|
this.label5.Name = "label5";
|
this.label5.Size = new System.Drawing.Size(77, 12);
|
this.label5.TabIndex = 8;
|
this.label5.Text = "帐套数据库:";
|
//
|
// txtK3ERPDataBase
|
//
|
this.txtK3ERPDataBase.Location = new System.Drawing.Point(91, 39);
|
this.txtK3ERPDataBase.Name = "txtK3ERPDataBase";
|
this.txtK3ERPDataBase.Size = new System.Drawing.Size(212, 21);
|
this.txtK3ERPDataBase.TabIndex = 7;
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Location = new System.Drawing.Point(20, 15);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(65, 12);
|
this.label2.TabIndex = 6;
|
this.label2.Text = "服 务 器:";
|
//
|
// txtK3ERPServer
|
//
|
this.txtK3ERPServer.Location = new System.Drawing.Point(91, 12);
|
this.txtK3ERPServer.Name = "txtK3ERPServer";
|
this.txtK3ERPServer.Size = new System.Drawing.Size(212, 21);
|
this.txtK3ERPServer.TabIndex = 5;
|
//
|
// tabPage3
|
//
|
this.tabPage3.BackColor = System.Drawing.Color.Gainsboro;
|
this.tabPage3.Controls.Add(this.label8);
|
this.tabPage3.Controls.Add(this.txtK32ERPPassWord);
|
this.tabPage3.Controls.Add(this.label9);
|
this.tabPage3.Controls.Add(this.txtK32ERPUserName);
|
this.tabPage3.Controls.Add(this.label10);
|
this.tabPage3.Controls.Add(this.txtK32ERPDataBase);
|
this.tabPage3.Controls.Add(this.label11);
|
this.tabPage3.Controls.Add(this.txtK32ERPServer);
|
this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
this.tabPage3.Name = "tabPage3";
|
this.tabPage3.Size = new System.Drawing.Size(328, 126);
|
this.tabPage3.TabIndex = 2;
|
this.tabPage3.Text = "扩展帐套2";
|
//
|
// label8
|
//
|
this.label8.AutoSize = true;
|
this.label8.Location = new System.Drawing.Point(21, 95);
|
this.label8.Name = "label8";
|
this.label8.Size = new System.Drawing.Size(65, 12);
|
this.label8.TabIndex = 20;
|
this.label8.Text = "登录密码:";
|
//
|
// txtK32ERPPassWord
|
//
|
this.txtK32ERPPassWord.Location = new System.Drawing.Point(92, 92);
|
this.txtK32ERPPassWord.Name = "txtK32ERPPassWord";
|
this.txtK32ERPPassWord.PasswordChar = '*';
|
this.txtK32ERPPassWord.Size = new System.Drawing.Size(212, 21);
|
this.txtK32ERPPassWord.TabIndex = 19;
|
//
|
// label9
|
//
|
this.label9.AutoSize = true;
|
this.label9.Location = new System.Drawing.Point(21, 68);
|
this.label9.Name = "label9";
|
this.label9.Size = new System.Drawing.Size(53, 12);
|
this.label9.TabIndex = 18;
|
this.label9.Text = "登录名:";
|
//
|
// txtK32ERPUserName
|
//
|
this.txtK32ERPUserName.Location = new System.Drawing.Point(92, 65);
|
this.txtK32ERPUserName.Name = "txtK32ERPUserName";
|
this.txtK32ERPUserName.Size = new System.Drawing.Size(212, 21);
|
this.txtK32ERPUserName.TabIndex = 17;
|
//
|
// label10
|
//
|
this.label10.AutoSize = true;
|
this.label10.Location = new System.Drawing.Point(9, 41);
|
this.label10.Name = "label10";
|
this.label10.Size = new System.Drawing.Size(77, 12);
|
this.label10.TabIndex = 16;
|
this.label10.Text = "帐套数据库:";
|
//
|
// txtK32ERPDataBase
|
//
|
this.txtK32ERPDataBase.Location = new System.Drawing.Point(92, 38);
|
this.txtK32ERPDataBase.Name = "txtK32ERPDataBase";
|
this.txtK32ERPDataBase.Size = new System.Drawing.Size(212, 21);
|
this.txtK32ERPDataBase.TabIndex = 15;
|
//
|
// label11
|
//
|
this.label11.AutoSize = true;
|
this.label11.Location = new System.Drawing.Point(21, 14);
|
this.label11.Name = "label11";
|
this.label11.Size = new System.Drawing.Size(65, 12);
|
this.label11.TabIndex = 14;
|
this.label11.Text = "服 务 器:";
|
//
|
// txtK32ERPServer
|
//
|
this.txtK32ERPServer.Location = new System.Drawing.Point(92, 11);
|
this.txtK32ERPServer.Name = "txtK32ERPServer";
|
this.txtK32ERPServer.Size = new System.Drawing.Size(212, 21);
|
this.txtK32ERPServer.TabIndex = 13;
|
//
|
// button2
|
//
|
this.button2.Location = new System.Drawing.Point(266, 168);
|
this.button2.Name = "button2";
|
this.button2.Size = new System.Drawing.Size(81, 23);
|
this.button2.TabIndex = 7;
|
this.button2.Text = "取消";
|
this.button2.UseVisualStyleBackColor = true;
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
//
|
// button1
|
//
|
this.button1.Location = new System.Drawing.Point(179, 168);
|
this.button1.Name = "button1";
|
this.button1.Size = new System.Drawing.Size(81, 23);
|
this.button1.TabIndex = 6;
|
this.button1.Text = "确定";
|
this.button1.UseVisualStyleBackColor = true;
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
//
|
// timer1
|
//
|
this.timer1.Enabled = true;
|
this.timer1.Interval = 10;
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
//
|
// FrmSetServer
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(360, 198);
|
this.Controls.Add(this.button2);
|
this.Controls.Add(this.button1);
|
this.Controls.Add(this.tabControl1);
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "FrmSetServer";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "服务器设置";
|
this.tabControl1.ResumeLayout(false);
|
this.tabPage1.ResumeLayout(false);
|
this.tabPage1.PerformLayout();
|
this.tabPage2.ResumeLayout(false);
|
this.tabPage2.PerformLayout();
|
this.tabPage3.ResumeLayout(false);
|
this.tabPage3.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.TabControl tabControl1;
|
private System.Windows.Forms.TabPage tabPage1;
|
private System.Windows.Forms.TabPage tabPage2;
|
private System.Windows.Forms.TabPage tabPage3;
|
private System.Windows.Forms.Button button2;
|
private System.Windows.Forms.Button button1;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.TextBox txtERPPassWord;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.TextBox txtERPUserName;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.TextBox txtERPServer;
|
private System.Windows.Forms.Label label7;
|
private System.Windows.Forms.TextBox txtK3ERPPassWord;
|
private System.Windows.Forms.Label label6;
|
private System.Windows.Forms.TextBox txtK3ERPUserName;
|
private System.Windows.Forms.Label label5;
|
private System.Windows.Forms.TextBox txtK3ERPDataBase;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.TextBox txtK3ERPServer;
|
private System.Windows.Forms.Label label8;
|
private System.Windows.Forms.TextBox txtK32ERPPassWord;
|
private System.Windows.Forms.Label label9;
|
private System.Windows.Forms.TextBox txtK32ERPUserName;
|
private System.Windows.Forms.Label label10;
|
private System.Windows.Forms.TextBox txtK32ERPDataBase;
|
private System.Windows.Forms.Label label11;
|
private System.Windows.Forms.TextBox txtK32ERPServer;
|
private System.Windows.Forms.Timer timer1;
|
private System.Windows.Forms.Label label12;
|
private System.Windows.Forms.TextBox textBox1;
|
}
|
}
|