home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1997 February / club9702.bin / SHARE95 / 95BLITZ / BLITZ.ZI_ / BLITZ.ZI / CONFIG.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1996-10-31  |  2KB  |  116 lines

  1. object Form1: TForm1
  2.   Left = 148
  3.   Top = 27
  4.   BorderStyle = bsDialog
  5.   Caption = 'Start-Center Konfigurationsprogramm'
  6.   ClientHeight = 324
  7.   ClientWidth = 315
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 32
  17.     Top = 200
  18.     Width = 60
  19.     Height = 13
  20.     Caption = 'Anwendung:'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 32
  24.     Top = 256
  25.     Width = 88
  26.     Height = 13
  27.     Caption = 'Kurzbeschreibung:'
  28.   end
  29.   object RadioGroup1: TRadioGroup
  30.     Left = 24
  31.     Top = 72
  32.     Width = 265
  33.     Height = 109
  34.     Caption = ' Aktion bei Aktivierung '
  35.     ItemIndex = 0
  36.     Items.Strings = (
  37.       'Blitzstart-Men∩┐╜ aufrufen'
  38.       'Schnellbrief starten'
  39.       'Dateisuche / Textsuche'
  40.       'Bildschirmschoner aktivieren'
  41.       'Ausgew∩┐╜hlte Anwendung starten')
  42.     TabOrder = 0
  43.   end
  44.   object Button1: TButton
  45.     Left = 104
  46.     Top = 192
  47.     Width = 185
  48.     Height = 25
  49.     Caption = 'Auf Festplatte suchen'
  50.     TabOrder = 1
  51.     OnClick = Button1Click
  52.   end
  53.   object Edit1: TEdit
  54.     Left = 32
  55.     Top = 224
  56.     Width = 257
  57.     Height = 21
  58.     TabOrder = 2
  59.   end
  60.   object BitBtn1: TBitBtn
  61.     Left = 32
  62.     Top = 284
  63.     Width = 73
  64.     Height = 25
  65.     TabOrder = 3
  66.     OnClick = BitBtn1Click
  67.     Kind = bkOK
  68.   end
  69.   object BitBtn2: TBitBtn
  70.     Left = 112
  71.     Top = 284
  72.     Width = 97
  73.     Height = 25
  74.     TabOrder = 4
  75.     OnClick = BitBtn2Click
  76.     Kind = bkCancel
  77.   end
  78.   object BitBtn3: TBitBtn
  79.     Left = 216
  80.     Top = 284
  81.     Width = 73
  82.     Height = 25
  83.     TabOrder = 5
  84.     Visible = False
  85.     Kind = bkHelp
  86.   end
  87.   object Edit2: TEdit
  88.     Left = 128
  89.     Top = 252
  90.     Width = 161
  91.     Height = 21
  92.     TabOrder = 6
  93.     Text = 'Edit2'
  94.   end
  95.   object RadioGroup2: TRadioGroup
  96.     Left = 24
  97.     Top = 8
  98.     Width = 265
  99.     Height = 57
  100.     Caption = ' Aktivierung durch '
  101.     ItemIndex = 0
  102.     Items.Strings = (
  103.       'Einfachklick'
  104.       'Doppelklick')
  105.     TabOrder = 7
  106.   end
  107.   object OpenDialog1: TOpenDialog
  108.     FileEditStyle = fsEdit
  109.     Filter = 'Anwendung|*.EXE'
  110.     Top = 292
  111.   end
  112.   object SingleInstance_S_Config: TSingleInstance
  113.     Top = 260
  114.   end
  115. end
  116.