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

📄 pickxmpy.dfm

📁 用Delphi编写的户籍管理系统
💻 DFM
字号:
object FrmPY: TFrmPY
  Left = 306
  Top = 160
  ActiveControl = Edit1
  BorderStyle = bsDialog
  Caption = #29992#22995#21517#25340#26597#25214#35760#24405
  ClientHeight = 309
  ClientWidth = 224
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  WindowState = wsMaximized
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 5
    Top = 6
    Width = 96
    Height = 12
    Caption = #35831#36755#20837#22995#21517#30340#31616#25340
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 6
    Top = 20
    Width = 93
    Height = 20
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnKeyUp = Edit1KeyUp
  end
  object ButtonOK: TButton
    Left = 105
    Top = 18
    Width = 55
    Height = 25
    Caption = #30830#23450'(&Y)'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ModalResult = 1
    ParentFont = False
    TabOrder = 1
  end
  object ButtonCANCLE: TButton
    Left = 163
    Top = 18
    Width = 57
    Height = 25
    Cancel = True
    Caption = #21462#28040'(&X)'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ModalResult = 2
    ParentFont = False
    TabOrder = 2
  end
  object DBGrid1: TDBGrid
    Left = 5
    Top = 47
    Width = 215
    Height = 258
    DataSource = DataHJZL.DSTMP
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -1
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    OnDblClick = DBGrid1DblClick
    Columns = <
      item
        Expanded = False
        FieldName = 'bh'
        ReadOnly = True
        Width = 40
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'xm'
        ReadOnly = True
        Width = 56
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'py'
        ReadOnly = True
        Width = 38
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'WB'
        ReadOnly = True
        Width = 38
        Visible = True
      end>
  end
end

⌨️ 快捷键说明

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