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

📄 unit4.dfm

📁 一个大地科贸公司的公司管理系统
💻 DFM
字号:
object Frm_model: TFrm_model
  Left = 192
  Top = 114
  Width = 555
  Height = 410
  Caption = 'Frm_model'
  Color = clWhite
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 96
    Top = 56
    Width = 353
    Height = 233
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Btn_Add: TBitBtn
    Left = 120
    Top = 328
    Width = 75
    Height = 25
    Caption = #22686#21152
    TabOrder = 1
    OnClick = Btn_AddClick
  end
  object Btn_Ins: TBitBtn
    Left = 216
    Top = 328
    Width = 75
    Height = 25
    Caption = #25554#20837
    TabOrder = 2
    OnClick = Btn_InsClick
  end
  object Btn_Del: TBitBtn
    Left = 320
    Top = 328
    Width = 75
    Height = 25
    Caption = #21024#38500
    TabOrder = 3
    OnClick = Btn_DelClick
  end
  object Btn_Exit: TBitBtn
    Left = 416
    Top = 328
    Width = 75
    Height = 25
    Caption = #36820#22238
    TabOrder = 4
    OnClick = Btn_ExitClick
  end
  object Table1: TTable
    Active = True
    TableName = #31354#35843#21517#31216#21450#22411#21495'.db'
    Left = 16
    Top = 16
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 48
    Top = 16
  end
end

⌨️ 快捷键说明

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