home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / tools / keybexpr / setup.exe / KEYEXP.EXE / 0 / RCDATA / TDATEORTIME / TDATEORTIME.txt
Encoding:
Text File  |  1996-06-03  |  1.4 KB  |  76 lines

  1. object DateOrTime: TDateOrTime
  2.   Left = 415
  3.   Top = 118
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 362
  6.   ClientWidth = 427
  7.   Font.Color = clBlack
  8.   Font.Height = -17
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   OnPaint = FormPaint
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 19
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 4
  21.     Width = 413
  22.     Height = 309
  23.     Style = bsRaised
  24.   end
  25.   object TitleLabel: TLabel
  26.     Left = 16
  27.     Top = 12
  28.     Width = 397
  29.     Height = 29
  30.     Alignment = taCenter
  31.     AutoSize = False
  32.     Caption = 'Select Date Format'
  33.     Font.Color = clBlack
  34.     Font.Height = -20
  35.     Font.Name = 'Arial'
  36.     Font.Style = []
  37.     ParentFont = False
  38.   end
  39.   object TheFormat: TListBox
  40.     Left = 12
  41.     Top = 44
  42.     Width = 405
  43.     Height = 237
  44.     ItemHeight = 50
  45.     Style = lbOwnerDrawFixed
  46.     TabOrder = 0
  47.     OnDrawItem = TheFormatDrawItem
  48.   end
  49.   object OkButton: TBitBtn
  50.     Left = 80
  51.     Top = 320
  52.     Width = 121
  53.     Height = 33
  54.     Caption = '&Ok'
  55.     TabOrder = 1
  56.     OnClick = OkButtonClick
  57.   end
  58.   object CancelButton: TBitBtn
  59.     Left = 236
  60.     Top = 320
  61.     Width = 121
  62.     Height = 33
  63.     Caption = '&Cancel'
  64.     TabOrder = 2
  65.     OnClick = CancelButtonClick
  66.   end
  67.   object Suppress: TCheckBox
  68.     Left = 16
  69.     Top = 288
  70.     Width = 273
  71.     Height = 21
  72.     Caption = 'Do not show leading zeros'
  73.     TabOrder = 3
  74.   end
  75. end
  76.