home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1997 April / Win95_04973.iso / docs / 00009 / 009d0.exe / _setup.1 / JavaQuiz.exe / 0 / RCDATA / TFRMJAVAQUIZ / TFRMJAVAQUIZ.txt < prev   
Encoding:
Text File  |  1997-03-15  |  11.7 KB  |  523 lines

  1. object frmJavaQuiz: TfrmJavaQuiz
  2.   Left = 156
  3.   Top = 112
  4.   HelpContext = 10
  5.   AutoScroll = False
  6.   Caption = 'Martin'#39's Javascript Quiz Generator - [Untitled]'
  7.   ClientHeight = 421
  8.   ClientWidth = 600
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Menu = MainMenu1
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblQNum: TLabel
  21.     Left = 24
  22.     Top = 64
  23.     Width = 22
  24.     Height = 34
  25.     Caption = 'Q'
  26.     Font.Color = clMaroon
  27.     Font.Height = -29
  28.     Font.Name = 'Arial'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.   end
  32.   object SpinQNum: TSpinEdit
  33.     Left = 48
  34.     Top = 64
  35.     Width = 57
  36.     Height = 39
  37.     HelpContext = 40
  38.     TabStop = False
  39.     AutoSelect = False
  40.     EditorEnabled = False
  41.     Font.Color = clMaroon
  42.     Font.Height = -24
  43.     Font.Name = 'Arial'
  44.     Font.Style = [fsBold]
  45.     MaxValue = 99
  46.     MinValue = 1
  47.     ParentFont = False
  48.     TabOrder = 0
  49.     Value = 1
  50.     OnChange = SpinQNumChange
  51.   end
  52.   object pnlQuestion: TPanel
  53.     Left = 112
  54.     Top = 56
  55.     Width = 473
  56.     Height = 81
  57.     TabOrder = 2
  58.     object mmoQuestion: TMemo
  59.       Left = 8
  60.       Top = 8
  61.       Width = 457
  62.       Height = 65
  63.       HelpContext = 40
  64.       Font.Color = clBlack
  65.       Font.Height = -11
  66.       Font.Name = 'Arial'
  67.       Font.Style = []
  68.       MaxLength = 256
  69.       ParentFont = False
  70.       PopupMenu = PopupMenu1
  71.       TabOrder = 0
  72.       OnChange = mmoQuestionChange
  73.     end
  74.   end
  75.   object pnlAnswer1: TPanel
  76.     Left = 112
  77.     Top = 144
  78.     Width = 473
  79.     Height = 65
  80.     BevelInner = bvLowered
  81.     TabOrder = 3
  82.     object mmoAnswer1: TMemo
  83.       Left = 8
  84.       Top = 8
  85.       Width = 457
  86.       Height = 49
  87.       HelpContext = 40
  88.       Font.Color = clBlack
  89.       Font.Height = -11
  90.       Font.Name = 'Arial'
  91.       Font.Style = []
  92.       MaxLength = 256
  93.       ParentFont = False
  94.       PopupMenu = PopupMenu1
  95.       TabOrder = 0
  96.       WantReturns = False
  97.       OnChange = mmoAnswer1Change
  98.     end
  99.   end
  100.   object pnlAnswer2: TPanel
  101.     Left = 112
  102.     Top = 216
  103.     Width = 473
  104.     Height = 65
  105.     BevelInner = bvLowered
  106.     TabOrder = 4
  107.     object mmoAnswer2: TMemo
  108.       Left = 8
  109.       Top = 8
  110.       Width = 457
  111.       Height = 49
  112.       HelpContext = 40
  113.       Font.Color = clBlack
  114.       Font.Height = -11
  115.       Font.Name = 'Arial'
  116.       Font.Style = []
  117.       MaxLength = 256
  118.       ParentFont = False
  119.       PopupMenu = PopupMenu1
  120.       TabOrder = 0
  121.       WantReturns = False
  122.       OnChange = mmoAnswer2Change
  123.     end
  124.   end
  125.   object pnlAnswer3: TPanel
  126.     Left = 112
  127.     Top = 288
  128.     Width = 473
  129.     Height = 65
  130.     BevelInner = bvLowered
  131.     TabOrder = 5
  132.     object mmoAnswer3: TMemo
  133.       Left = 8
  134.       Top = 8
  135.       Width = 457
  136.       Height = 49
  137.       HelpContext = 40
  138.       Font.Color = clBlack
  139.       Font.Height = -11
  140.       Font.Name = 'Arial'
  141.       Font.Style = []
  142.       MaxLength = 256
  143.       ParentFont = False
  144.       PopupMenu = PopupMenu1
  145.       TabOrder = 0
  146.       WantReturns = False
  147.       OnChange = mmoAnswer3Change
  148.     end
  149.   end
  150.   object pnlAns1Label: TPanel
  151.     Left = 8
  152.     Top = 152
  153.     Width = 97
  154.     Height = 41
  155.     BevelInner = bvRaised
  156.     BevelOuter = bvLowered
  157.     Caption = 'Answer 1:'
  158.     Font.Color = clMaroon
  159.     Font.Height = -19
  160.     Font.Name = 'Arial'
  161.     Font.Style = []
  162.     ParentFont = False
  163.     TabOrder = 11
  164.   end
  165.   object pnlAns2Label: TPanel
  166.     Left = 8
  167.     Top = 224
  168.     Width = 97
  169.     Height = 41
  170.     BevelInner = bvRaised
  171.     BevelOuter = bvLowered
  172.     Caption = 'Answer 2:'
  173.     Font.Color = clMaroon
  174.     Font.Height = -19
  175.     Font.Name = 'Arial'
  176.     Font.Style = []
  177.     ParentFont = False
  178.     TabOrder = 12
  179.   end
  180.   object pnlAns3Label: TPanel
  181.     Left = 8
  182.     Top = 296
  183.     Width = 97
  184.     Height = 41
  185.     BevelInner = bvRaised
  186.     BevelOuter = bvLowered
  187.     Caption = 'Answer 3:'
  188.     Font.Color = clMaroon
  189.     Font.Height = -19
  190.     Font.Name = 'Arial'
  191.     Font.Style = []
  192.     ParentFont = False
  193.     TabOrder = 13
  194.   end
  195.   object btnLoadQuiz: TButton
  196.     Left = 10
  197.     Top = 360
  198.     Width = 105
  199.     Height = 33
  200.     Hint = 
  201.       'Load a quiz from disk|Load a quiz previously saved to disk (in *' +
  202.       '.jqz format)'
  203.     HelpContext = 110
  204.     Caption = '&Load quiz'
  205.     Font.Color = clBlack
  206.     Font.Height = -11
  207.     Font.Name = 'MS Sans Serif'
  208.     Font.Style = []
  209.     ParentFont = False
  210.     ParentShowHint = False
  211.     ShowHint = True
  212.     TabOrder = 6
  213.     OnClick = btnLoadQuizClick
  214.   end
  215.   object btnSaveQuiz: TButton
  216.     Left = 129
  217.     Top = 360
  218.     Width = 105
  219.     Height = 33
  220.     Hint = 'Save the quiz to disk|Save a quiz to disk (in *.jqz format)'
  221.     HelpContext = 110
  222.     Caption = '&Save quiz'
  223.     Font.Color = clBlack
  224.     Font.Height = -11
  225.     Font.Name = 'MS Sans Serif'
  226.     Font.Style = []
  227.     ParentFont = False
  228.     ParentShowHint = False
  229.     ShowHint = True
  230.     TabOrder = 7
  231.     OnClick = btnSaveQuizClick
  232.   end
  233.   object btnCompileWebPage: TButton
  234.     Left = 248
  235.     Top = 360
  236.     Width = 105
  237.     Height = 33
  238.     Hint = 
  239.       'Turn this quiz into Web pages|Compile this quiz into HTML pages ' +
  240.       'for posting to the Web'
  241.     HelpContext = 110
  242.     Caption = '&Make Web page'
  243.     Font.Color = clBlack
  244.     Font.Height = -11
  245.     Font.Name = 'MS Sans Serif'
  246.     Font.Style = []
  247.     ParentFont = False
  248.     ParentShowHint = False
  249.     ShowHint = True
  250.     TabOrder = 8
  251.     OnClick = btnCompileWebPageClick
  252.   end
  253.   object btnQuit: TButton
  254.     Left = 486
  255.     Top = 360
  256.     Width = 105
  257.     Height = 33
  258.     Hint = 'Exit the program|Exit the JQuiz Generator program'
  259.     HelpContext = 110
  260.     Caption = '&Quit'
  261.     Font.Color = clBlack
  262.     Font.Height = -11
  263.     Font.Name = 'MS Sans Serif'
  264.     Font.Style = []
  265.     ParentFont = False
  266.     ParentShowHint = False
  267.     ShowHint = True
  268.     TabOrder = 10
  269.     OnClick = btnQuitClick
  270.   end
  271.   object pnlTitle: TPanel
  272.     Left = 8
  273.     Top = 8
  274.     Width = 97
  275.     Height = 41
  276.     BevelInner = bvRaised
  277.     BevelOuter = bvLowered
  278.     Caption = 'Title'
  279.     Font.Color = clMaroon
  280.     Font.Height = -21
  281.     Font.Name = 'Arial'
  282.     Font.Style = []
  283.     ParentFont = False
  284.     TabOrder = 14
  285.   end
  286.   object mmoTitle: TMemo
  287.     Left = 112
  288.     Top = 8
  289.     Width = 473
  290.     Height = 33
  291.     HelpContext = 40
  292.     Alignment = taCenter
  293.     Font.Color = clMaroon
  294.     Font.Height = -19
  295.     Font.Name = 'Arial'
  296.     Font.Style = []
  297.     MaxLength = 60
  298.     ParentFont = False
  299.     PopupMenu = PopupMenu1
  300.     TabOrder = 1
  301.     WantReturns = False
  302.     WordWrap = False
  303.   end
  304.   object btnNew: TButton
  305.     Left = 367
  306.     Top = 360
  307.     Width = 105
  308.     Height = 33
  309.     Hint = 
  310.       'Start a new blank quiz|Clear the program and start a new blank q' +
  311.       'uiz'
  312.     HelpContext = 110
  313.     Caption = '&New'
  314.     Font.Color = clBlack
  315.     Font.Height = -11
  316.     Font.Name = 'MS Sans Serif'
  317.     Font.Style = []
  318.     ParentFont = False
  319.     ParentShowHint = False
  320.     ShowHint = True
  321.     TabOrder = 9
  322.     OnClick = btnNewClick
  323.   end
  324.   object StatusBar1: TStatusBar
  325.     Left = 0
  326.     Top = 402
  327.     Width = 600
  328.     Height = 19
  329.     HelpContext = 56
  330.     Panels = <
  331.       item
  332.         Width = 400
  333.       end
  334.       item
  335.         Text = 'IE Safe: On'
  336.         Width = 150
  337.       end
  338.       item
  339.         Width = 50
  340.       end>
  341.     SimplePanel = False
  342.   end
  343.   object OpenDialog1: TOpenDialog
  344.     HelpContext = 54
  345.     FileEditStyle = fsEdit
  346.     Filter = 'Javaquiz files (*.jqz)|*.jqz'
  347.     Options = [ofShowHelp]
  348.     Left = 8
  349.     Top = 120
  350.   end
  351.   object SaveDialog1: TSaveDialog
  352.     HelpContext = 54
  353.     DefaultExt = 'jqz'
  354.     FileEditStyle = fsEdit
  355.     Filter = 'JavaQuiz files (*.jqz)|*.jqz'
  356.     Options = [ofOverwritePrompt, ofShowHelp, ofPathMustExist, ofNoReadOnlyReturn]
  357.     Left = 40
  358.     Top = 120
  359.   end
  360.   object MainMenu1: TMainMenu
  361.     Left = 72
  362.     Top = 120
  363.     object File1: TMenuItem
  364.       Caption = '&File'
  365.       HelpContext = 54
  366.       ShortCut = 0
  367.       object New1: TMenuItem
  368.         Caption = '&New'
  369.         HelpContext = 54
  370.         Hint = 'Clear the program and start a new blank quiz'
  371.         ShortCut = 0
  372.         OnClick = btnNewClick
  373.       end
  374.       object Open1: TMenuItem
  375.         Caption = '&Open...'
  376.         HelpContext = 54
  377.         Hint = 'Load a quiz previously saved to disk (in *.jqz format)'
  378.         ShortCut = 0
  379.         OnClick = btnLoadQuizClick
  380.       end
  381.       object Save1: TMenuItem
  382.         Caption = '&Save'
  383.         HelpContext = 54
  384.         Hint = 'Save this quiz to disk (in *.jqz format)'
  385.         ShortCut = 0
  386.         OnClick = btnSaveQuizClick
  387.       end
  388.       object SaveAs1: TMenuItem
  389.         Caption = 'Save &As...'
  390.         HelpContext = 54
  391.         Hint = 'Save this quiz to disk (in *.jqz format) with a new name'
  392.         ShortCut = 0
  393.         OnClick = SaveAs1Click
  394.       end
  395.       object N1: TMenuItem
  396.         Caption = '-'
  397.         ShortCut = 0
  398.       end
  399.       object MakeWebPage1: TMenuItem
  400.         Caption = '&Make Web page'
  401.         HelpContext = 54
  402.         Hint = 'Compile this quiz into HTML pages for posting to the Web'
  403.         ShortCut = 0
  404.         OnClick = btnCompileWebPageClick
  405.       end
  406.       object N2: TMenuItem
  407.         Caption = '-'
  408.         ShortCut = 0
  409.       end
  410.       object Exit1: TMenuItem
  411.         Caption = 'E&xit'
  412.         HelpContext = 54
  413.         Hint = 'Exit the program'
  414.         ShortCut = 0
  415.         OnClick = btnQuitClick
  416.       end
  417.     end
  418.     object Edit1: TMenuItem
  419.       Caption = '&Edit'
  420.       HelpContext = 55
  421.       ShortCut = 0
  422.       object Cut1: TMenuItem
  423.         Caption = 'Cu&t'
  424.         HelpContext = 55
  425.         Hint = 'Cut the selected text to the clipboard'
  426.         ShortCut = 16472
  427.         OnClick = Cut1Click
  428.       end
  429.       object Copy1: TMenuItem
  430.         Caption = '&Copy'
  431.         HelpContext = 55
  432.         Hint = 'Copy the selected text to the clipboard'
  433.         ShortCut = 16451
  434.         OnClick = Copy1Click
  435.       end
  436.       object Paste1: TMenuItem
  437.         Caption = '&Paste'
  438.         HelpContext = 55
  439.         Hint = 'Paste text from clipboard'
  440.         ShortCut = 16470
  441.         OnClick = Paste1Click
  442.       end
  443.       object SelectAll1: TMenuItem
  444.         Caption = 'Se&lect All'
  445.         HelpContext = 55
  446.         Hint = 'Select all the text in the current box'
  447.         ShortCut = 0
  448.         OnClick = SelectAll1Click
  449.       end
  450.     end
  451.     object Options1: TMenuItem
  452.       Caption = 'Options'
  453.       HelpContext = 56
  454.       ShortCut = 0
  455.       object InternetExplorerSafe1: TMenuItem
  456.         Caption = 'Internet Explorer Safe'
  457.         Checked = True
  458.         HelpContext = 60
  459.         Hint = 'Make this quiz safe for use in Internet Explorer'
  460.         ShortCut = 0
  461.         OnClick = InternetExplorerSafe1Click
  462.       end
  463.     end
  464.     object Help1: TMenuItem
  465.       Caption = '&Help'
  466.       HelpContext = 57
  467.       ShortCut = 0
  468.       object Contents1: TMenuItem
  469.         Caption = '&Contents'
  470.         HelpContext = 10
  471.         Hint = 'Show the contents page of the help file'
  472.         ShortCut = 0
  473.         OnClick = Contents1Click
  474.       end
  475.       object About1: TMenuItem
  476.         Caption = '&About...'
  477.         HelpContext = 57
  478.         Hint = 'Information about this program'
  479.         ShortCut = 0
  480.         OnClick = About1Click
  481.       end
  482.     end
  483.   end
  484.   object PopupMenu1: TPopupMenu
  485.     HelpContext = 55
  486.     Left = 8
  487.     Top = 192
  488.     object Cut2: TMenuItem
  489.       Caption = 'Cu&t'
  490.       HelpContext = 55
  491.       ShortCut = 16472
  492.       OnClick = Cut1Click
  493.     end
  494.     object Copy2: TMenuItem
  495.       Caption = '&Copy'
  496.       HelpContext = 55
  497.       ShortCut = 16451
  498.       OnClick = Copy1Click
  499.     end
  500.     object Paste2: TMenuItem
  501.       Caption = '&Paste'
  502.       HelpContext = 55
  503.       ShortCut = 16470
  504.       OnClick = Paste1Click
  505.     end
  506.     object SelectAll2: TMenuItem
  507.       Caption = 'Se&lect All'
  508.       HelpContext = 55
  509.       ShortCut = 0
  510.       OnClick = SelectAll1Click
  511.     end
  512.   end
  513.   object SaveDialog2: TSaveDialog
  514.     HelpContext = 30
  515.     DefaultExt = 'htm'
  516.     FileEditStyle = fsEdit
  517.     Filter = 'HTML files (*.htm)|*.htm'
  518.     Options = [ofOverwritePrompt, ofShowHelp, ofPathMustExist, ofNoReadOnlyReturn]
  519.     Left = 40
  520.     Top = 192
  521.   end
  522. end
  523.