home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip_2000-11_cd2.bin / sharewar / 2020 / SETUP.EXE / %MAINDIR% / 2020.exe / 0 / RCDATA / TRICHEDIT98EDITOR / TRICHEDIT98EDITOR.txt
Encoding:
Text File  |  2000-09-13  |  4.8 KB  |  233 lines

  1. object RichEdit98Editor: TRichEdit98Editor
  2.   Left = 348
  3.   Top = 244
  4.   Width = 451
  5.   Height = 323
  6.   Caption = 'RichEdit98 Editor'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -10
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ToolBar: TToolBar
  19.     Left = 0
  20.     Top = 0
  21.     Width = 443
  22.     Height = 22
  23.     EdgeBorders = []
  24.     Flat = True
  25.     Images = ImageList
  26.     ParentShowHint = False
  27.     ShowHint = True
  28.     TabOrder = 0
  29.     object FontList: TComboBox
  30.       Left = 0
  31.       Top = 0
  32.       Width = 171
  33.       Height = 24
  34.       TabStop = False
  35.       Style = csOwnerDrawVariable
  36.       Font.Charset = DEFAULT_CHARSET
  37.       Font.Color = clWindowText
  38.       Font.Height = -13
  39.       Font.Name = 'Arial'
  40.       Font.Style = []
  41.       ItemHeight = 18
  42.       ParentFont = False
  43.       TabOrder = 0
  44.       OnChange = FontListChange
  45.       OnDrawItem = FontListDrawItem
  46.     end
  47.     object SizeList: TComboBox
  48.       Left = 171
  49.       Top = 0
  50.       Width = 51
  51.       Height = 24
  52.       TabStop = False
  53.       Font.Charset = DEFAULT_CHARSET
  54.       Font.Color = clWindowText
  55.       Font.Height = -13
  56.       Font.Name = 'Arial'
  57.       Font.Style = []
  58.       ItemHeight = 16
  59.       ParentFont = False
  60.       TabOrder = 1
  61.       Text = '10'
  62.       OnChange = SizeListChange
  63.       OnDropDown = SizeListDropDown
  64.       OnKeyUp = SizeListKeyUp
  65.       Items.Strings = (
  66.         '8'
  67.         '9'
  68.         '10'
  69.         '11'
  70.         '12'
  71.         '14'
  72.         '16'
  73.         '18'
  74.         '20'
  75.         '22'
  76.         '24'
  77.         '28'
  78.         '32'
  79.         '36'
  80.         '48'
  81.         '72')
  82.     end
  83.     object ToolButton10: TToolButton
  84.       Left = 222
  85.       Top = 0
  86.       Width = 8
  87.       Caption = 'ToolButton10'
  88.       ImageIndex = 7
  89.       Style = tbsSeparator
  90.     end
  91.     object BoldBtn: TToolButton
  92.       Left = 230
  93.       Top = 0
  94.       Hint = 'Bold'
  95.       Caption = 'BoldBtn'
  96.       ImageIndex = 0
  97.       Style = tbsCheck
  98.       OnClick = BoldBtnClick
  99.     end
  100.     object ItalicBtn: TToolButton
  101.       Left = 253
  102.       Top = 0
  103.       Hint = 'Italic'
  104.       Caption = 'ItalicBtn'
  105.       ImageIndex = 1
  106.       Style = tbsCheck
  107.       OnClick = ItalicBtnClick
  108.     end
  109.     object UnderlineBtn: TToolButton
  110.       Left = 276
  111.       Top = 0
  112.       Hint = 'Underline'
  113.       Caption = 'UnderlineBtn'
  114.       ImageIndex = 2
  115.       Style = tbsCheck
  116.       OnClick = UnderlineBtnClick
  117.     end
  118.     object ToolButton1: TToolButton
  119.       Left = 299
  120.       Top = 0
  121.       Width = 8
  122.       Caption = 'ToolButton1'
  123.       ImageIndex = 7
  124.       Style = tbsSeparator
  125.     end
  126.     object LeftBtn: TToolButton
  127.       Left = 307
  128.       Top = 0
  129.       Hint = 'Left'
  130.       Caption = 'LeftBtn'
  131.       Down = True
  132.       Grouped = True
  133.       ImageIndex = 3
  134.       Style = tbsCheck
  135.       OnClick = LeftBtnClick
  136.     end
  137.     object CenterBtn: TToolButton
  138.       Left = 330
  139.       Top = 0
  140.       Hint = 'Center'
  141.       Caption = 'CenterBtn'
  142.       Grouped = True
  143.       ImageIndex = 4
  144.       Style = tbsCheck
  145.       OnClick = CenterBtnClick
  146.     end
  147.     object RightBtn: TToolButton
  148.       Left = 353
  149.       Top = 0
  150.       Hint = 'Right'
  151.       Caption = 'RightBtn'
  152.       Grouped = True
  153.       ImageIndex = 5
  154.       Style = tbsCheck
  155.       OnClick = RightBtnClick
  156.     end
  157.     object JustifyBtn: TToolButton
  158.       Left = 376
  159.       Top = 0
  160.       Hint = 'Justify'
  161.       Caption = 'JustifyBtn'
  162.       Grouped = True
  163.       ImageIndex = 6
  164.       Style = tbsCheck
  165.       OnClick = JustifyBtnClick
  166.     end
  167.     object ToolButton4: TToolButton
  168.       Left = 399
  169.       Top = 0
  170.       Width = 8
  171.       Caption = 'ToolButton4'
  172.       ImageIndex = 9
  173.       Style = tbsSeparator
  174.     end
  175.     object BulletBtn: TToolButton
  176.       Left = 407
  177.       Top = 0
  178.       Hint = 'Bullet'
  179.       Caption = 'BulletBtn'
  180.       ImageIndex = 7
  181.       Style = tbsCheck
  182.       OnClick = BulletBtnClick
  183.     end
  184.   end
  185.   object Panel1: TPanel
  186.     Left = 0
  187.     Top = 267
  188.     Width = 443
  189.     Height = 29
  190.     Align = alBottom
  191.     BevelOuter = bvNone
  192.     TabOrder = 1
  193.     object OkButton: TButton
  194.       Left = 127
  195.       Top = 4
  196.       Width = 89
  197.       Height = 23
  198.       Caption = 'OK'
  199.       Default = True
  200.       Font.Charset = DEFAULT_CHARSET
  201.       Font.Color = clWindowText
  202.       Font.Height = -13
  203.       Font.Name = 'Arial'
  204.       Font.Style = []
  205.       ModalResult = 1
  206.       ParentFont = False
  207.       TabOrder = 0
  208.       TabStop = False
  209.     end
  210.     object CancelButton: TButton
  211.       Left = 227
  212.       Top = 4
  213.       Width = 89
  214.       Height = 23
  215.       Caption = 'Cancel'
  216.       Font.Charset = DEFAULT_CHARSET
  217.       Font.Color = clWindowText
  218.       Font.Height = -13
  219.       Font.Name = 'Arial'
  220.       Font.Style = []
  221.       ModalResult = 2
  222.       ParentFont = False
  223.       TabOrder = 1
  224.       TabStop = False
  225.     end
  226.   end
  227.   object ImageList: TImageList
  228.     ShareImages = True
  229.     Left = 330
  230.     Top = 200
  231.   end
  232. end
  233.