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

📄 unit5.dfm

📁 采用JAVA语言实现的出租车计价器的程序
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -