home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / online / webpagec / wpc.exe / 0 / RCDATA / TCHANGEFONT / TCHANGEFONT.txt
Encoding:
Text File  |  1996-04-05  |  3.4 KB  |  171 lines

  1. object ChangeFont: TChangeFont
  2.   Left = 184
  3.   Top = 136
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Change Font'
  7.   ClientHeight = 265
  8.   ClientWidth = 308
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 120
  16.   TextHeight = 20
  17.   object GroupBox1: TGroupBox
  18.     Left = 8
  19.     Top = 8
  20.     Width = 185
  21.     Height = 201
  22.     Caption = 'Font Size'
  23.     Font.Color = clBlue
  24.     Font.Height = -17
  25.     Font.Name = 'System'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     object RadioButton1: TRadioButton
  30.       Left = 16
  31.       Top = 24
  32.       Width = 145
  33.       Height = 17
  34.       Caption = 'One (smallest)'
  35.       Font.Color = clMaroon
  36.       Font.Height = -17
  37.       Font.Name = 'System'
  38.       Font.Style = [fsBold]
  39.       ParentFont = False
  40.       TabOrder = 0
  41.     end
  42.     object RadioButton2: TRadioButton
  43.       Left = 16
  44.       Top = 48
  45.       Width = 113
  46.       Height = 17
  47.       Caption = 'Two'
  48.       Font.Color = clMaroon
  49.       Font.Height = -17
  50.       Font.Name = 'System'
  51.       Font.Style = [fsBold]
  52.       ParentFont = False
  53.       TabOrder = 1
  54.     end
  55.     object RadioButton3: TRadioButton
  56.       Left = 16
  57.       Top = 72
  58.       Width = 113
  59.       Height = 17
  60.       Caption = 'Three'
  61.       Checked = True
  62.       Font.Color = clMaroon
  63.       Font.Height = -17
  64.       Font.Name = 'System'
  65.       Font.Style = [fsBold]
  66.       ParentFont = False
  67.       TabOrder = 2
  68.       TabStop = True
  69.     end
  70.     object RadioButton4: TRadioButton
  71.       Left = 16
  72.       Top = 96
  73.       Width = 113
  74.       Height = 17
  75.       Caption = 'Four'
  76.       Font.Color = clMaroon
  77.       Font.Height = -17
  78.       Font.Name = 'System'
  79.       Font.Style = [fsBold]
  80.       ParentFont = False
  81.       TabOrder = 3
  82.     end
  83.     object RadioButton5: TRadioButton
  84.       Left = 16
  85.       Top = 120
  86.       Width = 113
  87.       Height = 17
  88.       Caption = 'Five'
  89.       Font.Color = clMaroon
  90.       Font.Height = -17
  91.       Font.Name = 'System'
  92.       Font.Style = [fsBold]
  93.       ParentFont = False
  94.       TabOrder = 4
  95.     end
  96.     object RadioButton6: TRadioButton
  97.       Left = 16
  98.       Top = 144
  99.       Width = 113
  100.       Height = 17
  101.       Caption = 'Six'
  102.       Font.Color = clMaroon
  103.       Font.Height = -17
  104.       Font.Name = 'System'
  105.       Font.Style = [fsBold]
  106.       ParentFont = False
  107.       TabOrder = 5
  108.     end
  109.     object RadioButton7: TRadioButton
  110.       Left = 16
  111.       Top = 168
  112.       Width = 153
  113.       Height = 17
  114.       Caption = 'Seven (largest)'
  115.       Font.Color = clMaroon
  116.       Font.Height = -17
  117.       Font.Name = 'System'
  118.       Font.Style = [fsBold]
  119.       ParentFont = False
  120.       TabOrder = 6
  121.     end
  122.   end
  123.   object BitBtn1: TBitBtn
  124.     Left = 208
  125.     Top = 80
  126.     Width = 89
  127.     Height = 33
  128.     Caption = 'Color'
  129.     Font.Color = clBlue
  130.     Font.Height = -17
  131.     Font.Name = 'System'
  132.     Font.Style = [fsBold]
  133.     ParentFont = False
  134.     TabOrder = 1
  135.     OnClick = BitBtn1Click
  136.   end
  137.   object BitBtn2: TBitBtn
  138.     Left = 32
  139.     Top = 224
  140.     Width = 89
  141.     Height = 33
  142.     TabOrder = 2
  143.     OnClick = BitBtn2Click
  144.     Kind = bkOK
  145.   end
  146.   object BitBtn3: TBitBtn
  147.     Left = 184
  148.     Top = 224
  149.     Width = 89
  150.     Height = 33
  151.     TabOrder = 3
  152.     OnClick = BitBtn3Click
  153.     Kind = bkCancel
  154.   end
  155.   object Edit1: TEdit
  156.     Left = 208
  157.     Top = 128
  158.     Width = 89
  159.     Height = 28
  160.     TabStop = False
  161.     Color = clSilver
  162.     ReadOnly = True
  163.     TabOrder = 4
  164.   end
  165.   object ColorDialog1: TColorDialog
  166.     Ctl3D = True
  167.     Left = 240
  168.     Top = 152
  169.   end
  170. end
  171.