⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unitdatabrowse.dfm

📁 VCLSkin的最新源码
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -