|
@@ -4,7 +4,7 @@ object frmContributors: TfrmContributors
|
|
BorderIcons = [biSystemMenu]
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSingle
|
|
BorderStyle = bsSingle
|
|
Caption = 'Contributors list'
|
|
Caption = 'Contributors list'
|
|
- ClientHeight = 193
|
|
|
|
|
|
+ ClientHeight = 263
|
|
ClientWidth = 466
|
|
ClientWidth = 466
|
|
Color = clBtnFace
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Charset = DEFAULT_CHARSET
|
|
@@ -17,12 +17,12 @@ object frmContributors: TfrmContributors
|
|
Position = poOwnerFormCenter
|
|
Position = poOwnerFormCenter
|
|
DesignSize = (
|
|
DesignSize = (
|
|
466
|
|
466
|
|
- 193)
|
|
|
|
|
|
+ 263)
|
|
PixelsPerInch = 96
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
TextHeight = 13
|
|
object btnClose: TButton
|
|
object btnClose: TButton
|
|
Left = 384
|
|
Left = 384
|
|
- Top = 162
|
|
|
|
|
|
+ Top = 232
|
|
Width = 75
|
|
Width = 75
|
|
Height = 25
|
|
Height = 25
|
|
Anchors = [akRight, akBottom]
|
|
Anchors = [akRight, akBottom]
|
|
@@ -71,9 +71,9 @@ object frmContributors: TfrmContributors
|
|
object Label4: TLabel
|
|
object Label4: TLabel
|
|
Left = 96
|
|
Left = 96
|
|
Top = 40
|
|
Top = 40
|
|
- Width = 254
|
|
|
|
|
|
+ Width = 248
|
|
Height = 13
|
|
Height = 13
|
|
- Caption = 'Created and developped LuaEdit for Lua 5.0 in Delphi'
|
|
|
|
|
|
+ Caption = 'Created and developed LuaEdit for Lua 5.0 in Delphi'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
object GroupBox2: TGroupBox
|
|
object GroupBox2: TGroupBox
|
|
@@ -103,7 +103,7 @@ object frmContributors: TfrmContributors
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
Font.Style = []
|
|
ParentFont = False
|
|
ParentFont = False
|
|
- OnClick = Label6Click
|
|
|
|
|
|
+ OnClick = Label2Click
|
|
end
|
|
end
|
|
object Label7: TLabel
|
|
object Label7: TLabel
|
|
Left = 24
|
|
Left = 24
|
|
@@ -120,4 +120,48 @@ object frmContributors: TfrmContributors
|
|
Caption = 'Tested LuaEdit for Lua 5.0 under several Operating Systems'
|
|
Caption = 'Tested LuaEdit for Lua 5.0 under several Operating Systems'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
|
|
+ object GroupBox3: TGroupBox
|
|
|
|
+ Left = 16
|
|
|
|
+ Top = 160
|
|
|
|
+ Width = 441
|
|
|
|
+ Height = 65
|
|
|
|
+ Caption = 'Massimo Magnano'
|
|
|
|
+ TabOrder = 3
|
|
|
|
+ object Label9: TLabel
|
|
|
|
+ Left = 24
|
|
|
|
+ Top = 24
|
|
|
|
+ Width = 32
|
|
|
|
+ Height = 13
|
|
|
|
+ Caption = 'E-Mail:'
|
|
|
|
+ end
|
|
|
|
+ object Label10: TLabel
|
|
|
|
+ Left = 96
|
|
|
|
+ Top = 24
|
|
|
|
+ Width = 94
|
|
|
|
+ Height = 13
|
|
|
|
+ Cursor = crHandPoint
|
|
|
|
+ Caption = '[email protected]'
|
|
|
|
+ Font.Charset = DEFAULT_CHARSET
|
|
|
|
+ Font.Color = clBlue
|
|
|
|
+ Font.Height = -11
|
|
|
|
+ Font.Name = 'MS Sans Serif'
|
|
|
|
+ Font.Style = []
|
|
|
|
+ ParentFont = False
|
|
|
|
+ OnClick = Label2Click
|
|
|
|
+ end
|
|
|
|
+ object Label11: TLabel
|
|
|
|
+ Left = 24
|
|
|
|
+ Top = 40
|
|
|
|
+ Width = 59
|
|
|
|
+ Height = 13
|
|
|
|
+ Caption = 'Contribution:'
|
|
|
|
+ end
|
|
|
|
+ object Label12: TLabel
|
|
|
|
+ Left = 96
|
|
|
|
+ Top = 40
|
|
|
|
+ Width = 226
|
|
|
|
+ Height = 13
|
|
|
|
+ Caption = 'Helped developing LuaEdit for Lua 5.0 in Delphi'
|
|
|
|
+ end
|
|
|
|
+ end
|
|
end
|
|
end
|