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

📄 xgmm_u.dfm

📁 delphi写的人员登记系统IC卡版,还是一个不错的系统,初学员可以
💻 DFM
字号:
object frm_xgmm: Tfrm_xgmm
  Left = 0
  Top = 0
  Caption = #20462#25913#23494#30721
  ClientHeight = 206
  ClientWidth = 339
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poMainFormCenter
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 36
    Top = 40
    Width = 70
    Height = 14
    Caption = #21407'  '#23494' '#30721':'
  end
  object Label2: TLabel
    Left = 36
    Top = 80
    Width = 77
    Height = 14
    Caption = #36755#20837#26032#23494#30721':'
  end
  object Label3: TLabel
    Left = 36
    Top = 120
    Width = 77
    Height = 14
    Caption = #26032#23494#30721#30830#35748':'
  end
  object old_Edit: TEdit
    Left = 119
    Top = 37
    Width = 121
    Height = 22
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    PasswordChar = '*'
    TabOrder = 0
  end
  object new_Edit1: TEdit
    Left = 119
    Top = 77
    Width = 121
    Height = 22
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    PasswordChar = '*'
    TabOrder = 1
  end
  object new_Edit2: TEdit
    Left = 119
    Top = 120
    Width = 121
    Height = 22
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    PasswordChar = '*'
    TabOrder = 2
  end
  object BitBtn1: TBitBtn
    Left = 62
    Top = 160
    Width = 75
    Height = 25
    Caption = #30830#35748'(&O)'
    TabOrder = 3
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 176
    Top = 160
    Width = 75
    Height = 25
    Caption = #20851#38381'(&C)'
    TabOrder = 4
    OnClick = BitBtn2Click
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 32
  end
  object ADOConnection1: TADOConnection
    LoginPrompt = False
    Mode = cmShareDenyNone
    Provider = '.\conn.udl'
  end
  object ADOTable1: TADOTable
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = 'tbl_user'
    Left = 64
    object ADOTable1userid: TWideStringField
      FieldName = 'userid'
      Size = 50
    end
    object ADOTable1password: TWideStringField
      FieldName = 'password'
      Size = 16
    end
  end
end

⌨️ 快捷键说明

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