199 lines
8.1 KiB
C#
199 lines
8.1 KiB
C#
namespace SOH.C14OnLine
|
||
{
|
||
partial class frm_main
|
||
{
|
||
/// <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(frm_main));
|
||
this.xy_cbb_jyw = new System.Windows.Forms.ComboBox();
|
||
this.xy_cbb_tzws = new System.Windows.Forms.ComboBox();
|
||
this.xy_txt_sjws = new System.Windows.Forms.TextBox();
|
||
this.xy_txt_btl = new System.Windows.Forms.TextBox();
|
||
this.label5 = new System.Windows.Forms.Label();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.cbb_port = new System.Windows.Forms.ComboBox();
|
||
this.btn_save = new System.Windows.Forms.Button();
|
||
this.SuspendLayout();
|
||
//
|
||
// xy_cbb_jyw
|
||
//
|
||
this.xy_cbb_jyw.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.xy_cbb_jyw.FormattingEnabled = true;
|
||
this.xy_cbb_jyw.Items.AddRange(new object[] {
|
||
"None",
|
||
"Even",
|
||
"Mark",
|
||
"Odd",
|
||
"Space"});
|
||
this.xy_cbb_jyw.Location = new System.Drawing.Point(83, 156);
|
||
this.xy_cbb_jyw.Name = "xy_cbb_jyw";
|
||
this.xy_cbb_jyw.Size = new System.Drawing.Size(121, 20);
|
||
this.xy_cbb_jyw.TabIndex = 30;
|
||
//
|
||
// xy_cbb_tzws
|
||
//
|
||
this.xy_cbb_tzws.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.xy_cbb_tzws.FormattingEnabled = true;
|
||
this.xy_cbb_tzws.Items.AddRange(new object[] {
|
||
"One",
|
||
"OnePointFive",
|
||
"Two",
|
||
"None"});
|
||
this.xy_cbb_tzws.Location = new System.Drawing.Point(83, 118);
|
||
this.xy_cbb_tzws.Name = "xy_cbb_tzws";
|
||
this.xy_cbb_tzws.Size = new System.Drawing.Size(121, 20);
|
||
this.xy_cbb_tzws.TabIndex = 29;
|
||
//
|
||
// xy_txt_sjws
|
||
//
|
||
this.xy_txt_sjws.Location = new System.Drawing.Point(83, 84);
|
||
this.xy_txt_sjws.Name = "xy_txt_sjws";
|
||
this.xy_txt_sjws.Size = new System.Drawing.Size(121, 21);
|
||
this.xy_txt_sjws.TabIndex = 28;
|
||
//
|
||
// xy_txt_btl
|
||
//
|
||
this.xy_txt_btl.Location = new System.Drawing.Point(83, 51);
|
||
this.xy_txt_btl.Name = "xy_txt_btl";
|
||
this.xy_txt_btl.Size = new System.Drawing.Size(121, 21);
|
||
this.xy_txt_btl.TabIndex = 27;
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.AutoSize = true;
|
||
this.label5.Location = new System.Drawing.Point(24, 159);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(53, 12);
|
||
this.label5.TabIndex = 25;
|
||
this.label5.Text = "校验位:";
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Location = new System.Drawing.Point(12, 121);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(65, 12);
|
||
this.label4.TabIndex = 24;
|
||
this.label4.Text = "停止位数:";
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new System.Drawing.Point(12, 87);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(65, 12);
|
||
this.label3.TabIndex = 23;
|
||
this.label3.Text = "数据位数:";
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(12, 54);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(65, 12);
|
||
this.label2.TabIndex = 22;
|
||
this.label2.Text = "通信速率:";
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(12, 18);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(65, 12);
|
||
this.label1.TabIndex = 21;
|
||
this.label1.Text = "仪器端口:";
|
||
//
|
||
// cbb_port
|
||
//
|
||
this.cbb_port.DisplayMember = "text";
|
||
this.cbb_port.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.cbb_port.FormattingEnabled = true;
|
||
this.cbb_port.Location = new System.Drawing.Point(83, 18);
|
||
this.cbb_port.Name = "cbb_port";
|
||
this.cbb_port.Size = new System.Drawing.Size(121, 20);
|
||
this.cbb_port.TabIndex = 31;
|
||
this.cbb_port.ValueMember = "id";
|
||
//
|
||
// btn_save
|
||
//
|
||
this.btn_save.Location = new System.Drawing.Point(83, 197);
|
||
this.btn_save.Name = "btn_save";
|
||
this.btn_save.Size = new System.Drawing.Size(121, 44);
|
||
this.btn_save.TabIndex = 32;
|
||
this.btn_save.Text = "保存";
|
||
this.btn_save.UseVisualStyleBackColor = true;
|
||
this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
|
||
//
|
||
// frm_main
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(619, 348);
|
||
this.Controls.Add(this.btn_save);
|
||
this.Controls.Add(this.cbb_port);
|
||
this.Controls.Add(this.xy_cbb_jyw);
|
||
this.Controls.Add(this.xy_cbb_tzws);
|
||
this.Controls.Add(this.xy_txt_sjws);
|
||
this.Controls.Add(this.xy_txt_btl);
|
||
this.Controls.Add(this.label5);
|
||
this.Controls.Add(this.label4);
|
||
this.Controls.Add(this.label3);
|
||
this.Controls.Add(this.label2);
|
||
this.Controls.Add(this.label1);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
this.MaximizeBox = false;
|
||
this.MinimizeBox = false;
|
||
this.Name = "frm_main";
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
this.Text = "体检软件C14接口程序";
|
||
this.Load += new System.EventHandler(this.Form1_Load);
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.ComboBox xy_cbb_jyw;
|
||
private System.Windows.Forms.ComboBox xy_cbb_tzws;
|
||
private System.Windows.Forms.TextBox xy_txt_sjws;
|
||
private System.Windows.Forms.TextBox xy_txt_btl;
|
||
private System.Windows.Forms.Label label5;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.ComboBox cbb_port;
|
||
private System.Windows.Forms.Button btn_save;
|
||
}
|
||
}
|
||
|