unit5.dfm

来自「停车厂管理系统 麻雀虽小 但是五脏齐全」· DFM 代码 · 共 77 行

DFM
77
字号
object allcharge: Tallcharge
  Left = 348
  Top = 208
  Width = 331
  Height = 118
  Caption = #29992#25143#20805#20540#32479#35745
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label3: TLabel
    Left = 8
    Top = 16
    Width = 60
    Height = 13
    Caption = #24320#22987#26085#26399#65306
  end
  object Label4: TLabel
    Left = 160
    Top = 16
    Width = 60
    Height = 13
    Caption = #32467#26463#26085#26399#65306
  end
  object DTP1: TDateTimePicker
    Left = 72
    Top = 8
    Width = 81
    Height = 21
    Date = 39404.711236921300000000
    Time = 39404.711236921300000000
    TabOrder = 0
  end
  object DTP2: TDateTimePicker
    Left = 232
    Top = 8
    Width = 81
    Height = 21
    Date = 39404.711415416670000000
    Time = 39404.711415416670000000
    TabOrder = 1
  end
  object Button1: TBitBtn
    Left = 56
    Top = 48
    Width = 81
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = Button1Click
    Kind = bkClose
  end
  object Button2: TBitBtn
    Left = 192
    Top = 48
    Width = 79
    Height = 25
    Caption = #32479#35745
    TabOrder = 3
    OnClick = Button2Click
    Kind = bkOK
  end
  object ADOQuery1: TADOQuery
    Connection = DataModule11.ccsj
    Parameters = <>
    Left = 144
    Top = 16
  end
end

⌨️ 快捷键说明

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