xmpy_edit.dfm

来自「用Delphi编写的户籍管理系统」· DFM 代码 · 共 76 行

DFM
76
字号
object FrmXMPY: TFrmXMPY
  Left = 445
  Top = 256
  BorderStyle = bsDialog
  Caption = #22995#21517#25340#38899#20462#25913
  ClientHeight = 421
  ClientWidth = 346
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnActivate = FormActivate
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 346
    Height = 421
    Align = alClient
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 1
      Top = 1
      Width = 344
      Height = 419
      Align = alClient
      DataSource = DataHJZL.DSXMPY
      TabOrder = 0
      TitleFont.Charset = GB2312_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -12
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'bh'
          ReadOnly = True
          Width = 60
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'xm'
          ReadOnly = True
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'py'
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'wb'
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'hz'
          ReadOnly = True
          Width = 42
          Visible = True
        end>
    end
  end
end

⌨️ 快捷键说明

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