unit3.dfm

来自「用delphi编写的视频播放器」· DFM 代码 · 共 59 行

DFM
59
字号
object Form3: TForm3
  Left = 837
  Top = 220
  Width = 193
  Height = 283
  Caption = 'Form3'
  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 ListBox1: TListBox
    Left = 0
    Top = 0
    Width = 185
    Height = 217
    Color = clMoneyGreen
    ImeMode = imHanguel
    ItemHeight = 13
    TabOrder = 0
  end
  object Button1: TButton
    Left = 0
    Top = 216
    Width = 97
    Height = 33
    Caption = #28165#31354#21015#34920
    Default = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -19
    Font.Name = #21326#25991#26032#39759
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 96
    Top = 216
    Width = 89
    Height = 33
    Caption = #20851#38381
    Default = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #21326#25991#26032#39759
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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