Newer
Older
JumpListUtil / SetLnkApp / MainForm.Designer.cs
namespace SetLnkApp
{
    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.shortcutLabel = new System.Windows.Forms.Label();
            this.path = new System.Windows.Forms.Label();
            this.oldAppLabel = new System.Windows.Forms.Label();
            this.oldApp = new System.Windows.Forms.Label();
            this.newAppLabel = new System.Windows.Forms.Label();
            this.appUserModelId = new System.Windows.Forms.TextBox();
            this.setButton = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // shortcutLabel
            // 
            this.shortcutLabel.AutoSize = true;
            this.shortcutLabel.Location = new System.Drawing.Point(13, 13);
            this.shortcutLabel.Name = "shortcutLabel";
            this.shortcutLabel.Size = new System.Drawing.Size(74, 20);
            this.shortcutLabel.TabIndex = 0;
            this.shortcutLabel.Text = "Shortcut:";
            // 
            // path
            // 
            this.path.Location = new System.Drawing.Point(111, 13);
            this.path.Name = "path";
            this.path.Size = new System.Drawing.Size(707, 23);
            this.path.TabIndex = 1;
            this.path.Text = "Shortcut path";
            // 
            // oldAppLabel
            // 
            this.oldAppLabel.AutoSize = true;
            this.oldAppLabel.Location = new System.Drawing.Point(13, 37);
            this.oldAppLabel.Name = "oldAppLabel";
            this.oldAppLabel.Size = new System.Drawing.Size(91, 20);
            this.oldAppLabel.TabIndex = 2;
            this.oldAppLabel.Text = "Old App ID:";
            // 
            // oldApp
            // 
            this.oldApp.Location = new System.Drawing.Point(111, 37);
            this.oldApp.Name = "oldApp";
            this.oldApp.Size = new System.Drawing.Size(707, 23);
            this.oldApp.TabIndex = 3;
            this.oldApp.Text = "Old App ID";
            // 
            // newAppLabel
            // 
            this.newAppLabel.AutoSize = true;
            this.newAppLabel.Location = new System.Drawing.Point(13, 61);
            this.newAppLabel.Name = "newAppLabel";
            this.newAppLabel.Size = new System.Drawing.Size(98, 20);
            this.newAppLabel.TabIndex = 4;
            this.newAppLabel.Text = "New App ID:";
            // 
            // appUserModelId
            // 
            this.appUserModelId.Location = new System.Drawing.Point(115, 61);
            this.appUserModelId.Name = "appUserModelId";
            this.appUserModelId.Size = new System.Drawing.Size(515, 26);
            this.appUserModelId.TabIndex = 5;
            this.appUserModelId.Text = "Microsoft.WindowsTerminal_8wekyb3d8bbwe!App";
            this.appUserModelId.KeyDown += new System.Windows.Forms.KeyEventHandler(this.appUserModelId_KeyDown_KeyDown);
            // 
            // setButton
            // 
            this.setButton.Location = new System.Drawing.Point(638, 59);
            this.setButton.Name = "setButton";
            this.setButton.Size = new System.Drawing.Size(99, 30);
            this.setButton.TabIndex = 6;
            this.setButton.Text = "Set";
            this.setButton.UseVisualStyleBackColor = true;
            this.setButton.Click += new System.EventHandler(this.setButton_Click);
            // 
            // MainForm
            // 
            this.AcceptButton = this.setButton;
            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(749, 99);
            this.Controls.Add(this.setButton);
            this.Controls.Add(this.appUserModelId);
            this.Controls.Add(this.newAppLabel);
            this.Controls.Add(this.oldApp);
            this.Controls.Add(this.oldAppLabel);
            this.Controls.Add(this.path);
            this.Controls.Add(this.shortcutLabel);
            this.Name = "MainForm";
            this.Text = "SetLnkApp";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label shortcutLabel;
        private System.Windows.Forms.Label path;
        private System.Windows.Forms.Label oldAppLabel;
        private System.Windows.Forms.Label oldApp;
        private System.Windows.Forms.Label newAppLabel;
        private System.Windows.Forms.TextBox appUserModelId;
        private System.Windows.Forms.Button setButton;
    }
}