unit2.dfm

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

DFM
128
字号
object Form2: TForm2
  Left = 216
  Top = 193
  Width = 708
  Height = 458
  Caption = '每日汇总'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 20
  object Label1: TLabel
    Left = 32
    Top = 32
    Width = 220
    Height = 16
    Caption = '请输入汇总日期: (格式:20060602)             '
    Color = clBtnFace
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object Button1: TButton
    Left = 552
    Top = 24
    Width = 97
    Height = 33
    Caption = '取   消'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 432
    Top = 24
    Width = 97
    Height = 33
    Caption = '确   定'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 256
    Top = 24
    Width = 153
    Height = 28
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ImeName = '中文 (简体) - 全拼'
    ParentFont = False
    TabOrder = 2
  end
  object ListView1: TListView
    Left = 16
    Top = 72
    Width = 665
    Height = 337
    Columns = <
      item
        Caption = '     车号'
        Width = 90
      end
      item
        Alignment = taCenter
        Caption = '单位'
        Width = 90
      end
      item
        Alignment = taCenter
        Caption = '司机'
        Width = 90
      end
      item
        Alignment = taCenter
        Caption = '运营次数'
        Width = 90
      end
      item
        Alignment = taCenter
        Caption = '里程'
        Width = 90
      end
      item
        Alignment = taCenter
        Caption = '侯时'
        Width = 90
      end
      item
        Alignment = taCenter
        Caption = '营业额'
        Width = 90
      end>
    TabOrder = 3
    ViewStyle = vsReport
  end
  object ADOQuery1: TADOQuery
    Connection = MainForm.ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      '')
    Left = 184
  end
end

⌨️ 快捷键说明

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