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

📄 unit25.dfm

📁 停车厂管理系统 麻雀虽小 但是五脏齐全
💻 DFM
字号:
object YuOuChX: TYuOuChX
  Left = 321
  Top = 152
  Width = 279
  Height = 236
  Caption = #20572#36710#21345#20313#39069#26597#35810
  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 = 16
    Top = 16
    Width = 36
    Height = 13
    Caption = #21345#21495#65306
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 40
    Width = 241
    Height = 145
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    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 = #29992#25143#31867#22411
        Visible = True
      end>
  end
  object Edit1: TEdit
    Left = 56
    Top = 8
    Width = 81
    Height = 21
    TabOrder = 1
    Text = 'Edit1'
  end
  object BitBtn1: TBitBtn
    Left = 184
    Top = 8
    Width = 75
    Height = 25
    Caption = #26597#35810
    TabOrder = 2
    OnClick = BitBtn1Click
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = DataModule11.ccsj
    CursorType = ctStatic
    TableName = 'stopcard'
    Left = 80
    Top = 96
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 112
    Top = 104
  end
end

⌨️ 快捷键说明

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