123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- object frmAbout: TfrmAbout
- Left = 0
- Top = 0
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 160
- ClientWidth = 291
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 14
- Top = 16
- Width = 24
- Height = 24
- Picture.Data = {
- 055449636F6E0000010001001818000001000800C80600001600000028000000
- 1800000030000000010008000000000040020000000000000000000000010000
- 0001000000000000FF000000D6E7E70000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- FFFFFF0000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000010101000000000101
- 0101010000010101010101000000000101010000000101000000000100010100
- 0000000000000001010100000001010000000001000101000000000000000101
- 0001010000010100000000000001010000000000000001010001010000010100
- 0000000000010100000000000000010100010100000101000000000000010100
- 0000000000010100000001010001010000000001000101000000000000010100
- 0000010100010100000000010001010000000000000101000000010100000101
- 0101010000010100000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000010100000000010100000000000000000000000000000000010100000000
- 0101000000000000000000000000000000000101000000000101000000000000
- 0000000000000000000001010000000001010000000000000000000000000000
- 0000010101010100010101010100000000000000000000000000010100000000
- 0101000000000000000000000000000000000101000000000101000000000000
- 0000000000000000000001010000000001010000000000000000000000000000
- 0000010101010100010101010100000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000FFFFFF00FFFFFF00E3C18100E39E9F00E39E9F00C99F9F00C99F9F00
- C99F9F009C9E9F009C9E9F009CC19F00FFFFFF00FFFFFF00FCF3FF00FCF3FF00
- FCF3FF00FCF3FF00FC107F00FCF3FF00FCF3FF00FCF3FF00FC107F00FFFFFF00
- FFFFFF00}
- Transparent = True
- end
- object Label1: TLabel
- Left = 56
- Top = 16
- Width = 31
- Height = 13
- Caption = 'Label1'
- end
- object Label2: TLabel
- Left = 56
- Top = 41
- Width = 31
- Height = 13
- Caption = 'Label2'
- end
- object Label3: TLabel
- Left = 56
- Top = 67
- Width = 31
- Height = 13
- Caption = 'Label3'
- end
- object Label4: TLabel
- Left = 56
- Top = 93
- Width = 31
- Height = 13
- Cursor = crHandPoint
- Caption = 'Label4'
- OnClick = Label4Click
- OnMouseEnter = Label4MouseEnter
- OnMouseLeave = Label4MouseLeave
- end
- object btnOK: TButton
- Left = 198
- Top = 120
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Close'
- ModalResult = 1
- TabOrder = 0
- end
- end
|