示例#1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Label defineConstantsExampleLabel;
     System.Windows.Forms.Label defineConstantsLabel;
     Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixGroupBox generalGroupBox;
     System.Windows.Forms.Label outputPathLabel;
     Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixGroupBox suppressWarningsGroupBox;
     Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixGroupBox errorsAndWarningsGroupBox;
     this.outputPathTextBox      = new Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.FolderBrowserTextBox();
     this.defineDebugCheckBox    = new System.Windows.Forms.CheckBox();
     this.defineConstantsTextBox = new System.Windows.Forms.TextBox();
     this.suppressWarningsSpecificRadioButton = new System.Windows.Forms.RadioButton();
     this.suppressWarningsNoneRadioButton     = new System.Windows.Forms.RadioButton();
     this.specificWarningsTextBox             = new System.Windows.Forms.TextBox();
     this.pedanticCheckBox         = new System.Windows.Forms.CheckBox();
     this.warningsAsErrorsCheckBox = new System.Windows.Forms.CheckBox();
     this.advancedButton           = new System.Windows.Forms.Button();
     defineConstantsExampleLabel   = new System.Windows.Forms.Label();
     defineConstantsLabel          = new System.Windows.Forms.Label();
     generalGroupBox           = new Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixGroupBox();
     outputPathLabel           = new System.Windows.Forms.Label();
     suppressWarningsGroupBox  = new Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixGroupBox();
     errorsAndWarningsGroupBox = new Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixGroupBox();
     generalGroupBox.SuspendLayout();
     suppressWarningsGroupBox.SuspendLayout();
     errorsAndWarningsGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // banner
     //
     this.banner.Size = new System.Drawing.Size(528, 90);
     this.banner.Text = "Candle Settings";
     //
     // defineConstantsExampleLabel
     //
     defineConstantsExampleLabel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     defineConstantsExampleLabel.AutoSize = true;
     defineConstantsExampleLabel.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     defineConstantsExampleLabel.Location = new System.Drawing.Point(166, 77);
     defineConstantsExampleLabel.Margin   = new System.Windows.Forms.Padding(3, 0, 3, 6);
     defineConstantsExampleLabel.Name     = "defineConstantsExampleLabel";
     defineConstantsExampleLabel.Size     = new System.Drawing.Size(241, 13);
     defineConstantsExampleLabel.TabIndex = 4;
     defineConstantsExampleLabel.Text     = "Example: Name1=Value1;Name2;Name3=Value3";
     //
     // defineConstantsLabel
     //
     defineConstantsLabel.AutoSize = true;
     defineConstantsLabel.Location = new System.Drawing.Point(24, 56);
     defineConstantsLabel.Name     = "defineConstantsLabel";
     defineConstantsLabel.Size     = new System.Drawing.Size(92, 13);
     defineConstantsLabel.TabIndex = 2;
     defineConstantsLabel.Text     = "Define &constants:";
     //
     // generalGroupBox
     //
     generalGroupBox.Controls.Add(outputPathLabel);
     generalGroupBox.Controls.Add(this.outputPathTextBox);
     generalGroupBox.Controls.Add(this.defineDebugCheckBox);
     generalGroupBox.Controls.Add(defineConstantsExampleLabel);
     generalGroupBox.Controls.Add(defineConstantsLabel);
     generalGroupBox.Controls.Add(this.defineConstantsTextBox);
     generalGroupBox.Location = new System.Drawing.Point(0, 58);
     generalGroupBox.Name     = "generalGroupBox";
     generalGroupBox.Size     = new System.Drawing.Size(519, 137);
     generalGroupBox.TabIndex = 0;
     generalGroupBox.Text     = "General";
     //
     // outputPathLabel
     //
     outputPathLabel.AutoSize = true;
     outputPathLabel.Location = new System.Drawing.Point(24, 102);
     outputPathLabel.Name     = "outputPathLabel";
     outputPathLabel.Size     = new System.Drawing.Size(70, 13);
     outputPathLabel.TabIndex = 5;
     outputPathLabel.Text     = "&Output path:";
     //
     // outputPathTextBox
     //
     this.outputPathTextBox.DialogDescription = "Compiler output path:";
     this.outputPathTextBox.Location          = new System.Drawing.Point(169, 99);
     this.outputPathTextBox.Name     = "outputPathTextBox";
     this.outputPathTextBox.Size     = new System.Drawing.Size(350, 22);
     this.outputPathTextBox.TabIndex = 6;
     //
     // defineDebugCheckBox
     //
     this.defineDebugCheckBox.AutoSize = true;
     this.defineDebugCheckBox.Location = new System.Drawing.Point(27, 27);
     this.defineDebugCheckBox.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 6);
     this.defineDebugCheckBox.Name     = "defineDebugCheckBox";
     this.defineDebugCheckBox.Size     = new System.Drawing.Size(136, 17);
     this.defineDebugCheckBox.TabIndex = 1;
     this.defineDebugCheckBox.Text     = "Define &Debug constant";
     this.defineDebugCheckBox.UseVisualStyleBackColor = true;
     //
     // defineConstantsTextBox
     //
     this.defineConstantsTextBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.defineConstantsTextBox.Location = new System.Drawing.Point(169, 53);
     this.defineConstantsTextBox.Name     = "defineConstantsTextBox";
     this.defineConstantsTextBox.Size     = new System.Drawing.Size(350, 21);
     this.defineConstantsTextBox.TabIndex = 3;
     //
     // suppressWarningsGroupBox
     //
     suppressWarningsGroupBox.Controls.Add(this.suppressWarningsSpecificRadioButton);
     suppressWarningsGroupBox.Controls.Add(this.suppressWarningsNoneRadioButton);
     suppressWarningsGroupBox.Controls.Add(this.specificWarningsTextBox);
     suppressWarningsGroupBox.Location = new System.Drawing.Point(0, 304);
     suppressWarningsGroupBox.Name     = "suppressWarningsGroupBox";
     suppressWarningsGroupBox.Size     = new System.Drawing.Size(519, 87);
     suppressWarningsGroupBox.TabIndex = 10;
     suppressWarningsGroupBox.Text     = "Suppress Warnings";
     //
     // suppressWarningsSpecificRadioButton
     //
     this.suppressWarningsSpecificRadioButton.AutoSize = true;
     this.suppressWarningsSpecificRadioButton.Location = new System.Drawing.Point(27, 53);
     this.suppressWarningsSpecificRadioButton.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 6);
     this.suppressWarningsSpecificRadioButton.Name     = "suppressWarningsSpecificRadioButton";
     this.suppressWarningsSpecificRadioButton.Size     = new System.Drawing.Size(111, 17);
     this.suppressWarningsSpecificRadioButton.TabIndex = 12;
     this.suppressWarningsSpecificRadioButton.TabStop  = true;
     this.suppressWarningsSpecificRadioButton.Text     = "&Specific warnings:";
     this.suppressWarningsSpecificRadioButton.UseVisualStyleBackColor = true;
     //
     // suppressWarningsNoneRadioButton
     //
     this.suppressWarningsNoneRadioButton.AutoSize = true;
     this.suppressWarningsNoneRadioButton.Checked  = true;
     this.suppressWarningsNoneRadioButton.Location = new System.Drawing.Point(27, 27);
     this.suppressWarningsNoneRadioButton.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 6);
     this.suppressWarningsNoneRadioButton.Name     = "suppressWarningsNoneRadioButton";
     this.suppressWarningsNoneRadioButton.Size     = new System.Drawing.Size(50, 17);
     this.suppressWarningsNoneRadioButton.TabIndex = 11;
     this.suppressWarningsNoneRadioButton.TabStop  = true;
     this.suppressWarningsNoneRadioButton.Text     = "&None";
     this.suppressWarningsNoneRadioButton.UseVisualStyleBackColor = true;
     //
     // specificWarningsTextBox
     //
     this.specificWarningsTextBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.specificWarningsTextBox.Enabled  = false;
     this.specificWarningsTextBox.Location = new System.Drawing.Point(169, 52);
     this.specificWarningsTextBox.Name     = "specificWarningsTextBox";
     this.specificWarningsTextBox.Size     = new System.Drawing.Size(350, 21);
     this.specificWarningsTextBox.TabIndex = 13;
     //
     // errorsAndWarningsGroupBox
     //
     errorsAndWarningsGroupBox.Controls.Add(this.pedanticCheckBox);
     errorsAndWarningsGroupBox.Controls.Add(this.warningsAsErrorsCheckBox);
     errorsAndWarningsGroupBox.Location = new System.Drawing.Point(0, 210);
     errorsAndWarningsGroupBox.Name     = "errorsAndWarningsGroupBox";
     errorsAndWarningsGroupBox.Size     = new System.Drawing.Size(519, 79);
     errorsAndWarningsGroupBox.TabIndex = 7;
     errorsAndWarningsGroupBox.Text     = "Errors and Warnings";
     //
     // pedanticCheckBox
     //
     this.pedanticCheckBox.AutoSize = true;
     this.pedanticCheckBox.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.pedanticCheckBox.Location = new System.Drawing.Point(27, 50);
     this.pedanticCheckBox.Name     = "pedanticCheckBox";
     this.pedanticCheckBox.Size     = new System.Drawing.Size(146, 17);
     this.pedanticCheckBox.TabIndex = 9;
     this.pedanticCheckBox.Text     = "Show &pedantic messages";
     this.pedanticCheckBox.UseVisualStyleBackColor = true;
     //
     // warningsAsErrorsCheckBox
     //
     this.warningsAsErrorsCheckBox.AutoSize = true;
     this.warningsAsErrorsCheckBox.Location = new System.Drawing.Point(27, 27);
     this.warningsAsErrorsCheckBox.Name     = "warningsAsErrorsCheckBox";
     this.warningsAsErrorsCheckBox.Size     = new System.Drawing.Size(144, 17);
     this.warningsAsErrorsCheckBox.TabIndex = 8;
     this.warningsAsErrorsCheckBox.Text     = "&Treat warnings as errors";
     this.warningsAsErrorsCheckBox.UseVisualStyleBackColor = true;
     //
     // advancedButton
     //
     this.advancedButton.AutoSize = true;
     this.advancedButton.Location = new System.Drawing.Point(442, 411);
     this.advancedButton.Name     = "advancedButton";
     this.advancedButton.Size     = new System.Drawing.Size(77, 23);
     this.advancedButton.TabIndex = 15;
     this.advancedButton.Text     = "Ad&vanced...";
     this.advancedButton.UseVisualStyleBackColor = true;
     this.advancedButton.Click += new System.EventHandler(this.advancedButton_Click);
     //
     // WixCompilerPropertyPagePanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(errorsAndWarningsGroupBox);
     this.Controls.Add(suppressWarningsGroupBox);
     this.Controls.Add(generalGroupBox);
     this.Controls.Add(this.advancedButton);
     this.Name = "WixCompilerPropertyPagePanel";
     this.Size = new System.Drawing.Size(528, 448);
     this.Controls.SetChildIndex(this.advancedButton, 0);
     this.Controls.SetChildIndex(this.banner, 0);
     this.Controls.SetChildIndex(generalGroupBox, 0);
     this.Controls.SetChildIndex(suppressWarningsGroupBox, 0);
     this.Controls.SetChildIndex(errorsAndWarningsGroupBox, 0);
     generalGroupBox.ResumeLayout(false);
     generalGroupBox.PerformLayout();
     suppressWarningsGroupBox.ResumeLayout(false);
     suppressWarningsGroupBox.PerformLayout();
     errorsAndWarningsGroupBox.ResumeLayout(false);
     errorsAndWarningsGroupBox.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixGroupBox preBuildGroupBox;
     Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixGroupBox postBuildGroupBox;
     System.Windows.Forms.Label runLabel;
     this.preBuildEditor       = new Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixBuildEventEditor();
     this.postBuildEditor      = new Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixBuildEventEditor();
     this.runPostBuildComboBox = new System.Windows.Forms.ComboBox();
     preBuildGroupBox          = new Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixGroupBox();
     postBuildGroupBox         = new Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixGroupBox();
     runLabel = new System.Windows.Forms.Label();
     preBuildGroupBox.SuspendLayout();
     postBuildGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // banner
     //
     this.banner.Size = new System.Drawing.Size(528, 90);
     this.banner.Text = "Build Events";
     //
     // preBuildGroupBox
     //
     preBuildGroupBox.Controls.Add(this.preBuildEditor);
     preBuildGroupBox.Location = new System.Drawing.Point(0, 58);
     preBuildGroupBox.Name     = "preBuildGroupBox";
     preBuildGroupBox.Size     = new System.Drawing.Size(519, 152);
     preBuildGroupBox.TabIndex = 0;
     preBuildGroupBox.Text     = "P&re-build Event Command Line";
     //
     // preBuildEditor
     //
     this.preBuildEditor.ButtonText     = "Ed&it Pre-build...";
     this.preBuildEditor.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.preBuildEditor.EditorFormText = "Edit Pre-build Event Command Line";
     this.preBuildEditor.Location       = new System.Drawing.Point(24, 24);
     this.preBuildEditor.Name           = "preBuildEditor";
     this.preBuildEditor.Size           = new System.Drawing.Size(495, 128);
     this.preBuildEditor.TabIndex       = 0;
     //
     // postBuildGroupBox
     //
     postBuildGroupBox.Controls.Add(this.postBuildEditor);
     postBuildGroupBox.Controls.Add(this.runPostBuildComboBox);
     postBuildGroupBox.Controls.Add(runLabel);
     postBuildGroupBox.Location = new System.Drawing.Point(0, 225);
     postBuildGroupBox.Name     = "postBuildGroupBox";
     postBuildGroupBox.Size     = new System.Drawing.Size(519, 197);
     postBuildGroupBox.TabIndex = 1;
     postBuildGroupBox.Text     = "P&ost-build Event Command Line";
     //
     // postBuildEditor
     //
     this.postBuildEditor.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.postBuildEditor.ButtonText     = "Edit Post-b&uild...";
     this.postBuildEditor.EditorFormText = "Edit Post-build Event Command Line";
     this.postBuildEditor.Location       = new System.Drawing.Point(24, 24);
     this.postBuildEditor.Name           = "postBuildEditor";
     this.postBuildEditor.Size           = new System.Drawing.Size(495, 128);
     this.postBuildEditor.TabIndex       = 1;
     //
     // runLabel
     //
     runLabel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     runLabel.AutoSize = true;
     runLabel.Location = new System.Drawing.Point(21, 155);
     runLabel.Name     = "runLabel";
     runLabel.Size     = new System.Drawing.Size(130, 13);
     runLabel.TabIndex = 2;
     runLabel.Text     = "Ru&n the post-build event:";
     //
     // runPostBuildComboBox
     //
     this.runPostBuildComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.runPostBuildComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.runPostBuildComboBox.FlatStyle         = System.Windows.Forms.FlatStyle.System;
     this.runPostBuildComboBox.FormattingEnabled = true;
     this.runPostBuildComboBox.Items.AddRange(new object[] {
         "Always",
         "On successful build",
         "When the build updates the project output"
     });
     this.runPostBuildComboBox.Location = new System.Drawing.Point(24, 171);
     this.runPostBuildComboBox.Name     = "runPostBuildComboBox";
     this.runPostBuildComboBox.Size     = new System.Drawing.Size(495, 21);
     this.runPostBuildComboBox.TabIndex = 3;
     //
     // WixBuildEventsPropertyPagePanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(postBuildGroupBox);
     this.Controls.Add(preBuildGroupBox);
     this.Name = "WixBuildEventsPropertyPagePanel";
     this.Size = new System.Drawing.Size(528, 435);
     this.Controls.SetChildIndex(this.banner, 0);
     this.Controls.SetChildIndex(preBuildGroupBox, 0);
     this.Controls.SetChildIndex(postBuildGroupBox, 0);
     preBuildGroupBox.ResumeLayout(false);
     postBuildGroupBox.ResumeLayout(false);
     postBuildGroupBox.PerformLayout();
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixGroupBox preBuildGroupBox;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WixBuildEventsPropertyPagePanel));
            Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixGroupBox postBuildGroupBox;
            System.Windows.Forms.Label runLabel;
            this.preBuildEditor = new Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixBuildEventEditor();
            this.postBuildEditor = new Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixBuildEventEditor();
            this.runPostBuildComboBox = new System.Windows.Forms.ComboBox();
            preBuildGroupBox = new Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixGroupBox();
            postBuildGroupBox = new Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixGroupBox();
            runLabel = new System.Windows.Forms.Label();
            preBuildGroupBox.SuspendLayout();
            postBuildGroupBox.SuspendLayout();
            this.SuspendLayout();
            // 
            // preBuildGroupBox
            // 
            preBuildGroupBox.Controls.Add(this.preBuildEditor);
            resources.ApplyResources(preBuildGroupBox, "preBuildGroupBox");
            preBuildGroupBox.Name = "preBuildGroupBox";
            // 
            // preBuildEditor
            // 
            resources.ApplyResources(this.preBuildEditor, "preBuildEditor");
            this.preBuildEditor.Name = "preBuildEditor";
            // 
            // postBuildGroupBox
            // 
            postBuildGroupBox.Controls.Add(this.postBuildEditor);
            postBuildGroupBox.Controls.Add(this.runPostBuildComboBox);
            postBuildGroupBox.Controls.Add(runLabel);
            resources.ApplyResources(postBuildGroupBox, "postBuildGroupBox");
            postBuildGroupBox.Name = "postBuildGroupBox";
            // 
            // postBuildEditor
            // 
            resources.ApplyResources(this.postBuildEditor, "postBuildEditor");
            this.postBuildEditor.Name = "postBuildEditor";
            // 
            // runPostBuildComboBox
            // 
            resources.ApplyResources(this.runPostBuildComboBox, "runPostBuildComboBox");
            this.runPostBuildComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.runPostBuildComboBox.FormattingEnabled = true;
            this.runPostBuildComboBox.Items.AddRange(new object[] {
            resources.GetString("runPostBuildComboBox.Items"),
            resources.GetString("runPostBuildComboBox.Items1"),
            resources.GetString("runPostBuildComboBox.Items2")});
            this.runPostBuildComboBox.Name = "runPostBuildComboBox";
            // 
            // runLabel
            // 
            resources.ApplyResources(runLabel, "runLabel");
            runLabel.AutoEllipsis = true;
            runLabel.Name = "runLabel";
            // 
            // WixBuildEventsPropertyPagePanel
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(postBuildGroupBox);
            this.Controls.Add(preBuildGroupBox);
            this.Name = "WixBuildEventsPropertyPagePanel";
            preBuildGroupBox.ResumeLayout(false);
            postBuildGroupBox.ResumeLayout(false);
            postBuildGroupBox.PerformLayout();
            this.ResumeLayout(false);

        }
