unit16.dfm

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

DFM
109
字号
object Form15: TForm15
  Left = 86
  Top = 284
  Width = 238
  Height = 247
  Caption = 'Techy Stuff'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 6
    Width = 48
    Height = 13
    Caption = 'Sent Data'
  end
  object Label2: TLabel
    Left = 6
    Top = 36
    Width = 72
    Height = 13
    Caption = 'Received Data'
  end
  object Edit1: TEdit
    Left = 70
    Top = 2
    Width = 121
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 92
    Top = 30
    Width = 121
    Height = 21
    TabOrder = 1
    Text = 'Edit2'
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 64
    Width = 215
    Height = 147
    Caption = 'Packet Basher'
    TabOrder = 2
    object Label3: TLabel
      Left = 4
      Top = 20
      Width = 134
      Height = 13
      Caption = 'Last OutGoing Packet Size: '
    end
    object Label4: TLabel
      Left = 6
      Top = 46
      Width = 129
      Height = 13
      Caption = 'Last Incoming Packet Size:'
    end
    object Label5: TLabel
      Left = 12
      Top = 78
      Width = 32
      Height = 13
      Caption = 'Label5'
    end
    object Gauge1: TGauge
      Left = 102
      Top = 74
      Width = 100
      Height = 52
      Kind = gkNeedle
      MaxValue = 7048
      Progress = 0
    end
    object Label6: TLabel
      Left = 96
      Top = 130
      Width = 111
      Height = 13
      Caption = 'Usage of a 56k Modem'
    end
    object Edit3: TEdit
      Left = 140
      Top = 14
      Width = 67
      Height = 21
      TabOrder = 0
      Text = 'Edit3'
    end
    object Edit4: TEdit
      Left = 140
      Top = 40
      Width = 67
      Height = 21
      TabOrder = 1
      Text = 'Edit4'
    end
  end
end

⌨️ 快捷键说明

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