home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 / Chip_Hitware_Vol_07.iso / chiphit7 / online / 95framit / frameit.exe / 0 / RCDATA / TFRAMEFRM / TFRAMEFRM.txt < prev   
Text File  |  1996-11-19  |  24KB  |  943 lines

  1. object FrameFrm: TFrameFrm
  2.   Left = 75
  3.   Top = 99
  4.   BorderIcons = [biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Frame-It '
  7.   ClientHeight = 421
  8.   ClientWidth = 592
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Pitch = fpVariable
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Menu = MainMenu1
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Back_Btn: TButton
  22.     Left = 373
  23.     Top = 386
  24.     Width = 70
  25.     Height = 28
  26.     Caption = '&Back'
  27.     Enabled = False
  28.     Font.Color = clBlack
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Pitch = fpVariable
  32.     Font.Style = []
  33.     ParentFont = False
  34.     TabOrder = 0
  35.     OnClick = Back_BtnClick
  36.   end
  37.   object Next_btn: TButton
  38.     Left = 444
  39.     Top = 386
  40.     Width = 70
  41.     Height = 28
  42.     Caption = '&Next'
  43.     TabOrder = 1
  44.     OnClick = Next_btnClick
  45.   end
  46.   object Notebook1: TNotebook
  47.     Left = 0
  48.     Top = 0
  49.     Width = 592
  50.     Height = 385
  51.     Align = alTop
  52.     Font.Color = clBlack
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Pitch = fpVariable
  56.     Font.Style = []
  57.     PageIndex = 3
  58.     ParentFont = False
  59.     TabOrder = 2
  60.     OnMouseMove = Notebook1MouseMove
  61.     object TPage
  62.       Left = 0
  63.       Top = 0
  64.       Caption = 'Start'
  65.       object Bevel1: TBevel
  66.         Left = 142
  67.         Top = 5
  68.         Width = 443
  69.         Height = 173
  70.         Shape = bsFrame
  71.       end
  72.       object Shape2: TShape
  73.         Left = 4
  74.         Top = 5
  75.         Width = 134
  76.         Height = 34
  77.         Brush.Color = 8454143
  78.       end
  79.       object Shape3: TShape
  80.         Left = 4
  81.         Top = 41
  82.         Width = 134
  83.         Height = 136
  84.         Brush.Color = clRed
  85.       end
  86.       object Shape1: TShape
  87.         Left = 4
  88.         Top = 186
  89.         Width = 33
  90.         Height = 178
  91.         Brush.Color = clBlue
  92.       end
  93.       object Shape4: TShape
  94.         Left = 39
  95.         Top = 186
  96.         Width = 99
  97.         Height = 178
  98.         Brush.Color = clLime
  99.       end
  100.       object Bevel2: TBevel
  101.         Left = 142
  102.         Top = 187
  103.         Width = 443
  104.         Height = 178
  105.         Shape = bsFrame
  106.       end
  107.       object Label4: TLabel
  108.         Left = 164
  109.         Top = 210
  110.         Width = 281
  111.         Height = 30
  112.         Alignment = taCenter
  113.         AutoSize = False
  114.         Caption = 'What is the basic structure of the frames, Is it ....'
  115.         Font.Color = clBlack
  116.         Font.Height = -13
  117.         Font.Name = 'MS Sans Serif'
  118.         Font.Pitch = fpVariable
  119.         Font.Style = [fsBold]
  120.         ParentFont = False
  121.         WordWrap = True
  122.       end
  123.       object Counter_Label: TLabel
  124.         Left = 344
  125.         Top = 306
  126.         Width = 59
  127.         Height = 13
  128.         Caption = 'No. of Rows'
  129.       end
  130.       object Image1: TImage
  131.         Left = 173
  132.         Top = 48
  133.         Width = 330
  134.         Height = 85
  135.         Picture.Data = {<image001.bmp>}
  136.       end
  137.       object Row_Rad: TRadioButton
  138.         Left = 307
  139.         Top = 244
  140.         Width = 205
  141.         Height = 17
  142.         Caption = '&Row orientated (like top diagram)'
  143.         Checked = True
  144.         Color = clBtnFace
  145.         Ctl3D = True
  146.         ParentColor = False
  147.         ParentCtl3D = False
  148.         TabOrder = 0
  149.         TabStop = True
  150.         OnClick = Row_RadClick
  151.       end
  152.       object Col_Rad: TRadioButton
  153.         Left = 306
  154.         Top = 264
  155.         Width = 203
  156.         Height = 17
  157.         Caption = '&Column orientated (bottom diagram)'
  158.         Color = clBtnFace
  159.         Ctl3D = True
  160.         ParentColor = False
  161.         ParentCtl3D = False
  162.         TabOrder = 1
  163.         OnClick = Col_RadClick
  164.       end
  165.       object CounterSpinEdit: TSpinEdit
  166.         Left = 413
  167.         Top = 301
  168.         Width = 39
  169.         Height = 22
  170.         Color = clWhite
  171.         Font.Color = clBlack
  172.         Font.Height = -12
  173.         Font.Name = 'MS Sans Serif'
  174.         Font.Pitch = fpVariable
  175.         Font.Style = []
  176.         MaxValue = 10
  177.         MinValue = 2
  178.         ParentFont = False
  179.         TabOrder = 2
  180.         Value = 2
  181.       end
  182.     end
  183.     object TPage
  184.       Left = 0
  185.       Top = 0
  186.       Caption = 'Design'
  187.       object Label1: TLabel
  188.         Left = 3
  189.         Top = 20
  190.         Width = 69
  191.         Height = 13
  192.         Caption = '&Name of frame'
  193.         FocusControl = FrameName
  194.       end
  195.       object Label5: TLabel
  196.         Left = 9
  197.         Top = 64
  198.         Width = 45
  199.         Height = 13
  200.         Caption = '&Filename '
  201.         FocusControl = FrameFileName
  202.       end
  203.       object SpeedButton1: TSpeedButton
  204.         Left = 159
  205.         Top = 84
  206.         Width = 20
  207.         Height = 21
  208.         Hint = 'Locate a filename'
  209.         Glyph.Data = {
  210.           78010000424D7801000000000000760000002800000020000000100000000100
  211.           04000000000000000000120B0000120B00000000000000000000000000000000
  212.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  213.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  214.           5555555555555555555555555555555555555555555555555555555555555555
  215.           555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  216.           55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  217.           B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  218.           000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  219.           555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  220.           55555575FFF75555555555700007555555555557777555555555555555555555
  221.           55555555555555555555555555555555555555555555555555550000}
  222.         NumGlyphs = 2
  223.         ParentShowHint = False
  224.         ShowHint = True
  225.         OnClick = SpeedButton1Click
  226.       end
  227.       object Label9: TLabel
  228.         Left = 0
  229.         Top = 0
  230.         Width = 592
  231.         Height = 19
  232.         Align = alTop
  233.         Alignment = taCenter
  234.         AutoSize = False
  235.         Caption = 'Select a frame, then set its attributes using the fields below'
  236.       end
  237.       object Label13: TLabel
  238.         Left = 113
  239.         Top = 20
  240.         Width = 86
  241.         Height = 11
  242.         AutoSize = False
  243.         Visible = False
  244.       end
  245.       object Bevel3: TBevel
  246.         Left = 187
  247.         Top = 17
  248.         Width = 397
  249.         Height = 363
  250.         Shape = bsFrame
  251.       end
  252.       object FrameName: TEdit
  253.         Left = 3
  254.         Top = 35
  255.         Width = 176
  256.         Height = 21
  257.         HelpContext = 10
  258.         Color = clWhite
  259.         Font.Color = clBlack
  260.         Font.Height = -11
  261.         Font.Name = 'MS Sans Serif'
  262.         Font.Pitch = fpVariable
  263.         Font.Style = []
  264.         ParentFont = False
  265.         TabOrder = 0
  266.         OnEnter = FrameFileNameEnter
  267.         OnExit = FrameNameExit
  268.       end
  269.       object FrameFileName: TEdit
  270.         Left = 3
  271.         Top = 82
  272.         Width = 154
  273.         Height = 21
  274.         Hint = 'File to be displayed within current frame.'
  275.         HelpContext = 11
  276.         Color = clWhite
  277.         Font.Color = clBlack
  278.         Font.Height = -11
  279.         Font.Name = 'MS Sans Serif'
  280.         Font.Pitch = fpVariable
  281.         Font.Style = []
  282.         ParentFont = False
  283.         TabOrder = 1
  284.         OnEnter = FrameFileNameEnter
  285.         OnExit = FrameFileNameExit
  286.       end
  287.       object GroupBox1: TGroupBox
  288.         Left = 3
  289.         Top = 129
  290.         Width = 175
  291.         Height = 191
  292.         Caption = '&Appearance'
  293.         TabOrder = 2
  294.         object Label8: TLabel
  295.           Left = 119
  296.           Top = 37
  297.           Width = 40
  298.           Height = 13
  299.           Caption = '&Scrolling'
  300.           FocusControl = ScrollingComboBox
  301.         end
  302.         object ScrollingComboBox: TComboBox
  303.           Left = 117
  304.           Top = 53
  305.           Width = 52
  306.           Height = 21
  307.           HelpContext = 14
  308.           Style = csDropDownList
  309.           Color = clWhite
  310.           Font.Color = clBlack
  311.           Font.Height = -11
  312.           Font.Name = 'MS Sans Serif'
  313.           Font.Pitch = fpVariable
  314.           Font.Style = []
  315.           ItemHeight = 13
  316.           Items.Strings = (
  317.             'auto'
  318.             'no'
  319.             'yes')
  320.           ParentFont = False
  321.           TabOrder = 0
  322.           OnEnter = FrameFileNameEnter
  323.         end
  324.         object AutoResizeCheckBox: TCheckBox
  325.           Left = 11
  326.           Top = 102
  327.           Width = 158
  328.           Height = 17
  329.           HelpContext = 15
  330.           Caption = '&No Automatic Border Resize'
  331.           TabOrder = 1
  332.         end
  333.         object GroupBox4: TGroupBox
  334.           Left = 5
  335.           Top = 122
  336.           Width = 165
  337.           Height = 67
  338.           Caption = '&Frame dimensions'
  339.           TabOrder = 2
  340.           object Label17: TLabel
  341.             Left = 42
  342.             Top = 44
  343.             Width = 45
  344.             Height = 13
  345.             Caption = 'Width (%)'
  346.           end
  347.           object Label18: TLabel
  348.             Left = 43
  349.             Top = 18
  350.             Width = 48
  351.             Height = 13
  352.             Caption = 'Height (%)'
  353.           end
  354.           object WidthSpinEdit: TSpinEdit
  355.             Left = 100
  356.             Top = 39
  357.             Width = 40
  358.             Height = 22
  359.             HelpContext = 16
  360.             Color = clWhite
  361.             Font.Color = clBlack
  362.             Font.Height = -11
  363.             Font.Name = 'MS Sans Serif'
  364.             Font.Pitch = fpVariable
  365.             Font.Style = []
  366.             MaxValue = 100
  367.             MinValue = 1
  368.             ParentFont = False
  369.             TabOrder = 0
  370.             Value = 1
  371.             OnChange = WidthSpinEditChange
  372.             OnEnter = FrameFileNameEnter
  373.           end
  374.           object HeightSpinEdit: TSpinEdit
  375.             Left = 100
  376.             Top = 14
  377.             Width = 40
  378.             Height = 22
  379.             HelpContext = 17
  380.             MaxValue = 100
  381.             MinValue = 1
  382.             TabOrder = 1
  383.             Value = 1
  384.             OnChange = HeightSpinEditChange
  385.             OnEnter = FrameFileNameEnter
  386.           end
  387.         end
  388.         object Margins: TGroupBox
  389.           Left = 9
  390.           Top = 17
  391.           Width = 95
  392.           Height = 84
  393.           Caption = '&Margins'
  394.           TabOrder = 3
  395.           object Label6: TLabel
  396.             Left = 9
  397.             Top = 19
  398.             Width = 28
  399.             Height = 13
  400.             Caption = '&Width'
  401.             FocusControl = MarginWidth
  402.           end
  403.           object Label7: TLabel
  404.             Left = 54
  405.             Top = 21
  406.             Width = 31
  407.             Height = 13
  408.             Caption = '&Height'
  409.             FocusControl = MarginHeight
  410.           end
  411.           object aaa: TLabel
  412.             Left = 25
  413.             Top = 64
  414.             Width = 37
  415.             Height = 13
  416.             Caption = 'in pixels'
  417.           end
  418.           object MarginWidth: TEdit
  419.             Left = 5
  420.             Top = 36
  421.             Width = 37
  422.             Height = 21
  423.             HelpContext = 12
  424.             Color = clWhite
  425.             Font.Color = clBlack
  426.             Font.Height = -11
  427.             Font.Name = 'MS Sans Serif'
  428.             Font.Pitch = fpVariable
  429.             Font.Style = []
  430.             ParentFont = False
  431.             TabOrder = 0
  432.             OnEnter = FrameFileNameEnter
  433.           end
  434.           object MarginHeight: TEdit
  435.             Left = 47
  436.             Top = 36
  437.             Width = 37
  438.             Height = 21
  439.             HelpContext = 13
  440.             Color = clWhite
  441.             Font.Color = clBlack
  442.             Font.Height = -11
  443.             Font.Name = 'MS Sans Serif'
  444.             Font.Pitch = fpVariable
  445.             Font.Style = []
  446.             ParentFont = False
  447.             TabOrder = 1
  448.             OnEnter = FrameFileNameEnter
  449.           end
  450.         end
  451.       end
  452.       object Split_Btn: TButton
  453.         Left = 8
  454.         Top = 328
  455.         Width = 169
  456.         Height = 26
  457.         Hint = 'Subdivide the currently selected frame'
  458.         HelpContext = 18
  459.         Caption = '&Split Frame'
  460.         ParentShowHint = False
  461.         ShowHint = True
  462.         TabOrder = 3
  463.         OnClick = Split_BtnClick
  464.       end
  465.       object Delete_Btn: TButton
  466.         Left = 7
  467.         Top = 354
  468.         Width = 170
  469.         Height = 26
  470.         Hint = 'Delete the active frame.'
  471.         HelpContext = 19
  472.         Caption = '&Delete Frame'
  473.         ParentShowHint = False
  474.         ShowHint = True
  475.         TabOrder = 4
  476.         OnClick = Delete_BtnClick
  477.       end
  478.       object FileNameCheckBox: TCheckBox
  479.         Left = 113
  480.         Top = 65
  481.         Width = 64
  482.         Height = 15
  483.         Caption = 'No Paths'
  484.         State = cbChecked
  485.         TabOrder = 5
  486.         OnClick = FileNameCheckBoxClick
  487.       end
  488.       object Invisible_CheckBox: TCheckBox
  489.         Left = 25
  490.         Top = 110
  491.         Width = 148
  492.         Height = 17
  493.         Caption = '&Invisible Frame Borders'
  494.         TabOrder = 6
  495.         OnClick = Invisible_CheckBoxClick
  496.       end
  497.     end
  498.     object TPage
  499.       Left = 0
  500.       Top = 0
  501.       Caption = 'NoFrames'
  502.       object Label10: TLabel
  503.         Left = 0
  504.         Top = 0
  505.         Width = 592
  506.         Height = 16
  507.         Align = alTop
  508.         Alignment = taCenter
  509.         Caption = 'Setup the screen for Frame Challenged Browsers'
  510.         Font.Color = clBlack
  511.         Font.Height = -13
  512.         Font.Name = 'MS Sans Serif'
  513.         Font.Pitch = fpVariable
  514.         Font.Style = [fsBold]
  515.         ParentFont = False
  516.       end
  517.       object Label19: TLabel
  518.         Left = 226
  519.         Top = 20
  520.         Width = 95
  521.         Height = 13
  522.         Caption = '&Text to be displayed'
  523.       end
  524.       object PasteFromClipBoard_BTn: TButton
  525.         Left = 440
  526.         Top = 350
  527.         Width = 110
  528.         Height = 24
  529.         Caption = '&Paste from Clipboard'
  530.         TabOrder = 0
  531.         OnClick = PasteFromClipBoard_BTnClick
  532.       end
  533.       object GroupBox3: TGroupBox
  534.         Left = 8
  535.         Top = 274
  536.         Width = 215
  537.         Height = 69
  538.         Caption = 'Background Image'
  539.         TabOrder = 1
  540.         object Label24: TLabel
  541.           Left = 8
  542.           Top = 12
  543.           Width = 51
  544.           Height = 13
  545.           Caption = 'Image file :'
  546.         end
  547.         object Label25: TLabel
  548.           Left = 106
  549.           Top = 50
  550.           Width = 3
  551.           Height = 13
  552.           Visible = False
  553.         end
  554.         object ImageBrowse_Btn: TSpeedButton
  555.           Left = 184
  556.           Top = 26
  557.           Width = 24
  558.           Height = 21
  559.           Hint = 'Browse for image file '
  560.           Glyph.Data = {
  561.             78010000424D7801000000000000760000002800000020000000100000000100
  562.             04000000000000000000120B0000120B00000000000000000000000000000000
  563.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  564.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  565.             5555555555555555555555555555555555555555555555555555555555555555
  566.             555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  567.             55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  568.             B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  569.             000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  570.             555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  571.             55555575FFF75555555555700007555555555557777555555555555555555555
  572.             55555555555555555555555555555555555555555555555555550000}
  573.           NumGlyphs = 2
  574.           OnClick = ImageBrowse_BtnClick
  575.         end
  576.         object ImageFileName: TEdit
  577.           Left = 8
  578.           Top = 26
  579.           Width = 175
  580.           Height = 21
  581.           HelpContext = 20
  582.           TabOrder = 0
  583.           OnExit = ImageFileNameExit
  584.         end
  585.         object FullPathCheckBox: TCheckBox
  586.           Left = 8
  587.           Top = 48
  588.           Width = 86
  589.           Height = 17
  590.           HelpContext = 21
  591.           Caption = 'Use Full Path'
  592.           TabOrder = 1
  593.           OnClick = FullPathCheckBoxClick
  594.         end
  595.       end
  596.       object LoadAFile_Btn: TButton
  597.         Left = 226
  598.         Top = 349
  599.         Width = 110
  600.         Height = 24
  601.         Caption = '&Load a File'
  602.         TabOrder = 2
  603.         OnClick = LoadAFile_BtnClick
  604.       end
  605.       object GroupBox2: TGroupBox
  606.         Left = 7
  607.         Top = 18
  608.         Width = 216
  609.         Height = 256
  610.         Caption = 'Colors'
  611.         TabOrder = 3
  612.         object LinksColour_Btn: TSpeedButton
  613.           Left = 4
  614.           Top = 226
  615.           Width = 208
  616.           Height = 25
  617.           Caption = '&Links'
  618.           OnClick = LinksColour_BtnClick
  619.         end
  620.         object BackgroundColour_Btn: TSpeedButton
  621.           Left = 4
  622.           Top = 173
  623.           Width = 208
  624.           Height = 25
  625.           Caption = '&Background'
  626.           OnClick = BackgroundColour_BtnClick
  627.         end
  628.         object Text_Colour_Btn: TSpeedButton
  629.           Left = 4
  630.           Top = 200
  631.           Width = 208
  632.           Height = 25
  633.           Caption = '&Text'
  634.           OnClick = Text_Colour_BtnClick
  635.         end
  636.         object Viewer1: THTMLViewer
  637.           Left = 4
  638.           Top = 15
  639.           Width = 209
  640.           Height = 155
  641.           Cursor = crIBeam
  642.           ViewImages = True
  643.           TabOrder = 0
  644.           BorderStyle = bsSingle
  645.           HistoryMaxCount = 0
  646.           DefFontName = 'Times New Roman'
  647.           DefPreFontName = 'Courier New'
  648.           NoSelect = False
  649.         end
  650.       end
  651.       object MemoPad: TMemo
  652.         Left = 226
  653.         Top = 36
  654.         Width = 326
  655.         Height = 307
  656.         TabOrder = 4
  657.         OnChange = MemoPadChange
  658.       end
  659.     end
  660.     object TPage
  661.       Left = 0
  662.       Top = 0
  663.       Caption = 'Export'
  664.       object Shape6: TShape
  665.         Left = 8
  666.         Top = 28
  667.         Width = 152
  668.         Height = 23
  669.       end
  670.       object Shape7: TShape
  671.         Left = 8
  672.         Top = 52
  673.         Width = 152
  674.         Height = 72
  675.       end
  676.       object Shape8: TShape
  677.         Left = 8
  678.         Top = 236
  679.         Width = 20
  680.         Height = 137
  681.       end
  682.       object Shape9: TShape
  683.         Left = 29
  684.         Top = 236
  685.         Width = 131
  686.         Height = 137
  687.       end
  688.       object Label11: TLabel
  689.         Left = 238
  690.         Top = 52
  691.         Width = 274
  692.         Height = 20
  693.         AutoSize = False
  694.         Caption = 'So that you can paste it directly into your webpage.'
  695.       end
  696.       object Label12: TLabel
  697.         Left = 238
  698.         Top = 112
  699.         Width = 279
  700.         Height = 20
  701.         AutoSize = False
  702.         Caption = 'This means you can retrieve it whenever you wish.'
  703.       end
  704.       object Browser_Address1: TLabel
  705.         Left = 151
  706.         Top = 2
  707.         Width = 88
  708.         Height = 13
  709.         Caption = 'Browser_Address1'
  710.         Visible = False
  711.       end
  712.       object Shape5: TShape
  713.         Left = 8
  714.         Top = 214
  715.         Width = 152
  716.         Height = 21
  717.       end
  718.       object Shape10: TShape
  719.         Left = 8
  720.         Top = 125
  721.         Width = 152
  722.         Height = 23
  723.       end
  724.       object Browser_Address_2: TLabel
  725.         Left = 398
  726.         Top = 5
  727.         Width = 94
  728.         Height = 13
  729.         Caption = 'Browser_Address_2'
  730.         Visible = False
  731.       end
  732.       object ClipBoard_Rad: TRadioButton
  733.         Left = 186
  734.         Top = 30
  735.         Width = 198
  736.         Height = 18
  737.         HelpContext = 23
  738.         Caption = '&Copy to Clipboard.'
  739.         Checked = True
  740.         TabOrder = 0
  741.         TabStop = True
  742.       end
  743.       object File_Rad: TRadioButton
  744.         Left = 186
  745.         Top = 94
  746.         Width = 113
  747.         Height = 17
  748.         HelpContext = 24
  749.         Caption = '&Save to a file.'
  750.         TabOrder = 1
  751.       end
  752.       object GroupBox6: TGroupBox
  753.         Left = 176
  754.         Top = 245
  755.         Width = 408
  756.         Height = 71
  757.         TabOrder = 2
  758.         object Browser_Btn_1: TSpeedButton
  759.           Left = 6
  760.           Top = 10
  761.           Width = 40
  762.           Height = 40
  763.           Enabled = False
  764.           ParentShowHint = False
  765.           ShowHint = True
  766.           OnClick = Browser_Btn_1Click
  767.         end
  768.         object Browser_Btn_2: TSpeedButton
  769.           Left = 361
  770.           Top = 10
  771.           Width = 40
  772.           Height = 40
  773.           Enabled = False
  774.           ParentShowHint = False
  775.           ShowHint = True
  776.           OnClick = Browser_Btn_2Click
  777.         end
  778.         object Label14: TLabel
  779.           Left = 79
  780.           Top = 13
  781.           Width = 229
  782.           Height = 34
  783.           Alignment = taCenter
  784.           AutoSize = False
  785.           Caption = 
  786.             'Try out your newly generated frames using your favourite web-bro' +
  787.             'wsers.'
  788.           WordWrap = True
  789.         end
  790.       end
  791.       object PathCheckBox: TCheckBox
  792.         Left = 186
  793.         Top = 140
  794.         Width = 193
  795.         Height = 17
  796.         Caption = 'Include File Paths in final output'
  797.         TabOrder = 3
  798.       end
  799.     end
  800.   end
  801.   object Quit_Btn: TButton
  802.     Left = 515
  803.     Top = 386
  804.     Width = 70
  805.     Height = 28
  806.     Caption = '&Quit'
  807.     TabOrder = 3
  808.     OnClick = Cancel_BtnClick
  809.   end
  810.   object SaveDialog1: TSaveDialog
  811.     FileEditStyle = fsEdit
  812.     Options = [ofHideReadOnly, ofPathMustExist]
  813.     Left = 63
  814.     Top = 390
  815.   end
  816.   object OpenDialog1: TOpenDialog
  817.     FileEditStyle = fsEdit
  818.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
  819.     Left = 124
  820.     Top = 390
  821.   end
  822.   object MainMenu1: TMainMenu
  823.     Left = 93
  824.     Top = 390
  825.     object File1: TMenuItem
  826.       Caption = '&File'
  827.       ShortCut = 0
  828.       object Exit1: TMenuItem
  829.         Caption = 'E&xit'
  830.         ShortCut = 0
  831.         OnClick = Cancel_BtnClick
  832.       end
  833.     end
  834.     object Frames1: TMenuItem
  835.       Caption = '&Frames'
  836.       ShortCut = 0
  837.       object AddaRow1: TMenuItem
  838.         Caption = 'Add a Row'
  839.         Enabled = False
  840.         ShortCut = 0
  841.         OnClick = AddaRow1Click
  842.       end
  843.       object InsertaRow1: TMenuItem
  844.         Caption = 'Insert a Row'
  845.         Enabled = False
  846.         ShortCut = 0
  847.         OnClick = InsertRow_BtnClick
  848.       end
  849.       object DeleteRow1: TMenuItem
  850.         Caption = 'Delete Row'
  851.         Enabled = False
  852.         ShortCut = 0
  853.         OnClick = DeleteRow1Click
  854.       end
  855.       object N2: TMenuItem
  856.         Caption = '-'
  857.         ShortCut = 0
  858.       end
  859.       object AddaColumn1: TMenuItem
  860.         Caption = 'Add a Column'
  861.         Enabled = False
  862.         ShortCut = 0
  863.         OnClick = AddaColumn1Click
  864.       end
  865.       object InsertaColumn1: TMenuItem
  866.         Caption = 'Insert a Column'
  867.         Enabled = False
  868.         ShortCut = 0
  869.         OnClick = InsertColumn_BtnClick
  870.       end
  871.       object DeleteaColumn1: TMenuItem
  872.         Caption = 'Delete a Column'
  873.         Enabled = False
  874.         ShortCut = 0
  875.         OnClick = DeleteaColumn1Click
  876.       end
  877.     end
  878.     object Options1: TMenuItem
  879.       Caption = '&Options'
  880.       ShortCut = 0
  881.       object FlyByHelp1: TMenuItem
  882.         Caption = '&Show fly-by help'
  883.         ShortCut = 0
  884.         OnClick = FlyByHelp1Click
  885.       end
  886.       object Includecomments1: TMenuItem
  887.         Caption = '&Include comments'
  888.         Checked = True
  889.         ShortCut = 0
  890.         OnClick = Includecomments1Click
  891.       end
  892.       object N3: TMenuItem
  893.         Caption = '-'
  894.         ShortCut = 0
  895.       end
  896.       object DefineBrowserLocations1: TMenuItem
  897.         Caption = '&Define Browser Locations'
  898.         ShortCut = 0
  899.         OnClick = DefineBrowserLocations1Click
  900.       end
  901.     end
  902.     object Help1: TMenuItem
  903.       Caption = '&Help'
  904.       ShortCut = 0
  905.       object HelpTopics1: TMenuItem
  906.         Caption = '&Help Topics'
  907.         HelpContext = 1
  908.         ShortCut = 0
  909.         OnClick = HelpTopics1Click
  910.       end
  911.       object Register1: TMenuItem
  912.         Caption = '&Register'
  913.         ShortCut = 0
  914.         OnClick = Register_BtnClick
  915.       end
  916.       object N1: TMenuItem
  917.         Caption = '-'
  918.         ShortCut = 0
  919.       end
  920.       object About1: TMenuItem
  921.         Caption = '&About'
  922.         ShortCut = 0
  923.         OnClick = About1Click
  924.       end
  925.     end
  926.   end
  927.   object ColorDialog1: TColorDialog
  928.     Ctl3D = True
  929.     Left = 32
  930.     Top = 390
  931.   end
  932.   object OpenDialog2: TOpenDialog
  933.     FileEditStyle = fsEdit
  934.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
  935.     Left = 2
  936.     Top = 390
  937.   end
  938.   object BrowserDDE: TDdeClientConv
  939.     Left = 154
  940.     Top = 390
  941.   end
  942. end
  943.