home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC 26 / LogicielsPC_26.iso / Accuses / Nouveau / PandaMoney / _SETUP.1 / financing.exe / 0 / RCDATA / TWEEKLY_SUMMARY_FORM / TWEEKLY_SUMMARY_FORM.txt < prev   
Text File  |  1999-09-06  |  3KB  |  150 lines

  1. object Weekly_Summary_Form: TWeekly_Summary_Form
  2.   Left = 164
  3.   Top = 238
  4.   BorderStyle = bsDialog
  5.   Caption = 'PandaMoney'
  6.   ClientHeight = 185
  7.   ClientWidth = 459
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnShow = FormActivate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object TabSet: TTabControl
  22.     Left = 0
  23.     Top = 0
  24.     Width = 459
  25.     Height = 185
  26.     Align = alClient
  27.     HotTrack = True
  28.     TabOrder = 0
  29.     OnChange = TabSetChange
  30.     object MainPanel: TPanel
  31.       Left = 4
  32.       Top = 6
  33.       Width = 451
  34.       Height = 175
  35.       Align = alClient
  36.       BevelOuter = bvNone
  37.       Ctl3D = True
  38.       ParentCtl3D = False
  39.       TabOrder = 0
  40.       object L_Summary: TLabel
  41.         Left = 8
  42.         Top = 0
  43.         Width = 175
  44.         Height = 24
  45.         Caption = 'Weekly Summary'
  46.         Font.Charset = ANSI_CHARSET
  47.         Font.Color = clBlue
  48.         Font.Height = -21
  49.         Font.Name = 'Arial'
  50.         Font.Style = [fsBold]
  51.         ParentFont = False
  52.       end
  53.       object GB_Period: TGroupBox
  54.         Left = 8
  55.         Top = 24
  56.         Width = 217
  57.         Height = 121
  58.         Caption = 'Period'
  59.         Font.Charset = ANSI_CHARSET
  60.         Font.Color = clNavy
  61.         Font.Height = -13
  62.         Font.Name = 'Arial'
  63.         Font.Style = [fsBold]
  64.         ParentFont = False
  65.         TabOrder = 0
  66.         object L_From_To: TLabel
  67.           Left = 27
  68.           Top = 63
  69.           Width = 176
  70.           Height = 16
  71.           AutoSize = False
  72.           Caption = 'L_From_To'
  73.         end
  74.         object L_Total_Weeks: TLabel
  75.           Left = 8
  76.           Top = 88
  77.           Width = 185
  78.           Height = 16
  79.           AutoSize = False
  80.           Caption = 'Total Weeks'
  81.         end
  82.         object L_Week: TLabel
  83.           Left = 8
  84.           Top = 24
  85.           Width = 185
  86.           Height = 16
  87.           AutoSize = False
  88.           Caption = 'Week'
  89.         end
  90.         object Label1: TLabel
  91.           Left = 9
  92.           Top = 46
  93.           Width = 83
  94.           Height = 16
  95.           AutoSize = False
  96.           Caption = 'Date Period:'
  97.         end
  98.       end
  99.       object GB_Expenses: TGroupBox
  100.         Left = 232
  101.         Top = 24
  102.         Width = 209
  103.         Height = 121
  104.         Caption = 'Expenses'
  105.         Font.Charset = ANSI_CHARSET
  106.         Font.Color = clNavy
  107.         Font.Height = -13
  108.         Font.Name = 'Arial'
  109.         Font.Style = [fsBold]
  110.         ParentFont = False
  111.         TabOrder = 1
  112.         object L_Balance_For_CurrentWeek: TLabel
  113.           Left = 8
  114.           Top = 24
  115.           Width = 185
  116.           Height = 16
  117.           AutoSize = False
  118.           Caption = 'Balance for Current Week'
  119.         end
  120.         object L_EXP_CUR: TLabel
  121.           Left = 8
  122.           Top = 72
  123.           Width = 185
  124.           Height = 17
  125.           AutoSize = False
  126.           Caption = 'Expenses For Current Week:'
  127.         end
  128.         object L_Expenses: TLabel
  129.           Left = 8
  130.           Top = 96
  131.           Width = 193
  132.           Height = 16
  133.           Alignment = taCenter
  134.           AutoSize = False
  135.           Caption = '$0.00'
  136.         end
  137.         object L_Balance: TLabel
  138.           Left = 8
  139.           Top = 48
  140.           Width = 193
  141.           Height = 16
  142.           Alignment = taCenter
  143.           AutoSize = False
  144.           Caption = '$888888.88'
  145.         end
  146.       end
  147.     end
  148.   end
  149. end
  150.