ychatu42.dfm

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

DFM
116
字号
object Form38: TForm38
  Left = 244
  Top = 161
  Width = 283
  Height = 258
  Caption = 'WebCam Settings & Launcher'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 10
    Top = 64
    Width = 50
    Height = 13
    Caption = 'View As....'
  end
  object Label3: TLabel
    Left = 8
    Top = 132
    Width = 76
    Height = 13
    Caption = 'View WebCam: '
  end
  object Label2: TLabel
    Left = 8
    Top = 162
    Width = 31
    Height = 13
    Caption = 'Token'
  end
  object Edit1: TEdit
    Left = 8
    Top = 4
    Width = 257
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
  end
  object Button1: TButton
    Left = 28
    Top = 34
    Width = 211
    Height = 25
    Caption = 'Launch External Viewer'
    TabOrder = 1
    OnClick = Button1Click
  end
  object RadioButton1: TRadioButton
    Left = 10
    Top = 84
    Width = 113
    Height = 17
    Caption = 'Anonymous'
    TabOrder = 2
  end
  object RadioButton2: TRadioButton
    Left = 10
    Top = 104
    Width = 113
    Height = 17
    Caption = 'RadioButton2'
    Checked = True
    TabOrder = 3
    TabStop = True
  end
  object Button2: TButton
    Left = 132
    Top = 84
    Width = 55
    Height = 25
    Caption = 'Close'
    TabOrder = 4
    OnClick = Button2Click
  end
  object Edit2: TEdit
    Left = 94
    Top = 126
    Width = 169
    Height = 21
    TabOrder = 5
  end
  object Edit3: TEdit
    Left = 48
    Top = 158
    Width = 215
    Height = 21
    TabOrder = 6
    Text = 'user token'
  end
  object Button3: TButton
    Left = 192
    Top = 84
    Width = 63
    Height = 25
    Caption = 'Get Token'
    TabOrder = 7
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 14
    Top = 192
    Width = 247
    Height = 25
    Caption = 'Start My WebCam Now!'
    TabOrder = 8
    OnClick = Button4Click
  end
end

⌨️ 快捷键说明

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