ychatu3.dfm

来自「Yahoo Messenger for Mobile」· DFM 代码 · 共 96 行

DFM
96
字号
object Form3: TForm3
  Left = 192
  Top = 196
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = 'Debug Screen'
  ClientHeight = 293
  ClientWidth = 520
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 520
    Height = 293
    Align = alClient
    TabOrder = 0
    object Panel2: TPanel
      Left = 1
      Top = 1
      Width = 518
      Height = 261
      Align = alClient
      Caption = 'Panel2'
      TabOrder = 0
      object Memo1: TMemo
        Left = 1
        Top = 1
        Width = 516
        Height = 259
        Align = alClient
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        ScrollBars = ssVertical
        TabOrder = 0
      end
    end
    object Panel3: TPanel
      Left = 1
      Top = 262
      Width = 518
      Height = 30
      Align = alBottom
      TabOrder = 1
      object Button1: TButton
        Left = 370
        Top = 6
        Width = 63
        Height = 19
        Caption = 'Close'
        TabOrder = 0
        OnClick = Button1Click
      end
      object Button2: TButton
        Left = 440
        Top = 6
        Width = 63
        Height = 19
        Caption = 'Clear'
        TabOrder = 1
        OnClick = Button2Click
      end
      object Button3: TButton
        Left = 8
        Top = 4
        Width = 69
        Height = 21
        Caption = 'Save'
        TabOrder = 2
        OnClick = Button3Click
      end
      object Edit1: TEdit
        Left = 88
        Top = 4
        Width = 121
        Height = 21
        TabOrder = 3
        Text = 'C:\debug.txt'
      end
    end
  end
end

⌨️ 快捷键说明

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