home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / CTRLGRID.DFM / CTRLGRID.txt
Text File  |  1997-01-16  |  7KB  |  326 lines

  1. object FmCtrlGrid: TFmCtrlGrid
  2.   Left = 215
  3.   Top = 183
  4.   BorderStyle = bsSingle
  5.   Caption = 'Stock Browser'
  6.   ClientHeight = 340
  7.   ClientWidth = 586
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 4
  18.     Top = 212
  19.     Width = 220
  20.     Height = 85
  21.     Shape = bsFrame
  22.   end
  23.   object Label5: TLabel
  24.     Left = 6
  25.     Top = 4
  26.     Width = 61
  27.     Height = 13
  28.     AutoSize = False
  29.     Caption = '&Securities:'
  30.     FocusControl = DBGrid1
  31.   end
  32.   object Label6: TLabel
  33.     Left = 230
  34.     Top = 152
  35.     Width = 54
  36.     Height = 13
  37.     AutoSize = False
  38.     Caption = '&Holdings:'
  39.     FocusControl = DBEdit2
  40.   end
  41.   object Label7: TLabel
  42.     Left = 4
  43.     Top = 196
  44.     Width = 103
  45.     Height = 13
  46.     AutoSize = False
  47.     Caption = 'Investment Value:'
  48.   end
  49.   object Label8: TLabel
  50.     Left = 12
  51.     Top = 220
  52.     Width = 105
  53.     Height = 13
  54.     Alignment = taRightJustify
  55.     Caption = 'Number of Purchases:'
  56.     Font.Color = clWindowText
  57.     Font.Height = -12
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = []
  60.     ParentFont = False
  61.   end
  62.   object Label9: TLabel
  63.     Left = 15
  64.     Top = 242
  65.     Width = 82
  66.     Height = 13
  67.     Alignment = taRightJustify
  68.     Caption = 'Total Share Cost:'
  69.     Font.Color = clWindowText
  70.     Font.Height = -12
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ParentFont = False
  74.   end
  75.   object Label10: TLabel
  76.     Left = 19
  77.     Top = 260
  78.     Width = 78
  79.     Height = 13
  80.     Alignment = taRightJustify
  81.     Caption = 'Value of Shares:'
  82.     Font.Color = clWindowText
  83.     Font.Height = -12
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = []
  86.     ParentFont = False
  87.   end
  88.   object Label11: TLabel
  89.     Left = 23
  90.     Top = 279
  91.     Width = 74
  92.     Height = 13
  93.     Alignment = taRightJustify
  94.     Caption = 'C/V Difference:'
  95.     Font.Color = clWindowText
  96.     Font.Height = -12
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = []
  99.     ParentFont = False
  100.   end
  101.   object lPurchase: TLabel
  102.     Left = 123
  103.     Top = 220
  104.     Width = 86
  105.     Height = 13
  106.     AutoSize = False
  107.     Caption = 'lPurchase'
  108.   end
  109.   object lTotalCost: TLabel
  110.     Left = 103
  111.     Top = 242
  112.     Width = 110
  113.     Height = 13
  114.     Alignment = taRightJustify
  115.     AutoSize = False
  116.     Caption = 'lTotalCost'
  117.   end
  118.   object lTotalShares: TLabel
  119.     Left = 103
  120.     Top = 260
  121.     Width = 110
  122.     Height = 13
  123.     Alignment = taRightJustify
  124.     AutoSize = False
  125.     Caption = 'lTotalShares'
  126.   end
  127.   object lDifference: TLabel
  128.     Left = 103
  129.     Top = 279
  130.     Width = 110
  131.     Height = 13
  132.     Alignment = taRightJustify
  133.     AutoSize = False
  134.     Caption = 'lDifference'
  135.   end
  136.   object DBCtrlGrid1: TDBCtrlGrid
  137.     Left = 228
  138.     Top = 168
  139.     Width = 350
  140.     Height = 159
  141.     ColCount = 1
  142.     DataSource = DM1.dsHoldings
  143.     PanelHeight = 53
  144.     PanelWidth = 334
  145.     TabOrder = 0
  146.     RowCount = 3
  147.     OnEnter = DBCtrlGrid1Enter
  148.     object Label1: TLabel
  149.       Left = 8
  150.       Top = 9
  151.       Width = 74
  152.       Height = 13
  153.       Alignment = taRightJustify
  154.       Caption = 'Purchase Date:'
  155.       Font.Color = clWindowText
  156.       Font.Height = -12
  157.       Font.Name = 'MS Sans Serif'
  158.       Font.Style = []
  159.       ParentFont = False
  160.     end
  161.     object Label2: TLabel
  162.       Left = 183
  163.       Top = 32
  164.       Width = 75
  165.       Height = 13
  166.       Alignment = taRightJustify
  167.       Caption = 'Purchase Price:'
  168.       Font.Color = clWindowText
  169.       Font.Height = -12
  170.       Font.Name = 'MS Sans Serif'
  171.       Font.Style = []
  172.       ParentFont = False
  173.     end
  174.     object Label3: TLabel
  175.       Left = 185
  176.       Top = 9
  177.       Width = 73
  178.       Height = 13
  179.       Alignment = taRightJustify
  180.       Caption = 'Shares Bought:'
  181.       Font.Color = clWindowText
  182.       Font.Height = -12
  183.       Font.Name = 'MS Sans Serif'
  184.       Font.Style = []
  185.       ParentFont = False
  186.     end
  187.     object Label4: TLabel
  188.       Left = 17
  189.       Top = 32
  190.       Width = 65
  191.       Height = 13
  192.       Alignment = taRightJustify
  193.       Caption = 'Acct Number:'
  194.       Font.Color = clWindowText
  195.       Font.Height = -12
  196.       Font.Name = 'MS Sans Serif'
  197.       Font.Style = []
  198.       ParentFont = False
  199.     end
  200.     object DBEdit1: TDBEdit
  201.       Left = 83
  202.       Top = 29
  203.       Width = 90
  204.       Height = 21
  205.       DataField = 'ACCT_NBR'
  206.       DataSource = DM1.dsHoldings
  207.       MaxLength = 0
  208.       TabOrder = 0
  209.     end
  210.     object DBEdit2: TDBEdit
  211.       Left = 83
  212.       Top = 6
  213.       Width = 90
  214.       Height = 21
  215.       DataField = 'PUR_DATE'
  216.       DataSource = DM1.dsHoldings
  217.       MaxLength = 0
  218.       TabOrder = 1
  219.     end
  220.     object DBEdit3: TDBEdit
  221.       Left = 259
  222.       Top = 29
  223.       Width = 66
  224.       Height = 21
  225.       DataField = 'PUR_PRICE'
  226.       DataSource = DM1.dsHoldings
  227.       MaxLength = 0
  228.       TabOrder = 2
  229.     end
  230.     object DBEdit4: TDBEdit
  231.       Left = 259
  232.       Top = 6
  233.       Width = 66
  234.       Height = 21
  235.       DataField = 'SHARES'
  236.       DataSource = DM1.dsHoldings
  237.       MaxLength = 0
  238.       TabOrder = 3
  239.     end
  240.   end
  241.   object DBGrid1: TDBGrid
  242.     Left = 4
  243.     Top = 20
  244.     Width = 573
  245.     Height = 128
  246.     Columns = <
  247.       item
  248.         FieldName = 'SYMBOL'
  249.       end
  250.       item
  251.         FieldName = 'CO_NAME'
  252.       end
  253.       item
  254.         FieldName = 'IndustryLongName'
  255.       end
  256.       item
  257.         FieldName = 'EXCHANGE'
  258.       end
  259.       item
  260.         FieldName = 'CUR_PRICE'
  261.       end
  262.       item
  263.         FieldName = 'YRL_HIGH'
  264.       end
  265.       item
  266.         FieldName = 'YRL_LOW'
  267.       end
  268.       item
  269.         FieldName = 'P_E_RATIO'
  270.       end
  271.       item
  272.         FieldName = 'PROJ_GRTH'
  273.       end
  274.       item
  275.         FieldName = 'PRICE_CHG'
  276.       end
  277.       item
  278.         FieldName = 'RATING'
  279.       end
  280.       item
  281.         FieldName = 'RANK'
  282.       end
  283.       item
  284.         FieldName = 'OUTLOOK'
  285.       end
  286.       item
  287.         FieldName = 'RCMNDATION'
  288.       end
  289.       item
  290.         FieldName = 'RISK'
  291.       end>
  292.     DataSource = DM1.dsMaster
  293.     Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  294.     TabOrder = 1
  295.     TitleFont.Color = clWindowText
  296.     TitleFont.Height = -11
  297.     TitleFont.Name = 'MS Sans Serif'
  298.     TitleFont.Style = []
  299.     OnEnter = DBGrid1Enter
  300.   end
  301.   object Button1: TButton
  302.     Left = 82
  303.     Top = 309
  304.     Width = 75
  305.     Height = 24
  306.     Caption = '&Close'
  307.     TabOrder = 2
  308.     OnClick = Button1Click
  309.   end
  310.   object DBNavigator1: TDBNavigator
  311.     Left = 4
  312.     Top = 168
  313.     Width = 210
  314.     Height = 18
  315.     TabOrder = 3
  316.   end
  317.   object MainMenu1: TMainMenu
  318.     Left = 93
  319.     object About1: TMenuItem
  320.       Caption = '&About'
  321.       ShortCut = 0
  322.       OnClick = About1Click
  323.     end
  324.   end
  325. end
  326.