main.dfm

来自「酒店资源管理的软件」· DFM 代码 · 共 84 行

DFM
84
字号
object frmMain: TfrmMain
  Left = 238
  Top = 140
  Width = 313
  Height = 217
  Caption = #20154#21147#36164#28304#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIForm
  OldCreateOrder = False
  Position = poScreenCenter
  WindowState = wsMaximized
  OnCloseQuery = FormCloseQuery
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 24
    Top = 16
    Width = 97
    Height = 25
    Caption = #35774#32622#20195#30721
    TabOrder = 0
    OnClick = N2Click
  end
  object Button2: TButton
    Left = 264
    Top = 16
    Width = 97
    Height = 25
    Caption = #36864#20986
    TabOrder = 1
    OnClick = N10Click
  end
  object Button3: TButton
    Left = 24
    Top = 96
    Width = 97
    Height = 25
    Caption = #20010#20154#36164#26009
    TabOrder = 2
    OnClick = N7Click
  end
  object Button4: TButton
    Left = 152
    Top = 16
    Width = 97
    Height = 25
    Caption = #20154#21592#35843#31163
    TabOrder = 3
    OnClick = N3Click
  end
  object Button5: TButton
    Left = 152
    Top = 96
    Width = 97
    Height = 25
    Caption = #20154#21592#20449#24687#20998#26512
    TabOrder = 4
    OnClick = N6Click
  end
  object Button6: TButton
    Left = 24
    Top = 56
    Width = 97
    Height = 25
    Caption = #35774#32622#23703#20301
    TabOrder = 5
    OnClick = N12Click
  end
  object Button7: TButton
    Left = 152
    Top = 56
    Width = 97
    Height = 25
    Caption = #23703#20301#26597#35810
    TabOrder = 6
    OnClick = N8Click
  end
end

⌨️ 快捷键说明

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