home *** CD-ROM | disk | FTP | other *** search
- object OKRightDlg1: TOKRightDlg1
- Left = 227
- Top = 108
- BorderStyle = bsDialog
- Caption = 'Set the Date Format'
- ClientHeight = 198
- ClientWidth = 384
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 281
- Height = 185
- Shape = bsFrame
- end
- object Label2: TLabel
- Left = 16
- Top = 16
- Width = 61
- Height = 13
- Caption = 'Date Format:'
- end
- object Label1: TLabel
- Left = 24
- Top = 168
- Width = 52
- Height = 13
- Caption = '<Example>'
- end
- object Memo1: TMemo
- Left = 24
- Top = 56
- Width = 249
- Height = 105
- Lines.Strings = (
- 'Help with Date Formats:'
- ''
- 'c Default'
- 'd Day as 1-31'
- 'dd Day as 01-31'
- 'ddd Day as Sun-Sat'
- 'dddd Day as Sunday-Saturday'
- 'ddddd Short Date *'
- 'dddddd Long Date *'
- 'm Month as 1-12'
- 'mm Month as 01-12'
- 'mmm Month as Jan-Dec'
- 'mmmm Month as January-December'
- 'yy Year as 00-99'
- 'yyyy Year as 0000-9999'
- 'h Hour as 0-23'
- 'hh Hour as 00-23'
- 'n Minute as 0-59'
- 'nn Minute as 00-59'
- 's Seconds as 0-59'
- 'ss Seconds as 00-59'
- 't Short Time *'
- 'tt Long Time *'
- 'am/pm Use 12h clock (am/pm displayed)'
- 'a/p Use 12h clock (a/p displayed)'
- '/ Use date separator *'
- ': Use time separator *'
- '"xx" Display literal string xx'
- ''
- '* Depends on your configuration.'
- ' See Control Panel | Regional')
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object Edit1: TComboBox
- Left = 24
- Top = 32
- Width = 249
- Height = 21
- ItemHeight = 13
- Items.Strings = (
- 'ddd d/m/yy h:mm.sa/p'
- 'd/m/y h:mm:ssa/p'
- 'd/m/y hh:mm:ss'
- 'h:mm:ssam/pm (d/m/y)'
- 'hh:mm:ss d/m/y'
- 'h:mm'
- 'd/m/y h:mm')
- TabOrder = 1
- Text = 'Edit1'
- end
- object Button1: TButton
- Left = 296
- Top = 8
- Width = 75
- Height = 25
- Caption = '&OK'
- ModalResult = 1
- TabOrder = 2
- end
- object Button2: TButton
- Left = 296
- Top = 40
- Width = 75
- Height = 25
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object Timer1: TTimer
- OnTimer = Timer1Timer
- Left = 320
- Top = 80
- end
- end
-