592 lines
29 KiB
C#
592 lines
29 KiB
C#
namespace TmatrixCodeGenerator
|
||
{
|
||
partial class Tmatrix_Form
|
||
{
|
||
/// <summary>
|
||
/// 設計工具所需的變數。
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// 清除任何使用中的資源。
|
||
/// </summary>
|
||
/// <param name="disposing">如果應該處置 Managed 資源則為 true,否則為 false。</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Windows Form 設計工具產生的程式碼
|
||
|
||
/// <summary>
|
||
/// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器
|
||
/// 修改這個方法的內容。
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Tmatrix_Form));
|
||
this.SelectTmatrixKey_button = new System.Windows.Forms.Button();
|
||
this.SelectPDF_button = new System.Windows.Forms.Button();
|
||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
this.SID_textBox = new System.Windows.Forms.TextBox();
|
||
this.label7 = new System.Windows.Forms.Label();
|
||
this.OID_textBox = new System.Windows.Forms.TextBox();
|
||
this.label14 = new System.Windows.Forms.Label();
|
||
this.Expiration_textBox = new System.Windows.Forms.TextBox();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.PID2_textBox = new System.Windows.Forms.TextBox();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.PID1_textBox = new System.Windows.Forms.TextBox();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.BID_textBox = new System.Windows.Forms.TextBox();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.PDF_groupBox = new System.Windows.Forms.GroupBox();
|
||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||
this.label13 = new System.Windows.Forms.Label();
|
||
this.label12 = new System.Windows.Forms.Label();
|
||
this.label11 = new System.Windows.Forms.Label();
|
||
this.GeneratePartialCode_button = new System.Windows.Forms.Button();
|
||
this.label10 = new System.Windows.Forms.Label();
|
||
this.label9 = new System.Windows.Forms.Label();
|
||
this.label8 = new System.Windows.Forms.Label();
|
||
this.label6 = new System.Windows.Forms.Label();
|
||
this.H3_textBox = new System.Windows.Forms.TextBox();
|
||
this.H2_textBox = new System.Windows.Forms.TextBox();
|
||
this.H1_textBox = new System.Windows.Forms.TextBox();
|
||
this.W3_textBox = new System.Windows.Forms.TextBox();
|
||
this.W2_textBox = new System.Windows.Forms.TextBox();
|
||
this.W1_textBox = new System.Windows.Forms.TextBox();
|
||
this.Y3_textBox = new System.Windows.Forms.TextBox();
|
||
this.Y2_textBox = new System.Windows.Forms.TextBox();
|
||
this.Y1_textBox = new System.Windows.Forms.TextBox();
|
||
this.X3_textBox = new System.Windows.Forms.TextBox();
|
||
this.X2_textBox = new System.Windows.Forms.TextBox();
|
||
this.X1_textBox = new System.Windows.Forms.TextBox();
|
||
this.GenerateTmatrixCode_button = new System.Windows.Forms.Button();
|
||
this.FName_textBox = new System.Windows.Forms.TextBox();
|
||
this.SPID_textBox = new System.Windows.Forms.TextBox();
|
||
this.label5 = new System.Windows.Forms.Label();
|
||
this.Exit_button = new System.Windows.Forms.Button();
|
||
this.panel1 = new System.Windows.Forms.Panel();
|
||
this.groupBox1.SuspendLayout();
|
||
this.PDF_groupBox.SuspendLayout();
|
||
this.groupBox2.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// SelectTmatrixKey_button
|
||
//
|
||
this.SelectTmatrixKey_button.Location = new System.Drawing.Point(10, 41);
|
||
this.SelectTmatrixKey_button.Name = "SelectTmatrixKey_button";
|
||
this.SelectTmatrixKey_button.Size = new System.Drawing.Size(174, 37);
|
||
this.SelectTmatrixKey_button.TabIndex = 3;
|
||
this.SelectTmatrixKey_button.Text = "Select Configure File";
|
||
this.SelectTmatrixKey_button.UseVisualStyleBackColor = true;
|
||
this.SelectTmatrixKey_button.Click += new System.EventHandler(this.SelectTmatrixKey_button_Click);
|
||
//
|
||
// SelectPDF_button
|
||
//
|
||
this.SelectPDF_button.Location = new System.Drawing.Point(17, 41);
|
||
this.SelectPDF_button.Name = "SelectPDF_button";
|
||
this.SelectPDF_button.Size = new System.Drawing.Size(146, 37);
|
||
this.SelectPDF_button.TabIndex = 4;
|
||
this.SelectPDF_button.Text = "Select PDF File";
|
||
this.SelectPDF_button.UseVisualStyleBackColor = true;
|
||
this.SelectPDF_button.Click += new System.EventHandler(this.SelectPDF_button_Click);
|
||
//
|
||
// groupBox1
|
||
//
|
||
this.groupBox1.Controls.Add(this.SID_textBox);
|
||
this.groupBox1.Controls.Add(this.label7);
|
||
this.groupBox1.Controls.Add(this.OID_textBox);
|
||
this.groupBox1.Controls.Add(this.label14);
|
||
this.groupBox1.Controls.Add(this.Expiration_textBox);
|
||
this.groupBox1.Controls.Add(this.label4);
|
||
this.groupBox1.Controls.Add(this.PID2_textBox);
|
||
this.groupBox1.Controls.Add(this.label3);
|
||
this.groupBox1.Controls.Add(this.PID1_textBox);
|
||
this.groupBox1.Controls.Add(this.label2);
|
||
this.groupBox1.Controls.Add(this.BID_textBox);
|
||
this.groupBox1.Controls.Add(this.label1);
|
||
this.groupBox1.Controls.Add(this.SelectTmatrixKey_button);
|
||
this.groupBox1.Location = new System.Drawing.Point(18, 17);
|
||
this.groupBox1.Name = "groupBox1";
|
||
this.groupBox1.Size = new System.Drawing.Size(683, 158);
|
||
this.groupBox1.TabIndex = 5;
|
||
this.groupBox1.TabStop = false;
|
||
this.groupBox1.Text = "Configure";
|
||
//
|
||
// SID_textBox
|
||
//
|
||
this.SID_textBox.ForeColor = System.Drawing.Color.Navy;
|
||
this.SID_textBox.Location = new System.Drawing.Point(293, 47);
|
||
this.SID_textBox.Name = "SID_textBox";
|
||
this.SID_textBox.ReadOnly = true;
|
||
this.SID_textBox.Size = new System.Drawing.Size(55, 25);
|
||
this.SID_textBox.TabIndex = 19;
|
||
//
|
||
// label7
|
||
//
|
||
this.label7.AutoSize = true;
|
||
this.label7.Location = new System.Drawing.Point(186, 49);
|
||
this.label7.Name = "label7";
|
||
this.label7.Size = new System.Drawing.Size(85, 20);
|
||
this.label7.TabIndex = 18;
|
||
this.label7.Text = "Section ID :";
|
||
//
|
||
// OID_textBox
|
||
//
|
||
this.OID_textBox.ForeColor = System.Drawing.Color.Navy;
|
||
this.OID_textBox.Location = new System.Drawing.Point(450, 47);
|
||
this.OID_textBox.Name = "OID_textBox";
|
||
this.OID_textBox.ReadOnly = true;
|
||
this.OID_textBox.Size = new System.Drawing.Size(55, 25);
|
||
this.OID_textBox.TabIndex = 17;
|
||
//
|
||
// label14
|
||
//
|
||
this.label14.AutoSize = true;
|
||
this.label14.Location = new System.Drawing.Point(356, 49);
|
||
this.label14.Name = "label14";
|
||
this.label14.Size = new System.Drawing.Size(79, 20);
|
||
this.label14.TabIndex = 16;
|
||
this.label14.Text = "Owner ID :";
|
||
//
|
||
// Expiration_textBox
|
||
//
|
||
this.Expiration_textBox.ForeColor = System.Drawing.Color.Navy;
|
||
this.Expiration_textBox.Location = new System.Drawing.Point(453, 100);
|
||
this.Expiration_textBox.Name = "Expiration_textBox";
|
||
this.Expiration_textBox.ReadOnly = true;
|
||
this.Expiration_textBox.Size = new System.Drawing.Size(135, 25);
|
||
this.Expiration_textBox.TabIndex = 11;
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Location = new System.Drawing.Point(349, 102);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(84, 20);
|
||
this.label4.TabIndex = 10;
|
||
this.label4.Text = "Expiration :";
|
||
//
|
||
// PID2_textBox
|
||
//
|
||
this.PID2_textBox.ForeColor = System.Drawing.Color.Navy;
|
||
this.PID2_textBox.Location = new System.Drawing.Point(264, 100);
|
||
this.PID2_textBox.Name = "PID2_textBox";
|
||
this.PID2_textBox.ReadOnly = true;
|
||
this.PID2_textBox.Size = new System.Drawing.Size(69, 25);
|
||
this.PID2_textBox.TabIndex = 9;
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new System.Drawing.Point(229, 102);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(26, 20);
|
||
this.label3.TabIndex = 8;
|
||
this.label3.Text = "To";
|
||
//
|
||
// PID1_textBox
|
||
//
|
||
this.PID1_textBox.ForeColor = System.Drawing.Color.Navy;
|
||
this.PID1_textBox.Location = new System.Drawing.Point(155, 100);
|
||
this.PID1_textBox.Name = "PID1_textBox";
|
||
this.PID1_textBox.ReadOnly = true;
|
||
this.PID1_textBox.Size = new System.Drawing.Size(69, 25);
|
||
this.PID1_textBox.TabIndex = 7;
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(20, 102);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(107, 20);
|
||
this.label2.TabIndex = 6;
|
||
this.label2.Text = "Page ID : From";
|
||
//
|
||
// BID_textBox
|
||
//
|
||
this.BID_textBox.ForeColor = System.Drawing.Color.Navy;
|
||
this.BID_textBox.Location = new System.Drawing.Point(598, 48);
|
||
this.BID_textBox.Name = "BID_textBox";
|
||
this.BID_textBox.ReadOnly = true;
|
||
this.BID_textBox.Size = new System.Drawing.Size(70, 25);
|
||
this.BID_textBox.TabIndex = 5;
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(508, 50);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(70, 20);
|
||
this.label1.TabIndex = 4;
|
||
this.label1.Text = "Book ID :";
|
||
//
|
||
// PDF_groupBox
|
||
//
|
||
this.PDF_groupBox.Controls.Add(this.groupBox2);
|
||
this.PDF_groupBox.Controls.Add(this.GenerateTmatrixCode_button);
|
||
this.PDF_groupBox.Controls.Add(this.FName_textBox);
|
||
this.PDF_groupBox.Controls.Add(this.SPID_textBox);
|
||
this.PDF_groupBox.Controls.Add(this.label5);
|
||
this.PDF_groupBox.Controls.Add(this.SelectPDF_button);
|
||
this.PDF_groupBox.Enabled = false;
|
||
this.PDF_groupBox.Location = new System.Drawing.Point(18, 189);
|
||
this.PDF_groupBox.Name = "PDF_groupBox";
|
||
this.PDF_groupBox.Size = new System.Drawing.Size(683, 111);
|
||
this.PDF_groupBox.TabIndex = 6;
|
||
this.PDF_groupBox.TabStop = false;
|
||
this.PDF_groupBox.Text = "Select PDF to Generate Code";
|
||
//
|
||
// groupBox2
|
||
//
|
||
this.groupBox2.Controls.Add(this.label13);
|
||
this.groupBox2.Controls.Add(this.label12);
|
||
this.groupBox2.Controls.Add(this.label11);
|
||
this.groupBox2.Controls.Add(this.GeneratePartialCode_button);
|
||
this.groupBox2.Controls.Add(this.label10);
|
||
this.groupBox2.Controls.Add(this.label9);
|
||
this.groupBox2.Controls.Add(this.label8);
|
||
this.groupBox2.Controls.Add(this.label6);
|
||
this.groupBox2.Controls.Add(this.H3_textBox);
|
||
this.groupBox2.Controls.Add(this.H2_textBox);
|
||
this.groupBox2.Controls.Add(this.H1_textBox);
|
||
this.groupBox2.Controls.Add(this.W3_textBox);
|
||
this.groupBox2.Controls.Add(this.W2_textBox);
|
||
this.groupBox2.Controls.Add(this.W1_textBox);
|
||
this.groupBox2.Controls.Add(this.Y3_textBox);
|
||
this.groupBox2.Controls.Add(this.Y2_textBox);
|
||
this.groupBox2.Controls.Add(this.Y1_textBox);
|
||
this.groupBox2.Controls.Add(this.X3_textBox);
|
||
this.groupBox2.Controls.Add(this.X2_textBox);
|
||
this.groupBox2.Controls.Add(this.X1_textBox);
|
||
this.groupBox2.Location = new System.Drawing.Point(17, 85);
|
||
this.groupBox2.Name = "groupBox2";
|
||
this.groupBox2.Size = new System.Drawing.Size(602, 10);
|
||
this.groupBox2.TabIndex = 13;
|
||
this.groupBox2.TabStop = false;
|
||
this.groupBox2.Text = "Partial Area Code";
|
||
this.groupBox2.Visible = false;
|
||
//
|
||
// label13
|
||
//
|
||
this.label13.AutoSize = true;
|
||
this.label13.Location = new System.Drawing.Point(3, 134);
|
||
this.label13.Name = "label13";
|
||
this.label13.Size = new System.Drawing.Size(26, 20);
|
||
this.label13.TabIndex = 21;
|
||
this.label13.Text = "P3";
|
||
//
|
||
// label12
|
||
//
|
||
this.label12.AutoSize = true;
|
||
this.label12.Location = new System.Drawing.Point(3, 100);
|
||
this.label12.Name = "label12";
|
||
this.label12.Size = new System.Drawing.Size(26, 20);
|
||
this.label12.TabIndex = 20;
|
||
this.label12.Text = "P2";
|
||
//
|
||
// label11
|
||
//
|
||
this.label11.AutoSize = true;
|
||
this.label11.Location = new System.Drawing.Point(3, 65);
|
||
this.label11.Name = "label11";
|
||
this.label11.Size = new System.Drawing.Size(26, 20);
|
||
this.label11.TabIndex = 19;
|
||
this.label11.Text = "P1";
|
||
//
|
||
// GeneratePartialCode_button
|
||
//
|
||
this.GeneratePartialCode_button.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.GeneratePartialCode_button.Location = new System.Drawing.Point(395, 88);
|
||
this.GeneratePartialCode_button.Name = "GeneratePartialCode_button";
|
||
this.GeneratePartialCode_button.Size = new System.Drawing.Size(187, 72);
|
||
this.GeneratePartialCode_button.TabIndex = 18;
|
||
this.GeneratePartialCode_button.Text = "Generate Partial Code";
|
||
this.GeneratePartialCode_button.UseVisualStyleBackColor = true;
|
||
this.GeneratePartialCode_button.Click += new System.EventHandler(this.GeneratePartialCode_button_Click);
|
||
//
|
||
// label10
|
||
//
|
||
this.label10.AutoSize = true;
|
||
this.label10.Location = new System.Drawing.Point(306, 30);
|
||
this.label10.Name = "label10";
|
||
this.label10.Size = new System.Drawing.Size(55, 20);
|
||
this.label10.TabIndex = 15;
|
||
this.label10.Text = "Height";
|
||
//
|
||
// label9
|
||
//
|
||
this.label9.AutoSize = true;
|
||
this.label9.Location = new System.Drawing.Point(222, 31);
|
||
this.label9.Name = "label9";
|
||
this.label9.Size = new System.Drawing.Size(50, 20);
|
||
this.label9.TabIndex = 14;
|
||
this.label9.Text = "Width";
|
||
//
|
||
// label8
|
||
//
|
||
this.label8.AutoSize = true;
|
||
this.label8.Location = new System.Drawing.Point(126, 30);
|
||
this.label8.Name = "label8";
|
||
this.label8.Size = new System.Drawing.Size(57, 20);
|
||
this.label8.TabIndex = 13;
|
||
this.label8.Text = "Y (Top)";
|
||
//
|
||
// label6
|
||
//
|
||
this.label6.AutoSize = true;
|
||
this.label6.Location = new System.Drawing.Point(34, 30);
|
||
this.label6.Name = "label6";
|
||
this.label6.Size = new System.Drawing.Size(57, 20);
|
||
this.label6.TabIndex = 12;
|
||
this.label6.Text = "X (Left)";
|
||
//
|
||
// H3_textBox
|
||
//
|
||
this.H3_textBox.ImeMode = System.Windows.Forms.ImeMode.Alpha;
|
||
this.H3_textBox.Location = new System.Drawing.Point(306, 131);
|
||
this.H3_textBox.Name = "H3_textBox";
|
||
this.H3_textBox.Size = new System.Drawing.Size(69, 25);
|
||
this.H3_textBox.TabIndex = 11;
|
||
this.H3_textBox.Text = "1500";
|
||
//
|
||
// H2_textBox
|
||
//
|
||
this.H2_textBox.ImeMode = System.Windows.Forms.ImeMode.Alpha;
|
||
this.H2_textBox.Location = new System.Drawing.Point(306, 96);
|
||
this.H2_textBox.Name = "H2_textBox";
|
||
this.H2_textBox.Size = new System.Drawing.Size(69, 25);
|
||
this.H2_textBox.TabIndex = 10;
|
||
this.H2_textBox.Text = "1500";
|
||
//
|
||
// H1_textBox
|
||
//
|
||
this.H1_textBox.ImeMode = System.Windows.Forms.ImeMode.Alpha;
|
||
this.H1_textBox.Location = new System.Drawing.Point(306, 61);
|
||
this.H1_textBox.Name = "H1_textBox";
|
||
this.H1_textBox.Size = new System.Drawing.Size(69, 25);
|
||
this.H1_textBox.TabIndex = 9;
|
||
this.H1_textBox.Text = "1500";
|
||
//
|
||
// W3_textBox
|
||
//
|
||
this.W3_textBox.ImeMode = System.Windows.Forms.ImeMode.Alpha;
|
||
this.W3_textBox.Location = new System.Drawing.Point(217, 132);
|
||
this.W3_textBox.Name = "W3_textBox";
|
||
this.W3_textBox.Size = new System.Drawing.Size(69, 25);
|
||
this.W3_textBox.TabIndex = 8;
|
||
this.W3_textBox.Text = "1500";
|
||
//
|
||
// W2_textBox
|
||
//
|
||
this.W2_textBox.ImeMode = System.Windows.Forms.ImeMode.Alpha;
|
||
this.W2_textBox.Location = new System.Drawing.Point(217, 97);
|
||
this.W2_textBox.Name = "W2_textBox";
|
||
this.W2_textBox.Size = new System.Drawing.Size(69, 25);
|
||
this.W2_textBox.TabIndex = 7;
|
||
this.W2_textBox.Text = "1500";
|
||
//
|
||
// W1_textBox
|
||
//
|
||
this.W1_textBox.ImeMode = System.Windows.Forms.ImeMode.Alpha;
|
||
this.W1_textBox.Location = new System.Drawing.Point(217, 62);
|
||
this.W1_textBox.Name = "W1_textBox";
|
||
this.W1_textBox.Size = new System.Drawing.Size(69, 25);
|
||
this.W1_textBox.TabIndex = 6;
|
||
this.W1_textBox.Text = "1500";
|
||
//
|
||
// Y3_textBox
|
||
//
|
||
this.Y3_textBox.ImeMode = System.Windows.Forms.ImeMode.Alpha;
|
||
this.Y3_textBox.Location = new System.Drawing.Point(126, 132);
|
||
this.Y3_textBox.Name = "Y3_textBox";
|
||
this.Y3_textBox.Size = new System.Drawing.Size(69, 25);
|
||
this.Y3_textBox.TabIndex = 5;
|
||
this.Y3_textBox.Text = "3000";
|
||
//
|
||
// Y2_textBox
|
||
//
|
||
this.Y2_textBox.ImeMode = System.Windows.Forms.ImeMode.Alpha;
|
||
this.Y2_textBox.Location = new System.Drawing.Point(126, 97);
|
||
this.Y2_textBox.Name = "Y2_textBox";
|
||
this.Y2_textBox.Size = new System.Drawing.Size(69, 25);
|
||
this.Y2_textBox.TabIndex = 4;
|
||
this.Y2_textBox.Text = "1500";
|
||
//
|
||
// Y1_textBox
|
||
//
|
||
this.Y1_textBox.ImeMode = System.Windows.Forms.ImeMode.Alpha;
|
||
this.Y1_textBox.Location = new System.Drawing.Point(126, 62);
|
||
this.Y1_textBox.Name = "Y1_textBox";
|
||
this.Y1_textBox.Size = new System.Drawing.Size(69, 25);
|
||
this.Y1_textBox.TabIndex = 3;
|
||
this.Y1_textBox.Text = "0";
|
||
//
|
||
// X3_textBox
|
||
//
|
||
this.X3_textBox.ImeMode = System.Windows.Forms.ImeMode.Alpha;
|
||
this.X3_textBox.Location = new System.Drawing.Point(33, 132);
|
||
this.X3_textBox.Name = "X3_textBox";
|
||
this.X3_textBox.Size = new System.Drawing.Size(69, 25);
|
||
this.X3_textBox.TabIndex = 2;
|
||
this.X3_textBox.Text = "3000";
|
||
//
|
||
// X2_textBox
|
||
//
|
||
this.X2_textBox.ImeMode = System.Windows.Forms.ImeMode.Alpha;
|
||
this.X2_textBox.Location = new System.Drawing.Point(33, 97);
|
||
this.X2_textBox.Name = "X2_textBox";
|
||
this.X2_textBox.Size = new System.Drawing.Size(69, 25);
|
||
this.X2_textBox.TabIndex = 1;
|
||
this.X2_textBox.Text = "1500";
|
||
//
|
||
// X1_textBox
|
||
//
|
||
this.X1_textBox.ImeMode = System.Windows.Forms.ImeMode.Alpha;
|
||
this.X1_textBox.Location = new System.Drawing.Point(33, 62);
|
||
this.X1_textBox.Name = "X1_textBox";
|
||
this.X1_textBox.Size = new System.Drawing.Size(69, 25);
|
||
this.X1_textBox.TabIndex = 0;
|
||
this.X1_textBox.Text = "0";
|
||
//
|
||
// GenerateTmatrixCode_button
|
||
//
|
||
this.GenerateTmatrixCode_button.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.GenerateTmatrixCode_button.Location = new System.Drawing.Point(398, 42);
|
||
this.GenerateTmatrixCode_button.Name = "GenerateTmatrixCode_button";
|
||
this.GenerateTmatrixCode_button.Size = new System.Drawing.Size(201, 37);
|
||
this.GenerateTmatrixCode_button.TabIndex = 1;
|
||
this.GenerateTmatrixCode_button.Text = "Generate Code";
|
||
this.GenerateTmatrixCode_button.UseVisualStyleBackColor = true;
|
||
this.GenerateTmatrixCode_button.Click += new System.EventHandler(this.GenerateTmatrixCode_button_Click);
|
||
//
|
||
// FName_textBox
|
||
//
|
||
this.FName_textBox.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.FName_textBox.ForeColor = System.Drawing.Color.Navy;
|
||
this.FName_textBox.Location = new System.Drawing.Point(18, 302);
|
||
this.FName_textBox.Name = "FName_textBox";
|
||
this.FName_textBox.Size = new System.Drawing.Size(539, 23);
|
||
this.FName_textBox.TabIndex = 12;
|
||
this.FName_textBox.Visible = false;
|
||
//
|
||
// SPID_textBox
|
||
//
|
||
this.SPID_textBox.ForeColor = System.Drawing.Color.Navy;
|
||
this.SPID_textBox.ImeMode = System.Windows.Forms.ImeMode.Alpha;
|
||
this.SPID_textBox.Location = new System.Drawing.Point(297, 47);
|
||
this.SPID_textBox.Name = "SPID_textBox";
|
||
this.SPID_textBox.Size = new System.Drawing.Size(74, 25);
|
||
this.SPID_textBox.TabIndex = 7;
|
||
this.SPID_textBox.Text = "0";
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.AutoSize = true;
|
||
this.label5.Location = new System.Drawing.Point(169, 49);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(104, 20);
|
||
this.label5.TabIndex = 6;
|
||
this.label5.Text = "Start Page ID :";
|
||
//
|
||
// Exit_button
|
||
//
|
||
this.Exit_button.Location = new System.Drawing.Point(632, 306);
|
||
this.Exit_button.Name = "Exit_button";
|
||
this.Exit_button.Size = new System.Drawing.Size(69, 37);
|
||
this.Exit_button.TabIndex = 8;
|
||
this.Exit_button.Text = "Exit";
|
||
this.Exit_button.UseVisualStyleBackColor = true;
|
||
this.Exit_button.Click += new System.EventHandler(this.Exit_button_Click);
|
||
//
|
||
// panel1
|
||
//
|
||
this.panel1.Location = new System.Drawing.Point(374, 565);
|
||
this.panel1.Name = "panel1";
|
||
this.panel1.Size = new System.Drawing.Size(38, 22);
|
||
this.panel1.TabIndex = 10;
|
||
this.panel1.Visible = false;
|
||
//
|
||
// Tmatrix_Form
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(716, 352);
|
||
this.Controls.Add(this.panel1);
|
||
this.Controls.Add(this.Exit_button);
|
||
this.Controls.Add(this.PDF_groupBox);
|
||
this.Controls.Add(this.groupBox1);
|
||
this.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.ForeColor = System.Drawing.Color.Navy;
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||
this.MaximizeBox = false;
|
||
this.Name = "Tmatrix_Form";
|
||
this.Text = "NetEase 100 Smart Pen";
|
||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Tmatrix_Form_FormClosing);
|
||
this.groupBox1.ResumeLayout(false);
|
||
this.groupBox1.PerformLayout();
|
||
this.PDF_groupBox.ResumeLayout(false);
|
||
this.PDF_groupBox.PerformLayout();
|
||
this.groupBox2.ResumeLayout(false);
|
||
this.groupBox2.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Button SelectTmatrixKey_button;
|
||
private System.Windows.Forms.Button SelectPDF_button;
|
||
private System.Windows.Forms.GroupBox groupBox1;
|
||
private System.Windows.Forms.TextBox Expiration_textBox;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.TextBox PID2_textBox;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.TextBox PID1_textBox;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.TextBox BID_textBox;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.GroupBox PDF_groupBox;
|
||
private System.Windows.Forms.TextBox SPID_textBox;
|
||
private System.Windows.Forms.Label label5;
|
||
private System.Windows.Forms.Button GenerateTmatrixCode_button;
|
||
private System.Windows.Forms.TextBox FName_textBox;
|
||
private System.Windows.Forms.Button Exit_button;
|
||
private System.Windows.Forms.Panel panel1;
|
||
private System.Windows.Forms.GroupBox groupBox2;
|
||
private System.Windows.Forms.TextBox X2_textBox;
|
||
private System.Windows.Forms.TextBox X1_textBox;
|
||
private System.Windows.Forms.Button GeneratePartialCode_button;
|
||
private System.Windows.Forms.Label label10;
|
||
private System.Windows.Forms.Label label9;
|
||
private System.Windows.Forms.Label label8;
|
||
private System.Windows.Forms.Label label6;
|
||
private System.Windows.Forms.TextBox H3_textBox;
|
||
private System.Windows.Forms.TextBox H2_textBox;
|
||
private System.Windows.Forms.TextBox H1_textBox;
|
||
private System.Windows.Forms.TextBox W3_textBox;
|
||
private System.Windows.Forms.TextBox W2_textBox;
|
||
private System.Windows.Forms.TextBox W1_textBox;
|
||
private System.Windows.Forms.TextBox Y3_textBox;
|
||
private System.Windows.Forms.TextBox Y2_textBox;
|
||
private System.Windows.Forms.TextBox Y1_textBox;
|
||
private System.Windows.Forms.TextBox X3_textBox;
|
||
private System.Windows.Forms.Label label13;
|
||
private System.Windows.Forms.Label label12;
|
||
private System.Windows.Forms.Label label11;
|
||
private System.Windows.Forms.TextBox SID_textBox;
|
||
private System.Windows.Forms.Label label7;
|
||
private System.Windows.Forms.TextBox OID_textBox;
|
||
private System.Windows.Forms.Label label14;
|
||
}
|
||
}
|
||
|