dtszcx.~dfm

来自「我自己写的一个有关酒店管理系统的代码 大家」· ~DFM 代码 · 共 53 行

~DFM
53
字号
object DtszcxForm: TDtszcxForm
  Left = 192
  Top = 133
  Width = 696
  Height = 480
  Caption = #24403#26085#25910#25903#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 8
    Top = 8
    Width = 665
    Height = 393
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object BitBtn1: TBitBtn
    Left = 176
    Top = 416
    Width = 75
    Height = 25
    Caption = #25171#21360
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 416
    Top = 416
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 2
    OnClick = BitBtn2Click
  end
  object Query1: TQuery
    DatabaseName = 'hotel_data'
    Left = 136
    Top = 128
  end
end

⌨️ 快捷键说明

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