main.~dfm

来自「该控件是一个不错的来电显示控件」· ~DFM 代码 · 共 62 行

~DFM
62
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 391
  Height = 132
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #21495#30721#26174#31034#31383#21475
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 24
    Width = 73
    Height = 25
    AutoSize = False
    Caption = #26469#30005#21495#30721#65306
  end
  object BitBtn1: TBitBtn
    Left = 288
    Top = 56
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 0
    OnClick = BitBtn1Click
    Kind = bkCancel
  end
  object Edit1: TEdit
    Left = 112
    Top = 8
    Width = 225
    Height = 21
    TabOrder = 1
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 86
    Width = 383
    Height = 19
    Panels = <
      item
        Width = 50
      end>
  end
  object Edit2: TEdit
    Left = 112
    Top = 32
    Width = 225
    Height = 21
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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