home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 June / PCWorld_2005-06_cd.bin / software / vyzkuste / diakritika / Diakritika.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  2004-12-30  |  2KB  |  78 lines

  1. object Form1: TForm1
  2.   Left = 368
  3.   Top = 294
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Diakritika 1.0 - (c) Hematit 2004 - http://hematit.wz.cz'
  6.   ClientHeight = 108
  7.   ClientWidth = 283
  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 = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 8
  21.     Width = 27
  22.     Height = 13
  23.     Caption = 'Zdroj:'
  24.   end
  25.   object Edit1: TEdit
  26.     Left = 16
  27.     Top = 24
  28.     Width = 185
  29.     Height = 21
  30.     Color = clScrollBar
  31.     ReadOnly = True
  32.     TabOrder = 0
  33.   end
  34.   object Button1: TButton
  35.     Left = 208
  36.     Top = 24
  37.     Width = 65
  38.     Height = 25
  39.     Caption = 'Proch'#225'zet'
  40.     TabOrder = 1
  41.     OnClick = Button1Click
  42.   end
  43.   object BitBtn1: TBitBtn
  44.     Left = 128
  45.     Top = 72
  46.     Width = 137
  47.     Height = 25
  48.     Caption = 'Odstranit diakritiku'
  49.     TabOrder = 2
  50.     OnClick = BitBtn1Click
  51.     Kind = bkOK
  52.   end
  53.   object BitBtn2: TBitBtn
  54.     Left = 16
  55.     Top = 72
  56.     Width = 89
  57.     Height = 25
  58.     Caption = 'Konec'
  59.     TabOrder = 3
  60.     OnClick = BitBtn2Click
  61.     Kind = bkCancel
  62.   end
  63.   object CheckBox1: TCheckBox
  64.     Left = 16
  65.     Top = 48
  66.     Width = 169
  67.     Height = 17
  68.     Caption = 'P'#345'epsat origin'#225'l'
  69.     TabOrder = 4
  70.   end
  71.   object OpenDialog1: TOpenDialog
  72.     Filter = 
  73.       'Titulky (*.srt)|*.srt|Titulky (*.txt)|*.txt|Titulky (*.sub)|*.su' +
  74.       'b|V'#353'echny soubory|*.*'
  75.     Left = 256
  76.   end
  77. end
  78.