Source code for the CoDocker CSharp to HTML converter from OfItselfSo.com
namespace CoDocker { partial class frmMain { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.buttonAbout = new System.Windows.Forms.Button(); this.buttonOpenFileCS = new System.Windows.Forms.Button(); this.buttonOpenFileCSPROJ = new System.Windows.Forms.Button(); this.buttonOpenFileSLN = new System.Windows.Forms.Button(); this.buttonOpenConfiguration = new System.Windows.Forms.Button(); this.buttonSaveConfiguration = new System.Windows.Forms.Button(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.buttonResetConfig = new System.Windows.Forms.Button(); this.tabControlUserSettings = new System.Windows.Forms.TabControl(); this.tabPageCSFileSettings = new System.Windows.Forms.TabPage(); this.buttonResetCSDesc = new System.Windows.Forms.Button(); this.buttonResetCSTitle = new System.Windows.Forms.Button(); this.buttonResetCSFooter = new System.Windows.Forms.Button(); this.buttonResetCSBanner = new System.Windows.Forms.Button(); this.textBoxCSPageDesc = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.textBoxCSPageTitle = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.richTextBoxCSFooterContent = new System.Windows.Forms.RichTextBox(); this.label2 = new System.Windows.Forms.Label(); this.richTextBoxCSBannerContent = new System.Windows.Forms.RichTextBox(); this.tabPageCSPROJFileSettings = new System.Windows.Forms.TabPage(); this.buttonResetCSProjDesc = new System.Windows.Forms.Button(); this.buttonResetCSProjTitle = new System.Windows.Forms.Button(); this.buttonResetCSProjFooter = new System.Windows.Forms.Button(); this.buttonResetCSProjBanner = new System.Windows.Forms.Button(); this.checkBoxProjUseCSDesc = new System.Windows.Forms.CheckBox(); this.checkBoxProjUseCSTitle = new System.Windows.Forms.CheckBox(); this.checkBoxProjUseCSFooter = new System.Windows.Forms.CheckBox(); this.checkBoxProjUseCSBanner = new System.Windows.Forms.CheckBox(); this.textBoxCSProjPageDesc = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.textBoxCSProjPageTitle = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.richTextBoxCSProjFooterContent = new System.Windows.Forms.RichTextBox(); this.label9 = new System.Windows.Forms.Label(); this.richTextBoxCSProjBannerContent = new System.Windows.Forms.RichTextBox(); this.tabPageSLNFileSettings = new System.Windows.Forms.TabPage(); this.buttonResetSLNDesc = new System.Windows.Forms.Button(); this.buttonResetSLNTitle = new System.Windows.Forms.Button(); this.buttonResetSLNFooter = new System.Windows.Forms.Button(); this.buttonResetSLNBanner = new System.Windows.Forms.Button(); this.checkBoxSLNUseCSDesc = new System.Windows.Forms.CheckBox(); this.checkBoxSLNUseCSTitle = new System.Windows.Forms.CheckBox(); this.checkBoxSLNUseCSFooter = new System.Windows.Forms.CheckBox(); this.checkBoxSLNUseCSBanner = new System.Windows.Forms.CheckBox(); this.textBoxSLNPageDesc = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.textBoxSLNPageTitle = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.richTextBoxSLNFooterContent = new System.Windows.Forms.RichTextBox(); this.label13 = new System.Windows.Forms.Label(); this.richTextBoxSLNBannerContent = new System.Windows.Forms.RichTextBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.textBoxStyleSheetName = new System.Windows.Forms.TextBox(); this.radioButtonStyleSheetCustom = new System.Windows.Forms.RadioButton(); this.radioButtonStyleSheetDefault = new System.Windows.Forms.RadioButton(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.radioButtonExtensionASP = new System.Windows.Forms.RadioButton(); this.radioButtonExtensionPHP = new System.Windows.Forms.RadioButton(); this.radioButtonExtensionHTM = new System.Windows.Forms.RadioButton(); this.radioButtonExtensionHTML = new System.Windows.Forms.RadioButton(); this.buttonSetOutputDirectory = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.textBoxOutputDirectory = new System.Windows.Forms.TextBox(); this.label19 = new System.Windows.Forms.Label(); this.textBoxConfigFile = new System.Windows.Forms.TextBox(); this.buttonSaveConfigurationAs = new System.Windows.Forms.Button(); this.buttonViewLogfile = new System.Windows.Forms.Button(); this.buttonHelp = new System.Windows.Forms.Button(); this.buttonExit = new System.Windows.Forms.Button(); this.groupBox3.SuspendLayout(); this.tabControlUserSettings.SuspendLayout(); this.tabPageCSFileSettings.SuspendLayout(); this.tabPageCSPROJFileSettings.SuspendLayout(); this.tabPageSLNFileSettings.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // buttonAbout // this.buttonAbout.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonAbout.Image = global::CoDocker.Properties.Resources.CoDocker; this.buttonAbout.Location = new System.Drawing.Point(593, 23); this.buttonAbout.Name = "buttonAbout"; this.buttonAbout.Size = new System.Drawing.Size(183, 72); this.buttonAbout.TabIndex = 27; this.buttonAbout.Text = "&About CoDocker"; this.buttonAbout.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.buttonAbout.UseVisualStyleBackColor = true; this.buttonAbout.Click += new System.EventHandler(this.buttonAbout_Click); // // buttonOpenFileCS // this.buttonOpenFileCS.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonOpenFileCS.Location = new System.Drawing.Point(593, 234); this.buttonOpenFileCS.Name = "buttonOpenFileCS"; this.buttonOpenFileCS.Size = new System.Drawing.Size(183, 36); this.buttonOpenFileCS.TabIndex = 26; this.buttonOpenFileCS.Text = "Convert .&CS File to HTML..."; this.buttonOpenFileCS.UseVisualStyleBackColor = true; this.buttonOpenFileCS.Click += new System.EventHandler(this.buttonOpenFileCS_Click); // // buttonOpenFileCSPROJ // this.buttonOpenFileCSPROJ.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonOpenFileCSPROJ.Location = new System.Drawing.Point(593, 274); this.buttonOpenFileCSPROJ.Name = "buttonOpenFileCSPROJ"; this.buttonOpenFileCSPROJ.Size = new System.Drawing.Size(183, 36); this.buttonOpenFileCSPROJ.TabIndex = 33; this.buttonOpenFileCSPROJ.Text = "Convert .CS&PROJ File to HTML..."; this.buttonOpenFileCSPROJ.UseVisualStyleBackColor = true; this.buttonOpenFileCSPROJ.Click += new System.EventHandler(this.buttonOpenFileCSPROJ_Click); // // buttonOpenFileSLN // this.buttonOpenFileSLN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonOpenFileSLN.Location = new System.Drawing.Point(593, 314); this.buttonOpenFileSLN.Name = "buttonOpenFileSLN"; this.buttonOpenFileSLN.Size = new System.Drawing.Size(183, 36); this.buttonOpenFileSLN.TabIndex = 35; this.buttonOpenFileSLN.Text = "Convert .S&LN File to HTML..."; this.buttonOpenFileSLN.UseVisualStyleBackColor = true; this.buttonOpenFileSLN.Click += new System.EventHandler(this.buttonOpenFileSLN_Click); // // buttonOpenConfiguration // this.buttonOpenConfiguration.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonOpenConfiguration.Location = new System.Drawing.Point(593, 108); this.buttonOpenConfiguration.Name = "buttonOpenConfiguration"; this.buttonOpenConfiguration.Size = new System.Drawing.Size(183, 36); this.buttonOpenConfiguration.TabIndex = 36; this.buttonOpenConfiguration.Text = "&Open Saved Configuration..."; this.buttonOpenConfiguration.UseVisualStyleBackColor = true; this.buttonOpenConfiguration.Click += new System.EventHandler(this.buttonOpenConfiguration_Click); // // buttonSaveConfiguration // this.buttonSaveConfiguration.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonSaveConfiguration.Location = new System.Drawing.Point(593, 146); this.buttonSaveConfiguration.Name = "buttonSaveConfiguration"; this.buttonSaveConfiguration.Size = new System.Drawing.Size(183, 36); this.buttonSaveConfiguration.TabIndex = 37; this.buttonSaveConfiguration.Text = "&Save Configuration..."; this.buttonSaveConfiguration.UseVisualStyleBackColor = true; this.buttonSaveConfiguration.Click += new System.EventHandler(this.buttonSaveConfiguration_Click); // // groupBox3 // this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox3.Controls.Add(this.buttonResetConfig); this.groupBox3.Controls.Add(this.tabControlUserSettings); this.groupBox3.Controls.Add(this.groupBox2); this.groupBox3.Controls.Add(this.groupBox1); this.groupBox3.Controls.Add(this.buttonSetOutputDirectory); this.groupBox3.Controls.Add(this.label1); this.groupBox3.Controls.Add(this.textBoxOutputDirectory); this.groupBox3.Location = new System.Drawing.Point(12, 8); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(562, 498); this.groupBox3.TabIndex = 38; this.groupBox3.TabStop = false; this.groupBox3.Text = "Configuration Settings"; // // buttonResetConfig // this.buttonResetConfig.Location = new System.Drawing.Point(26, 36); this.buttonResetConfig.Name = "buttonResetConfig"; this.buttonResetConfig.Size = new System.Drawing.Size(100, 57); this.buttonResetConfig.TabIndex = 41; this.buttonResetConfig.Text = "Reset All..."; this.buttonResetConfig.UseVisualStyleBackColor = true; this.buttonResetConfig.Click += new System.EventHandler(this.buttonResetConfig_Click); // // tabControlUserSettings // this.tabControlUserSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabControlUserSettings.Controls.Add(this.tabPageCSFileSettings); this.tabControlUserSettings.Controls.Add(this.tabPageCSPROJFileSettings); this.tabControlUserSettings.Controls.Add(this.tabPageSLNFileSettings); this.tabControlUserSettings.Location = new System.Drawing.Point(17, 176); this.tabControlUserSettings.Name = "tabControlUserSettings"; this.tabControlUserSettings.SelectedIndex = 0; this.tabControlUserSettings.Size = new System.Drawing.Size(532, 316); this.tabControlUserSettings.TabIndex = 40; // // tabPageCSFileSettings // this.tabPageCSFileSettings.Controls.Add(this.buttonResetCSDesc); this.tabPageCSFileSettings.Controls.Add(this.buttonResetCSTitle); this.tabPageCSFileSettings.Controls.Add(this.buttonResetCSFooter); this.tabPageCSFileSettings.Controls.Add(this.buttonResetCSBanner); this.tabPageCSFileSettings.Controls.Add(this.textBoxCSPageDesc); this.tabPageCSFileSettings.Controls.Add(this.label5); this.tabPageCSFileSettings.Controls.Add(this.textBoxCSPageTitle); this.tabPageCSFileSettings.Controls.Add(this.label4); this.tabPageCSFileSettings.Controls.Add(this.label3); this.tabPageCSFileSettings.Controls.Add(this.richTextBoxCSFooterContent); this.tabPageCSFileSettings.Controls.Add(this.label2); this.tabPageCSFileSettings.Controls.Add(this.richTextBoxCSBannerContent); this.tabPageCSFileSettings.Location = new System.Drawing.Point(4, 22); this.tabPageCSFileSettings.Name = "tabPageCSFileSettings"; this.tabPageCSFileSettings.Padding = new System.Windows.Forms.Padding(3); this.tabPageCSFileSettings.Size = new System.Drawing.Size(524, 290); this.tabPageCSFileSettings.TabIndex = 0; this.tabPageCSFileSettings.Text = ".cs File Settings"; this.tabPageCSFileSettings.ToolTipText = "Settings and substitution values used on files with a .cs extension."; this.tabPageCSFileSettings.UseVisualStyleBackColor = true; // // buttonResetCSDesc // this.buttonResetCSDesc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonResetCSDesc.Location = new System.Drawing.Point(449, 228); this.buttonResetCSDesc.Name = "buttonResetCSDesc"; this.buttonResetCSDesc.Size = new System.Drawing.Size(53, 21); this.buttonResetCSDesc.TabIndex = 11; this.buttonResetCSDesc.Text = "Reset..."; this.buttonResetCSDesc.UseVisualStyleBackColor = true; this.buttonResetCSDesc.Click += new System.EventHandler(this.buttonResetCSDesc_Click); // // buttonResetCSTitle // this.buttonResetCSTitle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonResetCSTitle.Location = new System.Drawing.Point(449, 177); this.buttonResetCSTitle.Name = "buttonResetCSTitle"; this.buttonResetCSTitle.Size = new System.Drawing.Size(53, 21); this.buttonResetCSTitle.TabIndex = 10; this.buttonResetCSTitle.Text = "Reset..."; this.buttonResetCSTitle.UseVisualStyleBackColor = true; this.buttonResetCSTitle.Click += new System.EventHandler(this.buttonResetCSTitle_Click); // // buttonResetCSFooter // this.buttonResetCSFooter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonResetCSFooter.Location = new System.Drawing.Point(449, 105); this.buttonResetCSFooter.Name = "buttonResetCSFooter"; this.buttonResetCSFooter.Size = new System.Drawing.Size(53, 21); this.buttonResetCSFooter.TabIndex = 9; this.buttonResetCSFooter.Text = "Reset..."; this.buttonResetCSFooter.UseVisualStyleBackColor = true; this.buttonResetCSFooter.Click += new System.EventHandler(this.buttonResetCSFooter_Click); // // buttonResetCSBanner // this.buttonResetCSBanner.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonResetCSBanner.Location = new System.Drawing.Point(449, 9); this.buttonResetCSBanner.Name = "buttonResetCSBanner"; this.buttonResetCSBanner.Size = new System.Drawing.Size(53, 21); this.buttonResetCSBanner.TabIndex = 8; this.buttonResetCSBanner.Text = "Reset..."; this.buttonResetCSBanner.UseVisualStyleBackColor = true; this.buttonResetCSBanner.Click += new System.EventHandler(this.buttonResetCSBanner_Click); // // textBoxCSPageDesc // this.textBoxCSPageDesc.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBoxCSPageDesc.Location = new System.Drawing.Point(25, 251); this.textBoxCSPageDesc.Name = "textBoxCSPageDesc"; this.textBoxCSPageDesc.Size = new System.Drawing.Size(477, 20); this.textBoxCSPageDesc.TabIndex = 7; // // label5 // this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(12, 234); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(121, 13); this.label5.TabIndex = 6; this.label5.Text = "HTML Page Description"; // // textBoxCSPageTitle // this.textBoxCSPageTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBoxCSPageTitle.Location = new System.Drawing.Point(25, 200); this.textBoxCSPageTitle.Name = "textBoxCSPageTitle"; this.textBoxCSPageTitle.Size = new System.Drawing.Size(477, 20); this.textBoxCSPageTitle.TabIndex = 5; // // label4 // this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(12, 183); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(88, 13); this.label4.TabIndex = 4; this.label4.Text = "HTML Page Title"; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(12, 111); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(77, 13); this.label3.TabIndex = 3; this.label3.Text = "Footer Content"; // // richTextBoxCSFooterContent // this.richTextBoxCSFooterContent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.richTextBoxCSFooterContent.Location = new System.Drawing.Point(25, 128); this.richTextBoxCSFooterContent.Name = "richTextBoxCSFooterContent"; this.richTextBoxCSFooterContent.Size = new System.Drawing.Size(477, 45); this.richTextBoxCSFooterContent.TabIndex = 2; this.richTextBoxCSFooterContent.Text = ""; this.richTextBoxCSFooterContent.WordWrap = false; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 15); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(81, 13); this.label2.TabIndex = 1; this.label2.Text = "Banner Content"; // // richTextBoxCSBannerContent // this.richTextBoxCSBannerContent.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.richTextBoxCSBannerContent.Location = new System.Drawing.Point(25, 32); this.richTextBoxCSBannerContent.Name = "richTextBoxCSBannerContent"; this.richTextBoxCSBannerContent.Size = new System.Drawing.Size(477, 72); this.richTextBoxCSBannerContent.TabIndex = 0; this.richTextBoxCSBannerContent.Text = ""; this.richTextBoxCSBannerContent.WordWrap = false; // // tabPageCSPROJFileSettings // this.tabPageCSPROJFileSettings.Controls.Add(this.buttonResetCSProjDesc); this.tabPageCSPROJFileSettings.Controls.Add(this.buttonResetCSProjTitle); this.tabPageCSPROJFileSettings.Controls.Add(this.buttonResetCSProjFooter); this.tabPageCSPROJFileSettings.Controls.Add(this.buttonResetCSProjBanner); this.tabPageCSPROJFileSettings.Controls.Add(this.checkBoxProjUseCSDesc); this.tabPageCSPROJFileSettings.Controls.Add(this.checkBoxProjUseCSTitle); this.tabPageCSPROJFileSettings.Controls.Add(this.checkBoxProjUseCSFooter); this.tabPageCSPROJFileSettings.Controls.Add(this.checkBoxProjUseCSBanner); this.tabPageCSPROJFileSettings.Controls.Add(this.textBoxCSProjPageDesc); this.tabPageCSPROJFileSettings.Controls.Add(this.label6); this.tabPageCSPROJFileSettings.Controls.Add(this.textBoxCSProjPageTitle); this.tabPageCSPROJFileSettings.Controls.Add(this.label7); this.tabPageCSPROJFileSettings.Controls.Add(this.label8); this.tabPageCSPROJFileSettings.Controls.Add(this.richTextBoxCSProjFooterContent); this.tabPageCSPROJFileSettings.Controls.Add(this.label9); this.tabPageCSPROJFileSettings.Controls.Add(this.richTextBoxCSProjBannerContent); this.tabPageCSPROJFileSettings.Location = new System.Drawing.Point(4, 22); this.tabPageCSPROJFileSettings.Name = "tabPageCSPROJFileSettings"; this.tabPageCSPROJFileSettings.Padding = new System.Windows.Forms.Padding(3); this.tabPageCSPROJFileSettings.Size = new System.Drawing.Size(524, 290); this.tabPageCSPROJFileSettings.TabIndex = 1; this.tabPageCSPROJFileSettings.Text = ".csproj File Settings"; this.tabPageCSPROJFileSettings.ToolTipText = "Settings and substitution values used on files with a .csproj extension."; this.tabPageCSPROJFileSettings.UseVisualStyleBackColor = true; // // buttonResetCSProjDesc // this.buttonResetCSProjDesc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonResetCSProjDesc.Location = new System.Drawing.Point(447, 228); this.buttonResetCSProjDesc.Name = "buttonResetCSProjDesc"; this.buttonResetCSProjDesc.Size = new System.Drawing.Size(53, 21); this.buttonResetCSProjDesc.TabIndex = 23; this.buttonResetCSProjDesc.Text = "Reset..."; this.buttonResetCSProjDesc.UseVisualStyleBackColor = true; this.buttonResetCSProjDesc.Click += new System.EventHandler(this.buttonResetCSProjDesc_Click); // // buttonResetCSProjTitle // this.buttonResetCSProjTitle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonResetCSProjTitle.Location = new System.Drawing.Point(449, 177); this.buttonResetCSProjTitle.Name = "buttonResetCSProjTitle"; this.buttonResetCSProjTitle.Size = new System.Drawing.Size(53, 21); this.buttonResetCSProjTitle.TabIndex = 22; this.buttonResetCSProjTitle.Text = "Reset..."; this.buttonResetCSProjTitle.UseVisualStyleBackColor = true; this.buttonResetCSProjTitle.Click += new System.EventHandler(this.buttonResetCSProjTitle_Click); // // buttonResetCSProjFooter // this.buttonResetCSProjFooter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonResetCSProjFooter.Location = new System.Drawing.Point(449, 105); this.buttonResetCSProjFooter.Name = "buttonResetCSProjFooter"; this.buttonResetCSProjFooter.Size = new System.Drawing.Size(53, 21); this.buttonResetCSProjFooter.TabIndex = 21; this.buttonResetCSProjFooter.Text = "Reset..."; this.buttonResetCSProjFooter.UseVisualStyleBackColor = true; this.buttonResetCSProjFooter.Click += new System.EventHandler(this.buttonResetCSProjFooter_Click); // // buttonResetCSProjBanner // this.buttonResetCSProjBanner.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonResetCSProjBanner.Location = new System.Drawing.Point(449, 9); this.buttonResetCSProjBanner.Name = "buttonResetCSProjBanner"; this.buttonResetCSProjBanner.Size = new System.Drawing.Size(53, 21); this.buttonResetCSProjBanner.TabIndex = 20; this.buttonResetCSProjBanner.Text = "Reset..."; this.buttonResetCSProjBanner.UseVisualStyleBackColor = true; this.buttonResetCSProjBanner.Click += new System.EventHandler(this.buttonResetCSProjBanner_Click); // // checkBoxProjUseCSDesc // this.checkBoxProjUseCSDesc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.checkBoxProjUseCSDesc.AutoSize = true; this.checkBoxProjUseCSDesc.Location = new System.Drawing.Point(144, 234); this.checkBoxProjUseCSDesc.Name = "checkBoxProjUseCSDesc"; this.checkBoxProjUseCSDesc.Size = new System.Drawing.Size(122, 17); this.checkBoxProjUseCSDesc.TabIndex = 19; this.checkBoxProjUseCSDesc.Text = "Use .cs File Settings"; this.checkBoxProjUseCSDesc.UseVisualStyleBackColor = true; this.checkBoxProjUseCSDesc.CheckedChanged += new System.EventHandler(this.checkBoxProjUseCSDesc_CheckedChanged); // // checkBoxProjUseCSTitle // this.checkBoxProjUseCSTitle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.checkBoxProjUseCSTitle.AutoSize = true; this.checkBoxProjUseCSTitle.Location = new System.Drawing.Point(144, 183); this.checkBoxProjUseCSTitle.Name = "checkBoxProjUseCSTitle"; this.checkBoxProjUseCSTitle.Size = new System.Drawing.Size(122, 17); this.checkBoxProjUseCSTitle.TabIndex = 18; this.checkBoxProjUseCSTitle.Text = "Use .cs File Settings"; this.checkBoxProjUseCSTitle.UseVisualStyleBackColor = true; this.checkBoxProjUseCSTitle.CheckedChanged += new System.EventHandler(this.checkBoxProjUseCSTitle_CheckedChanged); // // checkBoxProjUseCSFooter // this.checkBoxProjUseCSFooter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.checkBoxProjUseCSFooter.AutoSize = true; this.checkBoxProjUseCSFooter.Location = new System.Drawing.Point(144, 111); this.checkBoxProjUseCSFooter.Name = "checkBoxProjUseCSFooter"; this.checkBoxProjUseCSFooter.Size = new System.Drawing.Size(122, 17); this.checkBoxProjUseCSFooter.TabIndex = 17; this.checkBoxProjUseCSFooter.Text = "Use .cs File Settings"; this.checkBoxProjUseCSFooter.UseVisualStyleBackColor = true; this.checkBoxProjUseCSFooter.CheckedChanged += new System.EventHandler(this.checkBoxProjUseCSFooter_CheckedChanged); // // checkBoxProjUseCSBanner // this.checkBoxProjUseCSBanner.AutoSize = true; this.checkBoxProjUseCSBanner.Location = new System.Drawing.Point(144, 15); this.checkBoxProjUseCSBanner.Name = "checkBoxProjUseCSBanner"; this.checkBoxProjUseCSBanner.Size = new System.Drawing.Size(122, 17); this.checkBoxProjUseCSBanner.TabIndex = 16; this.checkBoxProjUseCSBanner.Text = "Use .cs File Settings"; this.checkBoxProjUseCSBanner.UseVisualStyleBackColor = true; this.checkBoxProjUseCSBanner.CheckedChanged += new System.EventHandler(this.checkBoxProjUseCSBanner_CheckedChanged); // // textBoxCSProjPageDesc // this.textBoxCSProjPageDesc.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBoxCSProjPageDesc.Location = new System.Drawing.Point(25, 251); this.textBoxCSProjPageDesc.Name = "textBoxCSProjPageDesc"; this.textBoxCSProjPageDesc.Size = new System.Drawing.Size(477, 20); this.textBoxCSProjPageDesc.TabIndex = 15; // // label6 // this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(12, 234); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(121, 13); this.label6.TabIndex = 14; this.label6.Text = "HTML Page Description"; // // textBoxCSProjPageTitle // this.textBoxCSProjPageTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBoxCSProjPageTitle.Location = new System.Drawing.Point(25, 200); this.textBoxCSProjPageTitle.Name = "textBoxCSProjPageTitle"; this.textBoxCSProjPageTitle.Size = new System.Drawing.Size(477, 20); this.textBoxCSProjPageTitle.TabIndex = 13; // // label7 // this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(12, 183); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(88, 13); this.label7.TabIndex = 12; this.label7.Text = "HTML Page Title"; // // label8 // this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(12, 111); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(77, 13); this.label8.TabIndex = 11; this.label8.Text = "Footer Content"; // // richTextBoxCSProjFooterContent // this.richTextBoxCSProjFooterContent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.richTextBoxCSProjFooterContent.Location = new System.Drawing.Point(25, 128); this.richTextBoxCSProjFooterContent.Name = "richTextBoxCSProjFooterContent"; this.richTextBoxCSProjFooterContent.Size = new System.Drawing.Size(477, 45); this.richTextBoxCSProjFooterContent.TabIndex = 10; this.richTextBoxCSProjFooterContent.Text = ""; this.richTextBoxCSProjFooterContent.WordWrap = false; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(12, 15); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(81, 13); this.label9.TabIndex = 9; this.label9.Text = "Banner Content"; // // richTextBoxCSProjBannerContent // this.richTextBoxCSProjBannerContent.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.richTextBoxCSProjBannerContent.Location = new System.Drawing.Point(25, 32); this.richTextBoxCSProjBannerContent.Name = "richTextBoxCSProjBannerContent"; this.richTextBoxCSProjBannerContent.Size = new System.Drawing.Size(477, 72); this.richTextBoxCSProjBannerContent.TabIndex = 8; this.richTextBoxCSProjBannerContent.Text = ""; this.richTextBoxCSProjBannerContent.WordWrap = false; // // tabPageSLNFileSettings // this.tabPageSLNFileSettings.Controls.Add(this.buttonResetSLNDesc); this.tabPageSLNFileSettings.Controls.Add(this.buttonResetSLNTitle); this.tabPageSLNFileSettings.Controls.Add(this.buttonResetSLNFooter); this.tabPageSLNFileSettings.Controls.Add(this.buttonResetSLNBanner); this.tabPageSLNFileSettings.Controls.Add(this.checkBoxSLNUseCSDesc); this.tabPageSLNFileSettings.Controls.Add(this.checkBoxSLNUseCSTitle); this.tabPageSLNFileSettings.Controls.Add(this.checkBoxSLNUseCSFooter); this.tabPageSLNFileSettings.Controls.Add(this.checkBoxSLNUseCSBanner); this.tabPageSLNFileSettings.Controls.Add(this.textBoxSLNPageDesc); this.tabPageSLNFileSettings.Controls.Add(this.label10); this.tabPageSLNFileSettings.Controls.Add(this.textBoxSLNPageTitle); this.tabPageSLNFileSettings.Controls.Add(this.label11); this.tabPageSLNFileSettings.Controls.Add(this.label12); this.tabPageSLNFileSettings.Controls.Add(this.richTextBoxSLNFooterContent); this.tabPageSLNFileSettings.Controls.Add(this.label13); this.tabPageSLNFileSettings.Controls.Add(this.richTextBoxSLNBannerContent); this.tabPageSLNFileSettings.Location = new System.Drawing.Point(4, 22); this.tabPageSLNFileSettings.Name = "tabPageSLNFileSettings"; this.tabPageSLNFileSettings.Size = new System.Drawing.Size(524, 290); this.tabPageSLNFileSettings.TabIndex = 2; this.tabPageSLNFileSettings.Text = ".sln File Settings"; this.tabPageSLNFileSettings.ToolTipText = "Settings and substitution values used on files with a .sln extension."; this.tabPageSLNFileSettings.UseVisualStyleBackColor = true; // // buttonResetSLNDesc // this.buttonResetSLNDesc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonResetSLNDesc.Location = new System.Drawing.Point(447, 228); this.buttonResetSLNDesc.Name = "buttonResetSLNDesc"; this.buttonResetSLNDesc.Size = new System.Drawing.Size(53, 21); this.buttonResetSLNDesc.TabIndex = 39; this.buttonResetSLNDesc.Text = "Reset..."; this.buttonResetSLNDesc.UseVisualStyleBackColor = true; this.buttonResetSLNDesc.Click += new System.EventHandler(this.buttonResetSLNDesc_Click); // // buttonResetSLNTitle // this.buttonResetSLNTitle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonResetSLNTitle.Location = new System.Drawing.Point(449, 177); this.buttonResetSLNTitle.Name = "buttonResetSLNTitle"; this.buttonResetSLNTitle.Size = new System.Drawing.Size(53, 21); this.buttonResetSLNTitle.TabIndex = 38; this.buttonResetSLNTitle.Text = "Reset..."; this.buttonResetSLNTitle.UseVisualStyleBackColor = true; this.buttonResetSLNTitle.Click += new System.EventHandler(this.buttonResetSLNTitle_Click); // // buttonResetSLNFooter // this.buttonResetSLNFooter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonResetSLNFooter.Location = new System.Drawing.Point(449, 105); this.buttonResetSLNFooter.Name = "buttonResetSLNFooter"; this.buttonResetSLNFooter.Size = new System.Drawing.Size(53, 21); this.buttonResetSLNFooter.TabIndex = 37; this.buttonResetSLNFooter.Text = "Reset..."; this.buttonResetSLNFooter.UseVisualStyleBackColor = true; this.buttonResetSLNFooter.Click += new System.EventHandler(this.buttonResetSLNFooter_Click); // // buttonResetSLNBanner // this.buttonResetSLNBanner.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonResetSLNBanner.Location = new System.Drawing.Point(449, 9); this.buttonResetSLNBanner.Name = "buttonResetSLNBanner"; this.buttonResetSLNBanner.Size = new System.Drawing.Size(53, 21); this.buttonResetSLNBanner.TabIndex = 36; this.buttonResetSLNBanner.Text = "Reset..."; this.buttonResetSLNBanner.UseVisualStyleBackColor = true; this.buttonResetSLNBanner.Click += new System.EventHandler(this.buttonResetSLNBanner_Click); // // checkBoxSLNUseCSDesc // this.checkBoxSLNUseCSDesc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.checkBoxSLNUseCSDesc.AutoSize = true; this.checkBoxSLNUseCSDesc.Location = new System.Drawing.Point(144, 234); this.checkBoxSLNUseCSDesc.Name = "checkBoxSLNUseCSDesc"; this.checkBoxSLNUseCSDesc.Size = new System.Drawing.Size(122, 17); this.checkBoxSLNUseCSDesc.TabIndex = 35; this.checkBoxSLNUseCSDesc.Text = "Use .cs File Settings"; this.checkBoxSLNUseCSDesc.UseVisualStyleBackColor = true; this.checkBoxSLNUseCSDesc.CheckedChanged += new System.EventHandler(this.checkBoxSLNUseCSDesc_CheckedChanged); // // checkBoxSLNUseCSTitle // this.checkBoxSLNUseCSTitle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.checkBoxSLNUseCSTitle.AutoSize = true; this.checkBoxSLNUseCSTitle.Location = new System.Drawing.Point(144, 183); this.checkBoxSLNUseCSTitle.Name = "checkBoxSLNUseCSTitle"; this.checkBoxSLNUseCSTitle.Size = new System.Drawing.Size(122, 17); this.checkBoxSLNUseCSTitle.TabIndex = 34; this.checkBoxSLNUseCSTitle.Text = "Use .cs File Settings"; this.checkBoxSLNUseCSTitle.UseVisualStyleBackColor = true; this.checkBoxSLNUseCSTitle.CheckedChanged += new System.EventHandler(this.checkBoxSLNUseCSTitle_CheckedChanged); // // checkBoxSLNUseCSFooter // this.checkBoxSLNUseCSFooter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.checkBoxSLNUseCSFooter.AutoSize = true; this.checkBoxSLNUseCSFooter.Location = new System.Drawing.Point(144, 111); this.checkBoxSLNUseCSFooter.Name = "checkBoxSLNUseCSFooter"; this.checkBoxSLNUseCSFooter.Size = new System.Drawing.Size(122, 17); this.checkBoxSLNUseCSFooter.TabIndex = 33; this.checkBoxSLNUseCSFooter.Text = "Use .cs File Settings"; this.checkBoxSLNUseCSFooter.UseVisualStyleBackColor = true; this.checkBoxSLNUseCSFooter.CheckedChanged += new System.EventHandler(this.checkBoxSLNUseCSFooter_CheckedChanged); // // checkBoxSLNUseCSBanner // this.checkBoxSLNUseCSBanner.AutoSize = true; this.checkBoxSLNUseCSBanner.Location = new System.Drawing.Point(144, 15); this.checkBoxSLNUseCSBanner.Name = "checkBoxSLNUseCSBanner"; this.checkBoxSLNUseCSBanner.Size = new System.Drawing.Size(122, 17); this.checkBoxSLNUseCSBanner.TabIndex = 32; this.checkBoxSLNUseCSBanner.Text = "Use .cs File Settings"; this.checkBoxSLNUseCSBanner.UseVisualStyleBackColor = true; this.checkBoxSLNUseCSBanner.CheckedChanged += new System.EventHandler(this.checkBoxSLNUseCSBanner_CheckedChanged); // // textBoxSLNPageDesc // this.textBoxSLNPageDesc.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBoxSLNPageDesc.Location = new System.Drawing.Point(25, 251); this.textBoxSLNPageDesc.Name = "textBoxSLNPageDesc"; this.textBoxSLNPageDesc.Size = new System.Drawing.Size(477, 20); this.textBoxSLNPageDesc.TabIndex = 31; // // label10 // this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(12, 234); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(121, 13); this.label10.TabIndex = 30; this.label10.Text = "HTML Page Description"; // // textBoxSLNPageTitle // this.textBoxSLNPageTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBoxSLNPageTitle.Location = new System.Drawing.Point(25, 200); this.textBoxSLNPageTitle.Name = "textBoxSLNPageTitle"; this.textBoxSLNPageTitle.Size = new System.Drawing.Size(477, 20); this.textBoxSLNPageTitle.TabIndex = 29; // // label11 // this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(12, 183); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(88, 13); this.label11.TabIndex = 28; this.label11.Text = "HTML Page Title"; // // label12 // this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(12, 111); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(77, 13); this.label12.TabIndex = 27; this.label12.Text = "Footer Content"; // // richTextBoxSLNFooterContent // this.richTextBoxSLNFooterContent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.richTextBoxSLNFooterContent.Location = new System.Drawing.Point(25, 128); this.richTextBoxSLNFooterContent.Name = "richTextBoxSLNFooterContent"; this.richTextBoxSLNFooterContent.Size = new System.Drawing.Size(477, 45); this.richTextBoxSLNFooterContent.TabIndex = 26; this.richTextBoxSLNFooterContent.Text = ""; this.richTextBoxSLNFooterContent.WordWrap = false; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(12, 15); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(81, 13); this.label13.TabIndex = 25; this.label13.Text = "Banner Content"; // // richTextBoxSLNBannerContent // this.richTextBoxSLNBannerContent.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.richTextBoxSLNBannerContent.Location = new System.Drawing.Point(25, 32); this.richTextBoxSLNBannerContent.Name = "richTextBoxSLNBannerContent"; this.richTextBoxSLNBannerContent.Size = new System.Drawing.Size(477, 72); this.richTextBoxSLNBannerContent.TabIndex = 24; this.richTextBoxSLNBannerContent.Text = ""; this.richTextBoxSLNBannerContent.WordWrap = false; // // groupBox2 // this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox2.Controls.Add(this.textBoxStyleSheetName); this.groupBox2.Controls.Add(this.radioButtonStyleSheetCustom); this.groupBox2.Controls.Add(this.radioButtonStyleSheetDefault); this.groupBox2.Location = new System.Drawing.Point(318, 19); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(227, 97); this.groupBox2.TabIndex = 39; this.groupBox2.TabStop = false; this.groupBox2.Text = "Style Sheet Options"; // // textBoxStyleSheetName // this.textBoxStyleSheetName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBoxStyleSheetName.Location = new System.Drawing.Point(45, 59); this.textBoxStyleSheetName.Name = "textBoxStyleSheetName"; this.textBoxStyleSheetName.Size = new System.Drawing.Size(160, 20); this.textBoxStyleSheetName.TabIndex = 2; this.textBoxStyleSheetName.Text = "myStyleSheetName.css"; // // radioButtonStyleSheetCustom // this.radioButtonStyleSheetCustom.AutoSize = true; this.radioButtonStyleSheetCustom.Location = new System.Drawing.Point(23, 40); this.radioButtonStyleSheetCustom.Name = "radioButtonStyleSheetCustom"; this.radioButtonStyleSheetCustom.Size = new System.Drawing.Size(140, 17); this.radioButtonStyleSheetCustom.TabIndex = 1; this.radioButtonStyleSheetCustom.TabStop = true; this.radioButtonStyleSheetCustom.Text = "User specfied stylesheet"; this.radioButtonStyleSheetCustom.UseVisualStyleBackColor = true; this.radioButtonStyleSheetCustom.CheckedChanged += new System.EventHandler(this.radioButtonStyleSheetCustom_CheckedChanged); // // radioButtonStyleSheetDefault // this.radioButtonStyleSheetDefault.AutoSize = true; this.radioButtonStyleSheetDefault.Location = new System.Drawing.Point(23, 23); this.radioButtonStyleSheetDefault.Name = "radioButtonStyleSheetDefault"; this.radioButtonStyleSheetDefault.Size = new System.Drawing.Size(185, 17); this.radioButtonStyleSheetDefault.TabIndex = 0; this.radioButtonStyleSheetDefault.TabStop = true; this.radioButtonStyleSheetDefault.Text = "Default stylesheet (CoDocker.css)"; this.radioButtonStyleSheetDefault.UseVisualStyleBackColor = true; this.radioButtonStyleSheetDefault.CheckedChanged += new System.EventHandler(this.radioButtonStyleSheetDefault_CheckedChanged); // // groupBox1 // this.groupBox1.Controls.Add(this.radioButtonExtensionASP); this.groupBox1.Controls.Add(this.radioButtonExtensionPHP); this.groupBox1.Controls.Add(this.radioButtonExtensionHTM); this.groupBox1.Controls.Add(this.radioButtonExtensionHTML); this.groupBox1.Location = new System.Drawing.Point(149, 19); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(163, 97); this.groupBox1.TabIndex = 38; this.groupBox1.TabStop = false; this.groupBox1.Text = "Output Filename Extension"; // // radioButtonExtensionASP // this.radioButtonExtensionASP.AutoSize = true; this.radioButtonExtensionASP.Location = new System.Drawing.Point(19, 70); this.radioButtonExtensionASP.Name = "radioButtonExtensionASP"; this.radioButtonExtensionASP.Size = new System.Drawing.Size(45, 17); this.radioButtonExtensionASP.TabIndex = 3; this.radioButtonExtensionASP.Text = ".asp"; this.radioButtonExtensionASP.UseVisualStyleBackColor = true; // // radioButtonExtensionPHP // this.radioButtonExtensionPHP.AutoSize = true; this.radioButtonExtensionPHP.Location = new System.Drawing.Point(19, 54); this.radioButtonExtensionPHP.Name = "radioButtonExtensionPHP"; this.radioButtonExtensionPHP.Size = new System.Drawing.Size(46, 17); this.radioButtonExtensionPHP.TabIndex = 2; this.radioButtonExtensionPHP.Text = ".php"; this.radioButtonExtensionPHP.UseVisualStyleBackColor = true; // // radioButtonExtensionHTM // this.radioButtonExtensionHTM.AutoSize = true; this.radioButtonExtensionHTM.Location = new System.Drawing.Point(19, 37); this.radioButtonExtensionHTM.Name = "radioButtonExtensionHTM"; this.radioButtonExtensionHTM.Size = new System.Drawing.Size(45, 17); this.radioButtonExtensionHTM.TabIndex = 1; this.radioButtonExtensionHTM.Text = ".htm"; this.radioButtonExtensionHTM.UseVisualStyleBackColor = true; // // radioButtonExtensionHTML // this.radioButtonExtensionHTML.AutoSize = true; this.radioButtonExtensionHTML.Checked = true; this.radioButtonExtensionHTML.Location = new System.Drawing.Point(19, 20); this.radioButtonExtensionHTML.Name = "radioButtonExtensionHTML"; this.radioButtonExtensionHTML.Size = new System.Drawing.Size(47, 17); this.radioButtonExtensionHTML.TabIndex = 0; this.radioButtonExtensionHTML.TabStop = true; this.radioButtonExtensionHTML.Text = ".html"; this.radioButtonExtensionHTML.UseVisualStyleBackColor = true; // // buttonSetOutputDirectory // this.buttonSetOutputDirectory.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonSetOutputDirectory.Location = new System.Drawing.Point(524, 139); this.buttonSetOutputDirectory.Name = "buttonSetOutputDirectory"; this.buttonSetOutputDirectory.Size = new System.Drawing.Size(25, 20); this.buttonSetOutputDirectory.TabIndex = 37; this.buttonSetOutputDirectory.Text = "..."; this.buttonSetOutputDirectory.UseVisualStyleBackColor = true; this.buttonSetOutputDirectory.Click += new System.EventHandler(this.buttonSetOutputDirectory_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(14, 124); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(84, 13); this.label1.TabIndex = 36; this.label1.Text = "Output Directory"; // // textBoxOutputDirectory // this.textBoxOutputDirectory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBoxOutputDirectory.Location = new System.Drawing.Point(25, 140); this.textBoxOutputDirectory.Name = "textBoxOutputDirectory"; this.textBoxOutputDirectory.ReadOnly = true; this.textBoxOutputDirectory.Size = new System.Drawing.Size(489, 20); this.textBoxOutputDirectory.TabIndex = 35; // // label19 // this.label19.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(12, 518); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(88, 13); this.label19.TabIndex = 42; this.label19.Text = "Configuration File"; // // textBoxConfigFile // this.textBoxConfigFile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBoxConfigFile.Location = new System.Drawing.Point(106, 515); this.textBoxConfigFile.Name = "textBoxConfigFile"; this.textBoxConfigFile.ReadOnly = true; this.textBoxConfigFile.Size = new System.Drawing.Size(661, 20); this.textBoxConfigFile.TabIndex = 41; // // buttonSaveConfigurationAs // this.buttonSaveConfigurationAs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonSaveConfigurationAs.Location = new System.Drawing.Point(593, 184); this.buttonSaveConfigurationAs.Name = "buttonSaveConfigurationAs"; this.buttonSaveConfigurationAs.Size = new System.Drawing.Size(183, 36); this.buttonSaveConfigurationAs.TabIndex = 43; this.buttonSaveConfigurationAs.Text = "Save Configuration &As..."; this.buttonSaveConfigurationAs.UseVisualStyleBackColor = true; this.buttonSaveConfigurationAs.Click += new System.EventHandler(this.buttonSaveConfigurationAs_Click); // // buttonViewLogfile // this.buttonViewLogfile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonViewLogfile.Location = new System.Drawing.Point(606, 430); this.buttonViewLogfile.Name = "buttonViewLogfile"; this.buttonViewLogfile.Size = new System.Drawing.Size(148, 23); this.buttonViewLogfile.TabIndex = 44; this.buttonViewLogfile.Text = "View Logfile"; this.buttonViewLogfile.UseVisualStyleBackColor = true; this.buttonViewLogfile.Click += new System.EventHandler(this.buttonViewLogfile_Click); // // buttonHelp // this.buttonHelp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonHelp.Location = new System.Drawing.Point(606, 454); this.buttonHelp.Name = "buttonHelp"; this.buttonHelp.Size = new System.Drawing.Size(148, 23); this.buttonHelp.TabIndex = 46; this.buttonHelp.Text = "&Help"; this.buttonHelp.UseVisualStyleBackColor = true; this.buttonHelp.Click += new System.EventHandler(this.buttonHelp_Click); // // buttonExit // this.buttonExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonExit.Location = new System.Drawing.Point(606, 480); this.buttonExit.Name = "buttonExit"; this.buttonExit.Size = new System.Drawing.Size(148, 23); this.buttonExit.TabIndex = 45; this.buttonExit.Text = "E&xit"; this.buttonExit.UseVisualStyleBackColor = true; this.buttonExit.Click += new System.EventHandler(this.buttonExit_Click); // // frmMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(788, 540); this.Controls.Add(this.buttonHelp); this.Controls.Add(this.buttonExit); this.Controls.Add(this.buttonViewLogfile); this.Controls.Add(this.buttonSaveConfigurationAs); this.Controls.Add(this.label19); this.Controls.Add(this.groupBox3); this.Controls.Add(this.textBoxConfigFile); this.Controls.Add(this.buttonSaveConfiguration); this.Controls.Add(this.buttonOpenConfiguration); this.Controls.Add(this.buttonOpenFileSLN); this.Controls.Add(this.buttonOpenFileCSPROJ); this.Controls.Add(this.buttonAbout); this.Controls.Add(this.buttonOpenFileCS); this.Location = new System.Drawing.Point(0, 0); this.MinimumSize = new System.Drawing.Size(796, 567); this.Name = "frmMain"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; this.Text = "CoDocker - CSharp to HTML Converter"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.tabControlUserSettings.ResumeLayout(false); this.tabPageCSFileSettings.ResumeLayout(false); this.tabPageCSFileSettings.PerformLayout(); this.tabPageCSPROJFileSettings.ResumeLayout(false); this.tabPageCSPROJFileSettings.PerformLayout(); this.tabPageSLNFileSettings.ResumeLayout(false); this.tabPageSLNFileSettings.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button buttonAbout; private System.Windows.Forms.Button buttonOpenFileCS; private System.Windows.Forms.Button buttonOpenFileCSPROJ; private System.Windows.Forms.Button buttonOpenFileSLN; private System.Windows.Forms.Button buttonOpenConfiguration; private System.Windows.Forms.Button buttonSaveConfiguration; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.TabControl tabControlUserSettings; private System.Windows.Forms.TabPage tabPageCSFileSettings; private System.Windows.Forms.Button buttonResetCSDesc; private System.Windows.Forms.Button buttonResetCSTitle; private System.Windows.Forms.Button buttonResetCSFooter; private System.Windows.Forms.Button buttonResetCSBanner; private System.Windows.Forms.TextBox textBoxCSPageDesc; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox textBoxCSPageTitle; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.RichTextBox richTextBoxCSFooterContent; private System.Windows.Forms.Label label2; private System.Windows.Forms.RichTextBox richTextBoxCSBannerContent; private System.Windows.Forms.TabPage tabPageCSPROJFileSettings; private System.Windows.Forms.Button buttonResetCSProjDesc; private System.Windows.Forms.Button buttonResetCSProjTitle; private System.Windows.Forms.Button buttonResetCSProjFooter; private System.Windows.Forms.Button buttonResetCSProjBanner; private System.Windows.Forms.CheckBox checkBoxProjUseCSDesc; private System.Windows.Forms.CheckBox checkBoxProjUseCSTitle; private System.Windows.Forms.CheckBox checkBoxProjUseCSFooter; private System.Windows.Forms.CheckBox checkBoxProjUseCSBanner; private System.Windows.Forms.TextBox textBoxCSProjPageDesc; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox textBoxCSProjPageTitle; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.RichTextBox richTextBoxCSProjFooterContent; private System.Windows.Forms.Label label9; private System.Windows.Forms.RichTextBox richTextBoxCSProjBannerContent; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.RadioButton radioButtonExtensionASP; private System.Windows.Forms.RadioButton radioButtonExtensionPHP; private System.Windows.Forms.RadioButton radioButtonExtensionHTM; private System.Windows.Forms.RadioButton radioButtonExtensionHTML; private System.Windows.Forms.Button buttonSetOutputDirectory; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBoxOutputDirectory; private System.Windows.Forms.Label label19; private System.Windows.Forms.TextBox textBoxConfigFile; private System.Windows.Forms.Button buttonSaveConfigurationAs; private System.Windows.Forms.Button buttonViewLogfile; private System.Windows.Forms.Button buttonResetConfig; private System.Windows.Forms.Button buttonHelp; private System.Windows.Forms.Button buttonExit; private System.Windows.Forms.TextBox textBoxStyleSheetName; private System.Windows.Forms.RadioButton radioButtonStyleSheetCustom; private System.Windows.Forms.RadioButton radioButtonStyleSheetDefault; private System.Windows.Forms.TabPage tabPageSLNFileSettings; private System.Windows.Forms.Button buttonResetSLNDesc; private System.Windows.Forms.Button buttonResetSLNTitle; private System.Windows.Forms.Button buttonResetSLNFooter; private System.Windows.Forms.Button buttonResetSLNBanner; private System.Windows.Forms.CheckBox checkBoxSLNUseCSDesc; private System.Windows.Forms.CheckBox checkBoxSLNUseCSTitle; private System.Windows.Forms.CheckBox checkBoxSLNUseCSFooter; private System.Windows.Forms.CheckBox checkBoxSLNUseCSBanner; private System.Windows.Forms.TextBox textBoxSLNPageDesc; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox textBoxSLNPageTitle; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label12; private System.Windows.Forms.RichTextBox richTextBoxSLNFooterContent; private System.Windows.Forms.Label label13; private System.Windows.Forms.RichTextBox richTextBoxSLNBannerContent; } }