FrmManageConfig.designer.cs 15.3 KB
namespace App
{
    partial class FrmManageConfig
    {
        /// <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.tabLicense = new System.Windows.Forms.TabPage();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.label3 = new System.Windows.Forms.Label();
            this.btnOk = new System.Windows.Forms.Button();
            this.TestNewWebService = new System.Windows.Forms.Button();
            this.ModifyWebServiceUrl = new System.Windows.Forms.TextBox();
            this.CurrentWebServiceUrl = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.btnCancel = new System.Windows.Forms.Button();
            this.tabControlConfig = new System.Windows.Forms.TabControl();
            this.btnImport = new System.Windows.Forms.Button();
            this.btnBrowser2 = new System.Windows.Forms.Button();
            this.txtLicenseFile = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.txtDiskID = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.txtToDate = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.txtFromDate = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.txtCompanyName = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.tabLicense.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabControlConfig.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabLicense
            // 
            this.tabLicense.Controls.Add(this.btnImport);
            this.tabLicense.Controls.Add(this.btnBrowser2);
            this.tabLicense.Controls.Add(this.txtLicenseFile);
            this.tabLicense.Controls.Add(this.label8);
            this.tabLicense.Controls.Add(this.txtDiskID);
            this.tabLicense.Controls.Add(this.label7);
            this.tabLicense.Controls.Add(this.txtToDate);
            this.tabLicense.Controls.Add(this.label6);
            this.tabLicense.Controls.Add(this.txtFromDate);
            this.tabLicense.Controls.Add(this.label5);
            this.tabLicense.Controls.Add(this.txtCompanyName);
            this.tabLicense.Controls.Add(this.label4);
            this.tabLicense.Location = new System.Drawing.Point(4, 21);
            this.tabLicense.Name = "tabLicense";
            this.tabLicense.Padding = new System.Windows.Forms.Padding(3);
            this.tabLicense.Size = new System.Drawing.Size(400, 213);
            this.tabLicense.TabIndex = 1;
            this.tabLicense.Text = "设置许可证";
            this.tabLicense.UseVisualStyleBackColor = true;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.label3);
            this.tabPage1.Controls.Add(this.btnOk);
            this.tabPage1.Controls.Add(this.TestNewWebService);
            this.tabPage1.Controls.Add(this.ModifyWebServiceUrl);
            this.tabPage1.Controls.Add(this.CurrentWebServiceUrl);
            this.tabPage1.Controls.Add(this.label2);
            this.tabPage1.Controls.Add(this.label1);
            this.tabPage1.Controls.Add(this.btnCancel);
            this.tabPage1.Location = new System.Drawing.Point(4, 21);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(400, 213);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "WebService设置";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // label3
            // 
            this.label3.ForeColor = System.Drawing.Color.Blue;
            this.label3.Location = new System.Drawing.Point(16, 128);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(149, 56);
            this.label3.TabIndex = 7;
            this.label3.Text = "注意:当前设置的网络服务器地址只有在重启应用程序后才能生效!";
            // 
            // btnOk
            // 
            this.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
            this.btnOk.Location = new System.Drawing.Point(232, 168);
            this.btnOk.Name = "btnOk";
            this.btnOk.Size = new System.Drawing.Size(72, 23);
            this.btnOk.TabIndex = 6;
            this.btnOk.Text = "确定";
            this.btnOk.UseVisualStyleBackColor = true;
            this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
            // 
            // TestNewWebService
            // 
            this.TestNewWebService.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
            this.TestNewWebService.Location = new System.Drawing.Point(232, 107);
            this.TestNewWebService.Name = "TestNewWebService";
            this.TestNewWebService.Size = new System.Drawing.Size(152, 23);
            this.TestNewWebService.TabIndex = 5;
            this.TestNewWebService.Text = "测试WebService连接";
            this.TestNewWebService.UseVisualStyleBackColor = true;
            this.TestNewWebService.Click += new System.EventHandler(this.TestNewWebService_Click);
            // 
            // ModifyWebServiceUrl
            // 
            this.ModifyWebServiceUrl.Location = new System.Drawing.Point(176, 76);
            this.ModifyWebServiceUrl.Name = "ModifyWebServiceUrl";
            this.ModifyWebServiceUrl.Size = new System.Drawing.Size(208, 21);
            this.ModifyWebServiceUrl.TabIndex = 4;
            // 
            // CurrentWebServiceUrl
            // 
            this.CurrentWebServiceUrl.Enabled = false;
            this.CurrentWebServiceUrl.Location = new System.Drawing.Point(176, 32);
            this.CurrentWebServiceUrl.Name = "CurrentWebServiceUrl";
            this.CurrentWebServiceUrl.Size = new System.Drawing.Size(208, 21);
            this.CurrentWebServiceUrl.TabIndex = 3;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(16, 79);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(149, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "当前设置的网络服务器地址";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(16, 32);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(149, 12);
            this.label1.TabIndex = 1;
            this.label1.Text = "当前使用的网络服务器地址";
            // 
            // btnCancel
            // 
            this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
            this.btnCancel.Location = new System.Drawing.Point(312, 168);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(72, 23);
            this.btnCancel.TabIndex = 0;
            this.btnCancel.Text = "取消";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // tabControlConfig
            // 
            this.tabControlConfig.Controls.Add(this.tabPage1);
            this.tabControlConfig.Controls.Add(this.tabLicense);
            this.tabControlConfig.Location = new System.Drawing.Point(4, 6);
            this.tabControlConfig.Name = "tabControlConfig";
            this.tabControlConfig.SelectedIndex = 0;
            this.tabControlConfig.Size = new System.Drawing.Size(408, 238);
            this.tabControlConfig.TabIndex = 1;
            // 
            // btnImport
            // 
            this.btnImport.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
            this.btnImport.Location = new System.Drawing.Point(281, 176);
            this.btnImport.Name = "btnImport";
            this.btnImport.Size = new System.Drawing.Size(75, 23);
            this.btnImport.TabIndex = 23;
            this.btnImport.Text = "导入";
            this.btnImport.UseVisualStyleBackColor = true;
            this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
            // 
            // btnBrowser2
            // 
            this.btnBrowser2.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
            this.btnBrowser2.Location = new System.Drawing.Point(185, 176);
            this.btnBrowser2.Name = "btnBrowser2";
            this.btnBrowser2.Size = new System.Drawing.Size(75, 23);
            this.btnBrowser2.TabIndex = 22;
            this.btnBrowser2.Text = "浏览";
            this.btnBrowser2.UseVisualStyleBackColor = true;
            this.btnBrowser2.Click += new System.EventHandler(this.btnBrowser2_Click);
            // 
            // txtLicenseFile
            // 
            this.txtLicenseFile.Location = new System.Drawing.Point(23, 139);
            this.txtLicenseFile.Name = "txtLicenseFile";
            this.txtLicenseFile.Size = new System.Drawing.Size(333, 21);
            this.txtLicenseFile.TabIndex = 21;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(23, 114);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(137, 12);
            this.label8.TabIndex = 20;
            this.label8.Text = "请指定要导入的新许可证";
            // 
            // txtDiskID
            // 
            this.txtDiskID.Location = new System.Drawing.Point(89, 77);
            this.txtDiskID.Name = "txtDiskID";
            this.txtDiskID.ReadOnly = true;
            this.txtDiskID.Size = new System.Drawing.Size(267, 21);
            this.txtDiskID.TabIndex = 19;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(23, 81);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(53, 12);
            this.label7.TabIndex = 18;
            this.label7.Text = "硬件序列";
            // 
            // txtToDate
            // 
            this.txtToDate.Location = new System.Drawing.Point(266, 49);
            this.txtToDate.Name = "txtToDate";
            this.txtToDate.ReadOnly = true;
            this.txtToDate.Size = new System.Drawing.Size(90, 21);
            this.txtToDate.TabIndex = 17;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(207, 52);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(53, 12);
            this.label6.TabIndex = 16;
            this.label6.Text = "截止日期";
            // 
            // txtFromDate
            // 
            this.txtFromDate.Location = new System.Drawing.Point(89, 49);
            this.txtFromDate.Name = "txtFromDate";
            this.txtFromDate.ReadOnly = true;
            this.txtFromDate.Size = new System.Drawing.Size(90, 21);
            this.txtFromDate.TabIndex = 15;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(23, 52);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(53, 12);
            this.label5.TabIndex = 14;
            this.label5.Text = "起始日期";
            // 
            // txtCompanyName
            // 
            this.txtCompanyName.Location = new System.Drawing.Point(89, 22);
            this.txtCompanyName.Name = "txtCompanyName";
            this.txtCompanyName.ReadOnly = true;
            this.txtCompanyName.Size = new System.Drawing.Size(267, 21);
            this.txtCompanyName.TabIndex = 13;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(23, 22);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(53, 12);
            this.label4.TabIndex = 12;
            this.label4.Text = "公司名称";
            // 
            // FrmManageConfig
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(416, 245);
            this.Controls.Add(this.tabControlConfig);
            this.Name = "FrmManageConfig";
            this.Text = "客户端设置";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmManageConfig_FormClosed);
            this.tabLicense.ResumeLayout(false);
            this.tabLicense.PerformLayout();
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.tabControlConfig.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TabPage tabLicense;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.TabControl tabControlConfig;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox CurrentWebServiceUrl;
        private System.Windows.Forms.TextBox ModifyWebServiceUrl;
        private System.Windows.Forms.Button TestNewWebService;
        private System.Windows.Forms.Button btnOk;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Button btnImport;
        private System.Windows.Forms.Button btnBrowser2;
        private System.Windows.Forms.TextBox txtLicenseFile;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.TextBox txtDiskID;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox txtToDate;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox txtFromDate;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox txtCompanyName;
        private System.Windows.Forms.Label label4;


    }
}