home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Loisirs 24
/
CDL24.iso
/
SHARE
/
WIN95
/
CALENDAR
/
CALENDAR.EXE
/
0
/
RCDATA
/
TOPTIONSFORM
/
TOPTIONSFORM.txt
< prev
Wrap
Text File
|
1996-08-26
|
6KB
|
272 lines
object OptionsForm: TOptionsForm
Left = 289
Top = 184
BorderIcons = [biSystemMenu, biHelp]
BorderStyle = bsDialog
Caption = 'Options'
ClientHeight = 277
ClientWidth = 480
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object ImageIcon: TImage
Left = 8
Top = 15
Width = 32
Height = 32
Hint = 'Thanks for the help David!'
Center = True
ParentShowHint = False
Picture.Data = {<image000.ico>}
ShowHint = True
end
object LabelName: TLabel
Left = 48
Top = 7
Width = 100
Height = 13
Caption = 'Popup Calendar v1.4'
end
object LabelCRight: TLabel
Left = 48
Top = 24
Width = 179
Height = 13
Caption = 'Copyright � 1996 by Alastria Software'
end
object LabelRDate: TLabel
Left = 48
Top = 41
Width = 141
Height = 13
Caption = 'Released on August 27, 1996'
end
object StartGroup: TGroupBox
Left = 8
Top = 96
Width = 225
Height = 44
Caption = 'Auto Re-shuffle'
TabOrder = 5
object CheckReshuffle: TCheckBox
Left = 8
Top = 18
Width = 193
Height = 17
Caption = 'Re-Shuffle 30 seconds after Startup'
State = cbChecked
TabOrder = 0
end
end
object BtnOK: TBitBtn
Left = 159
Top = 248
Width = 75
Height = 25
TabOrder = 0
Kind = bkOK
end
object BtnCancel: TBitBtn
Left = 247
Top = 248
Width = 75
Height = 25
TabOrder = 1
Kind = bkCancel
end
object LabelHP: TEdit
Left = 8
Top = 58
Width = 185
Height = 17
AutoSize = False
BorderStyle = bsNone
Color = cl3DLight
Ctl3D = False
ParentCtl3D = False
ReadOnly = True
TabOrder = 2
Text = 'http://www.coe.uncc.edu/~sdmoore/'
end
object LocationGroup: TGroupBox
Left = 8
Top = 144
Width = 225
Height = 97
Caption = 'Screen Location'
TabOrder = 3
object RadioTopLeft: TRadioButton
Left = 8
Top = 16
Width = 73
Height = 17
Caption = 'Top Left'
TabOrder = 0
end
object RadioBottomLeft: TRadioButton
Left = 8
Top = 72
Width = 81
Height = 17
Caption = 'Bottom Left'
TabOrder = 1
end
object RadioTopRight: TRadioButton
Left = 146
Top = 16
Width = 68
Height = 17
Alignment = taLeftJustify
Caption = 'Top Right'
TabOrder = 2
end
object RadioBottomRight: TRadioButton
Left = 136
Top = 72
Width = 81
Height = 17
Alignment = taLeftJustify
Caption = 'Bottom Right'
TabOrder = 3
end
object RadioCenter: TRadioButton
Left = 80
Top = 40
Width = 57
Height = 17
Caption = 'Center'
TabOrder = 4
end
end
object Edit1: TEdit
Left = 8
Top = 75
Width = 145
Height = 17
AutoSize = False
BorderStyle = bsNone
Color = cl3DLight
Ctl3D = False
ParentCtl3D = False
ReadOnly = True
TabOrder = 4
Text = 'DerekMoore@worldnet.att.net'
end
object GroupFormat: TGroupBox
Left = 240
Top = 8
Width = 233
Height = 233
Caption = 'Date Format'
TabOrder = 6
object CustomPreview: TLabel
Left = 80
Top = 97
Width = 3
Height = 13
end
object BtnShortDate: TRadioButton
Left = 16
Top = 16
Width = 161
Height = 17
Caption = 'm/d/yy'
TabOrder = 0
end
object BtnStandardDate: TRadioButton
Left = 16
Top = 32
Width = 161
Height = 17
Caption = 'mmmm d, yyyy'
Checked = True
TabOrder = 1
TabStop = True
end
object BtnLongDate: TRadioButton
Left = 16
Top = 48
Width = 177
Height = 17
Caption = 'dddd, mmmm d, yyyy'
TabOrder = 2
end
object BtnCustomDate: TRadioButton
Left = 16
Top = 96
Width = 61
Height = 17
Caption = 'Custom:'
TabOrder = 3
end
object CustomString: TEdit
Left = 32
Top = 112
Width = 121
Height = 21
TabOrder = 4
Text = 'mmm d'
OnChange = CustomStringChange
end
object Memo1: TMemo
Left = 8
Top = 140
Width = 217
Height = 85
Lines.Strings = (
' Key for Custom String'
'---------------------------------------------------------------'
'd'#9'Displays the day number '
#9'without a leading zero (1-31).'
'dd'#9'Displays the day number '
#9'with a leading zero (01-31).'
'ddd'#9'Displays the day of week as'
#9'an abbreviation (Sun-Sat)'
'dddd'#9'Displays the day of week as '
#9'a full name (Sunday-Saturday)'
''
'm'#9'Displays the month number '
#9'without a leading zero (1-12). '
'mm'#9'Displays the month number '
#9'with a leading zero (01-12).'
'mmm'#9'Displays the month as an '
#9'abbreviation (Jan-Dec)'
'mmmm'#9'Displays the month as a full '
#9'name (January-December)'
''
'yy'#9'Displays the year as a two-'
#9'digit number (00-99).'
'yyyy'#9'Displays the year as a four-'
#9'digit number (0000-9999).'
''
#39'<Text>'#39#9'words enclosed in '#39' '#39' are '
#9'displayed literally')
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 5
end
object BtnIntlShort: TRadioButton
Left = 16
Top = 64
Width = 129
Height = 17
Caption = 'd-mmm-yy'
TabOrder = 6
end
object BtnIntlLong: TRadioButton
Left = 16
Top = 80
Width = 161
Height = 17
Caption = 'dddd, d mmmm, yyyy'
TabOrder = 7
end
end
end