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

📄 main.dfm

📁 DELPHI实现 身份证归属地查询 18位身份证验证
💻 DFM
字号:
object frmMain: TfrmMain
  Left = 306
  Top = 321
  BorderStyle = bsDialog
  Caption = #36523#20221#35777#21495#26597#35810'          '#21152#26519' V 1.0'
  ClientHeight = 189
  ClientWidth = 391
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 12
    Top = 8
    Width = 121
    Height = 13
    AutoSize = False
    Caption = #35831#36755#20837#36523#20221#35777#21495#30721#65306'   '
  end
  object Label3: TLabel
    Left = 11
    Top = 101
    Width = 93
    Height = 13
    AutoSize = False
    Caption = #25143#31821#25152#22312#22320#65306
  end
  object Label4: TLabel
    Left = 10
    Top = 125
    Width = 93
    Height = 13
    AutoSize = False
    Caption = #20986#29983#26085#26399#65306
  end
  object Label5: TLabel
    Left = 12
    Top = 154
    Width = 93
    Height = 13
    AutoSize = False
    Caption = #24615'    '#21035#65306
  end
  object Label2: TLabel
    Left = 11
    Top = 74
    Width = 85
    Height = 13
    AutoSize = False
    Caption = #26032#36523#20221#35777#21495#65306
  end
  object EdtSfz: TEdit
    Left = 13
    Top = 32
    Width = 273
    Height = 26
    Color = 14671839
    Ctl3D = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clMaroon
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    MaxLength = 18
    ParentCtl3D = False
    ParentFont = False
    ParentShowHint = False
    ShowHint = True
    TabOrder = 0
    Text = '432524810313173'
    OnContextPopup = EdtSfzContextPopup
    OnKeyPress = EdtSfzKeyPress
    OnMouseMove = EdtSfzMouseMove
  end
  object EdtAddr: TEdit
    Left = 109
    Top = 92
    Width = 178
    Height = 22
    Color = clInfoBk
    Ctl3D = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentCtl3D = False
    ParentFont = False
    ParentShowHint = False
    ReadOnly = True
    ShowHint = True
    TabOrder = 1
    OnMouseMove = EdtSfzMouseMove
  end
  object btnOK: TButton
    Left = 304
    Top = 32
    Width = 75
    Height = 25
    Caption = #26597#35810
    Default = True
    TabOrder = 2
    OnClick = btnOKClick
  end
  object EdtBorn: TEdit
    Left = 109
    Top = 120
    Width = 178
    Height = 22
    Color = clInfoBk
    Ctl3D = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentCtl3D = False
    ParentFont = False
    ParentShowHint = False
    ReadOnly = True
    ShowHint = True
    TabOrder = 3
    OnMouseMove = EdtSfzMouseMove
  end
  object EdtSex: TEdit
    Left = 109
    Top = 148
    Width = 28
    Height = 22
    Color = clInfoBk
    Ctl3D = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentCtl3D = False
    ParentFont = False
    ParentShowHint = False
    ReadOnly = True
    ShowHint = True
    TabOrder = 4
    OnMouseMove = EdtSfzMouseMove
  end
  object EdtnewSfz: TEdit
    Left = 109
    Top = 64
    Width = 178
    Height = 22
    Color = clInfoBk
    Ctl3D = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentCtl3D = False
    ParentFont = False
    ParentShowHint = False
    ReadOnly = True
    ShowHint = True
    TabOrder = 5
    OnMouseMove = EdtSfzMouseMove
  end
  object btnExit: TButton
    Left = 304
    Top = 104
    Width = 75
    Height = 25
    Cancel = True
    Caption = #36864#20986
    TabOrder = 6
    OnClick = btnExitClick
  end
  object cbCheck: TCheckBox
    Left = 168
    Top = 8
    Width = 145
    Height = 17
    Caption = #21313#20843#20301#36523#20221#35777#25928#39564
    TabOrder = 7
    OnClick = cbCheckClick
  end
  object EdtCheck: TEdit
    Left = 195
    Top = 148
    Width = 92
    Height = 22
    Color = clInfoBk
    Ctl3D = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentCtl3D = False
    ParentFont = False
    ParentShowHint = False
    ReadOnly = True
    ShowHint = True
    TabOrder = 8
    Visible = False
    OnMouseMove = EdtSfzMouseMove
  end
end

⌨️ 快捷键说明

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