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(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(40, 50); 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(40, 100); 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(40, 150); 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(40, 200); 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(40, 250); 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(40, 300); 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(298, 48); 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(298, 97); 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(298, 147); 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(298, 197); 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(298, 247); 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(298, 297); 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(502, 145); 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(502, 195); 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(502, 245); 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(40, 355); 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(377, 355); 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); // // SettingsDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(559, 403); this.Controls.Add(this.button5); this.Controls.Add(this.button4); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.comboBox1); this.Controls.Add(this.textBox4); this.Controls.Add(this.textBox3); this.Controls.Add(this.textBox2); this.Controls.Add(this.textBox1); this.Controls.Add(this.numericUpDown1); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); 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.ResumeLayout(false); this.PerformLayout(); } #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; } }