tijian_jichuang/Code/SOH.JianYan/frmChouXueDengJi.Designer.cs
2025-02-20 11:54:48 +08:00

410 lines
20 KiB
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace SOH.JianYan
{
partial class frmChouXueDengJi
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmChouXueDengJi));
this.tab_cxgl = new System.Windows.Forms.TabControl();
this.tab_cxdj = new System.Windows.Forms.TabPage();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.dgv_zhmx = new System.Windows.Forms.DataGridView();
this.jcxmbmDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.jcxmmcDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tjcxmBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.gb_zhxm = new System.Windows.Forms.GroupBox();
this.dgv_zhxm = new System.Windows.Forms.DataGridView();
this.zhbmDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.zhmcDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tzhxmBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.panel1 = new System.Windows.Forms.Panel();
this.button1 = new System.Windows.Forms.Button();
this.pic_zp = new System.Windows.Forms.PictureBox();
this.btn_dj = new System.Windows.Forms.Button();
this.lbl_csrq = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.lbl_nl = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.lbl_xb = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.lbl_xm = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.lbl_zt = new System.Windows.Forms.Label();
this.txt_jytm = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.ckb_auto = new System.Windows.Forms.CheckBox();
this.tab_cxgl.SuspendLayout();
this.tab_cxdj.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv_zhmx)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tjcxmBindingSource)).BeginInit();
this.gb_zhxm.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv_zhxm)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tzhxmBindingSource)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pic_zp)).BeginInit();
this.SuspendLayout();
//
// tab_cxgl
//
this.tab_cxgl.Controls.Add(this.tab_cxdj);
this.tab_cxgl.Dock = System.Windows.Forms.DockStyle.Fill;
this.tab_cxgl.Location = new System.Drawing.Point(0, 0);
this.tab_cxgl.Name = "tab_cxgl";
this.tab_cxgl.SelectedIndex = 0;
this.tab_cxgl.Size = new System.Drawing.Size(973, 510);
this.tab_cxgl.TabIndex = 0;
//
// tab_cxdj
//
this.tab_cxdj.Controls.Add(this.groupBox2);
this.tab_cxdj.Controls.Add(this.gb_zhxm);
this.tab_cxdj.Controls.Add(this.panel1);
this.tab_cxdj.Location = new System.Drawing.Point(4, 22);
this.tab_cxdj.Name = "tab_cxdj";
this.tab_cxdj.Padding = new System.Windows.Forms.Padding(3);
this.tab_cxdj.Size = new System.Drawing.Size(965, 484);
this.tab_cxdj.TabIndex = 0;
this.tab_cxdj.Text = "抽血登记";
this.tab_cxdj.UseVisualStyleBackColor = true;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.dgv_zhmx);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Left;
this.groupBox2.Location = new System.Drawing.Point(342, 98);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(366, 383);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "组合项目明细";
//
// dgv_zhmx
//
this.dgv_zhmx.AllowUserToAddRows = false;
this.dgv_zhmx.AllowUserToDeleteRows = false;
this.dgv_zhmx.AutoGenerateColumns = false;
this.dgv_zhmx.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dgv_zhmx.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgv_zhmx.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.jcxmbmDataGridViewTextBoxColumn,
this.jcxmmcDataGridViewTextBoxColumn});
this.dgv_zhmx.DataSource = this.tjcxmBindingSource;
this.dgv_zhmx.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgv_zhmx.Location = new System.Drawing.Point(3, 17);
this.dgv_zhmx.MultiSelect = false;
this.dgv_zhmx.Name = "dgv_zhmx";
this.dgv_zhmx.ReadOnly = true;
this.dgv_zhmx.RowTemplate.Height = 23;
this.dgv_zhmx.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgv_zhmx.Size = new System.Drawing.Size(360, 363);
this.dgv_zhmx.TabIndex = 1;
//
// jcxmbmDataGridViewTextBoxColumn
//
this.jcxmbmDataGridViewTextBoxColumn.DataPropertyName = "jcxmbm";
this.jcxmbmDataGridViewTextBoxColumn.HeaderText = "检查项目编码";
this.jcxmbmDataGridViewTextBoxColumn.Name = "jcxmbmDataGridViewTextBoxColumn";
this.jcxmbmDataGridViewTextBoxColumn.ReadOnly = true;
//
// jcxmmcDataGridViewTextBoxColumn
//
this.jcxmmcDataGridViewTextBoxColumn.DataPropertyName = "jcxmmc";
this.jcxmmcDataGridViewTextBoxColumn.HeaderText = "检查项目名称";
this.jcxmmcDataGridViewTextBoxColumn.Name = "jcxmmcDataGridViewTextBoxColumn";
this.jcxmmcDataGridViewTextBoxColumn.ReadOnly = true;
//
// tjcxmBindingSource
//
this.tjcxmBindingSource.DataSource = typeof(SOH.Entities.t_jcxm);
//
// gb_zhxm
//
this.gb_zhxm.Controls.Add(this.dgv_zhxm);
this.gb_zhxm.Dock = System.Windows.Forms.DockStyle.Left;
this.gb_zhxm.Location = new System.Drawing.Point(3, 98);
this.gb_zhxm.Name = "gb_zhxm";
this.gb_zhxm.Size = new System.Drawing.Size(339, 383);
this.gb_zhxm.TabIndex = 1;
this.gb_zhxm.TabStop = false;
this.gb_zhxm.Text = "组合项目";
//
// dgv_zhxm
//
this.dgv_zhxm.AllowUserToAddRows = false;
this.dgv_zhxm.AllowUserToDeleteRows = false;
this.dgv_zhxm.AutoGenerateColumns = false;
this.dgv_zhxm.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dgv_zhxm.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgv_zhxm.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.zhbmDataGridViewTextBoxColumn,
this.zhmcDataGridViewTextBoxColumn});
this.dgv_zhxm.DataSource = this.tzhxmBindingSource;
this.dgv_zhxm.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgv_zhxm.Location = new System.Drawing.Point(3, 17);
this.dgv_zhxm.MultiSelect = false;
this.dgv_zhxm.Name = "dgv_zhxm";
this.dgv_zhxm.ReadOnly = true;
this.dgv_zhxm.RowTemplate.Height = 23;
this.dgv_zhxm.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgv_zhxm.Size = new System.Drawing.Size(333, 363);
this.dgv_zhxm.TabIndex = 0;
this.dgv_zhxm.SelectionChanged += new System.EventHandler(this.dgv_zhxm_SelectionChanged);
//
// zhbmDataGridViewTextBoxColumn
//
this.zhbmDataGridViewTextBoxColumn.DataPropertyName = "zhbm";
this.zhbmDataGridViewTextBoxColumn.HeaderText = "组合项目编码";
this.zhbmDataGridViewTextBoxColumn.Name = "zhbmDataGridViewTextBoxColumn";
this.zhbmDataGridViewTextBoxColumn.ReadOnly = true;
//
// zhmcDataGridViewTextBoxColumn
//
this.zhmcDataGridViewTextBoxColumn.DataPropertyName = "zhmc";
this.zhmcDataGridViewTextBoxColumn.HeaderText = "组合项目名称";
this.zhmcDataGridViewTextBoxColumn.Name = "zhmcDataGridViewTextBoxColumn";
this.zhmcDataGridViewTextBoxColumn.ReadOnly = true;
//
// tzhxmBindingSource
//
this.tzhxmBindingSource.DataSource = typeof(SOH.Entities.t_zhxm);
//
// panel1
//
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this.pic_zp);
this.panel1.Controls.Add(this.btn_dj);
this.panel1.Controls.Add(this.lbl_csrq);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.lbl_nl);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.lbl_xb);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.lbl_xm);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.lbl_zt);
this.panel1.Controls.Add(this.txt_jytm);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.ckb_auto);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(3, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(959, 95);
this.panel1.TabIndex = 0;
//
// button1
//
this.button1.Location = new System.Drawing.Point(699, 63);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 19;
this.button1.Text = "结束";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// pic_zp
//
this.pic_zp.Location = new System.Drawing.Point(488, 21);
this.pic_zp.Name = "pic_zp";
this.pic_zp.Size = new System.Drawing.Size(83, 59);
this.pic_zp.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pic_zp.TabIndex = 18;
this.pic_zp.TabStop = false;
//
// btn_dj
//
this.btn_dj.Location = new System.Drawing.Point(618, 63);
this.btn_dj.Name = "btn_dj";
this.btn_dj.Size = new System.Drawing.Size(75, 23);
this.btn_dj.TabIndex = 17;
this.btn_dj.Text = "登记";
this.btn_dj.UseVisualStyleBackColor = true;
this.btn_dj.Click += new System.EventHandler(this.btn_dj_Click);
//
// lbl_csrq
//
this.lbl_csrq.AutoSize = true;
this.lbl_csrq.Location = new System.Drawing.Point(300, 68);
this.lbl_csrq.Name = "lbl_csrq";
this.lbl_csrq.Size = new System.Drawing.Size(0, 12);
this.lbl_csrq.TabIndex = 16;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(235, 68);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(59, 12);
this.label6.TabIndex = 15;
this.label6.Text = "出生日期:";
//
// lbl_nl
//
this.lbl_nl.AutoSize = true;
this.lbl_nl.Location = new System.Drawing.Point(208, 68);
this.lbl_nl.Name = "lbl_nl";
this.lbl_nl.Size = new System.Drawing.Size(0, 12);
this.lbl_nl.TabIndex = 14;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(166, 68);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(35, 12);
this.label5.TabIndex = 13;
this.label5.Text = "年龄:";
//
// lbl_xb
//
this.lbl_xb.AutoSize = true;
this.lbl_xb.Location = new System.Drawing.Point(139, 68);
this.lbl_xb.Name = "lbl_xb";
this.lbl_xb.Size = new System.Drawing.Size(0, 12);
this.lbl_xb.TabIndex = 10;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(97, 68);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(35, 12);
this.label2.TabIndex = 9;
this.label2.Text = "性别:";
//
// lbl_xm
//
this.lbl_xm.AutoSize = true;
this.lbl_xm.Location = new System.Drawing.Point(52, 68);
this.lbl_xm.Name = "lbl_xm";
this.lbl_xm.Size = new System.Drawing.Size(0, 12);
this.lbl_xm.TabIndex = 8;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(5, 68);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 7;
this.label4.Text = "姓名:";
//
// lbl_zt
//
this.lbl_zt.AutoSize = true;
this.lbl_zt.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_zt.ForeColor = System.Drawing.Color.Red;
this.lbl_zt.Location = new System.Drawing.Point(201, 33);
this.lbl_zt.Name = "lbl_zt";
this.lbl_zt.Size = new System.Drawing.Size(0, 14);
this.lbl_zt.TabIndex = 4;
//
// txt_jytm
//
this.txt_jytm.Location = new System.Drawing.Point(58, 29);
this.txt_jytm.Name = "txt_jytm";
this.txt_jytm.Size = new System.Drawing.Size(136, 21);
this.txt_jytm.TabIndex = 3;
this.txt_jytm.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_jytm_KeyUp);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(5, 33);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(47, 12);
this.label1.TabIndex = 2;
this.label1.Text = "条码号:";
//
// ckb_auto
//
this.ckb_auto.AutoSize = true;
this.ckb_auto.Location = new System.Drawing.Point(5, 3);
this.ckb_auto.Name = "ckb_auto";
this.ckb_auto.Size = new System.Drawing.Size(96, 16);
this.ckb_auto.TabIndex = 1;
this.ckb_auto.Text = "扫码自动登记";
this.ckb_auto.UseVisualStyleBackColor = true;
//
// frmChouXueDengJi
//
this.ClientSize = new System.Drawing.Size(973, 510);
this.Controls.Add(this.tab_cxgl);
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmChouXueDengJi";
this.Text = "抽血管理";
this.Load += new System.EventHandler(this.frmChouXueDengJi_Load);
this.tab_cxgl.ResumeLayout(false);
this.tab_cxdj.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgv_zhmx)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tjcxmBindingSource)).EndInit();
this.gb_zhxm.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgv_zhxm)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tzhxmBindingSource)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pic_zp)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tab_cxgl;
private System.Windows.Forms.TabPage tab_cxdj;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label lbl_zt;
private System.Windows.Forms.TextBox txt_jytm;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.CheckBox ckb_auto;
private System.Windows.Forms.Label lbl_csrq;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label lbl_nl;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label lbl_xb;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lbl_xm;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button btn_dj;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.DataGridView dgv_zhmx;
private System.Windows.Forms.GroupBox gb_zhxm;
private System.Windows.Forms.DataGridView dgv_zhxm;
private System.Windows.Forms.DataGridViewTextBoxColumn zhbmDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn zhmcDataGridViewTextBoxColumn;
private System.Windows.Forms.BindingSource tzhxmBindingSource;
private System.Windows.Forms.DataGridViewTextBoxColumn jcxmbmDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn jcxmmcDataGridViewTextBoxColumn;
private System.Windows.Forms.BindingSource tjcxmBindingSource;
private System.Windows.Forms.PictureBox pic_zp;
private System.Windows.Forms.Button button1;
}
}