home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 / Chip_Hitware_Vol_07.iso / chiphit7 / online / 95webpc / wpc.exe / 0 / RCDATA / TCHANGEFONT / TCHANGEFONT.txt
Encoding:
Text File  |  1996-11-25  |  6.4 KB  |  310 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 = 519
  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 = 4
  19.     Top = 8
  20.     Width = 185
  21.     Height = 213
  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 = 21
  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 BitBtn2: TBitBtn
  124.     Left = 139
  125.     Top = 228
  126.     Width = 89
  127.     Height = 33
  128.     TabOrder = 1
  129.     OnClick = BitBtn2Click
  130.     Kind = bkOK
  131.   end
  132.   object BitBtn3: TBitBtn
  133.     Left = 291
  134.     Top = 228
  135.     Width = 89
  136.     Height = 33
  137.     TabOrder = 2
  138.     OnClick = BitBtn3Click
  139.     Kind = bkCancel
  140.   end
  141.   object GroupBox2: TGroupBox
  142.     Left = 196
  143.     Top = 8
  144.     Width = 317
  145.     Height = 157
  146.     Caption = 'Face'
  147.     Font.Color = clBlue
  148.     Font.Height = -17
  149.     Font.Name = 'System'
  150.     Font.Style = [fsBold]
  151.     ParentFont = False
  152.     TabOrder = 3
  153.     object Label1: TLabel
  154.       Left = 12
  155.       Top = 25
  156.       Width = 53
  157.       Height = 20
  158.       Alignment = taRightJustify
  159.       AutoSize = False
  160.       Caption = 'One:'
  161.       Font.Color = clBlue
  162.       Font.Height = -17
  163.       Font.Name = 'System'
  164.       Font.Style = [fsBold]
  165.       ParentFont = False
  166.     end
  167.     object Label2: TLabel
  168.       Left = 12
  169.       Top = 60
  170.       Width = 53
  171.       Height = 20
  172.       Alignment = taRightJustify
  173.       AutoSize = False
  174.       Caption = 'Two:'
  175.       Font.Color = clBlue
  176.       Font.Height = -17
  177.       Font.Name = 'System'
  178.       Font.Style = [fsBold]
  179.       ParentFont = False
  180.     end
  181.     object Label3: TLabel
  182.       Left = 12
  183.       Top = 94
  184.       Width = 53
  185.       Height = 20
  186.       Alignment = taRightJustify
  187.       AutoSize = False
  188.       Caption = 'Three:'
  189.       Font.Color = clBlue
  190.       Font.Height = -17
  191.       Font.Name = 'System'
  192.       Font.Style = [fsBold]
  193.       ParentFont = False
  194.     end
  195.     object Label4: TLabel
  196.       Left = 12
  197.       Top = 127
  198.       Width = 53
  199.       Height = 20
  200.       Alignment = taRightJustify
  201.       AutoSize = False
  202.       Caption = 'Four:'
  203.       Font.Color = clBlue
  204.       Font.Height = -17
  205.       Font.Name = 'System'
  206.       Font.Style = [fsBold]
  207.       ParentFont = False
  208.     end
  209.     object Edit2: TEdit
  210.       Left = 72
  211.       Top = 124
  212.       Width = 237
  213.       Height = 28
  214.       Font.Color = clBlack
  215.       Font.Height = -17
  216.       Font.Name = 'System'
  217.       Font.Style = [fsBold]
  218.       ParentFont = False
  219.       ReadOnly = True
  220.       TabOrder = 0
  221.     end
  222.     object ComboBox1: TComboBox
  223.       Left = 72
  224.       Top = 21
  225.       Width = 237
  226.       Height = 28
  227.       Style = csDropDownList
  228.       Font.Color = clBlack
  229.       Font.Height = -17
  230.       Font.Name = 'System'
  231.       Font.Style = [fsBold]
  232.       ItemHeight = 20
  233.       ParentFont = False
  234.       Sorted = True
  235.       TabOrder = 1
  236.       OnChange = ComboBox1Change
  237.     end
  238.     object ComboBox2: TComboBox
  239.       Left = 72
  240.       Top = 56
  241.       Width = 237
  242.       Height = 28
  243.       Style = csDropDownList
  244.       Font.Color = clBlack
  245.       Font.Height = -17
  246.       Font.Name = 'System'
  247.       Font.Style = [fsBold]
  248.       ItemHeight = 20
  249.       ParentFont = False
  250.       Sorted = True
  251.       TabOrder = 2
  252.       OnChange = ComboBox1Change
  253.     end
  254.     object ComboBox3: TComboBox
  255.       Left = 72
  256.       Top = 90
  257.       Width = 237
  258.       Height = 28
  259.       Style = csDropDownList
  260.       Font.Color = clBlack
  261.       Font.Height = -17
  262.       Font.Name = 'System'
  263.       Font.Style = [fsBold]
  264.       ItemHeight = 20
  265.       ParentFont = False
  266.       Sorted = True
  267.       TabOrder = 3
  268.       OnChange = ComboBox1Change
  269.     end
  270.   end
  271.   object Panel1: TPanel
  272.     Left = 196
  273.     Top = 172
  274.     Width = 317
  275.     Height = 49
  276.     BevelInner = bvRaised
  277.     BevelOuter = bvLowered
  278.     TabOrder = 4
  279.     object BitBtn1: TBitBtn
  280.       Left = 34
  281.       Top = 8
  282.       Width = 89
  283.       Height = 33
  284.       Caption = 'Color'
  285.       Font.Color = clBlue
  286.       Font.Height = -17
  287.       Font.Name = 'System'
  288.       Font.Style = [fsBold]
  289.       ParentFont = False
  290.       TabOrder = 0
  291.       OnClick = BitBtn1Click
  292.     end
  293.     object Edit1: TEdit
  294.       Left = 146
  295.       Top = 14
  296.       Width = 133
  297.       Height = 28
  298.       TabStop = False
  299.       Color = clSilver
  300.       ReadOnly = True
  301.       TabOrder = 1
  302.     end
  303.   end
  304.   object ColorDialog1: TColorDialog
  305.     Ctl3D = True
  306.     Left = 484
  307.     Top = 232
  308.   end
  309. end
  310.