namespace sharpreleaser { partial class MainWindow { /// /// 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(MainWindow)); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.openProject = new System.Windows.Forms.ToolStripButton(); this.saveProject = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.run = new System.Windows.Forms.ToolStripButton(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.panel1 = new System.Windows.Forms.Panel(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.panel2 = new System.Windows.Forms.Panel(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.label1 = new System.Windows.Forms.Label(); this.txtName = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtVersion = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtSourceFolder = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtDestinationFolder = new System.Windows.Forms.TextBox(); this.sourceFolderButton = new System.Windows.Forms.Button(); this.destinationFolderButton = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.txtFileName = new System.Windows.Forms.TextBox(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.panel3 = new System.Windows.Forms.Panel(); this.toolStrip2 = new System.Windows.Forms.ToolStrip(); this.addCommand = new System.Windows.Forms.ToolStripButton(); this.commandText = new System.Windows.Forms.ToolStripTextBox(); this.editCommand = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.removeCommand = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.moveUpCommand = new System.Windows.Forms.ToolStripButton(); this.moveDownCommand = new System.Windows.Forms.ToolStripButton(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.log = new System.Windows.Forms.TextBox(); this.folderDialog = new System.Windows.Forms.FolderBrowserDialog(); this.commandsListBox = new sharpreleaser.CommandsListBox(); this.toolStrip1.SuspendLayout(); this.panel1.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.panel2.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.panel3.SuspendLayout(); this.toolStrip2.SuspendLayout(); this.tabPage3.SuspendLayout(); this.SuspendLayout(); // // statusStrip1 // this.statusStrip1.Location = new System.Drawing.Point(0, 607); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(791, 22); this.statusStrip1.TabIndex = 0; this.statusStrip1.Text = "statusStrip1"; // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openProject, this.saveProject, this.toolStripSeparator1, this.run}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.toolStrip1.Size = new System.Drawing.Size(791, 25); this.toolStrip1.TabIndex = 0; this.toolStrip1.Text = "toolStrip1"; // // openProject // this.openProject.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.openProject.Image = ((System.Drawing.Image)(resources.GetObject("openProject.Image"))); this.openProject.ImageTransparentColor = System.Drawing.Color.Magenta; this.openProject.Name = "openProject"; this.openProject.Size = new System.Drawing.Size(23, 22); this.openProject.Text = "Open"; this.openProject.Click += new System.EventHandler(this.openProject_Click); // // saveProject // this.saveProject.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.saveProject.Image = ((System.Drawing.Image)(resources.GetObject("saveProject.Image"))); this.saveProject.ImageTransparentColor = System.Drawing.Color.Magenta; this.saveProject.Name = "saveProject"; this.saveProject.Size = new System.Drawing.Size(23, 22); this.saveProject.Text = "Save"; this.saveProject.Click += new System.EventHandler(this.saveProject_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // run // this.run.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.run.Image = ((System.Drawing.Image)(resources.GetObject("run.Image"))); this.run.ImageTransparentColor = System.Drawing.Color.Magenta; this.run.Name = "run"; this.run.Size = new System.Drawing.Size(23, 22); this.run.Text = "Run"; this.run.Click += new System.EventHandler(this.run_Click); // // openFileDialog // this.openFileDialog.FileName = "openFileDialog1"; this.openFileDialog.Filter = "SharpReleaser Projects|*.rpr|All Files|*.*"; // // saveFileDialog // this.saveFileDialog.Filter = "SharpReleaser Projects|*.rpr|All Files|*.*"; // // panel1 // this.panel1.Controls.Add(this.tabControl1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 25); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(791, 582); this.panel1.TabIndex = 1; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(791, 582); this.tabControl1.TabIndex = 0; // // tabPage1 // this.tabPage1.Controls.Add(this.panel2); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(783, 556); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Properties"; this.tabPage1.UseVisualStyleBackColor = true; // // panel2 // this.panel2.BackColor = System.Drawing.SystemColors.Control; this.panel2.Controls.Add(this.tableLayoutPanel1); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(3, 3); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(777, 550); this.panel2.TabIndex = 0; // // tableLayoutPanel1 // this.tableLayoutPanel1.BackColor = System.Drawing.SystemColors.Control; this.tableLayoutPanel1.ColumnCount = 3; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 547F)); this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.txtName, 0, 1); this.tableLayoutPanel1.Controls.Add(this.label2, 0, 3); this.tableLayoutPanel1.Controls.Add(this.txtVersion, 0, 4); this.tableLayoutPanel1.Controls.Add(this.label3, 0, 9); this.tableLayoutPanel1.Controls.Add(this.txtSourceFolder, 0, 10); this.tableLayoutPanel1.Controls.Add(this.label4, 0, 12); this.tableLayoutPanel1.Controls.Add(this.txtDestinationFolder, 0, 13); this.tableLayoutPanel1.Controls.Add(this.sourceFolderButton, 1, 10); this.tableLayoutPanel1.Controls.Add(this.destinationFolderButton, 1, 13); this.tableLayoutPanel1.Controls.Add(this.label5, 0, 6); this.tableLayoutPanel1.Controls.Add(this.txtFileName, 0, 7); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 15; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(777, 550); this.tableLayoutPanel1.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(38, 13); this.label1.TabIndex = 0; this.label1.Text = "Name:"; // // txtName // this.txtName.Dock = System.Windows.Forms.DockStyle.Fill; this.txtName.Location = new System.Drawing.Point(3, 28); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(194, 20); this.txtName.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(3, 75); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(45, 13); this.label2.TabIndex = 2; this.label2.Text = "Version:"; // // txtVersion // this.txtVersion.Dock = System.Windows.Forms.DockStyle.Fill; this.txtVersion.Location = new System.Drawing.Point(3, 103); this.txtVersion.Name = "txtVersion"; this.txtVersion.Size = new System.Drawing.Size(194, 20); this.txtVersion.TabIndex = 3; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(3, 225); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(73, 13); this.label3.TabIndex = 4; this.label3.Text = "Source folder:"; // // txtSourceFolder // this.txtSourceFolder.Dock = System.Windows.Forms.DockStyle.Fill; this.txtSourceFolder.Location = new System.Drawing.Point(3, 253); this.txtSourceFolder.Name = "txtSourceFolder"; this.txtSourceFolder.Size = new System.Drawing.Size(194, 20); this.txtSourceFolder.TabIndex = 5; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(3, 300); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(92, 13); this.label4.TabIndex = 6; this.label4.Text = "Destination folder:"; // // txtDestinationFolder // this.txtDestinationFolder.Dock = System.Windows.Forms.DockStyle.Fill; this.txtDestinationFolder.Location = new System.Drawing.Point(3, 328); this.txtDestinationFolder.Name = "txtDestinationFolder"; this.txtDestinationFolder.Size = new System.Drawing.Size(194, 20); this.txtDestinationFolder.TabIndex = 7; // // sourceFolderButton // this.sourceFolderButton.Dock = System.Windows.Forms.DockStyle.Fill; this.sourceFolderButton.Location = new System.Drawing.Point(203, 253); this.sourceFolderButton.Name = "sourceFolderButton"; this.sourceFolderButton.Size = new System.Drawing.Size(24, 19); this.sourceFolderButton.TabIndex = 8; this.sourceFolderButton.Text = "..."; this.sourceFolderButton.UseVisualStyleBackColor = true; this.sourceFolderButton.Click += new System.EventHandler(this.sourceFolderButton_Click); // // destinationFolderButton // this.destinationFolderButton.Dock = System.Windows.Forms.DockStyle.Fill; this.destinationFolderButton.Location = new System.Drawing.Point(203, 328); this.destinationFolderButton.Name = "destinationFolderButton"; this.destinationFolderButton.Size = new System.Drawing.Size(24, 19); this.destinationFolderButton.TabIndex = 9; this.destinationFolderButton.Text = "..."; this.destinationFolderButton.UseVisualStyleBackColor = true; this.destinationFolderButton.Click += new System.EventHandler(this.destinationFolderButton_Click); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(3, 150); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(51, 13); this.label5.TabIndex = 10; this.label5.Text = "FileName"; // // txtFileName // this.txtFileName.Dock = System.Windows.Forms.DockStyle.Fill; this.txtFileName.Location = new System.Drawing.Point(3, 178); this.txtFileName.Name = "txtFileName"; this.txtFileName.Size = new System.Drawing.Size(194, 20); this.txtFileName.TabIndex = 11; // // tabPage2 // this.tabPage2.Controls.Add(this.panel3); this.tabPage2.Controls.Add(this.toolStrip2); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(783, 556); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Commands"; this.tabPage2.UseVisualStyleBackColor = true; // // panel3 // this.panel3.Controls.Add(this.commandsListBox); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Location = new System.Drawing.Point(3, 3); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(777, 550); this.panel3.TabIndex = 1; // // toolStrip2 // this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.addCommand, this.commandText, this.editCommand, this.toolStripSeparator2, this.removeCommand, this.toolStripSeparator3, this.moveUpCommand, this.moveDownCommand}); this.toolStrip2.Location = new System.Drawing.Point(3, 3); this.toolStrip2.Name = "toolStrip2"; this.toolStrip2.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.toolStrip2.Size = new System.Drawing.Size(777, 25); this.toolStrip2.TabIndex = 0; this.toolStrip2.Text = "toolStrip2"; this.toolStrip2.Visible = false; // // addCommand // this.addCommand.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.addCommand.Image = ((System.Drawing.Image)(resources.GetObject("addCommand.Image"))); this.addCommand.ImageTransparentColor = System.Drawing.Color.Magenta; this.addCommand.Name = "addCommand"; this.addCommand.Size = new System.Drawing.Size(23, 22); this.addCommand.Text = "Add"; this.addCommand.Click += new System.EventHandler(this.addCommand_Click); // // commandText // this.commandText.Name = "commandText"; this.commandText.Size = new System.Drawing.Size(200, 25); // // editCommand // this.editCommand.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.editCommand.Image = ((System.Drawing.Image)(resources.GetObject("editCommand.Image"))); this.editCommand.ImageTransparentColor = System.Drawing.Color.Magenta; this.editCommand.Name = "editCommand"; this.editCommand.Size = new System.Drawing.Size(23, 22); this.editCommand.Text = "toolStripButton1"; this.editCommand.Click += new System.EventHandler(this.editCommand_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // removeCommand // this.removeCommand.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.removeCommand.Image = ((System.Drawing.Image)(resources.GetObject("removeCommand.Image"))); this.removeCommand.ImageTransparentColor = System.Drawing.Color.Magenta; this.removeCommand.Name = "removeCommand"; this.removeCommand.Size = new System.Drawing.Size(23, 22); this.removeCommand.Text = "Delete"; this.removeCommand.Click += new System.EventHandler(this.deleteCommand_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // moveUpCommand // this.moveUpCommand.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.moveUpCommand.Image = ((System.Drawing.Image)(resources.GetObject("moveUpCommand.Image"))); this.moveUpCommand.ImageTransparentColor = System.Drawing.Color.Magenta; this.moveUpCommand.Name = "moveUpCommand"; this.moveUpCommand.Size = new System.Drawing.Size(23, 22); this.moveUpCommand.Text = "Move up"; this.moveUpCommand.Click += new System.EventHandler(this.moveUpCommand_Click); // // moveDownCommand // this.moveDownCommand.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.moveDownCommand.Image = ((System.Drawing.Image)(resources.GetObject("moveDownCommand.Image"))); this.moveDownCommand.ImageTransparentColor = System.Drawing.Color.Magenta; this.moveDownCommand.Name = "moveDownCommand"; this.moveDownCommand.Size = new System.Drawing.Size(23, 22); this.moveDownCommand.Text = "Move down"; this.moveDownCommand.Click += new System.EventHandler(this.moveDownCommand_Click); // // tabPage3 // this.tabPage3.Controls.Add(this.log); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Size = new System.Drawing.Size(783, 556); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "Log"; this.tabPage3.UseVisualStyleBackColor = true; // // log // this.log.Dock = System.Windows.Forms.DockStyle.Fill; this.log.Location = new System.Drawing.Point(0, 0); this.log.Multiline = true; this.log.Name = "log"; this.log.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.log.Size = new System.Drawing.Size(783, 556); this.log.TabIndex = 0; // // commandsListBox // this.commandsListBox.Dock = System.Windows.Forms.DockStyle.Fill; this.commandsListBox.FormattingEnabled = true; this.commandsListBox.Location = new System.Drawing.Point(0, 0); this.commandsListBox.Name = "commandsListBox"; this.commandsListBox.Size = new System.Drawing.Size(777, 550); this.commandsListBox.TabIndex = 0; this.commandsListBox.SelectedIndexChanged += new System.EventHandler(this.commandsListBox_SelectedIndexChanged); // // MainWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(791, 629); this.Controls.Add(this.panel1); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.statusStrip1); this.Name = "MainWindow"; this.Text = "sharpreleaser"; this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.panel1.ResumeLayout(false); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); this.panel3.ResumeLayout(false); this.toolStrip2.ResumeLayout(false); this.toolStrip2.PerformLayout(); this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton openProject; private System.Windows.Forms.OpenFileDialog openFileDialog; private System.Windows.Forms.ToolStripButton saveProject; private System.Windows.Forms.SaveFileDialog saveFileDialog; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.TextBox txtName; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtVersion; private System.Windows.Forms.ToolStrip toolStrip2; private System.Windows.Forms.ToolStripButton addCommand; private System.Windows.Forms.ToolStripTextBox commandText; private System.Windows.Forms.ToolStripButton removeCommand; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton run; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.TextBox log; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripButton moveUpCommand; private System.Windows.Forms.ToolStripButton moveDownCommand; private System.Windows.Forms.Panel panel3; private CommandsListBox commandsListBox; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtSourceFolder; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtDestinationFolder; private System.Windows.Forms.Button sourceFolderButton; private System.Windows.Forms.Button destinationFolderButton; private System.Windows.Forms.FolderBrowserDialog folderDialog; private System.Windows.Forms.ToolStripButton editCommand; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtFileName; } }