home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / servis / cztel / ct2004s.exe / 0 / RCDATA / TRSGRIDPROCUSTOMIZER / TRSGRIDPROCUSTOMIZER.txt
Text File  |  2004-05-20  |  2KB  |  111 lines

  1. object rsGridProCustomizer: TrsGridProCustomizer
  2.   Left = 373
  3.   Top = 175
  4.   Width = 224
  5.   Height = 237
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Customizer'
  8.   Color = clBtnFace
  9.   Font.Charset = RUSSIAN_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poDefault
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object gpList: TDBGridPro
  24.     Left = 0
  25.     Top = 0
  26.     Width = 216
  27.     Height = 184
  28.     Align = alClient
  29.     Color = clBtnFace
  30.     ParentColor = False
  31.     TabOrder = 0
  32.     TabStop = True
  33.     BorderStyle = bsSoft
  34.     DragMode = dmAutomatic
  35.     DataSource = dsFields
  36.     AutoColumnFit = True
  37.     UniqueFields = 'no'
  38.     ShowTitles = False
  39.     ShowEmptyRow = False
  40.     OptionsBehavior = [gboNoIncomingDragTrack, gboNoInsideDragTrack]
  41.     CursorType = gctInsensitiveID
  42.     Designer = ldDesigner
  43.     Columns = <
  44.       item
  45.         FieldName = 'Value'
  46.         Vision = rsDefPack.TitleSurface
  47.         Width = 214
  48.         Color = clBtnFace
  49.       end>
  50.     OnDragOver = gpListDragOver
  51.     OnDragDrop = gpListDragDrop
  52.   end
  53.   object Panel1: TPanel
  54.     Left = 0
  55.     Top = 184
  56.     Width = 216
  57.     Height = 26
  58.     Align = alBottom
  59.     BevelOuter = bvNone
  60.     TabOrder = 1
  61.     Visible = False
  62.     object pnButton: TPanel
  63.       Left = 116
  64.       Top = 0
  65.       Width = 100
  66.       Height = 26
  67.       Align = alRight
  68.       BevelOuter = bvNone
  69.       TabOrder = 0
  70.       object btnClose: TSpeedButton
  71.         Left = 8
  72.         Top = 2
  73.         Width = 92
  74.         Height = 24
  75.         Caption = 'close'
  76.         Flat = True
  77.         Font.Charset = RUSSIAN_CHARSET
  78.         Font.Color = clWindowText
  79.         Font.Height = -11
  80.         Font.Name = 'Tahoma'
  81.         Font.Style = [fsBold]
  82.         ParentFont = False
  83.         OnClick = btnCloseClick
  84.       end
  85.     end
  86.   end
  87.   object dsFields: TDataSource
  88.     DataSet = datFields
  89.     Left = 40
  90.     Top = 8
  91.   end
  92.   object datFields: TObjDataSet
  93.     Constraints = <>
  94.     ReadOnly = True
  95.     Left = 8
  96.     Top = 8
  97.   end
  98.   object ldDesigner: TLiteDesigner
  99.     CellMargins.LeftMargin = 3
  100.     CellMargins.TopMargin = 3
  101.     CellMargins.RightMargin = 3
  102.     CellMargins.BottomMargin = 3
  103.     SelectedCellFill = False
  104.     VertLines = clSilver
  105.     HorizLines = clSilver
  106.     ShowLines = False
  107.     Left = 72
  108.     Top = 8
  109.   end
  110. end
  111.