home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 September / Chip_2003-09_cd1.bin / tema / langexpert / download / LangExpert.exe / 0 / RCDATA / TFORMODINSTALACE / TFORMODINSTALACE.txt < prev   
Text File  |  2003-01-26  |  3KB  |  119 lines

  1. object formOdinstalace: TformOdinstalace
  2.   Left = 238
  3.   Top = 195
  4.   BorderStyle = bsDialog
  5.   Caption = 'Odinstalace'
  6.   ClientHeight = 152
  7.   ClientWidth = 396
  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.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnClose = FormClose
  18.   OnKeyPress = FormKeyPress
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object pnlUvod: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 396
  25.     Height = 152
  26.     Align = alClient
  27.     BevelOuter = bvNone
  28.     TabOrder = 0
  29.     object lblDotaz: TLabel
  30.       Left = 10
  31.       Top = 16
  32.       Width = 377
  33.       Height = 32
  34.       AutoSize = False
  35.       Caption = 
  36.         'Proces odinstalace zahrnuje smaz'#225'n'#237' adres'#225#345'e s programem a p'#345#237'pa' +
  37.         'dn'#253'ch z'#225'stupc'#367'. P'#345'ejete si opravdu LangExpert odstranit?'
  38.       Font.Charset = DEFAULT_CHARSET
  39.       Font.Color = clWindowText
  40.       Font.Height = -13
  41.       Font.Name = 'MS Sans Serif'
  42.       Font.Style = []
  43.       ParentFont = False
  44.       WordWrap = True
  45.     end
  46.     object imgOdinstalace: TImage
  47.       Left = 24
  48.       Top = 60
  49.       Width = 32
  50.       Height = 32
  51.       Picture.Data = {<image000.ico>}
  52.     end
  53.     object cbSlovicka: TCheckBox
  54.       Left = 88
  55.       Top = 68
  56.       Width = 281
  57.       Height = 17
  58.       Caption = 'Smazat tak'#233' kompletn'#283' adres'#225#345' se slov'#237#269'ky'
  59.       Enabled = False
  60.       Font.Charset = DEFAULT_CHARSET
  61.       Font.Color = clWindowText
  62.       Font.Height = -13
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = []
  65.       ParentFont = False
  66.       TabOrder = 0
  67.     end
  68.     object btnANO: TButton
  69.       Left = 70
  70.       Top = 108
  71.       Width = 105
  72.       Height = 25
  73.       Caption = '&ANO'
  74.       Default = True
  75.       TabOrder = 1
  76.       OnClick = btnANOClick
  77.     end
  78.     object btnNE: TButton
  79.       Left = 224
  80.       Top = 108
  81.       Width = 105
  82.       Height = 25
  83.       Caption = '&NE'
  84.       TabOrder = 2
  85.       OnClick = btnNEClick
  86.     end
  87.   end
  88.   object pnlPrubeh: TPanel
  89.     Left = 0
  90.     Top = 0
  91.     Width = 396
  92.     Height = 152
  93.     Align = alClient
  94.     BevelOuter = bvNone
  95.     TabOrder = 1
  96.     Visible = False
  97.     object Memo: TMemo
  98.       Left = 0
  99.       Top = 0
  100.       Width = 345
  101.       Height = 125
  102.       Color = clBtnFace
  103.       ReadOnly = True
  104.       ScrollBars = ssVertical
  105.       TabOrder = 0
  106.     end
  107.     object btnDokoncit: TButton
  108.       Left = 224
  109.       Top = 126
  110.       Width = 121
  111.       Height = 27
  112.       Caption = 'DOKON'#268'IT'
  113.       Enabled = False
  114.       TabOrder = 1
  115.       OnClick = btnDokoncitClick
  116.     end
  117.   end
  118. end
  119.