/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WixBuildPropertyPagePanel));
     System.Windows.Forms.Label defineConstantsLabel;
     WixToolset.VisualStudio.Controls.WixGroupBox generalGroupBox;
     System.Windows.Forms.Label outputPathLabel;
     WixToolset.VisualStudio.Controls.WixGroupBox outputGroupBox;
     this.generalTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     this.label3 = new System.Windows.Forms.Label();
     this.defineDebugCheckBox = new System.Windows.Forms.CheckBox();
     this.label1 = new System.Windows.Forms.Label();
     this.defineConstantsTextBox = new System.Windows.Forms.TextBox();
     this.defineVariablesTextBox = new System.Windows.Forms.TextBox();
     this.label2                   = new System.Windows.Forms.Label();
     this.culturesTextBox          = new System.Windows.Forms.TextBox();
     this.label4                   = new System.Windows.Forms.Label();
     this.outputTableLayoutPanel   = new System.Windows.Forms.TableLayoutPanel();
     this.outputPathFolderBrowser  = new WixToolset.VisualStudio.Controls.FolderBrowserTextBox();
     this.bindFilesCheckBox        = new System.Windows.Forms.CheckBox();
     this.leaveTempFilesCheckBox   = new System.Windows.Forms.CheckBox();
     this.suppressWixPdbCheckBox   = new System.Windows.Forms.CheckBox();
     this.warningsAsErrorsCheckBox = new System.Windows.Forms.CheckBox();
     this.messagesGroupBox         = new WixToolset.VisualStudio.Controls.WixGroupBox();
     this.messageTableLayoutPanel  = new System.Windows.Forms.TableLayoutPanel();
     this.label5                   = new System.Windows.Forms.Label();
     this.verboseOutputCheckBox    = new System.Windows.Forms.CheckBox();
     this.label6                   = new System.Windows.Forms.Label();
     this.warningLevelCombo        = new System.Windows.Forms.ComboBox();
     this.suppressedWarningsText   = new System.Windows.Forms.TextBox();
     this.mainTableLayoutPanel     = new System.Windows.Forms.TableLayoutPanel();
     defineConstantsExampleLabel   = new System.Windows.Forms.Label();
     defineConstantsLabel          = new System.Windows.Forms.Label();
     generalGroupBox               = new WixToolset.VisualStudio.Controls.WixGroupBox();
     outputPathLabel               = new System.Windows.Forms.Label();
     outputGroupBox                = new WixToolset.VisualStudio.Controls.WixGroupBox();
     generalGroupBox.SuspendLayout();
     this.generalTableLayoutPanel.SuspendLayout();
     outputGroupBox.SuspendLayout();
     this.outputTableLayoutPanel.SuspendLayout();
     this.messagesGroupBox.SuspendLayout();
     this.messageTableLayoutPanel.SuspendLayout();
     this.mainTableLayoutPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // defineConstantsExampleLabel
     //
     resources.ApplyResources(defineConstantsExampleLabel, "defineConstantsExampleLabel");
     defineConstantsExampleLabel.Name = "defineConstantsExampleLabel";
     //
     // defineConstantsLabel
     //
     resources.ApplyResources(defineConstantsLabel, "defineConstantsLabel");
     defineConstantsLabel.MinimumSize = new System.Drawing.Size(170, 13);
     defineConstantsLabel.Name        = "defineConstantsLabel";
     //
     // generalGroupBox
     //
     resources.ApplyResources(generalGroupBox, "generalGroupBox");
     generalGroupBox.Controls.Add(this.generalTableLayoutPanel);
     generalGroupBox.Name = "generalGroupBox";
     //
     // generalTableLayoutPanel
     //
     resources.ApplyResources(this.generalTableLayoutPanel, "generalTableLayoutPanel");
     this.generalTableLayoutPanel.Controls.Add(defineConstantsLabel, 1, 2);
     this.generalTableLayoutPanel.Controls.Add(this.label3, 1, 6);
     this.generalTableLayoutPanel.Controls.Add(this.defineDebugCheckBox, 1, 0);
     this.generalTableLayoutPanel.Controls.Add(this.label1, 1, 4);
     this.generalTableLayoutPanel.Controls.Add(this.defineConstantsTextBox, 2, 2);
     this.generalTableLayoutPanel.Controls.Add(defineConstantsExampleLabel, 2, 3);
     this.generalTableLayoutPanel.Controls.Add(this.defineVariablesTextBox, 2, 4);
     this.generalTableLayoutPanel.Controls.Add(this.label2, 2, 5);
     this.generalTableLayoutPanel.Controls.Add(this.culturesTextBox, 2, 6);
     this.generalTableLayoutPanel.Controls.Add(this.label4, 2, 7);
     this.generalTableLayoutPanel.Name = "generalTableLayoutPanel";
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.MinimumSize = new System.Drawing.Size(170, 13);
     this.label3.Name        = "label3";
     //
     // defineDebugCheckBox
     //
     resources.ApplyResources(this.defineDebugCheckBox, "defineDebugCheckBox");
     this.generalTableLayoutPanel.SetColumnSpan(this.defineDebugCheckBox, 2);
     this.defineDebugCheckBox.Name = "defineDebugCheckBox";
     this.defineDebugCheckBox.UseVisualStyleBackColor = true;
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.MinimumSize = new System.Drawing.Size(170, 13);
     this.label1.Name        = "label1";
     //
     // defineConstantsTextBox
     //
     resources.ApplyResources(this.defineConstantsTextBox, "defineConstantsTextBox");
     this.defineConstantsTextBox.Name = "defineConstantsTextBox";
     //
     // defineVariablesTextBox
     //
     resources.ApplyResources(this.defineVariablesTextBox, "defineVariablesTextBox");
     this.defineVariablesTextBox.Name = "defineVariablesTextBox";
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // culturesTextBox
     //
     resources.ApplyResources(this.culturesTextBox, "culturesTextBox");
     this.culturesTextBox.Name = "culturesTextBox";
     //
     // label4
     //
     resources.ApplyResources(this.label4, "label4");
     this.label4.Name = "label4";
     //
     // outputPathLabel
     //
     resources.ApplyResources(outputPathLabel, "outputPathLabel");
     outputPathLabel.MinimumSize = new System.Drawing.Size(170, 23);
     outputPathLabel.Name        = "outputPathLabel";
     //
     // outputGroupBox
     //
     resources.ApplyResources(outputGroupBox, "outputGroupBox");
     outputGroupBox.Controls.Add(this.outputTableLayoutPanel);
     outputGroupBox.Name = "outputGroupBox";
     //
     // outputTableLayoutPanel
     //
     resources.ApplyResources(this.outputTableLayoutPanel, "outputTableLayoutPanel");
     this.outputTableLayoutPanel.Controls.Add(this.outputPathFolderBrowser, 2, 0);
     this.outputTableLayoutPanel.Controls.Add(outputPathLabel, 1, 0);
     this.outputTableLayoutPanel.Controls.Add(this.bindFilesCheckBox, 1, 3);
     this.outputTableLayoutPanel.Controls.Add(this.leaveTempFilesCheckBox, 1, 1);
     this.outputTableLayoutPanel.Controls.Add(this.suppressWixPdbCheckBox, 1, 2);
     this.outputTableLayoutPanel.Name = "outputTableLayoutPanel";
     //
     // outputPathFolderBrowser
     //
     resources.ApplyResources(this.outputPathFolderBrowser, "outputPathFolderBrowser");
     this.outputPathFolderBrowser.MinimumSize = new System.Drawing.Size(200, 23);
     this.outputPathFolderBrowser.Name        = "outputPathFolderBrowser";
     this.outputPathFolderBrowser.Tag         = "";
     //
     // bindFilesCheckBox
     //
     resources.ApplyResources(this.bindFilesCheckBox, "bindFilesCheckBox");
     this.outputTableLayoutPanel.SetColumnSpan(this.bindFilesCheckBox, 2);
     this.bindFilesCheckBox.Name = "bindFilesCheckBox";
     this.bindFilesCheckBox.UseVisualStyleBackColor = true;
     //
     // leaveTempFilesCheckBox
     //
     resources.ApplyResources(this.leaveTempFilesCheckBox, "leaveTempFilesCheckBox");
     this.outputTableLayoutPanel.SetColumnSpan(this.leaveTempFilesCheckBox, 2);
     this.leaveTempFilesCheckBox.Name = "leaveTempFilesCheckBox";
     this.leaveTempFilesCheckBox.UseVisualStyleBackColor = true;
     //
     // suppressWixPdbCheckBox
     //
     resources.ApplyResources(this.suppressWixPdbCheckBox, "suppressWixPdbCheckBox");
     this.outputTableLayoutPanel.SetColumnSpan(this.suppressWixPdbCheckBox, 2);
     this.suppressWixPdbCheckBox.Name = "suppressWixPdbCheckBox";
     this.suppressWixPdbCheckBox.UseVisualStyleBackColor = true;
     //
     // warningsAsErrorsCheckBox
     //
     resources.ApplyResources(this.warningsAsErrorsCheckBox, "warningsAsErrorsCheckBox");
     this.messageTableLayoutPanel.SetColumnSpan(this.warningsAsErrorsCheckBox, 2);
     this.warningsAsErrorsCheckBox.Name = "warningsAsErrorsCheckBox";
     //
     // messagesGroupBox
     //
     resources.ApplyResources(this.messagesGroupBox, "messagesGroupBox");
     this.messagesGroupBox.Controls.Add(this.messageTableLayoutPanel);
     this.messagesGroupBox.Name = "messagesGroupBox";
     //
     // messageTableLayoutPanel
     //
     resources.ApplyResources(this.messageTableLayoutPanel, "messageTableLayoutPanel");
     this.messageTableLayoutPanel.Controls.Add(this.label5, 1, 0);
     this.messageTableLayoutPanel.Controls.Add(this.verboseOutputCheckBox, 1, 3);
     this.messageTableLayoutPanel.Controls.Add(this.label6, 1, 1);
     this.messageTableLayoutPanel.Controls.Add(this.warningLevelCombo, 2, 0);
     this.messageTableLayoutPanel.Controls.Add(this.warningsAsErrorsCheckBox, 1, 2);
     this.messageTableLayoutPanel.Controls.Add(this.suppressedWarningsText, 2, 1);
     this.messageTableLayoutPanel.Name = "messageTableLayoutPanel";
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.MinimumSize = new System.Drawing.Size(170, 13);
     this.label5.Name        = "label5";
     //
     // verboseOutputCheckBox
     //
     resources.ApplyResources(this.verboseOutputCheckBox, "verboseOutputCheckBox");
     this.messageTableLayoutPanel.SetColumnSpan(this.verboseOutputCheckBox, 2);
     this.verboseOutputCheckBox.Name = "verboseOutputCheckBox";
     this.verboseOutputCheckBox.UseVisualStyleBackColor = true;
     //
     // label6
     //
     resources.ApplyResources(this.label6, "label6");
     this.label6.Name = "label6";
     //
     // warningLevelCombo
     //
     this.warningLevelCombo.AllowDrop = true;
     resources.ApplyResources(this.warningLevelCombo, "warningLevelCombo");
     this.warningLevelCombo.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.warningLevelCombo.FormattingEnabled = true;
     this.warningLevelCombo.Items.AddRange(new object[] {
         resources.GetString("warningLevelCombo.Items"),
         resources.GetString("warningLevelCombo.Items1"),
         resources.GetString("warningLevelCombo.Items2")
     });
     this.warningLevelCombo.Name = "warningLevelCombo";
     //
     // suppressedWarningsText
     //
     resources.ApplyResources(this.suppressedWarningsText, "suppressedWarningsText");
     this.suppressedWarningsText.Name = "suppressedWarningsText";
     //
     // mainTableLayoutPanel
     //
     resources.ApplyResources(this.mainTableLayoutPanel, "mainTableLayoutPanel");
     this.mainTableLayoutPanel.Controls.Add(generalGroupBox, 0, 0);
     this.mainTableLayoutPanel.Controls.Add(outputGroupBox, 0, 2);
     this.mainTableLayoutPanel.Controls.Add(this.messagesGroupBox, 0, 1);
     this.mainTableLayoutPanel.Name = "mainTableLayoutPanel";
     //
     // WixBuildPropertyPagePanel
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.mainTableLayoutPanel);
     this.Name = "WixBuildPropertyPagePanel";
     generalGroupBox.ResumeLayout(false);
     this.generalTableLayoutPanel.ResumeLayout(false);
     this.generalTableLayoutPanel.PerformLayout();
     outputGroupBox.ResumeLayout(false);
     this.outputTableLayoutPanel.ResumeLayout(false);
     this.outputTableLayoutPanel.PerformLayout();
     this.messagesGroupBox.ResumeLayout(false);
     this.messagesGroupBox.PerformLayout();
     this.messageTableLayoutPanel.ResumeLayout(false);
     this.messageTableLayoutPanel.PerformLayout();
     this.mainTableLayoutPanel.ResumeLayout(false);
     this.mainTableLayoutPanel.PerformLayout();
     this.ResumeLayout(false);
 }
Esempio n. 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     WixToolset.VisualStudio.Controls.WixGroupBox   preBuildGroupBox;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WixBuildEventsPropertyPagePanel));
     WixToolset.VisualStudio.Controls.WixGroupBox   postBuildGroupBox;
     System.Windows.Forms.Label runLabel;
     this.preBuildEditor       = new WixToolset.VisualStudio.Controls.WixBuildEventEditor();
     this.postBuildEditor      = new WixToolset.VisualStudio.Controls.WixBuildEventEditor();
     this.runPostBuildComboBox = new System.Windows.Forms.ComboBox();
     preBuildGroupBox          = new WixToolset.VisualStudio.Controls.WixGroupBox();
     postBuildGroupBox         = new WixToolset.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);
 }