frm_infou.dfm

来自「这是一个餐饮业收费管理系统」· DFM 代码 · 共 71 行

DFM
71
字号
object frm_info: Tfrm_info
  Left = 314
  Top = 234
  BorderStyle = bsDialog
  Caption = 'frm_info'
  ClientHeight = 384
  ClientWidth = 577
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid_info: TDBGrid
    Left = 8
    Top = 16
    Width = 553
    Height = 217
    DataSource = DataSource_info
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object btn_add: TButton
    Left = 200
    Top = 344
    Width = 75
    Height = 25
    Caption = #28155#21152
    TabOrder = 1
  end
  object btn_del: TButton
    Left = 304
    Top = 344
    Width = 75
    Height = 25
    Caption = #21024#38500
    TabOrder = 2
  end
  object btn_edit: TButton
    Left = 400
    Top = 344
    Width = 75
    Height = 25
    Caption = #20462#25913
    TabOrder = 3
  end
  object btn_exit: TButton
    Left = 488
    Top = 344
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
    OnClick = btn_exitClick
  end
  object DataSource_info: TDataSource
    Left = 424
    Top = 24
  end
end

⌨️ 快捷键说明

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