home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Delphi.5 / Samples / sourceD5 / browutil.exe / BROWSER / BROWSE.DFM / BROWSE.txt next >
Encoding:
Text File  |  2000-01-02  |  3.7 KB  |  154 lines

  1. object FrmBrowser: TFrmBrowser
  2.   Left = 99
  3.   Top = 121
  4.   Width = 460
  5.   Height = 280
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   Position = poDefault
  18.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   OnCloseQuery = FormCloseQuery
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   OnDeactivate = FormDeactivate
  24.   OnKeyUp = FormKeyUp
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object StatusBar1: TStatusBar
  28.     Left = 0
  29.     Top = 234
  30.     Width = 452
  31.     Height = 19
  32.     Panels = <>
  33.     SimplePanel = True
  34.   end
  35.   object DBCustGrid1: TDBCustGrid
  36.     Left = 0
  37.     Top = 0
  38.     Width = 452
  39.     Height = 234
  40.     Align = alClient
  41.     DataSource = DataSource1
  42.     Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  43.     PopupMenu = PopupMenu1
  44.     TabOrder = 0
  45.     TitleFont.Charset = DEFAULT_CHARSET
  46.     TitleFont.Color = clWindowText
  47.     TitleFont.Height = -11
  48.     TitleFont.Name = 'MS Sans Serif'
  49.     TitleFont.Style = []
  50.     OnTitleClick = DBCustGrid1TitleClick
  51.     RowsMark = 10
  52.   end
  53.   object DataSource1: TDataSource
  54.     DataSet = Table1
  55.     OnStateChange = DataSource1StateChange
  56.     Left = 199
  57.     Top = 122
  58.   end
  59.   object Table1: TTable
  60.     AfterOpen = Table1AfterOpen
  61.     AfterClose = Table1AfterClose
  62.     BeforeInsert = Table1BeforeInsert
  63.     AfterInsert = Table1AfterInsert
  64.     AfterPost = Table1AfterPost
  65.     AfterScroll = Table1AfterScroll
  66.     Left = 257
  67.     Top = 122
  68.   end
  69.   object PopupMenu1: TPopupMenu
  70.     OnPopup = PopupMenu1Popup
  71.     Left = 176
  72.     Top = 64
  73.     object View1: TMenuItem
  74.       Caption = '&View'
  75.       object HideColumn1: TMenuItem
  76.         Caption = '&Hide Column'
  77.         ShortCut = 16456
  78.         OnClick = HideColumn1Click
  79.       end
  80.       object ShowAllColumns1: TMenuItem
  81.         Caption = 'Show &All Columns'
  82.         ShortCut = 16449
  83.         OnClick = ShowAllColumns1Click
  84.       end
  85.       object DeleteViewProperties1: TMenuItem
  86.         Caption = 'Delete &View Properties'
  87.         OnClick = DeleteViewProperties1Click
  88.       end
  89.     end
  90.     object Scatter1: TMenuItem
  91.       Caption = 'Sc&atter'
  92.       ShortCut = 16467
  93.       OnClick = Scatter1Click
  94.     end
  95.     object Gather1: TMenuItem
  96.       Caption = '&Gather'
  97.       ShortCut = 16455
  98.       OnClick = Gather1Click
  99.     end
  100.     object N3: TMenuItem
  101.       Caption = '-'
  102.     end
  103.     object MultipleScatter1: TMenuItem
  104.       Caption = 'Multiple S&catter'
  105.       OnClick = MultipleScatter1Click
  106.     end
  107.     object MultipleGather1: TMenuItem
  108.       Caption = 'Multiple Ga&ther'
  109.       OnClick = MultipleGather1Click
  110.     end
  111.     object N1: TMenuItem
  112.       Caption = '-'
  113.     end
  114.     object New1: TMenuItem
  115.       Caption = '&New'
  116.       OnClick = New1Click
  117.     end
  118.     object Insert1: TMenuItem
  119.       Caption = '&Insert'
  120.       OnClick = Insert1Click
  121.     end
  122.     object Edit1: TMenuItem
  123.       Caption = '&Edit'
  124.       OnClick = Edit1Click
  125.     end
  126.     object Delete1: TMenuItem
  127.       Caption = '&Delete'
  128.       OnClick = Delete1Click
  129.     end
  130.     object N2: TMenuItem
  131.       Caption = '-'
  132.     end
  133.     object Save1: TMenuItem
  134.       Caption = '&Save'
  135.       OnClick = Save1Click
  136.     end
  137.     object Revert1: TMenuItem
  138.       Caption = '&Revert'
  139.       OnClick = Revert1Click
  140.     end
  141.     object N4: TMenuItem
  142.       Caption = '-'
  143.     end
  144.     object Loadafile1: TMenuItem
  145.       Caption = 'Load a file'
  146.       OnClick = Loadafile1Click
  147.     end
  148.     object Savetofile1: TMenuItem
  149.       Caption = 'Save to file'
  150.       OnClick = Savetofile1Click
  151.     end
  152.   end
  153. end
  154.