home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / smartadd / INSTALL.EXE / SMARTADR.EXE / 0 / RCDATA / TREMINDERDLG / TREMINDERDLG.txt
Encoding:
Text File  |  1997-04-15  |  18.4 KB  |  593 lines

  1. object ReminderDlg: TReminderDlg
  2.   Left = 35
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Create a New Reminder Event'
  7.   ClientHeight = 429
  8.   ClientWidth = 428
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Scaled = False
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object SpeedButton1: TSpeedButton
  19.     Left = 331
  20.     Top = 395
  21.     Width = 89
  22.     Height = 30
  23.     Caption = 'Help'
  24.     Glyph.Data = {
  25.       06020000424D0602000000000000760000002800000028000000140000000100
  26.       0400000000009001000000000000000000000000000010000000000000000000
  27.       80000080000000808000800000008000800080800000C0C0C000808080000000
  28.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  29.       7777777777777777777777777777777777777777777777777777777777777777
  30.       777777777778887777777777777777777777777777777777778AA87777777777
  31.       777777788777777777777777778AA87777777777777777788777777777777777
  32.       78AA87774447777777777788777788877777778878AA87774447777777877788
  33.       777788877777778A8AA877777777777777887887777777777777778AAAA87777
  34.       4487777777888887777788777777778AAAAAA877448777777788888888778877
  35.       7777778AAAAA87777447777777888888877778877777778AAAA8777777448777
  36.       77888888777777887777778AAA8778447784487777888887778877788777778A
  37.       A87774487774447777888877788777788877778A877774487774447777888777
  38.       7887777888777788777777447784487777887777778877788777778777777774
  39.       4444877777877777777888887777777777777777777777777777777777777777
  40.       7777777777777777777777777777777777777777777777777777777777777777
  41.       77777777777777777777}
  42.     NumGlyphs = 2
  43.     OnClick = SpeedButton1Click
  44.   end
  45.   object Button1: TButton
  46.     Left = 139
  47.     Top = 395
  48.     Width = 89
  49.     Height = 30
  50.     Caption = 'OK'
  51.     Default = True
  52.     ModalResult = 1
  53.     TabOrder = 4
  54.     OnClick = Button1Click
  55.   end
  56.   object Button2: TButton
  57.     Left = 235
  58.     Top = 395
  59.     Width = 89
  60.     Height = 30
  61.     Cancel = True
  62.     Caption = 'Cancel'
  63.     ModalResult = 2
  64.     TabOrder = 5
  65.   end
  66.   object GroupBox1: TGroupBox
  67.     Left = 6
  68.     Top = 4
  69.     Width = 413
  70.     Height = 147
  71.     Caption = 'Reminder'
  72.     TabOrder = 0
  73.     object Label1: TLabel
  74.       Left = 16
  75.       Top = 22
  76.       Width = 81
  77.       Height = 16
  78.       AutoSize = False
  79.       Caption = '&When'
  80.       FocusControl = DateBox
  81.     end
  82.     object Label4: TLabel
  83.       Left = 16
  84.       Top = 56
  85.       Width = 81
  86.       Height = 16
  87.       AutoSize = False
  88.       Caption = 'Des&cription:'
  89.       FocusControl = CommentBox
  90.     end
  91.     object Label3: TLabel
  92.       Left = 280
  93.       Top = 56
  94.       Width = 65
  95.       Height = 16
  96.       Alignment = taRightJustify
  97.       AutoSize = False
  98.       Caption = 'P&riority:'
  99.       FocusControl = Prty
  100.     end
  101.     object DateBox: TComboBox
  102.       Left = 202
  103.       Top = 18
  104.       Width = 117
  105.       Height = 24
  106.       DropDownCount = 0
  107.       Font.Color = clWindowText
  108.       Font.Height = -13
  109.       Font.Name = 'MS Sans Serif'
  110.       Font.Style = []
  111.       ItemHeight = 16
  112.       ParentFont = False
  113.       TabOrder = 1
  114.       Text = 'DateBox'
  115.       OnDropDown = DateBoxDropDown
  116.     end
  117.     object CommentBox: TComboBox
  118.       Left = 104
  119.       Top = 54
  120.       Width = 169
  121.       Height = 24
  122.       Font.Color = clWindowText
  123.       Font.Height = -13
  124.       Font.Name = 'MS Sans Serif'
  125.       Font.Style = []
  126.       ItemHeight = 16
  127.       ParentFont = False
  128.       Sorted = True
  129.       TabOrder = 3
  130.       Text = 'CommentBox'
  131.     end
  132.     object Desc: TMemo
  133.       Left = 16
  134.       Top = 86
  135.       Width = 386
  136.       Height = 51
  137.       Font.Color = clWindowText
  138.       Font.Height = -13
  139.       Font.Name = 'MS Sans Serif'
  140.       Font.Style = []
  141.       MaxLength = 255
  142.       ParentFont = False
  143.       ScrollBars = ssVertical
  144.       TabOrder = 5
  145.     end
  146.     object Prty: TSpinEdit
  147.       Left = 353
  148.       Top = 53
  149.       Width = 49
  150.       Height = 26
  151.       Font.Color = clWindowText
  152.       Font.Height = -13
  153.       Font.Name = 'MS Sans Serif'
  154.       Font.Style = []
  155.       MaxLength = 1
  156.       MaxValue = 9
  157.       MinValue = 1
  158.       ParentFont = False
  159.       TabOrder = 4
  160.       Value = 5
  161.     end
  162.     object NoTimeBox: TCheckBox
  163.       Left = 328
  164.       Top = 22
  165.       Width = 71
  166.       Height = 17
  167.       Caption = 'No &Time'
  168.       TabOrder = 2
  169.       OnClick = NoTimeBoxClick
  170.     end
  171.     object RemTime: TTimeEdit
  172.       Left = 104
  173.       Top = 18
  174.       Width = 97
  175.       Height = 24
  176.       Font.Color = clWindowText
  177.       Font.Height = -13
  178.       Font.Name = 'MS Sans Serif'
  179.       Font.Style = []
  180.       ParentFont = False
  181.       TabOrder = 0
  182.       Text = '10:17 PM'
  183.     end
  184.   end
  185.   object GroupBox4: TGroupBox
  186.     Left = 150
  187.     Top = 233
  188.     Width = 268
  189.     Height = 152
  190.     Caption = 'GroupBox4'
  191.     TabOrder = 3
  192.     object RecLabel: TLabel
  193.       Left = 4
  194.       Top = 26
  195.       Width = 113
  196.       Height = 23
  197.       Alignment = taRightJustify
  198.       AutoSize = False
  199.       Caption = 'Schedule &Every'
  200.       FocusControl = Rec
  201.     end
  202.     object RecPeriod: TLabel
  203.       Left = 180
  204.       Top = 26
  205.       Width = 73
  206.       Height = 16
  207.       AutoSize = False
  208.       Caption = 'Months'
  209.     end
  210.     object UntilLabel: TLabel
  211.       Left = 4
  212.       Top = 61
  213.       Width = 113
  214.       Height = 22
  215.       Alignment = taRightJustify
  216.       AutoSize = False
  217.       Caption = 'Repeat &Until'
  218.       FocusControl = EDateBox
  219.     end
  220.     object Rec: TSpinEdit
  221.       Left = 124
  222.       Top = 23
  223.       Width = 49
  224.       Height = 26
  225.       Font.Color = clWindowText
  226.       Font.Height = -13
  227.       Font.Name = 'MS Sans Serif'
  228.       Font.Style = []
  229.       MaxLength = 2
  230.       MaxValue = 99
  231.       MinValue = 1
  232.       ParentFont = False
  233.       TabOrder = 0
  234.       Value = 1
  235.     end
  236.     object EDateBox: TComboBox
  237.       Left = 124
  238.       Top = 59
  239.       Width = 129
  240.       Height = 24
  241.       DropDownCount = 0
  242.       Font.Color = clWindowText
  243.       Font.Height = -13
  244.       Font.Name = 'MS Sans Serif'
  245.       Font.Style = []
  246.       ItemHeight = 16
  247.       ParentFont = False
  248.       TabOrder = 1
  249.       Text = 'EDateBox'
  250.       OnDropDown = DateBoxDropDown
  251.     end
  252.   end
  253.   object Optbox: TGroupBox
  254.     Left = 6
  255.     Top = 152
  256.     Width = 412
  257.     Height = 81
  258.     Caption = 'Options'
  259.     TabOrder = 1
  260.     object Adv3: TLabel
  261.       Left = 248
  262.       Top = 22
  263.       Width = 105
  264.       Height = 16
  265.       AutoSize = False
  266.       Caption = 'Day&s'
  267.       FocusControl = Adv2
  268.     end
  269.     object Adv1: TCheckBox
  270.       Left = 16
  271.       Top = 22
  272.       Width = 169
  273.       Height = 17
  274.       Caption = 'Ad&vance Warning at'
  275.       TabOrder = 0
  276.       OnClick = Adv1Click
  277.     end
  278.     object Adv2: TSpinEdit
  279.       Left = 192
  280.       Top = 17
  281.       Width = 49
  282.       Height = 26
  283.       Font.Color = clWindowText
  284.       Font.Height = -13
  285.       Font.Name = 'MS Sans Serif'
  286.       Font.Style = []
  287.       MaxLength = 2
  288.       MaxValue = 99
  289.       MinValue = 1
  290.       ParentFont = False
  291.       TabOrder = 1
  292.       Value = 1
  293.     end
  294.     object ACheck: TCheckBox
  295.       Left = 15
  296.       Top = 54
  297.       Width = 162
  298.       Height = 17
  299.       Caption = 'Set &Alarm for'
  300.       TabOrder = 2
  301.       OnClick = ACheckClick
  302.     end
  303.     object ETime: TTimeEdit
  304.       Left = 192
  305.       Top = 50
  306.       Width = 89
  307.       Height = 24
  308.       Font.Color = clWindowText
  309.       Font.Height = -13
  310.       Font.Name = 'MS Sans Serif'
  311.       Font.Style = []
  312.       ParentFont = False
  313.       TabOrder = 3
  314.       Text = '10:17 PM'
  315.     end
  316.     object AlarmDate: TComboBox
  317.       Left = 282
  318.       Top = 50
  319.       Width = 117
  320.       Height = 24
  321.       DropDownCount = 0
  322.       Font.Color = clWindowText
  323.       Font.Height = -13
  324.       Font.Name = 'MS Sans Serif'
  325.       Font.Style = []
  326.       ItemHeight = 16
  327.       ParentFont = False
  328.       TabOrder = 4
  329.       Text = 'DateBox'
  330.       OnDropDown = DateBoxDropDown
  331.     end
  332.   end
  333.   object GroupBox3: TGroupBox
  334.     Left = 6
  335.     Top = 233
  336.     Width = 139
  337.     Height = 153
  338.     Caption = '&Frequency'
  339.     TabOrder = 2
  340.     object F1: TRadioButton
  341.       Left = 16
  342.       Top = 20
  343.       Width = 113
  344.       Height = 17
  345.       Caption = '&Note Only'
  346.       TabOrder = 0
  347.       OnClick = F4Click
  348.     end
  349.     object F3: TRadioButton
  350.       Left = 16
  351.       Top = 62
  352.       Width = 113
  353.       Height = 17
  354.       Caption = '&Daily'
  355.       TabOrder = 1
  356.       OnClick = F4Click
  357.     end
  358.     object F4: TRadioButton
  359.       Left = 16
  360.       Top = 84
  361.       Width = 113
  362.       Height = 17
  363.       Caption = '&Weekly'
  364.       TabOrder = 2
  365.       OnClick = F4Click
  366.     end
  367.     object F5: TRadioButton
  368.       Left = 16
  369.       Top = 105
  370.       Width = 113
  371.       Height = 17
  372.       Caption = '&Monthly'
  373.       TabOrder = 3
  374.       OnClick = F4Click
  375.     end
  376.     object F6: TRadioButton
  377.       Left = 16
  378.       Top = 126
  379.       Width = 113
  380.       Height = 17
  381.       Caption = '&Yearly'
  382.       TabOrder = 4
  383.       OnClick = F4Click
  384.     end
  385.     object F2: TRadioButton
  386.       Left = 16
  387.       Top = 41
  388.       Width = 113
  389.       Height = 17
  390.       Caption = '&Once Only'
  391.       Checked = True
  392.       TabOrder = 5
  393.       TabStop = True
  394.       OnClick = F4Click
  395.     end
  396.   end
  397.   object Cal: TEPCalendarPopup
  398.     FirstYear = 1900
  399.     LastYear = 2100
  400.     OnClick = CalClick
  401.     Left = 78
  402.     Top = 398
  403.   end
  404.   object ECal: TEPCalendarPopup
  405.     FirstYear = 1900
  406.     LastYear = 2100
  407.     OnClick = ECalClick
  408.     Left = 8
  409.     Top = 400
  410.   end
  411.   object ODSHelp1: TODSHelp
  412.     HelpText.Strings = (
  413.       'ACal'
  414.       'ACheck'
  415.       'Adv1'
  416.       'Adv2'
  417.       'Adv3'
  418.       'AlarmDate'
  419.       'Button1'
  420.       'Button2'
  421.       'Cal'
  422.       'CommentBox'
  423.       'DateBox'
  424.       'Desc'
  425.       'ECal'
  426.       'EDateBox'
  427.       'ETime'
  428.       'F1'
  429.       'F2'
  430.       'F3'
  431.       'F4'
  432.       'F5'
  433.       'F6'
  434.       'GroupBox1'
  435.       'GroupBox3'
  436.       'GroupBox4'
  437.       'Label1'
  438.       'Label3'
  439.       'Label4'
  440.       'NoTimeBox'
  441.       'ODSHelp1'
  442.       'Optbox'
  443.       'Prty'
  444.       'Rec'
  445.       'RecLabel'
  446.       'RecPeriod'
  447.       'RemTime'
  448.       'SpeedButton1'
  449.       'UntilLabel')
  450.     HelpText.HelpData = {
  451.       2500010000000001000000000100004D0154686973206F7074696F6E20776865
  452.       6E2073656C65637465642077696C6C20656E61626C6520746865206576656E74
  453.       927320616C61726D206E6F74696669636174696F6E2E0D0A0D0A416E20616C61
  454.       726D206E6F74696669636174696F6E206973206261736963616C6C7920616E20
  455.       616C61726D20636C6F636B2C20696E2074686174207768656E20746865207370
  456.       65636966696564206461746520616E642074696D652069732072656163686564
  457.       2C20536D61727420416464726573732077696C6C206E6F7469667920796F7520
  458.       6F6620746865206576656E742C20627920646973706C6179696E67206120706F
  459.       702D7570206469616C6F6775652E0D0A0D0A4E6F74653A204F6E6C79206F7065
  460.       6E6564204164647265737320426F6F6B7320616E642044696172696573207769
  461.       6C6C206265207363616E6E656420666F722073657420616C61726D732E000107
  462.       000000010000E10152656D696E646572204576656E7473206D61792062652065
  463.       6E61626C656420746F20697373756520616E20616476616E6365207761726E69
  464.       6E672074686174207468657920617265206265636F6D696E67206475652E2042
  465.       792064656661756C742C20536D6172742041646472657373207365747320616E
  466.       20616476616E6365207761726E696E6720706572696F64207768656E20612065
  467.       76656E7420697320637265617465642E0D0A0D0A54686973206F7074696F6E20
  468.       616C6C6F7773207468617420616476616E6365207761726E696E672070657269
  469.       6F6420746F206265206368616E67656420616E6420616C736F20746F20646574
  470.       65726D696E6520696620616476616E6365207761726E696E6720697320726571
  471.       756972656420666F7220746865206576656E742E20546F2064697361626C6520
  472.       616476616E6365207761726E696E6720666F7220746865206576656E742C2064
  473.       6573656C656374207468652022416476616E6365205761726E696E6722206F70
  474.       74696F6E2E0D0A0D0A54686973206F7074696F6E20646F6573206E6F74206166
  475.       666563742074686520416C61726D2073657474696E6773206173207468657920
  476.       61726520626F7468207365706572617465207479706573206F66206E6F746966
  477.       69636174696F6E2E00010700000001000007002D3E4164763100010000000001
  478.       000007002D3E41647631000100000000010000D00054686973206669656C6420
  479.       616C6C6F77732061206461746520666F7220616E20616C61726D206E6F746966
  480.       69636174696F6E20746F206265207370656369666965642E0D0A0D0A546F2065
  481.       6E7465722074686520646174652C20656974686572207479706520697420696E
  482.       206469726563746C7920746F20746865206669656C64206F7220757365207468
  483.       65202264726F702D646F776E22206172726F7720616E642073656C6563742074
  484.       686520646174652066726F6D2074686520646973706C617965642063616C656E
  485.       6461722E00010700000001000037005468697320627574746F6E207768656E20
  486.       707265737365642077696C6C206170706C7920746865206576656E7420726571
  487.       756573742E00010700000001000038005468697320627574746F6E207768656E
  488.       20707265737365642077696C6C2063616E63656C20746865206576656E742072
  489.       6571756573742E00010700000001000000000100000000010000E30054686973
  490.       206669656C6420616C6C6F77732061206465736372697074696F6E206F662074
  491.       68652072656D696E64657220746F206265207370656369666965642E0D0A0D0A
  492.       546F20656E7465722061206465736372697074696F6E2C206569746865722074
  493.       797065206974206469726563746C7920696E746F20746865206669656C64206F
  494.       722075736520746865202264726F702D646F776E22206172726F7720616E6420
  495.       73656C65637420612070726576696F75736C7920757365642064657363726970
  496.       74696F6E2066726F6D20746865206C69737420646973706C617965642E200001
  497.       07000000010000C70054686973206669656C6420616C6C6F7773207468652064
  498.       617465206F66207468652072656D696E64657220746F20626520656E74657265
  499.       642E200D0A0D0A546F20656E7465722074686520646174652C20656974686572
  500.       207479706520697420696E206469726563746C7920746F20746865206669656C
  501.       64206F722075736520746865202264726F702D646F776E22206172726F772061
  502.       6E642073656C6563742074686520646174652066726F6D207468652064697370
  503.       6C617965642063616C656E6461722E0001070000000100003C00546869732066
  504.       69656C6420616C6C6F777320612073686F7274206E6F746520746F2062652061
  505.       6464656420746F207468652072656D696E6465722E0001070000000100000000
  506.       010000000001000000000100000000010000530154686973206669656C642061
  507.       6C6C6F777320746865207363686564756C652074696D6520666F7220616E2061
  508.       6C61726D206E6F74696669636174696F6E20746F206265207370656369666965
  509.       642E0D0A0D0A546F206368616E6765207468652074696D6520646973706C6179
  510.       65642C20656974686572207479706520746865206E65772074696D6520646972
  511.       6563746C7920696E746F20746865206669656C64206F72207573652074686520
  512.       696E6372656D656E74616C20757020616E6420646F776E206172726F77732E20
  513.       5768656E207573696E672074686520696E6372656D656E74616C206172726F77
  514.       732C207468652070617274206F66207468652074696D65207468617420697320
  515.       696E6372656D656E74656420646570656E6473206F6E20776865746865722074
  516.       686520686F7572206F72206D696E757465207061727420697320686967686C69
  517.       67687465642E0001070000000100000000010000000001000000000100000000
  518.       0100000000010000000001000000000100000000010000000001000000000100
  519.       00000001000000000100000000010000000001000071015468657365206F7074
  520.       696F6E7320656E61626C6520746865206672657175656E637920666F72207468
  521.       652072656D696E646572206576656E7420746F20626520737065636966696564
  522.       2E2054686973206672657175656E63792072616E6765732066726F6D20746865
  523.       206576656E74206265696E6720666F7220696E666F726D6174696F6E206F6E6C
  524.       7920284E6F7465204F6E6C792920746F206265696E67207363686564756C6564
  525.       20657665727920796561722028596561726C79292E0D0A0D0A49662061207265
  526.       63757272696E67206672657175656E63792069732063686F73656E2028446169
  527.       6C79207468726F75676820746F20596561726C79292C207468656E207768656E
  528.       20746865206576656E749273207363686564756C65642064617465206F636375
  529.       72732C20746865206576656E742063616E206175746F6D61746963616C6C7920
  530.       626520616476616E63656420746F20746865206E657874207363686564756C65
  531.       6420646174652E0001070000000100000D025468657365206669656C64732065
  532.       6E61626C65207468652073636F7065206F662074686520726563757272696E67
  533.       206576656E7420746F206265207370656369666965642E20416E206576656E74
  534.       206973206465656D656420746F20626520726563757272696E67206966206974
  535.       206861732061206672657175656E6379206F66204461696C79206F72206D6F72
  536.       652E0D0A0D0A5468652073636F706520646566696E657320686F77206F667465
  537.       6E2077697468696E20697473206672657175656E63792C20746865206576656E
  538.       74206973207363686564756C656420616E642074686520646174652074686174
  539.       20746865206576656E74206973207363686564756C656420746F206578706972
  540.       652E0D0A0D0A466F72206578616D706C652C20696620616E206576656E742069
  541.       7320726571756972656420746F206265207363686564756C6564206576657279
  542.       2074776F207765656B7320756E74696C2074686520656E64206F662074686520
  543.       796561722C207468656E20746865206576656E7420776F756C64206861766520
  544.       6265656E20676976656E2061206672657175656E6379206F66205765656B6C79
  545.       2C2077697468207468652073636F7065206265696E6720646566696E65642061
  546.       7320225363686564756C652045766572792032205765656B732220616E642022
  547.       52657065617420556E74696C20333120446563656D6265722031393936220001
  548.       0700000001000000000100000000010000000001000000000100000000010000
  549.       0000010000630054686973206F7074696F6E207768656E2073656C6563746564
  550.       20656E61626C657320616E204576656E7420746F20626520656E74657265642C
  551.       20776974686F757420686176696E6720746F206861766520612074696D652073
  552.       70656369666965642E0001070000000100000000010000000001000000000100
  553.       000000010000F20054686973206669656C6420616C6C6F77732061207072696F
  554.       7269747920746F2062652061737369676E656420746F207468652072656D696E
  555.       6465722C207769746820223122206265696E6720746865206869676865737420
  556.       7072696F726974792020616E642022392220746865206C6F776573742E0D0A0D
  557.       0A546F206368616E676520746865207072696F726974792C2065697468657220
  558.       7479706520746865206E6577207072696F72697479206469726563746C792069
  559.       6E746F2074686973206669656C64206F72207573652074686520696E6372656D
  560.       656E74616C20757020616E6420646F776E206172726F77732E00010700000001
  561.       0000000001000000000100000000010000000001000000000100000000010000
  562.       470154686973206669656C6420616C6C6F777320746865207363686564756C65
  563.       2074696D6520666F7220746865204576656E7420746F20626520737065636966
  564.       6965642E0D0A0D0A546F206368616E6765207468652074696D6520646973706C
  565.       617965642C20656974686572207479706520746865206E65772074696D652064
  566.       69726563746C7920696E746F20746865206669656C64206F7220757365207468
  567.       6520696E6372656D656E74616C20757020616E6420646F776E206172726F7773
  568.       2E205768656E207573696E672074686520696E6372656D656E74616C20617272
  569.       6F77732C207468652070617274206F66207468652074696D6520746861742069
  570.       7320696E6372656D656E74656420646570656E6473206F6E2077686574686572
  571.       2074686520686F7572206F72206D696E75746520706172742069732068696768
  572.       6C6967687465642E000107000000010000000001000000000100000000010000
  573.       0000}
  574.     Color = 15269887
  575.     Font.Color = clWindowText
  576.     Font.Height = -11
  577.     Font.Name = 'MS Sans Serif'
  578.     Font.Style = []
  579.     ParentFont = True
  580.     MaxWidth = 300
  581.     MoreText = 'More Information...'
  582.     Left = 40
  583.     Top = 400
  584.   end
  585.   object ACal: TEPCalendarPopup
  586.     FirstYear = 1900
  587.     LastYear = 2100
  588.     OnClick = ACalClick
  589.     Left = 110
  590.     Top = 398
  591.   end
  592. end
  593.