unitfrmmain.dfm

来自「精彩编程百例26~50 其中有 控制任务栏 windows底层任务控制 屏保预览」· DFM 代码 · 共 71 行

DFM
71
字号
object Form1: TForm1
  Left = 249
  Top = 131
  Width = 454
  Height = 316
  Caption = #25991#20214#30340#20851#32852#25805#20316
  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 = 56
    Top = 64
    Width = 354
    Height = 20
    Caption = #36755#20837#20851#32852#24212#29992#31243#24207#25991#20214#21517'('#38656#35201#23436#25972#36335#24452')                  '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 272
    Top = 128
    Width = 45
    Height = 29
    Caption = '.exe'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 184
    Top = 184
    Width = 81
    Height = 33
    Caption = #30830#35748#20851#32852'    '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = Button1Click
  end
  object txtedit: TEdit
    Left = 136
    Top = 128
    Width = 137
    Height = 28
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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