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

📄 unit1.~dfm

📁 本光盘是《Delphi 7应用教程》一书的配套光盘
💻 ~DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 124
  Width = 299
  Height = 215
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -20
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 120
  TextHeight = 25
  object Label1: TLabel
    Left = 19
    Top = 46
    Width = 30
    Height = 25
    AutoSize = False
    Caption = 'a='
  end
  object Label2: TLabel
    Left = 19
    Top = 93
    Width = 30
    Height = 25
    AutoSize = False
    Caption = 'b='
  end
  object Label3: TLabel
    Left = 54
    Top = 15
    Width = 75
    Height = 25
    AutoSize = False
    Caption = #27604#36739#21069
  end
  object Label4: TLabel
    Left = 152
    Top = 48
    Width = 23
    Height = 25
    AutoSize = False
    Caption = 'a='
  end
  object Label5: TLabel
    Left = 152
    Top = 96
    Width = 23
    Height = 25
    AutoSize = False
    Caption = 'b='
  end
  object Label6: TLabel
    Left = 184
    Top = 15
    Width = 75
    Height = 25
    AutoSize = False
    Caption = #27604#36739#21518
  end
  object Edit1: TEdit
    Left = 42
    Top = 44
    Width = 95
    Height = 33
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 42
    Top = 90
    Width = 95
    Height = 33
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 1
  end
  object Button1: TButton
    Left = 108
    Top = 142
    Width = 75
    Height = 25
    Caption = #21028'  '#26029
    TabOrder = 2
    OnClick = Button1Click
  end
  object Edit3: TEdit
    Left = 175
    Top = 45
    Width = 95
    Height = 33
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ReadOnly = True
    TabOrder = 3
  end
  object Edit4: TEdit
    Left = 175
    Top = 91
    Width = 95
    Height = 33
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ReadOnly = True
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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