home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / Chip_2001-06_cd1.bin / ctenari / Burda / Install.exe / 0 / RCDATA / TFVYBER / TFVYBER.txt
Encoding:
Text File  |  2000-08-30  |  2.2 KB  |  114 lines

  1. object Fvyber: TFvyber
  2.   Left = 200
  3.   Top = 108
  4.   ActiveControl = DriveComboBox1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'V∩┐╜b∩┐╜r slo∩┐╜ky'
  8.   ClientHeight = 275
  9.   ClientWidth = 281
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 0
  21.     Top = 200
  22.     Width = 102
  23.     Height = 13
  24.     Caption = 'C:\...\Zdrojaky\Install'
  25.     Visible = False
  26.   end
  27.   object Label2: TLabel
  28.     Left = 8
  29.     Top = 16
  30.     Width = 24
  31.     Height = 13
  32.     Caption = 'Disk:'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 8
  36.     Top = 40
  37.     Width = 62
  38.     Height = 13
  39.     Caption = 'V∩┐╜b∩┐╜r slo∩┐╜ky:'
  40.   end
  41.   object Label4: TLabel
  42.     Left = 8
  43.     Top = 232
  44.     Width = 75
  45.     Height = 13
  46.     Caption = 'Vybran∩┐╜ slo∩┐╜ka:'
  47.   end
  48.   object DriveComboBox1: TDriveComboBox
  49.     Left = 40
  50.     Top = 14
  51.     Width = 145
  52.     Height = 19
  53.     DirList = DirectoryListBox1
  54.     TabOrder = 0
  55.   end
  56.   object DirectoryListBox1: TDirectoryListBox
  57.     Left = 40
  58.     Top = 56
  59.     Width = 145
  60.     Height = 169
  61.     DirLabel = Label1
  62.     ItemHeight = 16
  63.     TabOrder = 1
  64.     OnClick = DirectoryListBox1Click
  65.     OnDblClick = DirectoryListBox1DblClick
  66.   end
  67.   object Edit1: TEdit
  68.     Left = 40
  69.     Top = 248
  70.     Width = 145
  71.     Height = 21
  72.     TabOrder = 2
  73.   end
  74.   object Panel1: TPanel
  75.     Left = 192
  76.     Top = 0
  77.     Width = 89
  78.     Height = 273
  79.     BevelInner = bvRaised
  80.     BevelOuter = bvLowered
  81.     TabOrder = 3
  82.     object OK: TDsFancyButton
  83.       Left = 8
  84.       Top = 12
  85.       Width = 73
  86.       Height = 25
  87.       ButtonColor = clBtnFace
  88.       Caption = 'OK'
  89.       FrameColor = clGray
  90.       FrameWidth = 6
  91.       CornerRadius = 10
  92.       TextStyle = txRaised
  93.       OnClick = OKClick
  94.     end
  95.     object Storno: TDsFancyButton
  96.       Left = 8
  97.       Top = 56
  98.       Width = 73
  99.       Height = 25
  100.       ButtonColor = clBtnFace
  101.       Caption = 'Storno'
  102.       FrameColor = clGray
  103.       FrameWidth = 6
  104.       CornerRadius = 10
  105.       TextStyle = txRaised
  106.       OnClick = StornoClick
  107.     end
  108.   end
  109.   object Timer1: TTimer
  110.     OnTimer = Timer1Timer
  111.     Top = 96
  112.   end
  113. end
  114.