home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / sharewar / Slunec / app / 16 / Renamer.exe / 0 / RCDATA / TSCRIPTFILENAMEFORM / TSCRIPTFILENAMEFORM.txt < prev   
Text File  |  2000-08-06  |  1KB  |  67 lines

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