namespace SourceSDK.ENV.Editor.UI { partial class FormMain { /// /// 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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain)); this.menuStrip = new DarkUI.Controls.DarkMenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.resetAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.groupBoxVMod = new DarkUI.Controls.DarkGroupBox(); this.buttonResetVMod = new DarkUI.Controls.DarkButton(); this.buttonApplyVMod = new DarkUI.Controls.DarkButton(); this.textBoxVMod = new DarkUI.Controls.DarkTextBox(); this.pictureBoxVMod = new System.Windows.Forms.PictureBox(); this.groupBoxVProject = new DarkUI.Controls.DarkGroupBox(); this.buttonBrowseVProject = new DarkUI.Controls.DarkButton(); this.buttonResetVProject = new DarkUI.Controls.DarkButton(); this.buttonApplyVProject = new DarkUI.Controls.DarkButton(); this.textBoxVProject = new DarkUI.Controls.DarkTextBox(); this.pictureBoxVProject = new System.Windows.Forms.PictureBox(); this.groupBoxVGame = new DarkUI.Controls.DarkGroupBox(); this.buttonBrowseVGame = new DarkUI.Controls.DarkButton(); this.buttonResetVGame = new DarkUI.Controls.DarkButton(); this.buttonApplyVGame = new DarkUI.Controls.DarkButton(); this.textBoxVGame = new DarkUI.Controls.DarkTextBox(); this.pictureBoxVGame = new System.Windows.Forms.PictureBox(); this.groupBoxVContent = new DarkUI.Controls.DarkGroupBox(); this.buttonBrowseVContent = new DarkUI.Controls.DarkButton(); this.buttonResetVContent = new DarkUI.Controls.DarkButton(); this.buttonApplyVContent = new DarkUI.Controls.DarkButton(); this.textBoxVContent = new DarkUI.Controls.DarkTextBox(); this.pictureBoxVContent = new System.Windows.Forms.PictureBox(); this.groupBoxVTools = new DarkUI.Controls.DarkGroupBox(); this.buttonBrowseVTools = new DarkUI.Controls.DarkButton(); this.buttonResetVTools = new DarkUI.Controls.DarkButton(); this.buttonApplyVTools = new DarkUI.Controls.DarkButton(); this.textBoxVTools = new DarkUI.Controls.DarkTextBox(); this.pictureBoxVTools = new System.Windows.Forms.PictureBox(); this.toolTip = new System.Windows.Forms.ToolTip(this.components); this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog(); this.darkStatusStrip = new DarkUI.Controls.DarkStatusStrip(); this.menuStrip.SuspendLayout(); this.groupBoxVMod.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxVMod)).BeginInit(); this.groupBoxVProject.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxVProject)).BeginInit(); this.groupBoxVGame.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxVGame)).BeginInit(); this.groupBoxVContent.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxVContent)).BeginInit(); this.groupBoxVTools.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxVTools)).BeginInit(); this.SuspendLayout(); // // menuStrip // this.menuStrip.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(63)))), ((int)(((byte)(65))))); this.menuStrip.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220))))); this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.helpToolStripMenuItem}); this.menuStrip.Location = new System.Drawing.Point(0, 0); this.menuStrip.Name = "menuStrip"; this.menuStrip.Padding = new System.Windows.Forms.Padding(3, 2, 0, 2); this.menuStrip.Size = new System.Drawing.Size(653, 24); this.menuStrip.TabIndex = 0; this.menuStrip.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(63)))), ((int)(((byte)(65))))); this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.refreshToolStripMenuItem, this.resetAllToolStripMenuItem, this.toolStripSeparator1, this.exitToolStripMenuItem}); this.fileToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220))))); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "File"; // // refreshToolStripMenuItem // this.refreshToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(63)))), ((int)(((byte)(65))))); this.refreshToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220))))); this.refreshToolStripMenuItem.Image = global::SourceSDK.ENV.Editor.Properties.Resources.refresh16; this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem"; this.refreshToolStripMenuItem.Size = new System.Drawing.Size(117, 22); this.refreshToolStripMenuItem.Text = "Refresh"; this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click); // // resetAllToolStripMenuItem // this.resetAllToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(63)))), ((int)(((byte)(65))))); this.resetAllToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220))))); this.resetAllToolStripMenuItem.Image = global::SourceSDK.ENV.Editor.Properties.Resources.power_on; this.resetAllToolStripMenuItem.Name = "resetAllToolStripMenuItem"; this.resetAllToolStripMenuItem.Size = new System.Drawing.Size(117, 22); this.resetAllToolStripMenuItem.Text = "Reset all"; this.resetAllToolStripMenuItem.Click += new System.EventHandler(this.resetAllToolStripMenuItem_Click); // // toolStripSeparator1 // this.toolStripSeparator1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(63)))), ((int)(((byte)(65))))); this.toolStripSeparator1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220))))); this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(114, 6); // // exitToolStripMenuItem // this.exitToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(63)))), ((int)(((byte)(65))))); this.exitToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220))))); this.exitToolStripMenuItem.Image = global::SourceSDK.ENV.Editor.Properties.Resources.arrows; this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(117, 22); this.exitToolStripMenuItem.Text = "Exit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // helpToolStripMenuItem // this.helpToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(63)))), ((int)(((byte)(65))))); this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.aboutToolStripMenuItem}); this.helpToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220))))); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); this.helpToolStripMenuItem.Text = "Help"; // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(63)))), ((int)(((byte)(65))))); this.aboutToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220))))); this.aboutToolStripMenuItem.Image = global::SourceSDK.ENV.Editor.Properties.Resources.about; this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22); this.aboutToolStripMenuItem.Text = "About"; this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // // groupBoxVMod // this.groupBoxVMod.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.groupBoxVMod.Controls.Add(this.buttonResetVMod); this.groupBoxVMod.Controls.Add(this.buttonApplyVMod); this.groupBoxVMod.Controls.Add(this.textBoxVMod); this.groupBoxVMod.Controls.Add(this.pictureBoxVMod); this.groupBoxVMod.Location = new System.Drawing.Point(12, 27); this.groupBoxVMod.Name = "groupBoxVMod"; this.groupBoxVMod.Size = new System.Drawing.Size(629, 87); this.groupBoxVMod.TabIndex = 1; this.groupBoxVMod.TabStop = false; this.groupBoxVMod.Text = "VMod (SSDK)"; // // buttonResetVMod // this.buttonResetVMod.Image = global::SourceSDK.ENV.Editor.Properties.Resources.reset; this.buttonResetVMod.Location = new System.Drawing.Point(467, 51); this.buttonResetVMod.Name = "buttonResetVMod"; this.buttonResetVMod.Padding = new System.Windows.Forms.Padding(5); this.buttonResetVMod.Size = new System.Drawing.Size(75, 23); this.buttonResetVMod.TabIndex = 2; this.toolTip.SetToolTip(this.buttonResetVMod, "Reset"); this.buttonResetVMod.Click += new System.EventHandler(this.buttonResetVMod_Click); // // buttonApplyVMod // this.buttonApplyVMod.Image = global::SourceSDK.ENV.Editor.Properties.Resources.apply; this.buttonApplyVMod.Location = new System.Drawing.Point(548, 51); this.buttonApplyVMod.Name = "buttonApplyVMod"; this.buttonApplyVMod.Padding = new System.Windows.Forms.Padding(5); this.buttonApplyVMod.Size = new System.Drawing.Size(75, 23); this.buttonApplyVMod.TabIndex = 2; this.toolTip.SetToolTip(this.buttonApplyVMod, "Apply"); this.buttonApplyVMod.Click += new System.EventHandler(this.buttonApplyVMod_Click); // // textBoxVMod // this.textBoxVMod.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(73)))), ((int)(((byte)(74))))); this.textBoxVMod.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBoxVMod.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220))))); this.textBoxVMod.Location = new System.Drawing.Point(28, 22); this.textBoxVMod.Name = "textBoxVMod"; this.textBoxVMod.PlaceholderText = "MyMod"; this.textBoxVMod.Size = new System.Drawing.Size(595, 23); this.textBoxVMod.TabIndex = 0; this.toolTip.SetToolTip(this.textBoxVMod, "Your sourcemod name"); // // pictureBoxVMod // this.pictureBoxVMod.Image = global::SourceSDK.ENV.Editor.Properties.Resources.cancel; this.pictureBoxVMod.Location = new System.Drawing.Point(6, 26); this.pictureBoxVMod.Name = "pictureBoxVMod"; this.pictureBoxVMod.Size = new System.Drawing.Size(16, 16); this.pictureBoxVMod.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBoxVMod.TabIndex = 0; this.pictureBoxVMod.TabStop = false; // // groupBoxVProject // this.groupBoxVProject.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.groupBoxVProject.Controls.Add(this.buttonBrowseVProject); this.groupBoxVProject.Controls.Add(this.buttonResetVProject); this.groupBoxVProject.Controls.Add(this.buttonApplyVProject); this.groupBoxVProject.Controls.Add(this.textBoxVProject); this.groupBoxVProject.Controls.Add(this.pictureBoxVProject); this.groupBoxVProject.Location = new System.Drawing.Point(12, 120); this.groupBoxVProject.Name = "groupBoxVProject"; this.groupBoxVProject.Size = new System.Drawing.Size(629, 87); this.groupBoxVProject.TabIndex = 1; this.groupBoxVProject.TabStop = false; this.groupBoxVProject.Text = "VProject (SSDK)"; // // buttonBrowseVProject // this.buttonBrowseVProject.Image = global::SourceSDK.ENV.Editor.Properties.Resources.browse; this.buttonBrowseVProject.Location = new System.Drawing.Point(548, 22); this.buttonBrowseVProject.Name = "buttonBrowseVProject"; this.buttonBrowseVProject.Padding = new System.Windows.Forms.Padding(5); this.buttonBrowseVProject.Size = new System.Drawing.Size(75, 23); this.buttonBrowseVProject.TabIndex = 3; this.toolTip.SetToolTip(this.buttonBrowseVProject, "Browse"); this.buttonBrowseVProject.Click += new System.EventHandler(this.buttonBrowseVProject_Click); // // buttonResetVProject // this.buttonResetVProject.Image = global::SourceSDK.ENV.Editor.Properties.Resources.reset; this.buttonResetVProject.Location = new System.Drawing.Point(467, 51); this.buttonResetVProject.Name = "buttonResetVProject"; this.buttonResetVProject.Padding = new System.Windows.Forms.Padding(5); this.buttonResetVProject.Size = new System.Drawing.Size(75, 23); this.buttonResetVProject.TabIndex = 2; this.toolTip.SetToolTip(this.buttonResetVProject, "Reset"); this.buttonResetVProject.Click += new System.EventHandler(this.buttonResetVProject_Click); // // buttonApplyVProject // this.buttonApplyVProject.Image = global::SourceSDK.ENV.Editor.Properties.Resources.apply; this.buttonApplyVProject.Location = new System.Drawing.Point(548, 51); this.buttonApplyVProject.Name = "buttonApplyVProject"; this.buttonApplyVProject.Padding = new System.Windows.Forms.Padding(5); this.buttonApplyVProject.Size = new System.Drawing.Size(75, 23); this.buttonApplyVProject.TabIndex = 2; this.toolTip.SetToolTip(this.buttonApplyVProject, "Apply"); this.buttonApplyVProject.Click += new System.EventHandler(this.buttonApplyVProject_Click); // // textBoxVProject // this.textBoxVProject.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(73)))), ((int)(((byte)(74))))); this.textBoxVProject.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBoxVProject.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220))))); this.textBoxVProject.Location = new System.Drawing.Point(28, 22); this.textBoxVProject.Name = "textBoxVProject"; this.textBoxVProject.PlaceholderText = "C:\\Program Files\\Steam\\steamapps\\sourcemods\\MyMod"; this.textBoxVProject.Size = new System.Drawing.Size(514, 23); this.textBoxVProject.TabIndex = 1; this.toolTip.SetToolTip(this.textBoxVProject, "Path to Your sourcemod folder"); // // pictureBoxVProject // this.pictureBoxVProject.Image = global::SourceSDK.ENV.Editor.Properties.Resources.cancel; this.pictureBoxVProject.Location = new System.Drawing.Point(6, 26); this.pictureBoxVProject.Name = "pictureBoxVProject"; this.pictureBoxVProject.Size = new System.Drawing.Size(16, 16); this.pictureBoxVProject.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBoxVProject.TabIndex = 0; this.pictureBoxVProject.TabStop = false; // // groupBoxVGame // this.groupBoxVGame.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.groupBoxVGame.Controls.Add(this.buttonBrowseVGame); this.groupBoxVGame.Controls.Add(this.buttonResetVGame); this.groupBoxVGame.Controls.Add(this.buttonApplyVGame); this.groupBoxVGame.Controls.Add(this.textBoxVGame); this.groupBoxVGame.Controls.Add(this.pictureBoxVGame); this.groupBoxVGame.Location = new System.Drawing.Point(12, 213); this.groupBoxVGame.Name = "groupBoxVGame"; this.groupBoxVGame.Size = new System.Drawing.Size(629, 87); this.groupBoxVGame.TabIndex = 1; this.groupBoxVGame.TabStop = false; this.groupBoxVGame.Text = "VGame (SFM)"; // // buttonBrowseVGame // this.buttonBrowseVGame.Image = global::SourceSDK.ENV.Editor.Properties.Resources.browse; this.buttonBrowseVGame.Location = new System.Drawing.Point(548, 22); this.buttonBrowseVGame.Name = "buttonBrowseVGame"; this.buttonBrowseVGame.Padding = new System.Windows.Forms.Padding(5); this.buttonBrowseVGame.Size = new System.Drawing.Size(75, 23); this.buttonBrowseVGame.TabIndex = 3; this.toolTip.SetToolTip(this.buttonBrowseVGame, "Browse"); this.buttonBrowseVGame.Click += new System.EventHandler(this.buttonBrowseVGame_Click); // // buttonResetVGame // this.buttonResetVGame.Image = global::SourceSDK.ENV.Editor.Properties.Resources.reset; this.buttonResetVGame.Location = new System.Drawing.Point(467, 51); this.buttonResetVGame.Name = "buttonResetVGame"; this.buttonResetVGame.Padding = new System.Windows.Forms.Padding(5); this.buttonResetVGame.Size = new System.Drawing.Size(75, 23); this.buttonResetVGame.TabIndex = 2; this.toolTip.SetToolTip(this.buttonResetVGame, "Reset"); this.buttonResetVGame.Click += new System.EventHandler(this.buttonResetVGame_Click); // // buttonApplyVGame // this.buttonApplyVGame.Image = global::SourceSDK.ENV.Editor.Properties.Resources.apply; this.buttonApplyVGame.Location = new System.Drawing.Point(548, 51); this.buttonApplyVGame.Name = "buttonApplyVGame"; this.buttonApplyVGame.Padding = new System.Windows.Forms.Padding(5); this.buttonApplyVGame.Size = new System.Drawing.Size(75, 23); this.buttonApplyVGame.TabIndex = 2; this.toolTip.SetToolTip(this.buttonApplyVGame, "Apply"); this.buttonApplyVGame.Click += new System.EventHandler(this.buttonApplyVGame_Click); // // textBoxVGame // this.textBoxVGame.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(73)))), ((int)(((byte)(74))))); this.textBoxVGame.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBoxVGame.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220))))); this.textBoxVGame.Location = new System.Drawing.Point(28, 22); this.textBoxVGame.Name = "textBoxVGame"; this.textBoxVGame.PlaceholderText = "C:\\Program Files\\Steam\\steamapps\\common\\SourceFilmmaker\\game"; this.textBoxVGame.Size = new System.Drawing.Size(514, 23); this.textBoxVGame.TabIndex = 1; this.toolTip.SetToolTip(this.textBoxVGame, "Path to \"game \" folder"); // // pictureBoxVGame // this.pictureBoxVGame.Image = global::SourceSDK.ENV.Editor.Properties.Resources.cancel; this.pictureBoxVGame.Location = new System.Drawing.Point(6, 26); this.pictureBoxVGame.Name = "pictureBoxVGame"; this.pictureBoxVGame.Size = new System.Drawing.Size(16, 16); this.pictureBoxVGame.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBoxVGame.TabIndex = 0; this.pictureBoxVGame.TabStop = false; // // groupBoxVContent // this.groupBoxVContent.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.groupBoxVContent.Controls.Add(this.buttonBrowseVContent); this.groupBoxVContent.Controls.Add(this.buttonResetVContent); this.groupBoxVContent.Controls.Add(this.buttonApplyVContent); this.groupBoxVContent.Controls.Add(this.textBoxVContent); this.groupBoxVContent.Controls.Add(this.pictureBoxVContent); this.groupBoxVContent.Location = new System.Drawing.Point(12, 306); this.groupBoxVContent.Name = "groupBoxVContent"; this.groupBoxVContent.Size = new System.Drawing.Size(629, 87); this.groupBoxVContent.TabIndex = 1; this.groupBoxVContent.TabStop = false; this.groupBoxVContent.Text = "VContent (SFM)"; // // buttonBrowseVContent // this.buttonBrowseVContent.Image = global::SourceSDK.ENV.Editor.Properties.Resources.browse; this.buttonBrowseVContent.Location = new System.Drawing.Point(548, 22); this.buttonBrowseVContent.Name = "buttonBrowseVContent"; this.buttonBrowseVContent.Padding = new System.Windows.Forms.Padding(5); this.buttonBrowseVContent.Size = new System.Drawing.Size(75, 23); this.buttonBrowseVContent.TabIndex = 3; this.toolTip.SetToolTip(this.buttonBrowseVContent, "Browse"); this.buttonBrowseVContent.Click += new System.EventHandler(this.buttonBrowseVContent_Click); // // buttonResetVContent // this.buttonResetVContent.Image = global::SourceSDK.ENV.Editor.Properties.Resources.reset; this.buttonResetVContent.Location = new System.Drawing.Point(467, 51); this.buttonResetVContent.Name = "buttonResetVContent"; this.buttonResetVContent.Padding = new System.Windows.Forms.Padding(5); this.buttonResetVContent.Size = new System.Drawing.Size(75, 23); this.buttonResetVContent.TabIndex = 2; this.toolTip.SetToolTip(this.buttonResetVContent, "Reset"); this.buttonResetVContent.Click += new System.EventHandler(this.buttonResetVContent_Click); // // buttonApplyVContent // this.buttonApplyVContent.Image = global::SourceSDK.ENV.Editor.Properties.Resources.apply; this.buttonApplyVContent.Location = new System.Drawing.Point(548, 51); this.buttonApplyVContent.Name = "buttonApplyVContent"; this.buttonApplyVContent.Padding = new System.Windows.Forms.Padding(5); this.buttonApplyVContent.Size = new System.Drawing.Size(75, 23); this.buttonApplyVContent.TabIndex = 2; this.toolTip.SetToolTip(this.buttonApplyVContent, "Apply"); this.buttonApplyVContent.Click += new System.EventHandler(this.buttonApplyVContent_Click); // // textBoxVContent // this.textBoxVContent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(73)))), ((int)(((byte)(74))))); this.textBoxVContent.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBoxVContent.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220))))); this.textBoxVContent.Location = new System.Drawing.Point(28, 22); this.textBoxVContent.Name = "textBoxVContent"; this.textBoxVContent.PlaceholderText = "C:\\Program Files\\Steam\\steamapps\\common\\SourceFilmmaker\\content"; this.textBoxVContent.Size = new System.Drawing.Size(514, 23); this.textBoxVContent.TabIndex = 1; this.toolTip.SetToolTip(this.textBoxVContent, "Path to \"content \" folder"); // // pictureBoxVContent // this.pictureBoxVContent.Image = global::SourceSDK.ENV.Editor.Properties.Resources.cancel; this.pictureBoxVContent.Location = new System.Drawing.Point(6, 26); this.pictureBoxVContent.Name = "pictureBoxVContent"; this.pictureBoxVContent.Size = new System.Drawing.Size(16, 16); this.pictureBoxVContent.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBoxVContent.TabIndex = 0; this.pictureBoxVContent.TabStop = false; // // groupBoxVTools // this.groupBoxVTools.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.groupBoxVTools.Controls.Add(this.buttonBrowseVTools); this.groupBoxVTools.Controls.Add(this.buttonResetVTools); this.groupBoxVTools.Controls.Add(this.buttonApplyVTools); this.groupBoxVTools.Controls.Add(this.textBoxVTools); this.groupBoxVTools.Controls.Add(this.pictureBoxVTools); this.groupBoxVTools.Location = new System.Drawing.Point(12, 399); this.groupBoxVTools.Name = "groupBoxVTools"; this.groupBoxVTools.Size = new System.Drawing.Size(629, 87); this.groupBoxVTools.TabIndex = 1; this.groupBoxVTools.TabStop = false; this.groupBoxVTools.Text = "VTools (SFM)"; // // buttonBrowseVTools // this.buttonBrowseVTools.Image = global::SourceSDK.ENV.Editor.Properties.Resources.browse; this.buttonBrowseVTools.Location = new System.Drawing.Point(548, 22); this.buttonBrowseVTools.Name = "buttonBrowseVTools"; this.buttonBrowseVTools.Padding = new System.Windows.Forms.Padding(5); this.buttonBrowseVTools.Size = new System.Drawing.Size(75, 23); this.buttonBrowseVTools.TabIndex = 3; this.toolTip.SetToolTip(this.buttonBrowseVTools, "Browse"); this.buttonBrowseVTools.Click += new System.EventHandler(this.buttonBrowseVTools_Click); // // buttonResetVTools // this.buttonResetVTools.Image = global::SourceSDK.ENV.Editor.Properties.Resources.reset; this.buttonResetVTools.Location = new System.Drawing.Point(467, 51); this.buttonResetVTools.Name = "buttonResetVTools"; this.buttonResetVTools.Padding = new System.Windows.Forms.Padding(5); this.buttonResetVTools.Size = new System.Drawing.Size(75, 23); this.buttonResetVTools.TabIndex = 99; this.toolTip.SetToolTip(this.buttonResetVTools, "Reset"); this.buttonResetVTools.Click += new System.EventHandler(this.buttonResetVTools_Click); // // buttonApplyVTools // this.buttonApplyVTools.Image = global::SourceSDK.ENV.Editor.Properties.Resources.apply; this.buttonApplyVTools.Location = new System.Drawing.Point(548, 51); this.buttonApplyVTools.Name = "buttonApplyVTools"; this.buttonApplyVTools.Padding = new System.Windows.Forms.Padding(5); this.buttonApplyVTools.Size = new System.Drawing.Size(75, 23); this.buttonApplyVTools.TabIndex = 2; this.toolTip.SetToolTip(this.buttonApplyVTools, "Apply"); this.buttonApplyVTools.Click += new System.EventHandler(this.buttonApplyVTools_Click); // // textBoxVTools // this.textBoxVTools.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(73)))), ((int)(((byte)(74))))); this.textBoxVTools.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBoxVTools.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220))))); this.textBoxVTools.Location = new System.Drawing.Point(28, 22); this.textBoxVTools.Name = "textBoxVTools"; this.textBoxVTools.PlaceholderText = "C:\\Program Files\\Steam\\steamapps\\common\\SourceFilmmaker\\game\\sdktools"; this.textBoxVTools.Size = new System.Drawing.Size(514, 23); this.textBoxVTools.TabIndex = 1; this.toolTip.SetToolTip(this.textBoxVTools, "Path to \"sdktols \" folder"); // // pictureBoxVTools // this.pictureBoxVTools.Image = global::SourceSDK.ENV.Editor.Properties.Resources.cancel; this.pictureBoxVTools.Location = new System.Drawing.Point(6, 26); this.pictureBoxVTools.Name = "pictureBoxVTools"; this.pictureBoxVTools.Size = new System.Drawing.Size(16, 16); this.pictureBoxVTools.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBoxVTools.TabIndex = 0; this.pictureBoxVTools.TabStop = false; // // folderBrowserDialog // this.folderBrowserDialog.UseDescriptionForTitle = true; // // darkStatusStrip // this.darkStatusStrip.AutoSize = false; this.darkStatusStrip.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(63)))), ((int)(((byte)(65))))); this.darkStatusStrip.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220))))); this.darkStatusStrip.Location = new System.Drawing.Point(0, 496); this.darkStatusStrip.Name = "darkStatusStrip"; this.darkStatusStrip.Padding = new System.Windows.Forms.Padding(0, 5, 0, 3); this.darkStatusStrip.Size = new System.Drawing.Size(653, 24); this.darkStatusStrip.SizingGrip = false; this.darkStatusStrip.TabIndex = 2; this.darkStatusStrip.Text = "darkStatusStrip1"; // // FormMain // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(63)))), ((int)(((byte)(65))))); this.ClientSize = new System.Drawing.Size(653, 520); this.Controls.Add(this.darkStatusStrip); this.Controls.Add(this.groupBoxVTools); this.Controls.Add(this.groupBoxVContent); this.Controls.Add(this.groupBoxVGame); this.Controls.Add(this.groupBoxVProject); this.Controls.Add(this.groupBoxVMod); this.Controls.Add(this.menuStrip); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuStrip; this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.MaximizeBox = false; this.Name = "FormMain"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormMain"; this.Load += new System.EventHandler(this.FormMain_Load); this.menuStrip.ResumeLayout(false); this.menuStrip.PerformLayout(); this.groupBoxVMod.ResumeLayout(false); this.groupBoxVMod.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxVMod)).EndInit(); this.groupBoxVProject.ResumeLayout(false); this.groupBoxVProject.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxVProject)).EndInit(); this.groupBoxVGame.ResumeLayout(false); this.groupBoxVGame.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxVGame)).EndInit(); this.groupBoxVContent.ResumeLayout(false); this.groupBoxVContent.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxVContent)).EndInit(); this.groupBoxVTools.ResumeLayout(false); this.groupBoxVTools.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxVTools)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private ToolStripMenuItem fileToolStripMenuItem; private ToolStripMenuItem helpToolStripMenuItem; private ToolStripMenuItem aboutToolStripMenuItem; private ToolStripMenuItem refreshToolStripMenuItem; private ToolStripMenuItem exitToolStripMenuItem; private DarkUI.Controls.DarkGroupBox groupBoxVMod; private DarkUI.Controls.DarkButton buttonResetVMod; private DarkUI.Controls.DarkButton buttonApplyVMod; private DarkUI.Controls.DarkTextBox textBoxVMod; private PictureBox pictureBoxVMod; private DarkUI.Controls.DarkGroupBox groupBoxVProject; private DarkUI.Controls.DarkButton buttonBrowseVProject; private DarkUI.Controls.DarkButton buttonResetVProject; private DarkUI.Controls.DarkButton buttonApplyVProject; private DarkUI.Controls.DarkTextBox textBoxVProject; private PictureBox pictureBoxVProject; private DarkUI.Controls.DarkGroupBox groupBoxVGame; private DarkUI.Controls.DarkButton buttonBrowseVGame; private DarkUI.Controls.DarkButton buttonResetVGame; private DarkUI.Controls.DarkButton buttonApplyVGame; private DarkUI.Controls.DarkTextBox textBoxVGame; private PictureBox pictureBoxVGame; private DarkUI.Controls.DarkGroupBox groupBoxVContent; private DarkUI.Controls.DarkButton buttonBrowseVContent; private DarkUI.Controls.DarkButton buttonResetVContent; private DarkUI.Controls.DarkButton buttonApplyVContent; private DarkUI.Controls.DarkTextBox textBoxVContent; private PictureBox pictureBoxVContent; private DarkUI.Controls.DarkGroupBox groupBoxVTools; private DarkUI.Controls.DarkButton buttonBrowseVTools; private DarkUI.Controls.DarkButton buttonResetVTools; private DarkUI.Controls.DarkButton buttonApplyVTools; private DarkUI.Controls.DarkTextBox textBoxVTools; private PictureBox pictureBoxVTools; private ToolTip toolTip; private ToolStripMenuItem resetAllToolStripMenuItem; private ToolStripSeparator toolStripSeparator1; private FolderBrowserDialog folderBrowserDialog; private DarkUI.Controls.DarkMenuStrip menuStrip; private DarkUI.Controls.DarkStatusStrip darkStatusStrip; } }