예제 #1
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);

        }
예제 #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);
 }