home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Comunicatii / poster / tptinstall.exe / %MAINDIR% / Toaster.exe / 0 / RCDATA / TFRMPAGEPROPERTIES / TFRMPAGEPROPERTIES.txt
Encoding:
Text File  |  2004-09-23  |  2.3 KB  |  126 lines

  1. object frmPageProperties: TfrmPageProperties
  2.   Left = 256
  3.   Top = 263
  4.   BorderStyle = bsDialog
  5.   Caption = 'Page Properties'
  6.   ClientHeight = 261
  7.   ClientWidth = 217
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 20
  18.     Height = 13
  19.     Caption = 'Title'
  20.   end
  21.   object OKBtn: TButton
  22.     Left = 55
  23.     Top = 228
  24.     Width = 75
  25.     Height = 25
  26.     Caption = 'OK'
  27.     Default = True
  28.     ModalResult = 1
  29.     TabOrder = 2
  30.   end
  31.   object CancelBtn: TButton
  32.     Left = 135
  33.     Top = 228
  34.     Width = 75
  35.     Height = 25
  36.     Cancel = True
  37.     Caption = 'Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 3
  40.   end
  41.   object EditTile: TEdit
  42.     Left = 8
  43.     Top = 24
  44.     Width = 201
  45.     Height = 21
  46.     TabOrder = 0
  47.   end
  48.   object GroupBoxColors: TGroupBox
  49.     Left = 8
  50.     Top = 56
  51.     Width = 201
  52.     Height = 161
  53.     Caption = 'Default colors'
  54.     TabOrder = 1
  55.     object ButtonText: TButton
  56.       Left = 16
  57.       Top = 24
  58.       Width = 75
  59.       Height = 25
  60.       Caption = 'Text'
  61.       TabOrder = 0
  62.       OnClick = ButtonTextClick
  63.     end
  64.     object ButtonLink: TButton
  65.       Left = 16
  66.       Top = 56
  67.       Width = 75
  68.       Height = 25
  69.       Caption = 'Link'
  70.       TabOrder = 1
  71.       OnClick = ButtonLinkClick
  72.     end
  73.     object ButtonVisitedLink: TButton
  74.       Left = 16
  75.       Top = 88
  76.       Width = 75
  77.       Height = 25
  78.       Caption = 'Visited Link'
  79.       TabOrder = 2
  80.       OnClick = ButtonVisitedLinkClick
  81.     end
  82.     object PanelText: TPanel
  83.       Left = 104
  84.       Top = 24
  85.       Width = 75
  86.       Height = 25
  87.       TabOrder = 3
  88.     end
  89.     object PanelLink: TPanel
  90.       Left = 104
  91.       Top = 56
  92.       Width = 75
  93.       Height = 25
  94.       TabOrder = 4
  95.     end
  96.     object PanelVisitedLink: TPanel
  97.       Left = 104
  98.       Top = 88
  99.       Width = 75
  100.       Height = 25
  101.       TabOrder = 5
  102.     end
  103.     object ButtonActiveLink: TButton
  104.       Left = 16
  105.       Top = 120
  106.       Width = 75
  107.       Height = 25
  108.       Caption = 'Active Link'
  109.       TabOrder = 6
  110.       OnClick = ButtonActiveLinkClick
  111.     end
  112.     object PanelActiveLink: TPanel
  113.       Left = 104
  114.       Top = 120
  115.       Width = 75
  116.       Height = 25
  117.       TabOrder = 7
  118.     end
  119.   end
  120.   object ColorDialog1: TColorDialog
  121.     Ctl3D = True
  122.     Left = 16
  123.     Top = 224
  124.   end
  125. end
  126.