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

📄 readermachinef.dfm

📁 用delphi和sql server编写的校园IC卡管理系统。
💻 DFM
字号:
object readermachine: Treadermachine
  Left = 295
  Top = 156
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #21047#21345#26426#35774#32622
  ClientHeight = 313
  ClientWidth = 450
  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 Panel1: TPanel
    Left = 0
    Top = 234
    Width = 448
    Height = 79
    TabOrder = 0
    object BitBtn2: TBitBtn
      Left = 186
      Top = 21
      Width = 94
      Height = 28
      Caption = #20445#23384#35774#32622'(&S)'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      OnClick = BitBtn2Click
    end
    object BitBtn1: TBitBtn
      Left = 54
      Top = 21
      Width = 94
      Height = 28
      Caption = #26597#30475#29366#24577'(&W)'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      OnClick = BitBtn1Click
    end
    object BitBtn3: TBitBtn
      Left = 321
      Top = 21
      Width = 94
      Height = 28
      Caption = #36864#20986#31383#21475'(&O)'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      OnClick = BitBtn3Click
    end
  end
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 448
    Height = 154
    ActivePage = TabSheet1
    TabOrder = 1
    object TabSheet1: TTabSheet
      Caption = #25152#23646#20301#32622
      object Label1: TLabel
        Left = 96
        Top = 45
        Width = 54
        Height = 13
        Caption = '  '#32534'    '#21495#65306
      end
      object Edit1: TEdit
        Left = 177
        Top = 42
        Width = 88
        Height = 21
        TabOrder = 0
        Text = 'Edit1'
      end
    end
    object TabSheet2: TTabSheet
      Caption = #21047#21345#26426#23646#24615
      ImageIndex = 1
      object Label3: TLabel
        Left = 96
        Top = 81
        Width = 36
        Height = 13
        Caption = #29366#24577#65306
      end
      object Label2: TLabel
        Left = 81
        Top = 36
        Width = 60
        Height = 13
        Caption = #25152#23646#37096#38376#65306
      end
      object Edit3: TEdit
        Left = 177
        Top = 75
        Width = 106
        Height = 21
        TabOrder = 0
        Text = 'Edit3'
      end
      object Edit2: TEdit
        Left = 177
        Top = 30
        Width = 106
        Height = 21
        TabOrder = 1
        Text = 'Edit2'
      end
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 153
    Width = 448
    Height = 79
    DataSource = DataSource1
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = #32534#21495
        Width = 144
        Visible = True
      end
      item
        Expanded = False
        FieldName = #20301#32622
        Width = 144
        Visible = True
      end
      item
        Expanded = False
        FieldName = #29366#24577
        Width = 142
        Visible = True
      end>
  end
  object ADOTable1: TADOTable
    Connection = main.ADOConnection1
    TableName = #21047#21345#26426#23646#24615
    Left = 343
    Top = 24
  end
  object ADOQuery1: TADOQuery
    Connection = main.ADOConnection1
    Parameters = <>
    Left = 376
    Top = 24
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 409
    Top = 24
  end
end

⌨️ 快捷键说明

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