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

📄 unit6.dfm

📁 停车厂管理系统 麻雀虽小 但是五脏齐全
💻 DFM
字号:
object form6: Tform6
  Left = 297
  Top = 157
  Width = 276
  Height = 237
  Caption = #27773#36710#31867#22411
  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
  OnActivate = FormActivate
  OnCanResize = FormCanResize
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 11
    Top = 15
    Width = 46
    Height = 13
    Caption = #31867#22411#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 139
    Top = 15
    Width = 46
    Height = 13
    Caption = #25910#36153#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 8
    Top = 72
    Width = 137
    Height = 13
    Caption = #27773#36710#31867#22411#21015#34920#22914#19979#65306
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 88
    Width = 233
    Height = 105
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGrid1CellClick
    Columns = <
      item
        Expanded = False
        FieldName = 'carclass'
        Title.Caption = #27773#36710#31867#22411
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'shoufe'
        Title.Caption = #25910#36153'('#20803'/'#20998')'
        Visible = True
      end>
  end
  object BitBtn1: TBitBtn
    Left = 8
    Top = 40
    Width = 71
    Height = 24
    Caption = #22686#21152
    TabOrder = 1
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 96
    Top = 40
    Width = 73
    Height = 24
    Caption = #20462#25913
    TabOrder = 2
    OnClick = BitBtn2Click
    Kind = bkRetry
  end
  object BitBtn3: TBitBtn
    Left = 184
    Top = 41
    Width = 72
    Height = 24
    Caption = #21024#38500
    TabOrder = 3
    OnClick = BitBtn3Click
    Kind = bkCancel
  end
  object Edit1: TEdit
    Left = 56
    Top = 8
    Width = 65
    Height = 21
    MaxLength = 8
    TabOrder = 4
  end
  object Edit2: TEdit
    Left = 184
    Top = 8
    Width = 65
    Height = 21
    MaxLength = 8
    TabOrder = 5
    OnExit = Edit2Exit
    OnKeyPress = Edit2KeyPress
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = DataModule11.ccsj
    CursorType = ctStatic
    TableName = 'carclass'
    Left = 80
    Top = 104
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 120
    Top = 128
  end
  object ADOQuery1: TADOQuery
    Connection = DataModule11.ccsj
    Parameters = <>
    Left = 136
    Top = 88
  end
end

⌨️ 快捷键说明

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