home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1996 June / CLUB_0696.BIN / share95 / webpagec / wpc.exe / 0 / RCDATA / TUNNMLIST / TUNNMLIST.txt
Text File  |  1996-04-05  |  2KB  |  106 lines

  1. object unnmlist: Tunnmlist
  2.   Left = 229
  3.   Top = 118
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Unnumbered List'
  7.   ClientHeight = 215
  8.   ClientWidth = 257
  9.   Color = clSilver
  10.   Font.Color = clWindowText
  11.   Font.Height = -17
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   PixelsPerInch = 120
  17.   TextHeight = 20
  18.   object BitBtn1: TBitBtn
  19.     Left = 16
  20.     Top = 173
  21.     Width = 89
  22.     Height = 33
  23.     TabOrder = 1
  24.     OnClick = BitBtn1Click
  25.     Kind = bkOK
  26.   end
  27.   object BitBtn2: TBitBtn
  28.     Left = 152
  29.     Top = 173
  30.     Width = 89
  31.     Height = 33
  32.     TabOrder = 2
  33.     OnClick = BitBtn2Click
  34.     Kind = bkCancel
  35.   end
  36.   object GroupBox1: TGroupBox
  37.     Left = 16
  38.     Top = 16
  39.     Width = 225
  40.     Height = 145
  41.     Caption = 'Bullet Type'
  42.     Color = clSilver
  43.     Font.Color = clBlue
  44.     Font.Height = -17
  45.     Font.Name = 'System'
  46.     Font.Style = [fsBold]
  47.     ParentColor = False
  48.     ParentFont = False
  49.     TabOrder = 0
  50.     object RadioButton1: TRadioButton
  51.       Left = 56
  52.       Top = 56
  53.       Width = 113
  54.       Height = 17
  55.       Caption = 'Disk'
  56.       Font.Color = clMaroon
  57.       Font.Height = -17
  58.       Font.Name = 'System'
  59.       Font.Style = [fsBold]
  60.       ParentFont = False
  61.       TabOrder = 1
  62.     end
  63.     object RadioButton2: TRadioButton
  64.       Left = 56
  65.       Top = 80
  66.       Width = 113
  67.       Height = 17
  68.       Caption = 'Circle'
  69.       Font.Color = clMaroon
  70.       Font.Height = -17
  71.       Font.Name = 'System'
  72.       Font.Style = [fsBold]
  73.       ParentFont = False
  74.       TabOrder = 2
  75.     end
  76.     object RadioButton3: TRadioButton
  77.       Left = 56
  78.       Top = 104
  79.       Width = 113
  80.       Height = 17
  81.       Caption = 'Square'
  82.       Font.Color = clMaroon
  83.       Font.Height = -17
  84.       Font.Name = 'System'
  85.       Font.Style = [fsBold]
  86.       ParentFont = False
  87.       TabOrder = 3
  88.     end
  89.     object RadioButton4: TRadioButton
  90.       Left = 56
  91.       Top = 32
  92.       Width = 113
  93.       Height = 17
  94.       Caption = 'Default'
  95.       Checked = True
  96.       Font.Color = clMaroon
  97.       Font.Height = -17
  98.       Font.Name = 'System'
  99.       Font.Style = [fsBold]
  100.       ParentFont = False
  101.       TabOrder = 0
  102.       TabStop = True
  103.     end
  104.   end
  105. end
  106.