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.
Rs.DeweyTester/Rs.DeweyTester/FrmDialog.Designer.cs

88 lines
3.9 KiB
C#

namespace Rs.MotionPlat
{
partial class FrmDialog
{
/// <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.panelBottom = new System.Windows.Forms.Panel();
this.lblContent = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// panelBottom
//
this.panelBottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(62)))), ((int)(((byte)(124)))));
this.panelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelBottom.Location = new System.Drawing.Point(0, 303);
this.panelBottom.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.panelBottom.Name = "panelBottom";
this.panelBottom.Size = new System.Drawing.Size(522, 55);
this.panelBottom.TabIndex = 1;
//
// lblContent
//
this.lblContent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.lblContent.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblContent.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
this.lblContent.ForeColor = System.Drawing.Color.Black;
this.lblContent.Location = new System.Drawing.Point(0, 40);
this.lblContent.Name = "lblContent";
this.lblContent.Padding = new System.Windows.Forms.Padding(5);
this.lblContent.Size = new System.Drawing.Size(522, 263);
this.lblContent.TabIndex = 3;
this.lblContent.Text = "label1";
this.lblContent.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// FrmDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScroll = true;
this.BackColor = System.Drawing.Color.Gray;
this.ClientSize = new System.Drawing.Size(522, 358);
this.Controls.Add(this.lblContent);
this.Controls.Add(this.panelBottom);
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.HeaderBackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(62)))), ((int)(((byte)(124)))));
this.HeadText = "Alarm";
this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Name = "FrmDialog";
this.ShowClose = false;
this.ShowMax = false;
this.ShowMin = false;
this.Text = "FrmDialog";
this.Load += new System.EventHandler(this.FrmDialog_Load);
this.Controls.SetChildIndex(this.panelBottom, 0);
this.Controls.SetChildIndex(this.lblContent, 0);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panelBottom;
private System.Windows.Forms.Label lblContent;
}
}