home *** CD-ROM | disk | FTP | other *** search
- object ReminderDlg: TReminderDlg
- Left = 35
- Top = 107
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Create a New Reminder Event'
- ClientHeight = 429
- ClientWidth = 428
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Scaled = False
- OnActivate = FormActivate
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object SpeedButton1: TSpeedButton
- Left = 331
- Top = 395
- Width = 89
- Height = 30
- Caption = 'Help'
- Glyph.Data = {
- 06020000424D0602000000000000760000002800000028000000140000000100
- 0400000000009001000000000000000000000000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777777777777777777777777777777777777777777777777777777777777
- 777777777778887777777777777777777777777777777777778AA87777777777
- 777777788777777777777777778AA87777777777777777788777777777777777
- 78AA87774447777777777788777788877777778878AA87774447777777877788
- 777788877777778A8AA877777777777777887887777777777777778AAAA87777
- 4487777777888887777788777777778AAAAAA877448777777788888888778877
- 7777778AAAAA87777447777777888888877778877777778AAAA8777777448777
- 77888888777777887777778AAA8778447784487777888887778877788777778A
- A87774487774447777888877788777788877778A877774487774447777888777
- 7887777888777788777777447784487777887777778877788777778777777774
- 4444877777877777777888887777777777777777777777777777777777777777
- 7777777777777777777777777777777777777777777777777777777777777777
- 77777777777777777777}
- NumGlyphs = 2
- OnClick = SpeedButton1Click
- end
- object Button1: TButton
- Left = 139
- Top = 395
- Width = 89
- Height = 30
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 4
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 235
- Top = 395
- Width = 89
- Height = 30
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 5
- end
- object GroupBox1: TGroupBox
- Left = 6
- Top = 4
- Width = 413
- Height = 147
- Caption = 'Reminder'
- TabOrder = 0
- object Label1: TLabel
- Left = 16
- Top = 22
- Width = 81
- Height = 16
- AutoSize = False
- Caption = '&When'
- FocusControl = DateBox
- end
- object Label4: TLabel
- Left = 16
- Top = 56
- Width = 81
- Height = 16
- AutoSize = False
- Caption = 'Des&cription:'
- FocusControl = CommentBox
- end
- object Label3: TLabel
- Left = 280
- Top = 56
- Width = 65
- Height = 16
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'P&riority:'
- FocusControl = Prty
- end
- object DateBox: TComboBox
- Left = 202
- Top = 18
- Width = 117
- Height = 24
- DropDownCount = 0
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 16
- ParentFont = False
- TabOrder = 1
- Text = 'DateBox'
- OnDropDown = DateBoxDropDown
- end
- object CommentBox: TComboBox
- Left = 104
- Top = 54
- Width = 169
- Height = 24
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 16
- ParentFont = False
- Sorted = True
- TabOrder = 3
- Text = 'CommentBox'
- end
- object Desc: TMemo
- Left = 16
- Top = 86
- Width = 386
- Height = 51
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 255
- ParentFont = False
- ScrollBars = ssVertical
- TabOrder = 5
- end
- object Prty: TSpinEdit
- Left = 353
- Top = 53
- Width = 49
- Height = 26
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 1
- MaxValue = 9
- MinValue = 1
- ParentFont = False
- TabOrder = 4
- Value = 5
- end
- object NoTimeBox: TCheckBox
- Left = 328
- Top = 22
- Width = 71
- Height = 17
- Caption = 'No &Time'
- TabOrder = 2
- OnClick = NoTimeBoxClick
- end
- object RemTime: TTimeEdit
- Left = 104
- Top = 18
- Width = 97
- Height = 24
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- Text = '10:17 PM'
- end
- end
- object GroupBox4: TGroupBox
- Left = 150
- Top = 233
- Width = 268
- Height = 152
- Caption = 'GroupBox4'
- TabOrder = 3
- object RecLabel: TLabel
- Left = 4
- Top = 26
- Width = 113
- Height = 23
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Schedule &Every'
- FocusControl = Rec
- end
- object RecPeriod: TLabel
- Left = 180
- Top = 26
- Width = 73
- Height = 16
- AutoSize = False
- Caption = 'Months'
- end
- object UntilLabel: TLabel
- Left = 4
- Top = 61
- Width = 113
- Height = 22
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Repeat &Until'
- FocusControl = EDateBox
- end
- object Rec: TSpinEdit
- Left = 124
- Top = 23
- Width = 49
- Height = 26
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 2
- MaxValue = 99
- MinValue = 1
- ParentFont = False
- TabOrder = 0
- Value = 1
- end
- object EDateBox: TComboBox
- Left = 124
- Top = 59
- Width = 129
- Height = 24
- DropDownCount = 0
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 16
- ParentFont = False
- TabOrder = 1
- Text = 'EDateBox'
- OnDropDown = DateBoxDropDown
- end
- end
- object Optbox: TGroupBox
- Left = 6
- Top = 152
- Width = 412
- Height = 81
- Caption = 'Options'
- TabOrder = 1
- object Adv3: TLabel
- Left = 248
- Top = 22
- Width = 105
- Height = 16
- AutoSize = False
- Caption = 'Day&s'
- FocusControl = Adv2
- end
- object Adv1: TCheckBox
- Left = 16
- Top = 22
- Width = 169
- Height = 17
- Caption = 'Ad&vance Warning at'
- TabOrder = 0
- OnClick = Adv1Click
- end
- object Adv2: TSpinEdit
- Left = 192
- Top = 17
- Width = 49
- Height = 26
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 2
- MaxValue = 99
- MinValue = 1
- ParentFont = False
- TabOrder = 1
- Value = 1
- end
- object ACheck: TCheckBox
- Left = 15
- Top = 54
- Width = 162
- Height = 17
- Caption = 'Set &Alarm for'
- TabOrder = 2
- OnClick = ACheckClick
- end
- object ETime: TTimeEdit
- Left = 192
- Top = 50
- Width = 89
- Height = 24
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- Text = '10:17 PM'
- end
- object AlarmDate: TComboBox
- Left = 282
- Top = 50
- Width = 117
- Height = 24
- DropDownCount = 0
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 16
- ParentFont = False
- TabOrder = 4
- Text = 'DateBox'
- OnDropDown = DateBoxDropDown
- end
- end
- object GroupBox3: TGroupBox
- Left = 6
- Top = 233
- Width = 139
- Height = 153
- Caption = '&Frequency'
- TabOrder = 2
- object F1: TRadioButton
- Left = 16
- Top = 20
- Width = 113
- Height = 17
- Caption = '&Note Only'
- TabOrder = 0
- OnClick = F4Click
- end
- object F3: TRadioButton
- Left = 16
- Top = 62
- Width = 113
- Height = 17
- Caption = '&Daily'
- TabOrder = 1
- OnClick = F4Click
- end
- object F4: TRadioButton
- Left = 16
- Top = 84
- Width = 113
- Height = 17
- Caption = '&Weekly'
- TabOrder = 2
- OnClick = F4Click
- end
- object F5: TRadioButton
- Left = 16
- Top = 105
- Width = 113
- Height = 17
- Caption = '&Monthly'
- TabOrder = 3
- OnClick = F4Click
- end
- object F6: TRadioButton
- Left = 16
- Top = 126
- Width = 113
- Height = 17
- Caption = '&Yearly'
- TabOrder = 4
- OnClick = F4Click
- end
- object F2: TRadioButton
- Left = 16
- Top = 41
- Width = 113
- Height = 17
- Caption = '&Once Only'
- Checked = True
- TabOrder = 5
- TabStop = True
- OnClick = F4Click
- end
- end
- object Cal: TEPCalendarPopup
- FirstYear = 1900
- LastYear = 2100
- OnClick = CalClick
- Left = 78
- Top = 398
- end
- object ECal: TEPCalendarPopup
- FirstYear = 1900
- LastYear = 2100
- OnClick = ECalClick
- Left = 8
- Top = 400
- end
- object ODSHelp1: TODSHelp
- HelpText.Strings = (
- 'ACal'
- 'ACheck'
- 'Adv1'
- 'Adv2'
- 'Adv3'
- 'AlarmDate'
- 'Button1'
- 'Button2'
- 'Cal'
- 'CommentBox'
- 'DateBox'
- 'Desc'
- 'ECal'
- 'EDateBox'
- 'ETime'
- 'F1'
- 'F2'
- 'F3'
- 'F4'
- 'F5'
- 'F6'
- 'GroupBox1'
- 'GroupBox3'
- 'GroupBox4'
- 'Label1'
- 'Label3'
- 'Label4'
- 'NoTimeBox'
- 'ODSHelp1'
- 'Optbox'
- 'Prty'
- 'Rec'
- 'RecLabel'
- 'RecPeriod'
- 'RemTime'
- 'SpeedButton1'
- 'UntilLabel')
- HelpText.HelpData = {
- 2500010000000001000000000100004D0154686973206F7074696F6E20776865
- 6E2073656C65637465642077696C6C20656E61626C6520746865206576656E74
- 927320616C61726D206E6F74696669636174696F6E2E0D0A0D0A416E20616C61
- 726D206E6F74696669636174696F6E206973206261736963616C6C7920616E20
- 616C61726D20636C6F636B2C20696E2074686174207768656E20746865207370
- 65636966696564206461746520616E642074696D652069732072656163686564
- 2C20536D61727420416464726573732077696C6C206E6F7469667920796F7520
- 6F6620746865206576656E742C20627920646973706C6179696E67206120706F
- 702D7570206469616C6F6775652E0D0A0D0A4E6F74653A204F6E6C79206F7065
- 6E6564204164647265737320426F6F6B7320616E642044696172696573207769
- 6C6C206265207363616E6E656420666F722073657420616C61726D732E000107
- 000000010000E10152656D696E646572204576656E7473206D61792062652065
- 6E61626C656420746F20697373756520616E20616476616E6365207761726E69
- 6E672074686174207468657920617265206265636F6D696E67206475652E2042
- 792064656661756C742C20536D6172742041646472657373207365747320616E
- 20616476616E6365207761726E696E6720706572696F64207768656E20612065
- 76656E7420697320637265617465642E0D0A0D0A54686973206F7074696F6E20
- 616C6C6F7773207468617420616476616E6365207761726E696E672070657269
- 6F6420746F206265206368616E67656420616E6420616C736F20746F20646574
- 65726D696E6520696620616476616E6365207761726E696E6720697320726571
- 756972656420666F7220746865206576656E742E20546F2064697361626C6520
- 616476616E6365207761726E696E6720666F7220746865206576656E742C2064
- 6573656C656374207468652022416476616E6365205761726E696E6722206F70
- 74696F6E2E0D0A0D0A54686973206F7074696F6E20646F6573206E6F74206166
- 666563742074686520416C61726D2073657474696E6773206173207468657920
- 61726520626F7468207365706572617465207479706573206F66206E6F746966
- 69636174696F6E2E00010700000001000007002D3E4164763100010000000001
- 000007002D3E41647631000100000000010000D00054686973206669656C6420
- 616C6C6F77732061206461746520666F7220616E20616C61726D206E6F746966
- 69636174696F6E20746F206265207370656369666965642E0D0A0D0A546F2065
- 6E7465722074686520646174652C20656974686572207479706520697420696E
- 206469726563746C7920746F20746865206669656C64206F7220757365207468
- 65202264726F702D646F776E22206172726F7720616E642073656C6563742074
- 686520646174652066726F6D2074686520646973706C617965642063616C656E
- 6461722E00010700000001000037005468697320627574746F6E207768656E20
- 707265737365642077696C6C206170706C7920746865206576656E7420726571
- 756573742E00010700000001000038005468697320627574746F6E207768656E
- 20707265737365642077696C6C2063616E63656C20746865206576656E742072
- 6571756573742E00010700000001000000000100000000010000E30054686973
- 206669656C6420616C6C6F77732061206465736372697074696F6E206F662074
- 68652072656D696E64657220746F206265207370656369666965642E0D0A0D0A
- 546F20656E7465722061206465736372697074696F6E2C206569746865722074
- 797065206974206469726563746C7920696E746F20746865206669656C64206F
- 722075736520746865202264726F702D646F776E22206172726F7720616E6420
- 73656C65637420612070726576696F75736C7920757365642064657363726970
- 74696F6E2066726F6D20746865206C69737420646973706C617965642E200001
- 07000000010000C70054686973206669656C6420616C6C6F7773207468652064
- 617465206F66207468652072656D696E64657220746F20626520656E74657265
- 642E200D0A0D0A546F20656E7465722074686520646174652C20656974686572
- 207479706520697420696E206469726563746C7920746F20746865206669656C
- 64206F722075736520746865202264726F702D646F776E22206172726F772061
- 6E642073656C6563742074686520646174652066726F6D207468652064697370
- 6C617965642063616C656E6461722E0001070000000100003C00546869732066
- 69656C6420616C6C6F777320612073686F7274206E6F746520746F2062652061
- 6464656420746F207468652072656D696E6465722E0001070000000100000000
- 010000000001000000000100000000010000530154686973206669656C642061
- 6C6C6F777320746865207363686564756C652074696D6520666F7220616E2061
- 6C61726D206E6F74696669636174696F6E20746F206265207370656369666965
- 642E0D0A0D0A546F206368616E6765207468652074696D6520646973706C6179
- 65642C20656974686572207479706520746865206E65772074696D6520646972
- 6563746C7920696E746F20746865206669656C64206F72207573652074686520
- 696E6372656D656E74616C20757020616E6420646F776E206172726F77732E20
- 5768656E207573696E672074686520696E6372656D656E74616C206172726F77
- 732C207468652070617274206F66207468652074696D65207468617420697320
- 696E6372656D656E74656420646570656E6473206F6E20776865746865722074
- 686520686F7572206F72206D696E757465207061727420697320686967686C69
- 67687465642E0001070000000100000000010000000001000000000100000000
- 0100000000010000000001000000000100000000010000000001000000000100
- 00000001000000000100000000010000000001000071015468657365206F7074
- 696F6E7320656E61626C6520746865206672657175656E637920666F72207468
- 652072656D696E646572206576656E7420746F20626520737065636966696564
- 2E2054686973206672657175656E63792072616E6765732066726F6D20746865
- 206576656E74206265696E6720666F7220696E666F726D6174696F6E206F6E6C
- 7920284E6F7465204F6E6C792920746F206265696E67207363686564756C6564
- 20657665727920796561722028596561726C79292E0D0A0D0A49662061207265
- 63757272696E67206672657175656E63792069732063686F73656E2028446169
- 6C79207468726F75676820746F20596561726C79292C207468656E207768656E
- 20746865206576656E749273207363686564756C65642064617465206F636375
- 72732C20746865206576656E742063616E206175746F6D61746963616C6C7920
- 626520616476616E63656420746F20746865206E657874207363686564756C65
- 6420646174652E0001070000000100000D025468657365206669656C64732065
- 6E61626C65207468652073636F7065206F662074686520726563757272696E67
- 206576656E7420746F206265207370656369666965642E20416E206576656E74
- 206973206465656D656420746F20626520726563757272696E67206966206974
- 206861732061206672657175656E6379206F66204461696C79206F72206D6F72
- 652E0D0A0D0A5468652073636F706520646566696E657320686F77206F667465
- 6E2077697468696E20697473206672657175656E63792C20746865206576656E
- 74206973207363686564756C656420616E642074686520646174652074686174
- 20746865206576656E74206973207363686564756C656420746F206578706972
- 652E0D0A0D0A466F72206578616D706C652C20696620616E206576656E742069
- 7320726571756972656420746F206265207363686564756C6564206576657279
- 2074776F207765656B7320756E74696C2074686520656E64206F662074686520
- 796561722C207468656E20746865206576656E7420776F756C64206861766520
- 6265656E20676976656E2061206672657175656E6379206F66205765656B6C79
- 2C2077697468207468652073636F7065206265696E6720646566696E65642061
- 7320225363686564756C652045766572792032205765656B732220616E642022
- 52657065617420556E74696C20333120446563656D6265722031393936220001
- 0700000001000000000100000000010000000001000000000100000000010000
- 0000010000630054686973206F7074696F6E207768656E2073656C6563746564
- 20656E61626C657320616E204576656E7420746F20626520656E74657265642C
- 20776974686F757420686176696E6720746F206861766520612074696D652073
- 70656369666965642E0001070000000100000000010000000001000000000100
- 000000010000F20054686973206669656C6420616C6C6F77732061207072696F
- 7269747920746F2062652061737369676E656420746F207468652072656D696E
- 6465722C207769746820223122206265696E6720746865206869676865737420
- 7072696F726974792020616E642022392220746865206C6F776573742E0D0A0D
- 0A546F206368616E676520746865207072696F726974792C2065697468657220
- 7479706520746865206E6577207072696F72697479206469726563746C792069
- 6E746F2074686973206669656C64206F72207573652074686520696E6372656D
- 656E74616C20757020616E6420646F776E206172726F77732E00010700000001
- 0000000001000000000100000000010000000001000000000100000000010000
- 470154686973206669656C6420616C6C6F777320746865207363686564756C65
- 2074696D6520666F7220746865204576656E7420746F20626520737065636966
- 6965642E0D0A0D0A546F206368616E6765207468652074696D6520646973706C
- 617965642C20656974686572207479706520746865206E65772074696D652064
- 69726563746C7920696E746F20746865206669656C64206F7220757365207468
- 6520696E6372656D656E74616C20757020616E6420646F776E206172726F7773
- 2E205768656E207573696E672074686520696E6372656D656E74616C20617272
- 6F77732C207468652070617274206F66207468652074696D6520746861742069
- 7320696E6372656D656E74656420646570656E6473206F6E2077686574686572
- 2074686520686F7572206F72206D696E75746520706172742069732068696768
- 6C6967687465642E000107000000010000000001000000000100000000010000
- 0000}
- Color = 15269887
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = True
- MaxWidth = 300
- MoreText = 'More Information...'
- Left = 40
- Top = 400
- end
- object ACal: TEPCalendarPopup
- FirstYear = 1900
- LastYear = 2100
- OnClick = ACalClick
- Left = 110
- Top = 398
- end
- end
-