255 lines
11 KiB
C#
255 lines
11 KiB
C#
|
|
namespace SOH.QianTai
|
|||
|
|
{
|
|||
|
|
partial class frmTJQKCX
|
|||
|
|
{
|
|||
|
|
/// <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.panel2 = new System.Windows.Forms.Panel();
|
|||
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|||
|
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
|
this.dtptjri1 = new System.Windows.Forms.DateTimePicker();
|
|||
|
|
this.radioButton1 = new System.Windows.Forms.RadioButton();
|
|||
|
|
this.radioButton2 = new System.Windows.Forms.RadioButton();
|
|||
|
|
this.radioButton3 = new System.Windows.Forms.RadioButton();
|
|||
|
|
this.button1 = new System.Windows.Forms.Button();
|
|||
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|||
|
|
this.tjzt = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.nan = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.nv = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.zrs = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
|
this.dataGridView2 = new System.Windows.Forms.DataGridView();
|
|||
|
|
this.dtptjrq2 = new System.Windows.Forms.DateTimePicker();
|
|||
|
|
this.panel1.SuspendLayout();
|
|||
|
|
this.panel2.SuspendLayout();
|
|||
|
|
this.panel3.SuspendLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// panel1
|
|||
|
|
//
|
|||
|
|
this.panel1.Controls.Add(this.dtptjrq2);
|
|||
|
|
this.panel1.Controls.Add(this.button1);
|
|||
|
|
this.panel1.Controls.Add(this.radioButton3);
|
|||
|
|
this.panel1.Controls.Add(this.radioButton2);
|
|||
|
|
this.panel1.Controls.Add(this.radioButton1);
|
|||
|
|
this.panel1.Controls.Add(this.dtptjri1);
|
|||
|
|
this.panel1.Controls.Add(this.label1);
|
|||
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|||
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.panel1.Name = "panel1";
|
|||
|
|
this.panel1.Size = new System.Drawing.Size(1166, 96);
|
|||
|
|
this.panel1.TabIndex = 0;
|
|||
|
|
//
|
|||
|
|
// panel2
|
|||
|
|
//
|
|||
|
|
this.panel2.Controls.Add(this.dataGridView1);
|
|||
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
|
|||
|
|
this.panel2.Location = new System.Drawing.Point(0, 96);
|
|||
|
|
this.panel2.Name = "panel2";
|
|||
|
|
this.panel2.Size = new System.Drawing.Size(380, 524);
|
|||
|
|
this.panel2.TabIndex = 1;
|
|||
|
|
//
|
|||
|
|
// panel3
|
|||
|
|
//
|
|||
|
|
this.panel3.Controls.Add(this.dataGridView2);
|
|||
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.panel3.Location = new System.Drawing.Point(380, 96);
|
|||
|
|
this.panel3.Name = "panel3";
|
|||
|
|
this.panel3.Size = new System.Drawing.Size(786, 524);
|
|||
|
|
this.panel3.TabIndex = 2;
|
|||
|
|
//
|
|||
|
|
// label1
|
|||
|
|
//
|
|||
|
|
this.label1.AutoSize = true;
|
|||
|
|
this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.label1.Location = new System.Drawing.Point(12, 23);
|
|||
|
|
this.label1.Name = "label1";
|
|||
|
|
this.label1.Size = new System.Drawing.Size(77, 14);
|
|||
|
|
this.label1.TabIndex = 0;
|
|||
|
|
this.label1.Text = "体检日期:";
|
|||
|
|
//
|
|||
|
|
// dtptjri1
|
|||
|
|
//
|
|||
|
|
this.dtptjri1.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|||
|
|
this.dtptjri1.Location = new System.Drawing.Point(92, 19);
|
|||
|
|
this.dtptjri1.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
|
this.dtptjri1.Name = "dtptjri1";
|
|||
|
|
this.dtptjri1.Size = new System.Drawing.Size(133, 21);
|
|||
|
|
this.dtptjri1.TabIndex = 2;
|
|||
|
|
//
|
|||
|
|
// radioButton1
|
|||
|
|
//
|
|||
|
|
this.radioButton1.AutoSize = true;
|
|||
|
|
this.radioButton1.Checked = true;
|
|||
|
|
this.radioButton1.Location = new System.Drawing.Point(15, 60);
|
|||
|
|
this.radioButton1.Name = "radioButton1";
|
|||
|
|
this.radioButton1.Size = new System.Drawing.Size(107, 16);
|
|||
|
|
this.radioButton1.TabIndex = 3;
|
|||
|
|
this.radioButton1.TabStop = true;
|
|||
|
|
this.radioButton1.Text = "按体检状态汇总";
|
|||
|
|
this.radioButton1.UseVisualStyleBackColor = true;
|
|||
|
|
//
|
|||
|
|
// radioButton2
|
|||
|
|
//
|
|||
|
|
this.radioButton2.AutoSize = true;
|
|||
|
|
this.radioButton2.Location = new System.Drawing.Point(153, 60);
|
|||
|
|
this.radioButton2.Name = "radioButton2";
|
|||
|
|
this.radioButton2.Size = new System.Drawing.Size(107, 16);
|
|||
|
|
this.radioButton2.TabIndex = 4;
|
|||
|
|
this.radioButton2.TabStop = true;
|
|||
|
|
this.radioButton2.Text = "按团检单位汇总";
|
|||
|
|
this.radioButton2.UseVisualStyleBackColor = true;
|
|||
|
|
//
|
|||
|
|
// radioButton3
|
|||
|
|
//
|
|||
|
|
this.radioButton3.AutoSize = true;
|
|||
|
|
this.radioButton3.Location = new System.Drawing.Point(301, 60);
|
|||
|
|
this.radioButton3.Name = "radioButton3";
|
|||
|
|
this.radioButton3.Size = new System.Drawing.Size(107, 16);
|
|||
|
|
this.radioButton3.TabIndex = 5;
|
|||
|
|
this.radioButton3.TabStop = true;
|
|||
|
|
this.radioButton3.Text = "按个检套餐汇总";
|
|||
|
|
this.radioButton3.UseVisualStyleBackColor = true;
|
|||
|
|
//
|
|||
|
|
// button1
|
|||
|
|
//
|
|||
|
|
this.button1.Location = new System.Drawing.Point(445, 48);
|
|||
|
|
this.button1.Name = "button1";
|
|||
|
|
this.button1.Size = new System.Drawing.Size(85, 37);
|
|||
|
|
this.button1.TabIndex = 6;
|
|||
|
|
this.button1.Text = "刷新数据";
|
|||
|
|
this.button1.UseVisualStyleBackColor = true;
|
|||
|
|
//
|
|||
|
|
// dataGridView1
|
|||
|
|
//
|
|||
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|||
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|||
|
|
this.dataGridView1.AllowUserToResizeColumns = false;
|
|||
|
|
this.dataGridView1.AllowUserToResizeRows = false;
|
|||
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|||
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|||
|
|
this.tjzt,
|
|||
|
|
this.nan,
|
|||
|
|
this.nv,
|
|||
|
|
this.zrs});
|
|||
|
|
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.dataGridView1.Name = "dataGridView1";
|
|||
|
|
this.dataGridView1.ReadOnly = true;
|
|||
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|||
|
|
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|||
|
|
this.dataGridView1.Size = new System.Drawing.Size(380, 524);
|
|||
|
|
this.dataGridView1.TabIndex = 0;
|
|||
|
|
//
|
|||
|
|
// tjzt
|
|||
|
|
//
|
|||
|
|
this.tjzt.HeaderText = "体检状态";
|
|||
|
|
this.tjzt.Name = "tjzt";
|
|||
|
|
this.tjzt.ReadOnly = true;
|
|||
|
|
this.tjzt.Width = 135;
|
|||
|
|
//
|
|||
|
|
// nan
|
|||
|
|
//
|
|||
|
|
this.nan.HeaderText = "男";
|
|||
|
|
this.nan.Name = "nan";
|
|||
|
|
this.nan.ReadOnly = true;
|
|||
|
|
this.nan.Width = 50;
|
|||
|
|
//
|
|||
|
|
// nv
|
|||
|
|
//
|
|||
|
|
this.nv.HeaderText = "女";
|
|||
|
|
this.nv.Name = "nv";
|
|||
|
|
this.nv.ReadOnly = true;
|
|||
|
|
this.nv.Width = 50;
|
|||
|
|
//
|
|||
|
|
// zrs
|
|||
|
|
//
|
|||
|
|
this.zrs.HeaderText = "总人数";
|
|||
|
|
this.zrs.Name = "zrs";
|
|||
|
|
this.zrs.ReadOnly = true;
|
|||
|
|
//
|
|||
|
|
// dataGridView2
|
|||
|
|
//
|
|||
|
|
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|||
|
|
this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.dataGridView2.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.dataGridView2.Name = "dataGridView2";
|
|||
|
|
this.dataGridView2.RowTemplate.Height = 23;
|
|||
|
|
this.dataGridView2.Size = new System.Drawing.Size(786, 524);
|
|||
|
|
this.dataGridView2.TabIndex = 0;
|
|||
|
|
//
|
|||
|
|
// dtptjrq2
|
|||
|
|
//
|
|||
|
|
this.dtptjrq2.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|||
|
|
this.dtptjrq2.Location = new System.Drawing.Point(249, 19);
|
|||
|
|
this.dtptjrq2.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
|
this.dtptjrq2.Name = "dtptjrq2";
|
|||
|
|
this.dtptjrq2.Size = new System.Drawing.Size(159, 21);
|
|||
|
|
this.dtptjrq2.TabIndex = 21;
|
|||
|
|
//
|
|||
|
|
// frmTJQKCX
|
|||
|
|
//
|
|||
|
|
this.ClientSize = new System.Drawing.Size(1166, 620);
|
|||
|
|
this.Controls.Add(this.panel3);
|
|||
|
|
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.Name = "frmTJQKCX";
|
|||
|
|
this.Text = "体检情况查询";
|
|||
|
|
this.Load += new System.EventHandler(this.frmTJQKCX_Load);
|
|||
|
|
this.panel1.ResumeLayout(false);
|
|||
|
|
this.panel1.PerformLayout();
|
|||
|
|
this.panel2.ResumeLayout(false);
|
|||
|
|
this.panel3.ResumeLayout(false);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private System.Windows.Forms.Panel panel1;
|
|||
|
|
private System.Windows.Forms.Panel panel2;
|
|||
|
|
private System.Windows.Forms.Panel panel3;
|
|||
|
|
private System.Windows.Forms.Label label1;
|
|||
|
|
private System.Windows.Forms.DateTimePicker dtptjri1;
|
|||
|
|
private System.Windows.Forms.RadioButton radioButton3;
|
|||
|
|
private System.Windows.Forms.RadioButton radioButton2;
|
|||
|
|
private System.Windows.Forms.RadioButton radioButton1;
|
|||
|
|
private System.Windows.Forms.Button button1;
|
|||
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn tjzt;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn nan;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn nv;
|
|||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn zrs;
|
|||
|
|
private System.Windows.Forms.DataGridView dataGridView2;
|
|||
|
|
private System.Windows.Forms.DateTimePicker dtptjrq2;
|
|||
|
|
}
|
|||
|
|
}
|