forked from kurumpa/dotSwitcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SettingsForm.Designer.cs
208 lines (202 loc) · 10.1 KB
/
SettingsForm.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
namespace dotSwitcher
{
partial class SettingsForm
{
/// <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(SettingsForm));
this.buttonCancelSettings = new System.Windows.Forms.Button();
this.buttonSaveSettings = new System.Windows.Forms.Button();
this.buttonExit = new System.Windows.Forms.Button();
this.checkBoxTrayIcon = new System.Windows.Forms.CheckBox();
this.checkBoxAutorun = new System.Windows.Forms.CheckBox();
this.textBoxConvertHotkey = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.textBoxSwitchHotkey = new System.Windows.Forms.TextBox();
this.textBoxDelay = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.buttonGithub = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// buttonCancelSettings
//
this.buttonCancelSettings.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancelSettings.Location = new System.Drawing.Point(259, 168);
this.buttonCancelSettings.Name = "buttonCancelSettings";
this.buttonCancelSettings.Size = new System.Drawing.Size(75, 23);
this.buttonCancelSettings.TabIndex = 17;
this.buttonCancelSettings.Text = "Cancel";
this.buttonCancelSettings.UseVisualStyleBackColor = true;
this.buttonCancelSettings.Click += new System.EventHandler(this.buttonCancelSettings_Click);
//
// buttonSaveSettings
//
this.buttonSaveSettings.Location = new System.Drawing.Point(178, 168);
this.buttonSaveSettings.Name = "buttonSaveSettings";
this.buttonSaveSettings.Size = new System.Drawing.Size(75, 23);
this.buttonSaveSettings.TabIndex = 15;
this.buttonSaveSettings.Text = "Apply";
this.buttonSaveSettings.UseVisualStyleBackColor = true;
this.buttonSaveSettings.Click += new System.EventHandler(this.buttonSaveSettings_Click);
//
// buttonExit
//
this.buttonExit.Location = new System.Drawing.Point(12, 168);
this.buttonExit.Name = "buttonExit";
this.buttonExit.Size = new System.Drawing.Size(75, 23);
this.buttonExit.TabIndex = 18;
this.buttonExit.Text = "Exit program";
this.buttonExit.UseVisualStyleBackColor = true;
this.buttonExit.Click += new System.EventHandler(this.buttonExit_Click);
//
// checkBoxTrayIcon
//
this.checkBoxTrayIcon.AutoSize = true;
this.checkBoxTrayIcon.Location = new System.Drawing.Point(12, 45);
this.checkBoxTrayIcon.Name = "checkBoxTrayIcon";
this.checkBoxTrayIcon.Size = new System.Drawing.Size(96, 17);
this.checkBoxTrayIcon.TabIndex = 20;
this.checkBoxTrayIcon.Text = "Show tray icon";
this.checkBoxTrayIcon.UseVisualStyleBackColor = true;
this.checkBoxTrayIcon.CheckedChanged += new System.EventHandler(this.checkBoxTrayIcon_CheckedChanged);
//
// checkBoxAutorun
//
this.checkBoxAutorun.AutoSize = true;
this.checkBoxAutorun.Location = new System.Drawing.Point(12, 22);
this.checkBoxAutorun.Name = "checkBoxAutorun";
this.checkBoxAutorun.Size = new System.Drawing.Size(142, 17);
this.checkBoxAutorun.TabIndex = 19;
this.checkBoxAutorun.Text = "Start on windows startup";
this.checkBoxAutorun.UseVisualStyleBackColor = true;
this.checkBoxAutorun.CheckedChanged += new System.EventHandler(this.checkBoxAutorun_CheckedChanged);
//
// textBoxConvertHotkey
//
this.textBoxConvertHotkey.Location = new System.Drawing.Point(165, 78);
this.textBoxConvertHotkey.Name = "textBoxConvertHotkey";
this.textBoxConvertHotkey.Size = new System.Drawing.Size(169, 20);
this.textBoxConvertHotkey.TabIndex = 24;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(165, 62);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(127, 13);
this.label2.TabIndex = 23;
this.label2.Text = "Convert selection hotkey:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(165, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(127, 13);
this.label1.TabIndex = 22;
this.label1.Text = "Convert last word hotkey:";
//
// textBoxSwitchHotkey
//
this.textBoxSwitchHotkey.Location = new System.Drawing.Point(165, 39);
this.textBoxSwitchHotkey.Name = "textBoxSwitchHotkey";
this.textBoxSwitchHotkey.Size = new System.Drawing.Size(169, 20);
this.textBoxSwitchHotkey.TabIndex = 21;
//
// textBoxDelay
//
this.textBoxDelay.Location = new System.Drawing.Point(12, 86);
this.textBoxDelay.Name = "textBoxDelay";
this.textBoxDelay.Size = new System.Drawing.Size(47, 20);
this.textBoxDelay.TabIndex = 25;
this.textBoxDelay.TextChanged += new System.EventHandler(this.textBoxDelay_TextChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 70);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(117, 13);
this.label3.TabIndex = 26;
this.label3.Text = "Delay before switching:";
//
// buttonGithub
//
this.buttonGithub.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonGithub.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonGithub.Image = global::dotSwitcher.Properties.Resources.github;
this.buttonGithub.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.buttonGithub.Location = new System.Drawing.Point(12, 126);
this.buttonGithub.Name = "buttonGithub";
this.buttonGithub.Size = new System.Drawing.Size(114, 23);
this.buttonGithub.TabIndex = 28;
this.buttonGithub.Text = "Report an issue";
this.buttonGithub.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.buttonGithub.UseVisualStyleBackColor = true;
this.buttonGithub.Click += new System.EventHandler(this.buttonGithub_Click);
//
// SettingsForm
//
this.AcceptButton = this.buttonSaveSettings;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.buttonCancelSettings;
this.ClientSize = new System.Drawing.Size(348, 207);
this.Controls.Add(this.buttonGithub);
this.Controls.Add(this.label3);
this.Controls.Add(this.textBoxDelay);
this.Controls.Add(this.textBoxConvertHotkey);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBoxSwitchHotkey);
this.Controls.Add(this.checkBoxTrayIcon);
this.Controls.Add(this.checkBoxAutorun);
this.Controls.Add(this.buttonExit);
this.Controls.Add(this.buttonSaveSettings);
this.Controls.Add(this.buttonCancelSettings);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "SettingsForm";
this.Text = "dotSwitcher Settings";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SettingsForm_FormClosing);
this.Shown += new System.EventHandler(this.SettingsForm_Shown);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button buttonCancelSettings;
private System.Windows.Forms.Button buttonSaveSettings;
private System.Windows.Forms.Button buttonExit;
private System.Windows.Forms.CheckBox checkBoxTrayIcon;
private System.Windows.Forms.CheckBox checkBoxAutorun;
private System.Windows.Forms.TextBox textBoxConvertHotkey;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBoxSwitchHotkey;
private System.Windows.Forms.TextBox textBoxDelay;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button buttonGithub;
}
}