ychatu32.dfm

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

DFM
112
字号
object Form24: TForm24
  Left = 191
  Top = 107
  Width = 365
  Height = 118
  Caption = 'Time of Event.'
  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 Label1: TLabel
    Left = 166
    Top = 32
    Width = 23
    Height = 13
    Caption = 'Time'
  end
  object Label2: TLabel
    Left = 249
    Top = 32
    Width = 5
    Height = 16
    Caption = ':'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 6
    Top = 2
    Width = 347
    Height = 21
    TabOrder = 0
  end
  object RadioButton1: TRadioButton
    Left = 32
    Top = 30
    Width = 55
    Height = 17
    Caption = 'Daily'
    TabOrder = 1
    OnClick = RadioButton1Click
  end
  object RadioButton2: TRadioButton
    Left = 94
    Top = 30
    Width = 57
    Height = 17
    Caption = 'Yearly'
    TabOrder = 2
    OnClick = RadioButton2Click
  end
  object SpinEdit1: TSpinEdit
    Left = 196
    Top = 28
    Width = 45
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 3
    Value = 0
  end
  object SpinEdit2: TSpinEdit
    Left = 264
    Top = 28
    Width = 49
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 4
    Value = 0
  end
  object SpinEdit3: TSpinEdit
    Left = 8
    Top = 58
    Width = 121
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 5
    Value = 0
  end
  object SpinEdit4: TSpinEdit
    Left = 144
    Top = 58
    Width = 121
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 6
    Value = 0
  end
  object SpinEdit5: TSpinEdit
    Left = 282
    Top = 58
    Width = 55
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 7
    Value = 0
  end
end

⌨️ 快捷键说明

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