コード例 #1
0
ファイル: FilesControl.cs プロジェクト: huangwenjiang/wix3
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.filesGroupBox = new System.Windows.Forms.GroupBox();
            this.fileListView = new System.Windows.Forms.ListView();
            this.propertyColumnHeader = new System.Windows.Forms.ColumnHeader();
            this.valueColumnHeader = new System.Windows.Forms.ColumnHeader();
            this.shortcutCheckBox = new System.Windows.Forms.CheckBox();
            this.filesTreeView = new System.Windows.Forms.TreeView();
            this.filesImageList = new System.Windows.Forms.ImageList(this.components);
            this.filesBrowseButton = new System.Windows.Forms.Button();
            this.directoryTextBox = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.wixFolderBrowserDialog = new Microsoft.Tools.WindowsInstallerXml.ClickThrough.WixFolderBrowserDialog();
            this.header1 = new Microsoft.Tools.WindowsInstallerXml.ClickThrough.Header();
            this.directoryErrorProvider = new System.Windows.Forms.ErrorProvider();
            this.shortcutErrorProvider = new System.Windows.Forms.ErrorProvider();
            this.filesGroupBox.SuspendLayout();
            this.SuspendLayout();
            // 
            // filesGroupBox
            // 
            this.filesGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
                | System.Windows.Forms.AnchorStyles.Right)));
            this.filesGroupBox.Controls.Add(this.fileListView);
            this.filesGroupBox.Controls.Add(this.shortcutCheckBox);
            this.filesGroupBox.Enabled = false;
            this.filesGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.filesGroupBox.Location = new System.Drawing.Point(268, 121);
            this.filesGroupBox.Name = "filesGroupBox";
            this.filesGroupBox.Size = new System.Drawing.Size(256, 224);
            this.filesGroupBox.TabIndex = 6;
            this.filesGroupBox.TabStop = false;
            this.filesGroupBox.Text = "File Information";
            // 
            // fileListView
            // 
            this.fileListView.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.fileListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                                                                                           this.propertyColumnHeader,
                                                                                           this.valueColumnHeader});
            this.fileListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.fileListView.Location = new System.Drawing.Point(16, 46);
            this.fileListView.MultiSelect = false;
            this.fileListView.Name = "fileListView";
            this.fileListView.Size = new System.Drawing.Size(224, 162);
            this.fileListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
            this.fileListView.TabIndex = 1;
            this.fileListView.View = System.Windows.Forms.View.Details;
            // 
            // propertyColumnHeader
            // 
            this.propertyColumnHeader.Text = "Property";
            this.propertyColumnHeader.Width = 98;
            // 
            // valueColumnHeader
            // 
            this.valueColumnHeader.Text = "Value";
            this.valueColumnHeader.Width = 122;
            // 
            // shortcutCheckBox
            // 
            this.shortcutCheckBox.Location = new System.Drawing.Point(16, 19);
            this.shortcutCheckBox.Name = "shortcutCheckBox";
            this.shortcutCheckBox.Size = new System.Drawing.Size(152, 18);
            this.shortcutCheckBox.TabIndex = 0;
            this.shortcutCheckBox.Text = "&Shortcut for Application";
            this.shortcutCheckBox.CheckedChanged += new System.EventHandler(this.ShortcutCheckBox_CheckedChanged);
            // 
            // filesTreeView
            // 
            this.filesTreeView.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.filesTreeView.HideSelection = false;
            this.filesTreeView.ImageList = this.filesImageList;
            this.filesTreeView.Location = new System.Drawing.Point(16, 121);
            this.filesTreeView.Name = "filesTreeView";
            this.filesTreeView.Size = new System.Drawing.Size(236, 224);
            this.filesTreeView.TabIndex = 5;
            this.filesTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.FilesTreeView_AfterSelect);
            // 
            // filesImageList
            // 
            this.filesImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
            this.filesImageList.ImageSize = new System.Drawing.Size(16, 16);
            this.filesImageList.TransparentColor = System.Drawing.Color.Transparent;
            // 
            // filesBrowseButton
            // 
            this.filesBrowseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.filesBrowseButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.filesBrowseButton.Location = new System.Drawing.Point(460, 89);
            this.filesBrowseButton.Name = "filesBrowseButton";
            this.filesBrowseButton.Size = new System.Drawing.Size(75, 24);
            this.filesBrowseButton.TabIndex = 4;
            this.filesBrowseButton.Text = "&Browse...";
            this.filesBrowseButton.Click += new System.EventHandler(this.FilesBrowseButton_Click);
            // 
            // directoryTextBox
            // 
            this.directoryTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
                | System.Windows.Forms.AnchorStyles.Right)));
            this.directoryTextBox.Location = new System.Drawing.Point(76, 89);
            this.directoryTextBox.Name = "directoryTextBox";
            this.directoryTextBox.ReadOnly = true;
            this.directoryTextBox.Size = new System.Drawing.Size(367, 20);
            this.directoryTextBox.TabIndex = 3;
            this.directoryTextBox.Text = "Start by clicking the Browse button to select the directory with your files...";
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(4, 90);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(66, 20);
            this.label2.TabIndex = 2;
            this.label2.Text = "Root Folder:";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // wixFolderBrowserDialog
            // 
            this.wixFolderBrowserDialog.Description = "Please select the directory containing the application to package.";
            this.wixFolderBrowserDialog.SelectedPath = null;
            // 
            // header1
            // 
            this.header1.Dock = System.Windows.Forms.DockStyle.Top;
            this.header1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.header1.Index = 0;
            this.header1.Location = new System.Drawing.Point(0, 0);
            this.header1.Name = "header1";
            this.header1.Size = new System.Drawing.Size(540, 88);
            this.header1.TabIndex = 7;
            // 
            // directoryErrorProvider
            // 
            this.directoryErrorProvider.ContainerControl = this;
            // 
            // shortcutErrorProvider
            // 
            this.shortcutErrorProvider.ContainerControl = this;
            // 
            // FilesControl
            // 
            this.Controls.Add(this.header1);
            this.Controls.Add(this.filesGroupBox);
            this.Controls.Add(this.filesTreeView);
            this.Controls.Add(this.filesBrowseButton);
            this.Controls.Add(this.directoryTextBox);
            this.Controls.Add(this.label2);
            this.Name = "FilesControl";
            this.Size = new System.Drawing.Size(540, 360);
            this.Validating += new System.ComponentModel.CancelEventHandler(this.FilesControl_Validating);
            this.Validated += new System.EventHandler(this.FilesControl_Validated);
            this.filesGroupBox.ResumeLayout(false);
            this.ResumeLayout(false);

        }
