104 lines
4.2 KiB
C#
104 lines
4.2 KiB
C#
namespace SOH.JianYan.YiQi.Base
|
|
{
|
|
partial class frmBaseSetting
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBaseSetting));
|
|
this.cb_zdbc = new System.Windows.Forms.CheckBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.nud_zdbcsj = new System.Windows.Forms.NumericUpDown();
|
|
this.btn_save = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.nud_zdbcsj)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// cb_zdbc
|
|
//
|
|
this.cb_zdbc.AutoSize = true;
|
|
this.cb_zdbc.Location = new System.Drawing.Point(12, 12);
|
|
this.cb_zdbc.Name = "cb_zdbc";
|
|
this.cb_zdbc.Size = new System.Drawing.Size(96, 16);
|
|
this.cb_zdbc.TabIndex = 0;
|
|
this.cb_zdbc.Text = "自动处理标本";
|
|
this.cb_zdbc.UseVisualStyleBackColor = true;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(114, 13);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(83, 12);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "间隔时间(秒):";
|
|
//
|
|
// nud_zdbcsj
|
|
//
|
|
this.nud_zdbcsj.Location = new System.Drawing.Point(203, 7);
|
|
this.nud_zdbcsj.Name = "nud_zdbcsj";
|
|
this.nud_zdbcsj.Size = new System.Drawing.Size(67, 21);
|
|
this.nud_zdbcsj.TabIndex = 2;
|
|
//
|
|
// btn_save
|
|
//
|
|
this.btn_save.Location = new System.Drawing.Point(132, 300);
|
|
this.btn_save.Name = "btn_save";
|
|
this.btn_save.Size = new System.Drawing.Size(75, 23);
|
|
this.btn_save.TabIndex = 3;
|
|
this.btn_save.Text = "保存";
|
|
this.btn_save.UseVisualStyleBackColor = true;
|
|
this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
|
|
//
|
|
// frmBaseSetting
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(398, 335);
|
|
this.Controls.Add(this.btn_save);
|
|
this.Controls.Add(this.nud_zdbcsj);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.cb_zdbc);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "frmBaseSetting";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "基本设置";
|
|
this.Load += new System.EventHandler(this.frmBaseSetting_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.nud_zdbcsj)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.CheckBox cb_zdbc;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.NumericUpDown nud_zdbcsj;
|
|
private System.Windows.Forms.Button btn_save;
|
|
}
|
|
} |