-
Notifications
You must be signed in to change notification settings - Fork 0
/
OptionView.Designer.cs
337 lines (331 loc) · 18.1 KB
/
OptionView.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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
namespace AutoVDesktop
{
partial class OptionView
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OptionView));
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.关于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.选项ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.desktopList = new System.Windows.Forms.ListBox();
this.label_LoadedDesktop = new System.Windows.Forms.Label();
this.inputDesktopName = new System.Windows.Forms.TextBox();
this.label_AddDesktop = new System.Windows.Forms.Label();
this.delDesktop = new System.Windows.Forms.Button();
this.addDesktop = new System.Windows.Forms.Button();
this.label_OtherOptions = new System.Windows.Forms.Label();
this.debugMode = new System.Windows.Forms.CheckBox();
this.saveConfig = new System.Windows.Forms.Button();
this.showNotifyIcon = new System.Windows.Forms.CheckBox();
this.restoreDesktop = new System.Windows.Forms.CheckBox();
this.label_OtherOptions_Delay = new System.Windows.Forms.Label();
this.inputDelay = new System.Windows.Forms.TextBox();
this.openDesktopFolder = new System.Windows.Forms.Button();
this.lable_OtherOptions_OpenConfFile = new System.Windows.Forms.Label();
this.startWithWindows = new System.Windows.Forms.CheckBox();
this.ensureRestore = new System.Windows.Forms.CheckBox();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// notifyIcon1
//
this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
this.notifyIcon1.Text = "AutoVDesktop";
this.notifyIcon1.Visible = true;
//
// contextMenuStrip1
//
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.关于ToolStripMenuItem,
this.选项ToolStripMenuItem,
this.退出ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.ShowImageMargin = false;
this.contextMenuStrip1.Size = new System.Drawing.Size(84, 76);
//
// 关于ToolStripMenuItem
//
this.关于ToolStripMenuItem.Name = "关于ToolStripMenuItem";
this.关于ToolStripMenuItem.Size = new System.Drawing.Size(83, 24);
this.关于ToolStripMenuItem.Text = "关于";
this.关于ToolStripMenuItem.Click += new System.EventHandler(this.关于ToolStripMenuItem_Click);
//
// 选项ToolStripMenuItem
//
this.选项ToolStripMenuItem.Name = "选项ToolStripMenuItem";
this.选项ToolStripMenuItem.Size = new System.Drawing.Size(83, 24);
this.选项ToolStripMenuItem.Text = "选项";
this.选项ToolStripMenuItem.Click += new System.EventHandler(this.选项ToolStripMenuItem_Click);
//
// 退出ToolStripMenuItem
//
this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
this.退出ToolStripMenuItem.Size = new System.Drawing.Size(83, 24);
this.退出ToolStripMenuItem.Text = "退出";
this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
//
// desktopList
//
this.desktopList.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.28571F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.desktopList.FormattingEnabled = true;
this.desktopList.ItemHeight = 23;
this.desktopList.Location = new System.Drawing.Point(12, 66);
this.desktopList.Name = "desktopList";
this.desktopList.Size = new System.Drawing.Size(160, 188);
this.desktopList.TabIndex = 1;
//
// label_LoadedDesktop
//
this.label_LoadedDesktop.AutoSize = true;
this.label_LoadedDesktop.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.label_LoadedDesktop.Font = new System.Drawing.Font("Microsoft YaHei UI", 12.10084F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.label_LoadedDesktop.Location = new System.Drawing.Point(12, 24);
this.label_LoadedDesktop.Name = "label_LoadedDesktop";
this.label_LoadedDesktop.Size = new System.Drawing.Size(138, 28);
this.label_LoadedDesktop.TabIndex = 2;
this.label_LoadedDesktop.Text = "已添加的桌面";
//
// inputDesktopName
//
this.inputDesktopName.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.28571F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.inputDesktopName.Location = new System.Drawing.Point(12, 311);
this.inputDesktopName.Name = "inputDesktopName";
this.inputDesktopName.Size = new System.Drawing.Size(160, 29);
this.inputDesktopName.TabIndex = 3;
this.inputDesktopName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.InputDesktopName_KeyDown);
//
// label_AddDesktop
//
this.label_AddDesktop.AutoSize = true;
this.label_AddDesktop.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.label_AddDesktop.Font = new System.Drawing.Font("Microsoft YaHei UI", 12.10084F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.label_AddDesktop.Location = new System.Drawing.Point(12, 270);
this.label_AddDesktop.Name = "label_AddDesktop";
this.label_AddDesktop.Size = new System.Drawing.Size(96, 28);
this.label_AddDesktop.TabIndex = 4;
this.label_AddDesktop.Text = "添加桌面";
//
// delDesktop
//
this.delDesktop.Location = new System.Drawing.Point(12, 348);
this.delDesktop.Name = "delDesktop";
this.delDesktop.Size = new System.Drawing.Size(59, 49);
this.delDesktop.TabIndex = 5;
this.delDesktop.Text = "删除";
this.delDesktop.UseVisualStyleBackColor = true;
this.delDesktop.Click += new System.EventHandler(this.DelDesktop_Click);
this.delDesktop.MouseHover += new System.EventHandler(this.DelDesktop_MouseHover);
//
// addDesktop
//
this.addDesktop.Location = new System.Drawing.Point(77, 348);
this.addDesktop.Name = "addDesktop";
this.addDesktop.Size = new System.Drawing.Size(95, 49);
this.addDesktop.TabIndex = 6;
this.addDesktop.Text = "添加";
this.addDesktop.UseVisualStyleBackColor = true;
this.addDesktop.Click += new System.EventHandler(this.AddDesktop_Click);
//
// label_OtherOptions
//
this.label_OtherOptions.AutoSize = true;
this.label_OtherOptions.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.label_OtherOptions.Font = new System.Drawing.Font("Microsoft YaHei UI", 12.10084F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.label_OtherOptions.Location = new System.Drawing.Point(197, 24);
this.label_OtherOptions.Name = "label_OtherOptions";
this.label_OtherOptions.Size = new System.Drawing.Size(96, 28);
this.label_OtherOptions.TabIndex = 8;
this.label_OtherOptions.Text = "其他配置";
//
// debugMode
//
this.debugMode.AutoSize = true;
this.debugMode.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.28571F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.debugMode.Location = new System.Drawing.Point(204, 190);
this.debugMode.Name = "debugMode";
this.debugMode.Size = new System.Drawing.Size(104, 28);
this.debugMode.TabIndex = 9;
this.debugMode.Text = "调试模式";
this.debugMode.UseVisualStyleBackColor = true;
//
// saveConfig
//
this.saveConfig.Location = new System.Drawing.Point(197, 403);
this.saveConfig.Name = "saveConfig";
this.saveConfig.Size = new System.Drawing.Size(158, 49);
this.saveConfig.TabIndex = 10;
this.saveConfig.Text = "保存配置";
this.saveConfig.UseVisualStyleBackColor = true;
this.saveConfig.Click += new System.EventHandler(this.SaveConfig_Click);
//
// showNotifyIcon
//
this.showNotifyIcon.AutoSize = true;
this.showNotifyIcon.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.28571F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.showNotifyIcon.Location = new System.Drawing.Point(204, 291);
this.showNotifyIcon.Name = "showNotifyIcon";
this.showNotifyIcon.Size = new System.Drawing.Size(158, 28);
this.showNotifyIcon.TabIndex = 11;
this.showNotifyIcon.Text = "显示通知栏图标";
this.showNotifyIcon.UseVisualStyleBackColor = true;
this.showNotifyIcon.CheckedChanged += new System.EventHandler(this.ShowNotifyIcon_CheckedChanged);
//
// restoreDesktop
//
this.restoreDesktop.AutoSize = true;
this.restoreDesktop.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.28571F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.restoreDesktop.Location = new System.Drawing.Point(204, 223);
this.restoreDesktop.Name = "restoreDesktop";
this.restoreDesktop.Size = new System.Drawing.Size(104, 28);
this.restoreDesktop.TabIndex = 12;
this.restoreDesktop.Text = "恢复桌面";
this.restoreDesktop.UseVisualStyleBackColor = true;
//
// label_OtherOptions_Delay
//
this.label_OtherOptions_Delay.AutoSize = true;
this.label_OtherOptions_Delay.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.28571F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.label_OtherOptions_Delay.Location = new System.Drawing.Point(197, 70);
this.label_OtherOptions_Delay.Name = "label_OtherOptions_Delay";
this.label_OtherOptions_Delay.Size = new System.Drawing.Size(119, 24);
this.label_OtherOptions_Delay.TabIndex = 13;
this.label_OtherOptions_Delay.Text = "响应延迟(ms)";
//
// inputDelay
//
this.inputDelay.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.28571F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.inputDelay.Location = new System.Drawing.Point(201, 97);
this.inputDelay.Name = "inputDelay";
this.inputDelay.Size = new System.Drawing.Size(115, 29);
this.inputDelay.TabIndex = 14;
//
// openDesktopFolder
//
this.openDesktopFolder.Location = new System.Drawing.Point(12, 403);
this.openDesktopFolder.Name = "openDesktopFolder";
this.openDesktopFolder.Size = new System.Drawing.Size(160, 49);
this.openDesktopFolder.TabIndex = 15;
this.openDesktopFolder.Text = "打开桌面文件夹";
this.openDesktopFolder.UseVisualStyleBackColor = true;
this.openDesktopFolder.Click += new System.EventHandler(this.OpenDesktopFolder_Click);
//
// lable_OtherOptions_OpenConfFile
//
this.lable_OtherOptions_OpenConfFile.AutoSize = true;
this.lable_OtherOptions_OpenConfFile.Location = new System.Drawing.Point(286, 32);
this.lable_OtherOptions_OpenConfFile.Name = "lable_OtherOptions_OpenConfFile";
this.lable_OtherOptions_OpenConfFile.Size = new System.Drawing.Size(69, 20);
this.lable_OtherOptions_OpenConfFile.TabIndex = 16;
this.lable_OtherOptions_OpenConfFile.Text = "打开文件";
this.lable_OtherOptions_OpenConfFile.Click += new System.EventHandler(this.OpenConfFile_Click);
//
// startWithWindows
//
this.startWithWindows.AutoSize = true;
this.startWithWindows.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.28571F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.startWithWindows.Location = new System.Drawing.Point(204, 157);
this.startWithWindows.Name = "startWithWindows";
this.startWithWindows.Size = new System.Drawing.Size(104, 28);
this.startWithWindows.TabIndex = 17;
this.startWithWindows.Text = "开机启动";
this.startWithWindows.UseVisualStyleBackColor = true;
//
// ensureRestore
//
this.ensureRestore.AutoSize = true;
this.ensureRestore.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.28571F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.ensureRestore.Location = new System.Drawing.Point(204, 257);
this.ensureRestore.Name = "ensureRestore";
this.ensureRestore.Size = new System.Drawing.Size(140, 28);
this.ensureRestore.TabIndex = 18;
this.ensureRestore.Text = "确保恢复准确";
this.ensureRestore.UseVisualStyleBackColor = true;
//
// OptionView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ClientSize = new System.Drawing.Size(368, 467);
this.Controls.Add(this.ensureRestore);
this.Controls.Add(this.startWithWindows);
this.Controls.Add(this.lable_OtherOptions_OpenConfFile);
this.Controls.Add(this.openDesktopFolder);
this.Controls.Add(this.inputDelay);
this.Controls.Add(this.label_OtherOptions_Delay);
this.Controls.Add(this.restoreDesktop);
this.Controls.Add(this.showNotifyIcon);
this.Controls.Add(this.saveConfig);
this.Controls.Add(this.debugMode);
this.Controls.Add(this.label_OtherOptions);
this.Controls.Add(this.addDesktop);
this.Controls.Add(this.delDesktop);
this.Controls.Add(this.label_AddDesktop);
this.Controls.Add(this.inputDesktopName);
this.Controls.Add(this.label_LoadedDesktop);
this.Controls.Add(this.desktopList);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "OptionView";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "AutoVDesktop";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OptionView_FormClosing);
this.Load += new System.EventHandler(this.OptionView_Load);
this.Shown += new System.EventHandler(this.OptionView_Shown);
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private NotifyIcon notifyIcon1;
private ContextMenuStrip contextMenuStrip1;
private ToolStripMenuItem 关于ToolStripMenuItem;
private ToolStripMenuItem 选项ToolStripMenuItem;
private ToolStripMenuItem 退出ToolStripMenuItem;
private ListBox desktopList;
private Label label_LoadedDesktop;
private TextBox inputDesktopName;
private Label label_AddDesktop;
private Button delDesktop;
private Button addDesktop;
private Label label_OtherOptions;
private CheckBox debugMode;
private Button saveConfig;
private CheckBox showNotifyIcon;
private CheckBox restoreDesktop;
private Label label_OtherOptions_Delay;
private TextBox inputDelay;
private Button openDesktopFolder;
private Label lable_OtherOptions_OpenConfFile;
private CheckBox startWithWindows;
private CheckBox ensureRestore;
}
}