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

📄 losecardf.dfm

📁 用delphi和sql server编写的校园IC卡管理系统。
💻 DFM
字号:
object losecard: Tlosecard
  Left = 292
  Top = 207
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = 'IC'#21345#25346#22833
  ClientHeight = 317
  ClientWidth = 509
  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 = 3
    Top = 0
    Width = 505
    Height = 115
    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 = 77
        Visible = True
      end
      item
        Expanded = False
        FieldName = #22995#21517
        Width = 61
        Visible = True
      end
      item
        Expanded = False
        FieldName = #24615#21035
        Width = 57
        Visible = True
      end
      item
        Expanded = False
        FieldName = #24180#32423
        Width = 50
        Visible = True
      end
      item
        Expanded = False
        FieldName = #29677#32423
        Width = 49
        Visible = True
      end
      item
        Expanded = False
        FieldName = #19987#19994
        Width = 57
        Visible = True
      end
      item
        Expanded = False
        FieldName = #23398#21495
        Width = 62
        Visible = True
      end
      item
        Expanded = False
        FieldName = #21150#21345#26085#26399
        Width = 69
        Visible = True
      end>
  end
  object PageControl1: TPageControl
    Left = 3
    Top = 117
    Width = 505
    Height = 145
    ActivePage = TabSheet1
    TabOrder = 1
    object TabSheet1: TTabSheet
      Caption = '  '#23398'  '#21495
      object Label1: TLabel
        Left = 147
        Top = 48
        Width = 31
        Height = 13
        AutoSize = False
        Caption = #23398#21495
      end
      object Edit1: TEdit
        Left = 195
        Top = 45
        Width = 100
        Height = 21
        TabOrder = 0
        Text = 'Edit1'
      end
    end
    object TabSheet2: TTabSheet
      Caption = #21345#21495
      ImageIndex = 1
      object Label3: TLabel
        Left = 150
        Top = 48
        Width = 24
        Height = 13
        Caption = #21345#21495
      end
      object Edit3: TEdit
        Left = 189
        Top = 45
        Width = 109
        Height = 21
        TabOrder = 0
        Text = 'Edit3'
      end
    end
  end
  object Panel1: TPanel
    Left = -3
    Top = 291
    Width = 511
    Height = 25
    Caption = #24403#21069#26102#38388#65306#12288
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 279
    Top = 292
    Width = 55
    Height = 21
    Color = clInactiveCaptionText
    TabOrder = 3
  end
  object Panel2: TPanel
    Left = 3
    Top = 261
    Width = 505
    Height = 34
    TabOrder = 4
    object BitBtn1: TBitBtn
      Left = 150
      Top = 3
      Width = 79
      Height = 25
      Caption = #25346#22833'IC'#21345
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 270
      Top = 3
      Width = 79
      Height = 25
      Caption = #35299#25346'IC'#21345
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      OnClick = BitBtn2Click
    end
    object BitBtn3: TBitBtn
      Left = 381
      Top = 3
      Width = 79
      Height = 25
      Caption = #20851#38381#31383#21475
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      OnClick = BitBtn3Click
    end
    object BitBtn4: TBitBtn
      Left = 39
      Top = 3
      Width = 79
      Height = 25
      Caption = #26597#30475#21345#20449#24687
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 3
      OnClick = BitBtn4Click
    end
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 430
    Top = 60
  end
  object ADOTable1: TADOTable
    Connection = main.ADOConnection1
    TableName = #21345#29992#25143#20449#24687
    Left = 348
    Top = 60
  end
  object ADOQuery1: TADOQuery
    Connection = main.ADOConnection1
    Parameters = <>
    Left = 375
    Top = 60
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 402
    Top = 60
  end
end

⌨️ 快捷键说明

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