- Added converter for cedserver configs from version 2 to 3
- Updated changelog - Updated installer - Updated version to 0.4.0 and revision to 64 - Fixed about dialog - Added some more exclusions to .hgignore
This commit is contained in:
@@ -259,6 +259,7 @@
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
<SyntaxOptions>
|
||||
<CStyleOperator Value="False"/>
|
||||
<UseAnsiStrings Value="True"/>
|
||||
</SyntaxOptions>
|
||||
</Parsing>
|
||||
|
||||
@@ -1,23 +1,23 @@
|
||||
object frmAbout: TfrmAbout
|
||||
Left = 290
|
||||
Height = 307
|
||||
Height = 308
|
||||
Top = 171
|
||||
Width = 353
|
||||
Width = 354
|
||||
AutoSize = True
|
||||
BorderIcons = [biSystemMenu]
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'About CentrED'
|
||||
ClientHeight = 307
|
||||
ClientWidth = 353
|
||||
ClientHeight = 308
|
||||
ClientWidth = 354
|
||||
Font.Height = -11
|
||||
OnCreate = FormCreate
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '0.9.25'
|
||||
object Label3: TLabel
|
||||
Left = 8
|
||||
Height = 73
|
||||
Top = 198
|
||||
Width = 337
|
||||
Height = 62
|
||||
Top = 204
|
||||
Width = 338
|
||||
Align = alTop
|
||||
BorderSpacing.Top = 16
|
||||
BorderSpacing.Around = 8
|
||||
@@ -28,9 +28,9 @@ object frmAbout: TfrmAbout
|
||||
end
|
||||
object Label5: TLabel
|
||||
Left = 8
|
||||
Height = 13
|
||||
Top = 118
|
||||
Width = 337
|
||||
Height = 14
|
||||
Top = 120
|
||||
Width = 338
|
||||
Align = alTop
|
||||
BorderSpacing.Left = 8
|
||||
BorderSpacing.Right = 8
|
||||
@@ -40,9 +40,9 @@ object frmAbout: TfrmAbout
|
||||
end
|
||||
object Label6: TLabel
|
||||
Left = 16
|
||||
Height = 43
|
||||
Top = 131
|
||||
Width = 329
|
||||
Height = 46
|
||||
Top = 134
|
||||
Width = 330
|
||||
Align = alTop
|
||||
BorderSpacing.Left = 16
|
||||
BorderSpacing.Right = 8
|
||||
@@ -52,9 +52,9 @@ object frmAbout: TfrmAbout
|
||||
end
|
||||
object Label7: TLabel
|
||||
Left = 8
|
||||
Height = 13
|
||||
Top = 105
|
||||
Width = 337
|
||||
Height = 14
|
||||
Top = 106
|
||||
Width = 338
|
||||
Align = alTop
|
||||
BorderSpacing.Left = 8
|
||||
BorderSpacing.Right = 8
|
||||
@@ -64,32 +64,31 @@ object frmAbout: TfrmAbout
|
||||
WordWrap = True
|
||||
end
|
||||
object Panel2: TPanel
|
||||
Height = 97
|
||||
Width = 353
|
||||
Height = 98
|
||||
Width = 354
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Bottom = 8
|
||||
ClientHeight = 97
|
||||
ClientWidth = 353
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 98
|
||||
ClientWidth = 354
|
||||
ParentFont = True
|
||||
TabOrder = 0
|
||||
object Panel1: TPanel
|
||||
Left = 1
|
||||
Height = 96
|
||||
Top = 1
|
||||
Width = 219
|
||||
Height = 98
|
||||
Width = 220
|
||||
AutoSize = True
|
||||
BevelInner = bvRaised
|
||||
BevelOuter = bvLowered
|
||||
ClientHeight = 96
|
||||
ClientWidth = 219
|
||||
ClientHeight = 98
|
||||
ClientWidth = 220
|
||||
ParentFont = True
|
||||
TabOrder = 0
|
||||
object Label1: TLabel
|
||||
Left = 2
|
||||
Height = 38
|
||||
Top = 2
|
||||
Width = 215
|
||||
Width = 216
|
||||
Align = alTop
|
||||
Alignment = taCenter
|
||||
AutoSize = False
|
||||
@@ -101,9 +100,9 @@ object frmAbout: TfrmAbout
|
||||
end
|
||||
object lblVersion: TLabel
|
||||
Left = 6
|
||||
Height = 24
|
||||
Height = 25
|
||||
Top = 40
|
||||
Width = 207
|
||||
Width = 208
|
||||
Align = alTop
|
||||
Alignment = taRightJustify
|
||||
BorderSpacing.Left = 4
|
||||
@@ -113,9 +112,9 @@ object frmAbout: TfrmAbout
|
||||
end
|
||||
object lblCopyright: TLabel
|
||||
Left = 6
|
||||
Height = 24
|
||||
Top = 68
|
||||
Width = 207
|
||||
Height = 25
|
||||
Top = 69
|
||||
Width = 208
|
||||
Align = alTop
|
||||
Alignment = taCenter
|
||||
BorderSpacing.Around = 4
|
||||
@@ -127,22 +126,23 @@ object frmAbout: TfrmAbout
|
||||
object Panel3: TPanel
|
||||
Left = 8
|
||||
Height = 25
|
||||
Top = 279
|
||||
Width = 337
|
||||
Top = 274
|
||||
Width = 338
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 8
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 25
|
||||
ClientWidth = 337
|
||||
ClientWidth = 338
|
||||
ParentFont = True
|
||||
TabOrder = 1
|
||||
object btnClose: TButton
|
||||
Left = 261
|
||||
Height = 23
|
||||
Top = 1
|
||||
Left = 263
|
||||
Height = 25
|
||||
Width = 75
|
||||
Align = alRight
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'Close'
|
||||
OnClick = btnCloseClick
|
||||
ParentFont = True
|
||||
TabOrder = 0
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user