home *** CD-ROM | disk | FTP | other *** search
/ Additional Levels for Warcraft 2 / WARII_LAOII.iso / tools / wardraft / wardraft.exe / 0 / RCDATA / TED278FORM / TED278FORM.txt
Text File  |  1997-01-17  |  20KB  |  740 lines

  1. object Ed278Form: TEd278Form
  2.   Left = 341
  3.   Top = 125
  4.   Width = 474
  5.   Height = 532
  6.   HelpContext = 70
  7.   Caption = 'Entry 278 Editor'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnClose = FormClose
  13.   OnCloseQuery = FormCloseQuery
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 432
  22.     Width = 466
  23.     Height = 49
  24.     Align = alBottom
  25.     TabOrder = 0
  26.     object LbStatus278: TLabel
  27.       Left = 8
  28.       Top = 13
  29.       Width = 145
  30.       Height = 16
  31.       Caption = 'Entry #278 is not loaded.'
  32.       Font.Color = clWindowText
  33.       Font.Height = -13
  34.       Font.Name = 'MS Sans Serif'
  35.       Font.Style = []
  36.       ParentFont = False
  37.     end
  38.     object Panel2: TPanel
  39.       Left = 248
  40.       Top = 1
  41.       Width = 217
  42.       Height = 47
  43.       Align = alRight
  44.       BevelOuter = bvNone
  45.       TabOrder = 0
  46.       object BtLoad278: TButton
  47.         Left = 8
  48.         Top = 2
  49.         Width = 57
  50.         Height = 21
  51.         Caption = '&Load...'
  52.         TabOrder = 0
  53.         OnClick = BtLoad278Click
  54.       end
  55.       object BtSave: TButton
  56.         Left = 8
  57.         Top = 24
  58.         Width = 57
  59.         Height = 21
  60.         Caption = '&Save...'
  61.         Enabled = False
  62.         TabOrder = 1
  63.         OnClick = BtSaveClick
  64.       end
  65.       object BtExit: TButton
  66.         Left = 156
  67.         Top = 24
  68.         Width = 57
  69.         Height = 21
  70.         Cancel = True
  71.         Caption = '&Exit'
  72.         TabOrder = 2
  73.         OnClick = BtExitClick
  74.       end
  75.       object BtDirectSave: TButton
  76.         Left = 66
  77.         Top = 24
  78.         Width = 89
  79.         Height = 21
  80.         Caption = 'Direct Sa&ve...'
  81.         Enabled = False
  82.         TabOrder = 3
  83.         OnClick = BtDirectSaveClick
  84.       end
  85.       object BtDirectLoad: TButton
  86.         Left = 66
  87.         Top = 2
  88.         Width = 89
  89.         Height = 21
  90.         Caption = 'Direct L&oad...'
  91.         TabOrder = 4
  92.         OnClick = BtDirectLoadClick
  93.       end
  94.       object BtHelp: TButton
  95.         Left = 156
  96.         Top = 2
  97.         Width = 57
  98.         Height = 21
  99.         Cancel = True
  100.         Caption = '&Help'
  101.         TabOrder = 5
  102.         OnClick = BtHelpClick
  103.       end
  104.     end
  105.   end
  106.   object StatusBar: TStatusBar
  107.     Left = 0
  108.     Top = 481
  109.     Width = 466
  110.     Height = 19
  111.     Panels = <
  112.       item
  113.         Width = 50
  114.       end
  115.       item
  116.         Width = 150
  117.       end>
  118.     SimplePanel = False
  119.     OnResize = StatusBarResize
  120.   end
  121.   object TabbedNotebook1: TTabbedNotebook
  122.     Left = 0
  123.     Top = 0
  124.     Width = 466
  125.     Height = 432
  126.     Align = alClient
  127.     TabFont.Color = clBtnText
  128.     TabFont.Height = -13
  129.     TabFont.Name = 'MS Sans Serif'
  130.     TabFont.Style = []
  131.     TabOrder = 2
  132.     object TTabPage
  133.       Left = 4
  134.       Top = 27
  135.       Caption = 'Speed Editor'
  136.       object EdSpeedPage: TPanel
  137.         Left = 0
  138.         Top = 0
  139.         Width = 458
  140.         Height = 401
  141.         Align = alClient
  142.         BevelOuter = bvNone
  143.         Caption = 'EdSpeedPage'
  144.         TabOrder = 0
  145.         object Bevel2: TBevel
  146.           Left = 0
  147.           Top = 81
  148.           Width = 458
  149.           Height = 7
  150.           Align = alTop
  151.           Shape = bsTopLine
  152.         end
  153.         object WaitSummary: TStatusBar
  154.           Left = 0
  155.           Top = 382
  156.           Width = 458
  157.           Height = 19
  158.           Panels = <>
  159.           SimplePanel = True
  160.           SizeGrip = False
  161.         end
  162.         object TrackPanel: TPanel
  163.           Left = 0
  164.           Top = 328
  165.           Width = 458
  166.           Height = 54
  167.           Align = alBottom
  168.           BevelOuter = bvNone
  169.           TabOrder = 1
  170.           OnResize = TrackPanelResize
  171.           object LbWait: TLabel
  172.             Left = 8
  173.             Top = 4
  174.             Width = 36
  175.             Height = 16
  176.             Caption = '&Ticks:'
  177.             Enabled = False
  178.             FocusControl = TrackWait
  179.           end
  180.           object LbWaitType: TLabel
  181.             Left = 8
  182.             Top = 28
  183.             Width = 35
  184.             Height = 16
  185.             Caption = 'Type:'
  186.             Enabled = False
  187.             FocusControl = TrackWait
  188.           end
  189.           object TrackWait: TTrackBar
  190.             Left = 72
  191.             Top = 0
  192.             Width = 377
  193.             Height = 29
  194.             Enabled = False
  195.             Max = 255
  196.             Orientation = trHorizontal
  197.             Frequency = 5
  198.             Position = 1
  199.             SelEnd = 0
  200.             SelStart = 0
  201.             TabOrder = 0
  202.             TickMarks = tmBottomRight
  203.             TickStyle = tsAuto
  204.             OnChange = TrackWaitChange
  205.             OnKeyPress = SrcKeyPress
  206.           end
  207.           object RbType1: TRadioButton
  208.             Tag = 1
  209.             Left = 80
  210.             Top = 28
  211.             Width = 33
  212.             Height = 17
  213.             Caption = '&1'
  214.             Checked = True
  215.             Enabled = False
  216.             TabOrder = 1
  217.             TabStop = True
  218.             OnClick = RbTypeClick
  219.             OnKeyPress = SrcKeyPress
  220.           end
  221.           object RbType2: TRadioButton
  222.             Tag = 2
  223.             Left = 112
  224.             Top = 28
  225.             Width = 33
  226.             Height = 17
  227.             Caption = '&2'
  228.             Enabled = False
  229.             TabOrder = 2
  230.             OnClick = RbTypeClick
  231.             OnKeyPress = SrcKeyPress
  232.           end
  233.           object RbType3: TRadioButton
  234.             Tag = 3
  235.             Left = 144
  236.             Top = 28
  237.             Width = 33
  238.             Height = 17
  239.             Caption = '&3'
  240.             Enabled = False
  241.             TabOrder = 3
  242.             OnClick = RbTypeClick
  243.             OnKeyPress = SrcKeyPress
  244.           end
  245.           object RbType4: TRadioButton
  246.             Tag = 4
  247.             Left = 176
  248.             Top = 28
  249.             Width = 33
  250.             Height = 17
  251.             Caption = '&4'
  252.             Enabled = False
  253.             TabOrder = 4
  254.             OnClick = RbTypeClick
  255.             OnKeyPress = SrcKeyPress
  256.           end
  257.         end
  258.         object SrcPanel: TPanel
  259.           Left = 0
  260.           Top = 176
  261.           Width = 458
  262.           Height = 152
  263.           Align = alClient
  264.           BevelOuter = bvNone
  265.           TabOrder = 2
  266.           object SrcTitlePanel: TPanel
  267.             Left = 0
  268.             Top = 0
  269.             Width = 458
  270.             Height = 16
  271.             Align = alTop
  272.             BevelOuter = bvNone
  273.             TabOrder = 0
  274.             object LbSrc: TLabel
  275.               Left = 0
  276.               Top = 0
  277.               Width = 88
  278.               Height = 16
  279.               Caption = 'Event &Handler:'
  280.               Enabled = False
  281.             end
  282.             object LbGlobalEvent: TLabel
  283.               Left = 120
  284.               Top = 0
  285.               Width = 97
  286.               Height = 16
  287.               Caption = ' Global Handler '
  288.               Color = clInfoBk
  289.               Font.Color = clRed
  290.               Font.Height = -13
  291.               Font.Name = 'MS Sans Serif'
  292.               Font.Style = []
  293.               ParentColor = False
  294.               ParentFont = False
  295.               Visible = False
  296.             end
  297.             object CbVerbose: TCheckBox
  298.               Left = 384
  299.               Top = 0
  300.               Width = 73
  301.               Height = 17
  302.               Caption = '&verbose'
  303.               Enabled = False
  304.               State = cbChecked
  305.               TabOrder = 0
  306.               OnClick = CbVerboseClick
  307.               OnKeyPress = SrcKeyPress
  308.             end
  309.             object CbOpcodes: TCheckBox
  310.               Left = 262
  311.               Top = -1
  312.               Width = 123
  313.               Height = 17
  314.               Caption = 'Show &Opcodes'
  315.               Enabled = False
  316.               TabOrder = 1
  317.               OnClick = CbVerboseClick
  318.               OnKeyPress = SrcKeyPress
  319.             end
  320.           end
  321.           object SrcList: TListBox
  322.             Left = 0
  323.             Top = 16
  324.             Width = 458
  325.             Height = 136
  326.             Align = alClient
  327.             Enabled = False
  328.             Font.Color = clBlack
  329.             Font.Height = -13
  330.             Font.Name = 'Courier'
  331.             Font.Style = []
  332.             ItemHeight = 16
  333.             ParentFont = False
  334.             Style = lbOwnerDrawFixed
  335.             TabOrder = 1
  336.             OnClick = SrcListClick
  337.             OnDrawItem = SrcListDrawItem
  338.             OnKeyDown = SrcListKeyDown
  339.             OnKeyPress = SrcKeyPress
  340.           end
  341.         end
  342.         object DragPanel: TPanel
  343.           Left = 0
  344.           Top = 173
  345.           Width = 458
  346.           Height = 3
  347.           Cursor = crVSplit
  348.           Align = alTop
  349.           BevelInner = bvRaised
  350.           BevelOuter = bvNone
  351.           TabOrder = 3
  352.           OnMouseDown = DragPanelMouseDown
  353.           OnMouseMove = DragPanelMouseMove
  354.           OnMouseUp = DragPanelMouseUp
  355.         end
  356.         object OthersPanel: TPanel
  357.           Left = 0
  358.           Top = 88
  359.           Width = 458
  360.           Height = 85
  361.           Align = alTop
  362.           BevelOuter = bvNone
  363.           TabOrder = 4
  364.           object LbOthers: TLabel
  365.             Left = 0
  366.             Top = 0
  367.             Width = 458
  368.             Height = 16
  369.             Align = alTop
  370.             Caption = 'Other units affected by selected program:'
  371.             Enabled = False
  372.           end
  373.           object Panel3: TPanel
  374.             Left = 0
  375.             Top = 82
  376.             Width = 458
  377.             Height = 3
  378.             Align = alBottom
  379.             BevelOuter = bvNone
  380.             TabOrder = 0
  381.           end
  382.           object OthersList: TListBox
  383.             Left = 0
  384.             Top = 16
  385.             Width = 458
  386.             Height = 66
  387.             Align = alClient
  388.             Color = clInfoBk
  389.             Enabled = False
  390.             Font.Color = clInfoText
  391.             Font.Height = -13
  392.             Font.Name = 'MS Sans Serif'
  393.             Font.Style = []
  394.             ItemHeight = 16
  395.             ParentFont = False
  396.             TabOrder = 1
  397.             OnClick = RejectClickOnList
  398.           end
  399.         end
  400.         object ComboPanel: TPanel
  401.           Left = 0
  402.           Top = 0
  403.           Width = 458
  404.           Height = 81
  405.           Align = alTop
  406.           BevelOuter = bvNone
  407.           TabOrder = 5
  408.           OnResize = ComboPanelResize
  409.           object LbProgram: TLabel
  410.             Left = 10
  411.             Top = 28
  412.             Width = 133
  413.             Height = 16
  414.             Alignment = taRightJustify
  415.             AutoSize = False
  416.             Caption = 'Select &program for unit'
  417.             Enabled = False
  418.             FocusControl = ProgramCombo
  419.           end
  420.           object LbEvent: TLabel
  421.             Left = 10
  422.             Top = 52
  423.             Width = 133
  424.             Height = 16
  425.             Alignment = taRightJustify
  426.             AutoSize = False
  427.             Caption = 'Select &event'
  428.             Enabled = False
  429.             FocusControl = EventCombo
  430.           end
  431.           object Label1: TLabel
  432.             Left = 10
  433.             Top = 4
  434.             Width = 133
  435.             Height = 16
  436.             Alignment = taRightJustify
  437.             AutoSize = False
  438.             Caption = 'Sort units'
  439.             Enabled = False
  440.           end
  441.           object ProgramCombo: TComboBox
  442.             Left = 152
  443.             Top = 24
  444.             Width = 297
  445.             Height = 24
  446.             Style = csDropDownList
  447.             Enabled = False
  448.             ItemHeight = 16
  449.             TabOrder = 0
  450.             OnChange = ProgramComboChange
  451.           end
  452.           object EventCombo: TComboBox
  453.             Left = 152
  454.             Top = 48
  455.             Width = 297
  456.             Height = 24
  457.             Style = csDropDownList
  458.             Enabled = False
  459.             ItemHeight = 16
  460.             TabOrder = 1
  461.             OnChange = EventComboChange
  462.           end
  463.           object RbSortByName: TRadioButton
  464.             Left = 152
  465.             Top = 4
  466.             Width = 81
  467.             Height = 17
  468.             Caption = 'by &name'
  469.             Enabled = False
  470.             TabOrder = 2
  471.             OnClick = RbSortByClick
  472.           end
  473.           object RbSortByNumber: TRadioButton
  474.             Left = 232
  475.             Top = 4
  476.             Width = 97
  477.             Height = 17
  478.             Caption = 'by n&umber'
  479.             Checked = True
  480.             Enabled = False
  481.             TabOrder = 3
  482.             TabStop = True
  483.             OnClick = RbSortByClick
  484.           end
  485.         end
  486.       end
  487.     end
  488.     object TTabPage
  489.       Left = 4
  490.       Top = 27
  491.       Caption = 'Grouping'
  492.       object Panel5: TPanel
  493.         Left = 0
  494.         Top = 257
  495.         Width = 458
  496.         Height = 64
  497.         Align = alTop
  498.         BevelOuter = bvNone
  499.         TabOrder = 0
  500.         object BtMoveSrcToDst: TButton
  501.           Left = 95
  502.           Top = 0
  503.           Width = 265
  504.           Height = 25
  505.           Caption = '&Move unit from source to destination group'
  506.           Enabled = False
  507.           TabOrder = 0
  508.           OnClick = BtMoveSrcToDstClick
  509.         end
  510.         object CbKeepSize: TCheckBox
  511.           Left = 96
  512.           Top = 32
  513.           Width = 289
  514.           Height = 17
  515.           Caption = 'Try to &keep the same filesize (for direct save)'
  516.           TabOrder = 1
  517.         end
  518.       end
  519.       object GroupingPanel: TPanel
  520.         Left = 0
  521.         Top = 0
  522.         Width = 458
  523.         Height = 257
  524.         Align = alTop
  525.         BevelOuter = bvNone
  526.         TabOrder = 1
  527.         object Label4: TLabel
  528.           Left = 18
  529.           Top = 4
  530.           Width = 133
  531.           Height = 16
  532.           Alignment = taRightJustify
  533.           AutoSize = False
  534.           Caption = 'Sort units'
  535.           Enabled = False
  536.         end
  537.         object Label2: TLabel
  538.           Left = 2
  539.           Top = 28
  540.           Width = 151
  541.           Height = 16
  542.           Alignment = taRightJustify
  543.           AutoSize = False
  544.           Caption = 'Select a unit of the &group'
  545.           Enabled = False
  546.           FocusControl = GroupCombo
  547.         end
  548.         object RbSortByName1: TRadioButton
  549.           Left = 160
  550.           Top = 4
  551.           Width = 81
  552.           Height = 17
  553.           Caption = 'by &name'
  554.           Enabled = False
  555.           TabOrder = 0
  556.           OnClick = RbSortBy1Click
  557.         end
  558.         object RbSortByNumber1: TRadioButton
  559.           Left = 240
  560.           Top = 4
  561.           Width = 97
  562.           Height = 17
  563.           Caption = 'by n&umber'
  564.           Checked = True
  565.           Enabled = False
  566.           TabOrder = 1
  567.           TabStop = True
  568.           OnClick = RbSortBy1Click
  569.         end
  570.         object GroupCombo: TComboBox
  571.           Left = 160
  572.           Top = 24
  573.           Width = 289
  574.           Height = 24
  575.           Style = csDropDownList
  576.           Enabled = False
  577.           ItemHeight = 16
  578.           TabOrder = 2
  579.           OnChange = GroupComboChange
  580.         end
  581.         object BtSetSrcGroup: TBitBtn
  582.           Left = 96
  583.           Top = 122
  584.           Width = 129
  585.           Height = 25
  586.           Caption = 'Set &source group'
  587.           Enabled = False
  588.           TabOrder = 3
  589.           OnClick = BtSetGroupClick
  590.           Glyph.Data = {
  591.             78010000424D7801000000000000760000002800000020000000100000000100
  592.             04000000000000000000120B0000120B00000000000000000000000000000000
  593.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  594.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  595.             33333333333333333333333333333333333333FF333333333333300333333333
  596.             33333773FF33333333333090033333333333373773FF33333333330990033333
  597.             3333337F3773FF33333333099990033333333373F33773FFF333333099999007
  598.             33333337F33337773333333099999903333333373F3333733333333309999033
  599.             333333337F3337F333333333099990733333333373F3F77F3333333330900907
  600.             3333333337F77F77F33333333003709073333333377377F77F33333337333709
  601.             073333333733377F77F33333333333709033333333333377F7F3333333333337
  602.             07333333333333377733333333333333333333333333333333330000}
  603.           Layout = blGlyphRight
  604.           NumGlyphs = 2
  605.         end
  606.         object BtSetDstGroup: TBitBtn
  607.           Left = 232
  608.           Top = 122
  609.           Width = 153
  610.           Height = 25
  611.           Caption = 'Set &destination group'
  612.           Enabled = False
  613.           TabOrder = 4
  614.           OnClick = BtSetGroupClick
  615.           Glyph.Data = {
  616.             78010000424D7801000000000000760000002800000020000000100000000100
  617.             04000000000000000000120B0000120B00000000000000000000000000000000
  618.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  619.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  620.             333333333333333333333333333333333333333333333333FFF3333333333333
  621.             00333333333333FF77F3333333333300903333333333FF773733333333330099
  622.             0333333333FF77337F3333333300999903333333FF7733337333333700999990
  623.             3333333777333337F3333333099999903333333373F333373333333330999903
  624.             33333333F7F3337F33333333709999033333333F773FF3733333333709009033
  625.             333333F7737737F3333333709073003333333F77377377F33333370907333733
  626.             33333773773337333333309073333333333337F7733333333333370733333333
  627.             33333777333333333333333333333333333333333333333333330000}
  628.           NumGlyphs = 2
  629.         end
  630.         object SrcGroupList: TListBox
  631.           Left = 8
  632.           Top = 152
  633.           Width = 217
  634.           Height = 97
  635.           Enabled = False
  636.           ItemHeight = 16
  637.           TabOrder = 5
  638.           OnClick = SrcGroupListClick
  639.         end
  640.         object BtClrDstGroup: TButton
  641.           Left = 392
  642.           Top = 122
  643.           Width = 57
  644.           Height = 25
  645.           Caption = '&Clear'
  646.           TabOrder = 6
  647.           OnClick = BtSetGroupClick
  648.         end
  649.         object GroupList: TListBox
  650.           Left = 8
  651.           Top = 48
  652.           Width = 441
  653.           Height = 68
  654.           Color = clInfoBk
  655.           Enabled = False
  656.           Font.Color = clInfoText
  657.           Font.Height = -13
  658.           Font.Name = 'MS Sans Serif'
  659.           Font.Style = []
  660.           ItemHeight = 16
  661.           ParentFont = False
  662.           TabOrder = 7
  663.           OnClick = RejectClickOnList
  664.         end
  665.         object DstGroupList: TListBox
  666.           Left = 232
  667.           Top = 152
  668.           Width = 217
  669.           Height = 97
  670.           Color = clInfoBk
  671.           Enabled = False
  672.           Font.Color = clInfoText
  673.           Font.Height = -13
  674.           Font.Name = 'MS Sans Serif'
  675.           Font.Style = []
  676.           ItemHeight = 16
  677.           ParentFont = False
  678.           TabOrder = 8
  679.           OnClick = RejectClickOnList
  680.         end
  681.       end
  682.     end
  683.     object TTabPage
  684.       Left = 4
  685.       Top = 27
  686.       Caption = '(Dis)assembler'
  687.       object SourceMemo: TMemo
  688.         Left = 0
  689.         Top = 57
  690.         Width = 458
  691.         Height = 344
  692.         Align = alClient
  693.         Alignment = taCenter
  694.         Enabled = False
  695.         TabOrder = 0
  696.       end
  697.       object Panel4: TPanel
  698.         Left = 0
  699.         Top = 0
  700.         Width = 458
  701.         Height = 57
  702.         Align = alTop
  703.         BevelOuter = bvNone
  704.         Caption = 'Sorry, the assembler/disassembler isn'#39't working yet.'
  705.         TabOrder = 1
  706.       end
  707.       object Panel6: TPanel
  708.         Left = 136
  709.         Top = 120
  710.         Width = 185
  711.         Height = 41
  712.         Caption = 'Out of order'
  713.         Color = clSilver
  714.         Font.Color = clMaroon
  715.         Font.Height = -27
  716.         Font.Name = 'Arial'
  717.         Font.Style = []
  718.         ParentFont = False
  719.         TabOrder = 2
  720.       end
  721.     end
  722.   end
  723.   object SaveDialog: TSaveDialog
  724.     FileEditStyle = fsEdit
  725.     Filter = 'All files (*.*)|*.*'
  726.     Options = [ofOverwritePrompt, ofHideReadOnly]
  727.     Title = 'Save entry #278 as'
  728.     Left = 180
  729.     Top = 426
  730.   end
  731.   object OpenDialog: TOpenDialog
  732.     FileEditStyle = fsEdit
  733.     Filter = 'All files (*.*)|*.*'
  734.     InitialDir = 'c:\work\c'
  735.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  736.     Left = 168
  737.     Top = 504
  738.   end
  739. end
  740.