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

  1. object frmEvento: TfrmEvento
  2.   Left = 521
  3.   Top = 377
  4.   HelpContext = 8
  5.   ActiveControl = edtDescrizioneEvento
  6.   BorderStyle = bsDialog
  7.   Caption = ' Add Event'
  8.   ClientHeight = 337
  9.   ClientWidth = 427
  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 Label3: TLabel
  20.     Left = 13
  21.     Top = 245
  22.     Width = 84
  23.     Height = 13
  24.     Caption = 'Event Description'
  25.   end
  26.   object Label5: TLabel
  27.     Left = 13
  28.     Top = 290
  29.     Width = 55
  30.     Height = 13
  31.     Caption = 'Event Type'
  32.   end
  33.   object Label6: TLabel
  34.     Left = 140
  35.     Top = 290
  36.     Width = 62
  37.     Height = 13
  38.     Caption = 'Event Priority'
  39.   end
  40.   object cmbTipoEvento: TComboBox
  41.     Left = 12
  42.     Top = 305
  43.     Width = 122
  44.     Height = 21
  45.     Style = csDropDownList
  46.     ItemHeight = 13
  47.     Items.Strings = (
  48.       'Meeting/Appointment'
  49.       'Reminder'
  50.       'To Do'
  51.       'Alarm')
  52.     TabOrder = 4
  53.     OnChange = cmbTipoEventoChange
  54.   end
  55.   object edtDescrizioneEvento: TEdit
  56.     Left = 12
  57.     Top = 260
  58.     Width = 398
  59.     Height = 21
  60.     MaxLength = 250
  61.     TabOrder = 0
  62.   end
  63.   object btnOK: TButton
  64.     Left = 238
  65.     Top = 302
  66.     Width = 55
  67.     Height = 25
  68.     Caption = 'OK'
  69.     Default = True
  70.     TabOrder = 1
  71.     OnClick = btnOKClick
  72.   end
  73.   object btnCancel: TButton
  74.     Left = 298
  75.     Top = 302
  76.     Width = 55
  77.     Height = 25
  78.     Caption = 'Cancel'
  79.     TabOrder = 2
  80.     OnClick = btnCancelClick
  81.   end
  82.   object cmbPriority: TComboBox
  83.     Left = 140
  84.     Top = 305
  85.     Width = 87
  86.     Height = 21
  87.     Style = csDropDownList
  88.     ItemHeight = 13
  89.     Items.Strings = (
  90.       'Low'
  91.       'Normal'
  92.       'High')
  93.     TabOrder = 5
  94.   end
  95.   object btnSpiegone: TButton
  96.     Left = 358
  97.     Top = 302
  98.     Width = 55
  99.     Height = 25
  100.     Caption = 'Explain'
  101.     TabOrder = 3
  102.     OnClick = btnSpiegoneClick
  103.   end
  104.   object GroupBox1: TGroupBox
  105.     Left = 7
  106.     Top = 4
  107.     Width = 413
  108.     Height = 151
  109.     Caption = ' Event Time Definition '
  110.     TabOrder = 6
  111.     object Label1: TLabel
  112.       Left = 8
  113.       Top = 43
  114.       Width = 49
  115.       Height = 13
  116.       Caption = 'On Year'
  117.     end
  118.     object Label2: TLabel
  119.       Left = 93
  120.       Top = 43
  121.       Width = 47
  122.       Height = 13
  123.       Caption = 'On Month'
  124.     end
  125.     object Label4: TLabel
  126.       Left = 203
  127.       Top = 43
  128.       Width = 36
  129.       Height = 13
  130.       Caption = 'On Day'
  131.     end
  132.     object lblDurata: TLabel
  133.       Left = 94
  134.       Top = 122
  135.       Width = 49
  136.       Height = 13
  137.       Caption = 'Duration : '
  138.     end
  139.     object chkEveryYear: TCheckBox
  140.       Left = 8
  141.       Top = 19
  142.       Width = 81
  143.       Height = 17
  144.       Caption = 'Every Year'
  145.       TabOrder = 0
  146.       OnClick = chkEveryYearClick
  147.     end
  148.     object chkEveryMonth: TCheckBox
  149.       Left = 93
  150.       Top = 20
  151.       Width = 97
  152.       Height = 17
  153.       Caption = 'Every Month'
  154.       TabOrder = 1
  155.       OnClick = chkEveryMonthClick
  156.     end
  157.     object cmbMonth: TComboBox
  158.       Left = 93
  159.       Top = 60
  160.       Width = 100
  161.       Height = 21
  162.       Style = csDropDownList
  163.       DropDownCount = 12
  164.       ItemHeight = 13
  165.       TabOrder = 2
  166.       OnChange = cmbDayDropDown
  167.     end
  168.     object chkRecurseOnDay: TCheckBox
  169.       Left = 203
  170.       Top = 20
  171.       Width = 102
  172.       Height = 17
  173.       Caption = 'Recurse on day'
  174.       TabOrder = 3
  175.       OnClick = chkRecurseOnDayClick
  176.     end
  177.     object cmbRecurseDay: TComboBox
  178.       Left = 310
  179.       Top = 18
  180.       Width = 94
  181.       Height = 21
  182.       Style = csDropDownList
  183.       DropDownCount = 10
  184.       Font.Color = clBlack
  185.       Font.Height = -11
  186.       Font.Name = 'MS Sans Serif'
  187.       Font.Style = []
  188.       ItemHeight = 13
  189.       ParentFont = False
  190.       TabOrder = 4
  191.     end
  192.     object chkAlarm: TCheckBox
  193.       Left = 289
  194.       Top = 62
  195.       Width = 54
  196.       Height = 17
  197.       Caption = 'Alarm'
  198.       Enabled = False
  199.       TabOrder = 5
  200.     end
  201.     object edtOre: TEdit
  202.       Left = 8
  203.       Top = 117
  204.       Width = 24
  205.       Height = 21
  206.       Enabled = False
  207.       TabOrder = 6
  208.       Text = '0'
  209.       OnChange = edtOreChange
  210.     end
  211.     object UpDown1: TUpDown
  212.       Left = 32
  213.       Top = 117
  214.       Width = 15
  215.       Height = 21
  216.       Associate = edtOre
  217.       Min = 0
  218.       Max = 23
  219.       Position = 0
  220.       TabOrder = 7
  221.       Wrap = False
  222.     end
  223.     object edtMinuti: TEdit
  224.       Left = 49
  225.       Top = 117
  226.       Width = 24
  227.       Height = 21
  228.       Enabled = False
  229.       TabOrder = 8
  230.       Text = '0'
  231.       OnChange = edtOreChange
  232.     end
  233.     object UpDown2: TUpDown
  234.       Left = 73
  235.       Top = 117
  236.       Width = 15
  237.       Height = 21
  238.       Associate = edtMinuti
  239.       Min = 0
  240.       Max = 59
  241.       Position = 0
  242.       TabOrder = 9
  243.       Wrap = False
  244.     end
  245.     object barDurata: TTrackBar
  246.       Left = 226
  247.       Top = 116
  248.       Width = 178
  249.       Height = 22
  250.       Enabled = False
  251.       Max = 24
  252.       Orientation = trHorizontal
  253.       PageSize = 1
  254.       Frequency = 1
  255.       Position = 0
  256.       SelEnd = 0
  257.       SelStart = 0
  258.       TabOrder = 10
  259.       TickMarks = tmBottomRight
  260.       TickStyle = tsAuto
  261.       OnChange = barDurataChange
  262.     end
  263.     object barTime: TTrackBar
  264.       Left = 81
  265.       Top = 92
  266.       Width = 323
  267.       Height = 22
  268.       Enabled = False
  269.       Max = 47
  270.       Orientation = trHorizontal
  271.       PageSize = 1
  272.       Frequency = 1
  273.       Position = 0
  274.       SelEnd = 0
  275.       SelStart = 0
  276.       TabOrder = 11
  277.       TickMarks = tmBottomRight
  278.       TickStyle = tsAuto
  279.       OnChange = barTimeChange
  280.     end
  281.     object chkOnTime: TCheckBox
  282.       Left = 8
  283.       Top = 94
  284.       Width = 71
  285.       Height = 17
  286.       Caption = 'On Time'
  287.       TabOrder = 12
  288.       OnClick = chkOnTimeClick
  289.     end
  290.     object cmbYear: TComboBox
  291.       Left = 8
  292.       Top = 60
  293.       Width = 71
  294.       Height = 21
  295.       Style = csDropDownList
  296.       DropDownCount = 16
  297.       ItemHeight = 13
  298.       TabOrder = 13
  299.       OnChange = cmbDayDropDown
  300.     end
  301.     object cmbDay: TComboBox
  302.       Left = 204
  303.       Top = 60
  304.       Width = 54
  305.       Height = 21
  306.       Style = csDropDownList
  307.       DropDownCount = 16
  308.       ItemHeight = 13
  309.       TabOrder = 14
  310.       OnDropDown = cmbDayDropDown
  311.     end
  312.   end
  313.   object GroupBox2: TGroupBox
  314.     Left = 7
  315.     Top = 165
  316.     Width = 413
  317.     Height = 72
  318.     Caption = 'Options'
  319.     TabOrder = 7
  320.     object chkAutoDelete: TCheckBox
  321.       Left = 244
  322.       Top = 14
  323.       Width = 115
  324.       Height = 17
  325.       Caption = 'Delete when done'
  326.       TabOrder = 0
  327.     end
  328.     object edtShowBeforeDay: TEdit
  329.       Left = 176
  330.       Top = 28
  331.       Width = 36
  332.       Height = 21
  333.       Enabled = False
  334.       TabOrder = 1
  335.       Text = '0'
  336.     end
  337.     object updShowBeforeDay: TUpDown
  338.       Left = 212
  339.       Top = 28
  340.       Width = 15
  341.       Height = 21
  342.       Associate = edtShowBeforeDay
  343.       Enabled = False
  344.       Min = 0
  345.       Position = 0
  346.       TabOrder = 2
  347.       Wrap = False
  348.     end
  349.     object radShowToday: TRadioButton
  350.       Left = 8
  351.       Top = 49
  352.       Width = 191
  353.       Height = 17
  354.       Caption = 'Show event from today until done'
  355.       TabOrder = 3
  356.       OnClick = radShowBeforeClick
  357.     end
  358.     object radShowBefore: TRadioButton
  359.       Left = 8
  360.       Top = 32
  361.       Width = 166
  362.       Height = 17
  363.       Caption = 'Show event some day before:'
  364.       TabOrder = 4
  365.       OnClick = radShowBeforeClick
  366.     end
  367.     object radShowAtDate: TRadioButton
  368.       Left = 8
  369.       Top = 15
  370.       Width = 141
  371.       Height = 17
  372.       Caption = 'Show event on its date'
  373.       Checked = True
  374.       TabOrder = 5
  375.       TabStop = True
  376.       OnClick = radShowBeforeClick
  377.     end
  378.     object chkExecPgm: TCheckBox
  379.       Left = 244
  380.       Top = 34
  381.       Width = 161
  382.       Height = 17
  383.       Caption = 'Launch Program on Event'
  384.       TabOrder = 6
  385.       OnClick = chkExecPgmClick
  386.     end
  387.   end
  388. end
  389.