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.
146 lines
5.7 KiB
C#
146 lines
5.7 KiB
C#
namespace Mesnac.Equips.Connection.MPI
|
|
{
|
|
partial class SetConfigForm
|
|
{
|
|
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.txtMPI = new System.Windows.Forms.TextBox();
|
|
this.txtSlot = new System.Windows.Forms.TextBox();
|
|
this.txtRack = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.button1);
|
|
this.groupBox1.Controls.Add(this.txtMPI);
|
|
this.groupBox1.Controls.Add(this.txtSlot);
|
|
this.groupBox1.Controls.Add(this.txtRack);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 12);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(343, 126);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "MPI配置";
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(258, 27);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
this.button1.TabIndex = 6;
|
|
this.button1.Text = "确定";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// txtMPI
|
|
//
|
|
this.txtMPI.Location = new System.Drawing.Point(90, 82);
|
|
this.txtMPI.Name = "txtMPI";
|
|
this.txtMPI.Size = new System.Drawing.Size(145, 21);
|
|
this.txtMPI.TabIndex = 5;
|
|
this.txtMPI.Text = "3";
|
|
//
|
|
// txtSlot
|
|
//
|
|
this.txtSlot.Location = new System.Drawing.Point(90, 55);
|
|
this.txtSlot.Name = "txtSlot";
|
|
this.txtSlot.Size = new System.Drawing.Size(145, 21);
|
|
this.txtSlot.TabIndex = 4;
|
|
this.txtSlot.Text = "2";
|
|
//
|
|
// txtRack
|
|
//
|
|
this.txtRack.Location = new System.Drawing.Point(90, 27);
|
|
this.txtRack.Name = "txtRack";
|
|
this.txtRack.Size = new System.Drawing.Size(145, 21);
|
|
this.txtRack.TabIndex = 3;
|
|
this.txtRack.Text = "0";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(20, 87);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(47, 12);
|
|
this.label3.TabIndex = 2;
|
|
this.label3.Text = "MPI地址";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(20, 61);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(29, 12);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "槽号";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(20, 34);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(41, 12);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "机架号";
|
|
//
|
|
// SetConfigForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(368, 158);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
|
|
this.Name = "SetConfigForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "连接配置";
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.TextBox txtMPI;
|
|
private System.Windows.Forms.TextBox txtSlot;
|
|
private System.Windows.Forms.TextBox txtRack;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button button1;
|
|
}
|
|
} |