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 System.Windows.Forms.ListBox();
this.createButton = new System.Windows.Forms.Button();
this.appUserModelIdLabel = new System.Windows.Forms.Label();
this.appUserModelIdBox = new ShortcutUtil.WatermarkTextBox();
this.appButton = new System.Windows.Forms.Button();
this.hwndButton = new System.Windows.Forms.Button();
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.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, 355);
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.Location = new System.Drawing.Point(644, 458);
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;
//
// 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:";
//
// appUserModelIdBox
//
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";
//
// appButton
//
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.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;
//
// 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.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.Shown += new System.EventHandler(this.MainForm_Shown);
this.SizeChanged += new System.EventHandler(this.MainForm_SizeChanged);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label defaultShortcutLabel;
private System.Windows.Forms.ListBox 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;
}
}