home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2001 #5 / K-CD_2001-05.iso / Tools / InterCent / _setup.1 / Intercent99.exe / 0 / RCDATA / TFRMGRAFIEK / TFRMGRAFIEK.txt
Text File  |  1999-06-01  |  2KB  |  109 lines

  1. object FrmGrafiek: TFrmGrafiek
  2.   Left = 147
  3.   Top = 52
  4.   HelpContext = 9021
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Grafieken'
  8.   ClientHeight = 314
  9.   ClientWidth = 377
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object L1: TLabel
  20.     Left = 8
  21.     Top = 20
  22.     Width = 105
  23.     Height = 13
  24.     AutoSize = False
  25.     Caption = 'Grafiek weergeven'
  26.   end
  27.   object Bevel1: TBevel
  28.     Left = 8
  29.     Top = 48
  30.     Width = 361
  31.     Height = 9
  32.     Shape = bsTopLine
  33.   end
  34.   object BtnOk: TBitBtn
  35.     Left = 136
  36.     Top = 282
  37.     Width = 99
  38.     Height = 25
  39.     HelpContext = 9910
  40.     Caption = '&Sluiten'
  41.     Default = True
  42.     TabOrder = 0
  43.     OnClick = BtnOkClick
  44.     NumGlyphs = 2
  45.   end
  46.   object CmbType: TComboBox
  47.     Left = 120
  48.     Top = 16
  49.     Width = 249
  50.     Height = 21
  51.     HelpContext = 9021
  52.     Style = csDropDownList
  53.     ItemHeight = 13
  54.     Items.Strings = (
  55.       'Kosten per maand'
  56.       'Aantal verbindingen per maand'
  57.       'Verbindingen per dag in procenten')
  58.     TabOrder = 1
  59.     OnChange = CmbTypeChange
  60.   end
  61.   object Scb: TScrollBox
  62.     Left = 8
  63.     Top = 68
  64.     Width = 361
  65.     Height = 197
  66.     HelpContext = 9021
  67.     VertScrollBar.Visible = False
  68.     Color = clWindow
  69.     ParentColor = False
  70.     TabOrder = 2
  71.     object Pbx: TPaintBox
  72.       Left = 0
  73.       Top = 0
  74.       Width = 357
  75.       Height = 193
  76.       Align = alClient
  77.       PopupMenu = PopCopyPic
  78.       OnPaint = PbxPaint
  79.     end
  80.   end
  81.   object PopCopyPic: TPopupMenu
  82.     Left = 74
  83.     Top = 102
  84.     object Save: TMenuItem
  85.       Caption = 'Opslaan als...'
  86.       ShortCut = 0
  87.       OnClick = SaveClick
  88.     end
  89.     object N1: TMenuItem
  90.       Caption = '-'
  91.       ShortCut = 0
  92.     end
  93.     object Sluiten1: TMenuItem
  94.       Caption = 'Sluiten'
  95.       ShortCut = 0
  96.       OnClick = Sluiten1Click
  97.     end
  98.   end
  99.   object DlgSave: TSaveDialog
  100.     DefaultExt = 'bmp'
  101.     FileEditStyle = fsEdit
  102.     Filter = 'Bitmap|*.bmp'
  103.     Options = [ofHideReadOnly]
  104.     Title = 'Intercent 99'
  105.     Left = 74
  106.     Top = 158
  107.   end
  108. end
  109.