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.
110 lines
4.3 KiB
110 lines
4.3 KiB
namespace PDAForm.Comm
|
|
{
|
|
partial class frmSetServer
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows 窗体设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txtWebService = new System.Windows.Forms.TextBox();
|
|
this.btnTest = new System.Windows.Forms.Button();
|
|
this.btnSave = new System.Windows.Forms.Button();
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Location = new System.Drawing.Point(18, 67);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(140, 20);
|
|
this.label1.Text = "设置服务器地址:";
|
|
//
|
|
// txtWebService
|
|
//
|
|
this.txtWebService.Location = new System.Drawing.Point(18, 91);
|
|
this.txtWebService.Multiline = true;
|
|
this.txtWebService.Name = "txtWebService";
|
|
this.txtWebService.Size = new System.Drawing.Size(203, 77);
|
|
this.txtWebService.TabIndex = 1;
|
|
//
|
|
// btnTest
|
|
//
|
|
this.btnTest.Location = new System.Drawing.Point(18, 174);
|
|
this.btnTest.Name = "btnTest";
|
|
this.btnTest.Size = new System.Drawing.Size(57, 29);
|
|
this.btnTest.TabIndex = 10;
|
|
this.btnTest.Text = "测试";
|
|
this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.Location = new System.Drawing.Point(91, 174);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(57, 29);
|
|
this.btnSave.TabIndex = 11;
|
|
this.btnSave.Text = "保存";
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Location = new System.Drawing.Point(164, 174);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(57, 29);
|
|
this.btnClose.TabIndex = 12;
|
|
this.btnClose.Text = "关闭";
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// frmSetServer
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.AutoScroll = true;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
|
this.ClientSize = new System.Drawing.Size(238, 275);
|
|
this.Controls.Add(this.btnClose);
|
|
this.Controls.Add(this.btnSave);
|
|
this.Controls.Add(this.btnTest);
|
|
this.Controls.Add(this.txtWebService);
|
|
this.Controls.Add(this.label1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "frmSetServer";
|
|
this.Text = "服务器设置";
|
|
this.Load += new System.EventHandler(this.frmSetServer_Load);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox txtWebService;
|
|
private System.Windows.Forms.Button btnTest;
|
|
private System.Windows.Forms.Button btnSave;
|
|
private System.Windows.Forms.Button btnClose;
|
|
}
|
|
}
|