unit4.dfm

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

DFM
158
字号
object history: Thistory
  Left = 174
  Top = 175
  Width = 544
  Height = 375
  Caption = #20572#36710#21382#21490#35760#24405
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poMainFormCenter
  Visible = True
  OnClose = FormClose
  OnResize = FormResize
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 16
    Width = 60
    Height = 13
    Caption = #24320#22987#26085#26399#65306
  end
  object Label2: TLabel
    Left = 192
    Top = 16
    Width = 60
    Height = 13
    Caption = #32467#26463#26085#26399#65306
  end
  object Label3: TLabel
    Left = 8
    Top = 48
    Width = 60
    Height = 13
    Caption = #26597#35810#32467#26524#65306
  end
  object Label4: TLabel
    Left = 376
    Top = 16
    Width = 60
    Height = 13
    Caption = #20572#36710#21345#21495#65306
  end
  object BitBtn1: TBitBtn
    Left = 304
    Top = 37
    Width = 67
    Height = 25
    Caption = #26597#35810
    Default = True
    ModalResult = 1
    TabOrder = 0
    OnClick = BitBtn1Click
    Glyph.Data = {
      DE010000424DDE01000000000000760000002800000024000000120000000100
      0400000000006801000000000000000000001000000000000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
      3333333333333333333333330000333333333333333333333333F33333333333
      00003333344333333333333333388F3333333333000033334224333333333333
      338338F3333333330000333422224333333333333833338F3333333300003342
      222224333333333383333338F3333333000034222A22224333333338F338F333
      8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
      33333338F83338F338F33333000033A33333A222433333338333338F338F3333
      0000333333333A222433333333333338F338F33300003333333333A222433333
      333333338F338F33000033333333333A222433333333333338F338F300003333
      33333333A222433333333333338F338F00003333333333333A22433333333333
      3338F38F000033333333333333A223333333333333338F830000333333333333
      333A333333333333333338330000333333333333333333333333333333333333
      0000}
    NumGlyphs = 2
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 72
    Width = 521
    Height = 233
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DBNavigator1: TDBNavigator
    Left = 8
    Top = 312
    Width = 520
    Height = 25
    DataSource = DataSource1
    VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
    TabOrder = 2
  end
  object Button1: TButton
    Left = 459
    Top = 38
    Width = 64
    Height = 25
    Caption = #21024#38500#35760#24405
    TabOrder = 3
    OnClick = Button1Click
  end
  object press: TButton
    Left = 385
    Top = 38
    Width = 64
    Height = 25
    Caption = #25171#21360#35760#24405
    TabOrder = 4
    OnClick = pressClick
  end
  object time2: TDateTimePicker
    Left = 80
    Top = 8
    Width = 81
    Height = 21
    Date = 39396.591967754620000000
    Time = 39396.591967754620000000
    TabOrder = 5
  end
  object time1: TDateTimePicker
    Left = 264
    Top = 8
    Width = 81
    Height = 21
    Date = 39396.592108587960000000
    Time = 39396.592108587960000000
    TabOrder = 6
  end
  object Edit1: TEdit
    Left = 448
    Top = 8
    Width = 65
    Height = 21
    MaxLength = 10
    TabOrder = 7
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 248
    Top = 88
  end
  object ADOQuery1: TADOQuery
    Connection = DataModule11.ccsj
    Parameters = <>
    Left = 136
    Top = 120
  end
end

⌨️ 快捷键说明

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