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

📄 insurancemodify.dfm

📁 三層源碼,DELPHI寫的三層源碼,三層源碼,
💻 DFM
字号:
object insurance_modify: Tinsurance_modify
  Left = 188
  Top = 175
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = '编辑养老金'
  ClientHeight = 162
  ClientWidth = 536
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnPaint = FormPaint
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 521
    Height = 113
    Shape = bsFrame
  end
  object Label1: TLabel
    Left = 52
    Top = 24
    Width = 33
    Height = 13
    Caption = '工号:'
    Transparent = True
  end
  object Label2: TLabel
    Left = 184
    Top = 24
    Width = 33
    Height = 13
    Caption = '姓名:'
    Transparent = True
  end
  object Label3: TLabel
    Left = 344
    Top = 24
    Width = 33
    Height = 13
    Caption = '部门:'
    Transparent = True
  end
  object Label4: TLabel
    Left = 39
    Top = 48
    Width = 46
    Height = 13
    Caption = '申报数:'
    Transparent = True
  end
  object Label5: TLabel
    Left = 184
    Top = 48
    Width = 80
    Height = 13
    Caption = '个人供款(%):'
    Transparent = True
  end
  object Label6: TLabel
    Left = 344
    Top = 48
    Width = 80
    Height = 13
    Caption = '公司供款(%):'
    Transparent = True
  end
  object Label7: TLabel
    Left = 26
    Top = 96
    Width = 59
    Height = 13
    Caption = '申报月份:'
    Transparent = True
  end
  object Label8: TLabel
    Left = 184
    Top = 96
    Width = 59
    Height = 13
    Caption = '申报日期:'
    Transparent = True
  end
  object Label9: TLabel
    Left = 52
    Top = 72
    Width = 33
    Height = 13
    Caption = '备注:'
    Transparent = True
  end
  object Edit1: TEdit
    Left = 88
    Top = 16
    Width = 89
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
    OnExit = Edit1Exit
    OnKeyPress = Edit1KeyPress
  end
  object Edit2: TEdit
    Left = 216
    Top = 16
    Width = 121
    Height = 21
    Color = clScrollBar
    ReadOnly = True
    TabOrder = 9
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 376
    Top = 16
    Width = 121
    Height = 21
    Color = clScrollBar
    ReadOnly = True
    TabOrder = 10
    Text = 'Edit3'
  end
  object Edit4: TEdit
    Left = 88
    Top = 40
    Width = 89
    Height = 21
    TabOrder = 1
    Text = 'Edit4'
    OnKeyDown = Edit4KeyDown
    OnKeyPress = Edit1KeyPress
  end
  object Edit5: TEdit
    Left = 264
    Top = 40
    Width = 73
    Height = 21
    TabOrder = 2
    Text = 'Edit5'
    OnKeyDown = Edit4KeyDown
    OnKeyPress = Edit1KeyPress
  end
  object Edit6: TEdit
    Left = 424
    Top = 40
    Width = 73
    Height = 21
    TabOrder = 3
    Text = 'Edit6'
    OnKeyDown = Edit4KeyDown
    OnKeyPress = Edit1KeyPress
  end
  object Edit7: TEdit
    Left = 88
    Top = 64
    Width = 409
    Height = 21
    TabOrder = 4
    Text = 'Edit7'
    OnKeyDown = Edit7KeyDown
  end
  object xpButton1: TxpButton
    Left = 136
    Top = 128
    Width = 75
    Height = 25
    Caption = '关闭'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    TabOrder = 6
    TabStop = True
    OnClick = xpButton1Click
  end
  object xpButton2: TxpButton
    Left = 56
    Top = 128
    Width = 75
    Height = 25
    Caption = '确定增加'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    TabOrder = 5
    TabStop = True
    OnClick = xpButton2Click
  end
  object Edit8: TEdit
    Left = 88
    Top = 88
    Width = 89
    Height = 21
    Color = clScrollBar
    ReadOnly = True
    TabOrder = 7
    Text = 'Edit8'
  end
  object Edit9: TEdit
    Left = 248
    Top = 88
    Width = 129
    Height = 21
    Color = clScrollBar
    ReadOnly = True
    TabOrder = 8
    Text = 'Edit9'
  end
end

⌨️ 快捷键说明

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