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

📄 dimissionnew.dfm

📁 三層源碼,DELPHI寫的三層源碼,三層源碼,
💻 DFM
字号:
object dimission_new: Tdimission_new
  Left = 194
  Top = 208
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = '新增离职人员'
  ClientHeight = 151
  ClientWidth = 345
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnPaint = FormPaint
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 329
    Height = 105
    Shape = bsFrame
  end
  object Label1: TLabel
    Left = 16
    Top = 24
    Width = 30
    Height = 12
    Caption = '工号:'
    Transparent = True
  end
  object Label2: TLabel
    Left = 176
    Top = 24
    Width = 30
    Height = 12
    Caption = '姓名:'
    Transparent = True
  end
  object Label3: TLabel
    Left = 16
    Top = 88
    Width = 30
    Height = 12
    Caption = '备注:'
    Transparent = True
  end
  object Label4: TLabel
    Left = 176
    Top = 56
    Width = 30
    Height = 12
    Caption = '日期:'
    Transparent = True
  end
  object Label5: TLabel
    Left = 16
    Top = 56
    Width = 30
    Height = 12
    Caption = '部门:'
    Transparent = True
  end
  object Edit1: TEdit
    Left = 48
    Top = 16
    Width = 121
    Height = 20
    TabOrder = 0
    Text = 'Edit1'
    OnExit = Edit1Exit
    OnKeyPress = Edit1KeyPress
  end
  object Edit2: TEdit
    Left = 208
    Top = 16
    Width = 121
    Height = 20
    Color = clScrollBar
    ReadOnly = True
    TabOrder = 4
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 48
    Top = 48
    Width = 121
    Height = 20
    Color = clScrollBar
    ReadOnly = True
    TabOrder = 5
    Text = 'Edit3'
  end
  object date1: TDateTimePicker
    Left = 208
    Top = 48
    Width = 121
    Height = 20
    CalAlignment = dtaLeft
    Date = 38731.3425760532
    Time = 38731.3425760532
    DateFormat = dfShort
    DateMode = dmComboBox
    Kind = dtkDate
    ParseInput = False
    TabOrder = 1
    OnKeyPress = Edit1KeyPress
  end
  object xpButton2: TxpButton
    Left = 176
    Top = 120
    Width = 75
    Height = 25
    Caption = '确定添加'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    TabOrder = 3
    TabStop = True
    OnClick = xpButton2Click
  end
  object xpButton3: TxpButton
    Left = 256
    Top = 120
    Width = 75
    Height = 25
    Caption = '取消'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    TabOrder = 6
    TabStop = True
    OnClick = xpButton3Click
  end
  object Edit4: TEdit
    Left = 48
    Top = 80
    Width = 281
    Height = 20
    TabOrder = 2
    Text = 'Edit4'
    OnKeyDown = Edit4KeyDown
  end
end

⌨️ 快捷键说明

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