⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 《Delphi实用程序100例》配套书源码盘
💻 DFM
字号:
object Form1: TForm1
  Left = 201
  Top = 107
  Width = 264
  Height = 287
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'Courier New'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 15
  object Image1: TImage
    Left = 32
    Top = 128
    Width = 193
    Height = 89
  end
  object Label1: TLabel
    Left = 24
    Top = 40
    Width = 24
    Height = 15
    Caption = #39640#24230
  end
  object Label2: TLabel
    Left = 24
    Top = 64
    Width = 24
    Height = 15
    Caption = #23485#24230
  end
  object Label3: TLabel
    Left = 24
    Top = 96
    Width = 24
    Height = 15
    Caption = #25991#23383
  end
  object Button1: TButton
    Left = 144
    Top = 224
    Width = 75
    Height = 25
    Caption = #36716#25442
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 64
    Top = 8
    Width = 75
    Height = 25
    Caption = #23383#20307#35774#32622
    TabOrder = 1
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 64
    Top = 40
    Width = 121
    Height = 23
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 2
    Text = '40'
  end
  object Edit2: TEdit
    Left = 64
    Top = 64
    Width = 121
    Height = 23
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 3
    Text = '90'
  end
  object Edit3: TEdit
    Left = 64
    Top = 96
    Width = 121
    Height = 23
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 4
    Text = 'Delphi'#33539#20363
  end
  object FontDialog1: TFontDialog
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    MinFontSize = 0
    MaxFontSize = 0
    Left = 32
    Top = 8
  end
end

⌨️ 快捷键说明

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