home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / happyc / _setup.1 / HaCa.exe / 0 / RCDATA / TFRMALARM / TFRMALARM.txt < prev   
Text File  |  1997-04-11  |  6KB  |  312 lines

  1. object frmAlarm: TfrmAlarm
  2.   Left = 639
  3.   Top = 401
  4.   HelpContext = 9
  5.   ActiveControl = edtAlarmDescription
  6.   BorderStyle = bsDialog
  7.   Caption = 'Quick Alarm'
  8.   ClientHeight = 277
  9.   ClientWidth = 347
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 7
  21.     Top = 232
  22.     Width = 82
  23.     Height = 13
  24.     Caption = 'Alarm Description'
  25.   end
  26.   object GroupBox1: TGroupBox
  27.     Left = 7
  28.     Top = 6
  29.     Width = 331
  30.     Height = 152
  31.     Caption = ' Timer '
  32.     TabOrder = 0
  33.     object radTimer1: TRadioButton
  34.       Tag = 1
  35.       Left = 9
  36.       Top = 18
  37.       Width = 80
  38.       Height = 17
  39.       Caption = '1 minute'
  40.       TabOrder = 0
  41.       OnClick = radTimer1Click
  42.     end
  43.     object radTimer5: TRadioButton
  44.       Tag = 5
  45.       Left = 9
  46.       Top = 42
  47.       Width = 80
  48.       Height = 17
  49.       Caption = '5 minutes'
  50.       TabOrder = 1
  51.       OnClick = radTimer1Click
  52.     end
  53.     object radTimer10: TRadioButton
  54.       Tag = 10
  55.       Left = 9
  56.       Top = 67
  57.       Width = 80
  58.       Height = 17
  59.       Caption = '10 minutes'
  60.       TabOrder = 2
  61.       OnClick = radTimer1Click
  62.     end
  63.     object radTimer15: TRadioButton
  64.       Tag = 15
  65.       Left = 9
  66.       Top = 91
  67.       Width = 80
  68.       Height = 17
  69.       Caption = '15 minutes'
  70.       TabOrder = 3
  71.       OnClick = radTimer1Click
  72.     end
  73.     object radTimer20: TRadioButton
  74.       Tag = 20
  75.       Left = 90
  76.       Top = 18
  77.       Width = 80
  78.       Height = 17
  79.       Caption = '20 minutes'
  80.       TabOrder = 4
  81.       OnClick = radTimer1Click
  82.     end
  83.     object radTimer30: TRadioButton
  84.       Tag = 30
  85.       Left = 90
  86.       Top = 42
  87.       Width = 80
  88.       Height = 17
  89.       Caption = '30 minutes'
  90.       TabOrder = 5
  91.       OnClick = radTimer1Click
  92.     end
  93.     object radTimer45: TRadioButton
  94.       Tag = 45
  95.       Left = 90
  96.       Top = 67
  97.       Width = 80
  98.       Height = 17
  99.       Caption = '45 minutes'
  100.       TabOrder = 6
  101.       OnClick = radTimer1Click
  102.     end
  103.     object radTimer60: TRadioButton
  104.       Tag = 60
  105.       Left = 90
  106.       Top = 91
  107.       Width = 80
  108.       Height = 17
  109.       Caption = '1 hour'
  110.       Checked = True
  111.       TabOrder = 7
  112.       TabStop = True
  113.       OnClick = radTimer1Click
  114.     end
  115.     object radTimer120: TRadioButton
  116.       Tag = 120
  117.       Left = 171
  118.       Top = 42
  119.       Width = 80
  120.       Height = 17
  121.       Caption = '2 hours'
  122.       TabOrder = 8
  123.       OnClick = radTimer1Click
  124.     end
  125.     object radTimer90: TRadioButton
  126.       Tag = 90
  127.       Left = 171
  128.       Top = 18
  129.       Width = 80
  130.       Height = 17
  131.       Caption = '90 minutes'
  132.       TabOrder = 9
  133.       OnClick = radTimer1Click
  134.     end
  135.     object radTimer180: TRadioButton
  136.       Tag = 180
  137.       Left = 171
  138.       Top = 67
  139.       Width = 80
  140.       Height = 17
  141.       Caption = '3 hours'
  142.       TabOrder = 10
  143.       OnClick = radTimer1Click
  144.     end
  145.     object RadioButton1: TRadioButton
  146.       Tag = 240
  147.       Left = 171
  148.       Top = 91
  149.       Width = 80
  150.       Height = 17
  151.       Caption = '4 hours'
  152.       TabOrder = 11
  153.       OnClick = radTimer1Click
  154.     end
  155.     object RadioButton2: TRadioButton
  156.       Tag = 300
  157.       Left = 255
  158.       Top = 18
  159.       Width = 60
  160.       Height = 17
  161.       Caption = '5 hours'
  162.       TabOrder = 12
  163.       OnClick = radTimer1Click
  164.     end
  165.     object RadioButton3: TRadioButton
  166.       Tag = 360
  167.       Left = 255
  168.       Top = 42
  169.       Width = 60
  170.       Height = 17
  171.       Caption = '6 hours'
  172.       TabOrder = 13
  173.       OnClick = radTimer1Click
  174.     end
  175.     object RadioButton4: TRadioButton
  176.       Tag = 420
  177.       Left = 255
  178.       Top = 67
  179.       Width = 60
  180.       Height = 17
  181.       Caption = '7 hours'
  182.       TabOrder = 14
  183.       OnClick = radTimer1Click
  184.     end
  185.     object RadioButton5: TRadioButton
  186.       Tag = 480
  187.       Left = 255
  188.       Top = 91
  189.       Width = 60
  190.       Height = 17
  191.       Caption = '8 hours'
  192.       TabOrder = 15
  193.       OnClick = radTimer1Click
  194.     end
  195.     object radTimerCustom: TRadioButton
  196.       Left = 9
  197.       Top = 121
  198.       Width = 60
  199.       Height = 17
  200.       Caption = 'Custom'
  201.       TabOrder = 16
  202.       OnClick = radTimerCustomClick
  203.     end
  204.     object edtTimerCustom: TEdit
  205.       Left = 75
  206.       Top = 118
  207.       Width = 38
  208.       Height = 21
  209.       Enabled = False
  210.       TabOrder = 17
  211.       OnChange = edtTimerCustomChange
  212.     end
  213.     object btnTimerOK: TButton
  214.       Left = 276
  215.       Top = 121
  216.       Width = 46
  217.       Height = 25
  218.       Caption = 'OK'
  219.       Default = True
  220.       TabOrder = 18
  221.       OnClick = btnTimerOKClick
  222.     end
  223.   end
  224.   object edtAlarmDescription: TEdit
  225.     Left = 7
  226.     Top = 246
  227.     Width = 332
  228.     Height = 21
  229.     TabOrder = 1
  230.   end
  231.   object GroupBox2: TGroupBox
  232.     Left = 7
  233.     Top = 164
  234.     Width = 254
  235.     Height = 56
  236.     Caption = ' Today Time '
  237.     TabOrder = 2
  238.     object Label2: TLabel
  239.       Left = 11
  240.       Top = 24
  241.       Width = 29
  242.       Height = 13
  243.       Caption = 'Hour :'
  244.     end
  245.     object Label3: TLabel
  246.       Left = 101
  247.       Top = 24
  248.       Width = 43
  249.       Height = 13
  250.       Caption = 'Minutes :'
  251.     end
  252.     object edtOre: TEdit
  253.       Left = 52
  254.       Top = 21
  255.       Width = 24
  256.       Height = 21
  257.       TabOrder = 0
  258.       Text = '0'
  259.     end
  260.     object UpDown1: TUpDown
  261.       Left = 76
  262.       Top = 21
  263.       Width = 15
  264.       Height = 21
  265.       Associate = edtOre
  266.       Min = 0
  267.       Max = 23
  268.       Position = 0
  269.       TabOrder = 1
  270.       Wrap = False
  271.     end
  272.     object edtMinuti: TEdit
  273.       Left = 147
  274.       Top = 21
  275.       Width = 24
  276.       Height = 21
  277.       TabOrder = 2
  278.       Text = '0'
  279.     end
  280.     object UpDown2: TUpDown
  281.       Left = 171
  282.       Top = 21
  283.       Width = 15
  284.       Height = 21
  285.       Associate = edtMinuti
  286.       Min = 0
  287.       Max = 59
  288.       Position = 0
  289.       TabOrder = 3
  290.       Wrap = False
  291.     end
  292.     object btnTodayTimeOK: TButton
  293.       Left = 200
  294.       Top = 20
  295.       Width = 46
  296.       Height = 25
  297.       Caption = 'OK'
  298.       TabOrder = 4
  299.       OnClick = btnTodayTimeOKClick
  300.     end
  301.   end
  302.   object btnCancel: TButton
  303.     Left = 283
  304.     Top = 184
  305.     Width = 46
  306.     Height = 25
  307.     Caption = 'Cancel'
  308.     TabOrder = 3
  309.     OnClick = btnCancelClick
  310.   end
  311. end
  312.