home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 018A / WBIT32.ZIP / WEBIT32.EXE / 0 / RCDATA / TEFFECTSFORM / TEFFECTSFORM.txt
Text File  |  1996-11-23  |  21KB  |  894 lines

  1. object EffectsForm: TEffectsForm
  2.   Left = 118
  3.   Top = 37
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Web Effects'
  7.   ClientHeight = 347
  8.   ClientWidth = 435
  9.   Color = clNavy
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object TLabel
  20.     Left = 202
  21.     Top = 136
  22.     Width = 3
  23.     Height = 14
  24.   end
  25.   object HTMLTemp: TMemo
  26.     Left = 10
  27.     Top = 241
  28.     Width = 406
  29.     Height = 70
  30.     Font.Color = clWindowText
  31.     Font.Height = -13
  32.     Font.Name = 'Arial'
  33.     Font.Style = []
  34.     ParentFont = False
  35.     ScrollBars = ssBoth
  36.     TabOrder = 6
  37.     Visible = False
  38.   end
  39.   object Notebook1: TNotebook
  40.     Left = 0
  41.     Top = 0
  42.     Width = 435
  43.     Height = 326
  44.     Align = alTop
  45.     Color = clBtnFace
  46.     Font.Color = clWindowText
  47.     Font.Height = -13
  48.     Font.Name = 'Arial'
  49.     Font.Style = []
  50.     PageIndex = 5
  51.     ParentColor = False
  52.     ParentFont = False
  53.     TabOrder = 0
  54.     object TPage
  55.       Left = 0
  56.       Top = 0
  57.       Caption = 'Headers'
  58.       object Label1: TLabel
  59.         Left = 111
  60.         Top = 33
  61.         Width = 74
  62.         Height = 16
  63.         Caption = 'Header Text:'
  64.       end
  65.       object Label2: TLabel
  66.         Left = 16
  67.         Top = 33
  68.         Width = 75
  69.         Height = 16
  70.         Caption = 'Header Size:'
  71.       end
  72.       object HeaderNumber: TSpinEdit
  73.         Left = 20
  74.         Top = 50
  75.         Width = 41
  76.         Height = 26
  77.         MaxValue = 6
  78.         MinValue = 1
  79.         TabOrder = 0
  80.         Value = 1
  81.         OnChange = ViewEffectClick
  82.       end
  83.       object HeaderText: TEdit
  84.         Left = 113
  85.         Top = 51
  86.         Width = 173
  87.         Height = 24
  88.         TabOrder = 1
  89.         OnChange = ViewEffectClick
  90.         OnKeyPress = HeaderTextKeyPress
  91.       end
  92.       object HeadingJustify: TRadioGroup
  93.         Left = 15
  94.         Top = 85
  95.         Width = 110
  96.         Height = 72
  97.         Caption = 'Heading Justify'
  98.         ItemIndex = 0
  99.         Items.Strings = (
  100.           'none'
  101.           'left'
  102.           'center')
  103.         TabOrder = 2
  104.         OnClick = ViewEffectClick
  105.       end
  106.     end
  107.     object TPage
  108.       Left = 0
  109.       Top = 0
  110.       Caption = 'Tables'
  111.       object Label3: TLabel
  112.         Left = 27
  113.         Top = 26
  114.         Width = 51
  115.         Height = 16
  116.         Caption = 'Columns'
  117.       end
  118.       object Label4: TLabel
  119.         Left = 27
  120.         Top = 71
  121.         Width = 51
  122.         Height = 16
  123.         Caption = 'Padding:'
  124.       end
  125.       object Label5: TLabel
  126.         Left = 107
  127.         Top = 26
  128.         Width = 32
  129.         Height = 16
  130.         Caption = 'Rows'
  131.       end
  132.       object Label6: TLabel
  133.         Left = 107
  134.         Top = 71
  135.         Width = 51
  136.         Height = 16
  137.         Caption = 'Spacing:'
  138.       end
  139.       object Label7: TLabel
  140.         Left = 22
  141.         Top = 206
  142.         Width = 73
  143.         Height = 16
  144.         Caption = 'Table Width:'
  145.       end
  146.       object Label8: TLabel
  147.         Left = 177
  148.         Top = 6
  149.         Width = 83
  150.         Height = 16
  151.         Caption = 'Table Caption:'
  152.       end
  153.       object Label9: TLabel
  154.         Left = 312
  155.         Top = 6
  156.         Width = 78
  157.         Height = 16
  158.         Caption = 'Caption Size:'
  159.       end
  160.       object ColumnValue: TSpinEdit
  161.         Left = 29
  162.         Top = 42
  163.         Width = 52
  164.         Height = 26
  165.         MaxValue = 10
  166.         MinValue = 1
  167.         TabOrder = 0
  168.         Value = 2
  169.         OnChange = ViewEffectClick
  170.       end
  171.       object PaddingValue: TSpinEdit
  172.         Left = 29
  173.         Top = 87
  174.         Width = 52
  175.         Height = 26
  176.         MaxValue = 10
  177.         MinValue = 0
  178.         TabOrder = 1
  179.         Value = 1
  180.         OnChange = ViewEffectClick
  181.       end
  182.       object RowValue: TSpinEdit
  183.         Left = 109
  184.         Top = 42
  185.         Width = 52
  186.         Height = 26
  187.         MaxValue = 100
  188.         MinValue = 1
  189.         TabOrder = 2
  190.         Value = 2
  191.         OnChange = ViewEffectClick
  192.       end
  193.       object SpacingValue: TSpinEdit
  194.         Left = 109
  195.         Top = 87
  196.         Width = 52
  197.         Height = 26
  198.         MaxValue = 10
  199.         MinValue = 0
  200.         TabOrder = 3
  201.         Value = 2
  202.         OnChange = ViewEffectClick
  203.       end
  204.       object WidthValue: TSpinEdit
  205.         Left = 24
  206.         Top = 222
  207.         Width = 52
  208.         Height = 26
  209.         MaxValue = 100
  210.         MinValue = 0
  211.         TabOrder = 4
  212.         Value = 0
  213.       end
  214.       object HasBorder: TCheckBox
  215.         Left = 20
  216.         Top = 5
  217.         Width = 121
  218.         Height = 17
  219.         Caption = 'Show Border'
  220.         State = cbChecked
  221.         TabOrder = 5
  222.         OnClick = ViewEffectClick
  223.       end
  224.       object TableJustify: TRadioGroup
  225.         Left = 20
  226.         Top = 125
  227.         Width = 96
  228.         Height = 71
  229.         Caption = 'Table Justify'
  230.         ItemIndex = 0
  231.         Items.Strings = (
  232.           'left'
  233.           'center'
  234.           'right')
  235.         TabOrder = 6
  236.         OnClick = ViewEffectClick
  237.       end
  238.       object Caption: TEdit
  239.         Left = 179
  240.         Top = 22
  241.         Width = 121
  242.         Height = 24
  243.         TabOrder = 7
  244.         OnChange = ViewEffectClick
  245.         OnKeyPress = CaptionKeyPress
  246.       end
  247.       object CaptionLoc: TRadioGroup
  248.         Left = 179
  249.         Top = 48
  250.         Width = 139
  251.         Height = 54
  252.         Caption = 'Caption Location'
  253.         ItemIndex = 0
  254.         Items.Strings = (
  255.           'Top'
  256.           'Bottom')
  257.         TabOrder = 8
  258.         OnClick = ViewEffectClick
  259.       end
  260.       object CaptionSize: TSpinEdit
  261.         Left = 350
  262.         Top = 25
  263.         Width = 41
  264.         Height = 26
  265.         MaxValue = 6
  266.         MinValue = 1
  267.         TabOrder = 9
  268.         Value = 5
  269.         OnChange = ViewEffectClick
  270.       end
  271.       object DataGrid: TStringGrid
  272.         Left = 168
  273.         Top = 9
  274.         Width = 256
  275.         Height = 106
  276.         ColCount = 3
  277.         DefaultColWidth = 80
  278.         DefaultRowHeight = 14
  279.         RowCount = 3
  280.         Font.Color = clWindowText
  281.         Font.Height = -9
  282.         Font.Name = 'Arial'
  283.         Font.Style = []
  284.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected, goColSizing, goRowMoving, goColMoving, goEditing, goTabs]
  285.         ParentFont = False
  286.         TabOrder = 10
  287.         Visible = False
  288.         OnClick = ViewEffectClick
  289.         RowHeights = (
  290.           14
  291.           14
  292.           14)
  293.       end
  294.       object ToggleGrid: TBitBtn
  295.         Left = 37
  296.         Top = 259
  297.         Width = 76
  298.         Height = 27
  299.         Caption = 'Toggle Grid'
  300.         TabOrder = 11
  301.         OnClick = ToggleGridClick
  302.       end
  303.     end
  304.     object TPage
  305.       Left = 0
  306.       Top = 0
  307.       Caption = 'ListTypes'
  308.       object label11: TLabel
  309.         Left = 17
  310.         Top = 126
  311.         Width = 110
  312.         Height = 16
  313.         Caption = 'Number of parents:'
  314.       end
  315.       object Label13: TLabel
  316.         Left = 16
  317.         Top = 173
  318.         Width = 113
  319.         Height = 16
  320.         Caption = 'Children per parent:'
  321.       end
  322.       object ListType: TRadioGroup
  323.         Left = 10
  324.         Top = 10
  325.         Width = 116
  326.         Height = 105
  327.         Caption = 'List Type:'
  328.         ItemIndex = 0
  329.         Items.Strings = (
  330.           'Ordered'
  331.           'UnOrder'
  332.           'Definition'
  333.           'Directory'
  334.           'Menu')
  335.         TabOrder = 0
  336.         OnClick = ViewEffectClick
  337.       end
  338.       object Parents: TSpinEdit
  339.         Left = 24
  340.         Top = 142
  341.         Width = 46
  342.         Height = 26
  343.         MaxValue = 100
  344.         MinValue = 1
  345.         TabOrder = 1
  346.         Value = 4
  347.         OnChange = ViewEffectClick
  348.       end
  349.       object ChildValue: TSpinEdit
  350.         Left = 22
  351.         Top = 190
  352.         Width = 46
  353.         Height = 26
  354.         MaxValue = 100
  355.         MinValue = 0
  356.         TabOrder = 2
  357.         Value = 0
  358.         OnChange = ViewEffectClick
  359.       end
  360.       object Child: TRadioGroup
  361.         Left = 138
  362.         Top = 10
  363.         Width = 116
  364.         Height = 105
  365.         Caption = 'Child Type:'
  366.         ItemIndex = 0
  367.         Items.Strings = (
  368.           'Ordered'
  369.           'UnOrder'
  370.           'Definition'
  371.           'Directory'
  372.           'Menu')
  373.         TabOrder = 3
  374.         OnClick = ViewEffectClick
  375.       end
  376.       object ListItems: TStringGrid
  377.