mobilepicture.dfm

来自「Delphi7高级应用开发随书源码」· DFM 代码 · 共 35 行

DFM
35
字号
object FmTxxs: TFmTxxs
  Left = 202
  Top = 105
  Width = 696
  Height = 480
  Caption = #29305#25928#26174#31034#20363#19968
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object BtBegin: TButton
    Left = 584
    Top = 304
    Width = 75
    Height = 25
    Caption = #24320#22987
    TabOrder = 0
    OnClick = BtBeginClick
  end
  object BtExit: TButton
    Left = 584
    Top = 368
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 1
    OnClick = BtExitClick
  end
end

⌨️ 快捷键说明

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