jvformprogress.dfm

来自「East make Tray Icon in delphi」· DFM 代码 · 共 50 行

DFM
50
字号
object FormProg: TFormProg
  Left = 574
  Top = 453
  Anchors = [akLeft, akTop, akRight, akBottom]
  BorderStyle = bsNone
  Caption = 'FormProg'
  ClientHeight = 60
  ClientWidth = 314
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCloseQuery = FormCloseQuery
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 314
    Height = 60
    Align = alClient
    BevelInner = bvRaised
    BorderStyle = bsSingle
    Ctl3D = True
    ParentCtl3D = False
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 10
      Width = 41
      Height = 13
      Caption = 'Progress'
    end
    object ProgressBar1: TProgressBar
      Left = 16
      Top = 28
      Width = 279
      Height = 15
      Min = 0
      Max = 100
      TabOrder = 0
    end
  end
end

⌨️ 快捷键说明

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