|
|
namespace GeoSigmaDrawLib
|
|
|
{
|
|
|
partial class FrmLicenseServerConfig
|
|
|
{
|
|
|
/// <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.btnOK = new System.Windows.Forms.Button();
|
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
|
this.lblServerInfo = new System.Windows.Forms.Label();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.txtIP = new System.Windows.Forms.TextBox();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.btnTest = new System.Windows.Forms.Button();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// btnOK
|
|
|
//
|
|
|
this.btnOK.Location = new System.Drawing.Point(172, 300);
|
|
|
this.btnOK.Margin = new System.Windows.Forms.Padding(6);
|
|
|
this.btnOK.Name = "btnOK";
|
|
|
this.btnOK.Size = new System.Drawing.Size(150, 68);
|
|
|
this.btnOK.TabIndex = 0;
|
|
|
this.btnOK.Text = "确定";
|
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
|
//
|
|
|
// btnCancel
|
|
|
//
|
|
|
this.btnCancel.Location = new System.Drawing.Point(374, 300);
|
|
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(6);
|
|
|
this.btnCancel.Name = "btnCancel";
|
|
|
this.btnCancel.Size = new System.Drawing.Size(150, 68);
|
|
|
this.btnCancel.TabIndex = 1;
|
|
|
this.btnCancel.Text = "取消";
|
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
|
//
|
|
|
// lblServerInfo
|
|
|
//
|
|
|
this.lblServerInfo.AutoSize = true;
|
|
|
this.lblServerInfo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.lblServerInfo.Location = new System.Drawing.Point(33, 171);
|
|
|
this.lblServerInfo.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.lblServerInfo.Name = "lblServerInfo";
|
|
|
this.lblServerInfo.Size = new System.Drawing.Size(135, 24);
|
|
|
this.lblServerInfo.TabIndex = 2;
|
|
|
this.lblServerInfo.Text = "服务器状态";
|
|
|
//
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
this.label1.Location = new System.Drawing.Point(33, 58);
|
|
|
this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(130, 24);
|
|
|
this.label1.TabIndex = 3;
|
|
|
this.label1.Text = "服务器IP:";
|
|
|
//
|
|
|
// txtIP
|
|
|
//
|
|
|
this.txtIP.Location = new System.Drawing.Point(157, 52);
|
|
|
this.txtIP.Margin = new System.Windows.Forms.Padding(6);
|
|
|
this.txtIP.Name = "txtIP";
|
|
|
this.txtIP.Size = new System.Drawing.Size(396, 35);
|
|
|
this.txtIP.TabIndex = 4;
|
|
|
//
|
|
|
// label2
|
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
|
this.label2.ForeColor = System.Drawing.SystemColors.ButtonShadow;
|
|
|
this.label2.Location = new System.Drawing.Point(201, 102);
|
|
|
this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label2.Name = "label2";
|
|
|
this.label2.Size = new System.Drawing.Size(298, 24);
|
|
|
this.label2.TabIndex = 5;
|
|
|
this.label2.Text = "如 http://127.0.0.1:8080";
|
|
|
//
|
|
|
// btnTest
|
|
|
//
|
|
|
this.btnTest.Location = new System.Drawing.Point(569, 42);
|
|
|
this.btnTest.Margin = new System.Windows.Forms.Padding(6);
|
|
|
this.btnTest.Name = "btnTest";
|
|
|
this.btnTest.Size = new System.Drawing.Size(94, 58);
|
|
|
this.btnTest.TabIndex = 0;
|
|
|
this.btnTest.Text = "测试";
|
|
|
this.btnTest.UseVisualStyleBackColor = true;
|
|
|
this.btnTest.Click += new System.EventHandler(this.btnTest_ClickAsync);
|
|
|
//
|
|
|
// FrmLicenseServerConfig
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(696, 434);
|
|
|
this.Controls.Add(this.label2);
|
|
|
this.Controls.Add(this.txtIP);
|
|
|
this.Controls.Add(this.label1);
|
|
|
this.Controls.Add(this.lblServerInfo);
|
|
|
this.Controls.Add(this.btnCancel);
|
|
|
this.Controls.Add(this.btnTest);
|
|
|
this.Controls.Add(this.btnOK);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.MaximizeBox = false;
|
|
|
this.MinimizeBox = false;
|
|
|
this.Name = "FrmLicenseServerConfig";
|
|
|
this.ShowIcon = false;
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
|
this.Text = "许可服务器设置";
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private System.Windows.Forms.Button btnOK;
|
|
|
private System.Windows.Forms.Button btnCancel;
|
|
|
private System.Windows.Forms.Label lblServerInfo;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
private System.Windows.Forms.TextBox txtIP;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
private System.Windows.Forms.Button btnTest;
|
|
|
}
|
|
|
} |