DMSSSOAgent.Designer.cs
26.1 KB
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
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
namespace DMSSSOAgent
{
partial class DMSSSOAgent
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DMSSSOAgent));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
this.conMenuForm = new System.Windows.Forms.ContextMenuStrip(this.components);
this.关闭ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
this.conMenuApp = new System.Windows.Forms.ContextMenuStrip(this.components);
this.conMenuOpen = new System.Windows.Forms.ToolStripMenuItem();
this.conMenuTestCon = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.conMenuUpdate = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.conMenuChangeUser = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.conMenuSelectLanguage = new System.Windows.Forms.ToolStripMenuItem();
this.conMenuDefault = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.conMenuEN = new System.Windows.Forms.ToolStripMenuItem();
this.conMenuCN = new System.Windows.Forms.ToolStripMenuItem();
this.conMenuCNT = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.conRelog = new System.Windows.Forms.ToolStripMenuItem();
this.conMenuAppClose = new System.Windows.Forms.ToolStripMenuItem();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.pnlLeft = new System.Windows.Forms.Panel();
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.llblUserName = new System.Windows.Forms.LinkLabel();
this.btnClose = new System.Windows.Forms.Button();
this.btnMini = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.tabSysList = new System.Windows.Forms.TabControl();
this.tabW = new System.Windows.Forms.TabPage();
this.dvSysListW = new System.Windows.Forms.DataGridView();
this.SysImage = new System.Windows.Forms.DataGridViewImageColumn();
this.SysName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.SysContent = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tabRC = new System.Windows.Forms.TabPage();
this.dvSysListRC = new System.Windows.Forms.DataGridView();
this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.conMenuForm.SuspendLayout();
this.conMenuApp.SuspendLayout();
this.panel1.SuspendLayout();
this.panel4.SuspendLayout();
this.tabSysList.SuspendLayout();
this.tabW.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dvSysListW)).BeginInit();
this.tabRC.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dvSysListRC)).BeginInit();
this.SuspendLayout();
//
// conMenuForm
//
this.conMenuForm.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.关闭ToolStripMenuItem});
this.conMenuForm.Name = "conMenuFile";
resources.ApplyResources(this.conMenuForm, "conMenuForm");
//
// 关闭ToolStripMenuItem
//
this.关闭ToolStripMenuItem.Name = "关闭ToolStripMenuItem";
resources.ApplyResources(this.关闭ToolStripMenuItem, "关闭ToolStripMenuItem");
//
// notifyIcon1
//
this.notifyIcon1.ContextMenuStrip = this.conMenuApp;
resources.ApplyResources(this.notifyIcon1, "notifyIcon1");
this.notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseDoubleClick);
//
// conMenuApp
//
this.conMenuApp.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.conMenuOpen,
this.conMenuTestCon,
this.toolStripSeparator1,
this.conMenuUpdate,
this.toolStripSeparator2,
this.conMenuChangeUser,
this.toolStripSeparator5,
this.conMenuSelectLanguage,
this.toolStripSeparator3,
this.conRelog,
this.conMenuAppClose});
this.conMenuApp.Name = "conMenuApp";
resources.ApplyResources(this.conMenuApp, "conMenuApp");
//
// conMenuOpen
//
this.conMenuOpen.Name = "conMenuOpen";
resources.ApplyResources(this.conMenuOpen, "conMenuOpen");
this.conMenuOpen.Click += new System.EventHandler(this.conMenuOpen_Click);
//
// conMenuTestCon
//
this.conMenuTestCon.Name = "conMenuTestCon";
resources.ApplyResources(this.conMenuTestCon, "conMenuTestCon");
this.conMenuTestCon.Click += new System.EventHandler(this.conMenuTestCon_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
//
// conMenuUpdate
//
this.conMenuUpdate.Name = "conMenuUpdate";
resources.ApplyResources(this.conMenuUpdate, "conMenuUpdate");
this.conMenuUpdate.Click += new System.EventHandler(this.conMenuUpdate_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
//
// conMenuChangeUser
//
this.conMenuChangeUser.Name = "conMenuChangeUser";
resources.ApplyResources(this.conMenuChangeUser, "conMenuChangeUser");
this.conMenuChangeUser.Click += new System.EventHandler(this.conMenuChangeUser_Click);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
resources.ApplyResources(this.toolStripSeparator5, "toolStripSeparator5");
//
// conMenuSelectLanguage
//
this.conMenuSelectLanguage.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.conMenuDefault,
this.toolStripSeparator4,
this.conMenuEN,
this.conMenuCN,
this.conMenuCNT});
this.conMenuSelectLanguage.Name = "conMenuSelectLanguage";
resources.ApplyResources(this.conMenuSelectLanguage, "conMenuSelectLanguage");
//
// conMenuDefault
//
this.conMenuDefault.Name = "conMenuDefault";
resources.ApplyResources(this.conMenuDefault, "conMenuDefault");
this.conMenuDefault.Click += new System.EventHandler(this.conMenuDefault_Click);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
resources.ApplyResources(this.toolStripSeparator4, "toolStripSeparator4");
//
// conMenuEN
//
this.conMenuEN.Name = "conMenuEN";
resources.ApplyResources(this.conMenuEN, "conMenuEN");
this.conMenuEN.Click += new System.EventHandler(this.conMenuEN_Click);
//
// conMenuCN
//
this.conMenuCN.Name = "conMenuCN";
resources.ApplyResources(this.conMenuCN, "conMenuCN");
this.conMenuCN.Click += new System.EventHandler(this.conMenuCN_Click);
//
// conMenuCNT
//
this.conMenuCNT.Name = "conMenuCNT";
resources.ApplyResources(this.conMenuCNT, "conMenuCNT");
this.conMenuCNT.Click += new System.EventHandler(this.conMenuCNT_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3");
//
// conRelog
//
this.conRelog.Name = "conRelog";
resources.ApplyResources(this.conRelog, "conRelog");
this.conRelog.Click += new System.EventHandler(this.reLogToolStripMenuItem_Click);
//
// conMenuAppClose
//
this.conMenuAppClose.Name = "conMenuAppClose";
resources.ApplyResources(this.conMenuAppClose, "conMenuAppClose");
this.conMenuAppClose.Click += new System.EventHandler(this.conMenuAppClose_Click);
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "item1.JPG");
this.imageList1.Images.SetKeyName(1, "item2.JPG");
this.imageList1.Images.SetKeyName(2, "item3.JPG");
//
// pnlLeft
//
resources.ApplyResources(this.pnlLeft, "pnlLeft");
this.pnlLeft.Name = "pnlLeft";
this.pnlLeft.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pnlLeft_MouseDown);
this.pnlLeft.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pnlLeft_MouseMove);
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.White;
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.llblUserName);
this.panel1.Controls.Add(this.btnClose);
this.panel1.Controls.Add(this.btnMini);
resources.ApplyResources(this.panel1, "panel1");
this.panel1.Name = "panel1";
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(101)))), ((int)(((byte)(1)))));
this.label1.Name = "label1";
//
// llblUserName
//
resources.ApplyResources(this.llblUserName, "llblUserName");
this.llblUserName.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.llblUserName.Name = "llblUserName";
this.llblUserName.TabStop = true;
//
// btnClose
//
resources.ApplyResources(this.btnClose, "btnClose");
this.btnClose.Name = "btnClose";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnMini
//
resources.ApplyResources(this.btnMini, "btnMini");
this.btnMini.Name = "btnMini";
this.btnMini.UseVisualStyleBackColor = true;
this.btnMini.Click += new System.EventHandler(this.btnMini_Click);
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.White;
resources.ApplyResources(this.panel2, "panel2");
this.panel2.Name = "panel2";
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.White;
resources.ApplyResources(this.panel3, "panel3");
this.panel3.Name = "panel3";
//
// panel4
//
this.panel4.BackColor = System.Drawing.Color.White;
this.panel4.Controls.Add(this.tabSysList);
resources.ApplyResources(this.panel4, "panel4");
this.panel4.Name = "panel4";
//
// tabSysList
//
this.tabSysList.Controls.Add(this.tabW);
this.tabSysList.Controls.Add(this.tabRC);
resources.ApplyResources(this.tabSysList, "tabSysList");
this.tabSysList.Name = "tabSysList";
this.tabSysList.SelectedIndex = 0;
this.tabSysList.SelectedIndexChanged += new System.EventHandler(this.tabSysList_SelectedIndexChanged);
//
// tabW
//
this.tabW.Controls.Add(this.dvSysListW);
resources.ApplyResources(this.tabW, "tabW");
this.tabW.Name = "tabW";
this.tabW.UseVisualStyleBackColor = true;
//
// dvSysListW
//
this.dvSysListW.AllowUserToAddRows = false;
this.dvSysListW.BackgroundColor = System.Drawing.Color.White;
this.dvSysListW.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dvSysListW.ColumnHeadersVisible = false;
this.dvSysListW.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.SysImage,
this.SysName,
this.SysContent});
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold);
dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dvSysListW.DefaultCellStyle = dataGridViewCellStyle9;
resources.ApplyResources(this.dvSysListW, "dvSysListW");
this.dvSysListW.Name = "dvSysListW";
this.dvSysListW.RowHeadersVisible = false;
this.dvSysListW.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.dvSysListW.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.Transparent;
this.dvSysListW.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.dvSysListW.RowTemplate.Height = 23;
this.dvSysListW.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dvSysListW_CellDoubleClick);
this.dvSysListW.Click += new System.EventHandler(this.dvSysListW_Click);
//
// SysImage
//
resources.ApplyResources(this.SysImage, "SysImage");
this.SysImage.Name = "SysImage";
//
// SysName
//
dataGridViewCellStyle7.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.SysName.DefaultCellStyle = dataGridViewCellStyle7;
resources.ApplyResources(this.SysName, "SysName");
this.SysName.Name = "SysName";
this.SysName.ReadOnly = true;
//
// SysContent
//
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
this.SysContent.DefaultCellStyle = dataGridViewCellStyle8;
resources.ApplyResources(this.SysContent, "SysContent");
this.SysContent.Name = "SysContent";
//
// tabRC
//
this.tabRC.Controls.Add(this.dvSysListRC);
resources.ApplyResources(this.tabRC, "tabRC");
this.tabRC.Name = "tabRC";
this.tabRC.UseVisualStyleBackColor = true;
//
// dvSysListRC
//
this.dvSysListRC.AllowUserToAddRows = false;
this.dvSysListRC.BackgroundColor = System.Drawing.Color.White;
this.dvSysListRC.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dvSysListRC.ColumnHeadersVisible = false;
this.dvSysListRC.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewImageColumn1,
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2});
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold);
dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dvSysListRC.DefaultCellStyle = dataGridViewCellStyle12;
resources.ApplyResources(this.dvSysListRC, "dvSysListRC");
this.dvSysListRC.Name = "dvSysListRC";
this.dvSysListRC.RowHeadersVisible = false;
this.dvSysListRC.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.dvSysListRC.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.Transparent;
this.dvSysListRC.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.dvSysListRC.RowTemplate.Height = 23;
this.dvSysListRC.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dvSysListRC_CellDoubleClick);
this.dvSysListRC.Click += new System.EventHandler(this.dvSysListRC_Click);
//
// dataGridViewImageColumn1
//
resources.ApplyResources(this.dataGridViewImageColumn1, "dataGridViewImageColumn1");
this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
//
// dataGridViewTextBoxColumn1
//
dataGridViewCellStyle10.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle10;
resources.ApplyResources(this.dataGridViewTextBoxColumn1, "dataGridViewTextBoxColumn1");
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
//
// dataGridViewTextBoxColumn2
//
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle11;
resources.ApplyResources(this.dataGridViewTextBoxColumn2, "dataGridViewTextBoxColumn2");
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
//
// DMSSSOAgent
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ContextMenuStrip = this.conMenuForm;
this.Controls.Add(this.panel4);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.pnlLeft);
this.Name = "DMSSSOAgent";
this.Load += new System.EventHandler(this.DMSSSOAgent_Load);
this.SizeChanged += new System.EventHandler(this.DMSSSOAgent_SizeChanged);
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.DMSSSOAgent_MouseDown);
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.DMSSSOAgent_MouseMove);
this.conMenuForm.ResumeLayout(false);
this.conMenuApp.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel4.ResumeLayout(false);
this.tabSysList.ResumeLayout(false);
this.tabW.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dvSysListW)).EndInit();
this.tabRC.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dvSysListRC)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ContextMenuStrip conMenuForm;
private System.Windows.Forms.ToolStripMenuItem 关闭ToolStripMenuItem;
private System.Windows.Forms.NotifyIcon notifyIcon1;
private System.Windows.Forms.ContextMenuStrip conMenuApp;
private System.Windows.Forms.ToolStripMenuItem conMenuOpen;
private System.Windows.Forms.ToolStripMenuItem conMenuAppClose;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.Panel pnlLeft;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Button btnMini;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.LinkLabel llblUserName;
private System.Windows.Forms.ToolStripMenuItem conMenuTestCon;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem conMenuUpdate;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem conMenuChangeUser;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripMenuItem conMenuSelectLanguage;
private System.Windows.Forms.ToolStripMenuItem conMenuDefault;
private System.Windows.Forms.ToolStripMenuItem conMenuCN;
private System.Windows.Forms.ToolStripMenuItem conMenuCNT;
private System.Windows.Forms.ToolStripMenuItem conMenuEN;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.TabControl tabSysList;
private System.Windows.Forms.TabPage tabW;
private System.Windows.Forms.DataGridView dvSysListW;
private System.Windows.Forms.TabPage tabRC;
private System.Windows.Forms.DataGridView dvSysListRC;
private System.Windows.Forms.DataGridViewImageColumn SysImage;
private System.Windows.Forms.DataGridViewTextBoxColumn SysName;
private System.Windows.Forms.DataGridViewTextBoxColumn SysContent;
private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ToolStripMenuItem conRelog;
}
}