unit6.~dfm

来自「一个简单的旅游管理系统」· ~DFM 代码 · 共 34 行

~DFM
34
字号
object Form6: TForm6
  Left = 463
  Top = 232
  Width = 482
  Height = 337
  Caption = #21024#38500#26053#28216#26223#28857#20449#24687
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 144
    Top = 248
    Width = 65
    Height = 25
    Caption = #21024#38500
    TabOrder = 0
  end
  object Button2: TButton
    Left = 272
    Top = 248
    Width = 65
    Height = 25
    Caption = #21462#28040
    TabOrder = 1
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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