tijian_jichuang/Code/QianTai/frmTuanJianTiaoMa.Designer.cs
2025-02-20 11:54:48 +08:00

764 lines
35 KiB
C#

namespace SOH.QianTai
{
partial class frmTuanJianTiaoMa
{
/// <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.panel1 = new System.Windows.Forms.Panel();
this.btnCX1 = new System.Windows.Forms.Button();
this.tbSFZH = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.gvHTFZ = new System.Windows.Forms.DataGridView();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.gvTJDW = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.btnQB = new System.Windows.Forms.Button();
this.btnMH = new System.Windows.Forms.Button();
this.tbTJDW = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.gvDY1 = new System.Windows.Forms.DataGridView();
this.tbXJ1 = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.tbZJM = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.btnJia = new System.Windows.Forms.Button();
this.btnJian = new System.Windows.Forms.Button();
this.panel3 = new System.Windows.Forms.Panel();
this.gvDY2 = new System.Windows.Forms.DataGridView();
this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tbXJ2 = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.panel4 = new System.Windows.Forms.Panel();
this.radioButton3 = new System.Windows.Forms.RadioButton();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.btnPrint = new System.Windows.Forms.Button();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.zjm = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gvHTFZ)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gvTJDW)).BeginInit();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gvDY1)).BeginInit();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gvDY2)).BeginInit();
this.panel4.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.btnCX1);
this.panel1.Controls.Add(this.tbSFZH);
this.panel1.Controls.Add(this.label8);
this.panel1.Controls.Add(this.gvHTFZ);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.gvTJDW);
this.panel1.Controls.Add(this.btnQB);
this.panel1.Controls.Add(this.btnMH);
this.panel1.Controls.Add(this.tbTJDW);
this.panel1.Controls.Add(this.label1);
this.panel1.Location = new System.Drawing.Point(16, 6);
this.panel1.Margin = new System.Windows.Forms.Padding(4);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(444, 518);
this.panel1.TabIndex = 0;
//
// btnCX1
//
this.btnCX1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnCX1.Location = new System.Drawing.Point(283, 3);
this.btnCX1.Margin = new System.Windows.Forms.Padding(4);
this.btnCX1.Name = "btnCX1";
this.btnCX1.Size = new System.Drawing.Size(49, 25);
this.btnCX1.TabIndex = 37;
this.btnCX1.Text = "读卡";
this.btnCX1.UseVisualStyleBackColor = true;
this.btnCX1.Click += new System.EventHandler(this.btnCX1_Click);
//
// tbSFZH
//
this.tbSFZH.Location = new System.Drawing.Point(99, 3);
this.tbSFZH.Margin = new System.Windows.Forms.Padding(4);
this.tbSFZH.MaxLength = 18;
this.tbSFZH.Name = "tbSFZH";
this.tbSFZH.Size = new System.Drawing.Size(168, 25);
this.tbSFZH.TabIndex = 36;
this.tbSFZH.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbSFZH_KeyDown);
this.tbSFZH.Leave += new System.EventHandler(this.tbSFZH_Leave);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.Location = new System.Drawing.Point(12, 10);
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(82, 15);
this.label8.TabIndex = 35;
this.label8.Text = "身份证号:";
//
// gvHTFZ
//
this.gvHTFZ.AllowUserToAddRows = false;
this.gvHTFZ.AllowUserToDeleteRows = false;
this.gvHTFZ.AllowUserToResizeRows = false;
this.gvHTFZ.BackgroundColor = System.Drawing.Color.White;
this.gvHTFZ.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.gvHTFZ.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column4});
this.gvHTFZ.Location = new System.Drawing.Point(4, 321);
this.gvHTFZ.Margin = new System.Windows.Forms.Padding(4);
this.gvHTFZ.Name = "gvHTFZ";
this.gvHTFZ.ReadOnly = true;
this.gvHTFZ.RowHeadersVisible = false;
this.gvHTFZ.RowHeadersWidth = 51;
this.gvHTFZ.RowTemplate.Height = 23;
this.gvHTFZ.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.gvHTFZ.Size = new System.Drawing.Size(431, 188);
this.gvHTFZ.TabIndex = 7;
this.gvHTFZ.SelectionChanged += new System.EventHandler(this.gvHTFZ_SelectionChanged);
//
// Column4
//
this.Column4.DataPropertyName = "htfzmc";
this.Column4.HeaderText = "分组名称";
this.Column4.MinimumWidth = 6;
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
this.Column4.Width = 160;
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.Color.Red;
this.label3.Location = new System.Drawing.Point(119, 289);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(262, 15);
this.label3.TabIndex = 6;
this.label3.Text = "注:表格中只显示公费体检的分组信息";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(24, 289);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(82, 15);
this.label2.TabIndex = 5;
this.label2.Text = "合同分组:";
//
// gvTJDW
//
this.gvTJDW.AllowUserToAddRows = false;
this.gvTJDW.AllowUserToDeleteRows = false;
this.gvTJDW.AllowUserToResizeRows = false;
this.gvTJDW.BackgroundColor = System.Drawing.Color.White;
this.gvTJDW.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.gvTJDW.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2,
this.Column3});
this.gvTJDW.Location = new System.Drawing.Point(4, 70);
this.gvTJDW.Margin = new System.Windows.Forms.Padding(4);
this.gvTJDW.Name = "gvTJDW";
this.gvTJDW.ReadOnly = true;
this.gvTJDW.RowHeadersVisible = false;
this.gvTJDW.RowHeadersWidth = 51;
this.gvTJDW.RowTemplate.Height = 23;
this.gvTJDW.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.gvTJDW.Size = new System.Drawing.Size(431, 200);
this.gvTJDW.TabIndex = 4;
this.gvTJDW.SelectionChanged += new System.EventHandler(this.gvTJDW_SelectionChanged);
//
// Column1
//
this.Column1.DataPropertyName = "khmc";
this.Column1.HeaderText = "单位名称";
this.Column1.MinimumWidth = 6;
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.Width = 140;
//
// Column2
//
this.Column2.DataPropertyName = "nd";
this.Column2.HeaderText = "体检年度";
this.Column2.MinimumWidth = 6;
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
this.Column2.Width = 125;
//
// Column3
//
this.Column3.DataPropertyName = "htbj";
this.Column3.HeaderText = "合同标记";
this.Column3.MinimumWidth = 6;
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
this.Column3.Width = 125;
//
// btnQB
//
this.btnQB.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnQB.Location = new System.Drawing.Point(345, 34);
this.btnQB.Margin = new System.Windows.Forms.Padding(4);
this.btnQB.Name = "btnQB";
this.btnQB.Size = new System.Drawing.Size(64, 29);
this.btnQB.TabIndex = 3;
this.btnQB.Text = "全部";
this.btnQB.UseVisualStyleBackColor = true;
this.btnQB.Click += new System.EventHandler(this.btnQB_Click);
//
// btnMH
//
this.btnMH.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnMH.Location = new System.Drawing.Point(273, 34);
this.btnMH.Margin = new System.Windows.Forms.Padding(4);
this.btnMH.Name = "btnMH";
this.btnMH.Size = new System.Drawing.Size(64, 29);
this.btnMH.TabIndex = 2;
this.btnMH.Text = "模糊";
this.btnMH.UseVisualStyleBackColor = true;
this.btnMH.Click += new System.EventHandler(this.btnMH_Click);
//
// tbTJDW
//
this.tbTJDW.Location = new System.Drawing.Point(99, 36);
this.tbTJDW.Margin = new System.Windows.Forms.Padding(4);
this.tbTJDW.MaxLength = 12;
this.tbTJDW.Name = "tbTJDW";
this.tbTJDW.Size = new System.Drawing.Size(168, 25);
this.tbTJDW.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(15, 40);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(82, 15);
this.label1.TabIndex = 0;
this.label1.Text = "团检单位:";
//
// panel2
//
this.panel2.Controls.Add(this.gvDY1);
this.panel2.Controls.Add(this.tbXJ1);
this.panel2.Controls.Add(this.label6);
this.panel2.Controls.Add(this.tbZJM);
this.panel2.Controls.Add(this.label5);
this.panel2.Controls.Add(this.label4);
this.panel2.Location = new System.Drawing.Point(468, 6);
this.panel2.Margin = new System.Windows.Forms.Padding(4);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(347, 518);
this.panel2.TabIndex = 8;
//
// gvDY1
//
this.gvDY1.AllowUserToAddRows = false;
this.gvDY1.AllowUserToDeleteRows = false;
this.gvDY1.AllowUserToResizeColumns = false;
this.gvDY1.AllowUserToResizeRows = false;
this.gvDY1.BackgroundColor = System.Drawing.Color.White;
this.gvDY1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.gvDY1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column5,
this.Column6,
this.Column7,
this.Column8,
this.Column9,
this.Column10,
this.Column11,
this.Column12,
this.zjm});
this.gvDY1.Location = new System.Drawing.Point(9, 70);
this.gvDY1.Margin = new System.Windows.Forms.Padding(4);
this.gvDY1.Name = "gvDY1";
this.gvDY1.ReadOnly = true;
this.gvDY1.RowHeadersVisible = false;
this.gvDY1.RowHeadersWidth = 51;
this.gvDY1.RowTemplate.Height = 23;
this.gvDY1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.gvDY1.Size = new System.Drawing.Size(333, 444);
this.gvDY1.TabIndex = 9;
//
// tbXJ1
//
this.tbXJ1.Location = new System.Drawing.Point(279, 36);
this.tbXJ1.Margin = new System.Windows.Forms.Padding(4);
this.tbXJ1.Name = "tbXJ1";
this.tbXJ1.ReadOnly = true;
this.tbXJ1.Size = new System.Drawing.Size(49, 25);
this.tbXJ1.TabIndex = 4;
this.tbXJ1.Text = "0";
this.tbXJ1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(229, 40);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(52, 15);
this.label6.TabIndex = 3;
this.label6.Text = "小计:";
//
// tbZJM
//
this.tbZJM.Location = new System.Drawing.Point(112, 36);
this.tbZJM.Margin = new System.Windows.Forms.Padding(4);
this.tbZJM.Name = "tbZJM";
this.tbZJM.Size = new System.Drawing.Size(108, 25);
this.tbZJM.TabIndex = 2;
this.tbZJM.TextChanged += new System.EventHandler(this.tbZJM_TextChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(15, 40);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(97, 15);
this.label5.TabIndex = 1;
this.label5.Text = "助记码查询:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.ForeColor = System.Drawing.Color.Red;
this.label4.Location = new System.Drawing.Point(15, 9);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(247, 15);
this.label4.TabIndex = 0;
this.label4.Text = "注:本表只显示尚未登记的分组人员";
//
// btnJia
//
this.btnJia.Location = new System.Drawing.Point(824, 191);
this.btnJia.Margin = new System.Windows.Forms.Padding(4);
this.btnJia.Name = "btnJia";
this.btnJia.Size = new System.Drawing.Size(57, 29);
this.btnJia.TabIndex = 9;
this.btnJia.Text = "==>";
this.btnJia.UseVisualStyleBackColor = true;
this.btnJia.Click += new System.EventHandler(this.btnJia_Click);
//
// btnJian
//
this.btnJian.Location = new System.Drawing.Point(824, 295);
this.btnJian.Margin = new System.Windows.Forms.Padding(4);
this.btnJian.Name = "btnJian";
this.btnJian.Size = new System.Drawing.Size(57, 29);
this.btnJian.TabIndex = 10;
this.btnJian.Text = "<==";
this.btnJian.UseVisualStyleBackColor = true;
this.btnJian.Click += new System.EventHandler(this.btnJian_Click);
//
// panel3
//
this.panel3.Controls.Add(this.gvDY2);
this.panel3.Controls.Add(this.tbXJ2);
this.panel3.Controls.Add(this.label7);
this.panel3.Controls.Add(this.panel4);
this.panel3.Controls.Add(this.btnPrint);
this.panel3.Location = new System.Drawing.Point(889, 6);
this.panel3.Margin = new System.Windows.Forms.Padding(4);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(312, 518);
this.panel3.TabIndex = 11;
//
// gvDY2
//
this.gvDY2.AllowUserToAddRows = false;
this.gvDY2.AllowUserToDeleteRows = false;
this.gvDY2.AllowUserToResizeRows = false;
this.gvDY2.BackgroundColor = System.Drawing.Color.White;
this.gvDY2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.gvDY2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column13,
this.Column14,
this.Column15,
this.Column16,
this.Column17,
this.Column18,
this.Column19,
this.Column20});
this.gvDY2.Location = new System.Drawing.Point(12, 70);
this.gvDY2.Margin = new System.Windows.Forms.Padding(4);
this.gvDY2.Name = "gvDY2";
this.gvDY2.ReadOnly = true;
this.gvDY2.RowHeadersVisible = false;
this.gvDY2.RowHeadersWidth = 51;
this.gvDY2.RowTemplate.Height = 23;
this.gvDY2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.gvDY2.Size = new System.Drawing.Size(291, 444);
this.gvDY2.TabIndex = 4;
//
// Column13
//
this.Column13.DataPropertyName = "tm";
this.Column13.HeaderText = "条码号";
this.Column13.MinimumWidth = 6;
this.Column13.Name = "Column13";
this.Column13.ReadOnly = true;
this.Column13.Width = 125;
//
// Column14
//
this.Column14.DataPropertyName = "hyh";
this.Column14.HeaderText = "会员号";
this.Column14.MinimumWidth = 6;
this.Column14.Name = "Column14";
this.Column14.ReadOnly = true;
this.Column14.Width = 125;
//
// Column15
//
this.Column15.DataPropertyName = "xm";
this.Column15.HeaderText = "姓名";
this.Column15.MinimumWidth = 6;
this.Column15.Name = "Column15";
this.Column15.ReadOnly = true;
this.Column15.Width = 125;
//
// Column16
//
this.Column16.DataPropertyName = "sex2";
this.Column16.HeaderText = "性别";
this.Column16.MinimumWidth = 6;
this.Column16.Name = "Column16";
this.Column16.ReadOnly = true;
this.Column16.Width = 125;
//
// Column17
//
this.Column17.DataPropertyName = "nl";
this.Column17.HeaderText = "年龄";
this.Column17.MinimumWidth = 6;
this.Column17.Name = "Column17";
this.Column17.ReadOnly = true;
this.Column17.Width = 125;
//
// Column18
//
this.Column18.DataPropertyName = "hyzk2";
this.Column18.HeaderText = "婚姻状况";
this.Column18.MinimumWidth = 6;
this.Column18.Name = "Column18";
this.Column18.ReadOnly = true;
this.Column18.Width = 125;
//
// Column19
//
this.Column19.DataPropertyName = "ygh";
this.Column19.HeaderText = "员工号";
this.Column19.MinimumWidth = 6;
this.Column19.Name = "Column19";
this.Column19.ReadOnly = true;
this.Column19.Width = 125;
//
// Column20
//
this.Column20.DataPropertyName = "ssbm";
this.Column20.HeaderText = "部门";
this.Column20.MinimumWidth = 6;
this.Column20.Name = "Column20";
this.Column20.ReadOnly = true;
this.Column20.Width = 125;
//
// tbXJ2
//
this.tbXJ2.Location = new System.Drawing.Point(221, 5);
this.tbXJ2.Margin = new System.Windows.Forms.Padding(4);
this.tbXJ2.Name = "tbXJ2";
this.tbXJ2.ReadOnly = true;
this.tbXJ2.Size = new System.Drawing.Size(63, 25);
this.tbXJ2.TabIndex = 3;
this.tbXJ2.Text = "0";
this.tbXJ2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(167, 8);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(52, 15);
this.label7.TabIndex = 2;
this.label7.Text = "小计:";
//
// panel4
//
this.panel4.Controls.Add(this.radioButton3);
this.panel4.Controls.Add(this.radioButton2);
this.panel4.Controls.Add(this.radioButton1);
this.panel4.Location = new System.Drawing.Point(88, 32);
this.panel4.Margin = new System.Windows.Forms.Padding(4);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(215, 30);
this.panel4.TabIndex = 1;
//
// radioButton3
//
this.radioButton3.AutoSize = true;
this.radioButton3.Location = new System.Drawing.Point(133, 4);
this.radioButton3.Margin = new System.Windows.Forms.Padding(4);
this.radioButton3.Name = "radioButton3";
this.radioButton3.Size = new System.Drawing.Size(73, 19);
this.radioButton3.TabIndex = 2;
this.radioButton3.Text = "导检单";
this.radioButton3.UseVisualStyleBackColor = true;
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(72, 5);
this.radioButton2.Margin = new System.Windows.Forms.Padding(4);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(58, 19);
this.radioButton2.TabIndex = 1;
this.radioButton2.Text = "条码";
this.radioButton2.UseVisualStyleBackColor = true;
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Checked = true;
this.radioButton1.Location = new System.Drawing.Point(5, 5);
this.radioButton1.Margin = new System.Windows.Forms.Padding(4);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(58, 19);
this.radioButton1.TabIndex = 0;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "全部";
this.radioButton1.UseVisualStyleBackColor = true;
//
// btnPrint
//
this.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnPrint.Location = new System.Drawing.Point(12, 32);
this.btnPrint.Margin = new System.Windows.Forms.Padding(4);
this.btnPrint.Name = "btnPrint";
this.btnPrint.Size = new System.Drawing.Size(64, 29);
this.btnPrint.TabIndex = 0;
this.btnPrint.Text = "打印";
this.btnPrint.UseVisualStyleBackColor = true;
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
//
// Column5
//
this.Column5.DataPropertyName = "tm";
this.Column5.HeaderText = "条码号";
this.Column5.MinimumWidth = 6;
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
this.Column5.Width = 125;
//
// Column6
//
this.Column6.DataPropertyName = "hyh";
this.Column6.HeaderText = "会员号";
this.Column6.MinimumWidth = 6;
this.Column6.Name = "Column6";
this.Column6.ReadOnly = true;
this.Column6.Width = 125;
//
// Column7
//
this.Column7.DataPropertyName = "xm";
this.Column7.HeaderText = "姓名";
this.Column7.MinimumWidth = 6;
this.Column7.Name = "Column7";
this.Column7.ReadOnly = true;
this.Column7.Width = 125;
//
// Column8
//
this.Column8.DataPropertyName = "sex2";
this.Column8.HeaderText = "性别";
this.Column8.MinimumWidth = 6;
this.Column8.Name = "Column8";
this.Column8.ReadOnly = true;
this.Column8.Width = 125;
//
// Column9
//
this.Column9.DataPropertyName = "nl";
this.Column9.HeaderText = "年龄";
this.Column9.MinimumWidth = 6;
this.Column9.Name = "Column9";
this.Column9.ReadOnly = true;
this.Column9.Width = 125;
//
// Column10
//
this.Column10.DataPropertyName = "hyzk2";
this.Column10.HeaderText = "婚姻状况";
this.Column10.MinimumWidth = 6;
this.Column10.Name = "Column10";
this.Column10.ReadOnly = true;
this.Column10.Width = 125;
//
// Column11
//
this.Column11.DataPropertyName = "ygh";
this.Column11.HeaderText = "员工号";
this.Column11.MinimumWidth = 6;
this.Column11.Name = "Column11";
this.Column11.ReadOnly = true;
this.Column11.Width = 125;
//
// Column12
//
this.Column12.DataPropertyName = "ssbm";
this.Column12.HeaderText = "部门";
this.Column12.MinimumWidth = 6;
this.Column12.Name = "Column12";
this.Column12.ReadOnly = true;
this.Column12.Width = 125;
//
// zjm
//
this.zjm.DataPropertyName = "zjm";
this.zjm.HeaderText = "助记码";
this.zjm.MinimumWidth = 6;
this.zjm.Name = "zjm";
this.zjm.ReadOnly = true;
this.zjm.Visible = false;
this.zjm.Width = 125;
//
// frmTuanJianTiaoMa
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1208, 539);
this.Controls.Add(this.panel3);
this.Controls.Add(this.btnJian);
this.Controls.Add(this.btnJia);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "frmTuanJianTiaoMa";
this.Text = "团检条码批量打印";
this.Load += new System.EventHandler(this.frmTuanJianTiaoMa_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.gvHTFZ)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gvTJDW)).EndInit();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.gvDY1)).EndInit();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.gvDY2)).EndInit();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btnQB;
private System.Windows.Forms.Button btnMH;
private System.Windows.Forms.TextBox tbTJDW;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DataGridView gvTJDW;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.DataGridView gvHTFZ;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox tbXJ1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox tbZJM;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.DataGridView gvDY1;
private System.Windows.Forms.Button btnJia;
private System.Windows.Forms.Button btnJian;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Button btnPrint;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.RadioButton radioButton3;
private System.Windows.Forms.TextBox tbXJ2;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.DataGridView gvDY2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.DataGridViewTextBoxColumn Column13;
private System.Windows.Forms.DataGridViewTextBoxColumn Column14;
private System.Windows.Forms.DataGridViewTextBoxColumn Column15;
private System.Windows.Forms.DataGridViewTextBoxColumn Column16;
private System.Windows.Forms.DataGridViewTextBoxColumn Column17;
private System.Windows.Forms.DataGridViewTextBoxColumn Column18;
private System.Windows.Forms.DataGridViewTextBoxColumn Column19;
private System.Windows.Forms.DataGridViewTextBoxColumn Column20;
private System.Windows.Forms.Button btnCX1;
private System.Windows.Forms.TextBox tbSFZH;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
private System.Windows.Forms.DataGridViewTextBoxColumn Column12;
private System.Windows.Forms.DataGridViewTextBoxColumn zjm;
}
}