home *** CD-ROM | disk | FTP | other *** search
/ PC User 1998 October / Image.iso / educat / pencils1 / _SETUP.1 / noteload.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Encoding:
Text File  |  1998-06-29  |  2.1 KB  |  118 lines

  1. object Form3: TForm3
  2.   Left = 355
  3.   Top = 248
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Properties'
  7.   ClientHeight = 126
  8.   ClientWidth = 361
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 8
  19.     Top = 8
  20.     Width = 161
  21.     Height = 49
  22.     Caption = 'Background Color'
  23.     TabOrder = 0
  24.     object Panel1: TPanel
  25.       Left = 8
  26.       Top = 16
  27.       Width = 145
  28.       Height = 25
  29.       TabOrder = 0
  30.       OnClick = Panel1Click
  31.     end
  32.   end
  33.   object Font: TGroupBox
  34.     Left = 176
  35.     Top = 8
  36.     Width = 177
  37.     Height = 49
  38.     Caption = 'Font'
  39.     TabOrder = 1
  40.     OnClick = FontClick
  41.     object Label1: TLabel
  42.       Left = 6
  43.       Top = 16
  44.       Width = 77
  45.       Height = 13
  46.       Caption = 'abcABC123$%^'
  47.       OnClick = FontClick
  48.     end
  49.   end
  50.   object CheckBox1: TCheckBox
  51.     Left = 176
  52.     Top = 72
  53.     Width = 97
  54.     Height = 17
  55.     Caption = 'Always on top'
  56.     TabOrder = 2
  57.   end
  58.   object Button1: TButton
  59.     Left = 280
  60.     Top = 64
  61.     Width = 75
  62.     Height = 25
  63.     Cancel = True
  64.     Caption = 'Cancel'
  65.     TabOrder = 3
  66.     OnClick = Button1Click
  67.   end
  68.   object Button2: TButton
  69.     Left = 280
  70.     Top = 96
  71.     Width = 75
  72.     Height = 25
  73.     Caption = 'OK'
  74.     Default = True
  75.     TabOrder = 4
  76.     OnClick = Button2Click
  77.   end
  78.   object GroupBox2: TGroupBox
  79.     Left = 8
  80.     Top = 72
  81.     Width = 161
  82.     Height = 49
  83.     Caption = 'Title'
  84.     TabOrder = 5
  85.     object Edit1: TEdit
  86.       Left = 8
  87.       Top = 16
  88.       Width = 145
  89.       Height = 21
  90.       TabOrder = 0
  91.     end
  92.   end
  93.   object Button3: TButton
  94.     Left = 200
  95.     Top = 96
  96.     Width = 75
  97.     Height = 25
  98.     Caption = 'Set Default'
  99.     TabOrder = 6
  100.     OnClick = Button3Click
  101.   end
  102.   object ColorDialog1: TColorDialog
  103.     Ctl3D = True
  104.     Left = 352
  105.     Top = 168
  106.   end
  107.   object FontDialog1: TFontDialog
  108.     Font.Color = clWindowText
  109.     Font.Height = -11
  110.     Font.Name = 'MS Sans Serif'
  111.     Font.Style = []
  112.     MinFontSize = 0
  113.     MaxFontSize = 0
  114.     Left = 288
  115.     Top = 168
  116.   end
  117. end
  118.