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

  1. object MenuCfgForm: TMenuCfgForm
  2.   Left = 86
  3.   Top = 97
  4.   BorderStyle = bsDialog
  5.   Caption = 'Startmen∩┐╜ konfigurieren'
  6.   ClientHeight = 261
  7.   ClientWidth = 455
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 16
  17.     Top = 24
  18.     Width = 172
  19.     Height = 16
  20.     Caption = 'Bezeichnung der Men∩┐╜seiten:'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 16
  24.     Top = 52
  25.     Width = 49
  26.     Height = 16
  27.     Caption = '1. Seite:'
  28.   end
  29.   object Label3: TLabel
  30.     Left = 16
  31.     Top = 84
  32.     Width = 49
  33.     Height = 16
  34.     Caption = '2. Seite:'
  35.   end
  36.   object Label4: TLabel
  37.     Left = 16
  38.     Top = 112
  39.     Width = 49
  40.     Height = 16
  41.     Caption = '3. Seite:'
  42.   end
  43.   object Label5: TLabel
  44.     Left = 16
  45.     Top = 140
  46.     Width = 49
  47.     Height = 16
  48.     Caption = '4. Seite:'
  49.   end
  50.   object Label6: TLabel
  51.     Left = 16
  52.     Top = 168
  53.     Width = 49
  54.     Height = 16
  55.     Caption = '5. Seite:'
  56.   end
  57.   object BitBtn1: TBitBtn
  58.     Left = 12
  59.     Top = 216
  60.     Width = 97
  61.     Height = 25
  62.     TabOrder = 0
  63.     OnClick = BitBtn1Click
  64.     Kind = bkOK
  65.   end
  66.   object BitBtn2: TBitBtn
  67.     Left = 136
  68.     Top = 216
  69.     Width = 97
  70.     Height = 25
  71.     TabOrder = 1
  72.     Kind = bkCancel
  73.   end
  74.   object RadioGroup1: TRadioGroup
  75.     Left = 244
  76.     Top = 184
  77.     Width = 197
  78.     Height = 57
  79.     Caption = ' Nach Start eines Programms '
  80.     ItemIndex = 0
  81.     Items.Strings = (
  82.       'Fenster minimieren'
  83.       'Fenster schlie∩┐╜en')
  84.     TabOrder = 2
  85.   end
  86.   object RadioGroup2: TRadioGroup
  87.     Left = 244
  88.     Top = 16
  89.     Width = 197
  90.     Height = 153
  91.     Caption = ' Anzahl Startkn∩┐╜pfe sichtbar '
  92.     ItemIndex = 0
  93.     Items.Strings = (
  94.       '8 Startkn∩┐╜pfe'
  95.       '16 Startkn∩┐╜pfe'
  96.       '24 Startkn∩┐╜pfe'
  97.       '32 Startkn∩┐╜pfe'
  98.       '40 Startkn∩┐╜pfe'
  99.       '48 Startkn∩┐╜pfe')
  100.     TabOrder = 3
  101.   end
  102.   object Edit1: TEdit
  103.     Left = 84
  104.     Top = 48
  105.     Width = 101
  106.     Height = 24
  107.     TabOrder = 4
  108.     Text = 'Edit1'
  109.   end
  110.   object Edit2: TEdit
  111.     Left = 84
  112.     Top = 80
  113.     Width = 101
  114.     Height = 24
  115.     TabOrder = 5
  116.     Text = 'Edit1'
  117.   end
  118.   object Edit3: TEdit
  119.     Left = 84
  120.     Top = 108
  121.     Width = 101
  122.     Height = 24
  123.     TabOrder = 6
  124.     Text = 'Edit1'
  125.   end
  126.   object Edit4: TEdit
  127.     Left = 84
  128.     Top = 136
  129.     Width = 101
  130.     Height = 24
  131.     TabOrder = 7
  132.     Text = 'Edit1'
  133.   end
  134.   object Edit5: TEdit
  135.     Left = 84
  136.     Top = 164
  137.     Width = 101
  138.     Height = 24
  139.     TabOrder = 8
  140.     Text = 'Edit1'
  141.   end
  142. end
  143.