unit22.dfm

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

DFM
170
字号
object tckwh: Ttckwh
  Left = 279
  Top = 133
  Width = 336
  Height = 267
  Caption = #20572#36710#21345#20805#20540#19982#21024#38500
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poMainFormCenter
  Visible = True
  OnActivate = FormActivate
  OnCanResize = FormCanResize
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label26: TLabel
    Left = 11
    Top = 56
    Width = 36
    Height = 13
    Caption = #20313#39069#65306
  end
  object Label27: TLabel
    Left = 149
    Top = 24
    Width = 60
    Height = 13
    Caption = #39044#23384#37329#39069#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label25: TLabel
    Left = 8
    Top = 24
    Width = 36
    Height = 13
    Caption = #21345#21495#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 56
    Top = 16
    Width = 73
    Height = 21
    TabOrder = 0
    OnExit = Edit1Exit
  end
  object Edit2: TEdit
    Left = 55
    Top = 48
    Width = 74
    Height = 21
    TabStop = False
    ReadOnly = True
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 220
    Top = 16
    Width = 85
    Height = 21
    TabOrder = 2
    OnKeyPress = Edit3KeyPress
  end
  object DBGrid6: TDBGrid
    Left = 8
    Top = 88
    Width = 297
    Height = 137
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGrid6CellClick
    Columns = <
      item
        Expanded = False
        FieldName = 'cardid'
        Title.Caption = #21345#21495
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'storemoney'
        Title.Caption = #20313#39069
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'customerclass'
        Title.Caption = #23458#25143#31867#22411
        Visible = True
      end>
  end
  object Button1: TButton
    Left = 144
    Top = 48
    Width = 75
    Height = 25
    Caption = #22686#21152#20313#39069
    Default = True
    TabOrder = 4
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 229
    Top = 48
    Width = 75
    Height = 25
    Caption = #21024#38500#21345#21495#65306
    TabOrder = 5
    OnClick = Button2Click
  end
  object adot_card: TADOTable
    Active = True
    Connection = DataModule11.ccsj
    CursorType = ctStatic
    TableName = 'stopcard'
    Left = 140
    Top = 123
  end
  object adoq_recharge: TADOQuery
    Connection = DataModule11.ccsj
    Parameters = <>
    Left = 196
    Top = 129
  end
  object adot_carstop: TADOTable
    Active = True
    Connection = DataModule11.ccsj
    CursorType = ctStatic
    TableName = 'carstop'
    Left = 108
    Top = 155
  end
  object adot_customers: TADOTable
    Active = True
    Connection = DataModule11.ccsj
    CursorType = ctStatic
    TableName = 'customers'
    Left = 68
    Top = 107
  end
  object DataSource1: TDataSource
    DataSet = adot_card
    Left = 184
    Top = 160
  end
end

⌨️ 快捷键说明

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