bfhyut.~dfm

来自「本程序主要功能是进行进销存管理系统的开发源码,主要是使用DElphi为开发环境.」· ~DFM 代码 · 共 66 行

~DFM
66
字号
object sjbffm: Tsjbffm
  Left = 201
  Top = 254
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #22791#20221#19982#36824#21407
  ClientHeight = 143
  ClientWidth = 367
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 367
    Height = 143
    Align = alClient
    TabOrder = 0
    object SpeedButton1: TSpeedButton
      Left = 40
      Top = 80
      Width = 105
      Height = 25
      Caption = #22791#20221
      OnClick = SpeedButton1Click
    end
    object SpeedButton2: TSpeedButton
      Left = 208
      Top = 80
      Width = 97
      Height = 25
      Caption = #36824#21407
      OnClick = SpeedButton2Click
    end
    object Label1: TLabel
      Left = 40
      Top = 16
      Width = 281
      Height = 17
      AutoSize = False
      Caption = #25968#25454#22791#20221#19982#36824#21407
    end
    object ProgressBar1: TProgressBar
      Left = 40
      Top = 48
      Width = 257
      Height = 9
      Max = 40
      TabOrder = 0
    end
  end
  object Timer1: TTimer
    Enabled = False
    OnTimer = Timer1Timer
    Left = 120
    Top = 40
  end
end

⌨️ 快捷键说明

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