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

Commit 9ec65b7

Browse files
Kaim, Sean MKaim, Sean M
authored andcommitted
About screen updates
Rename to mRemote3G Adjusted positioning of some elements to avoid any text from getting cut off
1 parent 8279a12 commit 9ec65b7

2 files changed

Lines changed: 41 additions & 41 deletions

File tree

mRemoteV1/UI/UI.Window.About.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@
112112
<value>2.0</value>
113113
</resheader>
114114
<resheader name="reader">
115-
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
115+
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
116116
</resheader>
117117
<resheader name="writer">
118-
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
118+
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120120
</root>

mRemoteV1/UI/UI.Window.About.vb

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ Namespace UI
2323
Friend WithEvents pnlTop As System.Windows.Forms.Panel
2424

2525
Private Sub InitializeComponent()
26-
Me.pnlTop = New System.Windows.Forms.Panel
27-
Me.lblEdition = New System.Windows.Forms.Label
28-
Me.pbLogo = New System.Windows.Forms.PictureBox
29-
Me.pnlBottom = New System.Windows.Forms.Panel
30-
Me.llblWeifenLuo = New System.Windows.Forms.LinkLabel
31-
Me.llblMagicLibrary = New System.Windows.Forms.LinkLabel
32-
Me.llblFAMFAMFAM = New System.Windows.Forms.LinkLabel
33-
Me.txtChangeLog = New System.Windows.Forms.TextBox
34-
Me.lblTitle = New System.Windows.Forms.Label
35-
Me.lblVersion = New System.Windows.Forms.Label
36-
Me.lblChangeLog = New System.Windows.Forms.Label
37-
Me.lblLicense = New System.Windows.Forms.Label
38-
Me.lblCopyright = New System.Windows.Forms.Label
26+
Me.pnlTop = New System.Windows.Forms.Panel()
27+
Me.lblEdition = New System.Windows.Forms.Label()
28+
Me.pbLogo = New System.Windows.Forms.PictureBox()
29+
Me.pnlBottom = New System.Windows.Forms.Panel()
30+
Me.llblWeifenLuo = New System.Windows.Forms.LinkLabel()
31+
Me.llblMagicLibrary = New System.Windows.Forms.LinkLabel()
32+
Me.llblFAMFAMFAM = New System.Windows.Forms.LinkLabel()
33+
Me.txtChangeLog = New System.Windows.Forms.TextBox()
34+
Me.lblTitle = New System.Windows.Forms.Label()
35+
Me.lblVersion = New System.Windows.Forms.Label()
36+
Me.lblChangeLog = New System.Windows.Forms.Label()
37+
Me.lblLicense = New System.Windows.Forms.Label()
38+
Me.lblCopyright = New System.Windows.Forms.Label()
3939
Me.pnlTop.SuspendLayout()
4040
CType(Me.pbLogo, System.ComponentModel.ISupportInitialize).BeginInit()
4141
Me.pnlBottom.SuspendLayout()
@@ -44,7 +44,7 @@ Namespace UI
4444
'pnlTop
4545
'
4646
Me.pnlTop.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
47-
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
47+
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
4848
Me.pnlTop.BackColor = System.Drawing.Color.Black
4949
Me.pnlTop.Controls.Add(Me.lblEdition)
5050
Me.pnlTop.Controls.Add(Me.pbLogo)
@@ -60,9 +60,9 @@ Namespace UI
6060
Me.lblEdition.BackColor = System.Drawing.Color.Black
6161
Me.lblEdition.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
6262
Me.lblEdition.ForeColor = System.Drawing.Color.White
63-
Me.lblEdition.Location = New System.Drawing.Point(512, 112)
63+
Me.lblEdition.Location = New System.Drawing.Point(509, 107)
6464
Me.lblEdition.Name = "lblEdition"
65-
Me.lblEdition.Size = New System.Drawing.Size(264, 24)
65+
Me.lblEdition.Size = New System.Drawing.Size(264, 29)
6666
Me.lblEdition.TabIndex = 0
6767
Me.lblEdition.Text = "Edition"
6868
Me.lblEdition.TextAlign = System.Drawing.ContentAlignment.BottomRight
@@ -81,8 +81,8 @@ Namespace UI
8181
'pnlBottom
8282
'
8383
Me.pnlBottom.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
84-
Or System.Windows.Forms.AnchorStyles.Left) _
85-
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
84+
Or System.Windows.Forms.AnchorStyles.Left) _
85+
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
8686
Me.pnlBottom.BackColor = System.Drawing.SystemColors.Control
8787
Me.pnlBottom.Controls.Add(Me.llblWeifenLuo)
8888
Me.pnlBottom.Controls.Add(Me.llblMagicLibrary)
@@ -105,9 +105,9 @@ Namespace UI
105105
Me.llblWeifenLuo.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
106106
Me.llblWeifenLuo.ForeColor = System.Drawing.SystemColors.ControlText
107107
Me.llblWeifenLuo.LinkColor = System.Drawing.Color.Blue
108-
Me.llblWeifenLuo.Location = New System.Drawing.Point(16, 158)
108+
Me.llblWeifenLuo.Location = New System.Drawing.Point(8, 184)
109109
Me.llblWeifenLuo.Name = "llblWeifenLuo"
110-
Me.llblWeifenLuo.Size = New System.Drawing.Size(78, 22)
110+
Me.llblWeifenLuo.Size = New System.Drawing.Size(97, 27)
111111
Me.llblWeifenLuo.TabIndex = 9
112112
Me.llblWeifenLuo.TabStop = True
113113
Me.llblWeifenLuo.Text = "WeifenLuo"
@@ -119,9 +119,9 @@ Namespace UI
119119
Me.llblMagicLibrary.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
120120
Me.llblMagicLibrary.ForeColor = System.Drawing.SystemColors.ControlText
121121
Me.llblMagicLibrary.LinkColor = System.Drawing.Color.Blue
122-
Me.llblMagicLibrary.Location = New System.Drawing.Point(16, 136)
122+
Me.llblMagicLibrary.Location = New System.Drawing.Point(8, 157)
123123
Me.llblMagicLibrary.Name = "llblMagicLibrary"
124-
Me.llblMagicLibrary.Size = New System.Drawing.Size(92, 22)
124+
Me.llblMagicLibrary.Size = New System.Drawing.Size(115, 27)
125125
Me.llblMagicLibrary.TabIndex = 8
126126
Me.llblMagicLibrary.TabStop = True
127127
Me.llblMagicLibrary.Text = "MagicLibrary"
@@ -133,9 +133,9 @@ Namespace UI
133133
Me.llblFAMFAMFAM.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
134134
Me.llblFAMFAMFAM.ForeColor = System.Drawing.SystemColors.ControlText
135135
Me.llblFAMFAMFAM.LinkColor = System.Drawing.Color.Blue
136-
Me.llblFAMFAMFAM.Location = New System.Drawing.Point(16, 116)
136+
Me.llblFAMFAMFAM.Location = New System.Drawing.Point(8, 130)
137137
Me.llblFAMFAMFAM.Name = "llblFAMFAMFAM"
138-
Me.llblFAMFAMFAM.Size = New System.Drawing.Size(101, 22)
138+
Me.llblFAMFAMFAM.Size = New System.Drawing.Size(126, 27)
139139
Me.llblFAMFAMFAM.TabIndex = 4
140140
Me.llblFAMFAMFAM.TabStop = True
141141
Me.llblFAMFAMFAM.Text = "FAMFAMFAM"
@@ -144,19 +144,19 @@ Namespace UI
144144
'txtChangeLog
145145
'
146146
Me.txtChangeLog.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
147-
Or System.Windows.Forms.AnchorStyles.Left) _
148-
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
147+
Or System.Windows.Forms.AnchorStyles.Left) _
148+
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
149149
Me.txtChangeLog.BackColor = System.Drawing.SystemColors.Control
150150
Me.txtChangeLog.BorderStyle = System.Windows.Forms.BorderStyle.None
151151
Me.txtChangeLog.Cursor = System.Windows.Forms.Cursors.Default
152152
Me.txtChangeLog.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
153153
Me.txtChangeLog.ForeColor = System.Drawing.SystemColors.ControlText
154-
Me.txtChangeLog.Location = New System.Drawing.Point(24, 224)
154+
Me.txtChangeLog.Location = New System.Drawing.Point(24, 241)
155155
Me.txtChangeLog.Multiline = True
156156
Me.txtChangeLog.Name = "txtChangeLog"
157157
Me.txtChangeLog.ReadOnly = True
158158
Me.txtChangeLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
159-
Me.txtChangeLog.Size = New System.Drawing.Size(760, 192)
159+
Me.txtChangeLog.Size = New System.Drawing.Size(760, 175)
160160
Me.txtChangeLog.TabIndex = 7
161161
Me.txtChangeLog.TabStop = False
162162
'
@@ -165,21 +165,21 @@ Namespace UI
165165
Me.lblTitle.AutoSize = True
166166
Me.lblTitle.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
167167
Me.lblTitle.ForeColor = System.Drawing.SystemColors.ControlText
168-
Me.lblTitle.Location = New System.Drawing.Point(16, 16)
168+
Me.lblTitle.Location = New System.Drawing.Point(8, 16)
169169
Me.lblTitle.Name = "lblTitle"
170-
Me.lblTitle.Size = New System.Drawing.Size(122, 27)
170+
Me.lblTitle.Size = New System.Drawing.Size(149, 33)
171171
Me.lblTitle.TabIndex = 0
172-
Me.lblTitle.Text = "mRemoteNG"
172+
Me.lblTitle.Text = "mRemote3G"
173173
Me.lblTitle.UseCompatibleTextRendering = True
174174
'
175175
'lblVersion
176176
'
177177
Me.lblVersion.AutoSize = True
178178
Me.lblVersion.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
179179
Me.lblVersion.ForeColor = System.Drawing.SystemColors.ControlText
180-
Me.lblVersion.Location = New System.Drawing.Point(16, 56)
180+
Me.lblVersion.Location = New System.Drawing.Point(8, 49)
181181
Me.lblVersion.Name = "lblVersion"
182-
Me.lblVersion.Size = New System.Drawing.Size(57, 22)
182+
Me.lblVersion.Size = New System.Drawing.Size(71, 27)
183183
Me.lblVersion.TabIndex = 1
184184
Me.lblVersion.Text = "Version"
185185
Me.lblVersion.UseCompatibleTextRendering = True
@@ -189,9 +189,9 @@ Namespace UI
189189
Me.lblChangeLog.AutoSize = True
190190
Me.lblChangeLog.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
191191
Me.lblChangeLog.ForeColor = System.Drawing.SystemColors.ControlText
192-
Me.lblChangeLog.Location = New System.Drawing.Point(16, 199)
192+
Me.lblChangeLog.Location = New System.Drawing.Point(8, 211)
193193
Me.lblChangeLog.Name = "lblChangeLog"
194-
Me.lblChangeLog.Size = New System.Drawing.Size(92, 22)
194+
Me.lblChangeLog.Size = New System.Drawing.Size(115, 27)
195195
Me.lblChangeLog.TabIndex = 6
196196
Me.lblChangeLog.Text = "Change Log:"
197197
Me.lblChangeLog.UseCompatibleTextRendering = True
@@ -201,9 +201,9 @@ Namespace UI
201201
Me.lblLicense.AutoSize = True
202202
Me.lblLicense.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
203203
Me.lblLicense.ForeColor = System.Drawing.SystemColors.ControlText
204-
Me.lblLicense.Location = New System.Drawing.Point(16, 96)
204+
Me.lblLicense.Location = New System.Drawing.Point(8, 103)
205205
Me.lblLicense.Name = "lblLicense"
206-
Me.lblLicense.Size = New System.Drawing.Size(58, 22)
206+
Me.lblLicense.Size = New System.Drawing.Size(72, 27)
207207
Me.lblLicense.TabIndex = 5
208208
Me.lblLicense.Text = "License"
209209
Me.lblLicense.UseCompatibleTextRendering = True
@@ -213,9 +213,9 @@ Namespace UI
213213
Me.lblCopyright.AutoSize = True
214214
Me.lblCopyright.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
215215
Me.lblCopyright.ForeColor = System.Drawing.SystemColors.ControlText
216-
Me.lblCopyright.Location = New System.Drawing.Point(16, 76)
216+
Me.lblCopyright.Location = New System.Drawing.Point(8, 76)
217217
Me.lblCopyright.Name = "lblCopyright"
218-
Me.lblCopyright.Size = New System.Drawing.Size(70, 22)
218+
Me.lblCopyright.Size = New System.Drawing.Size(88, 27)
219219
Me.lblCopyright.TabIndex = 2
220220
Me.lblCopyright.Text = "Copyright"
221221
Me.lblCopyright.UseCompatibleTextRendering = True

0 commit comments

Comments
 (0)