home *** CD-ROM | disk | FTP | other *** search
- object TipsForm: TTipsForm
- Left = 220
- Top = 108
- ActiveControl = Button1
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- ClientHeight = 195
- ClientWidth = 384
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poDefault
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- TextHeight = 13
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 280
- Height = 158
- BevelOuter = bvLowered
- BevelWidth = 2
- Color = 14680063
- TabOrder = 0
- object TipLabel: TLabel
- Left = 37
- Top = 49
- Width = 230
- Height = 101
- AutoSize = False
- Color = 14680063
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- ShowAccelChar = False
- Transparent = True
- WordWrap = True
- end
- object Label2: TLabel
- Left = 36
- Top = 27
- Width = 5
- Height = 13
- Transparent = True
- end
- object Image1: TImage
- Left = 4
- Top = 5
- Width = 30
- Height = 40
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- end
- object TipsZeigenCheckBox: TCheckBox
- Left = 7
- Top = 172
- Width = 163
- Height = 17
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 1
- end
- object okbtn: TButton
- Left = 296
- Top = 10
- Width = 80
- Height = 24
- Caption = 'OK'
- Default = True
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 2
- end
- object Button1: TButton
- Left = 296
- Top = 70
- Width = 80
- Height = 24
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = naechster
- end
- object Button2: TButton
- Left = 296
- Top = 43
- Width = 80
- Height = 24
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = letzter
- end
- object Helpbtn: TButton
- Left = 296
- Top = 143
- Width = 80
- Height = 24
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- Visible = False
- OnClick = naechster
- end
- end
-