unit2.dfm

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

DFM
59
字号
object Form2: TForm2
  Left = 443
  Top = 378
  Width = 290
  Height = 198
  Caption = #36864#20986#31995#32479
  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 Label1: TLabel
    Left = 32
    Top = 32
    Width = 222
    Height = 35
    Caption = #30830#23450#36864#20986#21527#65311
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -35
    Font.Name = #38582#20070
    Font.Style = [fsBold, fsItalic]
    ParentFont = False
  end
  object Button1: TButton
    Left = 56
    Top = 96
    Width = 65
    Height = 25
    Caption = #36864#20986
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 152
    Top = 96
    Width = 65
    Height = 25
    Caption = #21462#28040
    TabOrder = 1
    OnClick = Button2Click
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 147
    Width = 282
    Height = 19
    Panels = <
      item
        Text = '  '#27426#36814#20351#29992#26412#36719#20214#65281
        Width = 50
      end>
  end
end

⌨️ 快捷键说明

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