home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tema / Diadema / Demo / setup.exe / Pantheon.csy / RCDATA / TCHANGEVOLUMEFORM / TCHANGEVOLUMEFORM.txt < prev   
Encoding:
Text File  |  1999-04-22  |  1.7 KB  |  86 lines

  1. object ChangeVolumeForm: TChangeVolumeForm
  2.   Left = 171
  3.   Top = 138
  4.   BorderStyle = bsDialog
  5.   Caption = 'Instal∩┐╜tor pot∩┐╜ebuje dal∩┐╜∩┐╜ disketu'
  6.   ClientHeight = 159
  7.   ClientWidth = 421
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Image1: TImage
  16.     Left = 16
  17.     Top = 16
  18.     Width = 48
  19.     Height = 48
  20.     AutoSize = True
  21.     Picture.Data = {<image000.bmp>}
  22.     Transparent = True
  23.   end
  24.   object TextLabel: TLabel
  25.     Left = 80
  26.     Top = 16
  27.     Width = 321
  28.     Height = 49
  29.     AutoSize = False
  30.     Caption = 
  31.       'Pros∩┐╜m, vlo∩┐╜te dal∩┐╜∩┐╜ disketu (disketa 2). Pokud se pot∩┐╜ebn∩┐╜ soub' +
  32.       'ory nal∩┐╜zaj∩┐╜ v jin∩┐╜m adres∩┐╜∩┐╜i, vlo∩┐╜te plnou cestu nebo stiskn∩┐╜te' +
  33.       ' tla∩┐╜∩┐╜tko Proch∩┐╜zet pro jej∩┐╜ v∩┐╜b∩┐╜r.'
  34.     WordWrap = True
  35.   end
  36.   object Label2: TLabel
  37.     Left = 16
  38.     Top = 72
  39.     Width = 30
  40.     Height = 13
  41.     Caption = 'Cesta:'
  42.   end
  43.   object Bevel1: TBevel
  44.     Left = 16
  45.     Top = 120
  46.     Width = 393
  47.     Height = 9
  48.     Shape = bsTopLine
  49.   end
  50.   object PathEdit: TEdit
  51.     Left = 16
  52.     Top = 88
  53.     Width = 305
  54.     Height = 21
  55.     TabOrder = 0
  56.   end
  57.   object BrowseBtn: TButton
  58.     Left = 331
  59.     Top = 86
  60.     Width = 75
  61.     Height = 25
  62.     Caption = 'P&roh∩┐╜zet'
  63.     TabOrder = 1
  64.     OnClick = BrowseBtnClick
  65.   end
  66.   object OKBtn: TButton
  67.     Left = 246
  68.     Top = 128
  69.     Width = 75
  70.     Height = 25
  71.     Caption = 'OK'
  72.     Default = True
  73.     TabOrder = 2
  74.     OnClick = OKBtnClick
  75.   end
  76.   object CancelBtn: TButton
  77.     Left = 331
  78.     Top = 128
  79.     Width = 75
  80.     Height = 25
  81.     Caption = 'Storno'
  82.     TabOrder = 3
  83.     OnClick = CancelBtnClick
  84.   end
  85. end
  86.