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(19, 94); this.defaultShortcutLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.defaultShortcutLabel.Name = "defaultShortcutLabel"; this.defaultShortcutLabel.Size = new System.Drawing.Size(226, 25); 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(21, 122); this.entryListBox.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.entryListBox.Name = "entryListBox"; this.entryListBox.Size = new System.Drawing.Size(1025, 443); 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(859, 572); this.createButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.createButton.Name = "createButton"; this.createButton.Size = new System.Drawing.Size(192, 50); 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(19, 15); this.appUserModelIdLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.appUserModelIdLabel.Name = "appUserModelIdLabel"; this.appUserModelIdLabel.Size = new System.Drawing.Size(284, 25); this.appUserModelIdLabel.TabIndex = 3; this.appUserModelIdLabel.Text = "Shortcut App User Model ID:"; // // 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(21, 44); this.appUserModelIdBox.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.appUserModelIdBox.Name = "appUserModelIdBox"; this.appUserModelIdBox.Size = new System.Drawing.Size(809, 31); 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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.appButton.Location = new System.Drawing.Point(844, 44); this.appButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.appButton.Name = "appButton"; this.appButton.Size = new System.Drawing.Size(99, 39); 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(949, 44); this.hwndButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.hwndButton.MinimumSize = new System.Drawing.Size(101, 32); this.hwndButton.Name = "hwndButton"; this.hwndButton.Size = new System.Drawing.Size(101, 39); this.hwndButton.TabIndex = 6; this.hwndButton.Text = "HWND"; this.hwndButton.UseVisualStyleBackColor = true; this.hwndButton.Click += new System.EventHandler(this.hwndButton_Click); // // MainForm // this.AcceptButton = this.createButton; this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1067, 635); 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.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "MainForm"; this.Text = "Form1"; 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; } }