ychatu36.dfm

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

DFM
111
字号
object Form32: TForm32
  Left = 187
  Top = 159
  Width = 544
  Height = 375
  Caption = 'Debug Packet DeConstructor.'
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 536
    Height = 348
    Align = alClient
    Caption = 'Panel1'
    TabOrder = 0
    object Splitter1: TSplitter
      Left = 1
      Top = 298
      Width = 534
      Height = 2
      Cursor = crVSplit
      Align = alBottom
    end
    object Panel2: TPanel
      Left = 1
      Top = 300
      Width = 534
      Height = 47
      Align = alBottom
      TabOrder = 0
      object Button1: TButton
        Left = 12
        Top = 10
        Width = 75
        Height = 25
        Caption = 'Debug'
        TabOrder = 0
        OnClick = Button1Click
      end
      object Button2: TButton
        Left = 96
        Top = 10
        Width = 75
        Height = 25
        Caption = 'Close'
        TabOrder = 1
        OnClick = Button2Click
      end
      object Button3: TButton
        Left = 178
        Top = 10
        Width = 91
        Height = 27
        Caption = 'Process In Chat'
        TabOrder = 2
        OnClick = Button3Click
      end
      object CheckBox1: TCheckBox
        Left = 286
        Top = 16
        Width = 55
        Height = 17
        Caption = 'Raw'
        TabOrder = 3
      end
    end
    object Panel3: TPanel
      Left = 1
      Top = 1
      Width = 534
      Height = 297
      Align = alClient
      Caption = 'Panel3'
      TabOrder = 1
      object Memo1: TMemo
        Left = 1
        Top = 1
        Width = 532
        Height = 254
        Align = alClient
        ScrollBars = ssVertical
        TabOrder = 0
      end
      object Panel4: TPanel
        Left = 1
        Top = 255
        Width = 532
        Height = 41
        Align = alBottom
        Caption = 'Panel4'
        TabOrder = 1
        object Edit1: TEdit
          Left = 12
          Top = 8
          Width = 507
          Height = 21
          TabOrder = 0
        end
      end
    end
  end
end

⌨️ 快捷键说明

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