コード例 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components           = new System.ComponentModel.Container();
     this.filesGroupBox        = new System.Windows.Forms.GroupBox();
     this.fileListView         = new System.Windows.Forms.ListView();
     this.propertyColumnHeader = new System.Windows.Forms.ColumnHeader();
     this.valueColumnHeader    = new System.Windows.Forms.ColumnHeader();
     this.shortcutCheckBox     = new System.Windows.Forms.CheckBox();
     this.filesTreeView        = new System.Windows.Forms.TreeView();
     this.filesImageList       = new System.Windows.Forms.ImageList(this.components);
     this.filesBrowseButton    = new System.Windows.Forms.Button();
     this.directoryTextBox     = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.wixFolderBrowserDialog = new Microsoft.Tools.WindowsInstallerXml.ClickThrough.WixFolderBrowserDialog();
     this.header1 = new Microsoft.Tools.WindowsInstallerXml.ClickThrough.Header();
     this.directoryErrorProvider = new System.Windows.Forms.ErrorProvider();
     this.shortcutErrorProvider  = new System.Windows.Forms.ErrorProvider();
     this.filesGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // filesGroupBox
     //
     this.filesGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.filesGroupBox.Controls.Add(this.fileListView);
     this.filesGroupBox.Controls.Add(this.shortcutCheckBox);
     this.filesGroupBox.Enabled   = false;
     this.filesGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.filesGroupBox.Location  = new System.Drawing.Point(268, 121);
     this.filesGroupBox.Name      = "filesGroupBox";
     this.filesGroupBox.Size      = new System.Drawing.Size(256, 224);
     this.filesGroupBox.TabIndex  = 6;
     this.filesGroupBox.TabStop   = false;
     this.filesGroupBox.Text      = "File Information";
     //
     // fileListView
     //
     this.fileListView.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.fileListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.propertyColumnHeader,
         this.valueColumnHeader
     });
     this.fileListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.fileListView.Location    = new System.Drawing.Point(16, 46);
     this.fileListView.MultiSelect = false;
     this.fileListView.Name        = "fileListView";
     this.fileListView.Size        = new System.Drawing.Size(224, 162);
     this.fileListView.Sorting     = System.Windows.Forms.SortOrder.Ascending;
     this.fileListView.TabIndex    = 1;
     this.fileListView.View        = System.Windows.Forms.View.Details;
     //
     // propertyColumnHeader
     //
     this.propertyColumnHeader.Text  = "Property";
     this.propertyColumnHeader.Width = 98;
     //
     // valueColumnHeader
     //
     this.valueColumnHeader.Text  = "Value";
     this.valueColumnHeader.Width = 122;
     //
     // shortcutCheckBox
     //
     this.shortcutCheckBox.Location        = new System.Drawing.Point(16, 19);
     this.shortcutCheckBox.Name            = "shortcutCheckBox";
     this.shortcutCheckBox.Size            = new System.Drawing.Size(152, 18);
     this.shortcutCheckBox.TabIndex        = 0;
     this.shortcutCheckBox.Text            = "&Shortcut for Application";
     this.shortcutCheckBox.CheckedChanged += new System.EventHandler(this.ShortcutCheckBox_CheckedChanged);
     //
     // filesTreeView
     //
     this.filesTreeView.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.filesTreeView.HideSelection = false;
     this.filesTreeView.ImageList     = this.filesImageList;
     this.filesTreeView.Location      = new System.Drawing.Point(16, 121);
     this.filesTreeView.Name          = "filesTreeView";
     this.filesTreeView.Size          = new System.Drawing.Size(236, 224);
     this.filesTreeView.TabIndex      = 5;
     this.filesTreeView.AfterSelect  += new System.Windows.Forms.TreeViewEventHandler(this.FilesTreeView_AfterSelect);
     //
     // filesImageList
     //
     this.filesImageList.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.filesImageList.ImageSize        = new System.Drawing.Size(16, 16);
     this.filesImageList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // filesBrowseButton
     //
     this.filesBrowseButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.filesBrowseButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.filesBrowseButton.Location  = new System.Drawing.Point(460, 89);
     this.filesBrowseButton.Name      = "filesBrowseButton";
     this.filesBrowseButton.Size      = new System.Drawing.Size(75, 24);
     this.filesBrowseButton.TabIndex  = 4;
     this.filesBrowseButton.Text      = "&Browse...";
     this.filesBrowseButton.Click    += new System.EventHandler(this.FilesBrowseButton_Click);
     //
     // directoryTextBox
     //
     this.directoryTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.directoryTextBox.Location = new System.Drawing.Point(76, 89);
     this.directoryTextBox.Name     = "directoryTextBox";
     this.directoryTextBox.ReadOnly = true;
     this.directoryTextBox.Size     = new System.Drawing.Size(367, 20);
     this.directoryTextBox.TabIndex = 3;
     this.directoryTextBox.Text     = "Start by clicking the Browse button to select the directory with your files...";
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(4, 90);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(66, 20);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Root Folder:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // wixFolderBrowserDialog
     //
     this.wixFolderBrowserDialog.Description  = "Please select the directory containing the application to package.";
     this.wixFolderBrowserDialog.SelectedPath = null;
     //
     // header1
     //
     this.header1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.header1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.header1.Index    = 0;
     this.header1.Location = new System.Drawing.Point(0, 0);
     this.header1.Name     = "header1";
     this.header1.Size     = new System.Drawing.Size(540, 88);
     this.header1.TabIndex = 7;
     //
     // directoryErrorProvider
     //
     this.directoryErrorProvider.ContainerControl = this;
     //
     // shortcutErrorProvider
     //
     this.shortcutErrorProvider.ContainerControl = this;
     //
     // FilesControl
     //
     this.Controls.Add(this.header1);
     this.Controls.Add(this.filesGroupBox);
     this.Controls.Add(this.filesTreeView);
     this.Controls.Add(this.filesBrowseButton);
     this.Controls.Add(this.directoryTextBox);
     this.Controls.Add(this.label2);
     this.Name        = "FilesControl";
     this.Size        = new System.Drawing.Size(540, 360);
     this.Validating += new System.ComponentModel.CancelEventHandler(this.FilesControl_Validating);
     this.Validated  += new System.EventHandler(this.FilesControl_Validated);
     this.filesGroupBox.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components                   = new System.ComponentModel.Container();
     this.summaryLabel                 = new System.Windows.Forms.Label();
     this.versionTextBox               = new System.Windows.Forms.TextBox();
     this.label7                       = new System.Windows.Forms.Label();
     this.label6                       = new System.Windows.Forms.Label();
     this.manufacturerTextBox          = new System.Windows.Forms.TextBox();
     this.iconButton                   = new System.Windows.Forms.Button();
     this.label5                       = new System.Windows.Forms.Label();
     this.label4                       = new System.Windows.Forms.Label();
     this.descriptionTextBox           = new System.Windows.Forms.TextBox();
     this.applicationNameTextBox       = new System.Windows.Forms.TextBox();
     this.label1                       = new System.Windows.Forms.Label();
     this.pickIconDialog1              = new Microsoft.Tools.WindowsInstallerXml.ClickThrough.PickIconDialog();
     this.header1                      = new Microsoft.Tools.WindowsInstallerXml.ClickThrough.Header();
     this.updateFeedTextBox            = new System.Windows.Forms.TextBox();
     this.label2                       = new System.Windows.Forms.Label();
     this.applicationNameErrorProvider = new System.Windows.Forms.ErrorProvider(this.components);
     this.manufacturerErrorProvider    = new System.Windows.Forms.ErrorProvider(this.components);
     this.versionErrorProvider         = new System.Windows.Forms.ErrorProvider(this.components);
     this.updateFeedErrorProvider      = new System.Windows.Forms.ErrorProvider(this.components);
     this.buildButton                  = new System.Windows.Forms.Button();
     this.saveFileDialog               = new System.Windows.Forms.SaveFileDialog();
     this.downloadButton               = new System.Windows.Forms.Button();
     this.previousPackageTextBox       = new System.Windows.Forms.TextBox();
     this.label3                       = new System.Windows.Forms.Label();
     this.browseButton                 = new System.Windows.Forms.Button();
     this.previousPackageErrorProvider = new System.Windows.Forms.ErrorProvider(this.components);
     this.previousPackageFileDialog    = new System.Windows.Forms.OpenFileDialog();
     ((System.ComponentModel.ISupportInitialize)(this.applicationNameErrorProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.manufacturerErrorProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.versionErrorProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.updateFeedErrorProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.previousPackageErrorProvider)).BeginInit();
     this.SuspendLayout();
     //
     // summaryLabel
     //
     this.summaryLabel.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.summaryLabel.Location = new System.Drawing.Point(16, 24);
     this.summaryLabel.Name     = "summaryLabel";
     this.summaryLabel.Size     = new System.Drawing.Size(224, 296);
     this.summaryLabel.TabIndex = 0;
     //
     // versionTextBox
     //
     this.versionTextBox.Location     = new System.Drawing.Point(104, 121);
     this.versionTextBox.Name         = "versionTextBox";
     this.versionTextBox.Size         = new System.Drawing.Size(115, 20);
     this.versionTextBox.TabIndex     = 7;
     this.versionTextBox.Text         = "1.0.0.0";
     this.versionTextBox.TextChanged += new System.EventHandler(this.VersionTextBoxTextChanged);
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(52, 121);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(48, 23);
     this.label7.TabIndex  = 4;
     this.label7.Text      = "&Version:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label6
     //
     this.label6.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label6.Location  = new System.Drawing.Point(337, 89);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(80, 23);
     this.label6.TabIndex  = 2;
     this.label6.Text      = "&Manufacturer:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // manufacturerTextBox
     //
     this.manufacturerTextBox.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.manufacturerTextBox.Location     = new System.Drawing.Point(421, 89);
     this.manufacturerTextBox.Name         = "manufacturerTextBox";
     this.manufacturerTextBox.Size         = new System.Drawing.Size(104, 20);
     this.manufacturerTextBox.TabIndex     = 3;
     this.manufacturerTextBox.TextChanged += new System.EventHandler(this.CompanyNameTextBoxTextChanged);
     //
     // iconButton
     //
     this.iconButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.iconButton.Location  = new System.Drawing.Point(400, 121);
     this.iconButton.Name      = "iconButton";
     this.iconButton.Size      = new System.Drawing.Size(77, 27);
     this.iconButton.TabIndex  = 9;
     this.iconButton.Text      = "&Change...";
     this.iconButton.Click    += new System.EventHandler(this.IconButton_Click);
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(240, 121);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(97, 23);
     this.label5.TabIndex  = 8;
     this.label5.Text      = "Add/Remove &Icon:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(36, 153);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(64, 23);
     this.label4.TabIndex  = 10;
     this.label4.Text      = "&Description:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // descriptionTextBox
     //
     this.descriptionTextBox.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.descriptionTextBox.Location     = new System.Drawing.Point(104, 161);
     this.descriptionTextBox.Multiline    = true;
     this.descriptionTextBox.Name         = "descriptionTextBox";
     this.descriptionTextBox.Size         = new System.Drawing.Size(421, 87);
     this.descriptionTextBox.TabIndex     = 11;
     this.descriptionTextBox.TextChanged += new System.EventHandler(this.DescriptionTextBoxTextChanged);
     //
     // applicationNameTextBox
     //
     this.applicationNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.applicationNameTextBox.Location     = new System.Drawing.Point(104, 89);
     this.applicationNameTextBox.Name         = "applicationNameTextBox";
     this.applicationNameTextBox.Size         = new System.Drawing.Size(223, 20);
     this.applicationNameTextBox.TabIndex     = 1;
     this.applicationNameTextBox.TextChanged += new System.EventHandler(this.ProductNameTextBoxTextChanged);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(4, 89);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(96, 23);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Application &Name:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // pickIconDialog1
     //
     this.pickIconDialog1.IconFile  = null;
     this.pickIconDialog1.IconIndex = -1;
     //
     // header1
     //
     this.header1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.header1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.header1.Index    = 0;
     this.header1.Location = new System.Drawing.Point(0, 0);
     this.header1.Name     = "header1";
     this.header1.Size     = new System.Drawing.Size(540, 88);
     this.header1.TabIndex = 17;
     //
     // updateFeedTextBox
     //
     this.updateFeedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.updateFeedTextBox.Location = new System.Drawing.Point(104, 264);
     this.updateFeedTextBox.Name     = "updateFeedTextBox";
     this.updateFeedTextBox.Size     = new System.Drawing.Size(421, 20);
     this.updateFeedTextBox.TabIndex = 13;
     //
     // label2
     //
     this.label2.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label2.Location  = new System.Drawing.Point(27, 264);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(73, 18);
     this.label2.TabIndex  = 12;
     this.label2.Text      = "&Update Feed:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // applicationNameErrorProvider
     //
     this.applicationNameErrorProvider.ContainerControl = this;
     //
     // manufacturerErrorProvider
     //
     this.manufacturerErrorProvider.ContainerControl = this;
     //
     // versionErrorProvider
     //
     this.versionErrorProvider.ContainerControl = this;
     //
     // updateFeedErrorProvider
     //
     this.updateFeedErrorProvider.ContainerControl = this;
     //
     // buildButton
     //
     this.buildButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buildButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.buildButton.Location  = new System.Drawing.Point(437, 292);
     this.buildButton.Name      = "buildButton";
     this.buildButton.Size      = new System.Drawing.Size(88, 54);
     this.buildButton.TabIndex  = 0;
     this.buildButton.Text      = "&Build...";
     this.buildButton.Click    += new System.EventHandler(this.buildButton_Click);
     //
     // saveFileDialog
     //
     this.saveFileDialog.DefaultExt = "exe";
     this.saveFileDialog.FileName   = "setup.exe";
     this.saveFileDialog.Filter     = "Setup Bootstrap Executable (*.exe)|*.exe";
     //
     // downloadButton
     //
     this.downloadButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.downloadButton.Enabled   = false;
     this.downloadButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.downloadButton.Location  = new System.Drawing.Point(212, 323);
     this.downloadButton.Name      = "downloadButton";
     this.downloadButton.Size      = new System.Drawing.Size(136, 24);
     this.downloadButton.TabIndex  = 16;
     this.downloadButton.Text      = "D&ownload from Feed...";
     //
     // previousPackageTextBox
     //
     this.previousPackageTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.previousPackageTextBox.Location = new System.Drawing.Point(104, 296);
     this.previousPackageTextBox.Name     = "previousPackageTextBox";
     this.previousPackageTextBox.ReadOnly = true;
     this.previousPackageTextBox.Size     = new System.Drawing.Size(325, 20);
     this.previousPackageTextBox.TabIndex = 15;
     //
     // label3
     //
     this.label3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label3.Enabled  = false;
     this.label3.Location = new System.Drawing.Point(1, 298);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(99, 19);
     this.label3.TabIndex = 14;
     this.label3.Text     = "Previous Package:";
     //
     // browseButton
     //
     this.browseButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.browseButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.browseButton.Location  = new System.Drawing.Point(356, 323);
     this.browseButton.Name      = "browseButton";
     this.browseButton.Size      = new System.Drawing.Size(73, 23);
     this.browseButton.TabIndex  = 17;
     this.browseButton.Text      = "B&rowse...";
     this.browseButton.Click    += new System.EventHandler(this.browseButton_Click);
     //
     // previousPackageErrorProvider
     //
     this.previousPackageErrorProvider.ContainerControl = this;
     //
     // SummaryControl
     //
     this.Controls.Add(this.browseButton);
     this.Controls.Add(this.previousPackageTextBox);
     this.Controls.Add(this.downloadButton);
     this.Controls.Add(this.buildButton);
     this.Controls.Add(this.updateFeedTextBox);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.header1);
     this.Controls.Add(this.versionTextBox);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.manufacturerTextBox);
     this.Controls.Add(this.iconButton);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.descriptionTextBox);
     this.Controls.Add(this.applicationNameTextBox);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label3);
     this.Name        = "SummaryControl";
     this.Size        = new System.Drawing.Size(540, 360);
     this.Validated  += new System.EventHandler(this.SummaryControl_Validated);
     this.Validating += new System.ComponentModel.CancelEventHandler(this.SummaryControl_Validating);
     ((System.ComponentModel.ISupportInitialize)(this.applicationNameErrorProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.manufacturerErrorProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.versionErrorProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.updateFeedErrorProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.previousPackageErrorProvider)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #4
0
ファイル: SummaryControl.cs プロジェクト: Jeremiahf/wix3
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.summaryLabel = new System.Windows.Forms.Label();
            this.versionTextBox = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.manufacturerTextBox = new System.Windows.Forms.TextBox();
            this.iconButton = new System.Windows.Forms.Button();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.descriptionTextBox = new System.Windows.Forms.TextBox();
            this.applicationNameTextBox = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.pickIconDialog1 = new Microsoft.Tools.WindowsInstallerXml.ClickThrough.PickIconDialog();
            this.header1 = new Microsoft.Tools.WindowsInstallerXml.ClickThrough.Header();
            this.updateFeedTextBox = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.applicationNameErrorProvider = new System.Windows.Forms.ErrorProvider(this.components);
            this.manufacturerErrorProvider = new System.Windows.Forms.ErrorProvider(this.components);
            this.versionErrorProvider = new System.Windows.Forms.ErrorProvider(this.components);
            this.updateFeedErrorProvider = new System.Windows.Forms.ErrorProvider(this.components);
            this.buildButton = new System.Windows.Forms.Button();
            this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
            this.downloadButton = new System.Windows.Forms.Button();
            this.previousPackageTextBox = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.browseButton = new System.Windows.Forms.Button();
            this.previousPackageErrorProvider = new System.Windows.Forms.ErrorProvider(this.components);
            this.previousPackageFileDialog = new System.Windows.Forms.OpenFileDialog();
            ((System.ComponentModel.ISupportInitialize)(this.applicationNameErrorProvider)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.manufacturerErrorProvider)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.versionErrorProvider)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.updateFeedErrorProvider)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.previousPackageErrorProvider)).BeginInit();
            this.SuspendLayout();
            // 
            // summaryLabel
            // 
            this.summaryLabel.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.summaryLabel.Location = new System.Drawing.Point(16, 24);
            this.summaryLabel.Name = "summaryLabel";
            this.summaryLabel.Size = new System.Drawing.Size(224, 296);
            this.summaryLabel.TabIndex = 0;
            // 
            // versionTextBox
            // 
            this.versionTextBox.Location = new System.Drawing.Point(104, 121);
            this.versionTextBox.Name = "versionTextBox";
            this.versionTextBox.Size = new System.Drawing.Size(115, 20);
            this.versionTextBox.TabIndex = 7;
            this.versionTextBox.Text = "1.0.0.0";
            this.versionTextBox.TextChanged += new System.EventHandler(this.VersionTextBoxTextChanged);
            // 
            // label7
            // 
            this.label7.Location = new System.Drawing.Point(52, 121);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(48, 23);
            this.label7.TabIndex = 4;
            this.label7.Text = "&Version:";
            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label6
            // 
            this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label6.Location = new System.Drawing.Point(337, 89);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(80, 23);
            this.label6.TabIndex = 2;
            this.label6.Text = "&Manufacturer:";
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // manufacturerTextBox
            // 
            this.manufacturerTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.manufacturerTextBox.Location = new System.Drawing.Point(421, 89);
            this.manufacturerTextBox.Name = "manufacturerTextBox";
            this.manufacturerTextBox.Size = new System.Drawing.Size(104, 20);
            this.manufacturerTextBox.TabIndex = 3;
            this.manufacturerTextBox.TextChanged += new System.EventHandler(this.CompanyNameTextBoxTextChanged);
            // 
            // iconButton
            // 
            this.iconButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.iconButton.Location = new System.Drawing.Point(400, 121);
            this.iconButton.Name = "iconButton";
            this.iconButton.Size = new System.Drawing.Size(77, 27);
            this.iconButton.TabIndex = 9;
            this.iconButton.Text = "&Change...";
            this.iconButton.Click += new System.EventHandler(this.IconButton_Click);
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(240, 121);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(97, 23);
            this.label5.TabIndex = 8;
            this.label5.Text = "Add/Remove &Icon:";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(36, 153);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(64, 23);
            this.label4.TabIndex = 10;
            this.label4.Text = "&Description:";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // descriptionTextBox
            // 
            this.descriptionTextBox.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.descriptionTextBox.Location = new System.Drawing.Point(104, 161);
            this.descriptionTextBox.Multiline = true;
            this.descriptionTextBox.Name = "descriptionTextBox";
            this.descriptionTextBox.Size = new System.Drawing.Size(421, 87);
            this.descriptionTextBox.TabIndex = 11;
            this.descriptionTextBox.TextChanged += new System.EventHandler(this.DescriptionTextBoxTextChanged);
            // 
            // applicationNameTextBox
            // 
            this.applicationNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.applicationNameTextBox.Location = new System.Drawing.Point(104, 89);
            this.applicationNameTextBox.Name = "applicationNameTextBox";
            this.applicationNameTextBox.Size = new System.Drawing.Size(223, 20);
            this.applicationNameTextBox.TabIndex = 1;
            this.applicationNameTextBox.TextChanged += new System.EventHandler(this.ProductNameTextBoxTextChanged);
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(4, 89);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(96, 23);
            this.label1.TabIndex = 0;
            this.label1.Text = "Application &Name:";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // pickIconDialog1
            // 
            this.pickIconDialog1.IconFile = null;
            this.pickIconDialog1.IconIndex = -1;
            // 
            // header1
            // 
            this.header1.Dock = System.Windows.Forms.DockStyle.Top;
            this.header1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.header1.Index = 0;
            this.header1.Location = new System.Drawing.Point(0, 0);
            this.header1.Name = "header1";
            this.header1.Size = new System.Drawing.Size(540, 88);
            this.header1.TabIndex = 17;
            // 
            // updateFeedTextBox
            // 
            this.updateFeedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.updateFeedTextBox.Location = new System.Drawing.Point(104, 264);
            this.updateFeedTextBox.Name = "updateFeedTextBox";
            this.updateFeedTextBox.Size = new System.Drawing.Size(421, 20);
            this.updateFeedTextBox.TabIndex = 13;
            // 
            // label2
            // 
            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label2.Location = new System.Drawing.Point(27, 264);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(73, 18);
            this.label2.TabIndex = 12;
            this.label2.Text = "&Update Feed:";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // applicationNameErrorProvider
            // 
            this.applicationNameErrorProvider.ContainerControl = this;
            // 
            // manufacturerErrorProvider
            // 
            this.manufacturerErrorProvider.ContainerControl = this;
            // 
            // versionErrorProvider
            // 
            this.versionErrorProvider.ContainerControl = this;
            // 
            // updateFeedErrorProvider
            // 
            this.updateFeedErrorProvider.ContainerControl = this;
            // 
            // buildButton
            // 
            this.buildButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buildButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.buildButton.Location = new System.Drawing.Point(437, 292);
            this.buildButton.Name = "buildButton";
            this.buildButton.Size = new System.Drawing.Size(88, 54);
            this.buildButton.TabIndex = 0;
            this.buildButton.Text = "&Build...";
            this.buildButton.Click += new System.EventHandler(this.buildButton_Click);
            // 
            // saveFileDialog
            // 
            this.saveFileDialog.DefaultExt = "exe";
            this.saveFileDialog.FileName = "setup.exe";
            this.saveFileDialog.Filter = "Setup Bootstrap Executable (*.exe)|*.exe";
            // 
            // downloadButton
            // 
            this.downloadButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.downloadButton.Enabled = false;
            this.downloadButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.downloadButton.Location = new System.Drawing.Point(212, 323);
            this.downloadButton.Name = "downloadButton";
            this.downloadButton.Size = new System.Drawing.Size(136, 24);
            this.downloadButton.TabIndex = 16;
            this.downloadButton.Text = "D&ownload from Feed...";
            // 
            // previousPackageTextBox
            // 
            this.previousPackageTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.previousPackageTextBox.Location = new System.Drawing.Point(104, 296);
            this.previousPackageTextBox.Name = "previousPackageTextBox";
            this.previousPackageTextBox.ReadOnly = true;
            this.previousPackageTextBox.Size = new System.Drawing.Size(325, 20);
            this.previousPackageTextBox.TabIndex = 15;
            // 
            // label3
            // 
            this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label3.Enabled = false;
            this.label3.Location = new System.Drawing.Point(1, 298);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(99, 19);
            this.label3.TabIndex = 14;
            this.label3.Text = "Previous Package:";
            // 
            // browseButton
            // 
            this.browseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.browseButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.browseButton.Location = new System.Drawing.Point(356, 323);
            this.browseButton.Name = "browseButton";
            this.browseButton.Size = new System.Drawing.Size(73, 23);
            this.browseButton.TabIndex = 17;
            this.browseButton.Text = "B&rowse...";
            this.browseButton.Click += new System.EventHandler(this.browseButton_Click);
            // 
            // previousPackageErrorProvider
            // 
            this.previousPackageErrorProvider.ContainerControl = this;
            // 
            // SummaryControl
            // 
            this.Controls.Add(this.browseButton);
            this.Controls.Add(this.previousPackageTextBox);
            this.Controls.Add(this.downloadButton);
            this.Controls.Add(this.buildButton);
            this.Controls.Add(this.updateFeedTextBox);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.header1);
            this.Controls.Add(this.versionTextBox);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.manufacturerTextBox);
            this.Controls.Add(this.iconButton);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.descriptionTextBox);
            this.Controls.Add(this.applicationNameTextBox);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.label3);
            this.Name = "SummaryControl";
            this.Size = new System.Drawing.Size(540, 360);
            this.Validated += new System.EventHandler(this.SummaryControl_Validated);
            this.Validating += new System.ComponentModel.CancelEventHandler(this.SummaryControl_Validating);
            ((System.ComponentModel.ISupportInitialize)(this.applicationNameErrorProvider)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.manufacturerErrorProvider)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.versionErrorProvider)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.updateFeedErrorProvider)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.previousPackageErrorProvider)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }