You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

154 lines
6.2 KiB

namespace ButcherFactory.Login
{
partial class SettingForm
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingForm));
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.dbConnectionBox = new WinFormControl.UTextBoxWithPad();
this.sererUrlBox = new WinFormControl.UTextBoxWithPad();
this.saveBtn = new WinFormControl.UButton();
this.closeBtn = new WinFormControl.UButton();
this.updateBtn = new WinFormControl.UButton();
this.SuspendLayout();
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 15F);
this.label2.Location = new System.Drawing.Point(22, 112);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(129, 20);
this.label2.TabIndex = 16;
this.label2.Text = "数据库地址:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 15F);
this.label1.Location = new System.Drawing.Point(22, 47);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(129, 20);
this.label1.TabIndex = 12;
this.label1.Text = "服务器地址:";
//
// dbConnectionBox
//
this.dbConnectionBox.Font = new System.Drawing.Font("宋体", 20F);
this.dbConnectionBox.Location = new System.Drawing.Point(144, 103);
this.dbConnectionBox.Name = "dbConnectionBox";
this.dbConnectionBox.Size = new System.Drawing.Size(706, 38);
this.dbConnectionBox.TabIndex = 17;
this.dbConnectionBox.Type = WinFormControl.UTextBoxWithPad.TextBoxType.Normal;
//
// sererUrlBox
//
this.sererUrlBox.Font = new System.Drawing.Font("宋体", 20F);
this.sererUrlBox.Location = new System.Drawing.Point(144, 38);
this.sererUrlBox.Name = "sererUrlBox";
this.sererUrlBox.Size = new System.Drawing.Size(706, 38);
this.sererUrlBox.TabIndex = 17;
this.sererUrlBox.Type = WinFormControl.UTextBoxWithPad.TextBoxType.Normal;
//
// saveBtn
//
this.saveBtn.BackColor = System.Drawing.Color.Transparent;
this.saveBtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("saveBtn.BackgroundImage")));
this.saveBtn.FlatAppearance.BorderSize = 0;
this.saveBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.saveBtn.Font = new System.Drawing.Font("宋体", 15F);
this.saveBtn.ForeColor = System.Drawing.Color.Black;
this.saveBtn.Location = new System.Drawing.Point(144, 188);
this.saveBtn.Name = "saveBtn";
this.saveBtn.Size = new System.Drawing.Size(114, 52);
this.saveBtn.TabIndex = 18;
this.saveBtn.Text = "保 存";
this.saveBtn.UseVisualStyleBackColor = false;
this.saveBtn.Click += new System.EventHandler(this.saveBtn_Click);
//
// closeBtn
//
this.closeBtn.BackColor = System.Drawing.Color.Transparent;
this.closeBtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("closeBtn.BackgroundImage")));
this.closeBtn.Font = new System.Drawing.Font("宋体", 15F);
this.closeBtn.ForeColor = System.Drawing.Color.Black;
this.closeBtn.Location = new System.Drawing.Point(373, 188);
this.closeBtn.Name = "closeBtn";
this.closeBtn.Size = new System.Drawing.Size(114, 52);
this.closeBtn.TabIndex = 19;
this.closeBtn.Text = "关 闭";
this.closeBtn.UseVisualStyleBackColor = false;
this.closeBtn.Click += new System.EventHandler(this.closeBtn_Click);
//
// updateBtn
//
this.updateBtn.BackColor = System.Drawing.Color.Transparent;
this.updateBtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("updateBtn.BackgroundImage")));
this.updateBtn.Font = new System.Drawing.Font("宋体", 15F);
this.updateBtn.ForeColor = System.Drawing.Color.Black;
this.updateBtn.Location = new System.Drawing.Point(601, 188);
this.updateBtn.Name = "updateBtn";
this.updateBtn.Size = new System.Drawing.Size(114, 52);
this.updateBtn.TabIndex = 20;
this.updateBtn.Text = "升 级";
this.updateBtn.UseVisualStyleBackColor = false;
this.updateBtn.Click += new System.EventHandler(this.updateBtn_Click);
//
// SettingForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(872, 284);
this.ControlBox = false;
this.Controls.Add(this.updateBtn);
this.Controls.Add(this.closeBtn);
this.Controls.Add(this.saveBtn);
this.Controls.Add(this.dbConnectionBox);
this.Controls.Add(this.sererUrlBox);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "SettingForm";
this.Text = "系统设置";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private WinFormControl.UTextBoxWithPad sererUrlBox;
private WinFormControl.UTextBoxWithPad dbConnectionBox;
private WinFormControl.UButton saveBtn;
private WinFormControl.UButton closeBtn;
private WinFormControl.UButton updateBtn;
}
}