namespace HKCardManager.UserPages { partial class CarMangerPage { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.textBox4 = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.panel1 = new System.Windows.Forms.Panel(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // button2 // this.button2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.button2.Location = new System.Drawing.Point(98, 285); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(190, 34); this.button2.TabIndex = 29; this.button2.Text = "写卡"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.button1.Location = new System.Drawing.Point(98, 229); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(190, 34); this.button1.TabIndex = 28; this.button1.Text = "读卡"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // textBox4 // this.textBox4.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.textBox4.Location = new System.Drawing.Point(98, 131); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(190, 28); this.textBox4.TabIndex = 27; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label5.Location = new System.Drawing.Point(15, 131); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(90, 21); this.label5.TabIndex = 26; this.label5.Text = "手机号码:"; // // textBox2 // this.textBox2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.textBox2.Location = new System.Drawing.Point(98, 91); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(190, 28); this.textBox2.TabIndex = 23; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label2.Location = new System.Drawing.Point(47, 94); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(58, 21); this.label2.TabIndex = 20; this.label2.Text = "姓名:"; // // comboBox1 // this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(98, 179); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(190, 29); this.comboBox1.TabIndex = 19; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label1.Location = new System.Drawing.Point(15, 182); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(90, 21); this.label1.TabIndex = 18; this.label1.Text = "机构名称:"; // // radioButton2 // this.radioButton2.AutoSize = true; this.radioButton2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.radioButton2.Location = new System.Drawing.Point(98, 53); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(172, 25); this.radioButton2.TabIndex = 17; this.radioButton2.TabStop = true; this.radioButton2.Text = "人员已录入进行发卡"; this.radioButton2.UseVisualStyleBackColor = true; // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.radioButton1.Location = new System.Drawing.Point(98, 11); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(188, 25); this.radioButton1.TabIndex = 16; this.radioButton1.TabStop = true; this.radioButton1.Text = "直接录入人员进行发卡"; this.radioButton1.UseVisualStyleBackColor = true; // // panel1 // this.panel1.Controls.Add(this.comboBox2); this.panel1.Controls.Add(this.textBox2); this.panel1.Controls.Add(this.comboBox1); this.panel1.Controls.Add(this.radioButton1); this.panel1.Controls.Add(this.button2); this.panel1.Controls.Add(this.radioButton2); this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.textBox4); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.label2); this.panel1.Location = new System.Drawing.Point(331, 97); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(301, 335); this.panel1.TabIndex = 31; // // comboBox2 // this.comboBox2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.comboBox2.FormattingEnabled = true; this.comboBox2.Location = new System.Drawing.Point(98, 91); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(190, 29); this.comboBox2.TabIndex = 30; // // CarMangerPage // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.panel1); this.Name = "CarMangerPage"; this.Size = new System.Drawing.Size(1110, 609); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private Button button2; private Button button1; private TextBox textBox4; private Label label5; private TextBox textBox2; private Label label2; private ComboBox comboBox1; private Label label1; private RadioButton radioButton2; private RadioButton radioButton1; private Panel panel1; private ComboBox comboBox2; } }