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

📄 dropcardf.dfm

📁 用delphi和sql server编写的校园IC卡管理系统。
💻 DFM
字号:
object dropcard: Tdropcard
  Left = 323
  Top = 233
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = 'IC'#21345#27880#38144
  ClientHeight = 378
  ClientWidth = 490
  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 = 487
    Height = 136
    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
        Width = 56
        Visible = True
      end
      item
        Expanded = False
        FieldName = #22995#21517
        Width = 48
        Visible = True
      end
      item
        Expanded = False
        FieldName = #24180#32423
        Width = 66
        Visible = True
      end
      item
        Expanded = False
        FieldName = #29677#32423
        Width = 47
        Visible = True
      end
      item
        Expanded = False
        FieldName = #19987#19994
        Width = 63
        Visible = True
      end
      item
        Expanded = False
        FieldName = #23398#21495
        Width = 66
        Visible = True
      end
      item
        Expanded = False
        FieldName = #21150#21345#26085#26399
        Width = 70
        Visible = True
      end
      item
        Expanded = False
        FieldName = #24615#21035
        Width = 48
        Visible = True
      end>
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 135
    Width = 490
    Height = 241
    Caption = #27880#38144'IC'#21345
    TabOrder = 1
    object RadioButton1: TRadioButton
      Left = 39
      Top = 33
      Width = 76
      Height = 25
      Caption = #21345#21495
      TabOrder = 0
      OnKeyPress = RadioButton1KeyPress
    end
    object RadioButton2: TRadioButton
      Left = 219
      Top = 36
      Width = 76
      Height = 22
      Caption = #23398#21495
      TabOrder = 1
      OnKeyPress = RadioButton2KeyPress
    end
    object Edit1: TEdit
      Left = 108
      Top = 36
      Width = 85
      Height = 21
      TabOrder = 2
      Text = 'Edit1'
      OnKeyPress = Edit1KeyPress
    end
    object Edit2: TEdit
      Left = 303
      Top = 36
      Width = 85
      Height = 21
      TabOrder = 3
      Text = 'Edit2'
    end
    object CheckBox1: TCheckBox
      Left = 51
      Top = 87
      Width = 79
      Height = 25
      Caption = #30830#23454#27880#38144
      TabOrder = 4
    end
    object BitBtn1: TBitBtn
      Left = 147
      Top = 156
      Width = 88
      Height = 25
      Caption = #27880#38144
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 5
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 291
      Top = 156
      Width = 88
      Height = 25
      Caption = #36864#20986
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 6
      OnClick = BitBtn2Click
    end
    object BitBtn3: TBitBtn
      Left = 207
      Top = 81
      Width = 88
      Height = 25
      Caption = #26597#30475#29992#25143#20449#24687
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 7
      OnClick = BitBtn3Click
    end
  end
  object ADOTable1: TADOTable
    Connection = main.ADOConnection1
    TableName = #21345#29992#25143#20449#24687
    Left = 375
    Top = 45
  end
  object ADOQuery1: TADOQuery
    Connection = main.ADOConnection1
    Parameters = <>
    Left = 402
    Top = 45
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 351
    Top = 45
  end
  object ADOQuery2: TADOQuery
    Connection = main.ADOConnection1
    Parameters = <>
    Left = 429
    Top = 45
  end
end

⌨️ 快捷键说明

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