u_state.~dfm

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

~DFM
71
字号
object F_state: TF_state
  Left = 291
  Top = 217
  Width = 327
  Height = 115
  BorderIcons = []
  Caption = #20998#26512#32771#21220#25968#25454
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 16
    Width = 48
    Height = 15
    Caption = 'Label1'
    Font.Charset = GB2312_CHARSET
    Font.Color = clMaroon
    Font.Height = -15
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 24
    Top = 64
    Width = 7
    Height = 13
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -13
    Font.Name = #20223#23435'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 174
    Top = 0
    Width = 7
    Height = 13
    Font.Charset = GB2312_CHARSET
    Font.Color = clTeal
    Font.Height = -13
    Font.Name = #20223#23435'_GB2312'
    Font.Style = [fsUnderline]
    ParentFont = False
  end
  object ProgressBar1: TProgressBar
    Left = 24
    Top = 40
    Width = 277
    Height = 16
    Min = 0
    Max = 100
    Position = 1
    TabOrder = 0
  end
  object Timer1: TTimer
    Left = 264
    Top = 56
  end
end

⌨️ 快捷键说明

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