home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / PICKDATE.DFM / PICKDATE.txt
Text File  |  1997-02-28  |  3KB  |  100 lines

  1. object BrDateForm: TBrDateForm
  2.   Left = 603
  3.   Top = 308
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select a Date'
  6.   ClientHeight = 220
  7.   ClientWidth = 362
  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.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 16
  18.     Top = 8
  19.     Width = 330
  20.     Height = 177
  21.     Shape = bsFrame
  22.   end
  23.   object TitleLabel: TLabel
  24.     Left = 54
  25.     Top = 18
  26.     Width = 257
  27.     Height = 13
  28.     Alignment = taCenter
  29.     AutoSize = False
  30.     Caption = 'February, 1995'
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clWindowText
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = []
  36.     ParentFont = False
  37.   end
  38.   object PrevMonthBtn: TSpeedButton
  39.     Left = 22
  40.     Top = 16
  41.     Width = 20
  42.     Height = 20
  43.     Glyph.Data = {
  44.       E6000000424DE60000000000000076000000280000000E0000000E0000000100
  45.       0400000000007000000000000000000000000000000010000000000000000000
  46.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  47.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  48.       3300333333333333330033333300033333003333330003333300333333000333
  49.       3300333333000333330033333300033333003333330003333300333333000333
  50.       3300333300000003330033333000003333003333330003333300333333303333
  51.       33003333333333333300}
  52.     OnClick = PrevMonthBtnClick
  53.   end
  54.   object NextMonthBtn: TSpeedButton
  55.     Left = 320
  56.     Top = 16
  57.     Width = 20
  58.     Height = 20
  59.     Glyph.Data = {
  60.       E6000000424DE60000000000000076000000280000000E0000000E0000000100
  61.       0400000000007000000000000000000000000000000010000000000000000000
  62.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  63.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  64.       3300333333303333330033333300033333003333300000333300333300000003
  65.       3300333333000333330033333300033333003333330003333300333333000333
  66.       3300333333000333330033333300033333003333330003333300333333000333
  67.       33003333333333333300}
  68.     OnClick = NextMonthBtnClick
  69.   end
  70.   object OkBtn: TButton
  71.     Left = 204
  72.     Top = 189
  73.     Width = 73
  74.     Height = 25
  75.     Caption = '&OK'
  76.     Default = True
  77.     ModalResult = 1
  78.     TabOrder = 0
  79.   end
  80.   object CancelBtn: TButton
  81.     Left = 284
  82.     Top = 189
  83.     Width = 73
  84.     Height = 25
  85.     Caption = '&Cancel'
  86.     ModalResult = 2
  87.     TabOrder = 1
  88.   end
  89.   object Calendar1: TCalendar
  90.     Left = 21
  91.     Top = 40
  92.     Width = 320
  93.     Height = 142
  94.     TabStop = True
  95.     ParentColor = False
  96.     TabOrder = 2
  97.     OnChange = Calendar1Change
  98.   end
  99. end
  100.