home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 March / PCWorld_2003-03_cd.bin / Software / TemaCD / testcd / CDTEST.exe / 0 / RCDATA / TDIALBUFFER / TDIALBUFFER.txt
Text File  |  1999-11-21  |  1KB  |  63 lines

  1. object DialBuffer: TDialBuffer
  2.   Left = 424
  3.   Top = 131
  4.   BorderStyle = bsDialog
  5.   Caption = 'Velikost bufferu '
  6.   ClientHeight = 113
  7.   ClientWidth = 209
  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.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 9
  21.     Width = 188
  22.     Height = 13
  23.     Caption = 'Pros∩┐╜m zadej velikost bufferu (v bajtech)'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 24
  27.     Top = 24
  28.     Width = 157
  29.     Height = 13
  30.     Alignment = taCenter
  31.     Caption = 'Rozsah je 1000 - 1 024 000 bajt∩┐╜'
  32.   end
  33.   object OKBtn: TButton
  34.     Left = 22
  35.     Top = 75
  36.     Width = 75
  37.     Height = 25
  38.     Caption = 'Hotovo'
  39.     Default = True
  40.     ModalResult = 1
  41.     TabOrder = 0
  42.   end
  43.   object CancelBtn: TButton
  44.     Left = 110
  45.     Top = 75
  46.     Width = 75
  47.     Height = 25
  48.     Cancel = True
  49.     Caption = 'Zru∩┐╜'
  50.     ModalResult = 2
  51.     TabOrder = 1
  52.   end
  53.   object Edit1: TEdit
  54.     Left = 16
  55.     Top = 40
  56.     Width = 177
  57.     Height = 21
  58.     AutoSize = False
  59.     TabOrder = 2
  60.     Text = '16000'
  61.   end
  62. end
  63.