home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 February / comcd0202.iso / start.exe / 0 / RCDATA / TCONFIGFORM / TCONFIGFORM.txt
Encoding:
Text File  |  2001-12-07  |  5.1 KB  |  254 lines

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