home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip_2000-11_cd2.bin / ctenari / Majda / FontView / FontView.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  2000-07-29  |  4KB  |  159 lines

  1. object MainForm: TMainForm
  2.   Left = 218
  3.   Top = 88
  4.   ActiveControl = FontList
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'FontView'
  8.   ClientHeight = 406
  9.   ClientWidth = 272
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poDefault
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object FontCountLabel: TLabel
  21.     Left = 176
  22.     Top = 12
  23.     Width = 86
  24.     Height = 13
  25.     Alignment = taRightJustify
  26.     Caption = 'Po∩┐╜et p∩┐╜sem: XXX'
  27.   end
  28.   object UnderlineBtn: TSpeedButton
  29.     Left = 54
  30.     Top = 8
  31.     Width = 23
  32.     Height = 22
  33.     Hint = 'Podtr∩┐╜en∩┐╜'
  34.     AllowAllUp = True
  35.     GroupIndex = 3
  36.     Glyph.Data = {
  37.       F6000000424DF600000000000000760000002800000010000000100000000100
  38.       04000000000080000000CE0E0000D80E00001000000000000000000000000000
  39.       80000080000000808000800000008000800080800000C0C0C000808080000000
  40.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
  41.       DDDDDDDDDDDDDDDDDDDDDDD000000000DDDDDDDDDDDDDDDDDDDDDDDDD00000DD
  42.       DDDDDDDD008D800DDDDDDDDD00DDD00DDDDDDDDD00DDD00DDDDDDDDD00DDD00D
  43.       DDDDDDDD00DDD00DDDDDDDDD00DDD00DDDDDDDDD00DDD00DDDDDDDD0000D0000
  44.       DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD}
  45.     OnClick = FontPropsChanged
  46.   end
  47.   object ItalicBtn: TSpeedButton
  48.     Left = 31
  49.     Top = 8
  50.     Width = 23
  51.     Height = 22
  52.     Hint = 'Kurz∩┐╜va'
  53.     AllowAllUp = True
  54.     GroupIndex = 2
  55.     Glyph.Data = {
  56.       F6000000424DF600000000000000760000002800000010000000100000000100
  57.       04000000000080000000CE0E0000D80E00001000000000000000000000000000
  58.       80000080000000808000800000008000800080800000C0C0C000808080000000
  59.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
  60.       DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD000000DDD
  61.       DDDDDDDDD008DDDDDDDDDDDDD800DDDDDDDDDDDDDD008DDDDDDDDDDDDD800DDD
  62.       DDDDDDDDDDD008DDDDDDDDDDDDD800DDDDDDDDDDDDDD008DDDDDDDDDDDD00000
  63.       DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD}
  64.     OnClick = FontPropsChanged
  65.   end
  66.   object BoldBtn: TSpeedButton
  67.     Left = 8
  68.     Top = 8
  69.     Width = 23
  70.     Height = 22
  71.     Hint = 'Tu∩┐╜n∩┐╜'
  72.     AllowAllUp = True
  73.     GroupIndex = 1
  74.     Glyph.Data = {
  75.       F6000000424DF600000000000000760000002800000010000000100000000100
  76.       04000000000080000000CE0E0000D80E00001000000000000000000000000000
  77.       80000080000000808000800000008000800080800000C0C0C000808080000000
  78.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
  79.       DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD00000000D
  80.       DDDDDDDD000DD000DDDDDDDD000DD000DDDDDDDD000DD000DDDDDDDD0000000D
  81.       DDDDDDDD000DD000DDDDDDDD000DD000DDDDDDDD000DD000DDDDDDD00000000D
  82.       DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD}
  83.     OnClick = FontPropsChanged
  84.   end
  85.   object FontList: TListBox
  86.     Left = 8
  87.     Top = 40
  88.     Width = 257
  89.     Height = 329
  90.     ItemHeight = 32
  91.     Style = lbOwnerDrawFixed
  92.     TabOrder = 0
  93.     OnClick = FontListClick
  94.     OnDrawItem = FontListDrawItem
  95.   end
  96.   object TestAreaBtn: TButton
  97.     Left = 152
  98.     Top = 376
  99.     Width = 115
  100.     Height = 25
  101.     Caption = '&Testovac∩┐╜ oblast >>'
  102.     TabOrder = 1
  103.     OnClick = TestArea
  104.   end
  105.   object TestMemo: TMemo
  106.     Left = 272
  107.     Top = 40
  108.     Width = 297
  109.     Height = 329
  110.     Lines.Strings = (
  111.       'Testovac∩┐╜ text')
  112.     ScrollBars = ssBoth
  113.     TabOrder = 2
  114.   end
  115.   object InfoBtn: TButton
  116.     Left = 88
  117.     Top = 376
  118.     Width = 59
  119.     Height = 25
  120.     Caption = '&Info...'
  121.     TabOrder = 3
  122.     OnClick = Info
  123.   end
  124.   object QuitBtn: TButton
  125.     Left = 8
  126.     Top = 376
  127.     Width = 75
  128.     Height = 25
  129.     Caption = '&Konec'
  130.     TabOrder = 4
  131.     OnClick = Quit
  132.   end
  133.   object SizeUpDown: TUpDown
  134.     Left = 136
  135.     Top = 8
  136.     Width = 15
  137.     Height = 21
  138.     Hint = 'Velikost p∩┐╜sma'
  139.     Associate = SizeEdit
  140.     Min = 8
  141.     Max = 72
  142.     Position = 16
  143.     TabOrder = 5
  144.     Wrap = False
  145.     OnChanging = SizeUpDownChanging
  146.   end
  147.   object SizeEdit: TEdit
  148.     Left = 88
  149.     Top = 8
  150.     Width = 48
  151.     Height = 21
  152.     Hint = 'Velikost p∩┐╜sma'
  153.     TabOrder = 6
  154.     Text = '16'
  155.     OnExit = FontPropsChanged
  156.     OnKeyUp = SizeEditKeyUp
  157.   end
  158. end
  159.