unit1.nfm.~1~

来自「Delphi 2005程序设计教程_实例源文件和教学课件」· ~1~ 代码 · 共 84 行

~1~
84
字号
object Form1: TForm1
  Caption = #35835#20889#27880#20876#34920
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  Height = 167
  Width = 328
  Left = 0
  Top = 0
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Caption = #21517#31216
    Left = 24
    Top = 16
    Width = 24
    Height = 13
  end
  object Label2: TLabel
    Caption = #29256#26412
    Left = 24
    Top = 56
    Width = 24
    Height = 13
  end
  object Label3: TLabel
    Caption = #36335#24452
    Left = 24
    Top = 96
    Width = 24
    Height = 13
  end
  object Edit1: TEdit
    TabOrder = 0
    Left = 80
    Top = 16
    Width = 121
    Height = 21
  end
  object Edit2: TEdit
    TabOrder = 1
    Left = 80
    Top = 56
    Width = 121
    Height = 21
  end
  object Edit3: TEdit
    TabOrder = 2
    Left = 80
    Top = 96
    Width = 121
    Height = 21
  end
  object Button1: TButton
    Caption = #35835#27880#20876#34920
    TabOrder = 3
    Left = 224
    Top = 24
    Width = 75
    Height = 25
  end
  object Button2: TButton
    Caption = #20889#27880#20876#34920
    TabOrder = 4
    Left = 224
    Top = 56
    Width = 75
    Height = 25
    OnClick = Button2Click
  end
  object Button3: TButton
    Caption = #36864#20986
    TabOrder = 5
    Left = 224
    Top = 88
    Width = 75
    Height = 25
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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