unit1.dfm

来自「一个电力的巡检项目,用到三个控件,可自己去下载,」· DFM 代码 · 共 45 行

DFM
45
字号
object Form1: TForm1
  Left = 253
  Top = 106
  Width = 638
  Height = 596
  BorderIcons = [biSystemMenu]
  Caption = #25968#25454#26816#26597
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 0
    Top = 0
    Width = 630
    Height = 505
    Align = alTop
    TabOrder = 0
  end
  object Button1: TButton
    Left = 400
    Top = 528
    Width = 75
    Height = 25
    Caption = #20445' '#23384
    Default = True
    TabOrder = 1
  end
  object Button2: TButton
    Left = 496
    Top = 528
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462' '#28040
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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