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

  1. object NumList: TNumList
  2.   Left = 226
  3.   Top = 157
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Numbered List'
  7.   ClientHeight = 232
  8.   ClientWidth = 363
  9.   Color = clSilver
  10.   Font.Color = clWindowText
  11.   Font.Height = -18
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   PixelsPerInch = 120
  17.   TextHeight = 20
  18.   object Label1: TLabel
  19.     Left = 48
  20.     Top = 133
  21.     Width = 139
  22.     Height = 20
  23.     Caption = 'Starting Number: '
  24.     Font.Color = clBlue
  25.     Font.Height = -17
  26.     Font.Name = 'System'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object GroupBox1: TGroupBox
  31.     Left = 8
  32.     Top = 8
  33.     Width = 345
  34.     Height = 105
  35.     Caption = 'Number Type'
  36.     Color = clSilver
  37.     Font.Color = clBlue
  38.     Font.Height = -17
  39.     Font.Name = 'System'
  40.     Font.Style = [fsBold]
  41.     ParentColor = False
  42.     ParentFont = False
  43.     TabOrder = 0
  44.     object RadioButton2: TRadioButton
  45.       Left = 38
  46.       Top = 49
  47.       Width = 123
  48.       Height = 17
  49.       Caption = 'A..B..C..D..E..'
  50.       Color = clSilver
  51.       Font.Color = clMaroon
  52.       Font.Height = -17
  53.       Font.Name = 'System'
  54.       Font.Style = [fsBold]
  55.       ParentColor = False
  56.       ParentFont = False
  57.       TabOrder = 1
  58.     end
  59.     object RadioButton3: TRadioButton
  60.       Left = 38
  61.       Top = 73
  62.       Width = 123
  63.       Height = 17
  64.       Caption = 'I..II..III..IV..V..'
  65.       Color = clSilver
  66.       Font.Color = clMaroon
  67.       Font.Height = -17
  68.       Font.Name = 'System'
  69.       Font.Style = [fsBold]
  70.       ParentColor = False
  71.       ParentFont = False
  72.       TabOrder = 2
  73.     end
  74.     object RadioButton4: TRadioButton
  75.       Left = 198
  76.       Top = 49
  77.       Width = 112
  78.       Height = 17
  79.       Caption = 'a..b..c..d..e..'
  80.       Color = clSilver
  81.       Font.Color = clMaroon
  82.       Font.Height = -17
  83.       Font.Name = 'System'
  84.       Font.Style = [fsBold]
  85.       ParentColor = False
  86.       ParentFont = False
  87.       TabOrder = 3
  88.     end
  89.     object RadioButton5: TRadioButton
  90.       Left = 198
  91.       Top = 73
  92.       Width = 131
  93.       Height = 21
  94.       Caption = 'i..ii..iii..iv..v..'
  95.       Color = clSilver
  96.       Font.Color = clMaroon
  97.       Font.Height = -17
  98.       Font.Name = 'System'
  99.       Font.Style = [fsBold]
  100.       ParentColor = False
  101.       ParentFont = False
  102.       TabOrder = 4
  103.     end
  104.     object RadioButton1: TRadioButton
  105.       Left = 38
  106.       Top = 25
  107.       Width = 112
  108.       Height = 18
  109.       Caption = '1..2..3..4..5..'
  110.       Checked = True
  111.       Color = clSilver
  112.       Font.Color = clMaroon
  113.       Font.Height = -17
  114.       Font.Name = 'System'
  115.       Font.Style = [fsBold]
  116.       ParentColor = False
  117.       ParentFont = False
  118.       TabOrder = 0
  119.       TabStop = True
  120.     end
  121.   end
  122.   object BitBtn1: TBitBtn
  123.     Left = 64
  124.     Top = 186
  125.     Width = 89
  126.     Height = 33
  127.     TabOrder = 2
  128.     OnClick = BitBtn1Click
  129.     Kind = bkOK
  130.   end
  131.   object BitBtn2: TBitBtn
  132.     Left = 208
  133.     Top = 186
  134.     Width = 90
  135.     Height = 33
  136.     TabOrder = 3
  137.     OnClick = BitBtn2Click
  138.     Kind = bkCancel
  139.   end
  140.   object SpinEdit1: TSpinEdit
  141.     Left = 193
  142.     Top = 128
  143.     Width = 64
  144.     Height = 31
  145.     Color = clSilver
  146.     Font.Color = clMaroon
  147.     Font.Height = -17
  148.     Font.Name = 'System'
  149.     Font.Style = [fsBold]
  150.     MaxLength = 2
  151.     MaxValue = 999
  152.     MinValue = 1
  153.     ParentFont = False
  154.     TabOrder = 1
  155.     Value = 1
  156.   end
  157. end
  158.