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

313 lines
13 KiB
C#

namespace SOH.JianYan
{
partial class frmWsxmjs
{
/// <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.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.panel2 = new System.Windows.Forms.Panel();
this.dtEnd = new System.Windows.Forms.DateTimePicker();
this.label2 = new System.Windows.Forms.Label();
this.dtStart = new System.Windows.Forms.DateTimePicker();
this.label1 = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
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.status = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.button3);
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(1255, 48);
this.panel1.TabIndex = 0;
//
// button3
//
this.button3.Location = new System.Drawing.Point(1160, 12);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(32, 23);
this.button3.TabIndex = 2;
this.button3.Text = "项目顺序";
this.button3.UseVisualStyleBackColor = true;
this.button3.Visible = false;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// 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);
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(518, 26);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(202, 19);
this.checkBox1.TabIndex = 3;
this.checkBox1.Text = "勾选,将自动审核保存数据";
this.checkBox1.UseVisualStyleBackColor = true;
//
// panel2
//
this.panel2.Controls.Add(this.checkBox1);
this.panel2.Controls.Add(this.dtEnd);
this.panel2.Controls.Add(this.label2);
this.panel2.Controls.Add(this.dtStart);
this.panel2.Controls.Add(this.label1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 48);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1255, 70);
this.panel2.TabIndex = 1;
//
// dtEnd
//
this.dtEnd.Location = new System.Drawing.Point(277, 20);
this.dtEnd.Name = "dtEnd";
this.dtEnd.Size = new System.Drawing.Size(142, 25);
this.dtEnd.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.Color.Blue;
this.label2.Location = new System.Drawing.Point(249, 25);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(22, 15);
this.label2.TabIndex = 1;
this.label2.Text = "至";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// dtStart
//
this.dtStart.Location = new System.Drawing.Point(101, 20);
this.dtStart.Name = "dtStart";
this.dtStart.Size = new System.Drawing.Size(142, 25);
this.dtStart.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.Color.Blue;
this.label1.Location = new System.Drawing.Point(38, 25);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(67, 15);
this.label1.TabIndex = 0;
this.label1.Text = "时间起:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// panel3
//
this.panel3.Controls.Add(this.dataGridView1);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(0, 118);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(1255, 452);
this.panel3.TabIndex = 2;
//
// 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.status});
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 27;
this.dataGridView1.Size = new System.Drawing.Size(1255, 452);
this.dataGridView1.TabIndex = 0;
//
// 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;
//
// status
//
this.status.DataPropertyName = "status";
this.status.HeaderText = "状态";
this.status.Name = "status";
this.status.ReadOnly = true;
//
// frmWsxmjs
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1255, 570);
this.Controls.Add(this.panel3);
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 = "frmWsxmjs";
this.Text = "外检数据传输";
this.Load += new System.EventHandler(this.frmWsxmjs_Load);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.DateTimePicker dtEnd;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.DateTimePicker dtStart;
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;
private System.Windows.Forms.DataGridViewTextBoxColumn status;
private System.Windows.Forms.Button button3;
}
}