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

221 lines
9.5 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace SOH.JianYan.DEC_DI800
{
partial class DI800
{
/// <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(DI800));
this.label1 = new System.Windows.Forms.Label();
this.txt_filename = new System.Windows.Forms.TextBox();
this.btn_xz = new System.Windows.Forms.Button();
this.ofd_xz = new System.Windows.Forms.OpenFileDialog();
this.label2 = new System.Windows.Forms.Label();
this.dtp_bbrq = new System.Windows.Forms.DateTimePicker();
this.label3 = new System.Windows.Forms.Label();
this.txt_qjxx = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txt_qjsx = new System.Windows.Forms.TextBox();
this.txt_jg = new System.Windows.Forms.TextBox();
this.btn_cl = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// ntf_rwl
//
this.ntf_rwl.Text = "CS800B解码程序";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(16, 48);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(127, 15);
this.label1.TabIndex = 1;
this.label1.Text = "选择数据库文件:";
//
// txt_filename
//
this.txt_filename.Location = new System.Drawing.Point(159, 44);
this.txt_filename.Margin = new System.Windows.Forms.Padding(4);
this.txt_filename.Name = "txt_filename";
this.txt_filename.ReadOnly = true;
this.txt_filename.Size = new System.Drawing.Size(401, 25);
this.txt_filename.TabIndex = 2;
//
// btn_xz
//
this.btn_xz.Location = new System.Drawing.Point(569, 44);
this.btn_xz.Margin = new System.Windows.Forms.Padding(4);
this.btn_xz.Name = "btn_xz";
this.btn_xz.Size = new System.Drawing.Size(100, 29);
this.btn_xz.TabIndex = 3;
this.btn_xz.Text = "选择";
this.btn_xz.UseVisualStyleBackColor = true;
this.btn_xz.Click += new System.EventHandler(this.btn_xz_Click);
//
// ofd_xz
//
this.ofd_xz.Filter = "Access数据库文件|*.mdb";
this.ofd_xz.Title = "请选择CS800B的数据库文件";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(16, 96);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(75, 15);
this.label2.TabIndex = 4;
this.label2.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(103, 89);
this.dtp_bbrq.Margin = new System.Windows.Forms.Padding(4);
this.dtp_bbrq.Name = "dtp_bbrq";
this.dtp_bbrq.Size = new System.Drawing.Size(132, 25);
this.dtp_bbrq.TabIndex = 5;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(244, 96);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(75, 15);
this.label3.TabIndex = 6;
this.label3.Text = "标本区间:";
//
// txt_qjxx
//
this.txt_qjxx.Location = new System.Drawing.Point(331, 92);
this.txt_qjxx.Margin = new System.Windows.Forms.Padding(4);
this.txt_qjxx.Name = "txt_qjxx";
this.txt_qjxx.Size = new System.Drawing.Size(83, 25);
this.txt_qjxx.TabIndex = 7;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(423, 100);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(37, 15);
this.label4.TabIndex = 8;
this.label4.Text = "——";
//
// txt_qjsx
//
this.txt_qjsx.Location = new System.Drawing.Point(469, 92);
this.txt_qjsx.Margin = new System.Windows.Forms.Padding(4);
this.txt_qjsx.Name = "txt_qjsx";
this.txt_qjsx.Size = new System.Drawing.Size(83, 25);
this.txt_qjsx.TabIndex = 9;
//
// txt_jg
//
this.txt_jg.Location = new System.Drawing.Point(19, 135);
this.txt_jg.Margin = new System.Windows.Forms.Padding(4);
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(692, 404);
this.txt_jg.TabIndex = 10;
//
// btn_cl
//
this.btn_cl.Location = new System.Drawing.Point(569, 94);
this.btn_cl.Margin = new System.Windows.Forms.Padding(4);
this.btn_cl.Name = "btn_cl";
this.btn_cl.Size = new System.Drawing.Size(100, 29);
this.btn_cl.TabIndex = 11;
this.btn_cl.Text = "处理";
this.btn_cl.UseVisualStyleBackColor = true;
this.btn_cl.Click += new System.EventHandler(this.btn_cl_Click);
//
// DI800
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(728, 538);
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.Margin = new System.Windows.Forms.Padding(5);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "DI800";
this.ShowInTaskbar = true;
this.Text = "DI800解码程序";
this.Load += new System.EventHandler(this.DI800_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.Label label1;
private System.Windows.Forms.TextBox txt_filename;
private System.Windows.Forms.Button btn_xz;
private System.Windows.Forms.OpenFileDialog ofd_xz;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.DateTimePicker dtp_bbrq;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txt_qjxx;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txt_qjsx;
private System.Windows.Forms.TextBox txt_jg;
private System.Windows.Forms.Button btn_cl;
}
}