annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
1 namespace QuickQR
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
2 {
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
3 partial class SetHotkey
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
4 {
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
5 /// <summary>
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
6 /// Required designer variable.
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
7 /// </summary>
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
8 private System.ComponentModel.IContainer components = null;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
9
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
10 /// <summary>
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
11 /// Clean up any resources being used.
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
12 /// </summary>
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
14 protected override void Dispose(bool disposing)
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
15 {
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
16 if (disposing && (components != null))
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
17 {
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
18 components.Dispose();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
19 }
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
20 base.Dispose(disposing);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
21 }
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
22
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
23 #region Windows Form Designer generated code
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
24
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
25 /// <summary>
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
26 /// Required method for Designer support - do not modify
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
27 /// the contents of this method with the code editor.
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
28 /// </summary>
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
29 private void InitializeComponent()
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
30 {
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
31 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SetHotkey));
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
32 this.captureButton = new System.Windows.Forms.Button();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
33 this.okButton = new System.Windows.Forms.Button();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
34 this.cancelButton = new System.Windows.Forms.Button();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
35 this.label1 = new System.Windows.Forms.Label();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
36 this.hotkeyLabel = new System.Windows.Forms.Label();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
37 this.label2 = new System.Windows.Forms.Label();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
38 this.SuspendLayout();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
39 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
40 // captureButton
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
41 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
42 this.captureButton.Location = new System.Drawing.Point(12, 48);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
43 this.captureButton.Name = "captureButton";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
44 this.captureButton.Size = new System.Drawing.Size(79, 23);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
45 this.captureButton.TabIndex = 0;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
46 this.captureButton.Text = "Set Hotkey...";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
47 this.captureButton.UseVisualStyleBackColor = true;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
48 this.captureButton.Click += new System.EventHandler(this.captureButton_Click);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
49 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
50 // okButton
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
51 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
52 this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
53 this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
54 this.okButton.Location = new System.Drawing.Point(136, 81);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
55 this.okButton.Name = "okButton";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
56 this.okButton.Size = new System.Drawing.Size(75, 23);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
57 this.okButton.TabIndex = 1;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
58 this.okButton.Text = "OK";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
59 this.okButton.UseVisualStyleBackColor = true;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
60 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
61 // cancelButton
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
62 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
63 this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
64 this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
65 this.cancelButton.Location = new System.Drawing.Point(217, 81);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
66 this.cancelButton.Name = "cancelButton";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
67 this.cancelButton.Size = new System.Drawing.Size(75, 23);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
68 this.cancelButton.TabIndex = 2;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
69 this.cancelButton.Text = "Cancel";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
70 this.cancelButton.UseVisualStyleBackColor = true;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
71 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
72 // label1
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
73 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
74 this.label1.AutoSize = true;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
75 this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
76 this.label1.Location = new System.Drawing.Point(106, 53);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
77 this.label1.Name = "label1";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
78 this.label1.Size = new System.Drawing.Size(51, 13);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
79 this.label1.TabIndex = 3;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
80 this.label1.Text = "Hotkey:";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
81 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
82 // hotkeyLabel
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
83 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
84 this.hotkeyLabel.AutoSize = true;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
85 this.hotkeyLabel.Location = new System.Drawing.Point(158, 53);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
86 this.hotkeyLabel.Name = "hotkeyLabel";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
87 this.hotkeyLabel.Size = new System.Drawing.Size(37, 13);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
88 this.hotkeyLabel.TabIndex = 4;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
89 this.hotkeyLabel.Text = "(none)";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
90 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
91 // label2
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
92 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
93 this.label2.Location = new System.Drawing.Point(12, 9);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
94 this.label2.Name = "label2";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
95 this.label2.Size = new System.Drawing.Size(280, 36);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
96 this.label2.TabIndex = 5;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
97 this.label2.Text = "When QuickQR is running, the keyboard shortcut below will generate a QR code from" +
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
98 " the clipboard.";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
99 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
100 // SetHotkey
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
101 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
102 this.AcceptButton = this.okButton;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
103 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
104 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
105 this.CancelButton = this.cancelButton;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
106 this.ClientSize = new System.Drawing.Size(304, 116);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
107 this.Controls.Add(this.label2);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
108 this.Controls.Add(this.hotkeyLabel);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
109 this.Controls.Add(this.label1);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
110 this.Controls.Add(this.cancelButton);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
111 this.Controls.Add(this.okButton);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
112 this.Controls.Add(this.captureButton);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
113 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
114 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
115 this.KeyPreview = true;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
116 this.MaximizeBox = false;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
117 this.MinimizeBox = false;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
118 this.Name = "SetHotkey";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
119 this.ShowInTaskbar = false;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
120 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
121 this.Text = "Set Hotkey...";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
122 this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SetHotkey_KeyDown);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
123 this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.SetHotkey_KeyUp);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
124 this.ResumeLayout(false);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
125 this.PerformLayout();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
126
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
127 }
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
128
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
129 #endregion
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
130
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
131 private System.Windows.Forms.Button captureButton;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
132 private System.Windows.Forms.Button okButton;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
133 private System.Windows.Forms.Button cancelButton;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
134 private System.Windows.Forms.Label label1;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
135 private System.Windows.Forms.Label hotkeyLabel;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
136 private System.Windows.Forms.Label label2;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
137 }
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
138 }