示例#4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixGroupBox preBuildGroupBox;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WixBuildEventsPropertyPagePanel));
     Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixGroupBox postBuildGroupBox;
     System.Windows.Forms.Label runLabel;
     this.preBuildEditor       = new Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixBuildEventEditor();
     this.postBuildEditor      = new Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixBuildEventEditor();
     this.runPostBuildComboBox = new System.Windows.Forms.ComboBox();
     preBuildGroupBox          = new Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixGroupBox();
     postBuildGroupBox         = new Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixGroupBox();
     runLabel = new System.Windows.Forms.Label();
     preBuildGroupBox.SuspendLayout();
     postBuildGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // preBuildGroupBox
     //
     preBuildGroupBox.Controls.Add(this.preBuildEditor);
     resources.ApplyResources(preBuildGroupBox, "preBuildGroupBox");
     preBuildGroupBox.Name = "preBuildGroupBox";
     //
     // preBuildEditor
     //
     resources.ApplyResources(this.preBuildEditor, "preBuildEditor");
     this.preBuildEditor.Name = "preBuildEditor";
     //
     // postBuildGroupBox
     //
     postBuildGroupBox.Controls.Add(this.postBuildEditor);
     postBuildGroupBox.Controls.Add(this.runPostBuildComboBox);
     postBuildGroupBox.Controls.Add(runLabel);
     resources.ApplyResources(postBuildGroupBox, "postBuildGroupBox");
     postBuildGroupBox.Name = "postBuildGroupBox";
     //
     // postBuildEditor
     //
     resources.ApplyResources(this.postBuildEditor, "postBuildEditor");
     this.postBuildEditor.Name = "postBuildEditor";
     //
     // runPostBuildComboBox
     //
     resources.ApplyResources(this.runPostBuildComboBox, "runPostBuildComboBox");
     this.runPostBuildComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.runPostBuildComboBox.FormattingEnabled = true;
     this.runPostBuildComboBox.Items.AddRange(new object[] {
         resources.GetString("runPostBuildComboBox.Items"),
         resources.GetString("runPostBuildComboBox.Items1"),
         resources.GetString("runPostBuildComboBox.Items2")
     });
     this.runPostBuildComboBox.Name = "runPostBuildComboBox";
     //
     // runLabel
     //
     resources.ApplyResources(runLabel, "runLabel");
     runLabel.AutoEllipsis = true;
     runLabel.Name         = "runLabel";
     //
     // WixBuildEventsPropertyPagePanel
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(postBuildGroupBox);
     this.Controls.Add(preBuildGroupBox);
     this.Name = "WixBuildEventsPropertyPagePanel";
     preBuildGroupBox.ResumeLayout(false);
     postBuildGroupBox.ResumeLayout(false);
     postBuildGroupBox.PerformLayout();
     this.ResumeLayout(false);
 }
