home *** CD-ROM | disk | FTP | other *** search
/ Do It Yourself Pak / Do_ItPak1.iso / aftd / _SETUP.1 / FamTree.exe / 0 / RCDATA / TCALFORM / TCALFORM.txt
Text File  |  1999-07-07  |  7KB  |  312 lines

  1. object CalForm: TCalForm
  2.   Left = 339
  3.   Top = 163
  4.   Width = 630
  5.   Height = 512
  6.   HelpContext = 9000
  7.   Caption = 'CalForm'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PrintScale = poPrintToFit
  17.   OnActivate = FormActivate
  18.   OnResize = FormResize
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 622
  25.     Height = 41
  26.     HelpContext = 9000
  27.     Align = alTop
  28.     Caption = 'Date'
  29.     Font.Charset = ANSI_CHARSET
  30.     Font.Color = clNavy
  31.     Font.Height = -23
  32.     Font.Name = 'Arial'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.     TabOrder = 0
  36.     object UpDownMonth: TUpDown
  37.       Left = 552
  38.       Top = 8
  39.       Width = 57
  40.       Height = 29
  41.       HelpContext = 9000
  42.       Anchors = [akRight, akBottom]
  43.       Min = 0
  44.       Max = 13
  45.       Orientation = udHorizontal
  46.       Position = 1
  47.       TabOrder = 0
  48.       Wrap = False
  49.       OnClick = UpDownMonthClick
  50.     end
  51.   end
  52.   object Panel2: TPanel
  53.     Left = 0
  54.     Top = 424
  55.     Width = 622
  56.     Height = 61
  57.     HelpContext = 9000
  58.     Align = alBottom
  59.     TabOrder = 1
  60.     object HelpBtn: TBitBtn
  61.       Left = 528
  62.       Top = 15
  63.       Width = 86
  64.       Height = 41
  65.       HelpContext = 9000
  66.       Anchors = [akRight, akBottom]
  67.       TabOrder = 0
  68.       OnClick = HelpBtnClick
  69.       Kind = bkHelp
  70.     end
  71.     object PrintBtn: TBitBtn
  72.       Left = 352
  73.       Top = 15
  74.       Width = 86
  75.       Height = 41
  76.       HelpContext = 9000
  77.       Anchors = [akRight, akBottom]
  78.       Caption = '&Print'
  79.       TabOrder = 1
  80.       OnClick = PrintBtnClick
  81.       Glyph.Data = {
  82.         4E010000424D4E01000000000000760000002800000012000000120000000100
  83.         040000000000D800000000000000000000001000000010000000000000000000
  84.         BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  85.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
  86.         DDDDDD000000DDD00000000000DDDD000000DD0777777777070DDD000000D000
  87.         000000000070DD000000D0777777FFF77000DD000000D077777799977070DD00
  88.         0000D0000000000000770D000000D0777777777707070D000000DD0000000000
  89.         70700D000000DDD0FFFFFFFF07070D000000DDDD0FCCCCCF0000DD000000DDDD
  90.         0FFFFFFFF0DDDD000000DDDDD0FCCCCCF0DDDD000000DDDDD0FFFFFFFF0DDD00
  91.         0000DDDDDD000000000DDD000000DDDDDDDDDDDDDDDDDD000000DDDDDDDDDDDD
  92.         DDDDDD000000DDDDDDDDDDDDDDDDDD000000}
  93.     end
  94.     object CloseBtn: TBitBtn
  95.       Left = 440
  96.       Top = 15
  97.       Width = 86
  98.       Height = 41
  99.       HelpContext = 9000
  100.       Anchors = [akRight, akBottom]
  101.       TabOrder = 2
  102.       Kind = bkClose
  103.     end
  104.     object GrpInclude: TRadioGroup
  105.       Left = 8
  106.       Top = 9
  107.       Width = 145
  108.       Height = 49
  109.       HelpContext = 9000
  110.       Caption = 'Include Individuals'
  111.       Columns = 2
  112.       Font.Charset = DEFAULT_CHARSET
  113.       Font.Color = clBlack
  114.       Font.Height = -11
  115.       Font.Name = 'MS Sans Serif'
  116.       Font.Pitch = fpFixed
  117.       Font.Style = []
  118.       ItemIndex = 0
  119.       Items.Strings = (
  120.         'All'
  121.         'Living')
  122.       ParentFont = False
  123.       TabOrder = 3
  124.       OnClick = GrpIncludeClick
  125.     end
  126.     object GrpDateType: TGroupBox
  127.       Left = 160
  128.       Top = 8
  129.       Width = 185
  130.       Height = 48
  131.       HelpContext = 9000
  132.       Caption = 'Include Dates'
  133.       TabOrder = 4
  134.       object ChkBirth: TCheckBox
  135.         Left = 8
  136.         Top = 24
  137.         Width = 57
  138.         Height = 17
  139.         HelpContext = 9000
  140.         Caption = 'Birth'
  141.         Checked = True
  142.         Color = clBtnFace
  143.         Font.Charset = DEFAULT_CHARSET
  144.         Font.Color = clBlack
  145.         Font.Height = -12
  146.         Font.Name = 'Arial'
  147.         Font.Pitch = fpFixed
  148.         Font.Style = []
  149.         ParentColor = False
  150.         ParentFont = False
  151.         State = cbChecked
  152.         TabOrder = 0
  153.         OnClick = ChkBirthClick
  154.       end
  155.       object ChkAnniv: TCheckBox
  156.         Left = 88
  157.         Top = 24
  158.         Width = 89
  159.         Height = 17
  160.         HelpContext = 9000
  161.         Caption = 'Anniversary'
  162.         Font.Charset = DEFAULT_CHARSET
  163.         Font.Color = clBlack
  164.         Font.Height = -12
  165.         Font.Name = 'Arial'
  166.         Font.Pitch = fpFixed
  167.         Font.Style = []
  168.         ParentFont = False
  169.         TabOrder = 1
  170.         OnClick = ChkAnnivClick
  171.       end
  172.     end
  173.   end
  174.   object Panel3: TPanel
  175.     Left = 0
  176.     Top = 41
  177.     Width = 622
  178.     Height = 383
  179.     Align = alClient
  180.     TabOrder = 2
  181.     object DBCtrlGrid1: TDBCtrlGrid
  182.       Left = 1
  183.       Top = 26
  184.       Width = 632
  185.       Height = 354
  186.       HelpContext = 9000
  187.       ColCount = 7
  188.       DataSource = FamilyData.dsCal
  189.       PanelHeight = 59
  190.       PanelWidth = 88
  191.       TabOrder = 0
  192.       TabStop = False
  193.       RowCount = 6
  194.       ShowFocus = False
  195.       object Panel4: TPanel
  196.         Left = 0
  197.         Top = 0
  198.         Width = 88
  199.         Height = 59
  200.         Align = alClient
  201.         BorderStyle = bsSingle
  202.         Caption = 'Panel4'
  203.         Color = clWhite
  204.         Ctl3D = False
  205.         ParentCtl3D = False
  206.         TabOrder = 0
  207.         object DBTextDay: TDBText
  208.           Left = 1
  209.           Top = 1
  210.           Width = 84
  211.           Height = 17
  212.           Align = alTop
  213.           Alignment = taCenter
  214.           DataField = 'Day'
  215.           DataSource = FamilyData.dsCal
  216.           Font.Charset = ANSI_CHARSET
  217.           Font.Color = clNavy
  218.           Font.Height = -13
  219.           Font.Name = 'Arial'
  220.           Font.Style = [fsBold, fsUnderline]
  221.           ParentFont = False
  222.         end
  223.         object DBMemo1: TDBMemo
  224.           Left = 1
  225.           Top = 18
  226.           Width = 84
  227.           Height = 38
  228.           HelpContext = 9000
  229.           Align = alClient
  230.           BorderStyle = bsNone
  231.           DataField = 'Events'
  232.           DataSource = FamilyData.dsCal
  233.           Font.Charset = ANSI_CHARSET
  234.           Font.Color = clMaroon
  235.           Font.Height = -10
  236.           Font.Name = 'Small Fonts'
  237.           Font.Style = []
  238.           ParentFont = False
  239.           ReadOnly = True
  240.           TabOrder = 0
  241.         end
  242.       end
  243.     end
  244.     object Panel5: TPanel
  245.       Left = 1
  246.       Top = 1
  247.       Width = 620
  248.       Height = 25
  249.       HelpContext = 9000
  250.       Align = alTop
  251.       TabOrder = 1
  252.       object Label1: TLabel
  253.         Left = 8
  254.         Top = 8
  255.         Width = 41
  256.         Height = 16
  257.         Caption = 'Label1'
  258.       end
  259.       object Label2: TLabel
  260.         Left = 88
  261.         Top = 8
  262.         Width = 41
  263.         Height = 16
  264.         Caption = 'Label2'
  265.       end
  266.       object Label3: TLabel
  267.         Left = 176
  268.         Top = 8
  269.         Width = 41
  270.         Height = 16
  271.         Caption = 'Label3'
  272.       end
  273.       object Label4: TLabel
  274.         Left = 264
  275.         Top = 8
  276.         Width = 41
  277.         Height = 16
  278.         Caption = 'Label4'
  279.       end
  280.       object Label5: TLabel
  281.         Left = 344
  282.         Top = 8
  283.         Width = 41
  284.         Height = 16
  285.         Caption = 'Label5'
  286.       end
  287.       object Label6: TLabel
  288.         Left = 432
  289.         Top = 8
  290.         Width = 41
  291.         Height = 16
  292.         Caption = 'Label6'
  293.       end
  294.       object Label7: TLabel
  295.         Left = 512
  296.         Top = 8
  297.         Width = 41
  298.         Height = 16
  299.         Caption = 'Label7'
  300.       end
  301.     end
  302.   end
  303.   object PrintDialog1: TPrintDialog
  304.     Left = 528
  305.     Top = 24
  306.   end
  307.   object PrinterSetupDialog1: TPrinterSetupDialog
  308.     Left = 560
  309.     Top = 25
  310.   end
  311. end
  312.