namespace FileWatcher { partial class Preferences { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; #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(Preferences)); this.cancelButton = new System.Windows.Forms.Button(); this.saveButton = new System.Windows.Forms.Button(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.autoSaveCB = new System.Windows.Forms.CheckBox(); this.runAtStartupCB = new System.Windows.Forms.CheckBox(); this.scriptEditorTab = new System.Windows.Forms.TabPage(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton4 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.listBox1 = new System.Windows.Forms.ListBox(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.scriptEditorTab.SuspendLayout(); this.groupBox1.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // cancelButton // this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.cancelButton.Location = new System.Drawing.Point(197, 273); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 0; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // saveButton // this.saveButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.saveButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.saveButton.Location = new System.Drawing.Point(116, 273); this.saveButton.Name = "saveButton"; this.saveButton.Size = new System.Drawing.Size(75, 23); this.saveButton.TabIndex = 1; this.saveButton.Text = "Save"; this.saveButton.UseVisualStyleBackColor = true; this.saveButton.Click += new System.EventHandler(this.saveButton_Click); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.scriptEditorTab); this.tabControl1.Location = new System.Drawing.Point(12, 12); this.tabControl1.Multiline = true; this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(260, 255); this.tabControl1.TabIndex = 2; // // tabPage1 // this.tabPage1.Controls.Add(this.label2); this.tabPage1.Controls.Add(this.label1); this.tabPage1.Controls.Add(this.comboBox1); this.tabPage1.Controls.Add(this.autoSaveCB); this.tabPage1.Controls.Add(this.runAtStartupCB); 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(252, 229); this.tabPage1.TabIndex = 1; this.tabPage1.Text = "General"; this.tabPage1.UseVisualStyleBackColor = true; // // label2 // this.label2.AutoSize = true; this.label2.Enabled = false; this.label2.Location = new System.Drawing.Point(127, 58); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(19, 13); this.label2.TabIndex = 8; this.label2.Text = ": 2"; // // label1 // this.label1.AutoSize = true; this.label1.Enabled = false; this.label1.Location = new System.Drawing.Point(64, 58); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(57, 13); this.label1.TabIndex = 7; this.label1.Text = "Max Cores"; // // comboBox1 // this.comboBox1.Enabled = false; this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(7, 55); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(52, 21); this.comboBox1.TabIndex = 6; // // autoSaveCB // this.autoSaveCB.AutoSize = true; this.autoSaveCB.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.autoSaveCB.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Strikeout, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.autoSaveCB.Location = new System.Drawing.Point(7, 32); this.autoSaveCB.Name = "autoSaveCB"; this.autoSaveCB.Size = new System.Drawing.Size(71, 17); this.autoSaveCB.TabIndex = 3; this.autoSaveCB.Text = "Autosave"; this.autoSaveCB.UseVisualStyleBackColor = true; // // runAtStartupCB // this.runAtStartupCB.AutoSize = true; this.runAtStartupCB.Location = new System.Drawing.Point(7, 8); this.runAtStartupCB.Name = "runAtStartupCB"; this.runAtStartupCB.Size = new System.Drawing.Size(93, 17); this.runAtStartupCB.TabIndex = 2; this.runAtStartupCB.Text = "Run at startup"; this.runAtStartupCB.UseVisualStyleBackColor = true; this.runAtStartupCB.CheckedChanged += new System.EventHandler(this.runAtStartupCB_CheckedChanged); // // scriptEditorTab // this.scriptEditorTab.Controls.Add(this.groupBox1); this.scriptEditorTab.Location = new System.Drawing.Point(4, 22); this.scriptEditorTab.Name = "scriptEditorTab"; this.scriptEditorTab.Padding = new System.Windows.Forms.Padding(3); this.scriptEditorTab.Size = new System.Drawing.Size(252, 229); this.scriptEditorTab.TabIndex = 0; this.scriptEditorTab.Text = "ScriptEditor"; this.scriptEditorTab.UseVisualStyleBackColor = true; // // groupBox1 // this.groupBox1.Controls.Add(this.toolStrip1); this.groupBox1.Controls.Add(this.textBox1); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.listBox1); this.groupBox1.Location = new System.Drawing.Point(4, 7); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(242, 216); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; this.groupBox1.Text = "Text Editors"; // // toolStrip1 // this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButton3, this.toolStripButton4, this.toolStripButton1, this.toolStripButton2}); this.toolStrip1.Location = new System.Drawing.Point(3, 16); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(236, 25); this.toolStrip1.TabIndex = 7; this.toolStrip1.Text = "toolStrip1"; // // toolStripButton3 // this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton3.Enabled = false; this.toolStripButton3.Image = global::FileWatcher.Properties.Resources.plus; 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"; this.toolStripButton3.ToolTipText = "Add Editor to open scripts with"; this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click); // // toolStripButton4 // this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton4.Enabled = false; this.toolStripButton4.Image = global::FileWatcher.Properties.Resources.trash; 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"; this.toolStripButton4.ToolTipText = "Delete Selected Editor"; this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click); // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton1.Image = global::FileWatcher.Properties.Resources.arrow_fat_down; 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 = "toolStripButton1"; this.toolStripButton1.ToolTipText = "Move selected editor to a lower priority."; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // toolStripButton2 // this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton2.Image = global::FileWatcher.Properties.Resources.arrow_fat_up; 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 = "toolStripButton2"; this.toolStripButton2.ToolTipText = "Move selected editor to a higher priority."; this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(44, 190); this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(195, 20); this.textBox1.TabIndex = 6; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 193); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(32, 13); this.label3.TabIndex = 5; this.label3.Text = "Path:"; // // listBox1 // this.listBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.listBox1.FormattingEnabled = true; this.listBox1.Location = new System.Drawing.Point(2, 45); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(234, 130); this.listBox1.TabIndex = 0; this.listBox1.SelectedValueChanged += new System.EventHandler(this.listBox1_SelectedValueChanged); // // Preferences // this.AcceptButton = this.saveButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(284, 308); this.Controls.Add(this.tabControl1); this.Controls.Add(this.saveButton); this.Controls.Add(this.cancelButton); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Preferences"; this.ShowIcon = false; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.Text = "Preferences"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Preferences_FormClosing); this.Load += new System.EventHandler(this.Preferences_Load); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.scriptEditorTab.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.Button saveButton; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage scriptEditorTab; private System.Windows.Forms.ListBox listBox1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label3; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.CheckBox runAtStartupCB; public System.Windows.Forms.CheckBox autoSaveCB; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.ToolStripButton toolStripButton2; private System.Windows.Forms.ToolStripButton toolStripButton3; private System.Windows.Forms.ToolStripButton toolStripButton4; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox comboBox1; } }