屠宰场客户端
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.

141 lines
5.2 KiB

namespace ButcherManageClient
{
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()
{
this.cancelBtn = new System.Windows.Forms.Button();
this.saveBtn = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.btnUpdate = new System.Windows.Forms.Button();
this.uTextBoxWithPad1 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.dbSelect = new System.Windows.Forms.ComboBox();
this.SuspendLayout();
//
// cancelBtn
//
this.cancelBtn.Font = new System.Drawing.Font("宋体", 20F);
this.cancelBtn.Location = new System.Drawing.Point(402, 175);
this.cancelBtn.Name = "cancelBtn";
this.cancelBtn.Size = new System.Drawing.Size(81, 53);
this.cancelBtn.TabIndex = 7;
this.cancelBtn.Text = "关闭";
this.cancelBtn.UseVisualStyleBackColor = true;
this.cancelBtn.Click += new System.EventHandler(this.cancelBtn_Click);
//
// saveBtn
//
this.saveBtn.Font = new System.Drawing.Font("宋体", 20F);
this.saveBtn.Location = new System.Drawing.Point(255, 175);
this.saveBtn.Name = "saveBtn";
this.saveBtn.Size = new System.Drawing.Size(81, 53);
this.saveBtn.TabIndex = 6;
this.saveBtn.Text = "保存";
this.saveBtn.UseVisualStyleBackColor = true;
this.saveBtn.Click += new System.EventHandler(this.saveBtn_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 15F);
this.label1.Location = new System.Drawing.Point(18, 44);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(129, 20);
this.label1.TabIndex = 4;
this.label1.Text = "服务器地址:";
//
// btnUpdate
//
this.btnUpdate.Font = new System.Drawing.Font("宋体", 20F);
this.btnUpdate.Location = new System.Drawing.Point(550, 175);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(81, 53);
this.btnUpdate.TabIndex = 6;
this.btnUpdate.Text = "升级";
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;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 15F);
this.label3.Location = new System.Drawing.Point(18, 110);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(129, 20);
this.label3.TabIndex = 12;
this.label3.Text = "离线数据库:";
//
// dbSelect
//
this.dbSelect.Font = new System.Drawing.Font("宋体", 15F);
this.dbSelect.FormattingEnabled = true;
this.dbSelect.Location = new System.Drawing.Point(140, 107);
this.dbSelect.Name = "dbSelect";
this.dbSelect.Size = new System.Drawing.Size(208, 28);
this.dbSelect.TabIndex = 13;
//
// SettingForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(886, 269);
this.ControlBox = false;
this.Controls.Add(this.dbSelect);
this.Controls.Add(this.label3);
this.Controls.Add(this.uTextBoxWithPad1);
this.Controls.Add(this.cancelBtn);
this.Controls.Add(this.btnUpdate);
this.Controls.Add(this.saveBtn);
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.Button cancelBtn;
private System.Windows.Forms.Button saveBtn;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnUpdate;
private System.Windows.Forms.TextBox uTextBoxWithPad1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox dbSelect;
}
}