tijian_jichuang/Code/SOH.JianYan/frmBeiJingHuaDa.Designer.cs

215 lines
8.8 KiB
C#
Raw Permalink Normal View History

2025-02-20 11:54:48 +08:00
namespace SOH.JianYan
{
partial class frmBeiJingHuaDa
{
/// <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.panel1 = new System.Windows.Forms.Panel();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.xmbm = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tmh = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.jsbbRq = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.xmmc = 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.jg = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ckfw = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.checkBox1);
this.panel1.Controls.Add(this.button2);
this.panel1.Controls.Add(this.button1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(967, 48);
this.panel1.TabIndex = 1;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(277, 15);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(202, 19);
this.checkBox1.TabIndex = 3;
this.checkBox1.Text = "勾选,将自动审核保存数据";
this.checkBox1.UseVisualStyleBackColor = true;
//
// button2
//
this.button2.Location = new System.Drawing.Point(137, 12);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 1;
this.button2.Text = "接收";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(41, 12);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 0;
this.button1.Text = "搜索";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.xmbm,
this.tmh,
this.jsbbRq,
this.xmmc,
this.xm,
this.xb,
this.nl,
this.jg,
this.ckfw});
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(0, 48);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 27;
this.dataGridView1.Size = new System.Drawing.Size(967, 504);
this.dataGridView1.TabIndex = 3;
//
// xmbm
//
this.xmbm.DataPropertyName = "jyxmbm";
this.xmbm.HeaderText = "华大项目编码";
this.xmbm.Name = "xmbm";
this.xmbm.ReadOnly = true;
//
// tmh
//
this.tmh.DataPropertyName = "tm";
this.tmh.HeaderText = "条码号";
this.tmh.Name = "tmh";
this.tmh.ReadOnly = true;
this.tmh.Width = 200;
//
// jsbbRq
//
this.jsbbRq.DataPropertyName = "datetime";
this.jsbbRq.HeaderText = "标本接收日期";
this.jsbbRq.Name = "jsbbRq";
this.jsbbRq.ReadOnly = true;
this.jsbbRq.Width = 200;
//
// xmmc
//
this.xmmc.DataPropertyName = "jcxmmc";
this.xmmc.HeaderText = "项目名称";
this.xmmc.Name = "xmmc";
this.xmmc.ReadOnly = true;
//
// xm
//
this.xm.DataPropertyName = "name";
this.xm.HeaderText = "客户姓名";
this.xm.Name = "xm";
this.xm.ReadOnly = true;
this.xm.Width = 150;
//
// xb
//
this.xb.DataPropertyName = "sex";
this.xb.HeaderText = "性别";
this.xb.Name = "xb";
this.xb.ReadOnly = true;
//
// nl
//
this.nl.DataPropertyName = "age";
this.nl.HeaderText = "年龄";
this.nl.Name = "nl";
this.nl.ReadOnly = true;
//
// jg
//
this.jg.DataPropertyName = "result";
this.jg.HeaderText = "检验结果";
this.jg.Name = "jg";
this.jg.ReadOnly = true;
this.jg.Width = 150;
//
// ckfw
//
this.ckfw.DataPropertyName = "ckfw";
this.ckfw.HeaderText = "参考范围";
this.ckfw.Name = "ckfw";
this.ckfw.ReadOnly = true;
//
// frmBeiJingHuaDa
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(967, 552);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Name = "frmBeiJingHuaDa";
this.Text = "北京华大外检数据传输";
this.Load += new System.EventHandler(this.frmBeiJingHuaDa_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridViewTextBoxColumn xmbm;
private System.Windows.Forms.DataGridViewTextBoxColumn tmh;
private System.Windows.Forms.DataGridViewTextBoxColumn jsbbRq;
private System.Windows.Forms.DataGridViewTextBoxColumn xmmc;
private System.Windows.Forms.DataGridViewTextBoxColumn xm;
private System.Windows.Forms.DataGridViewTextBoxColumn xb;
private System.Windows.Forms.DataGridViewTextBoxColumn nl;
private System.Windows.Forms.DataGridViewTextBoxColumn jg;
private System.Windows.Forms.DataGridViewTextBoxColumn ckfw;
}
}