home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / sharewar / Slunec / app / 01 / DreamCom.exe / 0 / RCDATA / TFCAS / TFCAS.txt
Text File  |  2000-05-25  |  2KB  |  84 lines

  1. object fcas: Tfcas
  2.   Left = 306
  3.   Top = 186
  4.   BorderStyle = bsDialog
  5.   Caption = 'Nastaven∩┐╜ ∩┐╜asu odesl∩┐╜n∩┐╜'
  6.   ClientHeight = 110
  7.   ClientWidth = 349
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 52
  20.     Top = 56
  21.     Width = 7
  22.     Height = 20
  23.     Caption = ':'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -16
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object DateEdit1: TDateEdit
  32.     Left = 8
  33.     Top = 24
  34.     Width = 97
  35.     Height = 21
  36.     NumGlyphs = 2
  37.     TabOrder = 0
  38.   end
  39.   object RxSpinEdit1: TRxSpinEdit
  40.     Left = 8
  41.     Top = 56
  42.     Width = 41
  43.     Height = 21
  44.     MaxValue = 23.000000000000000000
  45.     MaxLength = 2
  46.     TabOrder = 1
  47.   end
  48.   object RxSpinEdit2: TRxSpinEdit
  49.     Left = 64
  50.     Top = 56
  51.     Width = 41
  52.     Height = 21
  53.     Increment = 5.000000000000000000
  54.     MaxValue = 59.000000000000000000
  55.     MaxLength = 2
  56.     TabOrder = 2
  57.     OnBottomClick = RxSpinEdit2BottomClick
  58.     OnTopClick = RxSpinEdit2BottomClick
  59.   end
  60.   object BitBtn1: TBitBtn
  61.     Left = 264
  62.     Top = 24
  63.     Width = 75
  64.     Height = 25
  65.     Caption = 'OK'
  66.     Default = True
  67.     ModalResult = 1
  68.     TabOrder = 3
  69.     OnClick = BitBtn1Click
  70.     NumGlyphs = 2
  71.   end
  72.   object BitBtn2: TBitBtn
  73.     Left = 264
  74.     Top = 56
  75.     Width = 75
  76.     Height = 25
  77.     Cancel = True
  78.     Caption = 'Storno'
  79.     ModalResult = 2
  80.     TabOrder = 4
  81.     NumGlyphs = 2
  82.   end
  83. end
  84.