ab56a9bcf7
SVN-Revision: r240
354 lines
18 KiB
C#
354 lines
18 KiB
C#
namespace Lskj.ReBurnCode
|
|
{
|
|
partial class FrmMain
|
|
{
|
|
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.ScanCodeText = new System.Windows.Forms.TextBox();
|
|
this.ScanCode = new System.Windows.Forms.Label();
|
|
this.FuNumber = new System.Windows.Forms.TextBox();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.product = new System.Windows.Forms.ComboBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.days = new System.Windows.Forms.Label();
|
|
this.power = new System.Windows.Forms.Label();
|
|
this.Ver = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|
this.btn_Save = new System.Windows.Forms.Button();
|
|
this.btn_Close = new System.Windows.Forms.Button();
|
|
this.btn_ScanCode = new System.Windows.Forms.Button();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.BackColor = System.Drawing.Color.Transparent;
|
|
this.groupBox1.Controls.Add(this.ScanCodeText);
|
|
this.groupBox1.Controls.Add(this.ScanCode);
|
|
this.groupBox1.Controls.Add(this.FuNumber);
|
|
this.groupBox1.Controls.Add(this.pictureBox1);
|
|
this.groupBox1.Controls.Add(this.textBox1);
|
|
this.groupBox1.Controls.Add(this.label8);
|
|
this.groupBox1.Controls.Add(this.label6);
|
|
this.groupBox1.Controls.Add(this.label7);
|
|
this.groupBox1.Controls.Add(this.product);
|
|
this.groupBox1.Controls.Add(this.label5);
|
|
this.groupBox1.Controls.Add(this.comboBox1);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.days);
|
|
this.groupBox1.Controls.Add(this.power);
|
|
this.groupBox1.Controls.Add(this.Ver);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Controls.Add(this.progressBar1);
|
|
this.groupBox1.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.groupBox1.Location = new System.Drawing.Point(18, 12);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(795, 352);
|
|
this.groupBox1.TabIndex = 35;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "参数设置";
|
|
//
|
|
// ScanCodeText
|
|
//
|
|
this.ScanCodeText.Enabled = false;
|
|
this.ScanCodeText.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.ScanCodeText.Location = new System.Drawing.Point(394, 86);
|
|
this.ScanCodeText.Name = "ScanCodeText";
|
|
this.ScanCodeText.Size = new System.Drawing.Size(110, 33);
|
|
this.ScanCodeText.TabIndex = 51;
|
|
//
|
|
// ScanCode
|
|
//
|
|
this.ScanCode.AutoSize = true;
|
|
this.ScanCode.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.ScanCode.Location = new System.Drawing.Point(277, 87);
|
|
this.ScanCode.Name = "ScanCode";
|
|
this.ScanCode.Size = new System.Drawing.Size(117, 28);
|
|
this.ScanCode.TabIndex = 50;
|
|
this.ScanCode.Text = "是否为扫码";
|
|
//
|
|
// FuNumber
|
|
//
|
|
this.FuNumber.Enabled = false;
|
|
this.FuNumber.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.FuNumber.Location = new System.Drawing.Point(115, 25);
|
|
this.FuNumber.Name = "FuNumber";
|
|
this.FuNumber.Size = new System.Drawing.Size(389, 33);
|
|
this.FuNumber.TabIndex = 47;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.pictureBox1.Location = new System.Drawing.Point(653, 86);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(115, 110);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBox1.TabIndex = 49;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.textBox1.Location = new System.Drawing.Point(115, 147);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(137, 33);
|
|
this.textBox1.TabIndex = 48;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label8.Location = new System.Drawing.Point(540, 86);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(117, 28);
|
|
this.label8.TabIndex = 44;
|
|
this.label8.Text = "机器编号:";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label6.Location = new System.Drawing.Point(13, 148);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(96, 28);
|
|
this.label6.TabIndex = 44;
|
|
this.label6.Text = "授权天数";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label7.Location = new System.Drawing.Point(15, 87);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(96, 28);
|
|
this.label7.TabIndex = 45;
|
|
this.label7.Text = "授权机器";
|
|
//
|
|
// product
|
|
//
|
|
this.product.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.product.FormattingEnabled = true;
|
|
this.product.Location = new System.Drawing.Point(117, 86);
|
|
this.product.Name = "product";
|
|
this.product.Size = new System.Drawing.Size(135, 33);
|
|
this.product.TabIndex = 42;
|
|
this.product.SelectedIndexChanged += new System.EventHandler(this.selectChageProduct);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label5.Location = new System.Drawing.Point(543, 29);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(101, 28);
|
|
this.label5.TabIndex = 46;
|
|
this.label5.Text = "授权选项:";
|
|
//
|
|
// comboBox1
|
|
//
|
|
this.comboBox1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.comboBox1.FormattingEnabled = true;
|
|
this.comboBox1.Location = new System.Drawing.Point(653, 27);
|
|
this.comboBox1.Name = "comboBox1";
|
|
this.comboBox1.Size = new System.Drawing.Size(115, 33);
|
|
this.comboBox1.TabIndex = 43;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label3.ForeColor = System.Drawing.SystemColors.GrayText;
|
|
this.label3.Location = new System.Drawing.Point(321, 169);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(101, 38);
|
|
this.label3.TabIndex = 38;
|
|
this.label3.Text = "label3";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.label3.Visible = false;
|
|
//
|
|
// days
|
|
//
|
|
this.days.AutoSize = true;
|
|
this.days.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.days.Location = new System.Drawing.Point(674, 298);
|
|
this.days.Name = "days";
|
|
this.days.Size = new System.Drawing.Size(55, 21);
|
|
this.days.TabIndex = 37;
|
|
this.days.Text = "label2";
|
|
this.days.Visible = false;
|
|
//
|
|
// power
|
|
//
|
|
this.power.AutoSize = true;
|
|
this.power.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.power.Location = new System.Drawing.Point(511, 298);
|
|
this.power.Name = "power";
|
|
this.power.Size = new System.Drawing.Size(55, 21);
|
|
this.power.TabIndex = 37;
|
|
this.power.Text = "label2";
|
|
this.power.Visible = false;
|
|
//
|
|
// Ver
|
|
//
|
|
this.Ver.AutoSize = true;
|
|
this.Ver.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Ver.Location = new System.Drawing.Point(349, 298);
|
|
this.Ver.Name = "Ver";
|
|
this.Ver.Size = new System.Drawing.Size(55, 21);
|
|
this.Ver.TabIndex = 37;
|
|
this.Ver.Text = "label2";
|
|
this.Ver.Visible = false;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.Location = new System.Drawing.Point(39, 298);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(55, 21);
|
|
this.label2.TabIndex = 37;
|
|
this.label2.Text = "label2";
|
|
this.label2.Visible = false;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Location = new System.Drawing.Point(29, 28);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(80, 28);
|
|
this.label1.TabIndex = 36;
|
|
this.label1.Text = "机身号:";
|
|
//
|
|
// progressBar1
|
|
//
|
|
this.progressBar1.Location = new System.Drawing.Point(118, 222);
|
|
this.progressBar1.Name = "progressBar1";
|
|
this.progressBar1.Size = new System.Drawing.Size(519, 38);
|
|
this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
|
|
this.progressBar1.TabIndex = 35;
|
|
//
|
|
// btn_Save
|
|
//
|
|
this.btn_Save.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btn_Save.Location = new System.Drawing.Point(94, 381);
|
|
this.btn_Save.Name = "btn_Save";
|
|
this.btn_Save.Size = new System.Drawing.Size(160, 50);
|
|
this.btn_Save.TabIndex = 44;
|
|
this.btn_Save.Text = "保存密码";
|
|
this.btn_Save.UseVisualStyleBackColor = true;
|
|
this.btn_Save.Click += new System.EventHandler(this.OnbtnSaveClick);
|
|
//
|
|
// btn_Close
|
|
//
|
|
this.btn_Close.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btn_Close.Location = new System.Drawing.Point(543, 381);
|
|
this.btn_Close.Name = "btn_Close";
|
|
this.btn_Close.Size = new System.Drawing.Size(145, 50);
|
|
this.btn_Close.TabIndex = 43;
|
|
this.btn_Close.Text = "关闭";
|
|
this.btn_Close.UseVisualStyleBackColor = true;
|
|
this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
|
|
//
|
|
// btn_ScanCode
|
|
//
|
|
this.btn_ScanCode.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btn_ScanCode.Location = new System.Drawing.Point(321, 381);
|
|
this.btn_ScanCode.Name = "btn_ScanCode";
|
|
this.btn_ScanCode.Size = new System.Drawing.Size(160, 50);
|
|
this.btn_ScanCode.TabIndex = 44;
|
|
this.btn_ScanCode.Text = "一键扫码";
|
|
this.btn_ScanCode.UseVisualStyleBackColor = true;
|
|
this.btn_ScanCode.Click += new System.EventHandler(this.OnbtnScanCode);
|
|
//
|
|
// FrmMain
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(826, 443);
|
|
this.Controls.Add(this.btn_ScanCode);
|
|
this.Controls.Add(this.btn_Save);
|
|
this.Controls.Add(this.btn_Close);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.LookAndFeel.SkinName = "Office 2010 Blue";
|
|
this.MaximizeBox = false;
|
|
this.Name = "FrmMain";
|
|
this.Text = "写入密码";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing);
|
|
this.Load += new System.EventHandler(this.BurnCode_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.TextBox FuNumber;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.ComboBox product;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.ProgressBar progressBar1;
|
|
private System.Windows.Forms.Button btn_Save;
|
|
private System.Windows.Forms.Button btn_Close;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label Ver;
|
|
private System.Windows.Forms.Label days;
|
|
private System.Windows.Forms.Label power;
|
|
private System.Windows.Forms.Button btn_ScanCode;
|
|
private System.Windows.Forms.TextBox ScanCodeText;
|
|
private System.Windows.Forms.Label ScanCode;
|
|
|
|
|
|
}
|
|
}
|
|
|