Skip to content
Snippets Groups Projects
Commit 54ea4b4b authored by rswindell's avatar rswindell
Browse files
parent 51ee3576
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ object MainForm: TMainForm
DragMode = dmAutomatic
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {
......@@ -46,11 +46,11 @@ object MainForm: TMainForm
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 120
TextHeight = 16
PixelsPerInch = 96
TextHeight = 13
object HorizontalSplitter: TSplitter
Left = 0
Top = 195
Top = 164
Width = 632
Height = 1
Cursor = crVSplit
......@@ -61,9 +61,9 @@ object MainForm: TMainForm
end
object Logo: TImage
Left = 0
Top = 196
Top = 165
Width = 632
Height = 121
Height = 162
Align = alClient
Center = True
IncrementalDisplay = True
......@@ -1962,7 +1962,7 @@ object MainForm: TMainForm
Left = 0
Top = 30
Width = 632
Height = 165
Height = 134
Align = alTop
BevelOuter = bvNone
Constraints.MinHeight = 100
......@@ -1970,18 +1970,18 @@ object MainForm: TMainForm
TabOrder = 1
Visible = False
object TopVerticalSplitter: TSplitter
Left = 289
Left = 235
Top = 0
Width = 3
Height = 165
Width = 2
Height = 134
Cursor = crHSplit
MinSize = 1
end
object UpperLeftPageControl: TPageControl
Left = 0
Top = 0
Width = 289
Height = 165
Width = 235
Height = 134
Align = alLeft
DockSite = True
TabOrder = 0
......@@ -1989,10 +1989,10 @@ object MainForm: TMainForm
OnUnDock = PageControlUnDock
end
object UpperRightPageControl: TPageControl
Left = 292
Left = 237
Top = 0
Width = 340
Height = 165
Width = 395
Height = 134
Align = alClient
DockSite = True
TabOrder = 1
......@@ -2002,26 +2002,26 @@ object MainForm: TMainForm
end
object BottomPanel: TPanel
Left = 0
Top = 196
Top = 165
Width = 632
Height = 121
Height = 162
Align = alClient
BevelOuter = bvNone
TabOrder = 2
Visible = False
object BottomVerticalSplitter: TSplitter
Left = 289
Left = 235
Top = 0
Width = 3
Height = 121
Width = 2
Height = 162
Cursor = crHSplit
MinSize = 1
end
object LowerLeftPageControl: TPageControl
Left = 0
Top = 0
Width = 289
Height = 121
Width = 235
Height = 162
Align = alLeft
DockSite = True
TabOrder = 0
......@@ -2029,10 +2029,10 @@ object MainForm: TMainForm
OnUnDock = PageControlUnDock
end
object LowerRightPageControl: TPageControl
Left = 292
Left = 237
Top = 0
Width = 340
Height = 121
Width = 395
Height = 162
Align = alClient
DockSite = True
TabOrder = 1
......@@ -2042,7 +2042,7 @@ object MainForm: TMainForm
end
object StatusBar: TStatusBar
Left = 0
Top = 317
Top = 327
Width = 632
Height = 25
Panels = <
......@@ -2695,7 +2695,7 @@ object MainForm: TMainForm
end
object HelpFAQMenuItem: TMenuItem
Caption = 'Frequently Asked Questions'
Hint = 'ftp://vert.synchro.net/Synchronet/v3cfgfaq.txt'
Hint = 'http://www.synchro.net/docs/v3cfgfaq.txt'
OnClick = WebPageMenuItemClick
end
object N7: TMenuItem
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment