ini.dfm

来自「一个工具管理系统。。用DELPHI+ACCESS写的」· DFM 代码 · 共 43 行

DFM
43
字号
object FM_ini: TFM_ini
  Left = 248
  Top = 111
  BorderStyle = bsDialog
  Caption = #25968#25454#21021#22987#21270
  ClientHeight = 99
  ClientWidth = 374
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 104
    Top = 56
    Width = 138
    Height = 12
    Caption = #27491#22312#21021#22987#21270#31995#32479#25968#25454#24211'...'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object ProgressBar1: TProgressBar
    Left = 16
    Top = 24
    Width = 345
    Height = 16
    Min = 0
    Max = 100
    Step = 1
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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