main.dfm

来自「一个不错的酒店管理系统 用delphi7实现」· DFM 代码 · 共 80 行

DFM
80
字号
object MAINForm: TMAINForm
  Left = 260
  Top = 170
  Width = 443
  Height = 365
  Caption = 'MAINForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 120
    Top = 32
    Width = 200
    Height = 20
    Caption = #24744#22909#65292#35831#36873#25321#20197#19979#26381#21153
    Font.Charset = GB2312_CHARSET
    Font.Color = clGreen
    Font.Height = -20
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 72
    Top = 272
    Width = 170
    Height = 20
    Caption = #27426#36814#20809#20020#22825#19979#37202#24215' '
    Font.Charset = GB2312_CHARSET
    Font.Color = clGreen
    Font.Height = -20
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object BtBOOK: TBitBtn
    Left = 168
    Top = 96
    Width = 105
    Height = 25
    Caption = #23450#26700
    TabOrder = 0
    OnClick = BtBOOKClick
  end
  object BtORDER: TBitBtn
    Left = 168
    Top = 152
    Width = 105
    Height = 25
    Caption = #28857#33756
    TabOrder = 1
    OnClick = BtORDERClick
  end
  object BtMANa: TBitBtn
    Left = 168
    Top = 208
    Width = 105
    Height = 25
    Caption = #39184#21381#31649#29702
    TabOrder = 2
    OnClick = BtMANaClick
  end
  object DateTimePicker1: TDateTimePicker
    Left = 248
    Top = 272
    Width = 161
    Height = 21
    Date = 38458.433606736120000000
    Time = 38458.433606736120000000
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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