410 lines
19 KiB
C#
410 lines
19 KiB
C#
namespace SOH.KeFu
|
|
{
|
|
partial class frmTiJianJieGuoFenXi
|
|
{
|
|
/// <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.panel1 = new System.Windows.Forms.Panel();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.labRs = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.labxm = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtFind = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.dgvAll = new System.Windows.Forms.DataGridView();
|
|
this.iDataBindBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.tDataEntityDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.tmh = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.hyh = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.xm = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.xb2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.xb = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.nl = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.hyzk = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.hyzk2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.tjrq = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.tmztz = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.bj = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dwmc = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataEntityDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvAll)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.iDataBindBindingSource)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.label5);
|
|
this.panel1.Controls.Add(this.labRs);
|
|
this.panel1.Controls.Add(this.label4);
|
|
this.panel1.Controls.Add(this.labxm);
|
|
this.panel1.Controls.Add(this.label2);
|
|
this.panel1.Controls.Add(this.txtFind);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.button2);
|
|
this.panel1.Controls.Add(this.button1);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(1257, 65);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(1145, 25);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(26, 18);
|
|
this.label5.TabIndex = 9;
|
|
this.label5.Text = "人";
|
|
//
|
|
// labRs
|
|
//
|
|
this.labRs.AutoSize = true;
|
|
this.labRs.Location = new System.Drawing.Point(1107, 25);
|
|
this.labRs.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.labRs.Name = "labRs";
|
|
this.labRs.Size = new System.Drawing.Size(17, 18);
|
|
this.labRs.TabIndex = 8;
|
|
this.labRs.Text = " ";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(943, 26);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(116, 18);
|
|
this.label4.TabIndex = 7;
|
|
this.label4.Text = "待评估人数:";
|
|
//
|
|
// labxm
|
|
//
|
|
this.labxm.AutoSize = true;
|
|
this.labxm.Location = new System.Drawing.Point(819, 26);
|
|
this.labxm.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.labxm.Name = "labxm";
|
|
this.labxm.Size = new System.Drawing.Size(0, 18);
|
|
this.labxm.TabIndex = 6;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(699, 26);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(98, 18);
|
|
this.label2.TabIndex = 5;
|
|
this.label2.Text = "评估医师:";
|
|
//
|
|
// txtFind
|
|
//
|
|
this.txtFind.Location = new System.Drawing.Point(499, 21);
|
|
this.txtFind.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.txtFind.Name = "txtFind";
|
|
this.txtFind.Size = new System.Drawing.Size(191, 27);
|
|
this.txtFind.TabIndex = 4;
|
|
this.txtFind.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtFind_KeyDown);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(336, 26);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(116, 18);
|
|
this.label1.TabIndex = 3;
|
|
this.label1.Text = "条码号查询:";
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.button2.Location = new System.Drawing.Point(168, 21);
|
|
this.button2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(133, 31);
|
|
this.button2.TabIndex = 1;
|
|
this.button2.Text = "汇总分析";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.button1.Location = new System.Drawing.Point(23, 21);
|
|
this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(133, 31);
|
|
this.button1.TabIndex = 0;
|
|
this.button1.Text = "刷新";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.dgvAll);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.panel2.Location = new System.Drawing.Point(0, 65);
|
|
this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Padding = new System.Windows.Forms.Padding(20, 19, 20, 19);
|
|
this.panel2.Size = new System.Drawing.Size(1257, 714);
|
|
this.panel2.TabIndex = 1;
|
|
//
|
|
// dgvAll
|
|
//
|
|
this.dgvAll.AllowUserToAddRows = false;
|
|
this.dgvAll.AllowUserToDeleteRows = false;
|
|
this.dgvAll.AllowUserToResizeColumns = false;
|
|
this.dgvAll.AllowUserToResizeRows = false;
|
|
this.dgvAll.AutoGenerateColumns = false;
|
|
this.dgvAll.BackgroundColor = System.Drawing.Color.White;
|
|
this.dgvAll.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvAll.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.tDataEntityDataGridViewTextBoxColumn,
|
|
this.tmh,
|
|
this.hyh,
|
|
this.xm,
|
|
this.xb2,
|
|
this.xb,
|
|
this.nl,
|
|
this.hyzk,
|
|
this.hyzk2,
|
|
this.tjrq,
|
|
this.tmztz,
|
|
this.bj,
|
|
this.dwmc,
|
|
this.dataEntityDataGridViewTextBoxColumn});
|
|
this.dgvAll.DataSource = this.iDataBindBindingSource;
|
|
this.dgvAll.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dgvAll.GridColor = System.Drawing.Color.White;
|
|
this.dgvAll.Location = new System.Drawing.Point(20, 19);
|
|
this.dgvAll.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.dgvAll.Name = "dgvAll";
|
|
this.dgvAll.ReadOnly = true;
|
|
this.dgvAll.RowHeadersVisible = false;
|
|
this.dgvAll.RowTemplate.Height = 23;
|
|
this.dgvAll.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvAll.Size = new System.Drawing.Size(1217, 676);
|
|
this.dgvAll.TabIndex = 0;
|
|
this.dgvAll.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.dgvAll_RowPrePaint_1);
|
|
//
|
|
// iDataBindBindingSource
|
|
//
|
|
this.iDataBindBindingSource.DataSource = typeof(EAS.Data.Binding.IDataBind);
|
|
//
|
|
// dataGridViewTextBoxColumn1
|
|
//
|
|
this.dataGridViewTextBoxColumn1.DataPropertyName = "DataEntity";
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "DataEntity";
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
|
//
|
|
// dataGridViewTextBoxColumn2
|
|
//
|
|
this.dataGridViewTextBoxColumn2.DataPropertyName = "DataEntity";
|
|
this.dataGridViewTextBoxColumn2.HeaderText = "DataEntity";
|
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
|
//
|
|
// tDataEntityDataGridViewTextBoxColumn
|
|
//
|
|
this.tDataEntityDataGridViewTextBoxColumn.DataPropertyName = "TDataEntity";
|
|
this.tDataEntityDataGridViewTextBoxColumn.HeaderText = "TDataEntity";
|
|
this.tDataEntityDataGridViewTextBoxColumn.Name = "tDataEntityDataGridViewTextBoxColumn";
|
|
this.tDataEntityDataGridViewTextBoxColumn.ReadOnly = true;
|
|
this.tDataEntityDataGridViewTextBoxColumn.Visible = false;
|
|
//
|
|
// tmh
|
|
//
|
|
this.tmh.DataPropertyName = "tm";
|
|
this.tmh.HeaderText = "条码号";
|
|
this.tmh.Name = "tmh";
|
|
this.tmh.ReadOnly = true;
|
|
this.tmh.Width = 130;
|
|
//
|
|
// hyh
|
|
//
|
|
this.hyh.DataPropertyName = "hyh";
|
|
this.hyh.HeaderText = "会员号";
|
|
this.hyh.Name = "hyh";
|
|
this.hyh.ReadOnly = true;
|
|
//
|
|
// xm
|
|
//
|
|
this.xm.DataPropertyName = "xm";
|
|
this.xm.HeaderText = "姓名";
|
|
this.xm.Name = "xm";
|
|
this.xm.ReadOnly = true;
|
|
//
|
|
// xb2
|
|
//
|
|
this.xb2.DataPropertyName = "xb2";
|
|
this.xb2.HeaderText = "性别";
|
|
this.xb2.Name = "xb2";
|
|
this.xb2.ReadOnly = true;
|
|
//
|
|
// xb
|
|
//
|
|
this.xb.DataPropertyName = "xb";
|
|
this.xb.HeaderText = "性别";
|
|
this.xb.Name = "xb";
|
|
this.xb.ReadOnly = true;
|
|
this.xb.Visible = false;
|
|
//
|
|
// nl
|
|
//
|
|
this.nl.DataPropertyName = "nl";
|
|
this.nl.HeaderText = "年龄";
|
|
this.nl.Name = "nl";
|
|
this.nl.ReadOnly = true;
|
|
//
|
|
// hyzk
|
|
//
|
|
this.hyzk.DataPropertyName = "hyzk";
|
|
this.hyzk.HeaderText = "婚姻状况";
|
|
this.hyzk.Name = "hyzk";
|
|
this.hyzk.ReadOnly = true;
|
|
this.hyzk.Visible = false;
|
|
this.hyzk.Width = 130;
|
|
//
|
|
// hyzk2
|
|
//
|
|
this.hyzk2.DataPropertyName = "hyzk2";
|
|
this.hyzk2.HeaderText = "婚姻状况";
|
|
this.hyzk2.Name = "hyzk2";
|
|
this.hyzk2.ReadOnly = true;
|
|
this.hyzk2.Width = 130;
|
|
//
|
|
// tjrq
|
|
//
|
|
this.tjrq.DataPropertyName = "tjrq";
|
|
this.tjrq.HeaderText = "体检日期";
|
|
this.tjrq.Name = "tjrq";
|
|
this.tjrq.ReadOnly = true;
|
|
this.tjrq.Width = 130;
|
|
//
|
|
// tmztz
|
|
//
|
|
this.tmztz.DataPropertyName = "tmztz";
|
|
this.tmztz.HeaderText = "体检状态";
|
|
this.tmztz.Name = "tmztz";
|
|
this.tmztz.ReadOnly = true;
|
|
this.tmztz.Visible = false;
|
|
this.tmztz.Width = 130;
|
|
//
|
|
// bj
|
|
//
|
|
this.bj.DataPropertyName = "bj";
|
|
this.bj.HeaderText = "客户类型";
|
|
this.bj.Name = "bj";
|
|
this.bj.ReadOnly = true;
|
|
this.bj.Width = 120;
|
|
//
|
|
// dwmc
|
|
//
|
|
this.dwmc.DataPropertyName = "dwmc";
|
|
this.dwmc.HeaderText = "单位名称";
|
|
this.dwmc.Name = "dwmc";
|
|
this.dwmc.ReadOnly = true;
|
|
this.dwmc.Width = 300;
|
|
//
|
|
// dataEntityDataGridViewTextBoxColumn
|
|
//
|
|
this.dataEntityDataGridViewTextBoxColumn.DataPropertyName = "DataEntity";
|
|
this.dataEntityDataGridViewTextBoxColumn.HeaderText = "DataEntity";
|
|
this.dataEntityDataGridViewTextBoxColumn.Name = "dataEntityDataGridViewTextBoxColumn";
|
|
this.dataEntityDataGridViewTextBoxColumn.ReadOnly = true;
|
|
this.dataEntityDataGridViewTextBoxColumn.Visible = false;
|
|
//
|
|
// frmTiJianJieGuoFenXi
|
|
//
|
|
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(1257, 779);
|
|
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, 4, 4, 4);
|
|
this.Name = "frmTiJianJieGuoFenXi";
|
|
this.Text = "体检结果分析";
|
|
this.Load += new System.EventHandler(this.frmTiJianJieGuoFenXi_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvAll)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.iDataBindBindingSource)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Label labRs;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label labxm;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.DataGridView dgvAll;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.BindingSource iDataBindBindingSource;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
private System.Windows.Forms.TextBox txtFind;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn tDataEntityDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn tmh;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn hyh;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn xm;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn xb2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn xb;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn nl;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn hyzk;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn hyzk2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn tjrq;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn tmztz;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bj;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dwmc;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataEntityDataGridViewTextBoxColumn;
|
|
}
|
|
} |