u_tj.dfm

来自「人力资源管理系统自动计算员工工资。自动生成员工工资报表。实现员工岗位调动操作。实」· DFM 代码 · 共 86 行

DFM
86
字号
object frm_cxtj: Tfrm_cxtj
  Left = 354
  Top = 140
  Width = 293
  Height = 132
  Caption = #35774#32622#26597#35810#26465#20214
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 285
    Height = 105
    Align = alClient
    BevelInner = bvRaised
    BevelOuter = bvLowered
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label1: TLabel
      Left = 20
      Top = 28
      Width = 70
      Height = 14
      Caption = #26597#35810#26465#20214#65306
    end
    object Label2: TLabel
      Left = 172
      Top = 28
      Width = 7
      Height = 14
      Caption = '='
    end
    object ComboBox1: TComboBox
      Left = 84
      Top = 24
      Width = 80
      Height = 22
      ItemHeight = 14
      TabOrder = 0
      Items.Strings = (
        #32534#21495
        #22995#21517)
    end
    object Edit1: TEdit
      Left = 188
      Top = 24
      Width = 80
      Height = 22
      TabOrder = 1
    end
    object BitBtn1: TBitBtn
      Left = 40
      Top = 64
      Width = 75
      Height = 25
      Caption = #30830#23450
      TabOrder = 2
      OnClick = BitBtn1Click
      Kind = bkOK
    end
    object BitBtn2: TBitBtn
      Left = 170
      Top = 64
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 3
      OnClick = BitBtn2Click
      Kind = bkCancel
    end
  end
end

⌨️ 快捷键说明

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