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

📄 consumef.dfm

📁 用delphi和sql server编写的校园IC卡管理系统。
💻 DFM
字号:
object consume: Tconsume
  Left = 283
  Top = 225
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #28040#36153#26597#35810
  ClientHeight = 352
  ClientWidth = 469
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 469
    Height = 142
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = #21345#21495
        Title.Alignment = taCenter
        Width = 89
        Visible = True
      end
      item
        Expanded = False
        FieldName = #23398#21495
        Title.Alignment = taCenter
        Width = 136
        Visible = True
      end
      item
        Expanded = False
        FieldName = #28040#36153#37329#39069
        Title.Alignment = taCenter
        Width = 113
        Visible = True
      end
      item
        Expanded = False
        FieldName = #28040#36153#26085#26399
        Width = 108
        Visible = True
      end>
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 195
    Width = 469
    Height = 157
    Caption = #25345#21345#32773#25805#20316
    TabOrder = 1
    object RadioButton1: TRadioButton
      Left = 33
      Top = 27
      Width = 85
      Height = 19
      Caption = #21345#21495
      TabOrder = 0
    end
    object RadioButton2: TRadioButton
      Left = 225
      Top = 27
      Width = 91
      Height = 19
      Caption = #23398#21495
      TabOrder = 1
    end
    object Edit1: TEdit
      Left = 96
      Top = 24
      Width = 94
      Height = 21
      TabOrder = 2
      Text = 'Edit1'
    end
    object Edit2: TEdit
      Left = 300
      Top = 24
      Width = 94
      Height = 21
      TabOrder = 3
      Text = 'Edit2'
    end
    object BitBtn1: TBitBtn
      Left = 108
      Top = 105
      Width = 100
      Height = 22
      Caption = #25628'    '#32034
      TabOrder = 4
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 267
      Top = 105
      Width = 100
      Height = 22
      Caption = #36864'     '#20986
      TabOrder = 5
      OnClick = BitBtn2Click
    end
  end
  object GroupBox2: TGroupBox
    Left = 0
    Top = 144
    Width = 466
    Height = 49
    Caption = ' '#32047#35745#28040#36153
    TabOrder = 2
    object Label2: TLabel
      Left = 114
      Top = 15
      Width = 84
      Height = 13
      Caption = #24635#28040#36153#35760#24405#25968#20849
    end
    object Label1: TLabel
      Left = 291
      Top = 18
      Width = 12
      Height = 13
      AutoSize = False
      Caption = #26465
    end
    object Edit3: TEdit
      Left = 213
      Top = 12
      Width = 76
      Height = 21
      TabOrder = 0
      Text = 'Edit3'
    end
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    OnDataChange = DataSource1DataChange
    Left = 360
    Top = 66
  end
  object ADOTable1: TADOTable
    Connection = main.ADOConnection1
    TableName = #29992#25143#28040#36153
    Left = 390
    Top = 66
  end
  object ADOQuery1: TADOQuery
    Connection = main.ADOConnection1
    Parameters = <>
    Left = 420
    Top = 66
  end
end

⌨️ 快捷键说明

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