home *** CD-ROM | disk | FTP | other *** search
/ Fun CD 26 / OTACD26.ISO / archive / etc / jessie01 / jessie01.lzh / JESSICA.EXE / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt < prev   
Text File  |  1999-12-22  |  8KB  |  336 lines

  1. object frmMain: TfrmMain
  2.   Left = 86
  3.   Top = 274
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Jessica Plus'
  7.   ClientHeight = 352
  8.   ClientWidth = 571
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Menu = mnuMain
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   PixelsPerInch = 96
  23.   TextHeight = 12
  24.   object imgMain: TImage
  25.     Left = 0
  26.     Top = 0
  27.     Width = 185
  28.     Height = 89
  29.     PopupMenu = PopupMenu
  30.     OnMouseDown = imgMainMouseDown
  31.   end
  32.   object imgBack: TImage
  33.     Left = 112
  34.     Top = 144
  35.     Width = 177
  36.     Height = 81
  37.     Picture.Data = {<image001.bmp>}
  38.     Visible = False
  39.   end
  40.   object Label1: TLabel
  41.     Left = 0
  42.     Top = 232
  43.     Width = 76
  44.     Height = 12
  45.     Caption = 'Debug Window.'
  46.     Color = clAqua
  47.     ParentColor = False
  48.     Visible = False
  49.   end
  50.   object Label2: TLabel
  51.     Left = 56
  52.     Top = 192
  53.     Width = 33
  54.     Height = 12
  55.     Caption = 'Label2'
  56.     Visible = False
  57.   end
  58.   object Label3: TLabel
  59.     Left = 56
  60.     Top = 176
  61.     Width = 33
  62.     Height = 12
  63.     Caption = 'Label3'
  64.     Color = clFuchsia
  65.     ParentColor = False
  66.     Visible = False
  67.   end
  68.   object Button2: TButton
  69.     Left = 192
  70.     Top = 104
  71.     Width = 57
  72.     Height = 25
  73.     Caption = 'Debug'
  74.     TabOrder = 0
  75.     Visible = False
  76.     OnClick = Button2Click
  77.   end
  78.   object StatusBar: TStatusBar
  79.     Left = 0
  80.     Top = 333
  81.     Width = 571
  82.     Height = 19
  83.     Panels = <>
  84.     SimplePanel = True
  85.     SizeGrip = False
  86.   end
  87.   object mnuMain: TMainMenu
  88.     Left = 248
  89.     Top = 8
  90.     object mnuGame: TMenuItem
  91.       Caption = '&Game'
  92.       object mnuGameStart: TMenuItem
  93.         Caption = '&Start'
  94.         OnClick = mnuGameStartClick
  95.       end
  96.       object mnuGameOpen: TMenuItem
  97.         Caption = '&Open...'
  98.         OnClick = mnuGameOpenClick
  99.       end
  100.       object N3: TMenuItem
  101.         Caption = '-'
  102.       end
  103.       object mnuGameOption: TMenuItem
  104.         Caption = 'Sou&nd'
  105.         object mnuGameOptionMidi: TMenuItem
  106.           Caption = '&Midi'
  107.           Visible = False
  108.         end
  109.         object mnuGameOptionSounds: TMenuItem
  110.           Caption = '&Sounds'
  111.           Checked = True
  112.           OnClick = mnuGameOptionSoundsClick
  113.         end
  114.         object mnuGameOptionVoices: TMenuItem
  115.           Caption = '&Voices'
  116.           Checked = True
  117.           OnClick = mnuGameOptionVoicesClick
  118.         end
  119.       end
  120.       object mnuGameAssistance: TMenuItem
  121.         Caption = '&Assistance'
  122.         object mnuAssistanceNot: TMenuItem
  123.           Caption = 'Not Use'
  124.           Checked = True
  125.           GroupIndex = 1
  126.           RadioItem = True
  127.           OnClick = mnuAssistanceSelect
  128.         end
  129.         object mnuAssistanceCorrect: TMenuItem
  130.           Tag = 1
  131.           Caption = '&Correct'
  132.           GroupIndex = 1
  133.           RadioItem = True
  134.           OnClick = mnuAssistanceSelect
  135.         end
  136.         object mnuAssistanceIncorrect: TMenuItem
  137.           Tag = 2
  138.           Caption = '&Incorrect'
  139.           GroupIndex = 1
  140.           RadioItem = True
  141.           OnClick = mnuAssistanceSelect
  142.         end
  143.       end
  144.       object mnuExample: TMenuItem
  145.         Caption = '&Example'
  146.         OnClick = mnuExampleClick
  147.       end
  148.       object mnuGameDifficulty: TMenuItem
  149.         Caption = '&Difficulty'
  150.         object mnuGameD3: TMenuItem
  151.           Tag = 3
  152.           Caption = ' &3 x 3'
  153.           Checked = True
  154.           GroupIndex = 2
  155.           RadioItem = True
  156.           OnClick = mnuDifficultySelectClick
  157.         end
  158.         object mnuGameD4: TMenuItem
  159.           Tag = 4
  160.           Caption = ' &4 x 4'
  161.           GroupIndex = 2
  162.           RadioItem = True
  163.           OnClick = mnuDifficultySelectClick
  164.         end
  165.         object mnuGameD5: TMenuItem
  166.           Tag = 5
  167.           Caption = ' &5 x 5'
  168.           GroupIndex = 2
  169.           RadioItem = True
  170.           OnClick = mnuDifficultySelectClick
  171.         end
  172.         object mnuGameD6: TMenuItem
  173.           Tag = 6
  174.           Caption = ' &6 x 6'
  175.           GroupIndex = 2
  176.           RadioItem = True
  177.           OnClick = mnuDifficultySelectClick
  178.         end
  179.         object mnuGameD7: TMenuItem
  180.           Tag = 7
  181.           Caption = ' &7 x 7'
  182.           GroupIndex = 2
  183.           RadioItem = True
  184.           OnClick = mnuDifficultySelectClick
  185.         end
  186.         object mnuGameD8: TMenuItem
  187.           Tag = 8
  188.           Caption = ' &8 x 8'
  189.           GroupIndex = 2
  190.           RadioItem = True
  191.           OnClick = mnuDifficultySelectClick
  192.         end
  193.         object mnuGameD9: TMenuItem
  194.           Tag = 9
  195.           Caption = ' &9 x 9'
  196.           GroupIndex = 2
  197.           RadioItem = True
  198.           OnClick = mnuDifficultySelectClick
  199.         end
  200.         object mnuGameD10: TMenuItem
  201.           Tag = 10
  202.           Caption = '1&0 x 10'
  203.           GroupIndex = 2
  204.           RadioItem = True
  205.           OnClick = mnuDifficultySelectClick
  206.         end
  207.         object mnuGameD15: TMenuItem
  208.           Tag = 15
  209.           Caption = '15 &x 15'
  210.           GroupIndex = 2
  211.           RadioItem = True
  212.           OnClick = mnuDifficultySelectClick
  213.         end
  214.         object mnuGameD20: TMenuItem
  215.           Tag = 20
  216.           Caption = '&20 x 20'
  217.           GroupIndex = 2
  218.           RadioItem = True
  219.           OnClick = mnuDifficultySelectClick
  220.         end
  221.       end
  222.       object N4: TMenuItem
  223.         Caption = '-'
  224.       end
  225.       object mnuGameLoadState: TMenuItem
  226.         Caption = '&Load State...'
  227.         Enabled = False
  228.         Visible = False
  229.       end
  230.       object mnuGameSaveState: TMenuItem
  231.         Caption = 'Sa&ve State...'
  232.         Enabled = False
  233.         Visible = False
  234.       end
  235.       object N5: TMenuItem
  236.         Caption = '-'
  237.         Visible = False
  238.       end
  239.       object mnuGameExit: TMenuItem
  240.         Caption = 'E&xit'
  241.         OnClick = mnuGameExitClick
  242.       end
  243.     end
  244.     object mnuAlbum: TMenuItem
  245.       Caption = '&Album'
  246.       Enabled = False
  247.       Visible = False
  248.       object mnuAlbumAdd: TMenuItem
  249.         Caption = 'Add Album'
  250.       end
  251.       object mnuAlbumEdit: TMenuItem
  252.         Caption = '&Edit Album...'
  253.       end
  254.       object N2: TMenuItem
  255.         Caption = '-'
  256.       end
  257.       object mnuAlbumItems: TMenuItem
  258.         Caption = 'Items1'
  259.       end
  260.     end
  261.     object mnuHelp: TMenuItem
  262.       Caption = '&Help'
  263.       object mnuHelpIndex: TMenuItem
  264.         Caption = '&ReadMe'
  265.         ShortCut = 112
  266.         OnClick = mnuHelpIndexClick
  267.       end
  268.       object N6: TMenuItem
  269.         Caption = '-'
  270.       end
  271.       object menuHelpLanguage: TMenuItem
  272.         Caption = '&Language'
  273.         Visible = False
  274.         object menuHelpLanguageEnglish: TMenuItem
  275.           Caption = '&English'
  276.           Checked = True
  277.           GroupIndex = 5
  278.           RadioItem = True
  279.           OnClick = menuHelpLanguageEnglishClick
  280.         end
  281.         object menuHelpLanguageJapanese: TMenuItem
  282.           Caption = '&Japanese'
  283.           GroupIndex = 5
  284.           RadioItem = True
  285.           OnClick = menuHelpLanguageJapaneseClick
  286.         end
  287.       end
  288.       object N1: TMenuItem
  289.         Caption = '-'
  290.         Visible = False
  291.       end
  292.       object mnuVersion: TMenuItem
  293.         Caption = '&About Jessica...'
  294.         OnClick = mnuVersionClick
  295.       end
  296.     end
  297.   end
  298.   object SaveDialog: TSaveDialog
  299.     Left = 248
  300.     Top = 56
  301.   end
  302.   object OpenDialog1: TOpenDialog
  303.     Filter = 
  304.       'Supported Image|*.jpg; *.jpeg; *.jpe; *.bmp|JPEG Image( *.jpg; *' +
  305.       '.jpeg; *jpe)|*.jpg;*.jpeg;*.jpe|Bitmap Image( *.bmp)|*.bmp'
  306.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  307.     Left = 312
  308.     Top = 56
  309.   end
  310.   object PopupMenu: TPopupMenu
  311.     Left = 312
  312.     Top = 8
  313.     object popNotUse: TMenuItem
  314.       Caption = '&Not Use'
  315.       Checked = True
  316.       GroupIndex = 9
  317.       RadioItem = True
  318.       OnClick = mnuAssistanceSelect
  319.     end
  320.     object popCorrect: TMenuItem
  321.       Tag = 1
  322.       Caption = 'Correct'
  323.       GroupIndex = 9
  324.       RadioItem = True
  325.       OnClick = mnuAssistanceSelect
  326.     end
  327.     object popIncorrect: TMenuItem
  328.       Tag = 2
  329.       Caption = '&Incorrect'
  330.       GroupIndex = 9
  331.       RadioItem = True
  332.       OnClick = mnuAssistanceSelect
  333.     end
  334.   end
  335. end
  336.