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

📄 frmbadcards.dfm

📁 IC卡饭堂售饭管理系统源码,内有相关说明,
💻 DFM
字号:
object FrmBadCard: TFrmBadCard
  Left = 47
  Top = 129
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #27880#38144#39277#21345
  ClientHeight = 384
  ClientWidth = 518
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 225
    Height = 384
    Align = alLeft
    Caption = #24050#32463#27880#38144#30340#39277#21345
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 2
      Top = 15
      Width = 221
      Height = 367
      Align = alClient
      DataSource = DTConnect.DsBadCard
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'ICCardNO'
          Title.Caption = #39277#21345#32534#21495
          Width = 105
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'UserID'
          Title.Caption = #29992#25143#22995#21517
          Width = 91
          Visible = True
        end>
    end
  end
  object GroupBox2: TGroupBox
    Left = 232
    Top = 0
    Width = 281
    Height = 161
    Caption = #39277#21345#20449#24687
    TabOrder = 1
    object Label1: TLabel
      Left = 16
      Top = 32
      Width = 60
      Height = 13
      Caption = #39277#21345#32534#21495#65306
    end
    object Label2: TLabel
      Left = 16
      Top = 56
      Width = 60
      Height = 13
      Caption = #29992#25143#21517#31216#65306
    end
    object Label3: TLabel
      Left = 16
      Top = 80
      Width = 60
      Height = 13
      Caption = #27880#38144#26085#26399#65306
    end
    object DBEdit1: TDBEdit
      Left = 75
      Top = 29
      Width = 182
      Height = 21
      DataField = 'ICCardNO'
      DataSource = DTConnect.DsBadCard
      ReadOnly = True
      TabOrder = 0
    end
    object DBEdit2: TDBEdit
      Left = 75
      Top = 53
      Width = 182
      Height = 21
      DataField = 'UserID'
      DataSource = DTConnect.DsBadCard
      ReadOnly = True
      TabOrder = 1
    end
    object DBEdit3: TDBEdit
      Left = 75
      Top = 77
      Width = 182
      Height = 21
      DataField = 'GetDate'
      DataSource = DTConnect.DsBadCard
      ReadOnly = True
      TabOrder = 2
    end
  end
  object GroupBox3: TGroupBox
    Left = 232
    Top = 168
    Width = 281
    Height = 113
    Caption = #25805#20316#25353#38062
    TabOrder = 2
    object FlatButton1: TFlatButton
      Left = 72
      Top = 24
      Width = 89
      Height = 25
      Caption = #26032#27880#38144#39277#21345
      TabOrder = 0
      OnClick = FlatButton1Click
    end
    object FlatButton2: TFlatButton
      Left = 184
      Top = 24
      Width = 89
      Height = 25
      Caption = #21462#28040#27880#38144#27492#21345
      TabOrder = 1
      OnClick = FlatButton2Click
    end
    object FlatButton3: TFlatButton
      Left = 72
      Top = 64
      Width = 89
      Height = 25
      Caption = #30830#23450
      TabOrder = 2
      OnClick = FlatButton3Click
    end
    object FlatButton4: TFlatButton
      Left = 184
      Top = 64
      Width = 89
      Height = 25
      Caption = #21462#28040#25805#20316
      TabOrder = 3
      OnClick = FlatButton4Click
    end
  end
end

⌨️ 快捷键说明

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