114 lines
4.8 KiB
C#
114 lines
4.8 KiB
C#
namespace ControlLibrary
|
|
{
|
|
partial class StatusBar
|
|
{
|
|
/// <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 Component 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.lblHologramSize = new System.Windows.Forms.Label();
|
|
this.lblHologramResolution = new System.Windows.Forms.Label();
|
|
this.lblGrayRange = new System.Windows.Forms.Label();
|
|
this.lblNLayers = new System.Windows.Forms.Label();
|
|
this.lblOutPath = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// lblHologramSize
|
|
//
|
|
this.lblHologramSize.AutoSize = true;
|
|
this.lblHologramSize.ForeColor = System.Drawing.SystemColors.Control;
|
|
this.lblHologramSize.Location = new System.Drawing.Point(24, 6);
|
|
this.lblHologramSize.Name = "lblHologramSize";
|
|
this.lblHologramSize.Size = new System.Drawing.Size(127, 13);
|
|
this.lblHologramSize.TabIndex = 0;
|
|
this.lblHologramSize.Text = "Hologram size: 10x15 mm";
|
|
//
|
|
// lblHologramResolution
|
|
//
|
|
this.lblHologramResolution.AutoSize = true;
|
|
this.lblHologramResolution.ForeColor = System.Drawing.SystemColors.Control;
|
|
this.lblHologramResolution.Location = new System.Drawing.Point(167, 6);
|
|
this.lblHologramResolution.Name = "lblHologramResolution";
|
|
this.lblHologramResolution.Size = new System.Drawing.Size(54, 13);
|
|
this.lblHologramResolution.TabIndex = 1;
|
|
this.lblHologramResolution.Text = "1024x768";
|
|
//
|
|
// lblGrayRange
|
|
//
|
|
this.lblGrayRange.AutoSize = true;
|
|
this.lblGrayRange.ForeColor = System.Drawing.SystemColors.Control;
|
|
this.lblGrayRange.Location = new System.Drawing.Point(247, 6);
|
|
this.lblGrayRange.Name = "lblGrayRange";
|
|
this.lblGrayRange.Size = new System.Drawing.Size(96, 13);
|
|
this.lblGrayRange.TabIndex = 2;
|
|
this.lblGrayRange.Text = "88..255 gray range";
|
|
//
|
|
// lblNLayers
|
|
//
|
|
this.lblNLayers.AutoSize = true;
|
|
this.lblNLayers.ForeColor = System.Drawing.SystemColors.Control;
|
|
this.lblNLayers.Location = new System.Drawing.Point(372, 6);
|
|
this.lblNLayers.Name = "lblNLayers";
|
|
this.lblNLayers.Size = new System.Drawing.Size(43, 13);
|
|
this.lblNLayers.TabIndex = 3;
|
|
this.lblNLayers.Text = "2 layers";
|
|
//
|
|
// lblOutPath
|
|
//
|
|
this.lblOutPath.AutoSize = true;
|
|
this.lblOutPath.ForeColor = System.Drawing.SystemColors.Control;
|
|
this.lblOutPath.Location = new System.Drawing.Point(440, 6);
|
|
this.lblOutPath.Name = "lblOutPath";
|
|
this.lblOutPath.Size = new System.Drawing.Size(21, 13);
|
|
this.lblOutPath.TabIndex = 4;
|
|
this.lblOutPath.Text = "c:\\";
|
|
//
|
|
// StatusBar
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
|
|
this.Controls.Add(this.lblOutPath);
|
|
this.Controls.Add(this.lblNLayers);
|
|
this.Controls.Add(this.lblGrayRange);
|
|
this.Controls.Add(this.lblHologramResolution);
|
|
this.Controls.Add(this.lblHologramSize);
|
|
this.Name = "StatusBar";
|
|
this.Size = new System.Drawing.Size(726, 29);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label lblHologramSize;
|
|
private System.Windows.Forms.Label lblHologramResolution;
|
|
private System.Windows.Forms.Label lblGrayRange;
|
|
private System.Windows.Forms.Label lblNLayers;
|
|
private System.Windows.Forms.Label lblOutPath;
|
|
}
|
|
}
|