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

  1. object FrmVerbinding: TFrmVerbinding
  2.   Left = 244
  3.   Top = 118
  4.   HelpContext = 9200
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Huidige verbinding'
  8.   ClientHeight = 244
  9.   ClientWidth = 331
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object TxtConnection: TLabel
  19.     Left = 232
  20.     Top = 192
  21.     Width = 41
  22.     Height = 13
  23.     AutoSize = False
  24.     Caption = '...'
  25.     Visible = False
  26.   end
  27.   object TxtStatus: TLabel
  28.     Left = 288
  29.     Top = 192
  30.     Width = 9
  31.     Height = 13
  32.     Caption = '...'
  33.     Visible = False
  34.   end
  35.   object BtnOk: TBitBtn
  36.     Left = 112
  37.     Top = 210
  38.     Width = 99
  39.     Height = 25
  40.     HelpContext = 9910
  41.     Caption = '&Sluiten'
  42.     Default = True
  43.     TabOrder = 0
  44.     OnClick = BtnOkClick
  45.     NumGlyphs = 2
  46.   end
  47.   object BtnRefreshRAS: TButton
  48.     Left = 24
  49.     Top = 204
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'Ververs'
  53.     TabOrder = 2
  54.     Visible = False
  55.     OnClick = BtnRefreshRASClick
  56.   end
  57.   object AsgRep: TAdvStringGrid
  58.     Left = 8
  59.     Top = 8
  60.     Width = 313
  61.     Height = 185
  62.     HelpContext = 9200
  63.     ColCount = 3
  64.     DefaultRowHeight = 18
  65.     Enabled = False
  66.     FixedCols = 0
  67.     RowCount = 10
  68.     GridLineWidth = 0
  69.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
  70.     ScrollBars = ssVertical
  71.     TabOrder = 1
  72.     AutoSize = False
  73.     SortDirection = sdAscending
  74.     PrintTime = False
  75.     PrintDate = False
  76.     PrintPageNum = False
  77.     PrintBorders = False
  78.     PrintFont.Color = clWindowText
  79.     PrintFont.Height = -11
  80.     PrintFont.Name = 'MS Sans Serif'
  81.     PrintFont.Style = []
  82.     SortShow = False
  83.     SortColumn = 0
  84.     HintColor = clYellow
  85.     ColWidths = (
  86.       103
  87.       205
  88.       170)
  89.   end
  90. end
  91.