home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / multimedia / subtitles / subtitlesk5ky.exe / SubtitlesK5ky.EXE / 0 / RCDATA / TFORMFINDWHAT / TFORMFINDWHAT.txt
Text File  |  2006-09-24  |  3KB  |  109 lines

  1. object FormFindWhat: TFormFindWhat
  2.   Left = 316
  3.   Top = 112
  4.   Width = 474
  5.   Height = 407
  6.   Anchors = []
  7.   BorderIcons = [biSystemMenu]
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 356
  10.   Constraints.MinWidth = 474
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   ShowHint = True
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnShow = FormShow
  22.   DesignSize = (
  23.     466
  24.     373)
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object LabelEdit: TLabel
  28.     Left = 76
  29.     Top = 309
  30.     Width = 113
  31.     Height = 13
  32.     Anchors = [akLeft, akBottom]
  33.     Caption = 'Limit po'#269'tu '#345#225'dek titulku'
  34.     FocusControl = EditFindText
  35.   end
  36.   object RadioGroupFindWhat: TRadioGroup
  37.     Left = 16
  38.     Top = 14
  39.     Width = 434
  40.     Height = 283
  41.     Caption = 'Co hledat'
  42.     ItemIndex = 0
  43.     Items.Strings = (
  44.       
  45.         'Titulky se &syntaktickou chybou v z'#225'pisu '#269#237'sla sn'#237'mku ve vstupn'#237 +
  46.         'm souboru'
  47.       'Titulky ve vstupn'#237'm souboru &bez uveden'#233'ho koncov'#233'ho sn'#237'mku'
  48.       '&Pr'#225'zdn'#233' titulky'
  49.       '&Zam'#269'en'#233' titulky'
  50.       '&Ozna'#269'en'#233' titulky'
  51.       'Zm'#283'&n'#283'n'#233' titulky'
  52.       #268'&asov'#283' se p'#345'ekr'#253'vaj'#237'c'#237' titulky'
  53.       'Op&raven'#253' '#269'asov'#253' p'#345'ekryv'
  54.       'Chybn'#225' &interpunk'#269'n'#237' znam'#233'nka'
  55.       'Titu&lky s v'#283't'#353#237'm po'#269'tem '#345#225'dek ne'#382' je nastaven'#253' limit'
  56.       'Titulky &krat'#353#237' ne'#382' stanoven'#253' po'#269'et sn'#237'mk'#367
  57.       'Titulky &del'#353#237' ne'#382' stanoven'#253' po'#269'et sn'#237'mk'#367
  58.       
  59.         'Titulky mezi kter'#253'mi je &men'#353#237' '#269'asov'#225' prodleva ne'#382' nastaven'#253' lim' +
  60.         'it'
  61.       
  62.         'Titulky mezi kter'#253'mi je &v'#283't'#353#237' '#269'asov'#225' prodleva ne'#382' nastaven'#253' lim' +
  63.         'it'
  64.       '&Text v titulc'#237'ch')
  65.     TabOrder = 0
  66.     OnClick = RadioGroupFindWhatClick
  67.   end
  68.   object EditFindText: TEdit
  69.     Left = 23
  70.     Top = 305
  71.     Width = 46
  72.     Height = 21
  73.     Anchors = [akLeft, akBottom]
  74.     TabOrder = 2
  75.     OnChange = EditFindTextChange
  76.   end
  77.   object ButtonFind: TButton
  78.     Left = 119
  79.     Top = 335
  80.     Width = 75
  81.     Height = 25
  82.     Anchors = [akLeft, akBottom]
  83.     Caption = 'Naj'#237't'
  84.     Default = True
  85.     TabOrder = 3
  86.     OnClick = ButtonFindClick
  87.   end
  88.   object ButtonCancel: TButton
  89.     Left = 272
  90.     Top = 335
  91.     Width = 75
  92.     Height = 25
  93.     Anchors = [akLeft, akBottom]
  94.     Cancel = True
  95.     Caption = 'Storno'
  96.     TabOrder = 4
  97.     OnClick = ButtonCancelClick
  98.   end
  99.   object CheckBoxCaseSensitive: TCheckBox
  100.     Left = 180
  101.     Top = 271
  102.     Width = 261
  103.     Height = 17
  104.     Caption = '&Rozli'#353'ovat mal'#225' a velk'#225' p'#237'smena'
  105.     TabOrder = 1
  106.     OnClick = CheckBoxCaseSensitiveClick
  107.   end
  108. end
  109.