unit1.dfm

来自「关于利用DELPHI来进行企业级方案解决的著作的附书源码」· DFM 代码 · 共 42 行

DFM
42
字号
object Form1: TForm1
  Left = 232
  Top = 163
  Width = 434
  Height = 345
  Caption = #25991#20214#25302#25918#28436#31034
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 24
    Top = 8
    Width = 91
    Height = 14
    Caption = #25302#25918#25991#20214#21015#34920':'
  end
  object Button1: TButton
    Left = 175
    Top = 271
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 0
    OnClick = Button1Click
  end
  object ListBox1: TListBox
    Left = 8
    Top = 32
    Width = 409
    Height = 225
    ImeName = #20013#25991#20043#26143#26234#33021#29378#25340#8545#26631#20934#29256
    ItemHeight = 14
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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