home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / Chip_2000-08_cd1.bin / sharewar / exp / DMEXUTIL.EXE / 0 / RCDATA / TSELECTFORM / TSELECTFORM.txt < prev   
Text File  |  2000-02-23  |  1KB  |  62 lines

  1. object selectform: Tselectform
  2.   Tag = 10100
  3.   Left = 667
  4.   Top = 649
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dateien ausw∩┐╜hlen'
  7.   ClientHeight = 62
  8.   ClientWidth = 313
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Edit1: TEdit
  24.     Left = 8
  25.     Top = 8
  26.     Width = 297
  27.     Height = 21
  28.     TabOrder = 0
  29.     Text = '*'
  30.   end
  31.   object Button1: TButton
  32.     Tag = 10101
  33.     Left = 144
  34.     Top = 32
  35.     Width = 75
  36.     Height = 25
  37.     Caption = '∩┐╜bernehmen'
  38.     Default = True
  39.     TabOrder = 1
  40.     OnClick = Button1Click
  41.   end
  42.   object Button2: TButton
  43.     Tag = 10102
  44.     Left = 232
  45.     Top = 32
  46.     Width = 75
  47.     Height = 25
  48.     Caption = 'Abbrechen'
  49.     TabOrder = 2
  50.     OnClick = Button2Click
  51.   end
  52.   object CheckBox1: TCheckBox
  53.     Tag = 10103
  54.     Left = 8
  55.     Top = 40
  56.     Width = 129
  57.     Height = 17
  58.     Caption = 'zus∩┐╜tzlich ausw∩┐╜hlen'
  59.     TabOrder = 3
  60.   end
  61. end
  62.