home *** CD-ROM | disk | FTP | other *** search
/ BUG 10 / BUGCD1998_01.ISO / desktop / smagic / config.exe / 0 / RCDATA / TFRMDATE / TFRMDATE.txt < prev   
Text File  |  1997-08-25  |  2KB  |  114 lines

  1. object frmDate: TfrmDate
  2.   Left = 243
  3.   Top = 225
  4.   ActiveControl = Calendar1
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Date Selector'
  8.   ClientHeight = 183
  9.   ClientWidth = 335
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 335
  24.     Height = 24
  25.     Align = alTop
  26.     Alignment = taCenter
  27.     Caption = 'Label1'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -19
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object Calendar1: TCalendar
  36.     Left = 8
  37.     Top = 28
  38.     Width = 319
  39.     Height = 116
  40.     HelpContext = 54
  41.     StartOfWeek = 0
  42.     TabOrder = 0
  43.     OnChange = Calendar1Change
  44.   end
  45.   object cmdOk: TButton
  46.     Left = 8
  47.     Top = 152
  48.     Width = 75
  49.     Height = 25
  50.     Caption = '&Ok'
  51.     ModalResult = 1
  52.     TabOrder = 1
  53.     OnClick = cmdOkClick
  54.   end
  55.   object cmdCancel: TButton
  56.     Left = 253
  57.     Top = 152
  58.     Width = 75
  59.     Height = 25
  60.     Caption = 'Cance&l'
  61.     ModalResult = 2
  62.     TabOrder = 2
  63.   end
  64.   object cmdYearUp: TButton
  65.     Left = 293
  66.     Top = 3
  67.     Width = 33
  68.     Height = 21
  69.     HelpContext = 51
  70.     Caption = '>>>'
  71.     TabOrder = 3
  72.     OnClick = cmdYearUpClick
  73.   end
  74.   object cmdYearDn: TButton
  75.     Left = 8
  76.     Top = 3
  77.     Width = 33
  78.     Height = 21
  79.     HelpContext = 50
  80.     Caption = '<<<'
  81.     TabOrder = 4
  82.     OnClick = cmdYearDnClick
  83.   end
  84.   object cmdMonDn: TButton
  85.     Left = 41
  86.     Top = 3
  87.     Width = 33
  88.     Height = 21
  89.     HelpContext = 52
  90.     Caption = '<'
  91.     TabOrder = 5
  92.     OnClick = cmdMonDnClick
  93.   end
  94.   object cmdMonUp: TButton
  95.     Left = 260
  96.     Top = 3
  97.     Width = 33
  98.     Height = 21
  99.     HelpContext = 53
  100.     Caption = '>'
  101.     TabOrder = 6
  102.     OnClick = cmdMonUpClick
  103.   end
  104.   object chkToday: TCheckBox
  105.     Left = 129
  106.     Top = 156
  107.     Width = 78
  108.     Height = 17
  109.     HelpContext = 56
  110.     Caption = 'Goto Today'
  111.     TabOrder = 7
  112.   end
  113. end
  114.