191 lines
8.1 KiB
C#
191 lines
8.1 KiB
C#
namespace AGVSystem
|
|
{
|
|
// Token: 0x0200000F RID: 15
|
|
public partial class DatabaseSet : global::System.Windows.Forms.Form
|
|
{
|
|
// Token: 0x060000DD RID: 221 RVA: 0x000173E0 File Offset: 0x000155E0
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
bool flag = disposing && this.components != null;
|
|
if (flag)
|
|
{
|
|
this.components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
// Token: 0x060000DE RID: 222 RVA: 0x00017418 File Offset: 0x00015618
|
|
private void InitializeComponent()
|
|
{
|
|
this.label1 = new global::System.Windows.Forms.Label();
|
|
this.label2 = new global::System.Windows.Forms.Label();
|
|
this.label3 = new global::System.Windows.Forms.Label();
|
|
this.button1 = new global::System.Windows.Forms.Button();
|
|
this.savebtn = new global::System.Windows.Forms.Button();
|
|
this.textBox1 = new global::System.Windows.Forms.TextBox();
|
|
this.textBox2 = new global::System.Windows.Forms.TextBox();
|
|
this.textBox3 = new global::System.Windows.Forms.TextBox();
|
|
this.textBox4 = new global::System.Windows.Forms.TextBox();
|
|
this.label4 = new global::System.Windows.Forms.Label();
|
|
this.panel1 = new global::System.Windows.Forms.Panel();
|
|
this.textBox5 = new global::System.Windows.Forms.TextBox();
|
|
this.label5 = new global::System.Windows.Forms.Label();
|
|
base.SuspendLayout();
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new global::System.Drawing.Point(54, 32);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new global::System.Drawing.Size(63, 14);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "服务器:";
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new global::System.Drawing.Point(54, 121);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new global::System.Drawing.Size(63, 14);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "用户名:";
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new global::System.Drawing.Point(68, 166);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new global::System.Drawing.Size(49, 14);
|
|
this.label3.TabIndex = 2;
|
|
this.label3.Text = "密码:";
|
|
this.button1.Font = new global::System.Drawing.Font("宋体", 10.5f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 134);
|
|
this.button1.ForeColor = global::System.Drawing.Color.Blue;
|
|
this.button1.Location = new global::System.Drawing.Point(122, 289);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new global::System.Drawing.Size(120, 30);
|
|
this.button1.TabIndex = 3;
|
|
this.button1.Text = "测试连接";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new global::System.EventHandler(this.button1_Click);
|
|
this.savebtn.Font = new global::System.Drawing.Font("宋体", 10.5f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 134);
|
|
this.savebtn.ForeColor = global::System.Drawing.Color.Blue;
|
|
this.savebtn.Location = new global::System.Drawing.Point(251, 289);
|
|
this.savebtn.Name = "savebtn";
|
|
this.savebtn.Size = new global::System.Drawing.Size(120, 30);
|
|
this.savebtn.TabIndex = 4;
|
|
this.savebtn.Text = "保 存";
|
|
this.savebtn.UseVisualStyleBackColor = true;
|
|
this.savebtn.Click += new global::System.EventHandler(this.savebtn_Click);
|
|
this.textBox1.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.textBox1.Location = new global::System.Drawing.Point(128, 26);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.ReadOnly = true;
|
|
this.textBox1.Size = new global::System.Drawing.Size(247, 23);
|
|
this.textBox1.TabIndex = 5;
|
|
this.textBox2.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.textBox2.Location = new global::System.Drawing.Point(128, 75);
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.ReadOnly = true;
|
|
this.textBox2.Size = new global::System.Drawing.Size(247, 23);
|
|
this.textBox2.TabIndex = 6;
|
|
this.textBox3.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.textBox3.Location = new global::System.Drawing.Point(128, 118);
|
|
this.textBox3.Name = "textBox3";
|
|
this.textBox3.ReadOnly = true;
|
|
this.textBox3.Size = new global::System.Drawing.Size(247, 23);
|
|
this.textBox3.TabIndex = 7;
|
|
this.textBox4.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.textBox4.Location = new global::System.Drawing.Point(128, 163);
|
|
this.textBox4.Name = "textBox4";
|
|
this.textBox4.PasswordChar = '*';
|
|
this.textBox4.ReadOnly = true;
|
|
this.textBox4.Size = new global::System.Drawing.Size(247, 23);
|
|
this.textBox4.TabIndex = 9;
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new global::System.Drawing.Point(54, 78);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new global::System.Drawing.Size(63, 14);
|
|
this.label4.TabIndex = 8;
|
|
this.label4.Text = "数据库:";
|
|
this.panel1.BackColor = global::System.Drawing.Color.FromArgb(192, 192, 255);
|
|
this.panel1.Location = new global::System.Drawing.Point(11, 269);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new global::System.Drawing.Size(429, 2);
|
|
this.panel1.TabIndex = 22;
|
|
this.textBox5.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.textBox5.Location = new global::System.Drawing.Point(128, 209);
|
|
this.textBox5.Name = "textBox5";
|
|
this.textBox5.ReadOnly = true;
|
|
this.textBox5.Size = new global::System.Drawing.Size(247, 23);
|
|
this.textBox5.TabIndex = 24;
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new global::System.Drawing.Point(40, 211);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new global::System.Drawing.Size(77, 14);
|
|
this.label5.TabIndex = 23;
|
|
this.label5.Text = "项目编号:";
|
|
base.AutoScaleDimensions = new global::System.Drawing.SizeF(7f, 14f);
|
|
base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = global::System.Drawing.Color.White;
|
|
base.ClientSize = new global::System.Drawing.Size(450, 337);
|
|
base.Controls.Add(this.textBox5);
|
|
base.Controls.Add(this.label5);
|
|
base.Controls.Add(this.panel1);
|
|
base.Controls.Add(this.textBox4);
|
|
base.Controls.Add(this.label4);
|
|
base.Controls.Add(this.textBox3);
|
|
base.Controls.Add(this.textBox2);
|
|
base.Controls.Add(this.textBox1);
|
|
base.Controls.Add(this.savebtn);
|
|
base.Controls.Add(this.button1);
|
|
base.Controls.Add(this.label3);
|
|
base.Controls.Add(this.label2);
|
|
base.Controls.Add(this.label1);
|
|
this.Font = new global::System.Drawing.Font("宋体", 10.5f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 134);
|
|
base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
base.MaximizeBox = false;
|
|
base.MinimizeBox = false;
|
|
base.Name = "DatabaseSet";
|
|
base.ShowIcon = false;
|
|
base.ShowInTaskbar = false;
|
|
base.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "数据库服务器设置";
|
|
base.ResumeLayout(false);
|
|
base.PerformLayout();
|
|
}
|
|
|
|
// Token: 0x04000173 RID: 371
|
|
private global::System.ComponentModel.IContainer components = null;
|
|
|
|
// Token: 0x04000174 RID: 372
|
|
private global::System.Windows.Forms.Label label1;
|
|
|
|
// Token: 0x04000175 RID: 373
|
|
private global::System.Windows.Forms.Label label2;
|
|
|
|
// Token: 0x04000176 RID: 374
|
|
private global::System.Windows.Forms.Label label3;
|
|
|
|
// Token: 0x04000177 RID: 375
|
|
private global::System.Windows.Forms.Button button1;
|
|
|
|
// Token: 0x04000178 RID: 376
|
|
private global::System.Windows.Forms.Button savebtn;
|
|
|
|
// Token: 0x04000179 RID: 377
|
|
private global::System.Windows.Forms.TextBox textBox1;
|
|
|
|
// Token: 0x0400017A RID: 378
|
|
private global::System.Windows.Forms.TextBox textBox2;
|
|
|
|
// Token: 0x0400017B RID: 379
|
|
private global::System.Windows.Forms.TextBox textBox3;
|
|
|
|
// Token: 0x0400017C RID: 380
|
|
private global::System.Windows.Forms.TextBox textBox4;
|
|
|
|
// Token: 0x0400017D RID: 381
|
|
private global::System.Windows.Forms.Label label4;
|
|
|
|
// Token: 0x0400017E RID: 382
|
|
private global::System.Windows.Forms.Panel panel1;
|
|
|
|
// Token: 0x0400017F RID: 383
|
|
private global::System.Windows.Forms.TextBox textBox5;
|
|
|
|
// Token: 0x04000180 RID: 384
|
|
private global::System.Windows.Forms.Label label5;
|
|
}
|
|
}
|