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

122 lines
4.8 KiB
C#

namespace SOH.KeFu
{
partial class frmtijianxiangmu
{
/// <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.dgvtjxm = new System.Windows.Forms.DataGridView();
this.tjks = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tjxm = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tjzt = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tjrq = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ztz = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dgvtjxm)).BeginInit();
this.SuspendLayout();
//
// dgvtjxm
//
this.dgvtjxm.AllowUserToAddRows = false;
this.dgvtjxm.AllowUserToDeleteRows = false;
this.dgvtjxm.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dgvtjxm.BackgroundColor = System.Drawing.Color.White;
this.dgvtjxm.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvtjxm.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.tjks,
this.tjxm,
this.tjzt,
this.tjrq,
this.ztz});
this.dgvtjxm.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvtjxm.Location = new System.Drawing.Point(10, 10);
this.dgvtjxm.Name = "dgvtjxm";
this.dgvtjxm.ReadOnly = true;
this.dgvtjxm.RowTemplate.Height = 23;
this.dgvtjxm.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvtjxm.Size = new System.Drawing.Size(636, 500);
this.dgvtjxm.TabIndex = 0;
//
// tjks
//
this.tjks.DataPropertyName = "ksmc";
this.tjks.HeaderText = "体检科室";
this.tjks.Name = "tjks";
this.tjks.ReadOnly = true;
//
// tjxm
//
this.tjxm.DataPropertyName = "mc";
this.tjxm.HeaderText = "体检项目";
this.tjxm.Name = "tjxm";
this.tjxm.ReadOnly = true;
//
// tjzt
//
this.tjzt.DataPropertyName = "tjzt";
this.tjzt.HeaderText = "体检状态";
this.tjzt.Name = "tjzt";
this.tjzt.ReadOnly = true;
//
// tjrq
//
this.tjrq.DataPropertyName = "tjrq";
this.tjrq.HeaderText = "体检日期";
this.tjrq.Name = "tjrq";
this.tjrq.ReadOnly = true;
//
// ztz
//
this.ztz.DataPropertyName = "ztz";
this.ztz.HeaderText = "ztz";
this.ztz.Name = "ztz";
this.ztz.ReadOnly = true;
this.ztz.Visible = false;
//
// frmtijianxiangmu
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(656, 520);
this.Controls.Add(this.dgvtjxm);
this.Name = "frmtijianxiangmu";
this.Padding = new System.Windows.Forms.Padding(10);
this.Text = "体检项目";
this.Load += new System.EventHandler(this.frmtijianxiangmu_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvtjxm)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dgvtjxm;
private System.Windows.Forms.DataGridViewTextBoxColumn tjks;
private System.Windows.Forms.DataGridViewTextBoxColumn tjxm;
private System.Windows.Forms.DataGridViewTextBoxColumn tjzt;
private System.Windows.Forms.DataGridViewTextBoxColumn tjrq;
private System.Windows.Forms.DataGridViewTextBoxColumn ztz;
}
}