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

📄 bminfo.dfm

📁 1. 直接安装并运行案例程序   运行“安装程序”文件夹中的setup.exe文件
💻 DFM
字号:
object frmBmInfo: TfrmBmInfo
  Left = 201
  Top = 105
  BorderStyle = bsDialog
  Caption = #37096#38376#20449#24687#32500#25252
  ClientHeight = 376
  ClientWidth = 506
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 8
    Top = 8
    Width = 489
    Height = 153
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 168
    Width = 489
    Height = 145
    TabOrder = 1
    object Label1: TLabel
      Left = 16
      Top = 32
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #37096#38376#32534#21495
    end
    object Label2: TLabel
      Left = 248
      Top = 32
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #37096#38376#21517#31216
    end
    object Label3: TLabel
      Left = 48
      Top = 64
      Width = 25
      Height = 13
      AutoSize = False
      Caption = #36164#37329#25968#39069
    end
    object Label6: TLabel
      Left = 48
      Top = 99
      Width = 25
      Height = 13
      AutoSize = False
      Caption = #22791#27880
    end
    object DBEdit1: TDBEdit
      Left = 80
      Top = 28
      Width = 113
      Height = 21
      DataField = #37096#38376#32534#21495
      DataSource = DataSource1
      TabOrder = 0
    end
    object DBEdit2: TDBEdit
      Left = 312
      Top = 28
      Width = 97
      Height = 21
      DataField = #37096#38376#21517#31216
      DataSource = DataSource1
      TabOrder = 1
    end
    object DBEdit3: TDBEdit
      Left = 80
      Top = 60
      Width = 73
      Height = 21
      DataField = #36164#37329#25968#39069
      DataSource = DataSource1
      TabOrder = 2
    end
    object DBEdit6: TDBEdit
      Left = 80
      Top = 95
      Width = 329
      Height = 21
      DataField = #22791#27880
      DataSource = DataSource1
      TabOrder = 3
    end
  end
  object Button1: TButton
    Left = 8
    Top = 328
    Width = 70
    Height = 28
    Caption = #20462#25913
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 92
    Top = 328
    Width = 70
    Height = 28
    Caption = #28155#21152
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 176
    Top = 328
    Width = 70
    Height = 28
    Caption = #21024#38500
    TabOrder = 4
    OnClick = Button3Click
  end
  object Button5: TButton
    Left = 344
    Top = 328
    Width = 70
    Height = 28
    Caption = #21462#28040
    TabOrder = 5
    OnClick = Button5Click
  end
  object Button4: TButton
    Left = 260
    Top = 328
    Width = 70
    Height = 28
    Caption = #20445#23384
    TabOrder = 6
    OnClick = Button4Click
  end
  object Button6: TButton
    Left = 428
    Top = 328
    Width = 70
    Height = 28
    Caption = #36864#20986
    ModalResult = 2
    TabOrder = 7
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'wuzi'
    TableName = 'bminfo.db'
    Left = 136
    Top = 96
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 200
    Top = 96
  end
end

⌨️ 快捷键说明

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