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 / TALARMDIALOG / TALARMDIALOG.txt < prev   
Text File  |  2001-03-09  |  2KB  |  94 lines

  1. object Alarmdialog: TAlarmdialog
  2.   Left = 420
  3.   Top = 359
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Alarm'
  7.   ClientHeight = 147
  8.   ClientWidth = 302
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 180
  23.     Top = 72
  24.     Width = 38
  25.     Height = 13
  26.     Caption = 'Minuten'
  27.   end
  28.   object CheckBox1: TCheckBox
  29.     Left = 4
  30.     Top = 6
  31.     Width = 81
  32.     Height = 17
  33.     Caption = '&Alarm aktiv'
  34.     TabOrder = 0
  35.     OnClick = CheckBox1Click
  36.   end
  37.   object DateTimePicker1: TDateTimePicker
  38.     Left = 204
  39.     Top = 32
  40.     Width = 93
  41.     Height = 21
  42.     CalAlignment = dtaLeft
  43.     Date = 36406.525527546300000000
  44.     Time = 36406.525527546300000000
  45.     DateFormat = dfShort
  46.     DateMode = dmComboBox
  47.     Kind = dtkTime
  48.     ParseInput = False
  49.     TabOrder = 1
  50.   end
  51.   object Button1: TButton
  52.     Left = 112
  53.     Top = 112
  54.     Width = 61
  55.     Height = 25
  56.     Caption = '&O.K.'
  57.     Default = True
  58.     TabOrder = 2
  59.     OnClick = Button1Click
  60.   end
  61.   object DateTimePicker2: TDateTimePicker
  62.     Left = 2
  63.     Top = 32
  64.     Width = 197
  65.     Height = 21
  66.     CalAlignment = dtaLeft
  67.     Date = 36406.535301620370000000
  68.     Time = 36406.535301620370000000
  69.     DateFormat = dfLong
  70.     DateMode = dmComboBox
  71.     Kind = dtkDate
  72.     ParseInput = False
  73.     TabOrder = 3
  74.   end
  75.   object CheckBox2: TCheckBox
  76.     Left = 4
  77.     Top = 68
  78.     Width = 97
  79.     Height = 17
  80.     Caption = '&Erinnerung alle'
  81.     TabOrder = 4
  82.   end
  83.   object SpinEdit1: TSpinEdit
  84.     Left = 104
  85.     Top = 66
  86.     Width = 71
  87.     Height = 22
  88.     MaxValue = 2000
  89.     MinValue = 1
  90.     TabOrder = 5
  91.     Value = 1
  92.   end
  93. end
  94.