You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							271 lines
						
					
					
						
							12 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							271 lines
						
					
					
						
							12 KiB
						
					
					
				
								namespace ShenTun.IcCard.Test
							 | 
						|
								{
							 | 
						|
								    partial class Form2
							 | 
						|
								    {
							 | 
						|
								        /// <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.components = new System.ComponentModel.Container();
							 | 
						|
								            this.comboBox_Key = new System.Windows.Forms.ComboBox();
							 | 
						|
								            this.comboBox_Clock = new System.Windows.Forms.ComboBox();
							 | 
						|
								            this.comboBox_Port = new System.Windows.Forms.ComboBox();
							 | 
						|
								            this.serialPort1 = new System.IO.Ports.SerialPort(this.components);
							 | 
						|
								            this.button1 = new System.Windows.Forms.Button();
							 | 
						|
								            this.textBox_Name = new System.Windows.Forms.TextBox();
							 | 
						|
								            this.button2 = new System.Windows.Forms.Button();
							 | 
						|
								            this.textBox_NationOrCountry = new System.Windows.Forms.TextBox();
							 | 
						|
								            this.textBox_Sex = new System.Windows.Forms.TextBox();
							 | 
						|
								            this.textBox_BornDate = new System.Windows.Forms.TextBox();
							 | 
						|
								            this.textBox_Address = new System.Windows.Forms.TextBox();
							 | 
						|
								            this.textBox_IDCardNum = new System.Windows.Forms.TextBox();
							 | 
						|
								            this.textBox_Issue = new System.Windows.Forms.TextBox();
							 | 
						|
								            this.textBox_ExpiredDate = new System.Windows.Forms.TextBox();
							 | 
						|
								            this.textBox_PassNum = new System.Windows.Forms.TextBox();
							 | 
						|
								            this.textBox_VisaTimes = new System.Windows.Forms.TextBox();
							 | 
						|
								            this.textBox_EnName = new System.Windows.Forms.TextBox();
							 | 
						|
								            this.textBox_CnName = new System.Windows.Forms.TextBox();
							 | 
						|
								            this.textBox_CardType = new System.Windows.Forms.TextBox();
							 | 
						|
								            this.textBox2 = new System.Windows.Forms.TextBox();
							 | 
						|
								            this.textBox3 = new System.Windows.Forms.TextBox();
							 | 
						|
								            this.textBox4 = new System.Windows.Forms.TextBox();
							 | 
						|
								            this.SuspendLayout();
							 | 
						|
								            // 
							 | 
						|
								            // comboBox_Key
							 | 
						|
								            // 
							 | 
						|
								            this.comboBox_Key.FormattingEnabled = true;
							 | 
						|
								            this.comboBox_Key.Location = new System.Drawing.Point(23, 38);
							 | 
						|
								            this.comboBox_Key.Name = "comboBox_Key";
							 | 
						|
								            this.comboBox_Key.Size = new System.Drawing.Size(121, 32);
							 | 
						|
								            this.comboBox_Key.TabIndex = 0;
							 | 
						|
								            // 
							 | 
						|
								            // comboBox_Clock
							 | 
						|
								            // 
							 | 
						|
								            this.comboBox_Clock.FormattingEnabled = true;
							 | 
						|
								            this.comboBox_Clock.Location = new System.Drawing.Point(182, 37);
							 | 
						|
								            this.comboBox_Clock.Name = "comboBox_Clock";
							 | 
						|
								            this.comboBox_Clock.Size = new System.Drawing.Size(121, 32);
							 | 
						|
								            this.comboBox_Clock.TabIndex = 1;
							 | 
						|
								            // 
							 | 
						|
								            // comboBox_Port
							 | 
						|
								            // 
							 | 
						|
								            this.comboBox_Port.FormattingEnabled = true;
							 | 
						|
								            this.comboBox_Port.Location = new System.Drawing.Point(336, 37);
							 | 
						|
								            this.comboBox_Port.Name = "comboBox_Port";
							 | 
						|
								            this.comboBox_Port.Size = new System.Drawing.Size(121, 32);
							 | 
						|
								            this.comboBox_Port.TabIndex = 2;
							 | 
						|
								            // 
							 | 
						|
								            // button1
							 | 
						|
								            // 
							 | 
						|
								            this.button1.Location = new System.Drawing.Point(33, 114);
							 | 
						|
								            this.button1.Name = "button1";
							 | 
						|
								            this.button1.Size = new System.Drawing.Size(168, 40);
							 | 
						|
								            this.button1.TabIndex = 3;
							 | 
						|
								            this.button1.Text = "button1";
							 | 
						|
								            this.button1.UseVisualStyleBackColor = true;
							 | 
						|
								            this.button1.Click += new System.EventHandler(this.button1_Click);
							 | 
						|
								            // 
							 | 
						|
								            // textBox_Name
							 | 
						|
								            // 
							 | 
						|
								            this.textBox_Name.Location = new System.Drawing.Point(240, 114);
							 | 
						|
								            this.textBox_Name.Name = "textBox_Name";
							 | 
						|
								            this.textBox_Name.Size = new System.Drawing.Size(217, 35);
							 | 
						|
								            this.textBox_Name.TabIndex = 4;
							 | 
						|
								            // 
							 | 
						|
								            // button2
							 | 
						|
								            // 
							 | 
						|
								            this.button2.Location = new System.Drawing.Point(33, 178);
							 | 
						|
								            this.button2.Name = "button2";
							 | 
						|
								            this.button2.Size = new System.Drawing.Size(161, 45);
							 | 
						|
								            this.button2.TabIndex = 5;
							 | 
						|
								            this.button2.Text = "button2";
							 | 
						|
								            this.button2.UseVisualStyleBackColor = true;
							 | 
						|
								            this.button2.Click += new System.EventHandler(this.button2_Click);
							 | 
						|
								            // 
							 | 
						|
								            // textBox_NationOrCountry
							 | 
						|
								            // 
							 | 
						|
								            this.textBox_NationOrCountry.Location = new System.Drawing.Point(240, 185);
							 | 
						|
								            this.textBox_NationOrCountry.Name = "textBox_NationOrCountry";
							 | 
						|
								            this.textBox_NationOrCountry.Size = new System.Drawing.Size(217, 35);
							 | 
						|
								            this.textBox_NationOrCountry.TabIndex = 6;
							 | 
						|
								            // 
							 | 
						|
								            // textBox_Sex
							 | 
						|
								            // 
							 | 
						|
								            this.textBox_Sex.Location = new System.Drawing.Point(33, 244);
							 | 
						|
								            this.textBox_Sex.Name = "textBox_Sex";
							 | 
						|
								            this.textBox_Sex.Size = new System.Drawing.Size(217, 35);
							 | 
						|
								            this.textBox_Sex.TabIndex = 7;
							 | 
						|
								            // 
							 | 
						|
								            // textBox_BornDate
							 | 
						|
								            // 
							 | 
						|
								            this.textBox_BornDate.Location = new System.Drawing.Point(279, 244);
							 | 
						|
								            this.textBox_BornDate.Name = "textBox_BornDate";
							 | 
						|
								            this.textBox_BornDate.Size = new System.Drawing.Size(217, 35);
							 | 
						|
								            this.textBox_BornDate.TabIndex = 8;
							 | 
						|
								            // 
							 | 
						|
								            // textBox_Address
							 | 
						|
								            // 
							 | 
						|
								            this.textBox_Address.Location = new System.Drawing.Point(33, 307);
							 | 
						|
								            this.textBox_Address.Name = "textBox_Address";
							 | 
						|
								            this.textBox_Address.Size = new System.Drawing.Size(217, 35);
							 | 
						|
								            this.textBox_Address.TabIndex = 9;
							 | 
						|
								            // 
							 | 
						|
								            // textBox_IDCardNum
							 | 
						|
								            // 
							 | 
						|
								            this.textBox_IDCardNum.Location = new System.Drawing.Point(279, 307);
							 | 
						|
								            this.textBox_IDCardNum.Name = "textBox_IDCardNum";
							 | 
						|
								            this.textBox_IDCardNum.Size = new System.Drawing.Size(217, 35);
							 | 
						|
								            this.textBox_IDCardNum.TabIndex = 10;
							 | 
						|
								            // 
							 | 
						|
								            // textBox_Issue
							 | 
						|
								            // 
							 | 
						|
								            this.textBox_Issue.Location = new System.Drawing.Point(33, 367);
							 | 
						|
								            this.textBox_Issue.Name = "textBox_Issue";
							 | 
						|
								            this.textBox_Issue.Size = new System.Drawing.Size(217, 35);
							 | 
						|
								            this.textBox_Issue.TabIndex = 11;
							 | 
						|
								            // 
							 | 
						|
								            // textBox_ExpiredDate
							 | 
						|
								            // 
							 | 
						|
								            this.textBox_ExpiredDate.Location = new System.Drawing.Point(279, 367);
							 | 
						|
								            this.textBox_ExpiredDate.Name = "textBox_ExpiredDate";
							 | 
						|
								            this.textBox_ExpiredDate.Size = new System.Drawing.Size(217, 35);
							 | 
						|
								            this.textBox_ExpiredDate.TabIndex = 12;
							 | 
						|
								            // 
							 | 
						|
								            // textBox_PassNum
							 | 
						|
								            // 
							 | 
						|
								            this.textBox_PassNum.Location = new System.Drawing.Point(33, 433);
							 | 
						|
								            this.textBox_PassNum.Name = "textBox_PassNum";
							 | 
						|
								            this.textBox_PassNum.Size = new System.Drawing.Size(217, 35);
							 | 
						|
								            this.textBox_PassNum.TabIndex = 13;
							 | 
						|
								            // 
							 | 
						|
								            // textBox_VisaTimes
							 | 
						|
								            // 
							 | 
						|
								            this.textBox_VisaTimes.Location = new System.Drawing.Point(279, 433);
							 | 
						|
								            this.textBox_VisaTimes.Name = "textBox_VisaTimes";
							 | 
						|
								            this.textBox_VisaTimes.Size = new System.Drawing.Size(217, 35);
							 | 
						|
								            this.textBox_VisaTimes.TabIndex = 14;
							 | 
						|
								            // 
							 | 
						|
								            // textBox_EnName
							 | 
						|
								            // 
							 | 
						|
								            this.textBox_EnName.Location = new System.Drawing.Point(33, 491);
							 | 
						|
								            this.textBox_EnName.Name = "textBox_EnName";
							 | 
						|
								            this.textBox_EnName.Size = new System.Drawing.Size(217, 35);
							 | 
						|
								            this.textBox_EnName.TabIndex = 15;
							 | 
						|
								            // 
							 | 
						|
								            // textBox_CnName
							 | 
						|
								            // 
							 | 
						|
								            this.textBox_CnName.Location = new System.Drawing.Point(279, 491);
							 | 
						|
								            this.textBox_CnName.Name = "textBox_CnName";
							 | 
						|
								            this.textBox_CnName.Size = new System.Drawing.Size(217, 35);
							 | 
						|
								            this.textBox_CnName.TabIndex = 16;
							 | 
						|
								            // 
							 | 
						|
								            // textBox_CardType
							 | 
						|
								            // 
							 | 
						|
								            this.textBox_CardType.Location = new System.Drawing.Point(33, 550);
							 | 
						|
								            this.textBox_CardType.Name = "textBox_CardType";
							 | 
						|
								            this.textBox_CardType.Size = new System.Drawing.Size(217, 35);
							 | 
						|
								            this.textBox_CardType.TabIndex = 17;
							 | 
						|
								            // 
							 | 
						|
								            // textBox2
							 | 
						|
								            // 
							 | 
						|
								            this.textBox2.Location = new System.Drawing.Point(279, 550);
							 | 
						|
								            this.textBox2.Name = "textBox2";
							 | 
						|
								            this.textBox2.Size = new System.Drawing.Size(217, 35);
							 | 
						|
								            this.textBox2.TabIndex = 18;
							 | 
						|
								            // 
							 | 
						|
								            // textBox3
							 | 
						|
								            // 
							 | 
						|
								            this.textBox3.Location = new System.Drawing.Point(33, 610);
							 | 
						|
								            this.textBox3.Name = "textBox3";
							 | 
						|
								            this.textBox3.Size = new System.Drawing.Size(217, 35);
							 | 
						|
								            this.textBox3.TabIndex = 19;
							 | 
						|
								            // 
							 | 
						|
								            // textBox4
							 | 
						|
								            // 
							 | 
						|
								            this.textBox4.Location = new System.Drawing.Point(279, 610);
							 | 
						|
								            this.textBox4.Name = "textBox4";
							 | 
						|
								            this.textBox4.Size = new System.Drawing.Size(217, 35);
							 | 
						|
								            this.textBox4.TabIndex = 20;
							 | 
						|
								            // 
							 | 
						|
								            // Form2
							 | 
						|
								            // 
							 | 
						|
								            this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
							 | 
						|
								            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
							 | 
						|
								            this.ClientSize = new System.Drawing.Size(759, 722);
							 | 
						|
								            this.Controls.Add(this.textBox4);
							 | 
						|
								            this.Controls.Add(this.textBox3);
							 | 
						|
								            this.Controls.Add(this.textBox2);
							 | 
						|
								            this.Controls.Add(this.textBox_CardType);
							 | 
						|
								            this.Controls.Add(this.textBox_CnName);
							 | 
						|
								            this.Controls.Add(this.textBox_EnName);
							 | 
						|
								            this.Controls.Add(this.textBox_VisaTimes);
							 | 
						|
								            this.Controls.Add(this.textBox_PassNum);
							 | 
						|
								            this.Controls.Add(this.textBox_ExpiredDate);
							 | 
						|
								            this.Controls.Add(this.textBox_Issue);
							 | 
						|
								            this.Controls.Add(this.textBox_IDCardNum);
							 | 
						|
								            this.Controls.Add(this.textBox_Address);
							 | 
						|
								            this.Controls.Add(this.textBox_BornDate);
							 | 
						|
								            this.Controls.Add(this.textBox_Sex);
							 | 
						|
								            this.Controls.Add(this.textBox_NationOrCountry);
							 | 
						|
								            this.Controls.Add(this.button2);
							 | 
						|
								            this.Controls.Add(this.textBox_Name);
							 | 
						|
								            this.Controls.Add(this.button1);
							 | 
						|
								            this.Controls.Add(this.comboBox_Port);
							 | 
						|
								            this.Controls.Add(this.comboBox_Clock);
							 | 
						|
								            this.Controls.Add(this.comboBox_Key);
							 | 
						|
								            this.Name = "Form2";
							 | 
						|
								            this.Text = "Form2";
							 | 
						|
								            this.Load += new System.EventHandler(this.Form2_Load);
							 | 
						|
								            this.ResumeLayout(false);
							 | 
						|
								            this.PerformLayout();
							 | 
						|
								
							 | 
						|
								        }
							 | 
						|
								
							 | 
						|
								        #endregion
							 | 
						|
								
							 | 
						|
								        private System.Windows.Forms.ComboBox comboBox_Key;
							 | 
						|
								        private System.Windows.Forms.ComboBox comboBox_Clock;
							 | 
						|
								        private System.Windows.Forms.ComboBox comboBox_Port;
							 | 
						|
								        private System.IO.Ports.SerialPort serialPort1;
							 | 
						|
								        private System.Windows.Forms.Button button1;
							 | 
						|
								        private System.Windows.Forms.TextBox textBox_Name;
							 | 
						|
								        private System.Windows.Forms.Button button2;
							 | 
						|
								        private System.Windows.Forms.TextBox textBox_NationOrCountry;
							 | 
						|
								        private System.Windows.Forms.TextBox textBox_Sex;
							 | 
						|
								        private System.Windows.Forms.TextBox textBox_BornDate;
							 | 
						|
								        private System.Windows.Forms.TextBox textBox_Address;
							 | 
						|
								        private System.Windows.Forms.TextBox textBox_IDCardNum;
							 | 
						|
								        private System.Windows.Forms.TextBox textBox_Issue;
							 | 
						|
								        private System.Windows.Forms.TextBox textBox_ExpiredDate;
							 | 
						|
								        private System.Windows.Forms.TextBox textBox_PassNum;
							 | 
						|
								        private System.Windows.Forms.TextBox textBox_VisaTimes;
							 | 
						|
								        private System.Windows.Forms.TextBox textBox_EnName;
							 | 
						|
								        private System.Windows.Forms.TextBox textBox_CnName;
							 | 
						|
								        private System.Windows.Forms.TextBox textBox_CardType;
							 | 
						|
								        private System.Windows.Forms.TextBox textBox2;
							 | 
						|
								        private System.Windows.Forms.TextBox textBox3;
							 | 
						|
								        private System.Windows.Forms.TextBox textBox4;
							 | 
						|
								    }
							 | 
						|
								}
							 |