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

  1. object Properties: TProperties
  2.   Left = 357
  3.   Top = 235
  4.   HelpContext = 1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Vlastnosti'
  7.   ClientHeight = 289
  8.   ClientWidth = 274
  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 = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 48
  22.     Width = 75
  23.     Height = 13
  24.     Caption = '&Jm∩┐╜no souboru:'
  25.     FocusControl = edtFileName
  26.   end
  27.   object Label2: TLabel
  28.     Left = 8
  29.     Top = 88
  30.     Width = 142
  31.     Height = 13
  32.     Caption = '&Pozice ve zdrojov∩┐╜m souboru:'
  33.     FocusControl = edtFilePos
  34.   end
  35.   object Label3: TLabel
  36.     Left = 8
  37.     Top = 128
  38.     Width = 81
  39.     Height = 13
  40.     Caption = '&Velikost souboru:'
  41.     FocusControl = edtFileSize
  42.   end
  43.   object Label4: TLabel
  44.     Left = 8
  45.     Top = 8
  46.     Width = 79
  47.     Height = 13
  48.     Caption = '&Zdrojov∩┐╜ soubor:'
  49.     FocusControl = edtSourceFileName
  50.   end
  51.   object btnSelectSourceFileName: TSpeedButton
  52.     Left = 226
  53.     Top = 24
  54.     Width = 39
  55.     Height = 21
  56.     Caption = 'Vy&brat'
  57.     Flat = True
  58.     OnClick = btnSelectSourceFileNameClick
  59.   end
  60.   object Label5: TLabel
  61.     Left = 8
  62.     Top = 168
  63.     Width = 21
  64.     Height = 13
  65.     Caption = '&Info:'
  66.     FocusControl = edtFileInfo
  67.   end
  68.   object edtFileName: TEdit
  69.     Left = 8
  70.     Top = 64
  71.     Width = 257
  72.     Height = 21
  73.     TabOrder = 0
  74.   end
  75.   object edtFilePos: TEdit
  76.     Left = 8
  77.     Top = 104
  78.     Width = 257
  79.     Height = 21
  80.     TabOrder = 1
  81.   end
  82.   object edtFileSize: TEdit
  83.     Left = 8
  84.     Top = 144
  85.     Width = 257
  86.     Height = 21
  87.     TabOrder = 2
  88.   end
  89.   object btnOk: TButton
  90.     Left = 112
  91.     Top = 256
  92.     Width = 73
  93.     Height = 25
  94.     Anchors = [akLeft, akBottom]
  95.     Caption = 'OK'
  96.     Default = True
  97.     ModalResult = 1
  98.     TabOrder = 5
  99.     OnClick = btnOkClick
  100.   end
  101.   object btnCancel: TButton
  102.     Left = 192
  103.     Top = 256
  104.     Width = 73
  105.     Height = 25
  106.     Anchors = [akLeft, akBottom]
  107.     Cancel = True
  108.     Caption = 'Zru∩┐╜it'
  109.     ModalResult = 2
  110.     TabOrder = 6
  111.   end
  112.   object edtSourceFileName: TEdit
  113.     Left = 8
  114.     Top = 24
  115.     Width = 217
  116.     Height = 21
  117.     TabOrder = 7
  118.   end
  119.   object pnlSelectedFiles: TPanel
  120.     Left = 8
  121.     Top = 208
  122.     Width = 257
  123.     Height = 41
  124.     BevelOuter = bvNone
  125.     TabOrder = 4
  126.     object lblFilesCount: TLabel
  127.       Left = 0
  128.       Top = 4
  129.       Width = 150
  130.       Height = 13
  131.       Caption = 'V&elikost %d vybran∩┐╜ch soubor∩┐╜:'
  132.       FocusControl = edtSelectedSize
  133.     end
  134.     object edtSelectedSize: TEdit
  135.       Left = 0
  136.       Top = 20
  137.       Width = 257
  138.       Height = 21
  139.       TabStop = False
  140.       Color = clBtnFace
  141.       ReadOnly = True
  142.       TabOrder = 0
  143.     end
  144.   end
  145.   object edtFileInfo: TEdit
  146.     Left = 8
  147.     Top = 184
  148.     Width = 257
  149.     Height = 21
  150.     TabOrder = 3
  151.   end
  152.   object odSelectSourceFileName: TOpenDialog
  153.     Filter = 'V∩┐╜echny soubory (*.*)|*.*'
  154.     Title = 'Vybrat zdrojov∩┐╜ soubor'
  155.     Left = 8
  156.     Top = 256
  157.   end
  158. end
  159.