frmsysclean.dfm

来自「Mailserver Source code - Delphi. Simp」· DFM 代码 · 共 106 行

DFM
106
字号
object FrmSysClean1: TFrmSysClean1
  Left = 91
  Top = 103
  Align = alClient
  BorderStyle = bsNone
  Caption = 'FrmSysClean1'
  ClientHeight = 424
  ClientWidth = 607
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 607
    Height = 23
    Align = alTop
    BevelOuter = bvLowered
    Caption = #31995#32479#25972#29702
    Color = clGray
    Font.Charset = ANSI_CHARSET
    Font.Color = clWhite
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object Panel3: TPanel
    Left = 0
    Top = 23
    Width = 607
    Height = 3
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 1
  end
  object Panel1: TPanel
    Left = 0
    Top = 26
    Width = 607
    Height = 398
    Align = alClient
    BevelOuter = bvLowered
    TabOrder = 2
    object SpeedButton1: TSpeedButton
      Left = 428
      Top = 339
      Width = 65
      Height = 22
      Caption = #30830#23450
      Flat = True
      OnClick = SpeedButton1Click
    end
    object Panel4: TPanel
      Left = 96
      Top = 64
      Width = 417
      Height = 265
      BevelOuter = bvNone
      BorderStyle = bsSingle
      Ctl3D = False
      ParentCtl3D = False
      TabOrder = 0
      object CheckBox1: TCheckBox
        Left = 84
        Top = 72
        Width = 233
        Height = 17
        Caption = #28165#29702#24050#26631#35760#20026#21024#38500#30340#37038#20214
        TabOrder = 0
      end
      object CheckBox3: TCheckBox
        Left = 84
        Top = 104
        Width = 241
        Height = 17
        Caption = #28165#29702#24050#36716#21457#25104#21151#30340#37038#20214
        TabOrder = 1
      end
      object CheckBox4: TCheckBox
        Left = 84
        Top = 136
        Width = 225
        Height = 17
        Caption = #28165#29702#36716#21457#22833#36133#30340#37038#20214
        TabOrder = 2
      end
      object CheckBox2: TCheckBox
        Left = 84
        Top = 168
        Width = 137
        Height = 17
        Caption = #28165#31354#25152#26377#26085#24535#25991#20214
        TabOrder = 3
      end
    end
  end
end

⌨️ 快捷键说明

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