forked from Ylianst/MeshCentralRouter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MappingStats.Designer.cs
187 lines (181 loc) · 7.75 KB
/
MappingStats.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
namespace MeshCentralRouter
{
partial class MappingStats
{
/// <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(MappingStats));
this.okButton = new System.Windows.Forms.Button();
this.label12 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.outRatioLabel = new System.Windows.Forms.Label();
this.inRatioLabel = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.kvmCompOutBytesLabel = new System.Windows.Forms.Label();
this.kvmCompInBytesLabel = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.kvmOutBytesLabel = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.kvmInBytesLabel = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.refreshTimer = new System.Windows.Forms.Timer(this.components);
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// okButton
//
resources.ApplyResources(this.okButton, "okButton");
this.okButton.Name = "okButton";
this.okButton.UseVisualStyleBackColor = true;
this.okButton.Click += new System.EventHandler(this.okButton_Click);
//
// label12
//
resources.ApplyResources(this.label12, "label12");
this.label12.Name = "label12";
//
// groupBox1
//
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Controls.Add(this.outRatioLabel);
this.groupBox1.Controls.Add(this.inRatioLabel);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.label11);
this.groupBox1.Controls.Add(this.kvmCompOutBytesLabel);
this.groupBox1.Controls.Add(this.kvmCompInBytesLabel);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
//
// outRatioLabel
//
resources.ApplyResources(this.outRatioLabel, "outRatioLabel");
this.outRatioLabel.Name = "outRatioLabel";
//
// inRatioLabel
//
resources.ApplyResources(this.inRatioLabel, "inRatioLabel");
this.inRatioLabel.Name = "inRatioLabel";
//
// label10
//
resources.ApplyResources(this.label10, "label10");
this.label10.Name = "label10";
//
// label11
//
resources.ApplyResources(this.label11, "label11");
this.label11.Name = "label11";
//
// kvmCompOutBytesLabel
//
resources.ApplyResources(this.kvmCompOutBytesLabel, "kvmCompOutBytesLabel");
this.kvmCompOutBytesLabel.Name = "kvmCompOutBytesLabel";
//
// kvmCompInBytesLabel
//
resources.ApplyResources(this.kvmCompInBytesLabel, "kvmCompInBytesLabel");
this.kvmCompInBytesLabel.Name = "kvmCompInBytesLabel";
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// groupBox2
//
resources.ApplyResources(this.groupBox2, "groupBox2");
this.groupBox2.Controls.Add(this.kvmOutBytesLabel);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.kvmInBytesLabel);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Name = "groupBox2";
this.groupBox2.TabStop = false;
//
// kvmOutBytesLabel
//
resources.ApplyResources(this.kvmOutBytesLabel, "kvmOutBytesLabel");
this.kvmOutBytesLabel.Name = "kvmOutBytesLabel";
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.label3.Name = "label3";
//
// kvmInBytesLabel
//
resources.ApplyResources(this.kvmInBytesLabel, "kvmInBytesLabel");
this.kvmInBytesLabel.Name = "kvmInBytesLabel";
//
// label4
//
resources.ApplyResources(this.label4, "label4");
this.label4.Name = "label4";
//
// refreshTimer
//
this.refreshTimer.Interval = 500;
this.refreshTimer.Tick += new System.EventHandler(this.refreshTimer_Tick);
//
// MappingStats
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.okButton);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "MappingStats";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.KVMStats_FormClosing);
this.Load += new System.EventHandler(this.KVMStats_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button okButton;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label outRatioLabel;
private System.Windows.Forms.Label inRatioLabel;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label kvmCompOutBytesLabel;
private System.Windows.Forms.Label kvmCompInBytesLabel;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label kvmOutBytesLabel;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label kvmInBytesLabel;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Timer refreshTimer;
}
}