annotate QRForm.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 QRForm
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 this.components = new System.ComponentModel.Container();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QRForm));
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
33 this.QRImage = new System.Windows.Forms.PictureBox();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
34 this.imageMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
35 this.imageCopy = new System.Windows.Forms.ToolStripMenuItem();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
36 this.imageSaveAs = new System.Windows.Forms.ToolStripMenuItem();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
37 this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
38 this.notifyMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
39 this.menuAutorun = new System.Windows.Forms.ToolStripMenuItem();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
40 this.menuHotkey = new System.Windows.Forms.ToolStripMenuItem();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
41 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
42 this.menuGenerateClipboard = new System.Windows.Forms.ToolStripMenuItem();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
43 this.menuNew = new System.Windows.Forms.ToolStripMenuItem();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
44 this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
45 this.inputTextBox = new System.Windows.Forms.TextBox();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
46 this.generateButton = new System.Windows.Forms.Button();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
47 this.windowMenu = new System.Windows.Forms.MenuStrip();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
48 this.fileMenu = new System.Windows.Forms.ToolStripMenuItem();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
49 this.fileSaveAs = new System.Windows.Forms.ToolStripMenuItem();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
50 this.fileSeparator1 = new System.Windows.Forms.ToolStripSeparator();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
51 this.fileHide = new System.Windows.Forms.ToolStripMenuItem();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
52 this.fileExit = new System.Windows.Forms.ToolStripMenuItem();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
53 this.optionsMenu = new System.Windows.Forms.ToolStripMenuItem();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
54 this.optionWinStart = new System.Windows.Forms.ToolStripMenuItem();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
55 this.optionBackground = new System.Windows.Forms.ToolStripMenuItem();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
56 this.optionHotkey = new System.Windows.Forms.ToolStripMenuItem();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
57 this.helpMenu = new System.Windows.Forms.ToolStripMenuItem();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
58 this.helpAbout = new System.Windows.Forms.ToolStripMenuItem();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
59 this.QRLabel = new System.Windows.Forms.Label();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
60 ((System.ComponentModel.ISupportInitialize)(this.QRImage)).BeginInit();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
61 this.imageMenu.SuspendLayout();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
62 this.notifyMenu.SuspendLayout();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
63 this.windowMenu.SuspendLayout();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
64 this.SuspendLayout();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
65 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
66 // QRImage
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
67 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
68 this.QRImage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
69 | System.Windows.Forms.AnchorStyles.Left)
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
70 | System.Windows.Forms.AnchorStyles.Right)));
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
71 this.QRImage.BackColor = System.Drawing.Color.White;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
72 this.QRImage.ContextMenuStrip = this.imageMenu;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
73 this.QRImage.Location = new System.Drawing.Point(0, 68);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
74 this.QRImage.Name = "QRImage";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
75 this.QRImage.Size = new System.Drawing.Size(300, 300);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
76 this.QRImage.TabIndex = 0;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
77 this.QRImage.TabStop = false;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
78 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
79 // imageMenu
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
80 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
81 this.imageMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
82 this.imageCopy,
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
83 this.imageSaveAs});
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
84 this.imageMenu.Name = "imageMenu";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
85 this.imageMenu.Size = new System.Drawing.Size(124, 48);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
86 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
87 // imageCopy
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
88 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
89 this.imageCopy.Name = "imageCopy";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
90 this.imageCopy.Size = new System.Drawing.Size(123, 22);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
91 this.imageCopy.Text = "&Copy";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
92 this.imageCopy.Click += new System.EventHandler(this.imageCopy_Click);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
93 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
94 // imageSaveAs
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
95 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
96 this.imageSaveAs.Name = "imageSaveAs";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
97 this.imageSaveAs.Size = new System.Drawing.Size(123, 22);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
98 this.imageSaveAs.Text = "&Save As...";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
99 this.imageSaveAs.Click += new System.EventHandler(this.imageSaveAs_Click);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
100 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
101 // notifyIcon
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
102 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
103 this.notifyIcon.ContextMenuStrip = this.notifyMenu;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
104 this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
105 this.notifyIcon.Text = "QuickQR";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
106 this.notifyIcon.Visible = true;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
107 this.notifyIcon.DoubleClick += new System.EventHandler(this.notifyIcon_DoubleClick);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
108 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
109 // notifyMenu
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
110 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
111 this.notifyMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
112 this.menuAutorun,
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
113 this.menuHotkey,
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
114 this.toolStripSeparator1,
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
115 this.menuGenerateClipboard,
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
116 this.menuNew,
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
117 this.exitToolStripMenuItem});
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
118 this.notifyMenu.Name = "notifyMenu";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
119 this.notifyMenu.ShowCheckMargin = true;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
120 this.notifyMenu.ShowImageMargin = false;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
121 this.notifyMenu.Size = new System.Drawing.Size(178, 120);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
122 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
123 // menuAutorun
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
124 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
125 this.menuAutorun.Name = "menuAutorun";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
126 this.menuAutorun.Size = new System.Drawing.Size(177, 22);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
127 this.menuAutorun.Text = "&Start with Windows";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
128 this.menuAutorun.Click += new System.EventHandler(this.menuAutorun_Click);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
129 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
130 // menuHotkey
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
131 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
132 this.menuHotkey.Name = "menuHotkey";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
133 this.menuHotkey.Size = new System.Drawing.Size(177, 22);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
134 this.menuHotkey.Text = "Set Global &Hotkey...";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
135 this.menuHotkey.Click += new System.EventHandler(this.menuHotkey_Click);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
136 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
137 // toolStripSeparator1
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
138 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
139 this.toolStripSeparator1.Name = "toolStripSeparator1";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
140 this.toolStripSeparator1.Size = new System.Drawing.Size(174, 6);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
141 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
142 // menuGenerateClipboard
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
143 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
144 this.menuGenerateClipboard.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
145 this.menuGenerateClipboard.Name = "menuGenerateClipboard";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
146 this.menuGenerateClipboard.Size = new System.Drawing.Size(177, 22);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
147 this.menuGenerateClipboard.Text = "QR from &Clipboard";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
148 this.menuGenerateClipboard.Click += new System.EventHandler(this.menuGenerateClipboard_Click);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
149 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
150 // menuNew
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
151 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
152 this.menuNew.Name = "menuNew";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
153 this.menuNew.Size = new System.Drawing.Size(177, 22);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
154 this.menuNew.Text = "&New QR code...";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
155 this.menuNew.Click += new System.EventHandler(this.menuNew_Click);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
156 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
157 // exitToolStripMenuItem
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
158 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
159 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
160 this.exitToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
161 this.exitToolStripMenuItem.Text = "E&xit";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
162 this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
163 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
164 // inputTextBox
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
165 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
166 this.inputTextBox.Anchor = System.Windows.Forms.AnchorStyles.Top;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
167 this.inputTextBox.Location = new System.Drawing.Point(12, 36);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
168 this.inputTextBox.Name = "inputTextBox";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
169 this.inputTextBox.Size = new System.Drawing.Size(195, 20);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
170 this.inputTextBox.TabIndex = 1;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
171 this.inputTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.inputTextBox_KeyDown);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
172 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
173 // generateButton
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
174 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
175 this.generateButton.Anchor = System.Windows.Forms.AnchorStyles.Top;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
176 this.generateButton.Location = new System.Drawing.Point(213, 34);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
177 this.generateButton.Name = "generateButton";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
178 this.generateButton.Size = new System.Drawing.Size(75, 23);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
179 this.generateButton.TabIndex = 2;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
180 this.generateButton.Text = "&Generate";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
181 this.generateButton.UseVisualStyleBackColor = true;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
182 this.generateButton.Click += new System.EventHandler(this.generateButton_Click);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
183 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
184 // windowMenu
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
185 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
186 this.windowMenu.BackColor = System.Drawing.SystemColors.Control;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
187 this.windowMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
188 this.fileMenu,
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
189 this.optionsMenu,
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
190 this.helpMenu});
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
191 this.windowMenu.Location = new System.Drawing.Point(0, 0);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
192 this.windowMenu.Name = "windowMenu";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
193 this.windowMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
194 this.windowMenu.Size = new System.Drawing.Size(300, 24);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
195 this.windowMenu.TabIndex = 3;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
196 this.windowMenu.Text = "menuStrip1";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
197 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
198 // fileMenu
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
199 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
200 this.fileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
201 this.fileSaveAs,
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
202 this.fileSeparator1,
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
203 this.fileHide,
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
204 this.fileExit});
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
205 this.fileMenu.Name = "fileMenu";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
206 this.fileMenu.Size = new System.Drawing.Size(37, 20);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
207 this.fileMenu.Text = "&File";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
208 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
209 // fileSaveAs
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
210 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
211 this.fileSaveAs.Name = "fileSaveAs";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
212 this.fileSaveAs.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
213 this.fileSaveAs.Size = new System.Drawing.Size(163, 22);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
214 this.fileSaveAs.Text = "&Save As...";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
215 this.fileSaveAs.Click += new System.EventHandler(this.fileSaveAs_Click);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
216 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
217 // fileSeparator1
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
218 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
219 this.fileSeparator1.Name = "fileSeparator1";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
220 this.fileSeparator1.Size = new System.Drawing.Size(160, 6);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
221 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
222 // fileHide
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
223 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
224 this.fileHide.Name = "fileHide";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
225 this.fileHide.Size = new System.Drawing.Size(163, 22);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
226 this.fileHide.Text = "&Hide";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
227 this.fileHide.Click += new System.EventHandler(this.fileHide_Click);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
228 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
229 // fileExit
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
230 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
231 this.fileExit.Name = "fileExit";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
232 this.fileExit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q)));
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
233 this.fileExit.Size = new System.Drawing.Size(163, 22);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
234 this.fileExit.Text = "E&xit";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
235 this.fileExit.Click += new System.EventHandler(this.fileExit_Click);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
236 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
237 // optionsMenu
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
238 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
239 this.optionsMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
240 this.optionWinStart,
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
241 this.optionBackground,
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
242 this.optionHotkey});
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
243 this.optionsMenu.Name = "optionsMenu";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
244 this.optionsMenu.Size = new System.Drawing.Size(61, 20);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
245 this.optionsMenu.Text = "&Options";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
246 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
247 // optionWinStart
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
248 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
249 this.optionWinStart.Name = "optionWinStart";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
250 this.optionWinStart.Size = new System.Drawing.Size(228, 22);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
251 this.optionWinStart.Text = "&Start with Windows";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
252 this.optionWinStart.Click += new System.EventHandler(this.optionWinStart_Click);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
253 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
254 // optionBackground
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
255 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
256 this.optionBackground.Name = "optionBackground";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
257 this.optionBackground.Size = new System.Drawing.Size(228, 22);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
258 this.optionBackground.Text = "&Keep Running in Background";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
259 this.optionBackground.Click += new System.EventHandler(this.optionBackground_Click);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
260 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
261 // optionHotkey
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
262 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
263 this.optionHotkey.Name = "optionHotkey";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
264 this.optionHotkey.Size = new System.Drawing.Size(228, 22);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
265 this.optionHotkey.Text = "Set Global &Hotkey...";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
266 this.optionHotkey.Click += new System.EventHandler(this.optionHotkey_Click);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
267 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
268 // helpMenu
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
269 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
270 this.helpMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
271 this.helpAbout});
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
272 this.helpMenu.Name = "helpMenu";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
273 this.helpMenu.Size = new System.Drawing.Size(44, 20);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
274 this.helpMenu.Text = "&Help";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
275 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
276 // helpAbout
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
277 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
278 this.helpAbout.Name = "helpAbout";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
279 this.helpAbout.Size = new System.Drawing.Size(152, 22);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
280 this.helpAbout.Text = "&About";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
281 this.helpAbout.Click += new System.EventHandler(this.helpAbout_Click);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
282 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
283 // QRLabel
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
284 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
285 this.QRLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
286 | System.Windows.Forms.AnchorStyles.Right)));
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
287 this.QRLabel.Location = new System.Drawing.Point(0, 374);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
288 this.QRLabel.Name = "QRLabel";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
289 this.QRLabel.Size = new System.Drawing.Size(300, 13);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
290 this.QRLabel.TabIndex = 4;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
291 this.QRLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
292 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
293 // QRForm
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
294 //
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
295 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
296 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
297 this.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
298 this.ClientSize = new System.Drawing.Size(300, 396);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
299 this.Controls.Add(this.QRLabel);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
300 this.Controls.Add(this.windowMenu);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
301 this.Controls.Add(this.generateButton);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
302 this.Controls.Add(this.inputTextBox);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
303 this.Controls.Add(this.QRImage);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
304 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
305 this.MainMenuStrip = this.windowMenu;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
306 this.Name = "QRForm";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
307 this.Text = "QuickQR";
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
308 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.QRForm_FormClosing);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
309 this.Load += new System.EventHandler(this.QRForm_Load);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
310 this.Resize += new System.EventHandler(this.QRForm_Resize);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
311 ((System.ComponentModel.ISupportInitialize)(this.QRImage)).EndInit();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
312 this.imageMenu.ResumeLayout(false);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
313 this.notifyMenu.ResumeLayout(false);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
314 this.windowMenu.ResumeLayout(false);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
315 this.windowMenu.PerformLayout();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
316 this.ResumeLayout(false);
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
317 this.PerformLayout();
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
318
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
319 }
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
320
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
321 #endregion
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
322
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
323 private System.Windows.Forms.PictureBox QRImage;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
324 private System.Windows.Forms.NotifyIcon notifyIcon;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
325 private System.Windows.Forms.ContextMenuStrip notifyMenu;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
326 private System.Windows.Forms.ToolStripMenuItem menuGenerateClipboard;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
327 private System.Windows.Forms.ToolStripMenuItem menuNew;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
328 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
329 private System.Windows.Forms.ToolStripMenuItem menuAutorun;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
330 private System.Windows.Forms.ToolStripMenuItem menuHotkey;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
331 private System.Windows.Forms.TextBox inputTextBox;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
332 private System.Windows.Forms.Button generateButton;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
333 private System.Windows.Forms.MenuStrip windowMenu;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
334 private System.Windows.Forms.ToolStripMenuItem optionsMenu;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
335 private System.Windows.Forms.ToolStripMenuItem optionWinStart;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
336 private System.Windows.Forms.ToolStripMenuItem helpMenu;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
337 private System.Windows.Forms.ToolStripMenuItem optionHotkey;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
338 private System.Windows.Forms.ToolStripMenuItem helpAbout;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
339 private System.Windows.Forms.ToolStripMenuItem fileMenu;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
340 private System.Windows.Forms.ToolStripMenuItem fileHide;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
341 private System.Windows.Forms.ToolStripMenuItem fileExit;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
342 private System.Windows.Forms.Label QRLabel;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
343 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
344 private System.Windows.Forms.ToolStripMenuItem optionBackground;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
345 private System.Windows.Forms.ToolStripMenuItem fileSaveAs;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
346 private System.Windows.Forms.ToolStripSeparator fileSeparator1;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
347 private System.Windows.Forms.ContextMenuStrip imageMenu;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
348 private System.Windows.Forms.ToolStripMenuItem imageCopy;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
349 private System.Windows.Forms.ToolStripMenuItem imageSaveAs;
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
350 }
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
351 }
aca8706f4eec Initial commit
Brad Greco <brad@bgreco.net>
parents:
diff changeset
352