namespace FileWatcher { partial class FileGroupTab { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.toolStrip = new System.Windows.Forms.ToolStrip(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.FileExtensionsToolBox = new System.Windows.Forms.ToolStripTextBox(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.scriptPathTextBox = new System.Windows.Forms.ToolStripTextBox(); this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox(); this.delayCountDownLabel = new System.Windows.Forms.ToolStripLabel(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.scriptWatcher1 = new System.IO.FileSystemWatcher(); this.scriptWorker = new System.ComponentModel.BackgroundWorker(); this.foldersListBox = new System.Windows.Forms.ListBox(); this.toolStripButton5 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton6 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.extensionWarning = new System.Windows.Forms.ToolStripLabel(); this.scriptWarning = new System.Windows.Forms.ToolStripLabel(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.scriptMonitorButton = new System.Windows.Forms.ToolStripButton(); this.toolStripButton7 = new System.Windows.Forms.ToolStripButton(); this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel(); this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton4 = new System.Windows.Forms.ToolStripButton(); this.toolStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.scriptWatcher1)).BeginInit(); this.SuspendLayout(); // // toolStrip // this.toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButton5, this.toolStripButton6, this.toolStripSeparator1, this.toolStripButton2, this.toolStripLabel1, this.FileExtensionsToolBox, this.extensionWarning, this.toolStripSeparator2, this.scriptPathTextBox, this.scriptWarning, this.toolStripButton1, this.scriptMonitorButton, this.toolStripButton7, this.toolStripTextBox1, this.toolStripLabel2, this.delayCountDownLabel, this.toolStripButton3, this.toolStripButton4}); this.toolStrip.Location = new System.Drawing.Point(0, 0); this.toolStrip.Name = "toolStrip"; this.toolStrip.Size = new System.Drawing.Size(669, 25); this.toolStrip.TabIndex = 1; this.toolStrip.Text = "toolStrip3"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // toolStripLabel1 // this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Size = new System.Drawing.Size(86, 22); this.toolStripLabel1.Text = "File Extensions:"; // // FileExtensionsToolBox // this.FileExtensionsToolBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.FileExtensionsToolBox.Name = "FileExtensionsToolBox"; this.FileExtensionsToolBox.Size = new System.Drawing.Size(100, 25); this.FileExtensionsToolBox.ToolTipText = "*.mp *.wav *.flac"; this.FileExtensionsToolBox.TextChanged += new System.EventHandler(this.FileExtensionsToolBox_TextChanged); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // scriptPathTextBox // this.scriptPathTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.scriptPathTextBox.Name = "scriptPathTextBox"; this.scriptPathTextBox.Size = new System.Drawing.Size(125, 25); this.scriptPathTextBox.ToolTipText = "Script path"; this.scriptPathTextBox.TextChanged += new System.EventHandler(this.scriptPathTextBox_TextChanged); // // toolStripTextBox1 // this.toolStripTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.toolStripTextBox1.Name = "toolStripTextBox1"; this.toolStripTextBox1.Size = new System.Drawing.Size(50, 25); this.toolStripTextBox1.Text = "5s"; this.toolStripTextBox1.ToolTipText = "Script Delay (ex: 5m 5s) (units: ms,s,m,h)"; this.toolStripTextBox1.TextChanged += new System.EventHandler(this.toolStripTextBox1_TextChanged); // // delayCountDownLabel // this.delayCountDownLabel.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.delayCountDownLabel.Name = "delayCountDownLabel"; this.delayCountDownLabel.Size = new System.Drawing.Size(33, 22); this.delayCountDownLabel.Text = "--ms"; this.delayCountDownLabel.ToolTipText = "Remaining time on script delay."; // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; this.openFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog1_FileOk); // // splitContainer1 // this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 25); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.Window; this.splitContainer1.Panel1.Controls.Add(this.foldersListBox); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.richTextBox1); this.splitContainer1.Size = new System.Drawing.Size(669, 355); this.splitContainer1.SplitterDistance = 179; this.splitContainer1.TabIndex = 3; // // richTextBox1 // this.richTextBox1.BackColor = System.Drawing.SystemColors.AppWorkspace; this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.richTextBox1.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox1.Location = new System.Drawing.Point(0, 0); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.ReadOnly = true; this.richTextBox1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedBoth; this.richTextBox1.Size = new System.Drawing.Size(667, 170); this.richTextBox1.TabIndex = 0; this.richTextBox1.Text = ":Script Output:\n"; // // scriptWatcher1 // this.scriptWatcher1.EnableRaisingEvents = true; this.scriptWatcher1.Filter = "."; this.scriptWatcher1.SynchronizingObject = this; this.scriptWatcher1.Changed += new System.IO.FileSystemEventHandler(this.scriptWatcher1_Changed); // // scriptWorker // this.scriptWorker.WorkerSupportsCancellation = true; this.scriptWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork); // // foldersListBox // this.foldersListBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.foldersListBox.Dock = System.Windows.Forms.DockStyle.Fill; this.foldersListBox.FormattingEnabled = true; this.foldersListBox.Location = new System.Drawing.Point(0, 0); this.foldersListBox.Name = "foldersListBox"; this.foldersListBox.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.foldersListBox.Size = new System.Drawing.Size(667, 177); this.foldersListBox.TabIndex = 3; // // toolStripButton5 // this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton5.Image = global::FileWatcher.Properties.Resources.plus; this.toolStripButton5.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton5.Name = "toolStripButton5"; this.toolStripButton5.Size = new System.Drawing.Size(23, 22); this.toolStripButton5.Text = "Add a new directory to watch for file changes."; this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click_1); // // toolStripButton6 // this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton6.Image = global::FileWatcher.Properties.Resources.cross; this.toolStripButton6.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton6.Name = "toolStripButton6"; this.toolStripButton6.Size = new System.Drawing.Size(23, 22); this.toolStripButton6.Text = "Remove selected directories"; this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click); // // toolStripButton2 // this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton2.Image = global::FileWatcher.Properties.Resources.settings; this.toolStripButton2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton2.Name = "toolStripButton2"; this.toolStripButton2.Size = new System.Drawing.Size(23, 22); this.toolStripButton2.Text = "File Group Settings"; this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click); // // extensionWarning // this.extensionWarning.Image = global::FileWatcher.Properties.Resources.warning; this.extensionWarning.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.extensionWarning.Margin = new System.Windows.Forms.Padding(2, 1, 2, 2); this.extensionWarning.Name = "extensionWarning"; this.extensionWarning.Size = new System.Drawing.Size(10, 22); this.extensionWarning.ToolTipText = "Invalid File Extension/s"; // // scriptWarning // this.scriptWarning.Image = global::FileWatcher.Properties.Resources.warning; this.scriptWarning.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.scriptWarning.Margin = new System.Windows.Forms.Padding(2, 1, 2, 2); this.scriptWarning.Name = "scriptWarning"; this.scriptWarning.Size = new System.Drawing.Size(10, 22); this.scriptWarning.ToolTipText = "Invalid Script"; // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton1.Image = global::FileWatcher.Properties.Resources.folder; this.toolStripButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(23, 22); this.toolStripButton1.Text = "Load and link script"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // scriptMonitorButton // this.scriptMonitorButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.scriptMonitorButton.Enabled = false; this.scriptMonitorButton.Image = global::FileWatcher.Properties.Resources.block; this.scriptMonitorButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.scriptMonitorButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.scriptMonitorButton.Name = "scriptMonitorButton"; this.scriptMonitorButton.Size = new System.Drawing.Size(23, 22); this.scriptMonitorButton.Text = "Script Monitor (when script is updated check here to reload script)"; this.scriptMonitorButton.Click += new System.EventHandler(this.scriptMonitorButton_Click); // // toolStripButton7 // this.toolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton7.Image = global::FileWatcher.Properties.Resources.script; this.toolStripButton7.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton7.Name = "toolStripButton7"; this.toolStripButton7.Size = new System.Drawing.Size(23, 22); this.toolStripButton7.Text = "Edit Script using the default editor set in Preferences"; this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click_1); // // toolStripLabel2 // this.toolStripLabel2.Image = global::FileWatcher.Properties.Resources.warning; this.toolStripLabel2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripLabel2.Margin = new System.Windows.Forms.Padding(2, 1, 2, 2); this.toolStripLabel2.Name = "toolStripLabel2"; this.toolStripLabel2.Size = new System.Drawing.Size(10, 22); this.toolStripLabel2.ToolTipText = "Invalid Delay"; // // toolStripButton3 // this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton3.Image = global::FileWatcher.Properties.Resources.play; this.toolStripButton3.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton3.Name = "toolStripButton3"; this.toolStripButton3.Size = new System.Drawing.Size(23, 22); this.toolStripButton3.Text = "toolStripButton3"; // // toolStripButton4 // this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton4.Image = global::FileWatcher.Properties.Resources.stop; this.toolStripButton4.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton4.Name = "toolStripButton4"; this.toolStripButton4.Size = new System.Drawing.Size(23, 22); this.toolStripButton4.Text = "toolStripButton4"; // // FileGroupTab // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.AutoSize = true; this.Controls.Add(this.splitContainer1); this.Controls.Add(this.toolStrip); this.Name = "FileGroupTab"; this.Size = new System.Drawing.Size(669, 380); this.toolStrip.ResumeLayout(false); this.toolStrip.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.scriptWatcher1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip toolStrip; private System.Windows.Forms.ToolStripButton toolStripButton5; private System.Windows.Forms.ToolStripButton toolStripButton6; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripLabel toolStripLabel1; private System.Windows.Forms.ToolStripTextBox FileExtensionsToolBox; private System.Windows.Forms.ToolStripLabel extensionWarning; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripButton toolStripButton7; private System.Windows.Forms.ToolStripTextBox scriptPathTextBox; private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.ToolStripLabel scriptWarning; private System.Windows.Forms.ToolStripTextBox toolStripTextBox1; private System.Windows.Forms.ToolStripLabel toolStripLabel2; private System.Windows.Forms.ToolStripButton toolStripButton2; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.RichTextBox richTextBox1; private System.IO.FileSystemWatcher scriptWatcher1; private System.ComponentModel.BackgroundWorker scriptWorker; private System.Windows.Forms.ToolStripButton scriptMonitorButton; private System.Windows.Forms.ToolStripLabel delayCountDownLabel; private System.Windows.Forms.ListBox foldersListBox; private System.Windows.Forms.ToolStripButton toolStripButton3; private System.Windows.Forms.ToolStripButton toolStripButton4; } }