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.checkBox1 = 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.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."; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(7, 98); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(95, 17); this.checkBox1.TabIndex = 2; this.checkBox1.Text = "Enable Relay?"; this.checkBox1.UseVisualStyleBackColor = true; // // 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."; // // 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.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.checkBox1); 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"; this.TopMost = true; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.CheckBox checkBox1; 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; } }