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.label1 = new System.Windows.Forms.Label(); this.entryListBox = new System.Windows.Forms.ListBox(); this.createButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 13); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(169, 20); this.label1.TabIndex = 0; this.label1.Text = "Select default shortcut"; // // entryListBox // this.entryListBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable; this.entryListBox.FormattingEnabled = true; this.entryListBox.Location = new System.Drawing.Point(17, 37); this.entryListBox.Name = "entryListBox"; this.entryListBox.Size = new System.Drawing.Size(771, 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, 398); 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; // // 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, 444); this.Controls.Add(this.createButton); this.Controls.Add(this.entryListBox); this.Controls.Add(this.label1); 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 label1; private System.Windows.Forms.ListBox entryListBox; private System.Windows.Forms.Button createButton; } }