210 lines
8.7 KiB
C#
210 lines
8.7 KiB
C#
namespace SOH.JianYan.DEC_RT6100
|
||
{
|
||
partial class RT6100
|
||
{
|
||
/// <summary>
|
||
/// 必需的设计器变量。
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// 清理所有正在使用的资源。
|
||
/// </summary>
|
||
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Windows 窗体设计器生成的代码
|
||
|
||
/// <summary>
|
||
/// 设计器支持所需的方法 - 不要修改
|
||
/// 使用代码编辑器修改此方法的内容。
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RT6100));
|
||
this.btn_cl = new System.Windows.Forms.Button();
|
||
this.txt_jg = new System.Windows.Forms.TextBox();
|
||
this.txt_qjsx = new System.Windows.Forms.TextBox();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.txt_qjxx = new System.Windows.Forms.TextBox();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.dtp_bbrq = new System.Windows.Forms.DateTimePicker();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.btn_xz = new System.Windows.Forms.Button();
|
||
this.txt_filename = new System.Windows.Forms.TextBox();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.ofd_xz = new System.Windows.Forms.OpenFileDialog();
|
||
this.SuspendLayout();
|
||
//
|
||
// ntf_rwl
|
||
//
|
||
this.ntf_rwl.Text = "雷杜RT-6100酶标解码程序";
|
||
//
|
||
// btn_cl
|
||
//
|
||
this.btn_cl.Location = new System.Drawing.Point(421, 70);
|
||
this.btn_cl.Name = "btn_cl";
|
||
this.btn_cl.Size = new System.Drawing.Size(75, 23);
|
||
this.btn_cl.TabIndex = 22;
|
||
this.btn_cl.Text = "处理";
|
||
this.btn_cl.UseVisualStyleBackColor = true;
|
||
this.btn_cl.Click += new System.EventHandler(this.btn_cl_Click);
|
||
//
|
||
// txt_jg
|
||
//
|
||
this.txt_jg.Location = new System.Drawing.Point(8, 103);
|
||
this.txt_jg.Multiline = true;
|
||
this.txt_jg.Name = "txt_jg";
|
||
this.txt_jg.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
||
this.txt_jg.Size = new System.Drawing.Size(520, 324);
|
||
this.txt_jg.TabIndex = 21;
|
||
//
|
||
// txt_qjsx
|
||
//
|
||
this.txt_qjsx.Location = new System.Drawing.Point(346, 69);
|
||
this.txt_qjsx.Name = "txt_qjsx";
|
||
this.txt_qjsx.Size = new System.Drawing.Size(63, 21);
|
||
this.txt_qjsx.TabIndex = 20;
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Location = new System.Drawing.Point(311, 75);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(29, 12);
|
||
this.label4.TabIndex = 19;
|
||
this.label4.Text = "——";
|
||
//
|
||
// txt_qjxx
|
||
//
|
||
this.txt_qjxx.Location = new System.Drawing.Point(242, 69);
|
||
this.txt_qjxx.Name = "txt_qjxx";
|
||
this.txt_qjxx.Size = new System.Drawing.Size(63, 21);
|
||
this.txt_qjxx.TabIndex = 18;
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new System.Drawing.Point(177, 72);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(59, 12);
|
||
this.label3.TabIndex = 17;
|
||
this.label3.Text = "标本区间:";
|
||
//
|
||
// dtp_bbrq
|
||
//
|
||
this.dtp_bbrq.CustomFormat = "yyyy-MM-dd";
|
||
this.dtp_bbrq.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||
this.dtp_bbrq.Location = new System.Drawing.Point(71, 66);
|
||
this.dtp_bbrq.Name = "dtp_bbrq";
|
||
this.dtp_bbrq.Size = new System.Drawing.Size(100, 21);
|
||
this.dtp_bbrq.TabIndex = 16;
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(6, 72);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(59, 12);
|
||
this.label2.TabIndex = 15;
|
||
this.label2.Text = "标本日期:";
|
||
//
|
||
// btn_xz
|
||
//
|
||
this.btn_xz.Location = new System.Drawing.Point(421, 30);
|
||
this.btn_xz.Name = "btn_xz";
|
||
this.btn_xz.Size = new System.Drawing.Size(75, 23);
|
||
this.btn_xz.TabIndex = 14;
|
||
this.btn_xz.Text = "选择";
|
||
this.btn_xz.UseVisualStyleBackColor = true;
|
||
this.btn_xz.Click += new System.EventHandler(this.btn_xz_Click);
|
||
//
|
||
// txt_filename
|
||
//
|
||
this.txt_filename.Location = new System.Drawing.Point(113, 30);
|
||
this.txt_filename.Name = "txt_filename";
|
||
this.txt_filename.ReadOnly = true;
|
||
this.txt_filename.Size = new System.Drawing.Size(302, 21);
|
||
this.txt_filename.TabIndex = 13;
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(6, 33);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(101, 12);
|
||
this.label1.TabIndex = 12;
|
||
this.label1.Text = "选择数据库文件:";
|
||
//
|
||
// ofd_xz
|
||
//
|
||
this.ofd_xz.Filter = "Access数据库文件|*.mdb";
|
||
this.ofd_xz.Title = "请选择CS800B的数据库文件";
|
||
//
|
||
// RT6100
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(537, 437);
|
||
this.Controls.Add(this.btn_cl);
|
||
this.Controls.Add(this.txt_jg);
|
||
this.Controls.Add(this.txt_qjsx);
|
||
this.Controls.Add(this.label4);
|
||
this.Controls.Add(this.txt_qjxx);
|
||
this.Controls.Add(this.label3);
|
||
this.Controls.Add(this.dtp_bbrq);
|
||
this.Controls.Add(this.label2);
|
||
this.Controls.Add(this.btn_xz);
|
||
this.Controls.Add(this.txt_filename);
|
||
this.Controls.Add(this.label1);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
this.Location = new System.Drawing.Point(0, 0);
|
||
this.MaximizeBox = false;
|
||
this.MinimizeBox = false;
|
||
this.Name = "RT6100";
|
||
this.ShowInTaskbar = true;
|
||
this.Text = "雷杜RT-6100酶标解码程序";
|
||
this.WindowState = System.Windows.Forms.FormWindowState.Normal;
|
||
this.Load += new System.EventHandler(this.RT6100_Load);
|
||
this.Controls.SetChildIndex(this.label1, 0);
|
||
this.Controls.SetChildIndex(this.txt_filename, 0);
|
||
this.Controls.SetChildIndex(this.btn_xz, 0);
|
||
this.Controls.SetChildIndex(this.label2, 0);
|
||
this.Controls.SetChildIndex(this.dtp_bbrq, 0);
|
||
this.Controls.SetChildIndex(this.label3, 0);
|
||
this.Controls.SetChildIndex(this.txt_qjxx, 0);
|
||
this.Controls.SetChildIndex(this.label4, 0);
|
||
this.Controls.SetChildIndex(this.txt_qjsx, 0);
|
||
this.Controls.SetChildIndex(this.txt_jg, 0);
|
||
this.Controls.SetChildIndex(this.btn_cl, 0);
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Button btn_cl;
|
||
private System.Windows.Forms.TextBox txt_jg;
|
||
private System.Windows.Forms.TextBox txt_qjsx;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.TextBox txt_qjxx;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.DateTimePicker dtp_bbrq;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.Button btn_xz;
|
||
private System.Windows.Forms.TextBox txt_filename;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.OpenFileDialog ofd_xz;
|
||
}
|
||
}
|
||
|