Mercurial > quickqr
view SetHotkey.Designer.cs @ 0:aca8706f4eec default tip
Initial commit
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Mon, 13 Oct 2014 21:28:19 -0500 |
parents | |
children |
line wrap: on
line source
namespace QuickQR { partial class SetHotkey { /// <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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SetHotkey)); this.captureButton = new System.Windows.Forms.Button(); this.okButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.hotkeyLabel = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // captureButton // this.captureButton.Location = new System.Drawing.Point(12, 48); this.captureButton.Name = "captureButton"; this.captureButton.Size = new System.Drawing.Size(79, 23); this.captureButton.TabIndex = 0; this.captureButton.Text = "Set Hotkey..."; this.captureButton.UseVisualStyleBackColor = true; this.captureButton.Click += new System.EventHandler(this.captureButton_Click); // // okButton // this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.okButton.Location = new System.Drawing.Point(136, 81); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(75, 23); this.okButton.TabIndex = 1; this.okButton.Text = "OK"; this.okButton.UseVisualStyleBackColor = true; // // cancelButton // this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(217, 81); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 2; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(106, 53); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(51, 13); this.label1.TabIndex = 3; this.label1.Text = "Hotkey:"; // // hotkeyLabel // this.hotkeyLabel.AutoSize = true; this.hotkeyLabel.Location = new System.Drawing.Point(158, 53); this.hotkeyLabel.Name = "hotkeyLabel"; this.hotkeyLabel.Size = new System.Drawing.Size(37, 13); this.hotkeyLabel.TabIndex = 4; this.hotkeyLabel.Text = "(none)"; // // label2 // this.label2.Location = new System.Drawing.Point(12, 9); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(280, 36); this.label2.TabIndex = 5; this.label2.Text = "When QuickQR is running, the keyboard shortcut below will generate a QR code from" + " the clipboard."; // // SetHotkey // this.AcceptButton = this.okButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(304, 116); this.Controls.Add(this.label2); this.Controls.Add(this.hotkeyLabel); this.Controls.Add(this.label1); this.Controls.Add(this.cancelButton); this.Controls.Add(this.okButton); this.Controls.Add(this.captureButton); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SetHotkey"; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.Text = "Set Hotkey..."; this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SetHotkey_KeyDown); this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.SetHotkey_KeyUp); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button captureButton; private System.Windows.Forms.Button okButton; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label hotkeyLabel; private System.Windows.Forms.Label label2; } }