2006-11-03 16:25:43 +00:00
|
|
|
object AboutDialogForm: TAboutDialogForm
|
2011-03-09 01:14:06 +00:00
|
|
|
Left = 139
|
|
|
|
Height = 423
|
|
|
|
Top = 185
|
|
|
|
Width = 425
|
|
|
|
HorzScrollBar.Page = 399
|
|
|
|
VertScrollBar.Page = 265
|
2006-11-03 16:25:43 +00:00
|
|
|
ActiveControl = ButtonClose
|
|
|
|
BorderIcons = [biSystemMenu]
|
|
|
|
BorderStyle = bsDialog
|
2011-03-09 01:14:06 +00:00
|
|
|
Caption = 'About Lazarus Image Editor'
|
2006-11-03 16:25:43 +00:00
|
|
|
ClientHeight = 423
|
|
|
|
ClientWidth = 425
|
2011-03-09 01:14:06 +00:00
|
|
|
Font.CharSet = GB2312_CHARSET
|
|
|
|
Font.Height = -13
|
|
|
|
Font.Name = '微软雅黑'
|
|
|
|
Font.Pitch = fpVariable
|
|
|
|
Font.Quality = fqDraft
|
2006-11-03 16:25:43 +00:00
|
|
|
OnCreate = FormCreate
|
|
|
|
Position = poMainFormCenter
|
2011-03-09 01:14:06 +00:00
|
|
|
LCLVersion = '0.9.31'
|
2006-11-03 16:25:43 +00:00
|
|
|
object LabelVersion: TLabel
|
2011-03-09 01:14:06 +00:00
|
|
|
Left = 12
|
2011-06-24 11:05:13 +00:00
|
|
|
Height = 18
|
|
|
|
Top = 368
|
|
|
|
Width = 76
|
2006-11-03 16:25:43 +00:00
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
Caption = 'Version: 0.1'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object LabelAuthor: TLabel
|
2011-03-09 01:14:06 +00:00
|
|
|
Left = 12
|
2011-06-24 11:05:13 +00:00
|
|
|
Height = 50
|
|
|
|
Top = 384
|
|
|
|
Width = 324
|
2006-11-03 16:25:43 +00:00
|
|
|
Anchors = [akLeft, akBottom]
|
2011-06-24 11:05:13 +00:00
|
|
|
AutoSize = False
|
2006-11-03 16:25:43 +00:00
|
|
|
Caption = 'Author: Tom Gregorovic'
|
|
|
|
ParentColor = False
|
2011-06-24 11:05:13 +00:00
|
|
|
WordWrap = True
|
2006-11-03 16:25:43 +00:00
|
|
|
end
|
|
|
|
object Image: TImage
|
|
|
|
Left = 12
|
|
|
|
Height = 347
|
|
|
|
Top = 12
|
|
|
|
Width = 400
|
2011-03-09 01:14:06 +00:00
|
|
|
AutoSize = True
|
2006-11-03 16:25:43 +00:00
|
|
|
end
|
|
|
|
object ButtonClose: TButton
|
2011-03-09 01:14:06 +00:00
|
|
|
Left = 342
|
|
|
|
Height = 25
|
|
|
|
Top = 390
|
|
|
|
Width = 75
|
2006-11-03 16:25:43 +00:00
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
BorderSpacing.InnerBorder = 4
|
|
|
|
Cancel = True
|
|
|
|
Caption = 'Close'
|
|
|
|
ModalResult = 1
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
end
|