home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 262
- Top = 109
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'O programu'
- ClientHeight = 299
- ClientWidth = 427
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 120
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 10
- Width = 425
- Height = 247
- BevelInner = bvRaised
- BevelOuter = bvLowered
- ParentColor = True
- TabOrder = 0
- object ProgramIcon: TImage
- Left = 10
- Top = 10
- Width = 80
- Height = 70
- Picture.Data = {<image000.bmp>}
- Stretch = True
- IsControl = True
- end
- object ProductName: TLabel
- Left = 108
- Top = 20
- Width = 89
- Height = 16
- Caption = 'Product Name:'
- IsControl = True
- end
- object Version: TLabel
- Left = 108
- Top = 49
- Width = 49
- Height = 16
- Caption = 'Version:'
- IsControl = True
- end
- object Copyright: TLabel
- Left = 10
- Top = 98
- Width = 60
- Height = 16
- Caption = 'Copyright:'
- IsControl = True
- end
- object Comments: TLabel
- Left = 10
- Top = 128
- Width = 67
- Height = 16
- Caption = 'Comments:'
- WordWrap = True
- IsControl = True
- end
- object Label1: TLabel
- Left = 208
- Top = 8
- Width = 8
- Height = 29
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -23
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 176
- Top = 48
- Width = 3
- Height = 16
- end
- object Label3: TLabel
- Left = 104
- Top = 96
- Width = 108
- Height = 16
- Caption = 'ZM-SOFT (c) 1999'
- end
- object Label4: TLabel
- Left = 104
- Top = 128
- Width = 148
- Height = 16
- Caption = 'Pro WINDOWS 95,98,NT'
- end
- object Label5: TLabel
- Left = 16
- Top = 160
- Width = 41
- Height = 16
- Caption = 'E-mail:'
- end
- object Label6: TLabel
- Left = 16
- Top = 192
- Width = 72
- Height = 16
- Caption = 'Homepage:'
- end
- object Edit1: TEdit
- Left = 96
- Top = 152
- Width = 153
- Height = 24
- Color = clWhite
- ReadOnly = True
- TabOrder = 0
- Text = 'zmarsik@iol.cz'
- end
- object Edit2: TEdit
- Left = 16
- Top = 216
- Width = 393
- Height = 24
- Color = clWhite
- ReadOnly = True
- TabOrder = 1
- Text = 'http://web.iol.cz/zmsoft'
- end
- end
- object OKButton: TButton
- Left = 168
- Top = 264
- Width = 92
- Height = 30
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- end
-