showunit.dfm

来自「Delphi7编程80例(完全版)」· DFM 代码 · 共 71 行

DFM
71
字号
object ShowForm: TShowForm
  Left = 360
  Top = 318
  Width = 370
  Height = 84
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'ShowForm'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = '宋体'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 14
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 362
    Height = 57
    Align = alClient
    BevelOuter = bvLowered
    TabOrder = 0
    object SpeedButton1: TSpeedButton
      Left = 0
      Top = 0
      Width = 73
      Height = 57
      Caption = '退出'
      OnClick = SpeedButton1Click
    end
    object SpeedButton2: TSpeedButton
      Left = 72
      Top = 0
      Width = 73
      Height = 57
      Caption = '记事本'
      OnClick = SpeedButton2Click
    end
    object SpeedButton3: TSpeedButton
      Left = 144
      Top = 0
      Width = 73
      Height = 57
      Caption = '画图'
      OnClick = SpeedButton3Click
    end
    object SpeedButton4: TSpeedButton
      Left = 216
      Top = 0
      Width = 73
      Height = 57
      Caption = 'IE设置'
      OnClick = SpeedButton4Click
    end
    object SpeedButton5: TSpeedButton
      Left = 288
      Top = 0
      Width = 73
      Height = 57
      Caption = '注册表'
      OnClick = SpeedButton5Click
    end
  end
end

⌨️ 快捷键说明

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