namespace ButcherWeight
|
|
{
|
|
partial class WeightConfig
|
|
{
|
|
/// <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.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.weightSet = new System.Windows.Forms.ComboBox();
|
|
this.comSet = new System.Windows.Forms.ComboBox();
|
|
this.rateSet = new System.Windows.Forms.ComboBox();
|
|
this.bitSet = new System.Windows.Forms.ComboBox();
|
|
this.saveBtn = new System.Windows.Forms.Button();
|
|
this.closeBtn = new System.Windows.Forms.Button();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.format = new System.Windows.Forms.TextBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 15F);
|
|
this.label1.Location = new System.Drawing.Point(39, 30);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(89, 20);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "称型号:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("宋体", 15F);
|
|
this.label2.Location = new System.Drawing.Point(39, 78);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(89, 20);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "端口号:";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("宋体", 15F);
|
|
this.label3.Location = new System.Drawing.Point(39, 128);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(89, 20);
|
|
this.label3.TabIndex = 2;
|
|
this.label3.Text = "波特率:";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("宋体", 15F);
|
|
this.label4.Location = new System.Drawing.Point(39, 180);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(89, 20);
|
|
this.label4.TabIndex = 3;
|
|
this.label4.Text = "数据位:";
|
|
//
|
|
// weightSet
|
|
//
|
|
this.weightSet.Font = new System.Drawing.Font("宋体", 15F);
|
|
this.weightSet.FormattingEnabled = true;
|
|
this.weightSet.Location = new System.Drawing.Point(161, 27);
|
|
this.weightSet.Name = "weightSet";
|
|
this.weightSet.Size = new System.Drawing.Size(121, 28);
|
|
this.weightSet.TabIndex = 4;
|
|
//
|
|
// comSet
|
|
//
|
|
this.comSet.Font = new System.Drawing.Font("宋体", 15F);
|
|
this.comSet.FormattingEnabled = true;
|
|
this.comSet.Location = new System.Drawing.Point(161, 75);
|
|
this.comSet.Name = "comSet";
|
|
this.comSet.Size = new System.Drawing.Size(121, 28);
|
|
this.comSet.TabIndex = 5;
|
|
//
|
|
// rateSet
|
|
//
|
|
this.rateSet.Font = new System.Drawing.Font("宋体", 15F);
|
|
this.rateSet.FormattingEnabled = true;
|
|
this.rateSet.Location = new System.Drawing.Point(161, 125);
|
|
this.rateSet.Name = "rateSet";
|
|
this.rateSet.Size = new System.Drawing.Size(121, 28);
|
|
this.rateSet.TabIndex = 5;
|
|
//
|
|
// bitSet
|
|
//
|
|
this.bitSet.Font = new System.Drawing.Font("宋体", 15F);
|
|
this.bitSet.FormattingEnabled = true;
|
|
this.bitSet.Location = new System.Drawing.Point(161, 177);
|
|
this.bitSet.Name = "bitSet";
|
|
this.bitSet.Size = new System.Drawing.Size(121, 28);
|
|
this.bitSet.TabIndex = 5;
|
|
//
|
|
// saveBtn
|
|
//
|
|
this.saveBtn.Font = new System.Drawing.Font("宋体", 15F);
|
|
this.saveBtn.Location = new System.Drawing.Point(71, 280);
|
|
this.saveBtn.Name = "saveBtn";
|
|
this.saveBtn.Size = new System.Drawing.Size(75, 35);
|
|
this.saveBtn.TabIndex = 6;
|
|
this.saveBtn.Text = "保存";
|
|
this.saveBtn.UseVisualStyleBackColor = true;
|
|
this.saveBtn.Click += new System.EventHandler(this.saveBtn_Click);
|
|
//
|
|
// closeBtn
|
|
//
|
|
this.closeBtn.Font = new System.Drawing.Font("宋体", 15F);
|
|
this.closeBtn.Location = new System.Drawing.Point(177, 280);
|
|
this.closeBtn.Name = "closeBtn";
|
|
this.closeBtn.Size = new System.Drawing.Size(75, 35);
|
|
this.closeBtn.TabIndex = 7;
|
|
this.closeBtn.Text = "关闭";
|
|
this.closeBtn.UseVisualStyleBackColor = true;
|
|
this.closeBtn.Click += new System.EventHandler(this.closeBtn_Click);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("宋体", 15F);
|
|
this.label5.Location = new System.Drawing.Point(39, 230);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(109, 20);
|
|
this.label5.TabIndex = 8;
|
|
this.label5.Text = "显示格式:";
|
|
//
|
|
// format
|
|
//
|
|
this.format.Font = new System.Drawing.Font("宋体", 14F);
|
|
this.format.Location = new System.Drawing.Point(161, 228);
|
|
this.format.Name = "format";
|
|
this.format.Size = new System.Drawing.Size(121, 29);
|
|
this.format.TabIndex = 9;
|
|
//
|
|
// WeightConfig
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(354, 343);
|
|
this.Controls.Add(this.format);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.closeBtn);
|
|
this.Controls.Add(this.saveBtn);
|
|
this.Controls.Add(this.bitSet);
|
|
this.Controls.Add(this.rateSet);
|
|
this.Controls.Add(this.comSet);
|
|
this.Controls.Add(this.weightSet);
|
|
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.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.Name = "WeightConfig";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "称设置";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.ComboBox weightSet;
|
|
private System.Windows.Forms.ComboBox comSet;
|
|
private System.Windows.Forms.ComboBox rateSet;
|
|
private System.Windows.Forms.ComboBox bitSet;
|
|
private System.Windows.Forms.Button saveBtn;
|
|
private System.Windows.Forms.Button closeBtn;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox format;
|
|
}
|
|
}
|