namespace WeightClient { partial class SettingForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { 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.SuspendLayout(); // // cancelBtn // this.cancelBtn.Font = new System.Drawing.Font("宋体", 20F); this.cancelBtn.Location = new System.Drawing.Point(241, 110); 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(100, 110); 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); // // 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(246, 30); this.uTextBoxWithPad1.TabIndex = 5; this.uTextBoxWithPad1.Type = BWP.WinFormControl.UTextBoxWithPad.TextBoxType.Normal; // // 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 = "服务器地址:"; // // SettingForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(404, 205); this.Controls.Add(this.cancelBtn); this.Controls.Add(this.saveBtn); this.Controls.Add(this.uTextBoxWithPad1); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "SettingForm"; this.Text = "SettingForm"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button cancelBtn; private System.Windows.Forms.Button saveBtn; private BWP.WinFormControl.UTextBoxWithPad uTextBoxWithPad1; private System.Windows.Forms.Label label1; } }