示例#5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Label outputPathLabel;
     Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixGroupBox generalGroupBox;
     Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixGroupBox suppressWarningsGroupBox;
     Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixGroupBox errorsAndWarningsGroupBox;
     this.outputPathTextBox = new Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.FolderBrowserTextBox();
     this.bindFilesCheckBox = new System.Windows.Forms.CheckBox();
     this.suppressWarningsSpecificRadioButton             = new System.Windows.Forms.RadioButton();
     this.suppressWarningsNoneRadioButton                 = new System.Windows.Forms.RadioButton();
     this.specificWarningsTextBox                         = new System.Windows.Forms.TextBox();
     this.suppressIntermediateFileVersionMismatchCheckBox = new System.Windows.Forms.CheckBox();
     this.verboseOutputCheckBox            = new System.Windows.Forms.CheckBox();
     this.suppressSchemaValidationCheckBox = new System.Windows.Forms.CheckBox();
     this.warningsAsErrorsCheckBox         = new System.Windows.Forms.CheckBox();
     outputPathLabel           = new System.Windows.Forms.Label();
     generalGroupBox           = new Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixGroupBox();
     suppressWarningsGroupBox  = new Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixGroupBox();
     errorsAndWarningsGroupBox = new Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixGroupBox();
     generalGroupBox.SuspendLayout();
     suppressWarningsGroupBox.SuspendLayout();
     errorsAndWarningsGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // banner
     //
     this.banner.Size = new System.Drawing.Size(528, 90);
     this.banner.Text = "Lit Settings";
     //
     // outputPathLabel
     //
     outputPathLabel.AutoSize = true;
     outputPathLabel.Location = new System.Drawing.Point(24, 30);
     outputPathLabel.Name     = "outputPathLabel";
     outputPathLabel.Size     = new System.Drawing.Size(70, 13);
     outputPathLabel.TabIndex = 1;
     outputPathLabel.Text     = "&Output path:";
     //
     // generalGroupBox
     //
     generalGroupBox.Controls.Add(this.outputPathTextBox);
     generalGroupBox.Controls.Add(outputPathLabel);
     generalGroupBox.Controls.Add(this.bindFilesCheckBox);
     generalGroupBox.Location = new System.Drawing.Point(0, 58);
     generalGroupBox.Name     = "generalGroupBox";
     generalGroupBox.Size     = new System.Drawing.Size(519, 98);
     generalGroupBox.TabIndex = 0;
     generalGroupBox.Text     = "General";
     //
     // outputPathTextBox
     //
     this.outputPathTextBox.DialogDescription = "Compiler output path:";
     this.outputPathTextBox.Location          = new System.Drawing.Point(169, 27);
     this.outputPathTextBox.Margin            = new System.Windows.Forms.Padding(3, 3, 3, 12);
     this.outputPathTextBox.Name     = "outputPathTextBox";
     this.outputPathTextBox.Size     = new System.Drawing.Size(350, 22);
     this.outputPathTextBox.TabIndex = 2;
     //
     // bindFilesCheckBox
     //
     this.bindFilesCheckBox.AutoSize = true;
     this.bindFilesCheckBox.Location = new System.Drawing.Point(27, 64);
     this.bindFilesCheckBox.Name     = "bindFilesCheckBox";
     this.bindFilesCheckBox.Size     = new System.Drawing.Size(158, 17);
     this.bindFilesCheckBox.TabIndex = 3;
     this.bindFilesCheckBox.Text     = "&Bind files into the library file";
     this.bindFilesCheckBox.UseVisualStyleBackColor = true;
     //
     // suppressWarningsGroupBox
     //
     suppressWarningsGroupBox.Controls.Add(this.suppressWarningsSpecificRadioButton);
     suppressWarningsGroupBox.Controls.Add(this.suppressWarningsNoneRadioButton);
     suppressWarningsGroupBox.Controls.Add(this.specificWarningsTextBox);
     suppressWarningsGroupBox.Location = new System.Drawing.Point(0, 315);
     suppressWarningsGroupBox.Margin   = new System.Windows.Forms.Padding(3, 12, 3, 12);
     suppressWarningsGroupBox.Name     = "suppressWarningsGroupBox";
     suppressWarningsGroupBox.Size     = new System.Drawing.Size(519, 89);
     suppressWarningsGroupBox.TabIndex = 9;
     suppressWarningsGroupBox.Text     = "Suppress Warnings";
     //
     // suppressWarningsSpecificRadioButton
     //
     this.suppressWarningsSpecificRadioButton.AutoSize = true;
     this.suppressWarningsSpecificRadioButton.Location = new System.Drawing.Point(27, 53);
     this.suppressWarningsSpecificRadioButton.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 6);
     this.suppressWarningsSpecificRadioButton.Name     = "suppressWarningsSpecificRadioButton";
     this.suppressWarningsSpecificRadioButton.Size     = new System.Drawing.Size(111, 17);
     this.suppressWarningsSpecificRadioButton.TabIndex = 12;
     this.suppressWarningsSpecificRadioButton.TabStop  = true;
     this.suppressWarningsSpecificRadioButton.Text     = "&Specific warnings:";
     this.suppressWarningsSpecificRadioButton.UseVisualStyleBackColor = true;
     //
     // suppressWarningsNoneRadioButton
     //
     this.suppressWarningsNoneRadioButton.AutoSize = true;
     this.suppressWarningsNoneRadioButton.Checked  = true;
     this.suppressWarningsNoneRadioButton.Location = new System.Drawing.Point(27, 27);
     this.suppressWarningsNoneRadioButton.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 6);
     this.suppressWarningsNoneRadioButton.Name     = "suppressWarningsNoneRadioButton";
     this.suppressWarningsNoneRadioButton.Size     = new System.Drawing.Size(50, 17);
     this.suppressWarningsNoneRadioButton.TabIndex = 11;
     this.suppressWarningsNoneRadioButton.TabStop  = true;
     this.suppressWarningsNoneRadioButton.Text     = "&None";
     this.suppressWarningsNoneRadioButton.UseVisualStyleBackColor = true;
     //
     // specificWarningsTextBox
     //
     this.specificWarningsTextBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.specificWarningsTextBox.Enabled  = false;
     this.specificWarningsTextBox.Location = new System.Drawing.Point(169, 52);
     this.specificWarningsTextBox.Name     = "specificWarningsTextBox";
     this.specificWarningsTextBox.Size     = new System.Drawing.Size(350, 21);
     this.specificWarningsTextBox.TabIndex = 13;
     //
     // errorsAndWarningsGroupBox
     //
     errorsAndWarningsGroupBox.Controls.Add(this.suppressIntermediateFileVersionMismatchCheckBox);
     errorsAndWarningsGroupBox.Controls.Add(this.verboseOutputCheckBox);
     errorsAndWarningsGroupBox.Controls.Add(this.suppressSchemaValidationCheckBox);
     errorsAndWarningsGroupBox.Controls.Add(this.warningsAsErrorsCheckBox);
     errorsAndWarningsGroupBox.Location = new System.Drawing.Point(0, 171);
     errorsAndWarningsGroupBox.Name     = "errorsAndWarningsGroupBox";
     errorsAndWarningsGroupBox.Size     = new System.Drawing.Size(519, 129);
     errorsAndWarningsGroupBox.TabIndex = 4;
     errorsAndWarningsGroupBox.Text     = "Errors and Warnings";
     //
     // suppressIntermediateFileVersionMismatchCheckBox
     //
     this.suppressIntermediateFileVersionMismatchCheckBox.AutoSize = true;
     this.suppressIntermediateFileVersionMismatchCheckBox.Location = new System.Drawing.Point(27, 73);
     this.suppressIntermediateFileVersionMismatchCheckBox.Name     = "suppressIntermediateFileVersionMismatchCheckBox";
     this.suppressIntermediateFileVersionMismatchCheckBox.Size     = new System.Drawing.Size(279, 17);
     this.suppressIntermediateFileVersionMismatchCheckBox.TabIndex = 7;
     this.suppressIntermediateFileVersionMismatchCheckBox.Text     = "Suppress &intermediate file version mismatch checking";
     this.suppressIntermediateFileVersionMismatchCheckBox.UseVisualStyleBackColor = true;
     //
     // verboseOutputCheckBox
     //
     this.verboseOutputCheckBox.AutoSize = true;
     this.verboseOutputCheckBox.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.verboseOutputCheckBox.Location = new System.Drawing.Point(27, 96);
     this.verboseOutputCheckBox.Name     = "verboseOutputCheckBox";
     this.verboseOutputCheckBox.Size     = new System.Drawing.Size(100, 17);
     this.verboseOutputCheckBox.TabIndex = 8;
     this.verboseOutputCheckBox.Text     = "&Verbose output";
     this.verboseOutputCheckBox.UseVisualStyleBackColor = true;
     //
     // suppressSchemaValidationCheckBox
     //
     this.suppressSchemaValidationCheckBox.AutoSize = true;
     this.suppressSchemaValidationCheckBox.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.suppressSchemaValidationCheckBox.Location = new System.Drawing.Point(27, 50);
     this.suppressSchemaValidationCheckBox.Name     = "suppressSchemaValidationCheckBox";
     this.suppressSchemaValidationCheckBox.Size     = new System.Drawing.Size(328, 17);
     this.suppressSchemaValidationCheckBox.TabIndex = 6;
     this.suppressSchemaValidationCheckBox.Text     = "Suppress sch&ema validation of documents (performance boost)";
     this.suppressSchemaValidationCheckBox.UseVisualStyleBackColor = true;
     //
     // warningsAsErrorsCheckBox
     //
     this.warningsAsErrorsCheckBox.AutoSize = true;
     this.warningsAsErrorsCheckBox.Location = new System.Drawing.Point(27, 27);
     this.warningsAsErrorsCheckBox.Name     = "warningsAsErrorsCheckBox";
     this.warningsAsErrorsCheckBox.Size     = new System.Drawing.Size(144, 17);
     this.warningsAsErrorsCheckBox.TabIndex = 5;
     this.warningsAsErrorsCheckBox.Text     = "&Treat warnings as errors";
     this.warningsAsErrorsCheckBox.UseVisualStyleBackColor = true;
     //
     // WixLibrarianPropertyPagePanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(errorsAndWarningsGroupBox);
     this.Controls.Add(suppressWarningsGroupBox);
     this.Controls.Add(generalGroupBox);
     this.Name = "WixLibrarianPropertyPagePanel";
     this.Size = new System.Drawing.Size(528, 421);
     this.Controls.SetChildIndex(this.banner, 0);
     this.Controls.SetChildIndex(generalGroupBox, 0);
     this.Controls.SetChildIndex(suppressWarningsGroupBox, 0);
     this.Controls.SetChildIndex(errorsAndWarningsGroupBox, 0);
     generalGroupBox.ResumeLayout(false);
     generalGroupBox.PerformLayout();
     suppressWarningsGroupBox.ResumeLayout(false);
     suppressWarningsGroupBox.PerformLayout();
     errorsAndWarningsGroupBox.ResumeLayout(false);
     errorsAndWarningsGroupBox.PerformLayout();
     this.ResumeLayout(false);
 }
