FrmCreateLicence.Designer.cs 15.6 KB
namespace CreateLicence
{
    partial class FrmCreateLicence
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmCreateLicence));
            this.label6 = new System.Windows.Forms.Label();
            this.cmbProductName = new System.Windows.Forms.ComboBox();
            this.txtCompanyName = new System.Windows.Forms.TextBox();
            this.txtCurSerialNo = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.LabCompanyName = new System.Windows.Forms.Label();
            this.BtnCancel = new System.Windows.Forms.Button();
            this.BtnOK = new System.Windows.Forms.Button();
            this.BtnPath = new System.Windows.Forms.Button();
            this.txtFilePath = new System.Windows.Forms.TextBox();
            this.LabSaveFile = new System.Windows.Forms.Label();
            this.DTPTo = new System.Windows.Forms.DateTimePicker();
            this.LabDataTo = new System.Windows.Forms.Label();
            this.DTPFrom = new System.Windows.Forms.DateTimePicker();
            this.LabDataFrom = new System.Windows.Forms.Label();
            this.txtVerify = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.txtVersionNumber = new System.Windows.Forms.TextBox();
            this.txtUserCount = new System.Windows.Forms.TextBox();
            this.pConfige = new System.Windows.Forms.Panel();
            this.rbBoth = new System.Windows.Forms.RadioButton();
            this.rbVSS = new System.Windows.Forms.RadioButton();
            this.rbCVS = new System.Windows.Forms.RadioButton();
            this.pConfige.SuspendLayout();
            this.SuspendLayout();
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(20, 259);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(41, 12);
            this.label6.TabIndex = 21;
            this.label6.Text = "配置库";
            this.label6.Visible = false;
            // 
            // cmbProductName
            // 
            this.cmbProductName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbProductName.Items.AddRange(new object[] {
            "Contamination Explorer"});
            this.cmbProductName.Location = new System.Drawing.Point(136, 119);
            this.cmbProductName.Name = "cmbProductName";
            this.cmbProductName.Size = new System.Drawing.Size(196, 20);
            this.cmbProductName.TabIndex = 3;
            // 
            // txtCompanyName
            // 
            this.txtCompanyName.Location = new System.Drawing.Point(136, 63);
            this.txtCompanyName.Name = "txtCompanyName";
            this.txtCompanyName.Size = new System.Drawing.Size(196, 21);
            this.txtCompanyName.TabIndex = 1;
            // 
            // txtCurSerialNo
            // 
            this.txtCurSerialNo.Location = new System.Drawing.Point(136, 7);
            this.txtCurSerialNo.Name = "txtCurSerialNo";
            this.txtCurSerialNo.ReadOnly = true;
            this.txtCurSerialNo.Size = new System.Drawing.Size(196, 21);
            this.txtCurSerialNo.TabIndex = 22;
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(20, 11);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(72, 20);
            this.label5.TabIndex = 12;
            this.label5.Text = "本机序列号";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(20, 123);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(53, 12);
            this.label4.TabIndex = 16;
            this.label4.Text = "产品名称";
            this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // LabCompanyName
            // 
            this.LabCompanyName.AutoSize = true;
            this.LabCompanyName.Location = new System.Drawing.Point(20, 67);
            this.LabCompanyName.Name = "LabCompanyName";
            this.LabCompanyName.Size = new System.Drawing.Size(53, 12);
            this.LabCompanyName.TabIndex = 14;
            this.LabCompanyName.Text = "公司名称";
            // 
            // BtnCancel
            // 
            this.BtnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
            this.BtnCancel.Location = new System.Drawing.Point(232, 303);
            this.BtnCancel.Name = "BtnCancel";
            this.BtnCancel.Size = new System.Drawing.Size(75, 23);
            this.BtnCancel.TabIndex = 11;
            this.BtnCancel.Text = "取消";
            this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
            // 
            // BtnOK
            // 
            this.BtnOK.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
            this.BtnOK.Location = new System.Drawing.Point(136, 303);
            this.BtnOK.Name = "BtnOK";
            this.BtnOK.Size = new System.Drawing.Size(75, 23);
            this.BtnOK.TabIndex = 10;
            this.BtnOK.Text = "生成";
            this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
            // 
            // BtnPath
            // 
            this.BtnPath.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
            this.BtnPath.Font = new System.Drawing.Font("宋体", 5.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BtnPath.Location = new System.Drawing.Point(332, 231);
            this.BtnPath.Name = "BtnPath";
            this.BtnPath.Size = new System.Drawing.Size(24, 23);
            this.BtnPath.TabIndex = 8;
            this.BtnPath.Text = "...";
            this.BtnPath.Click += new System.EventHandler(this.BtnPath_Click);
            // 
            // txtFilePath
            // 
            this.txtFilePath.Location = new System.Drawing.Point(136, 231);
            this.txtFilePath.Name = "txtFilePath";
            this.txtFilePath.Size = new System.Drawing.Size(196, 21);
            this.txtFilePath.TabIndex = 7;
            // 
            // LabSaveFile
            // 
            this.LabSaveFile.AutoSize = true;
            this.LabSaveFile.Location = new System.Drawing.Point(20, 235);
            this.LabSaveFile.Name = "LabSaveFile";
            this.LabSaveFile.Size = new System.Drawing.Size(107, 12);
            this.LabSaveFile.TabIndex = 20;
            this.LabSaveFile.Text = "Licence文件存放到";
            // 
            // DTPTo
            // 
            this.DTPTo.Location = new System.Drawing.Point(136, 203);
            this.DTPTo.Name = "DTPTo";
            this.DTPTo.Size = new System.Drawing.Size(196, 21);
            this.DTPTo.TabIndex = 6;
            // 
            // LabDataTo
            // 
            this.LabDataTo.AutoSize = true;
            this.LabDataTo.Location = new System.Drawing.Point(20, 207);
            this.LabDataTo.Name = "LabDataTo";
            this.LabDataTo.Size = new System.Drawing.Size(101, 12);
            this.LabDataTo.TabIndex = 19;
            this.LabDataTo.Text = "授权使用结束日期";
            // 
            // DTPFrom
            // 
            this.DTPFrom.Location = new System.Drawing.Point(136, 175);
            this.DTPFrom.Name = "DTPFrom";
            this.DTPFrom.Size = new System.Drawing.Size(196, 21);
            this.DTPFrom.TabIndex = 5;
            // 
            // LabDataFrom
            // 
            this.LabDataFrom.AutoSize = true;
            this.LabDataFrom.Location = new System.Drawing.Point(20, 179);
            this.LabDataFrom.Name = "LabDataFrom";
            this.LabDataFrom.Size = new System.Drawing.Size(101, 12);
            this.LabDataFrom.TabIndex = 18;
            this.LabDataFrom.Text = "授权使用起始日期";
            // 
            // txtVerify
            // 
            this.txtVerify.Location = new System.Drawing.Point(136, 35);
            this.txtVerify.Name = "txtVerify";
            this.txtVerify.Size = new System.Drawing.Size(196, 21);
            this.txtVerify.TabIndex = 0;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(20, 39);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 13;
            this.label2.Text = "硬盘序列号";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(20, 151);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(41, 12);
            this.label1.TabIndex = 17;
            this.label1.Text = "版本号";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(20, 95);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 15;
            this.label3.Text = "用户数量";
            // 
            // txtVersionNumber
            // 
            this.txtVersionNumber.Location = new System.Drawing.Point(136, 147);
            this.txtVersionNumber.Name = "txtVersionNumber";
            this.txtVersionNumber.Size = new System.Drawing.Size(196, 21);
            this.txtVersionNumber.TabIndex = 4;
            // 
            // txtUserCount
            // 
            this.txtUserCount.Location = new System.Drawing.Point(136, 91);
            this.txtUserCount.Name = "txtUserCount";
            this.txtUserCount.Size = new System.Drawing.Size(196, 21);
            this.txtUserCount.TabIndex = 2;
            // 
            // pConfige
            // 
            this.pConfige.Controls.Add(this.rbBoth);
            this.pConfige.Controls.Add(this.rbVSS);
            this.pConfige.Controls.Add(this.rbCVS);
            this.pConfige.Location = new System.Drawing.Point(136, 251);
            this.pConfige.Name = "pConfige";
            this.pConfige.Size = new System.Drawing.Size(192, 36);
            this.pConfige.TabIndex = 9;
            this.pConfige.Visible = false;
            // 
            // rbBoth
            // 
            this.rbBoth.Location = new System.Drawing.Point(116, 4);
            this.rbBoth.Name = "rbBoth";
            this.rbBoth.Size = new System.Drawing.Size(72, 28);
            this.rbBoth.TabIndex = 2;
            this.rbBoth.Text = "CVS&VSS";
            // 
            // rbVSS
            // 
            this.rbVSS.Location = new System.Drawing.Point(64, 4);
            this.rbVSS.Name = "rbVSS";
            this.rbVSS.Size = new System.Drawing.Size(44, 28);
            this.rbVSS.TabIndex = 1;
            this.rbVSS.Text = "VSS";
            // 
            // rbCVS
            // 
            this.rbCVS.Location = new System.Drawing.Point(4, 4);
            this.rbCVS.Name = "rbCVS";
            this.rbCVS.Size = new System.Drawing.Size(52, 28);
            this.rbCVS.TabIndex = 0;
            this.rbCVS.Text = "CVS";
            // 
            // FrmCreateLicence
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(376, 333);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.cmbProductName);
            this.Controls.Add(this.txtCompanyName);
            this.Controls.Add(this.txtCurSerialNo);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.LabCompanyName);
            this.Controls.Add(this.BtnCancel);
            this.Controls.Add(this.BtnOK);
            this.Controls.Add(this.BtnPath);
            this.Controls.Add(this.txtFilePath);
            this.Controls.Add(this.LabSaveFile);
            this.Controls.Add(this.DTPTo);
            this.Controls.Add(this.LabDataTo);
            this.Controls.Add(this.DTPFrom);
            this.Controls.Add(this.LabDataFrom);
            this.Controls.Add(this.txtVerify);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.txtVersionNumber);
            this.Controls.Add(this.txtUserCount);
            this.Controls.Add(this.pConfige);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "FrmCreateLicence";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "创建许可证";
            this.pConfige.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.ComboBox cmbProductName;
        private System.Windows.Forms.TextBox txtCompanyName;
        private System.Windows.Forms.TextBox txtCurSerialNo;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label LabCompanyName;
        private System.Windows.Forms.Button BtnCancel;
        private System.Windows.Forms.Button BtnOK;
        private System.Windows.Forms.Button BtnPath;
        private System.Windows.Forms.TextBox txtFilePath;
        private System.Windows.Forms.Label LabSaveFile;
        private System.Windows.Forms.DateTimePicker DTPTo;
        private System.Windows.Forms.Label LabDataTo;
        private System.Windows.Forms.DateTimePicker DTPFrom;
        private System.Windows.Forms.Label LabDataFrom;
        private System.Windows.Forms.TextBox txtVerify;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox txtVersionNumber;
        private System.Windows.Forms.TextBox txtUserCount;
        private System.Windows.Forms.Panel pConfige;
        private System.Windows.Forms.RadioButton rbBoth;
        private System.Windows.Forms.RadioButton rbVSS;
        private System.Windows.Forms.RadioButton rbCVS;
    }
}