udatabak.dfm

来自「说明: 比较简单的人事档案管理程序,包含了人事档案的大部分功能,做人事档案的兄」· DFM 代码 · 共 49 行

DFM
49
字号
object Form_DataBak: TForm_DataBak
  Left = 392
  Top = 255
  Width = 322
  Height = 156
  Caption = 'Form_DataBak'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 8
    Width = 36
    Height = 13
    Caption = #36827#24230#65306
  end
  object ProgressBar1: TProgressBar
    Left = 16
    Top = 40
    Width = 289
    Height = 25
    TabOrder = 0
  end
  object Button1: TButton
    Left = 96
    Top = 96
    Width = 107
    Height = 25
    Caption = 'Button1'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 208
    Top = 96
    Width = 99
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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