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

📄 frm_hjgl.dfm

📁 用Delphi 开发的一个 户籍管理系统
💻 DFM
📖 第 1 页 / 共 5 页
字号:
                  Height = 21
                  DataField = 'Polity'
                  DataSource = ds_people
                  KeyField = 'ID'
                  ListField = 'Name'
                  ListSource = ds_Polity
                  TabOrder = 21
                end
                object chk_LownessDefend: TRzDBCheckBox
                  Left = 465
                  Top = 253
                  Width = 67
                  Height = 17
                  DataField = 'LownessDefend'
                  DataSource = ds_people
                  ValueChecked = 'True'
                  ValueUnchecked = 'False'
                  Caption = #20302#20445#25143
                  TabOrder = 30
                end
                object chk_ArmyCorps: TRzDBCheckBox
                  Left = 575
                  Top = 253
                  Width = 47
                  Height = 17
                  DataField = 'ArmyCorps'
                  DataSource = ds_people
                  ValueChecked = 'True'
                  ValueUnchecked = 'False'
                  Caption = #20891#23646
                  TabOrder = 31
                end
                object RzDBLookupComboBox15: TRzDBLookupComboBox
                  Left = 533
                  Top = 181
                  Width = 131
                  Height = 21
                  DataField = 'EduDegree'
                  DataSource = ds_people
                  KeyField = 'ID'
                  ListField = 'Name'
                  ListSource = ds_EduDegree
                  TabOrder = 24
                end
                object RzDBLookupComboBox16: TRzDBLookupComboBox
                  Left = 533
                  Top = 204
                  Width = 131
                  Height = 21
                  DataField = 'Health'
                  DataSource = ds_people
                  KeyField = 'ID'
                  ListField = 'Name'
                  ListSource = ds_Health
                  TabOrder = 27
                end
                object RzDBLookupComboBox17: TRzDBLookupComboBox
                  Left = 533
                  Top = 41
                  Width = 131
                  Height = 21
                  DataField = 'relation'
                  DataSource = ds_people
                  KeyField = 'ID'
                  ListField = 'Name'
                  ListSource = ds_relation
                  TabOrder = 6
                end
                object pnl_pic: TPanel
                  Left = 672
                  Top = 15
                  Width = 163
                  Height = 242
                  BorderStyle = bsSingle
                  Caption = 'pnl_pic'
                  TabOrder = 0
                  object img_pic: TcxDBImage
                    Left = 7
                    Top = 5
                    Width = 146
                    Height = 226
                    DataBinding.DataField = 'Pic'
                    DataBinding.DataSource = ds_people
                    DragKind = dkDock
                    DragMode = dmAutomatic
                    Properties.GraphicClassName = 'TJPEGImage'
                    Properties.GraphicTransparency = gtTransparent
                    Style.Edges = [bLeft, bTop, bRight, bBottom]
                    Style.Shadow = True
                    Style.TransparentBorder = True
                    StyleDisabled.BorderStyle = ebsUltraFlat
                    TabOrder = 0
                    OnDblClick = img_picDblClick
                  end
                end
              end
            end
            object tbs_status: TRzTabSheet
              Caption = #25143#31821#29366#24577
              object grpbox_CensusStatus: TRzGroupBox
                Left = 0
                Top = 0
                Width = 863
                Height = 343
                Align = alClient
                Caption = #25143#31821#29366#24577#32534#36753
                TabOrder = 0
                object grpbox_move: TRzGroupBox
                  Left = 13
                  Top = 28
                  Width = 790
                  Height = 174
                  Caption = #25143#31821#36801#24473
                  TabOrder = 0
                  object lbl_1: TLabel
                    Left = 28
                    Top = 35
                    Width = 64
                    Height = 13
                    AutoSize = False
                    Caption = #36801#20837#26085#26399#65306
                  end
                  object Label1: TLabel
                    Left = 28
                    Top = 67
                    Width = 64
                    Height = 13
                    AutoSize = False
                    Caption = #36801#20837#31867#21035#65306
                  end
                  object Label2: TLabel
                    Left = 28
                    Top = 98
                    Width = 64
                    Height = 13
                    AutoSize = False
                    Caption = #36801#20986#26085#26399#65306
                  end
                  object Label3: TLabel
                    Left = 28
                    Top = 130
                    Width = 64
                    Height = 13
                    AutoSize = False
                    Caption = #36801#20986#31867#21035#65306
                  end
                  object Label4: TLabel
                    Left = 323
                    Top = 35
                    Width = 64
                    Height = 13
                    AutoSize = False
                    Caption = #21407#20303#22320#22336#65306
                  end
                  object Label5: TLabel
                    Left = 323
                    Top = 67
                    Width = 64
                    Height = 13
                    AutoSize = False
                    Caption = #36801#20837#21407#22240#65306
                  end
                  object Label6: TLabel
                    Left = 323
                    Top = 98
                    Width = 64
                    Height = 13
                    AutoSize = False
                    Caption = #36801#24448#22320#22336#65306
                  end
                  object Label7: TLabel
                    Left = 323
                    Top = 130
                    Width = 64
                    Height = 13
                    AutoSize = False
                    Caption = #36801#20986#21407#22240#65306
                  end
                  object Tim_in: TRzDBDateTimePicker
                    Left = 116
                    Top = 31
                    Width = 145
                    Height = 21
                    Date = 39186.580350648150000000
                    Format = 'yyyy'#24180'MM'#26376'dd'#26085
                    Time = 39186.580350648150000000
                    DateFormat = dfLong
                    TabOrder = 0
                    DataField = 'IngoingDate'
                    DataSource = ds_people
                  end
                  object Tim_out: TRzDBDateTimePicker
                    Left = 116
                    Top = 94
                    Width = 145
                    Height = 21
                    Date = 39186.580350648150000000
                    Format = 'yyyy'#24180'MM'#26376'dd'#26085
                    Time = 39186.580350648150000000
                    DateFormat = dfLong
                    TabOrder = 4
                    DataField = 'ExceedDate'
                    DataSource = ds_people
                  end
                  object cbb_IngoingType: TRzDBLookupComboBox
                    Left = 116
                    Top = 63
                    Width = 145
                    Height = 21
                    DataField = 'IngoingType'
                    DataSource = ds_people
                    KeyField = 'ID'
                    ListField = 'Name'
                    ListSource = ds_IngoingType
                    TabOrder = 2
                  end
                  object cbb_ExceedType: TRzDBLookupComboBox
                    Left = 115
                    Top = 126
                    Width = 145
                    Height = 21
                    DataField = 'ExceedType'
                    DataSource = ds_people
                    KeyField = 'ID'
                    ListField = 'Name'
                    ListSource = ds_ExceedType
                    TabOrder = 6
                  end
                  object edt_address: TRzDBEdit
                    Left = 401
                    Top = 31
                    Width = 345
                    Height = 21
                    DataSource = ds_people
                    DataField = 'OriginalDwellingPlace'
                    TabOrder = 1
                  end
                  object edt_logincause: TRzDBEdit
                    Left = 401
                    Top = 63
                    Width = 345
                    Height = 21
                    DataSource = ds_people
                    DataField = 'IngoingCause'
                    TabOrder = 3
                  end
                  object edt_outaddress: TRzDBEdit
                    Left = 401
                    Top = 94
                    Width = 345
                    Height = 21
                    DataSource = ds_people
                    TabOrder = 5
                  end
                  object edt_logoutcause: TRzDBEdit
                    Left = 401
                    Top = 126
                    Width = 345
                    Height = 21
                    DataSource = ds_people
                    TabOrder = 7
                  end
                end
                object grpbox_death: TRzGroupBox
                  Left = 14
                  Top = 216
                  Width = 790
                  Height = 115
                  Caption = #25143#31821#27880#38144
                  TabOrder = 1
                  object Label8: TLabel
                    Left = 28
                    Top = 39
                    Width = 64
                    Height = 13
                    AutoSize = False
                    Caption = #27515#20129#26085#26399#65306
                  end
                  object Label9: TLabel
                    Left = 28
                    Top = 77
                    Width = 64
                    Height = 13
                    AutoSize = False
                    Caption = #27880#38144#26085#26399#65306
                  end
                  object Label10: TLabel
                    Left = 323
                    Top = 39
                    Width = 64
                    Height = 13
                    AutoSize = False
                    Caption = #27515#20129#24773#20917#65306
                  end
                  object Label11: TLabel
                    Left = 323
                    Top = 77
                    Width = 64
                    Height = 13
                    AutoSize = False
                    Caption = #27880#38144#21407#22240#65306
                  end
                  object Tim_death: TRzDBDateTimePicker
                    Left = 114
                    Top = 35
                    Width = 145
                    Height = 21
                    Date = 39186.580350648150000000
                    Format = 'yyyy'#24180'MM'#26376'dd'#26085
                    Time = 39186.580350648150000000
                    DateFormat = dfLong
                    TabOrder = 2
                    DataField = 'DeathDate'
                    DataSource = ds_people
                  end
                  object Tim_delete: TRzDBDateTimePicker
                    Left = 114
                    Top = 73
                    Width = 145
                    Height = 21
                    Date = 39186.580350648150000000
                    Format = 'yyyy'#24180'MM'#26376'dd'#26085
                    Time = 39186.580350648150000000
                    DateFormat = dfLong
                    TabOrder = 4
                    DataField = 'LogoutDate'
                    DataSource = ds_people
                  end
                  object edt_dead: TRzDBEdit
                    Left = 401
                    Top = 35
                    Width = 345
                    Height = 21
                    DataSource = ds_people
                    DataField = 'DeathCause'
                    TabOrder = 3
                  end
                  object edt_deletecause: TRzDBEdit
                    Left = 401
                    Top = 73
                    Width = 345
                    Height = 21
                    DataSource = ds_people
                    DataField = 'LogoutCause'
                    TabOrder = 5
                  end
                  object chk_dead: TRzDBCheckBox
                    Left = 401
                    Top = 13
                    Width = 75
                    Height = 17
                    DataField = 'Death'
                    DataSource = ds_people
                    ValueChecked = 'True'
                    ValueUnchecked = 'False'
                    Caption = #24050#20129#25925
                    TabOrder = 0
                  end
                  object chk_delete: TRzDBCheckBox
                    Left = 526
                    Top = 13
                    Width = 96
                    Height = 17
                    DataField = 'logout'
                    DataSource = ds_people
                    ValueChecked = 'True'
                    ValueUnchecked = 'False'
                    Caption = #25143#21475#24050#27880#38144
                    TabOrder = 1
                  end
                end
              end
            end
            object tbs_linkfation: TRzTabSheet
              Caption = #32852#31995#26041#24335
              object grpbox_linkfation: TRzGroupBox
                Left = 0
                Top = 29
                Width = 863
                Height = 314
                Align = alClient
                Caption = #36890#35759#26041#24335#32534#36753
                TabOrder = 1
                object Label12: TLabel
                  Left = 44
                  Top = 43
                  Width = 64
                  Height = 13
                  AutoSize = False
                  Caption = #25163#26426#21495#30721#65306
                end
                object Label13: TLabel
                  Left = 45
                  Top = 82
                  Width = 64
                  Height = 13

⌨️ 快捷键说明

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