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

  1. object OpenCabDlg: TOpenCabDlg
  2.   Left = 224
  3.   Top = 182
  4.   BorderStyle = bsDialog
  5.   Caption = 'Upozorn∩┐╜n∩┐╜'
  6.   ClientHeight = 148
  7.   ClientWidth = 439
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object TextLabel: TLabel
  17.     Left = 51
  18.     Top = 8
  19.     Width = 286
  20.     Height = 49
  21.     AutoSize = False
  22.     WordWrap = True
  23.   end
  24.   object Label1: TLabel
  25.     Left = 48
  26.     Top = 64
  27.     Width = 201
  28.     Height = 33
  29.     AutoSize = False
  30.     Caption = 
  31.       'Vlo∩┐╜te disketu do jednotky vybran∩┐╜ n∩┐╜e a pak klepn∩┐╜te na tla∩┐╜∩┐╜t' +
  32.       'ko OK.'
  33.     WordWrap = True
  34.   end
  35.   object Label2: TLabel
  36.     Left = 48
  37.     Top = 104
  38.     Width = 162
  39.     Height = 13
  40.     Caption = 'Cesta a jm∩┐╜no souboru z∩┐╜lohy dat:'
  41.   end
  42.   object DisketaImg: TImage
  43.     Left = 8
  44.     Top = 8
  45.     Width = 32
  46.     Height = 32
  47.     Picture.Data = {<image000.ico>}
  48.   end
  49.   object PathEdit: TEdit
  50.     Left = 48
  51.     Top = 120
  52.     Width = 289
  53.     Height = 21
  54.     TabOrder = 0
  55.   end
  56.   object OkBtn: TButton
  57.     Left = 344
  58.     Top = 8
  59.     Width = 89
  60.     Height = 25
  61.     Caption = 'OK'
  62.     Default = True
  63.     ModalResult = 1
  64.     TabOrder = 1
  65.   end
  66.   object StornoBtn: TButton
  67.     Left = 344
  68.     Top = 40
  69.     Width = 89
  70.     Height = 25
  71.     Caption = 'Storno'
  72.     ModalResult = 2
  73.     TabOrder = 2
  74.   end
  75.   object BrowseBtn: TButton
  76.     Left = 344
  77.     Top = 72
  78.     Width = 89
  79.     Height = 25
  80.     Caption = '&Proch∩┐╜zet...'
  81.     TabOrder = 3
  82.     OnClick = BrowseBtnClick
  83.   end
  84.   object OpenDialog: TOpenDialog
  85.     Options = [ofHideReadOnly, ofNoChangeDir, ofFileMustExist]
  86.     Title = 'Otev∩┐╜∩┐╜t z∩┐╜lo∩┐╜n∩┐╜ soubor'
  87.     Left = 200
  88.     Top = 65528
  89.   end
  90. end
  91.