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

  1. object ZalohaForm: TZalohaForm
  2.   Left = 200
  3.   Top = 104
  4.   BorderStyle = bsDialog
  5.   Caption = 'Z∩┐╜loha datov∩┐╜ch soubor∩┐╜'
  6.   ClientHeight = 241
  7.   ClientWidth = 475
  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.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object DiskImg: TImage
  18.     Left = 144
  19.     Top = 32
  20.     Width = 32
  21.     Height = 32
  22.     Picture.Data = {<image000.ico>}
  23.   end
  24.   object DisketaImg: TImage
  25.     Left = 144
  26.     Top = 72
  27.     Width = 32
  28.     Height = 32
  29.     Picture.Data = {<image001.ico>}
  30.   end
  31.   object FolderImg: TImage
  32.     Left = 144
  33.     Top = 112
  34.     Width = 32
  35.     Height = 32
  36.     Picture.Data = {<image002.ico>}
  37.   end
  38.   object BrowseBtn: TSpeedButton
  39.     Left = 446
  40.     Top = 140
  41.     Width = 21
  42.     Height = 21
  43.     Hint = 'Vybrat slo∩┐╜ku'
  44.     Enabled = False
  45.     Flat = True
  46.     Glyph.Data = {
  47.       F6000000424DF600000000000000760000002800000010000000100000000100
  48.       0400000000008000000000000000000000001000000000000000000000000000
  49.       80000080000000808000800000008000800080800000C0C0C000808080000000
  50.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00666666666666
  51.       6666000000000006666600333333333066660B033333333306660FB033333333
  52.       30660BFB0333333333060FBFB000000000000BFBFBFBFB0666660FBFBFBFBF06
  53.       66660BFB00000006666660006666666600066666666666666006666666660666
  54.       0606666666666000666666666666666666666666666666666666}
  55.     ParentShowHint = False
  56.     ShowHint = True
  57.     OnClick = BrowseBtnClick
  58.   end
  59.   object NadpisLbl: TLabel
  60.     Left = 144
  61.     Top = 8
  62.     Width = 313
  63.     Height = 13
  64.     Caption = 'Vyberte slo∩┐╜ku nebo za∩┐╜∩┐╜zen∩┐╜, kam se m∩┐╜ ulo∩┐╜it z∩┐╜loha.'
  65.     Font.Charset = DEFAULT_CHARSET
  66.     Font.Color = clWindowText
  67.     Font.Height = -11
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = [fsBold]
  70.     ParentFont = False
  71.   end
  72.   object DisketaRB: TRadioButton
  73.     Left = 184
  74.     Top = 80
  75.     Width = 113
  76.     Height = 17
  77.     Caption = '&Disketa 3,5 " - A:\'
  78.     TabOrder = 1
  79.     OnClick = FolderRBClick
  80.   end
  81.   object DiskRB: TRadioButton
  82.     Left = 184
  83.     Top = 40
  84.     Width = 281
  85.     Height = 17
  86.     Checked = True
  87.     TabOrder = 0
  88.     TabStop = True
  89.     OnClick = FolderRBClick
  90.   end
  91.   object StartBtn: TButton
  92.     Left = 392
  93.     Top = 208
  94.     Width = 75
  95.     Height = 25
  96.     Caption = 'Start!'
  97.     Default = True
  98.     TabOrder = 5
  99.     OnClick = StartBtnClick
  100.   end
  101.   object StornoBtn: TButton
  102.     Left = 312
  103.     Top = 208
  104.     Width = 75
  105.     Height = 25
  106.     Caption = 'Storno'
  107.     ModalResult = 2
  108.     TabOrder = 4
  109.   end
  110.   object FolderRB: TRadioButton
  111.     Left = 184
  112.     Top = 120
  113.     Width = 73
  114.     Height = 17
  115.     Caption = '&Jin∩┐╜ slo∩┐╜ka'
  116.     TabOrder = 2
  117.     OnClick = FolderRBClick
  118.   end
  119.   object PathEdit: TEdit
  120.     Left = 200
  121.     Top = 140
  122.     Width = 241
  123.     Height = 21
  124.     Enabled = False
  125.     TabOrder = 3
  126.     OnChange = PathEditChange
  127.   end
  128.   object ImgPanel: TPanel
  129.     Left = 8
  130.     Top = 8
  131.     Width = 123
  132.     Height = 225
  133.     BevelOuter = bvNone
  134.     BorderStyle = bsSingle
  135.     TabOrder = 6
  136.     object Image: TImage
  137.       Left = 0
  138.       Top = 0
  139.       Width = 119
  140.       Height = 221
  141.       Align = alClient
  142.       AutoSize = True
  143.       Picture.Data = {<image003.bmp>}
  144.     end
  145.   end
  146.   object CABWriter: TCabinetWriter
  147.     FailOnIncompressible = False
  148.     OnFileStatus = CABWriterFileStatus
  149.     OnGetNextCabinet = CABWriterGetNextCabinet
  150.     FileHandler = FileHandler
  151.     Left = 520
  152.     Top = 8
  153.   end
  154.   object FileHandler: TStreamCabinetFileHandler
  155.     Left = 520
  156.     Top = 64
  157.   end
  158. end
  159.