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

📄 unit23.dfm

📁 停车厂管理系统 麻雀虽小 但是五脏齐全
💻 DFM
字号:
object tccx: Ttccx
  Left = 199
  Top = 124
  Width = 581
  Height = 422
  Caption = #20572#36710#20449#24687#26597#35810
  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
  OnActivate = FormActivate
  OnClose = FormClose
  OnResize = FormResize
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label28: TLabel
    Left = 24
    Top = 24
    Width = 73
    Height = 13
    Caption = #26597#35810#26041#24335#65306
  end
  object Label29: TLabel
    Left = 248
    Top = 24
    Width = 73
    Height = 13
    Caption = #26597#35810#26465#20214#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label8: TLabel
    Left = 25
    Top = 56
    Width = 72
    Height = 13
    Caption = #29992'         '#26102#65306
  end
  object Label39: TLabel
    Left = 249
    Top = 56
    Width = 72
    Height = 13
    Caption = #25910'         '#36153#65306
  end
  object Label30: TLabel
    Left = 24
    Top = 80
    Width = 60
    Height = 13
    Caption = #26597#35810#32467#26524#65306
  end
  object cbcha: TComboBox
    Left = 104
    Top = 16
    Width = 89
    Height = 21
    Hint = 'carid'
    Style = csDropDownList
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 0
    Text = #36710#29260
    OnChange = cbchaChange
    Items.Strings = (
      #36710#29260
      #21345#21495
      #36710#20301)
  end
  object edcha: TEdit
    Left = 328
    Top = 16
    Width = 81
    Height = 21
    MaxLength = 10
    TabOrder = 1
  end
  object Edit5: TEdit
    Left = 104
    Top = 50
    Width = 89
    Height = 21
    ReadOnly = True
    TabOrder = 2
  end
  object Edit6: TEdit
    Left = 331
    Top = 48
    Width = 78
    Height = 21
    ReadOnly = True
    TabOrder = 3
  end
  object DBGrid7: TDBGrid
    Left = 13
    Top = 104
    Width = 548
    Height = 233
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 4
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGrid7CellClick
    Columns = <
      item
        Expanded = False
        FieldName = 'cardid'
        Title.Caption = #20572#36710#21345#21495
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'carid'
        Title.Caption = #36710#29260
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'carclass'
        Title.Caption = #36710#31867#22411
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'addressid'
        Title.Caption = #36710#20301#32534#21495
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'address'
        Title.Caption = #20301#32622
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'entime'
        Title.Caption = #20837#22330#26102#38388
        Visible = True
      end
      item
        Alignment = taLeftJustify
        Expanded = False
        FieldName = 'zhek'
        Title.Caption = #25240#25187
        Width = 49
        Visible = True
      end
      item
        Alignment = taLeftJustify
        Expanded = False
        FieldName = 'shoufe'
        Title.Caption = #20998'/'#20803
        Visible = True
      end>
  end
  object Button3: TButton
    Left = 469
    Top = 24
    Width = 67
    Height = 49
    Caption = #26597#35810
    Default = True
    TabOrder = 5
    OnClick = Button3Click
  end
  object DBNavigator2: TDBNavigator
    Left = 20
    Top = 348
    Width = 545
    Height = 25
    VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbRefresh]
    TabOrder = 6
  end
  object adot_stopcar_view: TADOTable
    Active = True
    Connection = DataModule11.ccsj
    CursorType = ctStatic
    TableName = 'stopcar_view'
    Left = 268
    Top = 233
  end
  object DataSource1: TDataSource
    DataSet = adot_stopcar_view
    Left = 280
    Top = 200
  end
  object adoq_shoufe: TADOQuery
    Connection = DataModule11.ccsj
    Parameters = <>
    Left = 208
    Top = 216
  end
end

⌨️ 快捷键说明

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