home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 September / Chip_2000-09_cd1.bin / sharewar / Slunec / app / 5 / Renamer.exe / 0 / RCDATA / TSCRIPTFILENAMEFORM / TSCRIPTFILENAMEFORM.txt < prev   
Text File  |  2000-07-13  |  1KB  |  63 lines

  1. object ScriptFileNameForm: TScriptFileNameForm
  2.   Left = 344
  3.   Top = 204
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Vytvo∩┐╜en∩┐╜ skriptu'
  7.   ClientHeight = 195
  8.   ClientWidth = 288
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 16
  23.     Width = 206
  24.     Height = 13
  25.     Caption = 'N∩┐╜zev souboru pro d∩┐╜vkov∩┐╜ p∩┐╜ejmenov∩┐╜n∩┐╜:'
  26.     Transparent = True
  27.   end
  28.   object Bevel1: TBevel
  29.     Left = 16
  30.     Top = 144
  31.     Width = 257
  32.     Height = 9
  33.     Shape = bsTopLine
  34.   end
  35.   object ScriptFileNameEdit: TEdit
  36.     Left = 16
  37.     Top = 40
  38.     Width = 257
  39.     Height = 21
  40.     TabOrder = 0
  41.     Text = 'RenameBatch.bat'
  42.     OnChange = ScriptFileNameEditChange
  43.   end
  44.   object OKBtn: TButton
  45.     Left = 96
  46.     Top = 160
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'OK'
  50.     TabOrder = 1
  51.     OnClick = OKBtnClick
  52.   end
  53.   object CancelBtn: TButton
  54.     Left = 200
  55.     Top = 160
  56.     Width = 75
  57.     Height = 25
  58.     Caption = 'Zru∩┐╜it'
  59.     TabOrder = 2
  60.     OnClick = CancelBtnClick
  61.   end
  62. end
  63.