home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 November / PCWorld_2001-11_cd.bin / Software / Vyzkuste / resourcehack / ResHacker.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  2001-08-07  |  12KB  |  505 lines

  1. object MainForm: TMainForm
  2.   Left = 259
  3.   Top = 190
  4.   Width = 681
  5.   Height = 367
  6.   Caption = 'MainForm'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -12
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 15
  18.   object Splitter1: TSplitter
  19.     Left = 200
  20.     Top = 0
  21.     Width = 3
  22.     Height = 302
  23.     Cursor = crHSplit
  24.   end
  25.   object TreeView1: TTreeView
  26.     Left = 0
  27.     Top = 0
  28.     Width = 200
  29.     Height = 302
  30.     ReadOnly = True
  31.     HideSelection = False
  32.     Indent = 19
  33.     OnExpanded = TreeView1Expanded
  34.     OnCollapsed = TreeView1Collapsed
  35.     OnChanging = TreeView1Changing
  36.     OnChange = TreeView1Change
  37.     Align = alLeft
  38.     TabOrder = 0
  39.     ParentShowHint = False
  40.     ShowHint = False
  41.     Images = ImageList1
  42.   end
  43.   object Panel2: TPanel
  44.     Left = 203
  45.     Top = 0
  46.     Width = 470
  47.     Height = 302
  48.     Align = alClient
  49.     BevelOuter = bvNone
  50.     ParentShowHint = False
  51.     ShowHint = True
  52.     TabOrder = 1
  53.     object Image1: TImage
  54.       Left = 78
  55.       Top = 92
  56.       Width = 105
  57.       Height = 105
  58.       PopupMenu = PopupMenu1
  59.     end
  60.     object bbPlay: TButton
  61.       Left = 12
  62.       Top = 7
  63.       Width = 75
  64.       Height = 27
  65.       Caption = '&Play'
  66.       TabOrder = 5
  67.       Visible = False
  68.       OnClick = bbPlayClick
  69.     end
  70.     object bbStop: TButton
  71.       Left = 91
  72.       Top = 7
  73.       Width = 75
  74.       Height = 27
  75.       Caption = 'St&op'
  76.       TabOrder = 6
  77.       Visible = False
  78.       OnClick = bbStopClick
  79.     end
  80.     object Editor: TRichEdit
  81.       Left = 0
  82.       Top = 41
  83.       Width = 403
  84.       Height = 219
  85.       Align = alClient
  86.       Font.Charset = DEFAULT_CHARSET
  87.       Font.Color = clWindowText
  88.       Font.Height = -13
  89.       Font.Name = 'Courier New'
  90.       Font.Style = [fsBold]
  91.       HideSelection = False
  92.       ParentFont = False
  93.       PlainText = True
  94.       PopupMenu = PopupMenu1
  95.       ScrollBars = ssBoth
  96.       TabOrder = 1
  97.       Visible = False
  98.       WordWrap = False
  99.       OnChange = EditorChange
  100.       OnSelectionChange = EditorSelectionChange
  101.     end
  102.     object ScrollBox1: TScrollBox
  103.       Left = 403
  104.       Top = 41
  105.       Width = 67
  106.       Height = 219
  107.       HorzScrollBar.Visible = False
  108.       Align = alRight
  109.       Color = clWindow
  110.       ParentColor = False
  111.       TabOrder = 2
  112.       Visible = False
  113.     end
  114.     object Panel1: TPanel
  115.       Left = 0
  116.       Top = 0
  117.       Width = 470
  118.       Height = 41
  119.       Align = alTop
  120.       BevelOuter = bvLowered
  121.       TabOrder = 0
  122.       Visible = False
  123.       object Label1: TLabel
  124.         Left = 220
  125.         Top = 13
  126.         Width = 130
  127.         Height = 15
  128.         Caption = 'Control position: 0,0,0,0'
  129.         Visible = False
  130.       end
  131.       object Button1: TButton
  132.         Left = 12
  133.         Top = 8
  134.         Width = 102
  135.         Height = 26
  136.         Caption = '&Compile Script'
  137.         Enabled = False
  138.         TabOrder = 0
  139.         OnClick = Button1Click
  140.       end
  141.       object Button2: TButton
  142.         Left = 123
  143.         Top = 8
  144.         Width = 83
  145.         Height = 26
  146.         Caption = 'Hide &Dialog'
  147.         TabOrder = 1
  148.         Visible = False
  149.         OnClick = Button2Click
  150.       end
  151.     end
  152.     object Memo2: TMemo
  153.       Left = 0
  154.       Top = 260
  155.       Width = 470
  156.       Height = 42
  157.       Align = alBottom
  158.       Font.Charset = DEFAULT_CHARSET
  159.       Font.Color = clMaroon
  160.       Font.Height = -12
  161.       Font.Name = 'Arial'
  162.       Font.Style = []
  163.       ParentFont = False
  164.       ReadOnly = True
  165.       ScrollBars = ssVertical
  166.       TabOrder = 3
  167.       Visible = False
  168.       WordWrap = False
  169.     end
  170.     object MediaPlayer1: TMediaPlayer
  171.       Left = 138
  172.       Top = 231
  173.       Width = 253
  174.       Height = 30
  175.       Visible = False
  176.       TabOrder = 4
  177.       OnNotify = MediaPlayer1Notify
  178.     end
  179.   end
  180.   object StatusBar1: TStatusBar
  181.     Left = 0
  182.     Top = 302
  183.     Width = 673
  184.     Height = 19
  185.     Panels = <
  186.       item
  187.         Width = 100
  188.       end
  189.       item
  190.         Width = 110
  191.       end
  192.       item
  193.         Alignment = taRightJustify
  194.         Width = 75
  195.       end
  196.       item
  197.         Width = 50
  198.       end>
  199.     SimplePanel = False
  200.   end
  201.   object OpenDialog1: TOpenDialog
  202.     Title = 'Open file containing resource ...'
  203.     Left = 146
  204.     Top = 201
  205.   end
  206.   object ImageList1: TImageList
  207.     Left = 147
  208.     Top = 237
  209.   end
  210.   object MainMenu1: TMainMenu
  211.     Left = 148
  212.     Top = 272
  213.     object File1: TMenuItem
  214.       Caption = '&File'
  215.       object Open1: TMenuItem
  216.         Caption = '&Open ...'
  217.         ShortCut = 16463
  218.         OnClick = Open1Click
  219.       end
  220.       object N9: TMenuItem
  221.         Caption = '-'
  222.       end
  223.       object Save1: TMenuItem
  224.         Caption = '&Save'
  225.         Enabled = False
  226.         ShortCut = 16467
  227.         OnClick = Save1Click
  228.       end
  229.       object SaveAs1: TMenuItem
  230.         Caption = 'Save &As ...'
  231.         Enabled = False
  232.         OnClick = SaveAs1Click
  233.       end
  234.       object N1: TMenuItem
  235.         Caption = '-'
  236.       end
  237.       object Exit1: TMenuItem
  238.         Caption = 'E&xit'
  239.         OnClick = Exit1Click
  240.       end
  241.       object N10: TMenuItem
  242.         Caption = '-'
  243.         Visible = False
  244.       end
  245.       object MRU1: TMenuItem
  246.         Caption = 'MRU1'
  247.         Visible = False
  248.         OnClick = MRU4Click
  249.       end
  250.       object MRU2: TMenuItem
  251.         Caption = 'MRU2'
  252.         Visible = False
  253.         OnClick = MRU4Click
  254.       end
  255.       object MRU3: TMenuItem
  256.         Caption = 'MRU3'
  257.         Visible = False
  258.         OnClick = MRU4Click
  259.       end
  260.       object MRU4: TMenuItem
  261.         Caption = 'MRU4'
  262.         Visible = False
  263.         OnClick = MRU4Click
  264.       end
  265.     end
  266.     object Edit1: TMenuItem
  267.       Caption = '&Edit'
  268.       OnClick = Edit1Click
  269.       object SelectAll2: TMenuItem
  270.         Caption = 'Select &All'
  271.         OnClick = SelectAll1Click
  272.       end
  273.       object N13: TMenuItem
  274.         Caption = '-'
  275.       end
  276.       object Cut2: TMenuItem
  277.         Caption = 'Cu&t'
  278.         ShortCut = 16472
  279.         OnClick = Cut1Click
  280.       end
  281.       object Copy2: TMenuItem
  282.         Caption = '&Copy'
  283.         ShortCut = 16451
  284.         OnClick = Copy1Click
  285.       end
  286.       object Paste2: TMenuItem
  287.         Caption = '&Paste'
  288.         ShortCut = 16470
  289.         OnClick = Paste1Click
  290.       end
  291.       object N11: TMenuItem
  292.         Caption = '-'
  293.       end
  294.       object Undo2: TMenuItem
  295.         Caption = '&Undo'
  296.         ShortCut = 16474
  297.         OnClick = Undo1Click
  298.       end
  299.     end
  300.     object View1: TMenuItem
  301.       Caption = '&View'
  302.       object ExpandTree1: TMenuItem
  303.         Caption = '&Expand Tree'
  304.         Enabled = False
  305.         OnClick = ExpandTree1Click
  306.       end
  307.       object CollapseTree1: TMenuItem
  308.         Caption = '&Collapse Tree'
  309.         Enabled = False
  310.         OnClick = CollapseTree1Click
  311.       end
  312.       object N6: TMenuItem
  313.         Caption = '-'
  314.       end
  315.       object FindText1: TMenuItem
  316.         Caption = 'Find &Text ...'
  317.         Enabled = False
  318.         ShortCut = 16454
  319.         OnClick = FindText1Click
  320.       end
  321.       object FindNext1: TMenuItem
  322.         Caption = 'Find &Next'
  323.         Enabled = False
  324.         ShortCut = 114
  325.         OnClick = FindNext1Click
  326.       end
  327.       object N2: TMenuItem
  328.         Caption = '-'
  329.       end
  330.       object EditorFont1: TMenuItem
  331.         Caption = 'Editor &Font ...'
  332.         OnClick = EditorFont1Click
  333.       end
  334.     end
  335.     object Special1: TMenuItem
  336.       Caption = '&Action'
  337.       object SaveBinaryResource1: TMenuItem
  338.         Caption = 'Save Resource as a bi&nary file ...'
  339.         Enabled = False
  340.         OnClick = SaveBinaryResource1Click
  341.       end
  342.       object SaveCompiledResource1: TMenuItem
  343.         Caption = 'Save Resource as a *.r&es file ...'
  344.         Enabled = False
  345.         OnClick = SaveCompiledResource1Click
  346.       end
  347.       object SaveResource1: TMenuItem
  348.         Caption = '&Save decompiled Resource as ...'
  349.         Enabled = False
  350.         OnClick = SaveResource1Click
  351.       end
  352.       object N7: TMenuItem
  353.         Caption = '-'
  354.       end
  355.       object SaveAllResources1: TMenuItem
  356.         Caption = 'Save &all Resources ...'
  357.         Enabled = False
  358.         OnClick = SaveAllResources1Click
  359.       end
  360.       object SaveTyperesources1: TMenuItem
  361.         Caption = 'Save [ Type ] resources ...'
  362.         Visible = False
  363.         OnClick = SaveTyperesources1Click
  364.       end
  365.       object N4: TMenuItem
  366.         Caption = '-'
  367.       end
  368.       object ExchangeIcon1: TMenuItem
  369.         Caption = 'Replace &Icon ...'
  370.         Enabled = False
  371.         OnClick = ExchangeIcon1Click
  372.       end
  373.       object ExchangeCursor1: TMenuItem
  374.         Caption = 'Replace &Cursor ...'
  375.         Enabled = False
  376.         OnClick = ExchangeIcon1Click
  377.       end
  378.       object ExchangeBitmap1: TMenuItem
  379.         Caption = 'Replace &Bitmap ...'
  380.         Enabled = False
  381.         OnClick = ExchangeBitmap1Click
  382.       end
  383.       object ExchangeResource1: TMenuItem
  384.         Caption = 'Replace other &Resource ...'
  385.         Enabled = False
  386.         OnClick = ExchangeResource1Click
  387.       end
  388.       object N5: TMenuItem
  389.         Caption = '-'
  390.       end
  391.       object UpdateResources1: TMenuItem
  392.         Caption = '&Update all Resources ...'
  393.         Enabled = False
  394.         OnClick = UpdateResources1Click
  395.       end
  396.       object AddnewResourcefromresfile1: TMenuItem
  397.         Caption = 'Add a ne&w Resource ...'
  398.         Enabled = False
  399.         OnClick = AddnewResourcefromresfile1Click
  400.       end
  401.       object DeleteResource1: TMenuItem
  402.         Caption = '&Delete Resource'
  403.         Visible = False
  404.         OnClick = DeleteResource1Click
  405.       end
  406.     end
  407.     object Help1: TMenuItem
  408.       Caption = '&Help'
  409.       object Contents1: TMenuItem
  410.         Caption = '&Contents'
  411.         ShortCut = 112
  412.         OnClick = Contents1Click
  413.       end
  414.       object Search1: TMenuItem
  415.         Caption = '&Search'
  416.         OnClick = Search1Click
  417.       end
  418.       object N3: TMenuItem
  419.         Caption = '-'
  420.       end
  421.       object About1: TMenuItem
  422.         Caption = '&About'
  423.         OnClick = About1Click
  424.       end
  425.     end
  426.   end
  427.   object SaveDialog1: TSaveDialog
  428.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
  429.     Title = 'Save resource to file...'
  430.     Left = 148
  431.     Top = 167
  432.   end
  433.   object FontDialog1: TFontDialog
  434.     Font.Charset = DEFAULT_CHARSET
  435.     Font.Color = clWindowText
  436.     Font.Height = -11
  437.     Font.Name = 'MS Sans Serif'
  438.     Font.Style = []
  439.     MinFontSize = 0
  440.     MaxFontSize = 0
  441.     Options = []
  442.     Left = 150
  443.     Top = 98
  444.   end
  445.   object PopupMenu1: TPopupMenu
  446.     OnPopup = PopupMenu1Popup
  447.     Left = 150
  448.     Top = 65
  449.     object SelectAll1: TMenuItem
  450.       Caption = 'Select &All'
  451.       OnClick = SelectAll1Click
  452.     end
  453.     object N12: TMenuItem
  454.       Caption = '-'
  455.     end
  456.     object Cut1: TMenuItem
  457.       Caption = 'Cu&t'
  458.       Enabled = False
  459.       OnClick = Cut1Click
  460.     end
  461.     object Copy1: TMenuItem
  462.       Caption = '&Copy'
  463.       OnClick = Copy1Click
  464.     end
  465.     object Paste1: TMenuItem
  466.       Caption = '&Paste'
  467.       OnClick = Paste1Click
  468.     end
  469.     object N8: TMenuItem
  470.       Caption = '-'
  471.     end
  472.     object Undo1: TMenuItem
  473.       Caption = '&Undo'
  474.       OnClick = Undo1Click
  475.     end
  476.   end
  477.   object PopupMenu2: TPopupMenu
  478.     Left = 151
  479.     Top = 28
  480.     object Saveallresources2: TMenuItem
  481.       Caption = 'Save &all resources...'
  482.       OnClick = SaveAllResources1Click
  483.     end
  484.     object SaveTyperesources2: TMenuItem
  485.       Caption = 'Save [ Type ] resources...'
  486.       OnClick = SaveTyperesources1Click
  487.     end
  488.     object Saveresource2: TMenuItem
  489.       Caption = 'Save resource...'
  490.       OnClick = SaveResource1Click
  491.     end
  492.     object DeleteResource2: TMenuItem
  493.       Caption = 'Delete Resource'
  494.       OnClick = DeleteResource1Click
  495.     end
  496.   end
  497.   object FindDialog1: TFindDialog
  498.     OnShow = FindDialog1Show
  499.     Options = [frDown, frHideWholeWord, frHideUpDown]
  500.     OnFind = FindDialog1Find
  501.     Left = 68
  502.     Top = 58
  503.   end
  504. end
  505.