/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.openLink          = new System.Windows.Forms.LinkLabel();
     this.extensionComboBox = new System.Windows.Forms.ComboBox();
     this.introLabel        = new System.Windows.Forms.Label();
     this.selectLabel       = new System.Windows.Forms.Label();
     this.wixBanner         = new Microsoft.Tools.WindowsInstallerXml.Extensions.IsolatedApp.WixBanner();
     this.SuspendLayout();
     //
     // openLink
     //
     this.openLink.AutoSize     = true;
     this.openLink.Location     = new System.Drawing.Point(31, 224);
     this.openLink.Name         = "openLink";
     this.openLink.Size         = new System.Drawing.Size(192, 13);
     this.openLink.TabIndex     = 7;
     this.openLink.TabStop      = true;
     this.openLink.Text         = "&Open Existing ClickThrough Data File...";
     this.openLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OpenLink_LinkClicked);
     //
     // fabricatorComboBox
     //
     this.extensionComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.extensionComboBox.FormattingEnabled = true;
     this.extensionComboBox.Items.AddRange(new object[] {
         "ClickThrough for Isolated Applications",
         "ClickThrough for Office Add-ins"
     });
     this.extensionComboBox.Location              = new System.Drawing.Point(15, 160);
     this.extensionComboBox.Name                  = "fabricatorComboBox";
     this.extensionComboBox.Size                  = new System.Drawing.Size(333, 21);
     this.extensionComboBox.TabIndex              = 6;
     this.extensionComboBox.SelectedIndexChanged += new System.EventHandler(this.ComboBox_SelectedIndexChanged);
     //
     // introLabel
     //
     this.introLabel.Location = new System.Drawing.Point(12, 89);
     this.introLabel.Name     = "introLabel";
     this.introLabel.Size     = new System.Drawing.Size(336, 41);
     this.introLabel.TabIndex = 5;
     this.introLabel.Text     = "ClickThrough makes it easy to create installation packages for your applications." +
                                "  This UI provides step-by-step instructions on how to proceed.";
     //
     // selectLabel
     //
     this.selectLabel.Location = new System.Drawing.Point(12, 141);
     this.selectLabel.Name     = "selectLabel";
     this.selectLabel.Size     = new System.Drawing.Size(347, 16);
     this.selectLabel.TabIndex = 8;
     this.selectLabel.Text     = "Select an application type below or open a previously saved document:";
     //
     // wixBanner
     //
     this.wixBanner.BackColor   = System.Drawing.Color.Transparent;
     this.wixBanner.Dock        = System.Windows.Forms.DockStyle.Top;
     this.wixBanner.Font        = new System.Drawing.Font("Verdana", 14F, System.Drawing.FontStyle.Bold);
     this.wixBanner.ForeColor   = System.Drawing.Color.White;
     this.wixBanner.Location    = new System.Drawing.Point(0, 0);
     this.wixBanner.MinimumSize = new System.Drawing.Size(121, 90);
     this.wixBanner.Name        = "wixBanner";
     this.wixBanner.Size        = new System.Drawing.Size(418, 90);
     this.wixBanner.TabIndex    = 9;
     this.wixBanner.Text        = "ClickThrough";
     //
     // WelcomePage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Transparent;
     this.Controls.Add(this.wixBanner);
     this.Controls.Add(this.selectLabel);
     this.Controls.Add(this.openLink);
     this.Controls.Add(this.extensionComboBox);
     this.Controls.Add(this.introLabel);
     this.Name = "WelcomePage";
     this.Size = new System.Drawing.Size(418, 247);
     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()
        {
            this.flowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
            this.saveLink = new System.Windows.Forms.LinkLabel();
            this.backLink = new System.Windows.Forms.LinkLabel();
            this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
            this.wixBanner = new Microsoft.Tools.WindowsInstallerXml.Extensions.IsolatedApp.WixBanner();
            this.SuspendLayout();
            // 
            // flowLayoutPanel
            // 
            this.flowLayoutPanel.AutoScroll = true;
            this.flowLayoutPanel.AutoSize = true;
            this.flowLayoutPanel.BackColor = System.Drawing.Color.Transparent;
            this.flowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel.Location = new System.Drawing.Point(0, 90);
            this.flowLayoutPanel.Name = "flowLayoutPanel";
            this.flowLayoutPanel.Size = new System.Drawing.Size(392, 110);
            this.flowLayoutPanel.TabIndex = 0;
            // 
            // saveLink
            // 
            this.saveLink.AutoSize = true;
            this.saveLink.Location = new System.Drawing.Point(129, 54);
            this.saveLink.Name = "saveLink";
            this.saveLink.Size = new System.Drawing.Size(58, 13);
            this.saveLink.TabIndex = 2;
            this.saveLink.TabStop = true;
            this.saveLink.Text = "&Save work";
            this.saveLink.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.saveLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.SaveLink_LinkClicked);
            // 
            // backLink
            // 
            this.backLink.AutoSize = true;
            this.backLink.Location = new System.Drawing.Point(3, 54);
            this.backLink.Name = "backLink";
            this.backLink.Size = new System.Drawing.Size(120, 13);
            this.backLink.TabIndex = 3;
            this.backLink.TabStop = true;
            this.backLink.Text = "Back to &Welcome Page";
            this.backLink.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.backLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.BackLink_LinkClicked);
            // 
            // saveFileDialog
            // 
            this.saveFileDialog.DefaultExt = "ctd";
            this.saveFileDialog.Filter = "ClickThrough Data|*.ctd|All files|*.*";
            // 
            // wixBanner
            // 
            this.wixBanner.BackColor = System.Drawing.Color.Transparent;
            this.wixBanner.Dock = System.Windows.Forms.DockStyle.Top;
            this.wixBanner.Font = new System.Drawing.Font("Verdana", 14F, System.Drawing.FontStyle.Bold);
            this.wixBanner.ForeColor = System.Drawing.Color.White;
            this.wixBanner.Location = new System.Drawing.Point(0, 0);
            this.wixBanner.MinimumSize = new System.Drawing.Size(121, 90);
            this.wixBanner.Name = "wixBanner";
            this.wixBanner.Size = new System.Drawing.Size(392, 90);
            this.wixBanner.TabIndex = 4;
            this.wixBanner.Text = "ClickThrough For Something";
            // 
            // WorkPage
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.Transparent;
            this.Controls.Add(this.flowLayoutPanel);
            this.Controls.Add(this.wixBanner);
            this.Controls.Add(this.saveLink);
            this.Controls.Add(this.backLink);
            this.Name = "WorkPage";
            this.Size = new System.Drawing.Size(392, 200);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.openLink = new System.Windows.Forms.LinkLabel();
            this.extensionComboBox = new System.Windows.Forms.ComboBox();
            this.introLabel = new System.Windows.Forms.Label();
            this.selectLabel = new System.Windows.Forms.Label();
            this.wixBanner = new Microsoft.Tools.WindowsInstallerXml.Extensions.IsolatedApp.WixBanner();
            this.SuspendLayout();
            // 
            // openLink
            // 
            this.openLink.AutoSize = true;
            this.openLink.Location = new System.Drawing.Point(31, 224);
            this.openLink.Name = "openLink";
            this.openLink.Size = new System.Drawing.Size(192, 13);
            this.openLink.TabIndex = 7;
            this.openLink.TabStop = true;
            this.openLink.Text = "&Open Existing ClickThrough Data File...";
            this.openLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OpenLink_LinkClicked);
            // 
            // fabricatorComboBox
            // 
            this.extensionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.extensionComboBox.FormattingEnabled = true;
            this.extensionComboBox.Items.AddRange(new object[] {
            "ClickThrough for Isolated Applications",
            "ClickThrough for Office Add-ins"});
            this.extensionComboBox.Location = new System.Drawing.Point(15, 160);
            this.extensionComboBox.Name = "fabricatorComboBox";
            this.extensionComboBox.Size = new System.Drawing.Size(333, 21);
            this.extensionComboBox.TabIndex = 6;
            this.extensionComboBox.SelectedIndexChanged += new System.EventHandler(this.ComboBox_SelectedIndexChanged);
            // 
            // introLabel
            // 
            this.introLabel.Location = new System.Drawing.Point(12, 89);
            this.introLabel.Name = "introLabel";
            this.introLabel.Size = new System.Drawing.Size(336, 41);
            this.introLabel.TabIndex = 5;
            this.introLabel.Text = "ClickThrough makes it easy to create installation packages for your applications." +
                "  This UI provides step-by-step instructions on how to proceed.";
            // 
            // selectLabel
            // 
            this.selectLabel.Location = new System.Drawing.Point(12, 141);
            this.selectLabel.Name = "selectLabel";
            this.selectLabel.Size = new System.Drawing.Size(347, 16);
            this.selectLabel.TabIndex = 8;
            this.selectLabel.Text = "Select an application type below or open a previously saved document:";
            // 
            // wixBanner
            // 
            this.wixBanner.BackColor = System.Drawing.Color.Transparent;
            this.wixBanner.Dock = System.Windows.Forms.DockStyle.Top;
            this.wixBanner.Font = new System.Drawing.Font("Verdana", 14F, System.Drawing.FontStyle.Bold);
            this.wixBanner.ForeColor = System.Drawing.Color.White;
            this.wixBanner.Location = new System.Drawing.Point(0, 0);
            this.wixBanner.MinimumSize = new System.Drawing.Size(121, 90);
            this.wixBanner.Name = "wixBanner";
            this.wixBanner.Size = new System.Drawing.Size(418, 90);
            this.wixBanner.TabIndex = 9;
            this.wixBanner.Text = "ClickThrough";
            // 
            // WelcomePage
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.Transparent;
            this.Controls.Add(this.wixBanner);
            this.Controls.Add(this.selectLabel);
            this.Controls.Add(this.openLink);
            this.Controls.Add(this.extensionComboBox);
            this.Controls.Add(this.introLabel);
            this.Name = "WelcomePage";
            this.Size = new System.Drawing.Size(418, 247);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Пример #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.flowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
     this.saveLink        = new System.Windows.Forms.LinkLabel();
     this.backLink        = new System.Windows.Forms.LinkLabel();
     this.saveFileDialog  = new System.Windows.Forms.SaveFileDialog();
     this.wixBanner       = new Microsoft.Tools.WindowsInstallerXml.Extensions.IsolatedApp.WixBanner();
     this.SuspendLayout();
     //
     // flowLayoutPanel
     //
     this.flowLayoutPanel.AutoScroll = true;
     this.flowLayoutPanel.AutoSize   = true;
     this.flowLayoutPanel.BackColor  = System.Drawing.Color.Transparent;
     this.flowLayoutPanel.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel.Location   = new System.Drawing.Point(0, 90);
     this.flowLayoutPanel.Name       = "flowLayoutPanel";
     this.flowLayoutPanel.Size       = new System.Drawing.Size(392, 110);
     this.flowLayoutPanel.TabIndex   = 0;
     //
     // saveLink
     //
     this.saveLink.AutoSize     = true;
     this.saveLink.Location     = new System.Drawing.Point(129, 54);
     this.saveLink.Name         = "saveLink";
     this.saveLink.Size         = new System.Drawing.Size(58, 13);
     this.saveLink.TabIndex     = 2;
     this.saveLink.TabStop      = true;
     this.saveLink.Text         = "&Save work";
     this.saveLink.TextAlign    = System.Drawing.ContentAlignment.MiddleRight;
     this.saveLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.SaveLink_LinkClicked);
     //
     // backLink
     //
     this.backLink.AutoSize     = true;
     this.backLink.Location     = new System.Drawing.Point(3, 54);
     this.backLink.Name         = "backLink";
     this.backLink.Size         = new System.Drawing.Size(120, 13);
     this.backLink.TabIndex     = 3;
     this.backLink.TabStop      = true;
     this.backLink.Text         = "Back to &Welcome Page";
     this.backLink.TextAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.backLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.BackLink_LinkClicked);
     //
     // saveFileDialog
     //
     this.saveFileDialog.DefaultExt = "ctd";
     this.saveFileDialog.Filter     = "ClickThrough Data|*.ctd|All files|*.*";
     //
     // wixBanner
     //
     this.wixBanner.BackColor   = System.Drawing.Color.Transparent;
     this.wixBanner.Dock        = System.Windows.Forms.DockStyle.Top;
     this.wixBanner.Font        = new System.Drawing.Font("Verdana", 14F, System.Drawing.FontStyle.Bold);
     this.wixBanner.ForeColor   = System.Drawing.Color.White;
     this.wixBanner.Location    = new System.Drawing.Point(0, 0);
     this.wixBanner.MinimumSize = new System.Drawing.Size(121, 90);
     this.wixBanner.Name        = "wixBanner";
     this.wixBanner.Size        = new System.Drawing.Size(392, 90);
     this.wixBanner.TabIndex    = 4;
     this.wixBanner.Text        = "ClickThrough For Something";
     //
     // WorkPage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Transparent;
     this.Controls.Add(this.flowLayoutPanel);
     this.Controls.Add(this.wixBanner);
     this.Controls.Add(this.saveLink);
     this.Controls.Add(this.backLink);
     this.Name = "WorkPage";
     this.Size = new System.Drawing.Size(392, 200);
     this.ResumeLayout(false);
     this.PerformLayout();
 }