unit1.nfm.~1~

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

~1~
67
字号
object Form1: TForm1
  Caption = #30331#24405#23545#35805#26694
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  Height = 163
  Width = 258
  Left = 0
  Top = 0
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Caption = #29992#25143#21517
    Left = 24
    Top = 24
    Width = 36
    Height = 13
  end
  object Label2: TLabel
    Caption = #23494'   '#30721
    Left = 24
    Top = 56
    Width = 33
    Height = 13
  end
  object Edit1: TEdit
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 0
    Text = 'Edit1'
    Left = 80
    Top = 24
    Width = 121
    Height = 21
  end
  object Edit2: TEdit
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 1
    Text = 'Edit2'
    Left = 80
    Top = 56
    Width = 121
    Height = 21
  end
  object Button1: TButton
    Caption = #30331#24405
    TabOrder = 2
    Left = 40
    Top = 96
    Width = 75
    Height = 25
    OnClick = Button1Click
  end
  object Button2: TButton
    Caption = #36864#20986
    TabOrder = 3
    Left = 136
    Top = 96
    Width = 75
    Height = 25
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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