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

  1. object SaveTextForm: TSaveTextForm
  2.   Left = 401
  3.   Top = 184
  4.   HelpContext = 50
  5.   BorderStyle = bsDialog
  6.   Caption = 'Save text strings entry'
  7.   ClientHeight = 103
  8.   ClientWidth = 264
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnShow = FormShow
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object BtSeparate: TButton
  17.     Left = 56
  18.     Top = 8
  19.     Width = 161
  20.     Height = 25
  21.     Caption = 'Save as a separate file...'
  22.     TabOrder = 0
  23.     OnClick = BtSeparateClick
  24.   end
  25.   object BtArchive: TButton
  26.     Left = 8
  27.     Top = 40
  28.     Width = 249
  29.     Height = 25
  30.     Caption = 'Replace selected entry in WAR archive'
  31.     TabOrder = 1
  32.     OnClick = BtArchiveClick
  33.   end
  34.   object BtCancel: TButton
  35.     Left = 96
  36.     Top = 72
  37.     Width = 75
  38.     Height = 25
  39.     Cancel = True
  40.     Caption = 'Cancel'
  41.     ModalResult = 2
  42.     TabOrder = 2
  43.   end
  44.   object SaveDialog: TSaveDialog
  45.     FileEditStyle = fsEdit
  46.     Filter = 'All files (*.*)|*.*'
  47.     Left = 8
  48.     Top = 8
  49.   end
  50. end
  51.