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.
90 lines
3.3 KiB
C#
90 lines
3.3 KiB
C#
namespace Rs.MotionPlat
|
|
{
|
|
partial class Form2
|
|
{
|
|
/// <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.button1 = new System.Windows.Forms.Button();
|
|
this.rsTray1 = new Rs.Controls.RsTray();
|
|
this.SuspendLayout();
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(606, 215);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
this.button1.TabIndex = 1;
|
|
this.button1.Text = "button1";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// rsTray1
|
|
//
|
|
this.rsTray1.CanDraw = true;
|
|
this.rsTray1.ColSpace = 5;
|
|
this.rsTray1.ColumnNum = 10;
|
|
this.rsTray1.HeadText = "0000";
|
|
this.rsTray1.InitSlotStatus = Rs.Controls.ESlotStatus.Have;
|
|
this.rsTray1.ItemName = "1010";
|
|
this.rsTray1.LeftSpaceWidth = 20;
|
|
this.rsTray1.Location = new System.Drawing.Point(132, 89);
|
|
this.rsTray1.Name = "rsTray1";
|
|
this.rsTray1.OffsetX = 0F;
|
|
this.rsTray1.OffsetY = 0F;
|
|
this.rsTray1.OffsetYEven = 0F;
|
|
this.rsTray1.RowNum = 9;
|
|
this.rsTray1.RowSpace = 3;
|
|
this.rsTray1.SelectSlot = null;
|
|
this.rsTray1.ShowStatus = true;
|
|
this.rsTray1.ShowText = true;
|
|
this.rsTray1.SinglePoint = false;
|
|
this.rsTray1.Size = new System.Drawing.Size(315, 457);
|
|
this.rsTray1.SortDir = Rs.Controls.ESortDir.LeftToRight;
|
|
this.rsTray1.Status = null;
|
|
this.rsTray1.TabIndex = 0;
|
|
this.rsTray1.TopSpaceHeight = 20;
|
|
//
|
|
// Form2
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
this.ClientSize = new System.Drawing.Size(883, 694);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.rsTray1);
|
|
this.Name = "Form2";
|
|
this.Text = "Form2";
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Controls.RsTray rsTray1;
|
|
private System.Windows.Forms.Button button1;
|
|
}
|
|
} |