home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / sharewar / extract / Extractor.exe / 0 / RCDATA / TEXTRACTDIR / TEXTRACTDIR.txt
Encoding:
Text File  |  2000-07-04  |  1.3 KB  |  67 lines

  1. object ExtractDir: TExtractDir
  2.   Left = 325
  3.   Top = 276
  4.   HelpContext = 1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Potvrdit extrahov∩┐╜n∩┐╜ soubor∩┐╜'
  7.   ClientHeight = 89
  8.   ClientWidth = 321
  9.   Color = clBtnFace
  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.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 143
  23.     Height = 13
  24.     Caption = '&Adres∩┐╜∩┐╜ pro ukl∩┐╜d∩┐╜n∩┐╜ soubor∩┐╜:'
  25.     FocusControl = edtDirName
  26.   end
  27.   object btnSelectDir: TSpeedButton
  28.     Left = 274
  29.     Top = 24
  30.     Width = 39
  31.     Height = 21
  32.     Caption = 'V&ybrat'
  33.     Flat = True
  34.     OnClick = btnSelectDirClick
  35.   end
  36.   object edtDirName: TEdit
  37.     Left = 8
  38.     Top = 24
  39.     Width = 265
  40.     Height = 21
  41.     TabOrder = 0
  42.   end
  43.   object btnOk: TButton
  44.     Left = 160
  45.     Top = 56
  46.     Width = 73
  47.     Height = 25
  48.     Anchors = [akRight, akBottom]
  49.     Caption = 'OK'
  50.     Default = True
  51.     ModalResult = 1
  52.     TabOrder = 1
  53.     OnClick = btnOkClick
  54.   end
  55.   object btnCancel: TButton
  56.     Left = 240
  57.     Top = 56
  58.     Width = 73
  59.     Height = 25
  60.     Anchors = [akRight, akBottom]
  61.     Cancel = True
  62.     Caption = 'Zru∩┐╜it'
  63.     ModalResult = 2
  64.     TabOrder = 2
  65.   end
  66. end
  67.