tijian_jichuang/Code/KeFu/frmTiJianJianYiChaXun.Designer.cs
2025-02-20 11:54:48 +08:00

290 lines
14 KiB
C#

namespace SOH.KeFu
{
partial class frmTiJianJianYiChaXun
{
/// <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.dgvKs = new System.Windows.Forms.DataGridView();
this.ksbm = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ksmc = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel2 = new System.Windows.Forms.Panel();
this.dgvJy = new System.Windows.Forms.DataGridView();
this.tDataEntityDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.zdjy = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.jcjys = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ksbms = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.iDataBindBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.panel3 = new System.Windows.Forms.Panel();
this.txtJy = new System.Windows.Forms.TextBox();
this.panel4 = new System.Windows.Forms.Panel();
this.butCx = new System.Windows.Forms.Button();
this.txtSelectJy = new System.Windows.Forms.TextBox();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvKs)).BeginInit();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvJy)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.iDataBindBindingSource)).BeginInit();
this.panel3.SuspendLayout();
this.panel4.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.dgvKs);
this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
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);
this.panel1.Name = "panel1";
this.panel1.Padding = new System.Windows.Forms.Padding(15);
this.panel1.Size = new System.Drawing.Size(279, 762);
this.panel1.TabIndex = 0;
//
// 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.ksbm,
this.ksmc});
this.dgvKs.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvKs.Location = new System.Drawing.Point(15, 15);
this.dgvKs.Margin = new System.Windows.Forms.Padding(4);
this.dgvKs.Name = "dgvKs";
this.dgvKs.ReadOnly = true;
this.dgvKs.RowHeadersVisible = false;
this.dgvKs.RowTemplate.Height = 23;
this.dgvKs.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvKs.Size = new System.Drawing.Size(249, 732);
this.dgvKs.TabIndex = 0;
this.dgvKs.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvKs_CellClick);
//
// ksbm
//
this.ksbm.DataPropertyName = "ksbm";
this.ksbm.HeaderText = "科室编码";
this.ksbm.Name = "ksbm";
this.ksbm.ReadOnly = true;
this.ksbm.Visible = false;
//
// ksmc
//
this.ksmc.DataPropertyName = "ksmc";
this.ksmc.HeaderText = "科室名称";
this.ksmc.Name = "ksmc";
this.ksmc.ReadOnly = true;
this.ksmc.Width = 243;
//
// panel2
//
this.panel2.Controls.Add(this.dgvJy);
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(287, 74);
this.panel2.Margin = new System.Windows.Forms.Padding(4);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(370, 673);
this.panel2.TabIndex = 1;
//
// dgvJy
//
this.dgvJy.AllowUserToAddRows = false;
this.dgvJy.AllowUserToDeleteRows = false;
this.dgvJy.AllowUserToResizeColumns = false;
this.dgvJy.AllowUserToResizeRows = false;
this.dgvJy.AutoGenerateColumns = false;
this.dgvJy.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvJy.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.tDataEntityDataGridViewTextBoxColumn,
this.zdjy,
this.jcjys,
this.ksbms});
this.dgvJy.DataSource = this.iDataBindBindingSource;
this.dgvJy.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvJy.Location = new System.Drawing.Point(0, 0);
this.dgvJy.Margin = new System.Windows.Forms.Padding(4);
this.dgvJy.Name = "dgvJy";
this.dgvJy.ReadOnly = true;
this.dgvJy.RowHeadersVisible = false;
this.dgvJy.RowTemplate.Height = 23;
this.dgvJy.Size = new System.Drawing.Size(370, 673);
this.dgvJy.TabIndex = 1;
this.dgvJy.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvJy_CellClick);
//
// tDataEntityDataGridViewTextBoxColumn
//
this.tDataEntityDataGridViewTextBoxColumn.DataPropertyName = "TDataEntity";
this.tDataEntityDataGridViewTextBoxColumn.HeaderText = "TDataEntity";
this.tDataEntityDataGridViewTextBoxColumn.Name = "tDataEntityDataGridViewTextBoxColumn";
this.tDataEntityDataGridViewTextBoxColumn.ReadOnly = true;
this.tDataEntityDataGridViewTextBoxColumn.Visible = false;
//
// zdjy
//
this.zdjy.DataPropertyName = "zyzd";
this.zdjy.HeaderText = "诊断";
this.zdjy.Name = "zdjy";
this.zdjy.ReadOnly = true;
this.zdjy.Width = 613;
//
// jcjys
//
this.jcjys.DataPropertyName = "jcjy";
this.jcjys.HeaderText = "检查建议";
this.jcjys.Name = "jcjys";
this.jcjys.ReadOnly = true;
this.jcjys.Visible = false;
//
// ksbms
//
this.ksbms.DataPropertyName = "ksbm";
this.ksbms.HeaderText = "科室编码";
this.ksbms.Name = "ksbms";
this.ksbms.ReadOnly = true;
this.ksbms.Visible = false;
//
// iDataBindBindingSource
//
this.iDataBindBindingSource.DataSource = typeof(EAS.Data.Binding.IDataBind);
//
// panel3
//
this.panel3.Controls.Add(this.txtJy);
this.panel3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panel3.Location = new System.Drawing.Point(661, 74);
this.panel3.Margin = new System.Windows.Forms.Padding(4);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(366, 673);
this.panel3.TabIndex = 2;
//
// txtJy
//
this.txtJy.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtJy.Location = new System.Drawing.Point(0, 0);
this.txtJy.Margin = new System.Windows.Forms.Padding(4);
this.txtJy.Multiline = true;
this.txtJy.Name = "txtJy";
this.txtJy.Size = new System.Drawing.Size(366, 673);
this.txtJy.TabIndex = 0;
this.txtJy.Click += new System.EventHandler(this.txtJy_Click);
this.txtJy.DoubleClick += new System.EventHandler(this.txtJy_DoubleClick);
//
// panel4
//
this.panel4.Controls.Add(this.butCx);
this.panel4.Controls.Add(this.txtSelectJy);
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
this.panel4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panel4.Location = new System.Drawing.Point(279, 0);
this.panel4.Margin = new System.Windows.Forms.Padding(4);
this.panel4.Name = "panel4";
this.panel4.Padding = new System.Windows.Forms.Padding(15);
this.panel4.Size = new System.Drawing.Size(758, 66);
this.panel4.TabIndex = 3;
//
// butCx
//
this.butCx.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.butCx.Location = new System.Drawing.Point(636, 13);
this.butCx.Margin = new System.Windows.Forms.Padding(4);
this.butCx.Name = "butCx";
this.butCx.Size = new System.Drawing.Size(100, 25);
this.butCx.TabIndex = 1;
this.butCx.Text = "查询";
this.butCx.UseVisualStyleBackColor = true;
this.butCx.Click += new System.EventHandler(this.butCx_Click);
//
// txtSelectJy
//
this.txtSelectJy.Location = new System.Drawing.Point(12, 17);
this.txtSelectJy.Margin = new System.Windows.Forms.Padding(4);
this.txtSelectJy.Name = "txtSelectJy";
this.txtSelectJy.Size = new System.Drawing.Size(616, 23);
this.txtSelectJy.TabIndex = 0;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "DataEntity";
this.dataGridViewTextBoxColumn1.HeaderText = "检查建议";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.Visible = false;
//
// frmTiJianJianYiChaXun
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1037, 762);
this.Controls.Add(this.panel4);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("宋体", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "frmTiJianJianYiChaXun";
this.Text = "体检建议查询";
this.Load += new System.EventHandler(this.frmTiJianJianYiChaXun_Load);
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvKs)).EndInit();
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvJy)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.iDataBindBindingSource)).EndInit();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.DataGridView dgvKs;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.DataGridView dgvJy;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.TextBox txtJy;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Button butCx;
private System.Windows.Forms.BindingSource iDataBindBindingSource;
private System.Windows.Forms.DataGridViewTextBoxColumn ksbm;
private System.Windows.Forms.DataGridViewTextBoxColumn ksmc;
private System.Windows.Forms.DataGridViewTextBoxColumn jcjy;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn tDataEntityDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn zdjy;
private System.Windows.Forms.DataGridViewTextBoxColumn jcjys;
private System.Windows.Forms.DataGridViewTextBoxColumn ksbms;
public System.Windows.Forms.TextBox txtSelectJy;
}
}