Newer
Older
JumpListUtil / ShortcutUtil / MainForm.Designer.cs
namespace ShortcutUtil
{
    partial class MainForm
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.defaultShortcutLabel = new System.Windows.Forms.Label();
            this.entryListBox = new ShortcutUtil.ListBoxEx();
            this.createButton = new System.Windows.Forms.Button();
            this.appUserModelIdLabel = new System.Windows.Forms.Label();
            this.appButton = new System.Windows.Forms.Button();
            this.hwndButton = new System.Windows.Forms.Button();
            this.appUserModelIdBox = new ShortcutUtil.WatermarkTextBox();
            this.helperLocationText = new System.Windows.Forms.TextBox();
            this.helperLocationButton = new System.Windows.Forms.Button();
            this.helperLocationLabel = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // defaultShortcutLabel
            // 
            this.defaultShortcutLabel.AutoSize = true;
            this.defaultShortcutLabel.Location = new System.Drawing.Point(14, 75);
            this.defaultShortcutLabel.Name = "defaultShortcutLabel";
            this.defaultShortcutLabel.Size = new System.Drawing.Size(169, 20);
            this.defaultShortcutLabel.TabIndex = 0;
            this.defaultShortcutLabel.Text = "Select default shortcut";
            // 
            // entryListBox
            // 
            this.entryListBox.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.entryListBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.entryListBox.FormattingEnabled = true;
            this.entryListBox.Location = new System.Drawing.Point(16, 98);
            this.entryListBox.Name = "entryListBox";
            this.entryListBox.Size = new System.Drawing.Size(770, 316);
            this.entryListBox.TabIndex = 1;
            this.entryListBox.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.entryListBox_DrawItem);
            this.entryListBox.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.entryListBox_MeasureItem);
            // 
            // createButton
            // 
            this.createButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.createButton.Location = new System.Drawing.Point(642, 424);
            this.createButton.Name = "createButton";
            this.createButton.Size = new System.Drawing.Size(144, 40);
            this.createButton.TabIndex = 2;
            this.createButton.Text = "&Create Shortcut";
            this.createButton.UseVisualStyleBackColor = true;
            this.createButton.Click += new System.EventHandler(this.createButton_Click);
            // 
            // appUserModelIdLabel
            // 
            this.appUserModelIdLabel.AutoSize = true;
            this.appUserModelIdLabel.Location = new System.Drawing.Point(14, 12);
            this.appUserModelIdLabel.Name = "appUserModelIdLabel";
            this.appUserModelIdLabel.Size = new System.Drawing.Size(213, 20);
            this.appUserModelIdLabel.TabIndex = 3;
            this.appUserModelIdLabel.Text = "&Shortcut App User Model ID:";
            // 
            // appButton
            // 
            this.appButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.appButton.Location = new System.Drawing.Point(633, 35);
            this.appButton.Name = "appButton";
            this.appButton.Size = new System.Drawing.Size(74, 31);
            this.appButton.TabIndex = 5;
            this.appButton.Text = "&APP";
            this.appButton.UseVisualStyleBackColor = true;
            this.appButton.Click += new System.EventHandler(this.appButton_Click);
            // 
            // hwndButton
            // 
            this.hwndButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.hwndButton.Location = new System.Drawing.Point(712, 35);
            this.hwndButton.MinimumSize = new System.Drawing.Size(76, 26);
            this.hwndButton.Name = "hwndButton";
            this.hwndButton.Size = new System.Drawing.Size(76, 31);
            this.hwndButton.TabIndex = 6;
            this.hwndButton.Text = "&HWND";
            this.hwndButton.UseVisualStyleBackColor = true;
            this.hwndButton.Click += new System.EventHandler(this.hwndButton_Click);
            // 
            // appUserModelIdBox
            // 
            this.appUserModelIdBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.appUserModelIdBox.Location = new System.Drawing.Point(16, 35);
            this.appUserModelIdBox.Name = "appUserModelIdBox";
            this.appUserModelIdBox.Size = new System.Drawing.Size(608, 26);
            this.appUserModelIdBox.TabIndex = 4;
            this.appUserModelIdBox.WaterMarkColor = System.Drawing.Color.Gray;
            this.appUserModelIdBox.WaterMarkText = "Enter a manual ID, or select on from a UWP App or open Window";
            // 
            // helperLocationText
            // 
            this.helperLocationText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.helperLocationText.Location = new System.Drawing.Point(79, 470);
            this.helperLocationText.Name = "helperLocationText";
            this.helperLocationText.Size = new System.Drawing.Size(654, 26);
            this.helperLocationText.TabIndex = 7;
            this.helperLocationText.TextChanged += new System.EventHandler(this.helperLocationText_TextChanged);
            // 
            // helperLocationButton
            // 
            this.helperLocationButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.helperLocationButton.Location = new System.Drawing.Point(739, 470);
            this.helperLocationButton.Name = "helperLocationButton";
            this.helperLocationButton.Size = new System.Drawing.Size(46, 31);
            this.helperLocationButton.TabIndex = 8;
            this.helperLocationButton.Text = "...";
            this.helperLocationButton.UseVisualStyleBackColor = true;
            this.helperLocationButton.Click += new System.EventHandler(this.helperLocationButton_Click);
            // 
            // helperLocationLabel
            // 
            this.helperLocationLabel.AutoSize = true;
            this.helperLocationLabel.Location = new System.Drawing.Point(13, 473);
            this.helperLocationLabel.Name = "helperLocationLabel";
            this.helperLocationLabel.Size = new System.Drawing.Size(60, 20);
            this.helperLocationLabel.TabIndex = 9;
            this.helperLocationLabel.Text = "H&elper:";
            // 
            // MainForm
            // 
            this.AcceptButton = this.createButton;
            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(800, 508);
            this.Controls.Add(this.helperLocationLabel);
            this.Controls.Add(this.helperLocationButton);
            this.Controls.Add(this.helperLocationText);
            this.Controls.Add(this.hwndButton);
            this.Controls.Add(this.appButton);
            this.Controls.Add(this.appUserModelIdBox);
            this.Controls.Add(this.appUserModelIdLabel);
            this.Controls.Add(this.createButton);
            this.Controls.Add(this.entryListBox);
            this.Controls.Add(this.defaultShortcutLabel);
            this.Name = "MainForm";
            this.Text = "Form1";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label defaultShortcutLabel;
        private ListBoxEx entryListBox;
        private System.Windows.Forms.Button createButton;
        private System.Windows.Forms.Label appUserModelIdLabel;
        private System.Windows.Forms.Button appButton;
        private System.Windows.Forms.Button hwndButton;
        private WatermarkTextBox appUserModelIdBox;
        private System.Windows.Forms.TextBox helperLocationText;
        private System.Windows.Forms.Button helperLocationButton;
        private System.Windows.Forms.Label helperLocationLabel;
    }
}