401 lines
17 KiB
C#
401 lines
17 KiB
C#
namespace SOH.KeFu
|
|
{
|
|
partial class frmZdyxSuiFang
|
|
{
|
|
/// <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.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.id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.tmh = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.xm = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.xb = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.nl = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.tel = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.tjrq = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.tjlx = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ksmc = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.jcxm = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dwmc = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.sbrq = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.sfys = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.sfrq = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.sfjl = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.zdyx = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.qzyy = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.zlfs = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.qzrq = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.txsb = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataEntityDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.tDataEntityDataGridViewTextBoxColumn = 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.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.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(984, 52);
|
|
this.panel1.TabIndex = 1;
|
|
//
|
|
// txtFind
|
|
//
|
|
this.txtFind.Location = new System.Drawing.Point(339, 17);
|
|
this.txtFind.Name = "txtFind";
|
|
this.txtFind.Size = new System.Drawing.Size(118, 23);
|
|
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(252, 21);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(91, 14);
|
|
this.label1.TabIndex = 3;
|
|
this.label1.Text = "条码号查询:";
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.button2.Location = new System.Drawing.Point(126, 17);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(100, 25);
|
|
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(17, 17);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(100, 25);
|
|
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, 52);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Padding = new System.Windows.Forms.Padding(15);
|
|
this.panel2.Size = new System.Drawing.Size(984, 606);
|
|
this.panel2.TabIndex = 2;
|
|
//
|
|
// 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.id,
|
|
this.tmh,
|
|
this.xm,
|
|
this.xb,
|
|
this.nl,
|
|
this.tel,
|
|
this.tjrq,
|
|
this.tjlx,
|
|
this.ksmc,
|
|
this.jcxm,
|
|
this.dwmc,
|
|
this.sbrq,
|
|
this.sfys,
|
|
this.sfrq,
|
|
this.sfjl,
|
|
this.zdyx,
|
|
this.qzyy,
|
|
this.zlfs,
|
|
this.qzrq,
|
|
this.txsb,
|
|
this.dataEntityDataGridViewTextBoxColumn,
|
|
this.tDataEntityDataGridViewTextBoxColumn});
|
|
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(15, 15);
|
|
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(954, 576);
|
|
this.dgvAll.TabIndex = 0;
|
|
this.dgvAll.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.dgvAll_RowPrePaint);
|
|
//
|
|
// iDataBindBindingSource
|
|
//
|
|
this.iDataBindBindingSource.DataSource = typeof(EAS.Data.Binding.IDataBind);
|
|
//
|
|
// id
|
|
//
|
|
this.id.DataPropertyName = "id";
|
|
this.id.HeaderText = "编号";
|
|
this.id.Name = "id";
|
|
this.id.ReadOnly = true;
|
|
this.id.Width = 60;
|
|
//
|
|
// tmh
|
|
//
|
|
this.tmh.DataPropertyName = "tm";
|
|
this.tmh.HeaderText = "条码号";
|
|
this.tmh.Name = "tmh";
|
|
this.tmh.ReadOnly = true;
|
|
this.tmh.Width = 130;
|
|
//
|
|
// xm
|
|
//
|
|
this.xm.DataPropertyName = "xm";
|
|
this.xm.HeaderText = "姓名";
|
|
this.xm.Name = "xm";
|
|
this.xm.ReadOnly = true;
|
|
//
|
|
// xb
|
|
//
|
|
this.xb.DataPropertyName = "xb";
|
|
this.xb.HeaderText = "性别";
|
|
this.xb.Name = "xb";
|
|
this.xb.ReadOnly = true;
|
|
//
|
|
// nl
|
|
//
|
|
this.nl.DataPropertyName = "nl";
|
|
this.nl.HeaderText = "年龄";
|
|
this.nl.Name = "nl";
|
|
this.nl.ReadOnly = true;
|
|
//
|
|
// tel
|
|
//
|
|
this.tel.DataPropertyName = "tel";
|
|
this.tel.HeaderText = "联系电话";
|
|
this.tel.Name = "tel";
|
|
this.tel.ReadOnly = true;
|
|
//
|
|
// tjrq
|
|
//
|
|
this.tjrq.DataPropertyName = "tjrq";
|
|
this.tjrq.HeaderText = "体检日期";
|
|
this.tjrq.Name = "tjrq";
|
|
this.tjrq.ReadOnly = true;
|
|
this.tjrq.Width = 130;
|
|
//
|
|
// tjlx
|
|
//
|
|
this.tjlx.DataPropertyName = "tjlx";
|
|
this.tjlx.HeaderText = "客户类型";
|
|
this.tjlx.Name = "tjlx";
|
|
this.tjlx.ReadOnly = true;
|
|
this.tjlx.Width = 120;
|
|
//
|
|
// ksmc
|
|
//
|
|
this.ksmc.DataPropertyName = "ksmc";
|
|
this.ksmc.HeaderText = "检查科室";
|
|
this.ksmc.Name = "ksmc";
|
|
this.ksmc.ReadOnly = true;
|
|
//
|
|
// jcxm
|
|
//
|
|
this.jcxm.DataPropertyName = "jcxm";
|
|
this.jcxm.HeaderText = "检查项目";
|
|
this.jcxm.Name = "jcxm";
|
|
this.jcxm.ReadOnly = true;
|
|
//
|
|
// dwmc
|
|
//
|
|
this.dwmc.DataPropertyName = "sbys";
|
|
this.dwmc.HeaderText = "上报医师";
|
|
this.dwmc.Name = "dwmc";
|
|
this.dwmc.ReadOnly = true;
|
|
//
|
|
// sbrq
|
|
//
|
|
this.sbrq.DataPropertyName = "sbrq";
|
|
this.sbrq.HeaderText = "上报日期";
|
|
this.sbrq.Name = "sbrq";
|
|
this.sbrq.ReadOnly = true;
|
|
this.sbrq.Width = 150;
|
|
//
|
|
// sfys
|
|
//
|
|
this.sfys.DataPropertyName = "sfys";
|
|
this.sfys.HeaderText = "随访医师";
|
|
this.sfys.Name = "sfys";
|
|
this.sfys.ReadOnly = true;
|
|
//
|
|
// sfrq
|
|
//
|
|
this.sfrq.DataPropertyName = "sfrq";
|
|
this.sfrq.HeaderText = "随访日期";
|
|
this.sfrq.Name = "sfrq";
|
|
this.sfrq.ReadOnly = true;
|
|
this.sfrq.Width = 150;
|
|
//
|
|
// sfjl
|
|
//
|
|
this.sfjl.DataPropertyName = "sfjl";
|
|
this.sfjl.HeaderText = "随访记录";
|
|
this.sfjl.Name = "sfjl";
|
|
this.sfjl.ReadOnly = true;
|
|
this.sfjl.Visible = false;
|
|
//
|
|
// zdyx
|
|
//
|
|
this.zdyx.DataPropertyName = "zdyx";
|
|
this.zdyx.HeaderText = "重大阳性";
|
|
this.zdyx.Name = "zdyx";
|
|
this.zdyx.ReadOnly = true;
|
|
this.zdyx.Visible = false;
|
|
//
|
|
// qzyy
|
|
//
|
|
this.qzyy.DataPropertyName = "qzyy";
|
|
this.qzyy.HeaderText = "确诊医院";
|
|
this.qzyy.Name = "qzyy";
|
|
this.qzyy.ReadOnly = true;
|
|
this.qzyy.Visible = false;
|
|
//
|
|
// zlfs
|
|
//
|
|
this.zlfs.DataPropertyName = "zlfs";
|
|
this.zlfs.HeaderText = "治疗方式";
|
|
this.zlfs.Name = "zlfs";
|
|
this.zlfs.ReadOnly = true;
|
|
this.zlfs.Visible = false;
|
|
//
|
|
// qzrq
|
|
//
|
|
this.qzrq.DataPropertyName = "qzrq";
|
|
this.qzrq.HeaderText = "确诊日期";
|
|
this.qzrq.Name = "qzrq";
|
|
this.qzrq.ReadOnly = true;
|
|
this.qzrq.Visible = false;
|
|
//
|
|
// txsb
|
|
//
|
|
this.txsb.DataPropertyName = "txsb";
|
|
this.txsb.HeaderText = "填写上报";
|
|
this.txsb.Name = "txsb";
|
|
this.txsb.ReadOnly = true;
|
|
this.txsb.Visible = false;
|
|
//
|
|
// dataEntityDataGridViewTextBoxColumn
|
|
//
|
|
this.dataEntityDataGridViewTextBoxColumn.DataPropertyName = "DataEntity";
|
|
this.dataEntityDataGridViewTextBoxColumn.HeaderText = "DataEntity";
|
|
this.dataEntityDataGridViewTextBoxColumn.Name = "dataEntityDataGridViewTextBoxColumn";
|
|
this.dataEntityDataGridViewTextBoxColumn.ReadOnly = true;
|
|
this.dataEntityDataGridViewTextBoxColumn.Visible = false;
|
|
//
|
|
// tDataEntityDataGridViewTextBoxColumn
|
|
//
|
|
this.tDataEntityDataGridViewTextBoxColumn.DataPropertyName = "TDataEntity";
|
|
this.tDataEntityDataGridViewTextBoxColumn.HeaderText = "TDataEntity";
|
|
this.tDataEntityDataGridViewTextBoxColumn.Name = "tDataEntityDataGridViewTextBoxColumn";
|
|
this.tDataEntityDataGridViewTextBoxColumn.ReadOnly = true;
|
|
this.tDataEntityDataGridViewTextBoxColumn.Visible = false;
|
|
//
|
|
// frmZdyxSuiFang
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(984, 658);
|
|
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 = "frmZdyxSuiFang";
|
|
this.Text = "重大阳性随访";
|
|
this.Load += new System.EventHandler(this.frmZdyxSuiFang_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.TextBox txtFind;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.DataGridView dgvAll;
|
|
private System.Windows.Forms.BindingSource iDataBindBindingSource;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn id;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn tmh;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn xm;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn xb;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn nl;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn tel;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn tjrq;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn tjlx;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ksmc;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn jcxm;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dwmc;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn sbrq;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn sfys;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn sfrq;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn sfjl;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn zdyx;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn qzyy;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn zlfs;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn qzrq;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn txsb;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataEntityDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn tDataEntityDataGridViewTextBoxColumn;
|
|
}
|
|
} |