unit5.~dfm

来自「采用JAVA语言实现的出租车计价器的程序」· ~DFM 代码 · 共 89 行

~DFM
89
字号
object Form5: TForm5
  Left = 358
  Top = 260
  Width = 341
  Height = 238
  Caption = '员工信息录入'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 32
    Width = 72
    Height = 13
    Caption = '出租车号:       '
  end
  object Label2: TLabel
    Left = 32
    Top = 72
    Width = 36
    Height = 13
    Caption = '单位:   '
  end
  object Label3: TLabel
    Left = 32
    Top = 112
    Width = 39
    Height = 13
    Caption = '司机:    '
  end
  object Edit1: TEdit
    Left = 112
    Top = 32
    Width = 161
    Height = 21
    ImeName = '中文 (简体) - 全拼'
    TabOrder = 0
    Text = ' 辽'
  end
  object Edit2: TEdit
    Left = 112
    Top = 72
    Width = 161
    Height = 21
    ImeName = '中文 (简体) - 全拼'
    TabOrder = 1
    Text = ' '
  end
  object Edit3: TEdit
    Left = 112
    Top = 112
    Width = 161
    Height = 21
    ImeName = '中文 (简体) - 全拼'
    TabOrder = 2
    Text = ' '
  end
  object Button1: TButton
    Left = 40
    Top = 152
    Width = 97
    Height = 33
    Caption = '添加'
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 184
    Top = 152
    Width = 105
    Height = 33
    Caption = '取消'
    TabOrder = 4
    OnClick = Button2Click
  end
  object ADOQuery1: TADOQuery
    Connection = MainForm.ADOConnection1
    Parameters = <>
    Left = 288
    Top = 16
  end
end

⌨️ 快捷键说明

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