home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2000 #13 / K-CD-2000-13.iso / BogFi / _SETUP.1 / Bog.exe / 0 / RCDATA / TDATEDIALOGFORM / TDATEDIALOGFORM.txt
Text File  |  2000-08-17  |  2KB  |  109 lines

  1. object DateDialogForm: TDateDialogForm
  2.   Left = 380
  3.   Top = 185
  4.   BorderStyle = bsDialog
  5.   Caption = 'DateDialogForm'
  6.   ClientHeight = 250
  7.   ClientWidth = 188
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnActivate = FormActivate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object DataGroupbox: TGroupBox
  16.     Left = 1
  17.     Top = 0
  18.     Width = 185
  19.     Height = 217
  20.     Hint = '(C) 1996 Hans Luijten'
  21.     Caption = ' &Date '
  22.     ParentShowHint = False
  23.     ShowHint = False
  24.     TabOrder = 0
  25.     object DateLabel: TLabel
  26.       Left = 8
  27.       Top = 192
  28.       Width = 169
  29.       Height = 17
  30.       Alignment = taCenter
  31.       AutoSize = False
  32.       Caption = 'DateLabel'
  33.     end
  34.     object MonthSelector: TComboBox
  35.       Left = 10
  36.       Top = 24
  37.       Width = 89
  38.       Height = 21
  39.       Style = csDropDownList
  40.       DropDownCount = 12
  41.       ItemHeight = 13
  42.       TabOrder = 0
  43.       OnChange = MonthSelectorChange
  44.     end
  45.     object YearUpDown: TUpDown
  46.       Left = 161
  47.       Top = 24
  48.       Width = 16
  49.       Height = 21
  50.       Min = -9999
  51.       Max = 9999
  52.       Position = 0
  53.       TabOrder = 3
  54.       Wrap = False
  55.       OnClick = YearUpDownClick
  56.     end
  57.     object MonthGrid: TStringGrid
  58.       Left = 10
  59.       Top = 56
  60.       Width = 165
  61.       Height = 129
  62.       ColCount = 7
  63.       Ctl3D = True
  64.       DefaultColWidth = 23
  65.       DefaultRowHeight = 16
  66.       DragCursor = crDefault
  67.       FixedColor = clBtnShadow
  68.       FixedCols = 0
  69.       RowCount = 7
  70.       GridLineWidth = 0
  71.       Options = [goDrawFocusSelected]
  72.       ParentCtl3D = False
  73.       ScrollBars = ssNone
  74.       TabOrder = 2
  75.       OnClick = MonthGridClick
  76.     end
  77.     object YearSelector: TEdit
  78.       Left = 104
  79.       Top = 24
  80.       Width = 57
  81.       Height = 21
  82.       Enabled = False
  83.       ReadOnly = True
  84.       TabOrder = 1
  85.       Text = 'YearSelector'
  86.     end
  87.   end
  88.   object OKButton: TBitBtn
  89.     Left = 1
  90.     Top = 224
  91.     Width = 75
  92.     Height = 25
  93.     Caption = '&OK'
  94.     TabOrder = 1
  95.     OnClick = OKButtonClick
  96.     Kind = bkOK
  97.   end
  98.   object CancelButton: TBitBtn
  99.     Left = 111
  100.     Top = 224
  101.     Width = 75
  102.     Height = 25
  103.     Caption = '&Fortryd'
  104.     TabOrder = 2
  105.     OnClick = CancelButtonClick
  106.     Kind = bkCancel
  107.   end
  108. end
  109.