|
@@ -1,298 +0,0 @@
|
1
|
|
-<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
2
|
|
-Partial Class FTP資料夾管理
|
3
|
|
- Inherits System.Windows.Forms.Form
|
4
|
|
-
|
5
|
|
- 'Form 覆寫 Dispose 以清除元件清單。
|
6
|
|
- <System.Diagnostics.DebuggerNonUserCode()>
|
7
|
|
- Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
8
|
|
- Try
|
9
|
|
- If disposing AndAlso components IsNot Nothing Then
|
10
|
|
- components.Dispose()
|
11
|
|
- End If
|
12
|
|
- Finally
|
13
|
|
- MyBase.Dispose(disposing)
|
14
|
|
- End Try
|
15
|
|
- End Sub
|
16
|
|
-
|
17
|
|
- '為 Windows Form 設計工具的必要項
|
18
|
|
- Private components As System.ComponentModel.IContainer
|
19
|
|
-
|
20
|
|
- '注意: 以下為 Windows Form 設計工具所需的程序
|
21
|
|
- '可以使用 Windows Form 設計工具進行修改。
|
22
|
|
- '請勿使用程式碼編輯器進行修改。
|
23
|
|
- <System.Diagnostics.DebuggerStepThrough()>
|
24
|
|
- Private Sub InitializeComponent()
|
25
|
|
- Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
26
|
|
- Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
27
|
|
- Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
28
|
|
- Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
29
|
|
- Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
30
|
|
- Me.TextBox4 = New System.Windows.Forms.TextBox()
|
31
|
|
- Me.Button3 = New System.Windows.Forms.Button()
|
32
|
|
- Me.Button2 = New System.Windows.Forms.Button()
|
33
|
|
- Me.Button1 = New System.Windows.Forms.Button()
|
34
|
|
- Me.TextBox3 = New System.Windows.Forms.TextBox()
|
35
|
|
- Me.TextBox2 = New System.Windows.Forms.TextBox()
|
36
|
|
- Me.TextBox1 = New System.Windows.Forms.TextBox()
|
37
|
|
- Me.DataGridView1 = New System.Windows.Forms.DataGridView()
|
38
|
|
- Me.Label12 = New System.Windows.Forms.Label()
|
39
|
|
- Me.資料庫清單1_dgv = New System.Windows.Forms.DataGridView()
|
40
|
|
- Me.LOG檔截斷3_bt = New System.Windows.Forms.Button()
|
41
|
|
- Me.Label3 = New System.Windows.Forms.Label()
|
42
|
|
- Me.重新讀取_bt = New System.Windows.Forms.Button()
|
43
|
|
- Me.伺服器_lb = New System.Windows.Forms.Label()
|
44
|
|
- Me.MAX_nud = New System.Windows.Forms.NumericUpDown()
|
45
|
|
- Me.伺服器狀態2_dgv = New System.Windows.Forms.DataGridView()
|
46
|
|
- Me.字體大小調整_lb = New System.Windows.Forms.Label()
|
47
|
|
- CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
|
48
|
|
- CType(Me.資料庫清單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
49
|
|
- CType(Me.MAX_nud, System.ComponentModel.ISupportInitialize).BeginInit()
|
50
|
|
- CType(Me.伺服器狀態2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
51
|
|
- Me.SuspendLayout()
|
52
|
|
- '
|
53
|
|
- 'TextBox4
|
54
|
|
- '
|
55
|
|
- Me.TextBox4.Location = New System.Drawing.Point(500, 7)
|
56
|
|
- Me.TextBox4.Name = "TextBox4"
|
57
|
|
- Me.TextBox4.Size = New System.Drawing.Size(70, 23)
|
58
|
|
- Me.TextBox4.TabIndex = 632
|
59
|
|
- '
|
60
|
|
- 'Button3
|
61
|
|
- '
|
62
|
|
- Me.Button3.Location = New System.Drawing.Point(174, 36)
|
63
|
|
- Me.Button3.Name = "Button3"
|
64
|
|
- Me.Button3.Size = New System.Drawing.Size(75, 23)
|
65
|
|
- Me.Button3.TabIndex = 631
|
66
|
|
- Me.Button3.Text = "刪除"
|
67
|
|
- Me.Button3.UseVisualStyleBackColor = True
|
68
|
|
- '
|
69
|
|
- 'Button2
|
70
|
|
- '
|
71
|
|
- Me.Button2.Location = New System.Drawing.Point(93, 36)
|
72
|
|
- Me.Button2.Name = "Button2"
|
73
|
|
- Me.Button2.Size = New System.Drawing.Size(75, 23)
|
74
|
|
- Me.Button2.TabIndex = 630
|
75
|
|
- Me.Button2.Text = "修改"
|
76
|
|
- Me.Button2.UseVisualStyleBackColor = True
|
77
|
|
- '
|
78
|
|
- 'Button1
|
79
|
|
- '
|
80
|
|
- Me.Button1.Location = New System.Drawing.Point(12, 36)
|
81
|
|
- Me.Button1.Name = "Button1"
|
82
|
|
- Me.Button1.Size = New System.Drawing.Size(75, 23)
|
83
|
|
- Me.Button1.TabIndex = 629
|
84
|
|
- Me.Button1.Text = "新增"
|
85
|
|
- Me.Button1.UseVisualStyleBackColor = True
|
86
|
|
- '
|
87
|
|
- 'TextBox3
|
88
|
|
- '
|
89
|
|
- Me.TextBox3.Location = New System.Drawing.Point(294, 7)
|
90
|
|
- Me.TextBox3.Name = "TextBox3"
|
91
|
|
- Me.TextBox3.Size = New System.Drawing.Size(200, 23)
|
92
|
|
- Me.TextBox3.TabIndex = 628
|
93
|
|
- '
|
94
|
|
- 'TextBox2
|
95
|
|
- '
|
96
|
|
- Me.TextBox2.Location = New System.Drawing.Point(88, 7)
|
97
|
|
- Me.TextBox2.Name = "TextBox2"
|
98
|
|
- Me.TextBox2.Size = New System.Drawing.Size(200, 23)
|
99
|
|
- Me.TextBox2.TabIndex = 627
|
100
|
|
- '
|
101
|
|
- 'TextBox1
|
102
|
|
- '
|
103
|
|
- Me.TextBox1.Location = New System.Drawing.Point(12, 7)
|
104
|
|
- Me.TextBox1.Name = "TextBox1"
|
105
|
|
- Me.TextBox1.Size = New System.Drawing.Size(70, 23)
|
106
|
|
- Me.TextBox1.TabIndex = 626
|
107
|
|
- '
|
108
|
|
- 'DataGridView1
|
109
|
|
- '
|
110
|
|
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
111
|
|
- Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
112
|
|
- Me.DataGridView1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
113
|
|
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
114
|
|
- Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
115
|
|
- Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
116
|
|
- Me.DataGridView1.Location = New System.Drawing.Point(12, 65)
|
117
|
|
- Me.DataGridView1.Name = "DataGridView1"
|
118
|
|
- Me.DataGridView1.RowHeadersWidth = 5
|
119
|
|
- Me.DataGridView1.RowTemplate.Height = 24
|
120
|
|
- Me.DataGridView1.Size = New System.Drawing.Size(565, 551)
|
121
|
|
- Me.DataGridView1.TabIndex = 625
|
122
|
|
- '
|
123
|
|
- 'Label12
|
124
|
|
- '
|
125
|
|
- Me.Label12.AutoSize = True
|
126
|
|
- Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
127
|
|
- Me.Label12.Location = New System.Drawing.Point(471, 39)
|
128
|
|
- Me.Label12.Name = "Label12"
|
129
|
|
- Me.Label12.Size = New System.Drawing.Size(99, 16)
|
130
|
|
- Me.Label12.TabIndex = 624
|
131
|
|
- Me.Label12.Text = "伺服器FTP文件夾"
|
132
|
|
- '
|
133
|
|
- '資料庫清單1_dgv
|
134
|
|
- '
|
135
|
|
- DataGridViewCellStyle2.BackColor = System.Drawing.Color.White
|
136
|
|
- Me.資料庫清單1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
|
137
|
|
- Me.資料庫清單1_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
138
|
|
- Me.資料庫清單1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
139
|
|
- Me.資料庫清單1_dgv.BackgroundColor = System.Drawing.Color.White
|
140
|
|
- DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
141
|
|
- DataGridViewCellStyle3.BackColor = System.Drawing.Color.White
|
142
|
|
- DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
143
|
|
- DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
|
144
|
|
- DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
145
|
|
- DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
146
|
|
- DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
147
|
|
- Me.資料庫清單1_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle3
|
148
|
|
- Me.資料庫清單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
149
|
|
- Me.資料庫清單1_dgv.Location = New System.Drawing.Point(583, 191)
|
150
|
|
- Me.資料庫清單1_dgv.Name = "資料庫清單1_dgv"
|
151
|
|
- Me.資料庫清單1_dgv.RowHeadersWidth = 5
|
152
|
|
- Me.資料庫清單1_dgv.RowTemplate.Height = 24
|
153
|
|
- Me.資料庫清單1_dgv.Size = New System.Drawing.Size(220, 105)
|
154
|
|
- Me.資料庫清單1_dgv.TabIndex = 1512
|
155
|
|
- '
|
156
|
|
- 'LOG檔截斷3_bt
|
157
|
|
- '
|
158
|
|
- Me.LOG檔截斷3_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
159
|
|
- Me.LOG檔截斷3_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
160
|
|
- Me.LOG檔截斷3_bt.Location = New System.Drawing.Point(583, 165)
|
161
|
|
- Me.LOG檔截斷3_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
162
|
|
- Me.LOG檔截斷3_bt.Name = "LOG檔截斷3_bt"
|
163
|
|
- Me.LOG檔截斷3_bt.Size = New System.Drawing.Size(220, 23)
|
164
|
|
- Me.LOG檔截斷3_bt.TabIndex = 1511
|
165
|
|
- Me.LOG檔截斷3_bt.Text = "LOG檔截斷"
|
166
|
|
- '
|
167
|
|
- 'Label3
|
168
|
|
- '
|
169
|
|
- Me.Label3.AutoSize = True
|
170
|
|
- Me.Label3.BackColor = System.Drawing.SystemColors.Control
|
171
|
|
- Me.Label3.Location = New System.Drawing.Point(584, 13)
|
172
|
|
- Me.Label3.Name = "Label3"
|
173
|
|
- Me.Label3.Size = New System.Drawing.Size(55, 16)
|
174
|
|
- Me.Label3.TabIndex = 1510
|
175
|
|
- Me.Label3.Text = "主伺服器"
|
176
|
|
- '
|
177
|
|
- '重新讀取_bt
|
178
|
|
- '
|
179
|
|
- Me.重新讀取_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
180
|
|
- Me.重新讀取_bt.Location = New System.Drawing.Point(1023, 9)
|
181
|
|
- Me.重新讀取_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
182
|
|
- Me.重新讀取_bt.Name = "重新讀取_bt"
|
183
|
|
- Me.重新讀取_bt.Size = New System.Drawing.Size(72, 23)
|
184
|
|
- Me.重新讀取_bt.TabIndex = 1509
|
185
|
|
- Me.重新讀取_bt.Text = "重新讀取"
|
186
|
|
- '
|
187
|
|
- '伺服器_lb
|
188
|
|
- '
|
189
|
|
- Me.伺服器_lb.AutoSize = True
|
190
|
|
- Me.伺服器_lb.BackColor = System.Drawing.SystemColors.Control
|
191
|
|
- Me.伺服器_lb.Location = New System.Drawing.Point(720, 12)
|
192
|
|
- Me.伺服器_lb.Name = "伺服器_lb"
|
193
|
|
- Me.伺服器_lb.Size = New System.Drawing.Size(229, 16)
|
194
|
|
- Me.伺服器_lb.TabIndex = 1508
|
195
|
|
- Me.伺服器_lb.Text = "伺服器中資料庫極限容量監控設定值 (MB)"
|
196
|
|
- '
|
197
|
|
- 'MAX_nud
|
198
|
|
- '
|
199
|
|
- Me.MAX_nud.Location = New System.Drawing.Point(955, 9)
|
200
|
|
- Me.MAX_nud.Maximum = New Decimal(New Integer() {100000000, 0, 0, 0})
|
201
|
|
- Me.MAX_nud.Name = "MAX_nud"
|
202
|
|
- Me.MAX_nud.Size = New System.Drawing.Size(67, 23)
|
203
|
|
- Me.MAX_nud.TabIndex = 1507
|
204
|
|
- Me.MAX_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
205
|
|
- Me.MAX_nud.ThousandsSeparator = True
|
206
|
|
- Me.MAX_nud.Value = New Decimal(New Integer() {2048, 0, 0, 0})
|
207
|
|
- '
|
208
|
|
- '伺服器狀態2_dgv
|
209
|
|
- '
|
210
|
|
- DataGridViewCellStyle4.BackColor = System.Drawing.Color.White
|
211
|
|
- Me.伺服器狀態2_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
|
212
|
|
- Me.伺服器狀態2_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
213
|
|
- Or System.Windows.Forms.AnchorStyles.Left) _
|
214
|
|
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
215
|
|
- Me.伺服器狀態2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
216
|
|
- Me.伺服器狀態2_dgv.BackgroundColor = System.Drawing.Color.White
|
217
|
|
- DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
218
|
|
- DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
|
219
|
|
- DataGridViewCellStyle5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
220
|
|
- DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText
|
221
|
|
- DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
222
|
|
- DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
223
|
|
- DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
224
|
|
- Me.伺服器狀態2_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle5
|
225
|
|
- Me.伺服器狀態2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
226
|
|
- Me.伺服器狀態2_dgv.Location = New System.Drawing.Point(583, 36)
|
227
|
|
- Me.伺服器狀態2_dgv.Name = "伺服器狀態2_dgv"
|
228
|
|
- Me.伺服器狀態2_dgv.RowHeadersWidth = 5
|
229
|
|
- Me.伺服器狀態2_dgv.RowTemplate.Height = 24
|
230
|
|
- Me.伺服器狀態2_dgv.Size = New System.Drawing.Size(634, 126)
|
231
|
|
- Me.伺服器狀態2_dgv.TabIndex = 1506
|
232
|
|
- '
|
233
|
|
- '字體大小調整_lb
|
234
|
|
- '
|
235
|
|
- Me.字體大小調整_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
236
|
|
- Me.字體大小調整_lb.AutoSize = True
|
237
|
|
- Me.字體大小調整_lb.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
238
|
|
- Me.字體大小調整_lb.ForeColor = System.Drawing.Color.Brown
|
239
|
|
- Me.字體大小調整_lb.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
240
|
|
- Me.字體大小調整_lb.Location = New System.Drawing.Point(1096, 10)
|
241
|
|
- Me.字體大小調整_lb.Name = "字體大小調整_lb"
|
242
|
|
- Me.字體大小調整_lb.Size = New System.Drawing.Size(69, 19)
|
243
|
|
- Me.字體大小調整_lb.TabIndex = 1505
|
244
|
|
- Me.字體大小調整_lb.Text = "字體調整"
|
245
|
|
- '
|
246
|
|
- 'FTP資料夾管理
|
247
|
|
- '
|
248
|
|
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
249
|
|
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
250
|
|
- Me.ClientSize = New System.Drawing.Size(1264, 621)
|
251
|
|
- Me.Controls.Add(Me.資料庫清單1_dgv)
|
252
|
|
- Me.Controls.Add(Me.LOG檔截斷3_bt)
|
253
|
|
- Me.Controls.Add(Me.Label3)
|
254
|
|
- Me.Controls.Add(Me.重新讀取_bt)
|
255
|
|
- Me.Controls.Add(Me.伺服器_lb)
|
256
|
|
- Me.Controls.Add(Me.MAX_nud)
|
257
|
|
- Me.Controls.Add(Me.伺服器狀態2_dgv)
|
258
|
|
- Me.Controls.Add(Me.字體大小調整_lb)
|
259
|
|
- Me.Controls.Add(Me.TextBox4)
|
260
|
|
- Me.Controls.Add(Me.Button3)
|
261
|
|
- Me.Controls.Add(Me.Button2)
|
262
|
|
- Me.Controls.Add(Me.Button1)
|
263
|
|
- Me.Controls.Add(Me.TextBox3)
|
264
|
|
- Me.Controls.Add(Me.TextBox2)
|
265
|
|
- Me.Controls.Add(Me.TextBox1)
|
266
|
|
- Me.Controls.Add(Me.DataGridView1)
|
267
|
|
- Me.Controls.Add(Me.Label12)
|
268
|
|
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
269
|
|
- Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
270
|
|
- Me.Name = "FTP資料夾管理"
|
271
|
|
- Me.Text = "FTP資料夾管理"
|
272
|
|
- CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
|
273
|
|
- CType(Me.資料庫清單1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
274
|
|
- CType(Me.MAX_nud, System.ComponentModel.ISupportInitialize).EndInit()
|
275
|
|
- CType(Me.伺服器狀態2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
276
|
|
- Me.ResumeLayout(False)
|
277
|
|
- Me.PerformLayout()
|
278
|
|
-
|
279
|
|
- End Sub
|
280
|
|
-
|
281
|
|
- Friend WithEvents TextBox4 As TextBox
|
282
|
|
- Friend WithEvents Button3 As Button
|
283
|
|
- Friend WithEvents Button2 As Button
|
284
|
|
- Friend WithEvents Button1 As Button
|
285
|
|
- Friend WithEvents TextBox3 As TextBox
|
286
|
|
- Friend WithEvents TextBox2 As TextBox
|
287
|
|
- Friend WithEvents TextBox1 As TextBox
|
288
|
|
- Friend WithEvents DataGridView1 As DataGridView
|
289
|
|
- Friend WithEvents Label12 As Label
|
290
|
|
- Friend WithEvents 資料庫清單1_dgv As DataGridView
|
291
|
|
- Friend WithEvents LOG檔截斷3_bt As Button
|
292
|
|
- Friend WithEvents Label3 As Label
|
293
|
|
- Friend WithEvents 重新讀取_bt As Button
|
294
|
|
- Friend WithEvents 伺服器_lb As Label
|
295
|
|
- Friend WithEvents MAX_nud As NumericUpDown
|
296
|
|
- Friend WithEvents 伺服器狀態2_dgv As DataGridView
|
297
|
|
- Friend WithEvents 字體大小調整_lb As Label
|
298
|
|
-End Class
|