Mainfrm.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:2k
源码类别:

Delphi/CppBuilder

开发平台:

Delphi

  1. object frmMain: TfrmMain
  2.   Left = 278
  3.   Top = 175
  4.   Width = 404
  5.   Height = 230
  6.   Caption = #25968#25454#26174#31034#32452#20214#20351#29992
  7.   Color = clBtnFace
  8.   Font.Charset = GB2312_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = #23435#20307
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 12
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 396
  20.     Height = 177
  21.     Align = alTop
  22.     TabOrder = 0
  23.     object DBGrid1: TDBGrid
  24.       Left = 1
  25.       Top = 1
  26.       Width = 289
  27.       Height = 175
  28.       Align = alClient
  29.       DataSource = DataSource1
  30.       TabOrder = 0
  31.       TitleFont.Charset = GB2312_CHARSET
  32.       TitleFont.Color = clWindowText
  33.       TitleFont.Height = -12
  34.       TitleFont.Name = #23435#20307
  35.       TitleFont.Style = []
  36.       OnDrawColumnCell = DBGrid1DrawColumnCell
  37.     end
  38.     object DBImage1: TDBImage
  39.       Left = 290
  40.       Top = 1
  41.       Width = 105
  42.       Height = 175
  43.       Align = alRight
  44.       DataField = 'BMP'
  45.       DataSource = DataSource1
  46.       Stretch = True
  47.       TabOrder = 1
  48.       OnDblClick = DBImage1DblClick
  49.     end
  50.   end
  51.   object DBNavigator1: TDBNavigator
  52.     Left = 0
  53.     Top = 178
  54.     Width = 396
  55.     Height = 25
  56.     DataSource = DataSource1
  57.     Align = alBottom
  58.     TabOrder = 1
  59.   end
  60.   object Table1: TTable
  61.     Active = True
  62.     AutoRefresh = True
  63.     DatabaseName = 'DBDEMOS'
  64.     TableName = 'animals.dbf'
  65.     Left = 64
  66.     Top = 24
  67.   end
  68.   object DataSource1: TDataSource
  69.     DataSet = Table1
  70.     Left = 128
  71.     Top = 24
  72.   end
  73.   object OpenPictureDialog1: TOpenPictureDialog
  74.     Filter = 'Bitmaps (*.bmp)|*.bmp'
  75.     Left = 192
  76.     Top = 24
  77.   end
  78. end