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

  1. object RenameForm: TRenameForm
  2.   Left = 237
  3.   Top = 183
  4.   Width = 499
  5.   Height = 570
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'P∩┐╜ejmenov∩┐╜n∩┐╜ soubor∩┐╜'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   OnClose = FormClose
  17.   OnResize = FormResize
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 390
  24.     Width = 345
  25.     Height = 57
  26.     Anchors = [akLeft, akBottom]
  27.     AutoSize = False
  28.     Caption = 
  29.       'Zde vid∩┐╜te soubory p∩┐╜ipraven∩┐╜ k p∩┐╜ejmenov∩┐╜n∩┐╜. Nyn∩┐╜ m∩┐╜∩┐╜ete prov∩┐╜s' +
  30.       't speci∩┐╜ln∩┐╜ ∩┐╜pravy u konkr∩┐╜tn∩┐╜ch jmen. Chcete-li n∩┐╜jak∩┐╜ soubor d' +
  31.       'odate∩┐╜n∩┐╜ vylou∩┐╜it z p∩┐╜ejmenov∩┐╜v∩┐╜n∩┐╜, vyma∩┐╜te jeho nov∩┐╜ jm∩┐╜no ∩┐╜pln' +
  32.       '∩┐╜. Po dokon∩┐╜en∩┐╜ ∩┐╜prav m∩┐╜∩┐╜ete stisknout tla∩┐╜∩┐╜tko P∩┐╜ejmenovat.'
  33.     WordWrap = True
  34.   end
  35.   object ProgressGauge: TGauge
  36.     Left = 8
  37.     Top = 358
  38.     Width = 473
  39.     Height = 25
  40.     Anchors = [akLeft, akRight, akBottom]
  41.     BackColor = 16776176
  42.     ForeColor = clNavy
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clWindowText
  45.     Font.Height = -11
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = [fsBold]
  48.     ParentFont = False
  49.     Progress = 0
  50.     ShowText = False
  51.   end
  52.   object RenameGrid: TStringGrid
  53.     Left = 8
  54.     Top = 32
  55.     Width = 473
  56.     Height = 321
  57.     Anchors = [akLeft, akTop, akRight, akBottom]
  58.     ColCount = 2
  59.     DefaultColWidth = 225
  60.     DefaultRowHeight = 18
  61.     RowCount = 1
  62.     FixedRows = 0
  63.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing]
  64.     ScrollBars = ssVertical
  65.     TabOrder = 0
  66.     RowHeights = (
  67.       18)
  68.   end
  69.   object Panel1: TPanel
  70.     Left = 8
  71.     Top = 7
  72.     Width = 226
  73.     Height = 23
  74.     BorderStyle = bsSingle
  75.     Caption = 'P∩┐╜vodn∩┐╜ jm∩┐╜no:'
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clWindowText
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = [fsBold]
  81.     ParentFont = False
  82.     TabOrder = 1
  83.   end
  84.   object Panel2: TPanel
  85.     Left = 237
  86.     Top = 7
  87.     Width = 244
  88.     Height = 23
  89.     Anchors = [akTop, akRight]
  90.     BorderStyle = bsSingle
  91.     Caption = 'Nov∩┐╜ jm∩┐╜no:'
  92.     Font.Charset = DEFAULT_CHARSET
  93.     Font.Color = clWindowText
  94.     Font.Height = -11
  95.     Font.Name = 'MS Sans Serif'
  96.     Font.Style = [fsBold]
  97.     ParentFont = False
  98.     TabOrder = 2
  99.   end
  100.   object StatusBar: TStatusBar
  101.     Left = 0
  102.     Top = 520
  103.     Width = 491
  104.     Height = 23
  105.     Panels = <
  106.       item
  107.         Text = 'Po∩┐╜et soubor∩┐╜ k p∩┐╜ejmenov∩┐╜n∩┐╜:'
  108.         Width = 210
  109.       end
  110.       item
  111.         Text = 'Adres∩┐╜∩┐╜:'
  112.         Width = 200
  113.       end>
  114.     SimplePanel = False
  115.     SizeGrip = False
  116.   end
  117.   object RenameBtn: TButton
  118.     Left = 376
  119.     Top = 390
  120.     Width = 99
  121.     Height = 25
  122.     Hint = 'P∩┐╜ejmenovat soubory podle zobrazen∩┐╜ tabulky'
  123.     Anchors = [akRight, akBottom]
  124.     Caption = 'P∩┐╜ejmenovat'
  125.     Font.Charset = DEFAULT_CHARSET
  126.     Font.Color = clWindowText
  127.     Font.Height = -11
  128.     Font.Name = 'MS Sans Serif'
  129.     Font.Style = [fsBold]
  130.     ParentFont = False
  131.     ParentShowHint = False
  132.     ShowHint = True
  133.     TabOrder = 4
  134.     OnClick = RenameBtnClick
  135.   end
  136.   object CancelBtn: TButton
  137.     Left = 376
  138.     Top = 476
  139.     Width = 99
  140.     Height = 25
  141.     Hint = 'Zru∩┐╜it p∩┐╜ejmenov∩┐╜n∩┐╜'
  142.     Anchors = [akRight, akBottom]
  143.     Caption = 'Zru∩┐╜it'
  144.     ParentShowHint = False
  145.     ShowHint = True
  146.     TabOrder = 5
  147.     OnClick = CancelBtnClick
  148.   end
  149.   object CreateUndoFileCheckBox: TCheckBox
  150.     Left = 16
  151.     Top = 456
  152.     Width = 209
  153.     Height = 17
  154.     Anchors = [akLeft, akBottom]
  155.     Caption = 'Vytvo∩┐╜it zp∩┐╜tn∩┐╜ soubor tohoto n∩┐╜zvu:'
  156.     TabOrder = 6
  157.     OnClick = CreateUndoFileCheckBoxClick
  158.   end
  159.   object UndoFileNameEdit: TEdit
  160.     Left = 16
  161.     Top = 480
  162.     Width = 345
  163.     Height = 21
  164.     Hint = 
  165.       'Sem m∩┐╜∩┐╜ete napsat n∩┐╜zev d∩┐╜vkov∩┐╜ho souboru (*.bat),'#13#10'kter∩┐╜m m∩┐╜∩┐╜et' +
  166.       'e v p∩┐╜∩┐╜pad∩┐╜ nutnosti zru∩┐╜it p∩┐╜ejmenov∩┐╜n∩┐╜.'#13#10'Nap∩┐╜ete-li pouze n∩┐╜z' +
  167.       'ev souboru bez cesty, ulo∩┐╜∩┐╜ se'#13#10'do aktu∩┐╜ln∩┐╜ho adres∩┐╜∩┐╜e.'
  168.     Anchors = [akLeft, akRight, akBottom]
  169.     Enabled = False
  170.     ParentShowHint = False
  171.     ShowHint = True
  172.     TabOrder = 7
  173.     Text = 'UndoFile.bat'
  174.     OnChange = UndoFileNameEditChange
  175.   end
  176.   object Button1: TButton
  177.     Left = 376
  178.     Top = 444
  179.     Width = 99
  180.     Height = 25
  181.     Hint = 
  182.       'T∩┐╜mto tla∩┐╜∩┐╜tkem pouze vytvo∩┐╜∩┐╜te d∩┐╜vkov∩┐╜'#13#10'soubor (*.bat) pro p∩┐╜ej' +
  183.       'menov∩┐╜n∩┐╜ soubor∩┐╜. '
  184.     Anchors = [akRight, akBottom]
  185.     Caption = 'D∩┐╜vkov∩┐╜ soubor'
  186.     ParentShowHint = False
  187.     ShowHint = True
  188.     TabOrder = 8
  189.     OnClick = Button1Click
  190.   end
  191. end
  192.