object SaveTextForm: TSaveTextForm Left = 401 Top = 184 HelpContext = 50 BorderStyle = bsDialog Caption = 'Save text strings entry' ClientHeight = 103 ClientWidth = 264 Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object BtSeparate: TButton Left = 56 Top = 8 Width = 161 Height = 25 Caption = 'Save as a separate file...' TabOrder = 0 OnClick = BtSeparateClick end object BtArchive: TButton Left = 8 Top = 40 Width = 249 Height = 25 Caption = 'Replace selected entry in WAR archive' TabOrder = 1 OnClick = BtArchiveClick end object BtCancel: TButton Left = 96 Top = 72 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object SaveDialog: TSaveDialog FileEditStyle = fsEdit Filter = 'All files (*.*)|*.*' Left = 8 Top = 8 end end