home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 2001 January / CT_SW0101.ISO / mac / software / betrieb / desktop / klebe.exe / Klebez.exe / 0 / RCDATA / TOKBOTTOMDLG / TOKBOTTOMDLG.txt
Text File  |  2001-03-09  |  2KB  |  79 lines

  1. object OKBottomDlg: TOKBottomDlg
  2.   Left = 305
  3.   Top = 333
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Alarm-Dialog'
  7.   ClientHeight = 148
  8.   ClientWidth = 313
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 297
  19.     Height = 87
  20.     Shape = bsFrame
  21.   end
  22.   object OKBtn: TButton
  23.     Left = 69
  24.     Top = 108
  25.     Width = 75
  26.     Height = 25
  27.     Caption = 'OK'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 0
  31.   end
  32.   object CancelBtn: TButton
  33.     Left = 149
  34.     Top = 108
  35.     Width = 75
  36.     Height = 25
  37.     Cancel = True
  38.     Caption = 'Abbrechen'
  39.     ModalResult = 2
  40.     TabOrder = 1
  41.   end
  42.   object CheckBox1: TCheckBox
  43.     Left = 20
  44.     Top = 18
  45.     Width = 97
  46.     Height = 17
  47.     Caption = '&Alarm aktiv'
  48.     TabOrder = 2
  49.   end
  50.   object DateTimePicker1: TDateTimePicker
  51.     Left = 18
  52.     Top = 40
  53.     Width = 87
  54.     Height = 21
  55.     CalAlignment = dtaLeft
  56.     Date = 36161.635961458300000000
  57.     Time = 36161.635961458300000000
  58.     DateFormat = dfShort
  59.     DateMode = dmComboBox
  60.     Kind = dtkDate
  61.     ParseInput = False
  62.     TabOrder = 3
  63.   end
  64.   object DateTimePicker2: TDateTimePicker
  65.     Left = 116
  66.     Top = 40
  67.     Width = 95
  68.     Height = 21
  69.     CalAlignment = dtaLeft
  70.     Date = 36406.000000000000000000
  71.     Time = 36406.000000000000000000
  72.     DateFormat = dfShort
  73.     DateMode = dmUpDown
  74.     Kind = dtkTime
  75.     ParseInput = False
  76.     TabOrder = 4
  77.   end
  78. end
  79.