unit1.dfm

来自「Delphi7应用编程150例附书源码.rar」· DFM 代码 · 共 63 行

DFM
63
字号
object frmMain: TfrmMain
  Left = 190
  Top = 109
  Width = 258
  Height = 345
  Caption = 'Font'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Times New Roman'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 14
  object Label2: TLabel
    Left = 0
    Top = 299
    Width = 39
    Height = 14
    Caption = #20542#26012#24230':'
  end
  object Image1: TImage
    Left = 0
    Top = 0
    Width = 250
    Height = 249
    Align = alTop
  end
  object Label1: TLabel
    Left = 0
    Top = 268
    Width = 51
    Height = 14
    Caption = #26174#31034#20869#23481':'
  end
  object Edit2: TEdit
    Left = 56
    Top = 288
    Width = 65
    Height = 22
    TabOrder = 1
  end
  object Edit1: TEdit
    Left = 56
    Top = 256
    Width = 185
    Height = 25
    AutoSize = False
    TabOrder = 2
  end
  object btnView: TButton
    Left = 136
    Top = 287
    Width = 105
    Height = 25
    Caption = #26174#31034#25991#26412
    TabOrder = 0
    OnClick = btnViewClick
  end
end

⌨️ 快捷键说明

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