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

  1. object FormTest: TFormTest
  2.   Left = 273
  3.   Top = 115
  4.   Width = 340
  5.   Height = 458
  6.   Anchors = []
  7.   BorderIcons = [biSystemMenu]
  8.   Color = clBtnFace
  9.   Constraints.MinWidth = 340
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   ShowHint = True
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   DesignSize = (
  20.     332
  21.     431)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Bevel2: TBevel
  25.     Left = 15
  26.     Top = 92
  27.     Width = 302
  28.     Height = 70
  29.     Shape = bsFrame
  30.   end
  31.   object Bevel1: TBevel
  32.     Left = 15
  33.     Top = 17
  34.     Width = 302
  35.     Height = 70
  36.     Shape = bsFrame
  37.   end
  38.   object LabelRychlost: TLabel
  39.     Left = 53
  40.     Top = 58
  41.     Width = 87
  42.     Height = 13
  43.     Caption = 'znak'#367' za sekundu'
  44.     ShowAccelChar = False
  45.   end
  46.   object ExamSpeed: TLabel
  47.     Left = 115
  48.     Top = 22
  49.     Width = 102
  50.     Height = 26
  51.     Alignment = taCenter
  52.     Caption = 'Rychlost zobrazov'#225'n'#237#13'textu'
  53.     ShowAccelChar = False
  54.   end
  55.   object ExamFix: TLabel
  56.     Left = 84
  57.     Top = 97
  58.     Width = 163
  59.     Height = 26
  60.     Alignment = taCenter
  61.     Caption = 'Minim'#225'ln'#237' '#269'as,'#13' po kter'#253' mus'#237' b'#253't titulek zobrazen:'
  62.     ShowAccelChar = False
  63.   end
  64.   object LabelDuration: TLabel
  65.     Left = 53
  66.     Top = 133
  67.     Width = 49
  68.     Height = 13
  69.     Caption = 'milisekund'
  70.     ShowAccelChar = False
  71.   end
  72.   object ButtonTest: TButton
  73.     Left = 15
  74.     Top = 387
  75.     Width = 75
  76.     Height = 25
  77.     Anchors = [akLeft, akBottom]
  78.     Caption = '&Test'
  79.     Default = True
  80.     TabOrder = 0
  81.     OnClick = ButtonTestClick
  82.   end
  83.   object ButtonDecSpd: TButton
  84.     Left = 25
  85.     Top = 52
  86.     Width = 25
  87.     Height = 25
  88.     Caption = '<'
  89.     TabOrder = 3
  90.     OnClick = ButtonDecSpdClick
  91.   end
  92.   object ButtonIncSpd: TButton
  93.     Left = 282
  94.     Top = 52
  95.     Width = 25
  96.     Height = 25
  97.     Caption = '>'
  98.     TabOrder = 4
  99.     OnClick = ButtonIncSpdClick
  100.   end
  101.   object ButtonDecFix: TButton
  102.     Left = 25
  103.     Top = 127
  104.     Width = 25
  105.     Height = 25
  106.     Caption = '<'
  107.     TabOrder = 5
  108.     OnClick = ButtonDecFixClick
  109.   end
  110.   object ButtonIncFix: TButton
  111.     Left = 282
  112.     Top = 127
  113.     Width = 25
  114.     Height = 25
  115.     Caption = '>'
  116.     TabOrder = 6
  117.     OnClick = ButtonIncFixClick
  118.   end
  119.   object ButtonClose: TButton
  120.     Left = 242
  121.     Top = 387
  122.     Width = 75
  123.     Height = 25
  124.     Anchors = [akLeft, akBottom]
  125.     Cancel = True
  126.     Caption = '&Zav'#345'i'
  127.     TabOrder = 2
  128.     OnClick = ButtonCloseClick
  129.   end
  130.   object RadioGroupRange: TRadioGroup
  131.     Left = 15
  132.     Top = 167
  133.     Width = 302
  134.     Height = 60
  135.     Caption = 'P'#345'epo'#269#237'tat'
  136.     ItemIndex = 0
  137.     Items.Strings = (
  138.       '&od aktu'#225'ln'#237' pozice'
  139.       '&v'#353'echny titulky')
  140.     TabOrder = 7
  141.   end
  142.   object RadioGroupStint: TRadioGroup
  143.     Left = 15
  144.     Top = 232
  145.     Width = 302
  146.     Height = 80
  147.     Caption = 'Omezen'#237
  148.     ItemIndex = 0
  149.     Items.Strings = (
  150.       '&respektuj z'#225'mek (zam'#269'en'#233' titulky vynech)'
  151.       '&ignoruj z'#225'mek (bez omezen'#237')'
  152.       'po&uze ozna'#269'en'#233' titulky')
  153.     TabOrder = 8
  154.   end
  155.   object ButtonAccept: TButton
  156.     Left = 128
  157.     Top = 387
  158.     Width = 75
  159.     Height = 25
  160.     Anchors = [akLeft, akBottom]
  161.     Caption = '&P'#345'ijmi'
  162.     TabOrder = 1
  163.     OnClick = ButtonAcceptClick
  164.   end
  165.   object PanelRearrange: TPanel
  166.     Left = 15
  167.     Top = 317
  168.     Width = 302
  169.     Height = 60
  170.     BevelInner = bvRaised
  171.     BevelOuter = bvLowered
  172.     TabOrder = 9
  173.     object ImageMark: TImage
  174.       Left = 7
  175.       Top = 15
  176.       Width = 32
  177.       Height = 32
  178.       AutoSize = True
  179.       Picture.Data = {<image000.ico>}
  180.     end
  181.     object LabelRearrange: TLabel
  182.       Left = 65
  183.       Top = 5
  184.       Width = 173
  185.       Height = 26
  186.       Alignment = taCenter
  187.       Caption = 'P'#345'epo'#269#237'tat i po'#269#225'te'#269'n'#237' sn'#237'mky titulk'#367#13'u neozna'#269'kovan'#253'ch titulk'#367'?'
  188.       ShowAccelChar = False
  189.     end
  190.     object CheckBoxRearrange: TCheckBox
  191.       Left = 8
  192.       Top = 35
  193.       Width = 290
  194.       Height = 17
  195.       Caption = '&Ano, zna'#269'ky ohrani'#269'uj'#237' zesynchronizovan'#233' dialogy'
  196.       TabOrder = 0
  197.       OnClick = CheckBoxRearrangeClick
  198.     end
  199.   end
  200. end
  201.