u_logo.~dfm

来自「小型劳资管理系统,用visual basic+access编写」· ~DFM 代码 · 共 52 行

~DFM
52
字号
object F_logo: TF_logo
  Left = 262
  Top = 250
  BorderIcons = []
  BorderStyle = bsNone
  Caption = 'F_logo'
  ClientHeight = 80
  ClientWidth = 295
  Color = clWindowFrame
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 1
    Top = 1
    Width = 293
    Height = 78
    BevelOuter = bvNone
    Color = clSkyBlue
    TabOrder = 0
    object Gauge1: TGauge
      Left = 16
      Top = 48
      Width = 265
      Height = 17
      Progress = 1
    end
    object Label1: TLabel
      Left = 16
      Top = 16
      Width = 200
      Height = 16
      Caption = #27491#22312#36733#20837#32771#21220#31995#32479'.........'
      Color = clSkyBlue
      Font.Charset = GB2312_CHARSET
      Font.Color = clOlive
      Font.Height = -16
      Font.Name = #26999#20307'_GB2312'
      Font.Style = []
      ParentColor = False
      ParentFont = False
    end
  end
end

⌨️ 快捷键说明

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