home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Zadarmo / CYBERCON / _SETUP.1 / Ccontact.exe / 0 / RCDATA / TFRMDEFMORE / TFRMDEFMORE.txt < prev   
Text File  |  1997-08-26  |  2KB  |  73 lines

  1. object frmDefMore: TfrmDefMore
  2.   Left = 133
  3.   Top = 57
  4.   Width = 303
  5.   Height = 346
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'Define User Fields'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel2: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 295
  19.     Height = 319
  20.     Align = alClient
  21.     BevelInner = bvLowered
  22.     BorderWidth = 4
  23.     Caption = 'Panel2'
  24.     TabOrder = 0
  25.     object wwDBGrid1: TwwDBGrid
  26.       Left = 6
  27.       Top = 6
  28.       Width = 283
  29.       Height = 266
  30.       TitleColor = clBtnFace
  31.       FixedCols = 0
  32.       ShowHorzScrollBar = True
  33.       Align = alClient
  34.       DataSource = frmDataModule.DSMoreName
  35.       KeyOptions = []
  36.       TabOrder = 0
  37.       TitleAlignment = taLeftJustify
  38.       TitleFont.Color = clWindowText
  39.       TitleFont.Height = -11
  40.       TitleFont.Name = 'MS Sans Serif'
  41.       TitleFont.Style = []
  42.       TitleLines = 1
  43.       TitleButtons = False
  44.       IndicatorColor = icBlack
  45.     end
  46.     object Panel3: TPanel
  47.       Left = 6
  48.       Top = 272
  49.       Width = 283
  50.       Height = 41
  51.       Align = alBottom
  52.       TabOrder = 1
  53.       object BitBtn1: TBitBtn
  54.         Left = 86
  55.         Top = 8
  56.         Width = 75
  57.         Height = 25
  58.         TabOrder = 0
  59.         OnClick = BitBtn1Click
  60.         Kind = bkOK
  61.       end
  62.       object BitBtn2: TBitBtn
  63.         Left = 178
  64.         Top = 8
  65.         Width = 75
  66.         Height = 25
  67.         TabOrder = 1
  68.         Kind = bkCancel
  69.       end
  70.     end
  71.   end
  72. end
  73.