unit3.dfm

来自「用delphi和SQLServer开发的人力资源管理信息系统」· DFM 代码 · 共 60 行

DFM
60
字号
object Form3: TForm3
  Left = 341
  Top = 221
  Width = 474
  Height = 261
  Caption = #27426#36814#20351#29992#20154#21147#36164#28304#31649#29702#31995#32479
  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 = 64
    Top = 32
    Width = 324
    Height = 35
    Alignment = taCenter
    Caption = #29992#25143#21517#23494#30721#36755#20837#38169#35823
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -35
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 128
    Top = 80
    Width = 180
    Height = 35
    Alignment = taCenter
    Caption = #35831#37325#26032#36755#20837
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -35
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 184
    Top = 147
    Width = 81
    Height = 41
    Caption = #30830#23450
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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