|
- namespace HKCardManager
- {
- partial class Hairpin
- {
- /// <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.radioButton1 = new System.Windows.Forms.RadioButton();
- this.radioButton2 = new System.Windows.Forms.RadioButton();
- this.label1 = new System.Windows.Forms.Label();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.label2 = new System.Windows.Forms.Label();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.textBox3 = new System.Windows.Forms.TextBox();
- this.textBox4 = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.button1 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.button3 = new System.Windows.Forms.Button();
- this.label6 = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // radioButton1
- //
- this.radioButton1.AutoSize = true;
- this.radioButton1.Location = new System.Drawing.Point(35, 29);
- this.radioButton1.Name = "radioButton1";
- this.radioButton1.Size = new System.Drawing.Size(146, 21);
- this.radioButton1.TabIndex = 0;
- this.radioButton1.TabStop = true;
- this.radioButton1.Text = "直接录入人员进行发卡";
- this.radioButton1.UseVisualStyleBackColor = true;
- //
- // radioButton2
- //
- this.radioButton2.AutoSize = true;
- this.radioButton2.Location = new System.Drawing.Point(242, 29);
- this.radioButton2.Name = "radioButton2";
- this.radioButton2.Size = new System.Drawing.Size(134, 21);
- this.radioButton2.TabIndex = 1;
- this.radioButton2.TabStop = true;
- this.radioButton2.Text = "人员已录入进行发卡";
- this.radioButton2.UseVisualStyleBackColor = true;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(35, 83);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(68, 17);
- this.label1.TabIndex = 2;
- this.label1.Text = "机构名称:";
- //
- // comboBox1
- //
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Location = new System.Drawing.Point(99, 80);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(121, 25);
- this.comboBox1.TabIndex = 3;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(35, 136);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(44, 17);
- this.label2.TabIndex = 4;
- this.label2.Text = "姓名:";
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(306, 133);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(121, 23);
- this.textBox1.TabIndex = 6;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(242, 139);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(44, 17);
- this.label3.TabIndex = 7;
- this.label3.Text = "性别:";
- //
- // textBox2
- //
- this.textBox2.Location = new System.Drawing.Point(99, 136);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(121, 23);
- this.textBox2.TabIndex = 8;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(35, 190);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(44, 17);
- this.label4.TabIndex = 9;
- this.label4.Text = "备注:";
- //
- // textBox3
- //
- this.textBox3.Location = new System.Drawing.Point(99, 190);
- this.textBox3.Multiline = true;
- this.textBox3.Name = "textBox3";
- this.textBox3.Size = new System.Drawing.Size(328, 107);
- this.textBox3.TabIndex = 10;
- //
- // textBox4
- //
- this.textBox4.Location = new System.Drawing.Point(306, 80);
- this.textBox4.Name = "textBox4";
- this.textBox4.Size = new System.Drawing.Size(121, 23);
- this.textBox4.TabIndex = 12;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(242, 80);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(68, 17);
- this.label5.TabIndex = 11;
- this.label5.Text = "证件号码:";
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(47, 327);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(88, 34);
- this.button1.TabIndex = 13;
- this.button1.Text = "卡验证";
- this.button1.UseVisualStyleBackColor = true;
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(179, 327);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(88, 34);
- this.button2.TabIndex = 14;
- this.button2.Text = "写卡";
- this.button2.UseVisualStyleBackColor = true;
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(306, 327);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(88, 34);
- this.button3.TabIndex = 15;
- this.button3.Text = "退出";
- this.button3.UseVisualStyleBackColor = true;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.label6.Location = new System.Drawing.Point(0, 369);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(32, 17);
- this.label6.TabIndex = 16;
- this.label6.Text = "信息";
- //
- // Hairpin
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(448, 386);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.button3);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.textBox4);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.textBox3);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.textBox2);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.textBox1);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.comboBox1);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.radioButton2);
- this.Controls.Add(this.radioButton1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
- this.Name = "Hairpin";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "发卡";
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private RadioButton radioButton1;
- private RadioButton radioButton2;
- private Label label1;
- private ComboBox comboBox1;
- private Label label2;
- private TextBox textBox1;
- private Label label3;
- private TextBox textBox2;
- private Label label4;
- private TextBox textBox3;
- private TextBox textBox4;
- private Label label5;
- private Button button1;
- private Button button2;
- private Button button3;
- private Label label6;
- }
- }
|