BSOne.SFC/EM.Lib/ImageEn_SRC/Demos/FullApps/PlainIconEditor/uAbout.dfm

104 lines
2.2 KiB
Plaintext

object frmAbout: TfrmAbout
Left = 273
Top = 199
BorderStyle = bsNone
Caption = 'About'
ClientHeight = 207
ClientWidth = 353
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object pnlClient: TPanel
Left = 0
Top = 0
Width = 353
Height = 207
Align = alClient
TabOrder = 0
object Bevel1: TBevel
Left = 8
Top = 8
Width = 337
Height = 153
Shape = bsFrame
end
object Label2: TLabel
Left = 14
Top = 24
Width = 323
Height = 33
Alignment = taCenter
AutoSize = False
Caption = 'ImageEn Icon Editor'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 21
Top = 48
Width = 305
Height = 13
Alignment = taCenter
AutoSize = False
Caption = 'Version 1.0'
end
object Label1: TLabel
Left = 47
Top = 69
Width = 231
Height = 13
Caption = 'Developed by Adirondack Software for ImageEn'
OnClick = Label1Click
OnMouseEnter = Label1MouseEnter
OnMouseLeave = Label1MouseLeave
end
object Label5: TLabel
Left = 13
Top = 96
Width = 323
Height = 25
Alignment = taCenter
AutoSize = False
Caption = 'www.ImageEn.com'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Label4: TLabel
Left = 20
Top = 123
Width = 305
Height = 13
Alignment = taCenter
AutoSize = False
Caption = 'Copyright '#169' 1999-2017 Xequte Software'
OnClick = Label4Click
OnMouseEnter = Label4MouseEnter
OnMouseLeave = Label4MouseLeave
end
object Button1: TButton
Left = 269
Top = 168
Width = 75
Height = 25
Caption = 'Close'
ModalResult = 1
TabOrder = 0
end
end
end