⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 一款实用的人事管理软件程序
💻 DFM
字号:
object f_sjbf: Tf_sjbf
  Left = 133
  Top = 189
  Width = 439
  Height = 190
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'f_sjbf'
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 72
    Height = 13
    Caption = #36873#25321#22791#20221#36335#24452
  end
  object Edit1: TEdit
    Left = 16
    Top = 56
    Width = 313
    Height = 21
    TabOrder = 0
  end
  object Button1: TButton
    Left = 360
    Top = 56
    Width = 49
    Height = 22
    Caption = #27983#35272
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 48
    Top = 128
    Width = 75
    Height = 25
    Caption = #22791#20221
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 184
    Top = 128
    Width = 75
    Height = 25
    Caption = #24674#22797
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 312
    Top = 128
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
    OnClick = Button4Click
  end
  object ActionList1: TActionList
    Left = 216
    Top = 16
    object FileOpen1: TFileOpen
      Category = 'File'
      Caption = '&Open...'
      Hint = 'Open|Opens an existing file'
      ImageIndex = 8
      ShortCut = 16463
    end
    object FileSaveAs1: TFileSaveAs
      Category = 'File'
      Caption = 'Save &As...'
      Hint = 'Save As|Saves the active file with a new name'
      ImageIndex = 30
    end
  end
end

⌨️ 快捷键说明

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