Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit da78efe

Browse files
Kaim, Sean MKaim, Sean M
authored andcommitted
Removed Gecko Component check
Removed Gecko Component check
1 parent 2197ae3 commit da78efe

1 file changed

Lines changed: 6 additions & 68 deletions

File tree

mRemoteV1/UI/UI.Window.ComponentsCheck.vb

Lines changed: 6 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,11 @@ Namespace UI
2020
Friend WithEvents pnlCheck4 As System.Windows.Forms.Panel
2121
Friend WithEvents lblCheck4 As System.Windows.Forms.Label
2222
Friend WithEvents pbCheck4 As System.Windows.Forms.PictureBox
23-
Friend WithEvents pnlCheck5 As System.Windows.Forms.Panel
24-
Friend WithEvents lblCheck5 As System.Windows.Forms.Label
25-
Friend WithEvents pbCheck5 As System.Windows.Forms.PictureBox
2623
Friend WithEvents btnCheckAgain As System.Windows.Forms.Button
2724
Friend WithEvents txtCheck1 As System.Windows.Forms.TextBox
2825
Friend WithEvents txtCheck2 As System.Windows.Forms.TextBox
2926
Friend WithEvents txtCheck3 As System.Windows.Forms.TextBox
3027
Friend WithEvents txtCheck4 As System.Windows.Forms.TextBox
31-
Friend WithEvents txtCheck5 As System.Windows.Forms.TextBox
3228
Friend WithEvents chkAlwaysShow As System.Windows.Forms.CheckBox
3329
Friend WithEvents pnlChecks As System.Windows.Forms.Panel
3430
Friend WithEvents pnlCheck1 As System.Windows.Forms.Panel
@@ -50,10 +46,6 @@ Namespace UI
5046
Me.txtCheck4 = New System.Windows.Forms.TextBox()
5147
Me.lblCheck4 = New System.Windows.Forms.Label()
5248
Me.pbCheck4 = New System.Windows.Forms.PictureBox()
53-
Me.pnlCheck5 = New System.Windows.Forms.Panel()
54-
Me.txtCheck5 = New System.Windows.Forms.TextBox()
55-
Me.lblCheck5 = New System.Windows.Forms.Label()
56-
Me.pbCheck5 = New System.Windows.Forms.PictureBox()
5749
Me.btnCheckAgain = New System.Windows.Forms.Button()
5850
Me.chkAlwaysShow = New System.Windows.Forms.CheckBox()
5951
Me.pnlChecks = New System.Windows.Forms.Panel()
@@ -64,8 +56,6 @@ Namespace UI
6456
Me.pnlCheck3.SuspendLayout()
6557
CType(Me.pbCheck3, System.ComponentModel.ISupportInitialize).BeginInit()
6658
CType(Me.pbCheck4, System.ComponentModel.ISupportInitialize).BeginInit()
67-
Me.pnlCheck5.SuspendLayout()
68-
CType(Me.pbCheck5, System.ComponentModel.ISupportInitialize).BeginInit()
6959
Me.pnlChecks.SuspendLayout()
7060
Me.SuspendLayout()
7161
'
@@ -243,61 +233,13 @@ Namespace UI
243233
Me.pbCheck4.TabIndex = 0
244234
Me.pbCheck4.TabStop = False
245235
'
246-
'pnlCheck5
247-
'
248-
Me.pnlCheck5.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
249-
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
250-
Me.pnlCheck5.Controls.Add(Me.txtCheck5)
251-
Me.pnlCheck5.Controls.Add(Me.lblCheck5)
252-
Me.pnlCheck5.Controls.Add(Me.pbCheck5)
253-
Me.pnlCheck5.Location = New System.Drawing.Point(3, 407)
254-
Me.pnlCheck5.Name = "pnlCheck5"
255-
Me.pnlCheck5.Size = New System.Drawing.Size(562, 130)
256-
Me.pnlCheck5.TabIndex = 50
257-
Me.pnlCheck5.Visible = False
258-
'
259-
'txtCheck5
260-
'
261-
Me.txtCheck5.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
262-
Or System.Windows.Forms.AnchorStyles.Left) _
263-
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
264-
Me.txtCheck5.BackColor = System.Drawing.SystemColors.Control
265-
Me.txtCheck5.BorderStyle = System.Windows.Forms.BorderStyle.None
266-
Me.txtCheck5.Location = New System.Drawing.Point(129, 29)
267-
Me.txtCheck5.Multiline = True
268-
Me.txtCheck5.Name = "txtCheck5"
269-
Me.txtCheck5.ReadOnly = True
270-
Me.txtCheck5.Size = New System.Drawing.Size(430, 97)
271-
Me.txtCheck5.TabIndex = 2
272-
'
273-
'lblCheck5
274-
'
275-
Me.lblCheck5.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
276-
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
277-
Me.lblCheck5.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
278-
Me.lblCheck5.Location = New System.Drawing.Point(112, 3)
279-
Me.lblCheck5.Name = "lblCheck5"
280-
Me.lblCheck5.Size = New System.Drawing.Size(447, 23)
281-
Me.lblCheck5.TabIndex = 1
282-
Me.lblCheck5.Text = "RDP check succeeded!"
283-
'
284-
'pbCheck5
285-
'
286-
Me.pbCheck5.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
287-
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
288-
Me.pbCheck5.Location = New System.Drawing.Point(3, 3)
289-
Me.pbCheck5.Name = "pbCheck5"
290-
Me.pbCheck5.Size = New System.Drawing.Size(72, 123)
291-
Me.pbCheck5.TabIndex = 0
292-
Me.pbCheck5.TabStop = False
293-
'
294236
'btnCheckAgain
295237
'
296238
Me.btnCheckAgain.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
297239
Me.btnCheckAgain.FlatStyle = System.Windows.Forms.FlatStyle.Flat
298-
Me.btnCheckAgain.Location = New System.Drawing.Point(476, 590)
240+
Me.btnCheckAgain.Location = New System.Drawing.Point(476, 596)
299241
Me.btnCheckAgain.Name = "btnCheckAgain"
300-
Me.btnCheckAgain.Size = New System.Drawing.Size(104, 23)
242+
Me.btnCheckAgain.Size = New System.Drawing.Size(104, 26)
301243
Me.btnCheckAgain.TabIndex = 0
302244
Me.btnCheckAgain.Text = "Check again"
303245
Me.btnCheckAgain.UseVisualStyleBackColor = True
@@ -307,9 +249,9 @@ Namespace UI
307249
Me.chkAlwaysShow.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
308250
Me.chkAlwaysShow.AutoSize = True
309251
Me.chkAlwaysShow.FlatStyle = System.Windows.Forms.FlatStyle.Flat
310-
Me.chkAlwaysShow.Location = New System.Drawing.Point(12, 591)
252+
Me.chkAlwaysShow.Location = New System.Drawing.Point(12, 596)
311253
Me.chkAlwaysShow.Name = "chkAlwaysShow"
312-
Me.chkAlwaysShow.Size = New System.Drawing.Size(225, 20)
254+
Me.chkAlwaysShow.Size = New System.Drawing.Size(288, 24)
313255
Me.chkAlwaysShow.TabIndex = 51
314256
Me.chkAlwaysShow.Text = "Always show this screen at startup"
315257
Me.chkAlwaysShow.UseVisualStyleBackColor = True
@@ -323,16 +265,15 @@ Namespace UI
323265
Me.pnlChecks.Controls.Add(Me.pnlCheck1)
324266
Me.pnlChecks.Controls.Add(Me.pnlCheck2)
325267
Me.pnlChecks.Controls.Add(Me.pnlCheck3)
326-
Me.pnlChecks.Controls.Add(Me.pnlCheck5)
327268
Me.pnlChecks.Controls.Add(Me.pnlCheck4)
328269
Me.pnlChecks.Location = New System.Drawing.Point(12, 12)
329270
Me.pnlChecks.Name = "pnlChecks"
330-
Me.pnlChecks.Size = New System.Drawing.Size(568, 540)
271+
Me.pnlChecks.Size = New System.Drawing.Size(568, 422)
331272
Me.pnlChecks.TabIndex = 52
332273
'
333274
'ComponentsCheck
334275
'
335-
Me.ClientSize = New System.Drawing.Size(592, 625)
276+
Me.ClientSize = New System.Drawing.Size(592, 634)
336277
Me.Controls.Add(Me.pnlChecks)
337278
Me.Controls.Add(Me.chkAlwaysShow)
338279
Me.Controls.Add(Me.btnCheckAgain)
@@ -351,9 +292,6 @@ Namespace UI
351292
Me.pnlCheck3.PerformLayout()
352293
CType(Me.pbCheck3, System.ComponentModel.ISupportInitialize).EndInit()
353294
CType(Me.pbCheck4, System.ComponentModel.ISupportInitialize).EndInit()
354-
Me.pnlCheck5.ResumeLayout(False)
355-
Me.pnlCheck5.PerformLayout()
356-
CType(Me.pbCheck5, System.ComponentModel.ISupportInitialize).EndInit()
357295
Me.pnlChecks.ResumeLayout(False)
358296
Me.ResumeLayout(False)
359297
Me.PerformLayout()

0 commit comments

Comments
 (0)