示例#6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixGroupBox errorsAndWarningsGroupBox;
     Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixGroupBox includePathsGroupBox;
     System.Windows.Forms.Label folderLabel;
     this.verboseOutputCheckBox            = new System.Windows.Forms.CheckBox();
     this.suppressSchemaValidationCheckBox = new System.Windows.Forms.CheckBox();
     this.showSourceTraceCheckBox          = new System.Windows.Forms.CheckBox();
     this.deleteButton         = new System.Windows.Forms.Button();
     this.folderBrowserTextBox = new Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.FolderBrowserTextBox();
     this.moveDownButton       = new System.Windows.Forms.Button();
     this.updateButton         = new System.Windows.Forms.Button();
     this.addFolderButton      = new System.Windows.Forms.Button();
     this.foldersListBox       = new System.Windows.Forms.ListBox();
     this.moveUpButton         = new System.Windows.Forms.Button();
     this.okButton             = new System.Windows.Forms.Button();
     this.cancelButton         = new System.Windows.Forms.Button();
     errorsAndWarningsGroupBox = new Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixGroupBox();
     includePathsGroupBox      = new Microsoft.Tools.WindowsInstallerXml.VisualStudio.Controls.WixGroupBox();
     folderLabel = new System.Windows.Forms.Label();
     errorsAndWarningsGroupBox.SuspendLayout();
     includePathsGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // errorsAndWarningsGroupBox
     //
     errorsAndWarningsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     errorsAndWarningsGroupBox.Controls.Add(this.verboseOutputCheckBox);
     errorsAndWarningsGroupBox.Controls.Add(this.suppressSchemaValidationCheckBox);
     errorsAndWarningsGroupBox.Controls.Add(this.showSourceTraceCheckBox);
     errorsAndWarningsGroupBox.Location = new System.Drawing.Point(12, 12);
     errorsAndWarningsGroupBox.Margin   = new System.Windows.Forms.Padding(3);
     errorsAndWarningsGroupBox.Name     = "errorsAndWarningsGroupBox";
     errorsAndWarningsGroupBox.Size     = new System.Drawing.Size(398, 100);
     errorsAndWarningsGroupBox.TabIndex = 0;
     errorsAndWarningsGroupBox.Text     = "Errors and Warnings";
     //
     // verboseOutputCheckBox
     //
     this.verboseOutputCheckBox.AutoSize = true;
     this.verboseOutputCheckBox.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.verboseOutputCheckBox.Location = new System.Drawing.Point(27, 73);
     this.verboseOutputCheckBox.Name     = "verboseOutputCheckBox";
     this.verboseOutputCheckBox.Size     = new System.Drawing.Size(100, 17);
     this.verboseOutputCheckBox.TabIndex = 3;
     this.verboseOutputCheckBox.Text     = "&Verbose output";
     this.verboseOutputCheckBox.UseVisualStyleBackColor = true;
     //
     // suppressSchemaValidationCheckBox
     //
     this.suppressSchemaValidationCheckBox.AutoSize = true;
     this.suppressSchemaValidationCheckBox.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.suppressSchemaValidationCheckBox.Location = new System.Drawing.Point(27, 27);
     this.suppressSchemaValidationCheckBox.Name     = "suppressSchemaValidationCheckBox";
     this.suppressSchemaValidationCheckBox.Size     = new System.Drawing.Size(328, 17);
     this.suppressSchemaValidationCheckBox.TabIndex = 1;
     this.suppressSchemaValidationCheckBox.Text     = "Suppress sch&ema validation of documents (performance boost)";
     this.suppressSchemaValidationCheckBox.UseVisualStyleBackColor = true;
     //
     // showSourceTraceCheckBox
     //
     this.showSourceTraceCheckBox.AutoSize = true;
     this.showSourceTraceCheckBox.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.showSourceTraceCheckBox.Location = new System.Drawing.Point(27, 50);
     this.showSourceTraceCheckBox.Name     = "showSourceTraceCheckBox";
     this.showSourceTraceCheckBox.Size     = new System.Drawing.Size(331, 17);
     this.showSourceTraceCheckBox.TabIndex = 2;
     this.showSourceTraceCheckBox.Text     = "Show source &trace for errors, warnings, and verbose messages";
     this.showSourceTraceCheckBox.UseVisualStyleBackColor = true;
     //
     // includePathsGroupBox
     //
     includePathsGroupBox.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)));
     includePathsGroupBox.Controls.Add(this.deleteButton);
     includePathsGroupBox.Controls.Add(this.folderBrowserTextBox);
     includePathsGroupBox.Controls.Add(this.moveDownButton);
     includePathsGroupBox.Controls.Add(this.updateButton);
     includePathsGroupBox.Controls.Add(this.addFolderButton);
     includePathsGroupBox.Controls.Add(this.foldersListBox);
     includePathsGroupBox.Controls.Add(this.moveUpButton);
     includePathsGroupBox.Controls.Add(folderLabel);
     includePathsGroupBox.Location = new System.Drawing.Point(12, 127);
     includePathsGroupBox.Name     = "includePathsGroupBox";
     includePathsGroupBox.Size     = new System.Drawing.Size(398, 225);
     includePathsGroupBox.TabIndex = 4;
     includePathsGroupBox.Text     = "Include Paths";
     //
     // deleteButton
     //
     this.deleteButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.deleteButton.Enabled  = false;
     this.deleteButton.Image    = global::Microsoft.Tools.WindowsInstallerXml.VisualStudio.WixStrings.Delete;
     this.deleteButton.Location = new System.Drawing.Point(369, 162);
     this.deleteButton.Name     = "deleteButton";
     this.deleteButton.Size     = new System.Drawing.Size(26, 26);
     this.deleteButton.TabIndex = 13;
     this.deleteButton.UseVisualStyleBackColor = true;
     this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click);
     //
     // folderBrowserTextBox
     //
     this.folderBrowserTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.folderBrowserTextBox.DialogDescription = "Please choose a folder:";
     this.folderBrowserTextBox.Location          = new System.Drawing.Point(27, 43);
     this.folderBrowserTextBox.Name         = "folderBrowserTextBox";
     this.folderBrowserTextBox.Size         = new System.Drawing.Size(371, 22);
     this.folderBrowserTextBox.TabIndex     = 6;
     this.folderBrowserTextBox.TextChanged += new System.EventHandler(this.folderBrowserTextBox_TextChanged);
     //
     // moveDownButton
     //
     this.moveDownButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.moveDownButton.Enabled  = false;
     this.moveDownButton.Image    = global::Microsoft.Tools.WindowsInstallerXml.VisualStudio.WixStrings.DownArrow;
     this.moveDownButton.Location = new System.Drawing.Point(369, 130);
     this.moveDownButton.Name     = "moveDownButton";
     this.moveDownButton.Size     = new System.Drawing.Size(26, 26);
     this.moveDownButton.TabIndex = 12;
     this.moveDownButton.UseVisualStyleBackColor = true;
     this.moveDownButton.Click += new System.EventHandler(this.moveDownButton_Click);
     //
     // updateButton
     //
     this.updateButton.AutoSize = true;
     this.updateButton.Enabled  = false;
     this.updateButton.Location = new System.Drawing.Point(108, 69);
     this.updateButton.Name     = "updateButton";
     this.updateButton.Size     = new System.Drawing.Size(75, 23);
     this.updateButton.TabIndex = 9;
     this.updateButton.Text     = "&Update";
     this.updateButton.UseVisualStyleBackColor = true;
     this.updateButton.Click += new System.EventHandler(this.updateButton_Click);
     //
     // addFolderButton
     //
     this.addFolderButton.AutoSize = true;
     this.addFolderButton.Enabled  = false;
     this.addFolderButton.Location = new System.Drawing.Point(27, 69);
     this.addFolderButton.Name     = "addFolderButton";
     this.addFolderButton.Size     = new System.Drawing.Size(75, 23);
     this.addFolderButton.TabIndex = 8;
     this.addFolderButton.Text     = "&Add Folder";
     this.addFolderButton.UseVisualStyleBackColor = true;
     this.addFolderButton.Click += new System.EventHandler(this.addFolderButton_Click);
     //
     // foldersListBox
     //
     this.foldersListBox.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.foldersListBox.IntegralHeight        = false;
     this.foldersListBox.Location              = new System.Drawing.Point(27, 98);
     this.foldersListBox.Name                  = "foldersListBox";
     this.foldersListBox.Size                  = new System.Drawing.Size(336, 127);
     this.foldersListBox.TabIndex              = 10;
     this.foldersListBox.SelectedIndexChanged += new System.EventHandler(this.foldersListBox_SelectedIndexChanged);
     //
     // moveUpButton
     //
     this.moveUpButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.moveUpButton.Enabled  = false;
     this.moveUpButton.Image    = global::Microsoft.Tools.WindowsInstallerXml.VisualStudio.WixStrings.UpArrow;
     this.moveUpButton.Location = new System.Drawing.Point(369, 98);
     this.moveUpButton.Name     = "moveUpButton";
     this.moveUpButton.Size     = new System.Drawing.Size(26, 26);
     this.moveUpButton.TabIndex = 11;
     this.moveUpButton.UseVisualStyleBackColor = true;
     this.moveUpButton.Click += new System.EventHandler(this.moveUpButton_Click);
     //
     // folderLabel
     //
     folderLabel.AutoSize = true;
     folderLabel.Location = new System.Drawing.Point(24, 27);
     folderLabel.Name     = "folderLabel";
     folderLabel.Size     = new System.Drawing.Size(41, 13);
     folderLabel.TabIndex = 5;
     folderLabel.Text     = "&Folder:";
     //
     // okButton
     //
     this.okButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.okButton.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.okButton.Location                = new System.Drawing.Point(254, 360);
     this.okButton.Name                    = "okButton";
     this.okButton.Size                    = new System.Drawing.Size(75, 23);
     this.okButton.TabIndex                = 14;
     this.okButton.Text                    = "OK";
     this.okButton.UseVisualStyleBackColor = true;
     //
     // cancelButton
     //
     this.cancelButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.Location                = new System.Drawing.Point(335, 360);
     this.cancelButton.Name                    = "cancelButton";
     this.cancelButton.Size                    = new System.Drawing.Size(75, 23);
     this.cancelButton.TabIndex                = 15;
     this.cancelButton.Text                    = "Cancel";
     this.cancelButton.UseVisualStyleBackColor = true;
     //
     // WixCompilerAdvancedSettingsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(422, 396);
     this.Controls.Add(errorsAndWarningsGroupBox);
     this.Controls.Add(includePathsGroupBox);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.okButton);
     this.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(430, 430);
     this.Name          = "WixCompilerAdvancedSettingsForm";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Candle Advanced Settings";
     errorsAndWarningsGroupBox.ResumeLayout(false);
     errorsAndWarningsGroupBox.PerformLayout();
     includePathsGroupBox.ResumeLayout(false);
     includePathsGroupBox.PerformLayout();
     this.ResumeLayout(false);
 }