udeptset.dfm

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

DFM
161
字号
object Form_DeptSet: TForm_DeptSet
  Left = 357
  Top = 168
  BorderStyle = bsSingle
  Caption = #37096#38376#35774#32622
  ClientHeight = 338
  ClientWidth = 409
  Color = 15396334
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 393
    Height = 321
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 8
      Width = 65
      Height = 13
      AutoSize = False
      Caption = #19968#32423#37096#38376
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clTeal
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 200
      Top = 8
      Width = 65
      Height = 13
      AutoSize = False
      Caption = #20108#32423#37096#38376
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clTeal
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object FirstDeptList: TListBox
      Left = 8
      Top = 24
      Width = 177
      Height = 217
      Ctl3D = False
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ItemHeight = 13
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 0
      OnClick = FirstDeptListClick
    end
    object SecondDeptList: TListBox
      Left = 200
      Top = 24
      Width = 177
      Height = 217
      Ctl3D = False
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ItemHeight = 13
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 1
    end
    object Edit1: TEdit
      Left = 8
      Top = 248
      Width = 177
      Height = 19
      Ctl3D = False
      ParentCtl3D = False
      TabOrder = 2
      OnKeyPress = Edit1KeyPress
    end
    object Edit2: TEdit
      Left = 200
      Top = 248
      Width = 177
      Height = 19
      Ctl3D = False
      ParentCtl3D = False
      TabOrder = 3
      OnKeyPress = Edit2KeyPress
    end
    object addFirst: TBitBtn
      Left = 8
      Top = 280
      Width = 57
      Height = 25
      Caption = #28155#21152
      TabOrder = 4
      OnClick = addFirstClick
    end
    object EditFirst: TBitBtn
      Left = 64
      Top = 280
      Width = 57
      Height = 25
      Caption = #32534#36753
      TabOrder = 5
      OnClick = EditFirstClick
    end
    object delectFirst: TBitBtn
      Left = 120
      Top = 280
      Width = 57
      Height = 25
      Caption = #21024#38500
      TabOrder = 6
      OnClick = delectFirstClick
    end
    object addsecond: TBitBtn
      Left = 200
      Top = 280
      Width = 57
      Height = 25
      Caption = #28155#21152
      TabOrder = 7
      OnClick = addsecondClick
    end
    object BitBtn2: TBitBtn
      Left = 256
      Top = 280
      Width = 57
      Height = 25
      Caption = #32534#36753
      TabOrder = 8
      OnClick = BitBtn2Click
    end
    object deleteSecond: TBitBtn
      Left = 312
      Top = 280
      Width = 57
      Height = 25
      Caption = #21024#38500
      TabOrder = 9
      OnClick = deleteSecondClick
    end
  end
end

⌨️ 快捷键说明

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