207 lines
9.6 KiB
C#
207 lines
9.6 KiB
C#
namespace InventoryTool
|
||
{
|
||
partial class Form2
|
||
{
|
||
/// <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.label1 = new System.Windows.Forms.Label();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.label5 = new System.Windows.Forms.Label();
|
||
this.dbip = new System.Windows.Forms.TextBox();
|
||
this.conname = new System.Windows.Forms.TextBox();
|
||
this.dbuser = new System.Windows.Forms.TextBox();
|
||
this.dbpass = new System.Windows.Forms.TextBox();
|
||
this.dbport = new System.Windows.Forms.TextBox();
|
||
this.testconn = new System.Windows.Forms.Button();
|
||
this.button2 = new System.Windows.Forms.Button();
|
||
this.SuspendLayout();
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label1.Location = new System.Drawing.Point(10, 12);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(67, 17);
|
||
this.label1.TabIndex = 0;
|
||
this.label1.Text = "服务器IP:";
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label2.Location = new System.Drawing.Point(10, 50);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(68, 17);
|
||
this.label2.TabIndex = 1;
|
||
this.label2.Text = "数据库名:";
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label3.Location = new System.Drawing.Point(10, 86);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(64, 17);
|
||
this.label3.TabIndex = 2;
|
||
this.label3.Text = "用 户 名:";
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label4.Location = new System.Drawing.Point(10, 125);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(60, 17);
|
||
this.label4.TabIndex = 3;
|
||
this.label4.Text = "密 码:";
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.AutoSize = true;
|
||
this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label5.Location = new System.Drawing.Point(250, 12);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(80, 17);
|
||
this.label5.TabIndex = 4;
|
||
this.label5.Text = "数据库端口:";
|
||
//
|
||
// dbip
|
||
//
|
||
this.dbip.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.dbip.Location = new System.Drawing.Point(81, 9);
|
||
this.dbip.Name = "dbip";
|
||
this.dbip.Size = new System.Drawing.Size(163, 23);
|
||
this.dbip.TabIndex = 5;
|
||
//
|
||
// conname
|
||
//
|
||
this.conname.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.conname.Location = new System.Drawing.Point(81, 47);
|
||
this.conname.Name = "conname";
|
||
this.conname.Size = new System.Drawing.Size(163, 23);
|
||
this.conname.TabIndex = 6;
|
||
this.conname.Text = "ORCL";
|
||
//
|
||
// dbuser
|
||
//
|
||
this.dbuser.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.dbuser.Location = new System.Drawing.Point(81, 83);
|
||
this.dbuser.Name = "dbuser";
|
||
this.dbuser.Size = new System.Drawing.Size(163, 23);
|
||
this.dbuser.TabIndex = 7;
|
||
this.dbuser.Text = "HIGHWAY_EXCHANGE";
|
||
//
|
||
// dbpass
|
||
//
|
||
this.dbpass.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.dbpass.Location = new System.Drawing.Point(81, 122);
|
||
this.dbpass.Name = "dbpass";
|
||
this.dbpass.PasswordChar = '*';
|
||
this.dbpass.Size = new System.Drawing.Size(163, 23);
|
||
this.dbpass.TabIndex = 8;
|
||
this.dbpass.Text = "qrwl";
|
||
//
|
||
// dbport
|
||
//
|
||
this.dbport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.dbport.Location = new System.Drawing.Point(333, 9);
|
||
this.dbport.Name = "dbport";
|
||
this.dbport.Size = new System.Drawing.Size(64, 23);
|
||
this.dbport.TabIndex = 9;
|
||
this.dbport.Text = "1521";
|
||
//
|
||
// testconn
|
||
//
|
||
this.testconn.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.testconn.Location = new System.Drawing.Point(252, 47);
|
||
this.testconn.Name = "testconn";
|
||
this.testconn.Size = new System.Drawing.Size(145, 41);
|
||
this.testconn.TabIndex = 10;
|
||
this.testconn.Text = "测试连接";
|
||
this.testconn.UseVisualStyleBackColor = true;
|
||
this.testconn.Click += new System.EventHandler(this.button1_Click);
|
||
//
|
||
// button2
|
||
//
|
||
this.button2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.button2.Location = new System.Drawing.Point(252, 106);
|
||
this.button2.Name = "button2";
|
||
this.button2.Size = new System.Drawing.Size(146, 39);
|
||
this.button2.TabIndex = 11;
|
||
this.button2.Text = "确 定";
|
||
this.button2.UseVisualStyleBackColor = true;
|
||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||
//
|
||
// Form2
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(410, 166);
|
||
this.Controls.Add(this.button2);
|
||
this.Controls.Add(this.testconn);
|
||
this.Controls.Add(this.dbport);
|
||
this.Controls.Add(this.dbpass);
|
||
this.Controls.Add(this.dbuser);
|
||
this.Controls.Add(this.conname);
|
||
this.Controls.Add(this.dbip);
|
||
this.Controls.Add(this.label5);
|
||
this.Controls.Add(this.label4);
|
||
this.Controls.Add(this.label3);
|
||
this.Controls.Add(this.label2);
|
||
this.Controls.Add(this.label1);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||
this.MaximizeBox = false;
|
||
this.MinimizeBox = false;
|
||
this.Name = "Form2";
|
||
this.ShowIcon = false;
|
||
this.ShowInTaskbar = false;
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
this.Text = "数据库连接设置";
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.Label label5;
|
||
private System.Windows.Forms.TextBox dbip;
|
||
private System.Windows.Forms.TextBox conname;
|
||
private System.Windows.Forms.TextBox dbuser;
|
||
private System.Windows.Forms.TextBox dbpass;
|
||
private System.Windows.Forms.TextBox dbport;
|
||
private System.Windows.Forms.Button testconn;
|
||
private System.Windows.Forms.Button button2;
|
||
}
|
||
} |