404 lines
18 KiB
C#
404 lines
18 KiB
C#
namespace SOH.KeFu
|
|
{
|
|
partial class frmtjjg
|
|
{
|
|
/// <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();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmtjjg));
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.tbxtm = new System.Windows.Forms.TextBox();
|
|
this.tbxhyh = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.tbxxm = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.tbxtjrq = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.tbxxz = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.tbxtjlb = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
this.tbxzcjg = new System.Windows.Forms.TextBox();
|
|
this.dgvzhxm = new System.Windows.Forms.DataGridView();
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.jgksbm = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.flag = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cksx = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ckxx = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.zcjg = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dgvks = new System.Windows.Forms.DataGridView();
|
|
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ksbm = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ztz = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cms_sqxg = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.tsmi_sqxg = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabPage2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvzhxm)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvks)).BeginInit();
|
|
this.cms_sqxg.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 9);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(65, 12);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "请扫描条码";
|
|
//
|
|
// tbxtm
|
|
//
|
|
this.tbxtm.Location = new System.Drawing.Point(80, 6);
|
|
this.tbxtm.Name = "tbxtm";
|
|
this.tbxtm.Size = new System.Drawing.Size(100, 21);
|
|
this.tbxtm.TabIndex = 1;
|
|
this.tbxtm.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbxtm_KeyPress);
|
|
//
|
|
// tbxhyh
|
|
//
|
|
this.tbxhyh.Location = new System.Drawing.Point(233, 6);
|
|
this.tbxhyh.Name = "tbxhyh";
|
|
this.tbxhyh.ReadOnly = true;
|
|
this.tbxhyh.Size = new System.Drawing.Size(100, 21);
|
|
this.tbxhyh.TabIndex = 3;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(186, 9);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(41, 12);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "会员号";
|
|
//
|
|
// tbxxm
|
|
//
|
|
this.tbxxm.Location = new System.Drawing.Point(374, 6);
|
|
this.tbxxm.Name = "tbxxm";
|
|
this.tbxxm.ReadOnly = true;
|
|
this.tbxxm.Size = new System.Drawing.Size(100, 21);
|
|
this.tbxxm.TabIndex = 5;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(339, 9);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(29, 12);
|
|
this.label3.TabIndex = 4;
|
|
this.label3.Text = "姓名";
|
|
//
|
|
// tbxtjrq
|
|
//
|
|
this.tbxtjrq.Location = new System.Drawing.Point(539, 6);
|
|
this.tbxtjrq.Name = "tbxtjrq";
|
|
this.tbxtjrq.ReadOnly = true;
|
|
this.tbxtjrq.Size = new System.Drawing.Size(100, 21);
|
|
this.tbxtjrq.TabIndex = 7;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(480, 9);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(53, 12);
|
|
this.label4.TabIndex = 6;
|
|
this.label4.Text = "体检日期";
|
|
//
|
|
// tbxxz
|
|
//
|
|
this.tbxxz.Location = new System.Drawing.Point(680, 6);
|
|
this.tbxxz.Name = "tbxxz";
|
|
this.tbxxz.ReadOnly = true;
|
|
this.tbxxz.Size = new System.Drawing.Size(100, 21);
|
|
this.tbxxz.TabIndex = 9;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(645, 9);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(29, 12);
|
|
this.label5.TabIndex = 8;
|
|
this.label5.Text = "性质";
|
|
//
|
|
// tbxtjlb
|
|
//
|
|
this.tbxtjlb.Location = new System.Drawing.Point(845, 6);
|
|
this.tbxtjlb.Name = "tbxtjlb";
|
|
this.tbxtjlb.ReadOnly = true;
|
|
this.tbxtjlb.Size = new System.Drawing.Size(100, 21);
|
|
this.tbxtjlb.TabIndex = 11;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(786, 9);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(53, 12);
|
|
this.label6.TabIndex = 10;
|
|
this.label6.Text = "体检类别";
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|
this.tabControl1.Location = new System.Drawing.Point(14, 33);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(931, 467);
|
|
this.tabControl1.TabIndex = 12;
|
|
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
|
|
//
|
|
// tabPage2
|
|
//
|
|
this.tabPage2.Controls.Add(this.tbxzcjg);
|
|
this.tabPage2.Controls.Add(this.dgvzhxm);
|
|
this.tabPage2.Controls.Add(this.dgvks);
|
|
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage2.Name = "tabPage2";
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage2.Size = new System.Drawing.Size(923, 441);
|
|
this.tabPage2.TabIndex = 1;
|
|
this.tabPage2.Text = "体检项目结果";
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// tbxzcjg
|
|
//
|
|
this.tbxzcjg.Location = new System.Drawing.Point(157, 362);
|
|
this.tbxzcjg.Multiline = true;
|
|
this.tbxzcjg.Name = "tbxzcjg";
|
|
this.tbxzcjg.Size = new System.Drawing.Size(734, 73);
|
|
this.tbxzcjg.TabIndex = 9;
|
|
//
|
|
// dgvzhxm
|
|
//
|
|
this.dgvzhxm.AllowUserToAddRows = false;
|
|
this.dgvzhxm.AllowUserToDeleteRows = false;
|
|
this.dgvzhxm.AllowUserToResizeColumns = false;
|
|
this.dgvzhxm.AllowUserToResizeRows = false;
|
|
this.dgvzhxm.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
this.dgvzhxm.BackgroundColor = System.Drawing.Color.White;
|
|
this.dgvzhxm.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvzhxm.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.dataGridViewTextBoxColumn1,
|
|
this.jgksbm,
|
|
this.flag,
|
|
this.dataGridViewTextBoxColumn2,
|
|
this.cksx,
|
|
this.ckxx,
|
|
this.zcjg});
|
|
this.dgvzhxm.Location = new System.Drawing.Point(157, 6);
|
|
this.dgvzhxm.Name = "dgvzhxm";
|
|
this.dgvzhxm.ReadOnly = true;
|
|
this.dgvzhxm.RowTemplate.Height = 23;
|
|
this.dgvzhxm.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvzhxm.Size = new System.Drawing.Size(760, 350);
|
|
this.dgvzhxm.TabIndex = 8;
|
|
this.dgvzhxm.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvzhxm_CellClick);
|
|
this.dgvzhxm.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvqtksjcjg_CellContentClick);
|
|
//
|
|
// dataGridViewTextBoxColumn1
|
|
//
|
|
this.dataGridViewTextBoxColumn1.DataPropertyName = "xmmc";
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "项目名称";
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
|
//
|
|
// jgksbm
|
|
//
|
|
this.jgksbm.DataPropertyName = "ksbm";
|
|
this.jgksbm.HeaderText = "ksbm";
|
|
this.jgksbm.Name = "jgksbm";
|
|
this.jgksbm.ReadOnly = true;
|
|
this.jgksbm.Visible = false;
|
|
//
|
|
// flag
|
|
//
|
|
this.flag.DataPropertyName = "flag";
|
|
this.flag.HeaderText = "flag";
|
|
this.flag.Name = "flag";
|
|
this.flag.ReadOnly = true;
|
|
this.flag.Visible = false;
|
|
//
|
|
// dataGridViewTextBoxColumn2
|
|
//
|
|
this.dataGridViewTextBoxColumn2.DataPropertyName = "dw";
|
|
this.dataGridViewTextBoxColumn2.HeaderText = "单位";
|
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
|
//
|
|
// cksx
|
|
//
|
|
this.cksx.DataPropertyName = "cksx";
|
|
this.cksx.HeaderText = "参考上限";
|
|
this.cksx.Name = "cksx";
|
|
this.cksx.ReadOnly = true;
|
|
//
|
|
// ckxx
|
|
//
|
|
this.ckxx.DataPropertyName = "ckxx";
|
|
this.ckxx.HeaderText = "参考下限";
|
|
this.ckxx.Name = "ckxx";
|
|
this.ckxx.ReadOnly = true;
|
|
//
|
|
// zcjg
|
|
//
|
|
this.zcjg.DataPropertyName = "zcjg";
|
|
this.zcjg.HeaderText = "体检(检查)结果";
|
|
this.zcjg.Name = "zcjg";
|
|
this.zcjg.ReadOnly = true;
|
|
//
|
|
// dgvks
|
|
//
|
|
this.dgvks.AllowUserToAddRows = false;
|
|
this.dgvks.AllowUserToDeleteRows = false;
|
|
this.dgvks.AllowUserToResizeColumns = false;
|
|
this.dgvks.AllowUserToResizeRows = false;
|
|
this.dgvks.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvks.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.dataGridViewTextBoxColumn4,
|
|
this.ksbm,
|
|
this.ztz});
|
|
this.dgvks.Location = new System.Drawing.Point(6, 6);
|
|
this.dgvks.Name = "dgvks";
|
|
this.dgvks.ReadOnly = true;
|
|
this.dgvks.RowHeadersWidth = 11;
|
|
this.dgvks.RowTemplate.Height = 23;
|
|
this.dgvks.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvks.Size = new System.Drawing.Size(145, 434);
|
|
this.dgvks.TabIndex = 7;
|
|
this.dgvks.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvks_CellClick);
|
|
//
|
|
// dataGridViewTextBoxColumn4
|
|
//
|
|
this.dataGridViewTextBoxColumn4.DataPropertyName = "ksmc";
|
|
this.dataGridViewTextBoxColumn4.HeaderText = "科室名称";
|
|
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
this.dataGridViewTextBoxColumn4.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn4.Width = 130;
|
|
//
|
|
// ksbm
|
|
//
|
|
this.ksbm.DataPropertyName = "ksbm";
|
|
this.ksbm.HeaderText = "科室编码";
|
|
this.ksbm.Name = "ksbm";
|
|
this.ksbm.ReadOnly = true;
|
|
this.ksbm.Visible = false;
|
|
//
|
|
// ztz
|
|
//
|
|
this.ztz.DataPropertyName = "ztz";
|
|
this.ztz.HeaderText = "ztz";
|
|
this.ztz.Name = "ztz";
|
|
this.ztz.ReadOnly = true;
|
|
this.ztz.Visible = false;
|
|
//
|
|
// cms_sqxg
|
|
//
|
|
this.cms_sqxg.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsmi_sqxg});
|
|
this.cms_sqxg.Name = "cms_sqxg";
|
|
this.cms_sqxg.Size = new System.Drawing.Size(125, 26);
|
|
//
|
|
// tsmi_sqxg
|
|
//
|
|
this.tsmi_sqxg.Name = "tsmi_sqxg";
|
|
this.tsmi_sqxg.Size = new System.Drawing.Size(152, 22);
|
|
this.tsmi_sqxg.Text = "授权修改";
|
|
this.tsmi_sqxg.Click += new System.EventHandler(this.tsmi_sqxg_Click);
|
|
//
|
|
// frmtjjg
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(954, 507);
|
|
this.Controls.Add(this.tabControl1);
|
|
this.Controls.Add(this.tbxtjlb);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.tbxxz);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.tbxtjrq);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.tbxxm);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.tbxhyh);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.tbxtm);
|
|
this.Controls.Add(this.label1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "frmtjjg";
|
|
this.Text = "体检结果查询";
|
|
this.Load += new System.EventHandler(this.frmtjjg_Load);
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabPage2.ResumeLayout(false);
|
|
this.tabPage2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvzhxm)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvks)).EndInit();
|
|
this.cms_sqxg.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox tbxtm;
|
|
private System.Windows.Forms.TextBox tbxhyh;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox tbxxm;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox tbxtjrq;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox tbxxz;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox tbxtjlb;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
private System.Windows.Forms.DataGridView dgvzhxm;
|
|
private System.Windows.Forms.DataGridView dgvks;
|
|
private System.Windows.Forms.TextBox tbxzcjg;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn jgksbm;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn flag;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cksx;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ckxx;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn zcjg;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ksbm;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ztz;
|
|
private System.Windows.Forms.ContextMenuStrip cms_sqxg;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmi_sqxg;
|
|
}
|
|
} |