namespace crusherScanner
{
partial class SettingsDialog
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsDialog));
this.label1 = 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.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.checkBox2 = new System.Windows.Forms.CheckBox();
this.checkBox3 = new System.Windows.Forms.CheckBox();
this.checkBox4 = new System.Windows.Forms.CheckBox();
this.checkBox5 = new System.Windows.Forms.CheckBox();
this.label7 = new System.Windows.Forms.Label();
this.textBox5 = new System.Windows.Forms.TextBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.checkBox6 = new System.Windows.Forms.CheckBox();
this.label8 = new System.Windows.Forms.Label();
this.textBox6 = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 40);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(142, 25);
this.label1.TabIndex = 0;
this.label1.Text = "Crusher Number";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 139);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(116, 25);
this.label2.TabIndex = 1;
this.label2.Text = "Serial Output";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(4, 41);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(176, 25);
this.label3.TabIndex = 2;
this.label3.Text = "Ore Def Input Folder";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(4, 91);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(201, 25);
this.label4.TabIndex = 3;
this.label4.Text = "Ore Def Working Folder";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(4, 141);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(191, 25);
this.label5.TabIndex = 4;
this.label5.Text = "Ore Def Output Folder";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(4, 191);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(131, 25);
this.label6.TabIndex = 5;
this.label6.Text = "Output Format";
//
// numericUpDown1
//
this.numericUpDown1.Location = new System.Drawing.Point(184, 38);
this.numericUpDown1.Maximum = new decimal(new int[] {
3,
0,
0,
0});
this.numericUpDown1.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(239, 31);
this.numericUpDown1.TabIndex = 6;
this.numericUpDown1.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(184, 133);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(239, 31);
this.textBox1.TabIndex = 7;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(207, 38);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(200, 31);
this.textBox2.TabIndex = 8;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(207, 88);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(200, 31);
this.textBox3.TabIndex = 9;
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(207, 138);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(200, 31);
this.textBox4.TabIndex = 10;
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"JSON",
"CSV"});
this.comboBox1.Location = new System.Drawing.Point(207, 188);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(239, 33);
this.comboBox1.TabIndex = 11;
//
// button1
//
this.button1.Location = new System.Drawing.Point(411, 36);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(35, 34);
this.button1.TabIndex = 12;
this.button1.Text = "...";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(411, 86);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(35, 34);
this.button2.TabIndex = 13;
this.button2.Text = "...";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(411, 136);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(35, 34);
this.button3.TabIndex = 14;
this.button3.Text = "...";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(12, 396);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(160, 34);
this.button4.TabIndex = 15;
this.button4.Text = "Discard && Exit";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(295, 396);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(160, 34);
this.button5.TabIndex = 16;
this.button5.Text = "Save && Exit";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.textBox5);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.textBox2);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.button3);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Controls.Add(this.textBox3);
this.groupBox1.Controls.Add(this.comboBox1);
this.groupBox1.Controls.Add(this.textBox4);
this.groupBox1.Location = new System.Drawing.Point(461, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(464, 282);
this.groupBox1.TabIndex = 17;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Ore Def";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.checkBox1);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.numericUpDown1);
this.groupBox2.Controls.Add(this.textBox1);
this.groupBox2.Location = new System.Drawing.Point(12, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(443, 191);
this.groupBox2.TabIndex = 18;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Machine";
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(6, 91);
this.checkBox1.Name = "checkBox1";
this.checkBox1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.checkBox1.Size = new System.Drawing.Size(199, 29);
this.checkBox1.TabIndex = 8;
this.checkBox1.Text = "Enable Serial Output";
this.checkBox1.UseVisualStyleBackColor = true;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.checkBox5);
this.groupBox3.Controls.Add(this.checkBox4);
this.groupBox3.Controls.Add(this.checkBox3);
this.groupBox3.Controls.Add(this.checkBox2);
this.groupBox3.Location = new System.Drawing.Point(12, 217);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(443, 173);
this.groupBox3.TabIndex = 19;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Logging";
//
// checkBox2
//
this.checkBox2.AutoSize = true;
this.checkBox2.Location = new System.Drawing.Point(129, 30);
this.checkBox2.Name = "checkBox2";
this.checkBox2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.checkBox2.Size = new System.Drawing.Size(76, 29);
this.checkBox2.TabIndex = 0;
this.checkBox2.Text = "Error";
this.checkBox2.UseVisualStyleBackColor = true;
//
// checkBox3
//
this.checkBox3.AutoSize = true;
this.checkBox3.Location = new System.Drawing.Point(101, 65);
this.checkBox3.Name = "checkBox3";
this.checkBox3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.checkBox3.Size = new System.Drawing.Size(104, 29);
this.checkBox3.TabIndex = 1;
this.checkBox3.Text = "Warning";
this.checkBox3.UseVisualStyleBackColor = true;
//
// checkBox4
//
this.checkBox4.AutoSize = true;
this.checkBox4.Location = new System.Drawing.Point(73, 100);
this.checkBox4.Name = "checkBox4";
this.checkBox4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.checkBox4.Size = new System.Drawing.Size(132, 29);
this.checkBox4.TabIndex = 2;
this.checkBox4.Text = "Information";
this.checkBox4.UseVisualStyleBackColor = true;
//
// checkBox5
//
this.checkBox5.AutoSize = true;
this.checkBox5.Location = new System.Drawing.Point(77, 135);
this.checkBox5.Name = "checkBox5";
this.checkBox5.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.checkBox5.Size = new System.Drawing.Size(128, 29);
this.checkBox5.TabIndex = 3;
this.checkBox5.Text = "Debugging";
this.checkBox5.UseVisualStyleBackColor = true;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(4, 241);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(184, 25);
this.label7.TabIndex = 15;
this.label7.Text = "Ore Def sample types";
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(207, 238);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(239, 31);
this.textBox5.TabIndex = 16;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.textBox6);
this.groupBox4.Controls.Add(this.label8);
this.groupBox4.Controls.Add(this.checkBox6);
this.groupBox4.Location = new System.Drawing.Point(461, 300);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(464, 125);
this.groupBox4.TabIndex = 20;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "LIMS";
//
// checkBox6
//
this.checkBox6.AutoSize = true;
this.checkBox6.Location = new System.Drawing.Point(6, 30);
this.checkBox6.Name = "checkBox6";
this.checkBox6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.checkBox6.Size = new System.Drawing.Size(229, 29);
this.checkBox6.TabIndex = 0;
this.checkBox6.Text = "Enable LIMS Connection";
this.checkBox6.UseVisualStyleBackColor = true;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(11, 77);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(146, 25);
this.label8.TabIndex = 17;
this.label8.Text = "LIMS Connection";
//
// textBox6
//
this.textBox6.Location = new System.Drawing.Point(207, 74);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(239, 31);
this.textBox6.TabIndex = 18;
//
// SettingsDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(939, 443);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.button5);
this.Controls.Add(this.button4);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "SettingsDialog";
this.Text = "SettingsDialog";
this.Load += new System.EventHandler(this.SettingsDialog_Load);
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private Label label1;
private Label label2;
private Label label3;
private Label label4;
private Label label5;
private Label label6;
private NumericUpDown numericUpDown1;
private TextBox textBox1;
private TextBox textBox2;
private TextBox textBox3;
private TextBox textBox4;
private ComboBox comboBox1;
private Button button1;
private Button button2;
private Button button3;
private Button button4;
private Button button5;
private FolderBrowserDialog folderBrowserDialog1;
private GroupBox groupBox1;
private TextBox textBox5;
private Label label7;
private GroupBox groupBox2;
private CheckBox checkBox1;
private GroupBox groupBox3;
private CheckBox checkBox5;
private CheckBox checkBox4;
private CheckBox checkBox3;
private CheckBox checkBox2;
private GroupBox groupBox4;
private TextBox textBox6;
private Label label8;
private CheckBox checkBox6;
}
}