bmadd.dfm

来自「工资管理系统」· DFM 代码 · 共 62 行

DFM
62
字号
object FormBmAdd: TFormBmAdd
  Left = 296
  Top = 200
  Width = 320
  Height = 91
  Caption = 'FormBmAdd'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 14
    Top = 12
    Width = 63
    Height = 13
    Caption = #37096#38376#32534#30721' '#65306
  end
  object Label3: TLabel
    Left = 14
    Top = 36
    Width = 60
    Height = 13
    Caption = #37096#38376#21517#31216#65306
  end
  object Edit1: TEdit
    Left = 82
    Top = 8
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 82
    Top = 33
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
    TabOrder = 1
  end
  object BitBtn1: TBitBtn
    Left = 224
    Top = 16
    Width = 75
    Height = 25
    TabOrder = 2
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object ADOQuery1: TADOQuery
    Parameters = <>
    Left = 104
    Top = 16
  end
end

⌨️ 快捷键说明

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