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