namespace Tidstagning { partial class ConfigUI { /// /// 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(ConfigUI)); this.label1 = new System.Windows.Forms.Label(); this.checkBoxRelay = new System.Windows.Forms.CheckBox(); this.folderBrowserOutput = new System.Windows.Forms.FolderBrowserDialog(); this.buttonFolderOutput = new System.Windows.Forms.Button(); this.folderBrowserInput = new System.Windows.Forms.FolderBrowserDialog(); this.buttonFolderInput = new System.Windows.Forms.Button(); this.textPathInput = new System.Windows.Forms.TextBox(); this.textPathOutput = new System.Windows.Forms.TextBox(); this.buttonSave = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.comboBoxBaudRate = new System.Windows.Forms.ComboBox(); this.panelRelaySettings = new System.Windows.Forms.Panel(); this.textBox3 = new System.Windows.Forms.TextBox(); this.panelRelaySettings.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(4, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(131, 13); this.label1.TabIndex = 0; this.label1.Text = "Select folder for input files."; // // checkBoxRelay // this.checkBoxRelay.AutoSize = true; this.checkBoxRelay.Location = new System.Drawing.Point(7, 98); this.checkBoxRelay.Name = "checkBoxRelay"; this.checkBoxRelay.Size = new System.Drawing.Size(95, 17); this.checkBoxRelay.TabIndex = 2; this.checkBoxRelay.Text = "Enable Relay?"; this.checkBoxRelay.UseVisualStyleBackColor = true; this.checkBoxRelay.CheckedChanged += new System.EventHandler(this.checkBoxRelay_CheckedChanged); // // folderBrowserOutput // this.folderBrowserOutput.Description = "Pick output folder"; // // buttonFolderOutput // this.buttonFolderOutput.Location = new System.Drawing.Point(314, 72); this.buttonFolderOutput.Name = "buttonFolderOutput"; this.buttonFolderOutput.Size = new System.Drawing.Size(75, 23); this.buttonFolderOutput.TabIndex = 3; this.buttonFolderOutput.Text = "Pick output folder"; this.buttonFolderOutput.UseVisualStyleBackColor = true; this.buttonFolderOutput.Click += new System.EventHandler(this.buttonFolderOutput_Click); // // folderBrowserInput // this.folderBrowserInput.Description = "Pick input folder"; // // buttonFolderInput // this.buttonFolderInput.Location = new System.Drawing.Point(314, 28); this.buttonFolderInput.Name = "buttonFolderInput"; this.buttonFolderInput.Size = new System.Drawing.Size(75, 23); this.buttonFolderInput.TabIndex = 4; this.buttonFolderInput.Text = "Pick input folder"; this.buttonFolderInput.UseVisualStyleBackColor = true; this.buttonFolderInput.Click += new System.EventHandler(this.buttonFolderInput_Click); // // textPathInput // this.textPathInput.Location = new System.Drawing.Point(7, 28); this.textPathInput.Name = "textPathInput"; this.textPathInput.Size = new System.Drawing.Size(301, 20); this.textPathInput.TabIndex = 5; // // textPathOutput // this.textPathOutput.Location = new System.Drawing.Point(7, 72); this.textPathOutput.Name = "textPathOutput"; this.textPathOutput.Size = new System.Drawing.Size(301, 20); this.textPathOutput.TabIndex = 6; // // buttonSave // this.buttonSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonSave.Location = new System.Drawing.Point(318, 280); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(75, 23); this.buttonSave.TabIndex = 7; this.buttonSave.Text = "Save"; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click); // // buttonCancel // this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.Location = new System.Drawing.Point(13, 280); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 23); this.buttonCancel.TabIndex = 8; this.buttonCancel.Text = "Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(4, 56); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(138, 13); this.label2.TabIndex = 9; this.label2.Text = "Select folder for output files."; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(259, 17); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(100, 20); this.textBox2.TabIndex = 5; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(141, 17); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(100, 20); this.textBox1.TabIndex = 4; this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(256, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(71, 13); this.label5.TabIndex = 3; this.label5.Text = "Off Command"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(138, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(71, 13); this.label4.TabIndex = 2; this.label4.Text = "On Command"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(2, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(50, 13); this.label3.TabIndex = 1; this.label3.Text = "Baudrate"; // // comboBoxBaudRate // this.comboBoxBaudRate.FormattingEnabled = true; this.comboBoxBaudRate.Items.AddRange(new object[] { "110", "150", "300", "1200", "2400", "4800", "9600", "19200", "38400", "57600", "115200", "230400", "460800", "921600"}); this.comboBoxBaudRate.Location = new System.Drawing.Point(0, 16); this.comboBoxBaudRate.Name = "comboBoxBaudRate"; this.comboBoxBaudRate.Size = new System.Drawing.Size(121, 21); this.comboBoxBaudRate.TabIndex = 0; // // panelRelaySettings // this.panelRelaySettings.Controls.Add(this.textBox3); this.panelRelaySettings.Controls.Add(this.textBox2); this.panelRelaySettings.Controls.Add(this.label5); this.panelRelaySettings.Controls.Add(this.textBox1); this.panelRelaySettings.Controls.Add(this.comboBoxBaudRate); this.panelRelaySettings.Controls.Add(this.label3); this.panelRelaySettings.Controls.Add(this.label4); this.panelRelaySettings.Enabled = false; this.panelRelaySettings.Location = new System.Drawing.Point(7, 121); this.panelRelaySettings.Name = "panelRelaySettings"; this.panelRelaySettings.Size = new System.Drawing.Size(386, 68); this.panelRelaySettings.TabIndex = 11; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(20, 44); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(100, 20); this.textBox3.TabIndex = 6; // // ConfigUI // this.AcceptButton = this.buttonSave; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.buttonCancel; this.ClientSize = new System.Drawing.Size(405, 315); this.Controls.Add(this.panelRelaySettings); this.Controls.Add(this.label2); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonSave); this.Controls.Add(this.textPathOutput); this.Controls.Add(this.textPathInput); this.Controls.Add(this.buttonFolderInput); this.Controls.Add(this.buttonFolderOutput); this.Controls.Add(this.checkBoxRelay); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ConfigUI"; this.Text = "Configuration (Not working yet)"; this.TopMost = true; this.panelRelaySettings.ResumeLayout(false); this.panelRelaySettings.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.CheckBox checkBoxRelay; private System.Windows.Forms.FolderBrowserDialog folderBrowserOutput; private System.Windows.Forms.Button buttonFolderOutput; private System.Windows.Forms.FolderBrowserDialog folderBrowserInput; private System.Windows.Forms.Button buttonFolderInput; private System.Windows.Forms.TextBox textPathInput; private System.Windows.Forms.TextBox textPathOutput; private System.Windows.Forms.Button buttonSave; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox comboBoxBaudRate; private System.Windows.Forms.Panel panelRelaySettings; private System.Windows.Forms.TextBox textBox3; } }