home *** CD-ROM | disk | FTP | other *** search
/ Internet! I Didn't Know You Could Do That... / Internet_IDKYCT.iso / worldtime2 / _setup.1 / WorldTime.exe / 0 / RCDATA / TOKRIGHTDLG1 / TOKRIGHTDLG1.txt
Encoding:
Text File  |  1998-06-12  |  2.5 KB  |  121 lines

  1. object OKRightDlg1: TOKRightDlg1
  2.   Left = 227
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Set the Date Format'
  6.   ClientHeight = 198
  7.   ClientWidth = 384
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnShow = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 281
  22.     Height = 185
  23.     Shape = bsFrame
  24.   end
  25.   object Label2: TLabel
  26.     Left = 16
  27.     Top = 16
  28.     Width = 61
  29.     Height = 13
  30.     Caption = 'Date Format:'
  31.   end
  32.   object Label1: TLabel
  33.     Left = 24
  34.     Top = 168
  35.     Width = 52
  36.     Height = 13
  37.     Caption = '<Example>'
  38.   end
  39.   object Memo1: TMemo
  40.     Left = 24
  41.     Top = 56
  42.     Width = 249
  43.     Height = 105
  44.     Lines.Strings = (
  45.       'Help with Date Formats:'
  46.       ''
  47.       'c      Default'
  48.       'd      Day as 1-31'
  49.       'dd     Day as 01-31'
  50.       'ddd    Day as Sun-Sat'
  51.       'dddd   Day as Sunday-Saturday'
  52.       'ddddd  Short Date *'
  53.       'dddddd Long Date *'
  54.       'm      Month as 1-12'
  55.       'mm     Month as 01-12'
  56.       'mmm    Month as Jan-Dec'
  57.       'mmmm   Month as January-December'
  58.       'yy     Year as 00-99'
  59.       'yyyy   Year as 0000-9999'
  60.       'h      Hour as 0-23'
  61.       'hh     Hour as 00-23'
  62.       'n      Minute as 0-59'
  63.       'nn     Minute as 00-59'
  64.       's      Seconds as 0-59'
  65.       'ss     Seconds as 00-59'
  66.       't      Short Time *'
  67.       'tt     Long Time *'
  68.       'am/pm  Use 12h clock (am/pm displayed)'
  69.       'a/p    Use 12h clock (a/p displayed)'
  70.       '/      Use date separator *'
  71.       ':      Use time separator *'
  72.       '"xx"   Display literal string xx'
  73.       ''
  74.       '* Depends on your configuration.'
  75.       '  See Control Panel | Regional')
  76.     ReadOnly = True
  77.     ScrollBars = ssVertical
  78.     TabOrder = 0
  79.   end
  80.   object Edit1: TComboBox
  81.     Left = 24
  82.     Top = 32
  83.     Width = 249
  84.     Height = 21
  85.     ItemHeight = 13
  86.     Items.Strings = (
  87.       'ddd d/m/yy h:mm.sa/p'
  88.       'd/m/y h:mm:ssa/p'
  89.       'd/m/y hh:mm:ss'
  90.       'h:mm:ssam/pm (d/m/y)'
  91.       'hh:mm:ss d/m/y'
  92.       'h:mm'
  93.       'd/m/y h:mm')
  94.     TabOrder = 1
  95.     Text = 'Edit1'
  96.   end
  97.   object Button1: TButton
  98.     Left = 296
  99.     Top = 8
  100.     Width = 75
  101.     Height = 25
  102.     Caption = '&OK'
  103.     ModalResult = 1
  104.     TabOrder = 2
  105.   end
  106.   object Button2: TButton
  107.     Left = 296
  108.     Top = 40
  109.     Width = 75
  110.     Height = 25
  111.     Caption = '&Cancel'
  112.     ModalResult = 2
  113.     TabOrder = 3
  114.   end
  115.   object Timer1: TTimer
  116.     OnTimer = Timer1Timer
  117.     Left = 320
  118.     Top = 80
  119.   end
  120. end
  121.