You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
128 lines
5.3 KiB
C#
128 lines
5.3 KiB
C#
|
|
namespace Mesnac.Action.ChemicalWeighing.ProjectDebug
|
|
{
|
|
partial class FrmSpeedProjectDebug
|
|
{
|
|
/// <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.panel1 = new System.Windows.Forms.Panel();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btn_Cancle = new System.Windows.Forms.Button();
|
|
this.btn_Set = new System.Windows.Forms.Button();
|
|
this.panel1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.groupBox2);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(339, 153);
|
|
this.panel1.TabIndex = 1;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.textBox1);
|
|
this.groupBox2.Controls.Add(this.label1);
|
|
this.groupBox2.Controls.Add(this.btn_Cancle);
|
|
this.groupBox2.Controls.Add(this.btn_Set);
|
|
this.groupBox2.Location = new System.Drawing.Point(3, 3);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(333, 147);
|
|
this.groupBox2.TabIndex = 1;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "操作指令";
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.textBox1.Location = new System.Drawing.Point(141, 20);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(137, 41);
|
|
this.textBox1.TabIndex = 3;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Location = new System.Drawing.Point(6, 27);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(129, 29);
|
|
this.label1.TabIndex = 2;
|
|
this.label1.Text = "参数值:";
|
|
//
|
|
// btn_Cancle
|
|
//
|
|
this.btn_Cancle.Location = new System.Drawing.Point(178, 74);
|
|
this.btn_Cancle.Name = "btn_Cancle";
|
|
this.btn_Cancle.Size = new System.Drawing.Size(124, 56);
|
|
this.btn_Cancle.TabIndex = 1;
|
|
this.btn_Cancle.Text = "取消";
|
|
this.btn_Cancle.UseVisualStyleBackColor = true;
|
|
this.btn_Cancle.Click += new System.EventHandler(this.btn_Cancle_Click);
|
|
//
|
|
// btn_Set
|
|
//
|
|
this.btn_Set.Location = new System.Drawing.Point(6, 74);
|
|
this.btn_Set.Name = "btn_Set";
|
|
this.btn_Set.Size = new System.Drawing.Size(124, 56);
|
|
this.btn_Set.TabIndex = 0;
|
|
this.btn_Set.Text = "设置";
|
|
this.btn_Set.UseVisualStyleBackColor = true;
|
|
this.btn_Set.Click += new System.EventHandler(this.btn_Set_Click);
|
|
//
|
|
// FrmSpeedProjectDebug
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(339, 153);
|
|
this.Controls.Add(this.panel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
|
|
this.Name = "FrmSpeedProjectDebug";
|
|
this.Text = "FrmSpeedProjectDebug";
|
|
this.Load += new System.EventHandler(this.FrmSpeedProjectDebug_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.Button btn_Cancle;
|
|
private System.Windows.Forms.Button btn_Set;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
}
|
|
} |