home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / picmaster / picmaster.exe / PicMaster.exe / 0 / RCDATA / TSCREENDRIVERFORM / TSCREENDRIVERFORM.txt
Encoding:
Text File  |  2001-05-24  |  949 b   |  49 lines

  1. object screendriverform: Tscreendriverform
  2.   Left = 1158
  3.   Top = 576
  4.   BorderStyle = bsDialog
  5.   Caption = 'Fenster ausw∩┐╜hlen'
  6.   ClientHeight = 179
  7.   ClientWidth = 314
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Button1: TButton
  21.     Left = 4
  22.     Top = 156
  23.     Width = 73
  24.     Height = 21
  25.     Caption = 'OK'
  26.     ModalResult = 1
  27.     TabOrder = 0
  28.     OnClick = Button1Click
  29.   end
  30.   object Button2: TButton
  31.     Left = 84
  32.     Top = 156
  33.     Width = 73
  34.     Height = 21
  35.     Caption = 'Abbrechen'
  36.     ModalResult = 2
  37.     TabOrder = 1
  38.   end
  39.   object ListBox1: TListBox
  40.     Left = 0
  41.     Top = 0
  42.     Width = 309
  43.     Height = 145
  44.     ItemHeight = 13
  45.     TabOrder = 2
  46.     OnDblClick = ListBox1DblClick
  47.   end
  48. end
  49.