home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2003 January / PCgo01_01_2003.iso / HTMLViewer.exe / 0 / RCDATA / TCONFIGFORM / TCONFIGFORM.txt
Encoding:
Text File  |  1999-08-06  |  5.8 KB  |  272 lines

  1. object ConfigForm: TConfigForm
  2.   Left = 184
  3.   Top = 131
  4.   BorderStyle = bsDialog
  5.   Caption = 'Optionen'
  6.   ClientHeight = 401
  7.   ClientWidth = 514
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label6: TLabel
  21.     Left = 379
  22.     Top = 315
  23.     Width = 32
  24.     Height = 13
  25.     Caption = 'Gr∩┐╜∩┐╜e:'
  26.   end
  27.   object OkBtn: TButton
  28.     Left = 340
  29.     Top = 369
  30.     Width = 75
  31.     Height = 25
  32.     Caption = 'Ok'
  33.     Default = True
  34.     TabOrder = 0
  35.     OnClick = OkBtnClick
  36.   end
  37.   object CancelBtn: TButton
  38.     Left = 430
  39.     Top = 368
  40.     Width = 75
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = 'Abbrechen'
  44.     TabOrder = 1
  45.     OnClick = CancelBtnClick
  46.   end
  47.   object FontSizeEdit: TSpinEdit
  48.     Left = 420
  49.     Top = 311
  50.     Width = 87
  51.     Height = 24
  52.     MaxValue = 24
  53.     MinValue = 6
  54.     TabOrder = 2
  55.     Value = 12
  56.     OnChange = FontSizeEditChange
  57.   end
  58.   object Fake: TListBox
  59.     Left = 537
  60.     Top = 152
  61.     Width = 121
  62.     Height = 54
  63.     ItemHeight = 13
  64.     TabOrder = 3
  65.     Visible = False
  66.   end
  67.   object GroupBox1: TGroupBox
  68.     Left = 3
  69.     Top = 7
  70.     Width = 331
  71.     Height = 204
  72.     Caption = 'Farben'
  73.     TabOrder = 4
  74.     object Label1: TLabel
  75.       Left = 8
  76.       Top = 18
  77.       Width = 58
  78.       Height = 13
  79.       Caption = 'Hintergrund:'
  80.     end
  81.     object Label2: TLabel
  82.       Left = 8
  83.       Top = 51
  84.       Width = 24
  85.       Height = 13
  86.       Caption = 'Text:'
  87.     end
  88.     object Label5: TLabel
  89.       Left = 9
  90.       Top = 85
  91.       Width = 28
  92.       Height = 13
  93.       Caption = 'Links:'
  94.     end
  95.     object Label7: TLabel
  96.       Left = 10
  97.       Top = 119
  98.       Width = 121
  99.       Height = 13
  100.       Caption = 'Bereits  angezeigte Links:'
  101.     end
  102.     object Label8: TLabel
  103.       Left = 9
  104.       Top = 154
  105.       Width = 76
  106.       Height = 13
  107.       Caption = 'Maus ∩┐╜ber Link:'
  108.     end
  109.     object ColorGrid1: TColorGrid
  110.       Left = 8
  111.       Top = 31
  112.       Width = 304
  113.       Height = 20
  114.       ClickEnablesColor = True
  115.       GridOrdering = go16x1
  116.       BackgroundEnabled = False
  117.       Font.Charset = DEFAULT_CHARSET
  118.       Font.Color = clBlack
  119.       Font.Height = -11
  120.       Font.Name = 'MS Sans Serif'
  121.       Font.Style = []
  122.       ParentFont = False
  123.       TabOrder = 0
  124.       OnChange = ColorGrid1Change
  125.     end
  126.     object ColorGrid2: TColorGrid
  127.       Left = 8
  128.       Top = 65
  129.       Width = 304
  130.       Height = 20
  131.       ClickEnablesColor = True
  132.       GridOrdering = go16x1
  133.       BackgroundEnabled = False
  134.       Font.Charset = DEFAULT_CHARSET
  135.       Font.Color = clBlack
  136.       Font.Height = -11
  137.       Font.Name = 'MS Sans Serif'
  138.       Font.Style = []
  139.       ParentFont = False
  140.       TabOrder = 1
  141.       OnChange = ColorGrid2Change
  142.     end
  143.     object ColorGrid3: TColorGrid
  144.       Left = 10
  145.       Top = 99
  146.       Width = 304
  147.       Height = 20
  148.       ClickEnablesColor = True
  149.       GridOrdering = go16x1
  150.       BackgroundEnabled = False
  151.       Font.Charset = DEFAULT_CHARSET
  152.       Font.Color = clBlack
  153.       Font.Height = -11
  154.       Font.Name = 'MS Sans Serif'
  155.       Font.Style = []
  156.       ParentFont = False
  157.       TabOrder = 2
  158.       OnChange = ColorGrid3Change
  159.     end
  160.     object ColorGrid4: TColorGrid
  161.       Left = 11
  162.       Top = 133
  163.       Width = 304
  164.       Height = 20
  165.       ClickEnablesColor = True
  166.       GridOrdering = go16x1
  167.       BackgroundEnabled = False
  168.       Font.Charset = DEFAULT_CHARSET
  169.       Font.Color = clBlack
  170.       Font.Height = -11
  171.       Font.Name = 'MS Sans Serif'
  172.       Font.Style = []
  173.       ParentFont = False
  174.       TabOrder = 3
  175.       OnChange = ColorGrid4Change
  176.     end
  177.     object ColorGrid5: TColorGrid
  178.       Left = 10
  179.       Top = 168
  180.       Width = 304
  181.       Height = 20
  182.       ClickEnablesColor = True
  183.       GridOrdering = go16x1
  184.       BackgroundEnabled = False
  185.       Font.Charset = DEFAULT_CHARSET
  186.       Font.Color = clBlack
  187.       Font.Height = -11
  188.       Font.Name = 'MS Sans Serif'
  189.       Font.Style = []
  190.       ParentFont = False
  191.       TabOrder = 4
  192.       OnChange = ColorGrid5Change
  193.     end
  194.   end
  195.   object GroupBox2: TGroupBox
  196.     Left = 5
  197.     Top = 214
  198.     Width = 328
  199.     Height = 180
  200.     Caption = 'Vorschau'
  201.     TabOrder = 5
  202.     object FontViewer: THTMLViewer
  203.       Left = 9
  204.       Top = 20
  205.       Width = 310
  206.       Height = 155
  207.       Cursor = crIBeam
  208.       ViewImages = False
  209.       TabOrder = 0
  210.       BorderStyle = htFocused
  211.       HistoryMaxCount = 0
  212.       DefFontName = 'Times New Roman'
  213.       DefPreFontName = 'Courier New'
  214.       NoSelect = False
  215.       CharSet = DEFAULT_CHARSET
  216.       PrintMarginLeft = 2.000000000000000000
  217.       PrintMarginRight = 2.000000000000000000
  218.       PrintMarginTop = 2.000000000000000000
  219.       PrintMarginBottom = 2.000000000000000000
  220.       htOptions = []
  221.     end
  222.   end
  223.   object GroupBox3: TGroupBox
  224.     Left = 340
  225.     Top = 161
  226.     Width = 169
  227.     Height = 145
  228.     Caption = 'Text (feste Breite)'
  229.     TabOrder = 6
  230.     object PreFontListBox: TListBox
  231.       Left = 9
  232.       Top = 17
  233.       Width = 150
  234.       Height = 115
  235.       Font.Charset = DEFAULT_CHARSET
  236.       Font.Color = clBlack
  237.       Font.Height = -11
  238.       Font.Name = 'MS Sans Serif'
  239.       Font.Style = []
  240.       ItemHeight = 13
  241.       ParentFont = False
  242.       Sorted = True
  243.       TabOrder = 0
  244.       OnClick = PreFontListBoxClick
  245.     end
  246.   end
  247.   object GroupBox4: TGroupBox
  248.     Left = 340
  249.     Top = 8
  250.     Width = 169
  251.     Height = 145
  252.     Caption = 'Flie∩┐╜text'
  253.     TabOrder = 7
  254.     object FontListBox: TListBox
  255.       Left = 9
  256.       Top = 19
  257.       Width = 150
  258.       Height = 115
  259.       Font.Charset = DEFAULT_CHARSET
  260.       Font.Color = clBlack
  261.       Font.Height = -11
  262.       Font.Name = 'MS Sans Serif'
  263.       Font.Style = []
  264.       ItemHeight = 13
  265.       ParentFont = False
  266.       Sorted = True
  267.       TabOrder = 0
  268.       OnClick = FontListBoxClick
  269.     end
  270.   end
  271. end
  272.