|
|
|
@ -30,19 +30,17 @@ |
|
|
|
{ |
|
|
|
this.cancelBtn = new System.Windows.Forms.Button(); |
|
|
|
this.saveBtn = new System.Windows.Forms.Button(); |
|
|
|
this.uTextBoxWithPad1 = new BWP.WinFormControl.UTextBoxWithPad(); |
|
|
|
this.label1 = new System.Windows.Forms.Label(); |
|
|
|
this.offlineSqlConInput = new BWP.WinFormControl.UTextBoxWithPad(); |
|
|
|
this.label2 = new System.Windows.Forms.Label(); |
|
|
|
this.label3 = new System.Windows.Forms.Label(); |
|
|
|
this.txtOutAddress = new System.Windows.Forms.TextBox(); |
|
|
|
this.btnUpdate = new System.Windows.Forms.Button(); |
|
|
|
this.uTextBoxWithPad1 = new System.Windows.Forms.TextBox(); |
|
|
|
this.offlineSqlConInput = new System.Windows.Forms.TextBox(); |
|
|
|
this.SuspendLayout(); |
|
|
|
//
|
|
|
|
// cancelBtn
|
|
|
|
//
|
|
|
|
this.cancelBtn.Font = new System.Drawing.Font("宋体", 20F); |
|
|
|
this.cancelBtn.Location = new System.Drawing.Point(236, 245); |
|
|
|
this.cancelBtn.Location = new System.Drawing.Point(402, 183); |
|
|
|
this.cancelBtn.Name = "cancelBtn"; |
|
|
|
this.cancelBtn.Size = new System.Drawing.Size(81, 53); |
|
|
|
this.cancelBtn.TabIndex = 7; |
|
|
|
@ -53,7 +51,7 @@ |
|
|
|
// saveBtn
|
|
|
|
//
|
|
|
|
this.saveBtn.Font = new System.Drawing.Font("宋体", 20F); |
|
|
|
this.saveBtn.Location = new System.Drawing.Point(95, 245); |
|
|
|
this.saveBtn.Location = new System.Drawing.Point(255, 183); |
|
|
|
this.saveBtn.Name = "saveBtn"; |
|
|
|
this.saveBtn.Size = new System.Drawing.Size(81, 53); |
|
|
|
this.saveBtn.TabIndex = 6; |
|
|
|
@ -61,15 +59,6 @@ |
|
|
|
this.saveBtn.UseVisualStyleBackColor = true; |
|
|
|
this.saveBtn.Click += new System.EventHandler(this.saveBtn_Click); |
|
|
|
//
|
|
|
|
// uTextBoxWithPad1
|
|
|
|
//
|
|
|
|
this.uTextBoxWithPad1.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.uTextBoxWithPad1.Location = new System.Drawing.Point(140, 41); |
|
|
|
this.uTextBoxWithPad1.Name = "uTextBoxWithPad1"; |
|
|
|
this.uTextBoxWithPad1.Size = new System.Drawing.Size(363, 30); |
|
|
|
this.uTextBoxWithPad1.TabIndex = 5; |
|
|
|
this.uTextBoxWithPad1.Type = BWP.WinFormControl.UTextBoxWithPad.TextBoxType.Normal; |
|
|
|
//
|
|
|
|
// label1
|
|
|
|
//
|
|
|
|
this.label1.AutoSize = true; |
|
|
|
@ -80,15 +69,6 @@ |
|
|
|
this.label1.TabIndex = 4; |
|
|
|
this.label1.Text = "服务器地址:"; |
|
|
|
//
|
|
|
|
// offlineSqlConInput
|
|
|
|
//
|
|
|
|
this.offlineSqlConInput.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.offlineSqlConInput.Location = new System.Drawing.Point(140, 106); |
|
|
|
this.offlineSqlConInput.Name = "offlineSqlConInput"; |
|
|
|
this.offlineSqlConInput.Size = new System.Drawing.Size(363, 30); |
|
|
|
this.offlineSqlConInput.TabIndex = 9; |
|
|
|
this.offlineSqlConInput.Type = BWP.WinFormControl.UTextBoxWithPad.TextBoxType.Normal; |
|
|
|
//
|
|
|
|
// label2
|
|
|
|
//
|
|
|
|
this.label2.AutoSize = true; |
|
|
|
@ -99,28 +79,10 @@ |
|
|
|
this.label2.TabIndex = 8; |
|
|
|
this.label2.Text = "离线数据库:"; |
|
|
|
//
|
|
|
|
// label3
|
|
|
|
//
|
|
|
|
this.label3.AutoSize = true; |
|
|
|
this.label3.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.label3.Location = new System.Drawing.Point(38, 170); |
|
|
|
this.label3.Name = "label3"; |
|
|
|
this.label3.Size = new System.Drawing.Size(109, 20); |
|
|
|
this.label3.TabIndex = 8; |
|
|
|
this.label3.Text = "外网地址:"; |
|
|
|
//
|
|
|
|
// txtOutAddress
|
|
|
|
//
|
|
|
|
this.txtOutAddress.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.txtOutAddress.Location = new System.Drawing.Point(140, 170); |
|
|
|
this.txtOutAddress.Name = "txtOutAddress"; |
|
|
|
this.txtOutAddress.Size = new System.Drawing.Size(363, 26); |
|
|
|
this.txtOutAddress.TabIndex = 10; |
|
|
|
//
|
|
|
|
// btnUpdate
|
|
|
|
//
|
|
|
|
this.btnUpdate.Font = new System.Drawing.Font("宋体", 20F); |
|
|
|
this.btnUpdate.Location = new System.Drawing.Point(390, 245); |
|
|
|
this.btnUpdate.Location = new System.Drawing.Point(550, 183); |
|
|
|
this.btnUpdate.Name = "btnUpdate"; |
|
|
|
this.btnUpdate.Size = new System.Drawing.Size(81, 53); |
|
|
|
this.btnUpdate.TabIndex = 6; |
|
|
|
@ -128,20 +90,34 @@ |
|
|
|
this.btnUpdate.UseVisualStyleBackColor = true; |
|
|
|
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click); |
|
|
|
//
|
|
|
|
// uTextBoxWithPad1
|
|
|
|
//
|
|
|
|
this.uTextBoxWithPad1.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.uTextBoxWithPad1.Location = new System.Drawing.Point(140, 43); |
|
|
|
this.uTextBoxWithPad1.Name = "uTextBoxWithPad1"; |
|
|
|
this.uTextBoxWithPad1.Size = new System.Drawing.Size(706, 29); |
|
|
|
this.uTextBoxWithPad1.TabIndex = 11; |
|
|
|
//
|
|
|
|
// offlineSqlConInput
|
|
|
|
//
|
|
|
|
this.offlineSqlConInput.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.offlineSqlConInput.Location = new System.Drawing.Point(140, 107); |
|
|
|
this.offlineSqlConInput.Name = "offlineSqlConInput"; |
|
|
|
this.offlineSqlConInput.Size = new System.Drawing.Size(706, 29); |
|
|
|
this.offlineSqlConInput.TabIndex = 11; |
|
|
|
//
|
|
|
|
// SettingForm
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
|
this.ClientSize = new System.Drawing.Size(533, 355); |
|
|
|
this.ClientSize = new System.Drawing.Size(872, 284); |
|
|
|
this.ControlBox = false; |
|
|
|
this.Controls.Add(this.txtOutAddress); |
|
|
|
this.Controls.Add(this.offlineSqlConInput); |
|
|
|
this.Controls.Add(this.label3); |
|
|
|
this.Controls.Add(this.uTextBoxWithPad1); |
|
|
|
this.Controls.Add(this.label2); |
|
|
|
this.Controls.Add(this.cancelBtn); |
|
|
|
this.Controls.Add(this.btnUpdate); |
|
|
|
this.Controls.Add(this.saveBtn); |
|
|
|
this.Controls.Add(this.uTextBoxWithPad1); |
|
|
|
this.Controls.Add(this.label1); |
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; |
|
|
|
this.Name = "SettingForm"; |
|
|
|
@ -155,12 +131,10 @@ |
|
|
|
|
|
|
|
private System.Windows.Forms.Button cancelBtn; |
|
|
|
private System.Windows.Forms.Button saveBtn; |
|
|
|
private BWP.WinFormControl.UTextBoxWithPad uTextBoxWithPad1; |
|
|
|
private System.Windows.Forms.Label label1; |
|
|
|
private BWP.WinFormControl.UTextBoxWithPad offlineSqlConInput; |
|
|
|
private System.Windows.Forms.Label label2; |
|
|
|
private System.Windows.Forms.Label label3; |
|
|
|
private System.Windows.Forms.TextBox txtOutAddress; |
|
|
|
private System.Windows.Forms.Button btnUpdate; |
|
|
|
private System.Windows.Forms.TextBox uTextBoxWithPad1; |
|
|
|
private System.Windows.Forms.TextBox offlineSqlConInput; |
|
|
|
} |
|
|
|
} |