home *** CD-ROM | disk | FTP | other *** search
- object screendriverform: Tscreendriverform
- Left = 1158
- Top = 576
- BorderStyle = bsDialog
- Caption = 'Fenster ausw�hlen'
- ClientHeight = 179
- ClientWidth = 314
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 4
- Top = 156
- Width = 73
- Height = 21
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 84
- Top = 156
- Width = 73
- Height = 21
- Caption = 'Abbrechen'
- ModalResult = 2
- TabOrder = 1
- end
- object ListBox1: TListBox
- Left = 0
- Top = 0
- Width = 309
- Height = 145
- ItemHeight = 13
- TabOrder = 2
- OnDblClick = ListBox1DblClick
- end
- end
-