unit1.dfm

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

DFM
108
字号
object Form1: TForm1
  Left = 209
  Top = 102
  Width = 722
  Height = 528
  Caption = #28378#21160#23383#24149
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDefault
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  DesignSize = (
    714
    494)
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 24
    Top = 104
    Width = 80
    Height = 19
    Caption = #25991#20214#21517#31216
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 24
    Top = 200
    Width = 80
    Height = 19
    Caption = #36895#24230#25511#21046
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 8
    Top = 130
    Width = 113
    Height = 21
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ParentFont = False
    TabOrder = 0
    Text = #20061#26376'.txt'
  end
  object Button3: TButton
    Left = 8
    Top = 360
    Width = 105
    Height = 25
    Caption = #37325#26032#24320#22987
    TabOrder = 1
    OnClick = Button3Click
  end
  object Button2: TButton
    Left = 8
    Top = 320
    Width = 105
    Height = 25
    Caption = #24320#22987'/'#26242#20572
    TabOrder = 2
    OnClick = Button2Click
  end
  object TrackBar1: TTrackBar
    Left = 0
    Top = 224
    Width = 121
    Height = 25
    Anchors = [akTop, akRight]
    Max = 20
    Min = 1
    Position = 1
    TabOrder = 3
    OnChange = TrackBar1Change
  end
  object Panel1: TPanel
    Left = 144
    Top = 0
    Width = 561
    Height = 481
    Caption = #23631#24149
    TabOrder = 4
  end
  object Timer1: TTimer
    Interval = 50
    OnTimer = Timer1Timer
    Left = 80
    Top = 256
  end
end

⌨️ 快捷键说明

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