unitdatabrowse.dfm

来自「VCLSkin的最新源码」· DFM 代码 · 共 66 行

DFM
66
字号
object Form1: TForm1
  Left = 301
  Top = 201
  Width = 696
  Height = 480
  Caption = #25968#25454#27983#35272
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object dbgrd1: TDBGrid
    Left = 0
    Top = 0
    Width = 688
    Height = 412
    Align = alClient
    DataSource = ds1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'Tahoma'
    TitleFont.Style = []
  end
  object pnl1: TPanel
    Left = 0
    Top = 412
    Width = 688
    Height = 41
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 1
    object dbnvgr1: TDBNavigator
      Left = 0
      Top = 8
      Width = 240
      Height = 25
      TabOrder = 0
    end
    object btn1: TBitBtn
      Left = 600
      Top = 8
      Width = 75
      Height = 25
      Caption = #20851#38381'(&C)'
      TabOrder = 1
      Kind = bkClose
    end
  end
  object mytbl1: TMyTable
    FetchAll = True
    Left = 16
    Top = 16
  end
  object ds1: TDataSource
    DataSet = mytbl1
    Left = 48
    Top = 16
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?