BigLitho/Large.Lito.Database/Make3_Treko3D/ControlLibrary/ProjectControl.Designer.cs

458 lines
24 KiB
C#

namespace ControlLibrary
{
partial class ProjectControl
{
/// <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.components = new System.ComponentModel.Container();
this.lblProject = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.txtProjectName = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.btnCancel = new System.Windows.Forms.Button();
this.btnOk = new System.Windows.Forms.Button();
this.txtHologW = new System.Windows.Forms.TextBox();
this.txtHologH = new System.Windows.Forms.TextBox();
this.numUpDownGrayLow = new System.Windows.Forms.NumericUpDown();
this.label7 = new System.Windows.Forms.Label();
this.numUpDownGrayHigh = new System.Windows.Forms.NumericUpDown();
this.label8 = new System.Windows.Forms.Label();
this.btnDelete = new System.Windows.Forms.Button();
this.txtFrameH = new System.Windows.Forms.TextBox();
this.txtFrameW = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.txtOutPath = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.btnOutPath = new System.Windows.Forms.Button();
this.btnSaveAsDefault = new System.Windows.Forms.Button();
this.btnRun = new System.Windows.Forms.Button();
this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
this.cmbResolution = new System.Windows.Forms.ComboBox();
this.btnPreview = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.numUpDownGrayLow)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numUpDownGrayHigh)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
this.SuspendLayout();
//
// lblProject
//
this.lblProject.AutoSize = true;
this.lblProject.ForeColor = System.Drawing.SystemColors.ControlLight;
this.lblProject.Location = new System.Drawing.Point(166, 12);
this.lblProject.Name = "lblProject";
this.lblProject.Size = new System.Drawing.Size(65, 13);
this.lblProject.TabIndex = 1;
this.lblProject.Text = "New Project";
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.SystemColors.ControlLight;
this.label2.Location = new System.Drawing.Point(8, 40);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(71, 13);
this.label2.TabIndex = 2;
this.label2.Text = "Project Name";
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.SystemColors.ControlLight;
this.label3.Location = new System.Drawing.Point(23, 101);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(83, 13);
this.label3.TabIndex = 4;
this.label3.Text = "Hologram Width";
//
// label4
//
this.label4.AutoSize = true;
this.label4.ForeColor = System.Drawing.SystemColors.ControlLight;
this.label4.Location = new System.Drawing.Point(209, 101);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(86, 13);
this.label4.TabIndex = 6;
this.label4.Text = "Hologram Height";
//
// txtProjectName
//
this.txtProjectName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.txtProjectName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtProjectName.ForeColor = System.Drawing.SystemColors.Window;
this.txtProjectName.Location = new System.Drawing.Point(85, 38);
this.txtProjectName.Name = "txtProjectName";
this.txtProjectName.Size = new System.Drawing.Size(212, 20);
this.txtProjectName.TabIndex = 7;
this.txtProjectName.Validating += new System.ComponentModel.CancelEventHandler(this.txtProjectName_Validating);
//
// label5
//
this.label5.AutoSize = true;
this.label5.ForeColor = System.Drawing.SystemColors.ControlLight;
this.label5.Location = new System.Drawing.Point(38, 136);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(57, 13);
this.label5.TabIndex = 8;
this.label5.Text = "Resolution";
//
// btnCancel
//
this.btnCancel.BackColor = System.Drawing.Color.Brown;
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCancel.ForeColor = System.Drawing.SystemColors.Control;
this.btnCancel.Location = new System.Drawing.Point(329, 242);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(65, 41);
this.btnCancel.TabIndex = 13;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = false;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnOk
//
this.btnOk.BackColor = System.Drawing.Color.Green;
this.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnOk.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnOk.ForeColor = System.Drawing.SystemColors.Control;
this.btnOk.Location = new System.Drawing.Point(11, 241);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(62, 41);
this.btnOk.TabIndex = 12;
this.btnOk.Text = "Save";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.BtnOk_Click);
//
// txtHologW
//
this.txtHologW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.txtHologW.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtHologW.ForeColor = System.Drawing.SystemColors.Window;
this.txtHologW.Location = new System.Drawing.Point(111, 101);
this.txtHologW.Name = "txtHologW";
this.txtHologW.Size = new System.Drawing.Size(59, 20);
this.txtHologW.TabIndex = 14;
this.txtHologW.Validating += new System.ComponentModel.CancelEventHandler(this.txtHologW_Validating);
//
// txtHologH
//
this.txtHologH.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.txtHologH.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtHologH.ForeColor = System.Drawing.SystemColors.Window;
this.txtHologH.Location = new System.Drawing.Point(301, 99);
this.txtHologH.Name = "txtHologH";
this.txtHologH.Size = new System.Drawing.Size(59, 20);
this.txtHologH.TabIndex = 15;
this.txtHologH.Validating += new System.ComponentModel.CancelEventHandler(this.txtHologH_Validating);
//
// numUpDownGrayLow
//
this.numUpDownGrayLow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.numUpDownGrayLow.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.numUpDownGrayLow.ForeColor = System.Drawing.SystemColors.Window;
this.numUpDownGrayLow.Location = new System.Drawing.Point(111, 207);
this.numUpDownGrayLow.Maximum = new decimal(new int[] {
10000,
0,
0,
0});
this.numUpDownGrayLow.Name = "numUpDownGrayLow";
this.numUpDownGrayLow.Size = new System.Drawing.Size(74, 20);
this.numUpDownGrayLow.TabIndex = 19;
this.numUpDownGrayLow.Validating += new System.ComponentModel.CancelEventHandler(this.numUpDownGrayLow_Validating);
//
// label7
//
this.label7.AutoSize = true;
this.label7.ForeColor = System.Drawing.SystemColors.ControlLight;
this.label7.Location = new System.Drawing.Point(18, 209);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(87, 13);
this.label7.TabIndex = 18;
this.label7.Text = "Gray Range Low";
//
// numUpDownGrayHigh
//
this.numUpDownGrayHigh.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.numUpDownGrayHigh.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.numUpDownGrayHigh.ForeColor = System.Drawing.SystemColors.Window;
this.numUpDownGrayHigh.Location = new System.Drawing.Point(301, 207);
this.numUpDownGrayHigh.Maximum = new decimal(new int[] {
10000,
0,
0,
0});
this.numUpDownGrayHigh.Name = "numUpDownGrayHigh";
this.numUpDownGrayHigh.Size = new System.Drawing.Size(74, 20);
this.numUpDownGrayHigh.TabIndex = 17;
this.numUpDownGrayHigh.Validating += new System.ComponentModel.CancelEventHandler(this.numUpDownGrayHigh_Validating);
//
// label8
//
this.label8.AutoSize = true;
this.label8.ForeColor = System.Drawing.SystemColors.ControlLight;
this.label8.Location = new System.Drawing.Point(208, 209);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(89, 13);
this.label8.TabIndex = 16;
this.label8.Text = "Gray Range High";
//
// btnDelete
//
this.btnDelete.BackColor = System.Drawing.Color.Maroon;
this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnDelete.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnDelete.ForeColor = System.Drawing.SystemColors.Control;
this.btnDelete.Location = new System.Drawing.Point(247, 241);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(66, 41);
this.btnDelete.TabIndex = 20;
this.btnDelete.Text = "Delete";
this.btnDelete.UseVisualStyleBackColor = false;
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// txtFrameH
//
this.txtFrameH.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.txtFrameH.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtFrameH.ForeColor = System.Drawing.SystemColors.Window;
this.txtFrameH.Location = new System.Drawing.Point(301, 168);
this.txtFrameH.Name = "txtFrameH";
this.txtFrameH.Size = new System.Drawing.Size(59, 20);
this.txtFrameH.TabIndex = 24;
this.txtFrameH.Visible = false;
this.txtFrameH.Validating += new System.ComponentModel.CancelEventHandler(this.txtFrameH_Validating);
//
// txtFrameW
//
this.txtFrameW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.txtFrameW.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtFrameW.ForeColor = System.Drawing.SystemColors.Window;
this.txtFrameW.Location = new System.Drawing.Point(111, 170);
this.txtFrameW.Name = "txtFrameW";
this.txtFrameW.Size = new System.Drawing.Size(59, 20);
this.txtFrameW.TabIndex = 23;
this.txtFrameW.Visible = false;
this.txtFrameW.Validating += new System.ComponentModel.CancelEventHandler(this.txtFrameW_Validating);
//
// label1
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.SystemColors.ControlLight;
this.label1.Location = new System.Drawing.Point(209, 170);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(70, 13);
this.label1.TabIndex = 22;
this.label1.Text = "Frame Height";
this.label1.Visible = false;
//
// label9
//
this.label9.AutoSize = true;
this.label9.ForeColor = System.Drawing.SystemColors.ControlLight;
this.label9.Location = new System.Drawing.Point(23, 170);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(67, 13);
this.label9.TabIndex = 21;
this.label9.Text = "Frame Width";
this.label9.Visible = false;
//
// txtOutPath
//
this.txtOutPath.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.txtOutPath.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtOutPath.ForeColor = System.Drawing.SystemColors.Window;
this.txtOutPath.Location = new System.Drawing.Point(86, 65);
this.txtOutPath.Name = "txtOutPath";
this.txtOutPath.Size = new System.Drawing.Size(211, 20);
this.txtOutPath.TabIndex = 26;
this.txtOutPath.Validating += new System.ComponentModel.CancelEventHandler(this.txtOutPath_Validating);
//
// label10
//
this.label10.AutoSize = true;
this.label10.ForeColor = System.Drawing.SystemColors.ControlLight;
this.label10.Location = new System.Drawing.Point(24, 67);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(49, 13);
this.label10.TabIndex = 25;
this.label10.Text = "Out Path";
//
// btnOutPath
//
this.btnOutPath.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.btnOutPath.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnOutPath.ForeColor = System.Drawing.SystemColors.Control;
this.btnOutPath.Location = new System.Drawing.Point(329, 65);
this.btnOutPath.Name = "btnOutPath";
this.btnOutPath.Size = new System.Drawing.Size(56, 23);
this.btnOutPath.TabIndex = 27;
this.btnOutPath.Text = "Select";
this.btnOutPath.UseVisualStyleBackColor = false;
this.btnOutPath.Click += new System.EventHandler(this.btnOutPath_Click);
//
// btnSaveAsDefault
//
this.btnSaveAsDefault.BackColor = System.Drawing.SystemColors.Control;
this.btnSaveAsDefault.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSaveAsDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnSaveAsDefault.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnSaveAsDefault.Location = new System.Drawing.Point(159, 241);
this.btnSaveAsDefault.Name = "btnSaveAsDefault";
this.btnSaveAsDefault.Size = new System.Drawing.Size(72, 41);
this.btnSaveAsDefault.TabIndex = 29;
this.btnSaveAsDefault.Text = "Save As Default";
this.btnSaveAsDefault.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnSaveAsDefault.UseVisualStyleBackColor = false;
this.btnSaveAsDefault.Click += new System.EventHandler(this.btnSaveAsDefault_Click);
//
// btnRun
//
this.btnRun.BackColor = System.Drawing.SystemColors.Control;
this.btnRun.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnRun.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnRun.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnRun.Location = new System.Drawing.Point(85, 241);
this.btnRun.Name = "btnRun";
this.btnRun.Size = new System.Drawing.Size(60, 41);
this.btnRun.TabIndex = 28;
this.btnRun.Text = "Run";
this.btnRun.UseVisualStyleBackColor = true;
this.btnRun.Click += new System.EventHandler(this.btnRun_Click);
//
// errorProvider1
//
this.errorProvider1.ContainerControl = this;
//
// cmbResolution
//
this.cmbResolution.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.cmbResolution.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cmbResolution.ForeColor = System.Drawing.SystemColors.Window;
this.cmbResolution.FormattingEnabled = true;
this.cmbResolution.Items.AddRange(new object[] {
"1024 x 768 - 0.2",
"1024 x 768 - 0.3",
"1920 x 1080 - 0.3",
"1920 x 1080 - 0.4"});
this.cmbResolution.Location = new System.Drawing.Point(111, 133);
this.cmbResolution.Name = "cmbResolution";
this.cmbResolution.Size = new System.Drawing.Size(120, 21);
this.cmbResolution.TabIndex = 30;
this.cmbResolution.Text = "1024 x 768 - 0.2";
this.cmbResolution.SelectedIndexChanged += new System.EventHandler(this.cmbResolution_SelectedIndexChanged);
//
// btnPreview
//
this.btnPreview.BackColor = System.Drawing.Color.Gray;
this.btnPreview.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnPreview.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnPreview.ForeColor = System.Drawing.SystemColors.ControlLight;
this.btnPreview.Location = new System.Drawing.Point(301, 133);
this.btnPreview.Name = "btnPreview";
this.btnPreview.Size = new System.Drawing.Size(84, 21);
this.btnPreview.TabIndex = 32;
this.btnPreview.Text = "Preview";
this.btnPreview.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.btnPreview.UseVisualStyleBackColor = false;
this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click);
//
// ProjectControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
this.Controls.Add(this.btnPreview);
this.Controls.Add(this.cmbResolution);
this.Controls.Add(this.btnSaveAsDefault);
this.Controls.Add(this.btnRun);
this.Controls.Add(this.btnOutPath);
this.Controls.Add(this.txtOutPath);
this.Controls.Add(this.label10);
this.Controls.Add(this.txtFrameH);
this.Controls.Add(this.txtFrameW);
this.Controls.Add(this.label1);
this.Controls.Add(this.label9);
this.Controls.Add(this.btnDelete);
this.Controls.Add(this.numUpDownGrayLow);
this.Controls.Add(this.label7);
this.Controls.Add(this.numUpDownGrayHigh);
this.Controls.Add(this.label8);
this.Controls.Add(this.txtHologH);
this.Controls.Add(this.txtHologW);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.label5);
this.Controls.Add(this.txtProjectName);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.lblProject);
this.Name = "ProjectControl";
this.Size = new System.Drawing.Size(406, 296);
((System.ComponentModel.ISupportInitialize)(this.numUpDownGrayLow)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numUpDownGrayHigh)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblProject;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtProjectName;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOk;
private System.Windows.Forms.TextBox txtHologW;
private System.Windows.Forms.TextBox txtHologH;
private System.Windows.Forms.NumericUpDown numUpDownGrayLow;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.NumericUpDown numUpDownGrayHigh;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button btnDelete;
private System.Windows.Forms.TextBox txtFrameH;
private System.Windows.Forms.TextBox txtFrameW;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txtOutPath;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Button btnOutPath;
private System.Windows.Forms.Button btnSaveAsDefault;
private System.Windows.Forms.Button btnRun;
private System.Windows.Forms.ErrorProvider errorProvider1;
private System.Windows.Forms.ComboBox cmbResolution;
private System.Windows.Forms.Button btnPreview;
}
}