Minor Settings UI updates
This commit is contained in:
Generated
+20
-20
@@ -50,10 +50,10 @@ Partial Class frmSettings
|
||||
Me.lblLocation = New System.Windows.Forms.Label()
|
||||
Me.txt7zArguments = New System.Windows.Forms.TextBox()
|
||||
Me.lblArguments = New System.Windows.Forms.Label()
|
||||
Me.lbl7zCopyright = New System.Windows.Forms.Label()
|
||||
Me.lbl7zProduct = New System.Windows.Forms.Label()
|
||||
Me.cboCompression = New System.Windows.Forms.ComboBox()
|
||||
Me.lblCompression = New System.Windows.Forms.Label()
|
||||
Me.lbl7zCopyright = New System.Windows.Forms.Label()
|
||||
Me.lbl7zProduct = New System.Windows.Forms.Label()
|
||||
Me.btnDefaults = New System.Windows.Forms.Button()
|
||||
Me.grpGeneral.SuspendLayout()
|
||||
Me.grpPaths.SuspendLayout()
|
||||
@@ -112,9 +112,9 @@ Partial Class frmSettings
|
||||
Me.chkSync.AutoSize = True
|
||||
Me.chkSync.Location = New System.Drawing.Point(6, 134)
|
||||
Me.chkSync.Name = "chkSync"
|
||||
Me.chkSync.Size = New System.Drawing.Size(100, 17)
|
||||
Me.chkSync.Size = New System.Drawing.Size(98, 17)
|
||||
Me.chkSync.TabIndex = 0
|
||||
Me.chkSync.Text = "Enable Syncing"
|
||||
Me.chkSync.Text = "Enable syncing"
|
||||
Me.chkSync.UseVisualStyleBackColor = True
|
||||
'
|
||||
'chkStartWindows
|
||||
@@ -345,22 +345,6 @@ Partial Class frmSettings
|
||||
Me.lblArguments.TabIndex = 2
|
||||
Me.lblArguments.Text = "Custom Arguments:"
|
||||
'
|
||||
'lbl7zCopyright
|
||||
'
|
||||
Me.lbl7zCopyright.Location = New System.Drawing.Point(375, 265)
|
||||
Me.lbl7zCopyright.Name = "lbl7zCopyright"
|
||||
Me.lbl7zCopyright.Size = New System.Drawing.Size(363, 20)
|
||||
Me.lbl7zCopyright.TabIndex = 8
|
||||
Me.lbl7zCopyright.TextAlign = System.Drawing.ContentAlignment.TopRight
|
||||
'
|
||||
'lbl7zProduct
|
||||
'
|
||||
Me.lbl7zProduct.Location = New System.Drawing.Point(375, 246)
|
||||
Me.lbl7zProduct.Name = "lbl7zProduct"
|
||||
Me.lbl7zProduct.Size = New System.Drawing.Size(363, 20)
|
||||
Me.lbl7zProduct.TabIndex = 7
|
||||
Me.lbl7zProduct.TextAlign = System.Drawing.ContentAlignment.TopRight
|
||||
'
|
||||
'cboCompression
|
||||
'
|
||||
Me.cboCompression.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||||
@@ -379,6 +363,22 @@ Partial Class frmSettings
|
||||
Me.lblCompression.TabIndex = 0
|
||||
Me.lblCompression.Text = "Compression:"
|
||||
'
|
||||
'lbl7zCopyright
|
||||
'
|
||||
Me.lbl7zCopyright.Location = New System.Drawing.Point(375, 265)
|
||||
Me.lbl7zCopyright.Name = "lbl7zCopyright"
|
||||
Me.lbl7zCopyright.Size = New System.Drawing.Size(363, 20)
|
||||
Me.lbl7zCopyright.TabIndex = 8
|
||||
Me.lbl7zCopyright.TextAlign = System.Drawing.ContentAlignment.TopRight
|
||||
'
|
||||
'lbl7zProduct
|
||||
'
|
||||
Me.lbl7zProduct.Location = New System.Drawing.Point(375, 246)
|
||||
Me.lbl7zProduct.Name = "lbl7zProduct"
|
||||
Me.lbl7zProduct.Size = New System.Drawing.Size(363, 20)
|
||||
Me.lbl7zProduct.TabIndex = 7
|
||||
Me.lbl7zProduct.TextAlign = System.Drawing.ContentAlignment.TopRight
|
||||
'
|
||||
'btnDefaults
|
||||
'
|
||||
Me.btnDefaults.Location = New System.Drawing.Point(12, 305)
|
||||
|
||||
Generated
+2
-2
@@ -3274,7 +3274,7 @@ Namespace My.Resources
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Enable Syncing.
|
||||
''' Looks up a localized string similar to Enable syncing.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmSettings_chkSync() As String
|
||||
Get
|
||||
@@ -3301,7 +3301,7 @@ Namespace My.Resources
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Unable to retrieve 7z product information!.
|
||||
''' Looks up a localized string similar to Unable to retrieve 7-Zip information!.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmSettings_Error7zInfo() As String
|
||||
Get
|
||||
|
||||
@@ -1106,7 +1106,7 @@
|
||||
<value>Backup only when session time exceeds</value>
|
||||
</data>
|
||||
<data name="frmSettings_chkSync" xml:space="preserve">
|
||||
<value>Enable Syncing</value>
|
||||
<value>Enable syncing</value>
|
||||
</data>
|
||||
<data name="frmSettings_chkTimeTracking" xml:space="preserve">
|
||||
<value>Enable time tracking</value>
|
||||
@@ -1601,7 +1601,7 @@
|
||||
<value>Set &Defaults</value>
|
||||
</data>
|
||||
<data name="frmSettings_Error7zInfo" xml:space="preserve">
|
||||
<value>Unable to retrieve 7z product information!</value>
|
||||
<value>Unable to retrieve 7-Zip information!</value>
|
||||
</data>
|
||||
<data name="frmSettings_lblArguments" xml:space="preserve">
|
||||
<value>Custom Arguments:</value>
|
||||
|
||||
Reference in New Issue
Block a user