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

📄 frm_hjgl.dfm

📁 用Delphi 开发的一个 户籍管理系统
💻 DFM
📖 第 1 页 / 共 5 页
字号:
          Action = act_last_basedata
        end
      end
    end
    object tbs_peopleedit: TRzTabSheet
      Caption = #20154#21475#20449#24687#32534#36753
      object rzspltr_peopleedit: TRzSplitter
        Left = 0
        Top = 0
        Width = 867
        Height = 547
        GradientPath = gpBottomToTop
        Orientation = orVertical
        Position = 173
        Percent = 32
        HotSpotVisible = True
        SplitterStyle = ssGroupBar
        SplitterWidth = 8
        OnChange = rzspltr_peopleeditChange
        Align = alClient
        TabOrder = 0
        BarSize = (
          0
          173
          867
          181)
        UpperLeftControls = (
          StaticText2
          rzpnl_1
          RzDBGrid1
          RzToolbar1)
        LowerRightControls = (
          rzpnl_PeopleEdit)
        object StaticText2: TStaticText
          Left = 0
          Top = 0
          Width = 867
          Height = 23
          Align = alTop
          Alignment = taCenter
          Caption = #20154#21475#20449#24687#32534#36753
          Color = clBtnFace
          Font.Charset = ANSI_CHARSET
          Font.Color = clBlue
          Font.Height = -19
          Font.Name = #23435#20307
          Font.Style = []
          ParentColor = False
          ParentFont = False
          TabOrder = 0
        end
        object rzpnl_1: TRzPanel
          Left = 0
          Top = 52
          Width = 867
          Height = 41
          Align = alTop
          BorderOuter = fsNone
          TabOrder = 2
          object RzLabel39: TRzLabel
            Left = 12
            Top = 13
            Width = 60
            Height = 13
            Caption = #26597#35810#26465#20214#65306
          end
          object cbb_field: TRzDBLookupComboBox
            Left = 72
            Top = 9
            Width = 119
            Height = 21
            KeyField = 'field'
            ListField = 'name'
            ListSource = ds_FieldShow
            TabOrder = 3
            OnClick = cbb_fieldClick
          end
          object cbb_condition: TRzComboBox
            Left = 190
            Top = 9
            Width = 70
            Height = 21
            ItemHeight = 13
            TabOrder = 4
            Items.Strings = (
              #21253#21547
              #19981#21253#21547
              #31561#20110
              #22823#20110
              #23567#20110
              #19981#31561#20110
              #19981#22823#20110
              #19981#23567#20110)
          end
          object cbb_conditiontext: TRzComboBox
            Left = 271
            Top = 9
            Width = 112
            Height = 21
            ItemHeight = 13
            TabOrder = 5
          end
          object btn_find: TRzBitBtn
            Left = 407
            Top = 7
            Action = act_find
            Caption = #23450#20301
            TabOrder = 0
            ImageIndex = 36
            Images = RDB.il_16
          end
          object btn_search: TRzBitBtn
            Left = 487
            Top = 7
            Action = act_search
            Caption = #26597#35810
            TabOrder = 1
            ImageIndex = 233
            Images = RDB.il_16
          end
          object btn_showall: TRzBitBtn
            Left = 568
            Top = 7
            Width = 88
            Action = act_showall
            Caption = #26174#31034#20840#37096
            TabOrder = 2
            ImageIndex = 238
            Images = RDB.il_16
          end
        end
        object RzDBGrid1: TRzDBGrid
          Left = 0
          Top = 93
          Width = 867
          Height = 80
          Align = alClient
          DataSource = ds_people
          Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
          ReadOnly = True
          TabOrder = 3
          TitleFont.Charset = DEFAULT_CHARSET
          TitleFont.Color = clWindowText
          TitleFont.Height = -11
          TitleFont.Name = 'MS Sans Serif'
          TitleFont.Style = []
          FrameHotColor = clNavy
        end
        object RzToolbar1: TRzToolbar
          Left = 0
          Top = 23
          Width = 867
          Height = 29
          ButtonWidth = 60
          ShowButtonCaptions = True
          TextOptions = ttoCustom
          BorderInner = fsNone
          BorderOuter = fsGroove
          BorderSides = [sdTop]
          BorderWidth = 0
          TabOrder = 1
          ToolbarControls = (
            btn_insert
            btn_edit
            btn_post
            btn_cancel
            btn_first
            btn_prior
            btn_next
            btn_last)
          object btn_insert: TRzToolButton
            Left = 4
            Top = 2
            Width = 76
            Images = RDB.il_16
            Action = act_insert
          end
          object btn_edit: TRzToolButton
            Left = 80
            Top = 2
            Width = 100
            Images = RDB.il_16
            Action = act_edit
          end
          object btn_post: TRzToolButton
            Left = 180
            Top = 2
            Images = RDB.il_16
            Action = act_post
          end
          object btn_cancel: TRzToolButton
            Left = 240
            Top = 2
            Images = RDB.il_16
            Action = act_reflash
            Align = alTop
          end
          object btn_first: TRzToolButton
            Left = 300
            Top = 2
            Width = 64
            Images = RDB.il_16
            Action = act_first
          end
          object btn_prior: TRzToolButton
            Left = 364
            Top = 2
            Width = 64
            Images = RDB.il_16
            Action = act_prior
          end
          object btn_next: TRzToolButton
            Left = 428
            Top = 2
            Width = 64
            Images = RDB.il_16
            Action = act_next
          end
          object btn_last: TRzToolButton
            Left = 492
            Top = 2
            Width = 76
            Images = RDB.il_16
            Action = act_last
          end
        end
        object rzpnl_PeopleEdit: TRzPanel
          Left = 0
          Top = 0
          Width = 867
          Height = 366
          Align = alClient
          BorderOuter = fsNone
          TabOrder = 0
          object tab_people: TRzPageControl
            Left = 0
            Top = 0
            Width = 867
            Height = 366
            ActivePage = tbs_people
            ActivePageDefault = tbs_people
            Align = alClient
            TabIndex = 0
            TabOrder = 0
            TabStyle = tsDoubleSlant
            FixedDimension = 19
            object tbs_people: TRzTabSheet
              Caption = #22522#26412#20449#24687
              object rzgrpbx_hjin: TRzGroupBox
                Left = 8
                Top = 0
                Width = 846
                Height = 335
                BorderInner = fsBump
                BorderOuter = fsBump
                Caption = #20154#21475#20449#24687#32534#36753
                GroupStyle = gsStandard
                TabOrder = 0
                OnResize = rzgrpbx_hjinResize
                object RzLabel8: TRzLabel
                  Left = 465
                  Top = 22
                  Width = 60
                  Height = 13
                  Caption = #25143#31821#31867#21035#65306
                end
                object RzLabel10: TRzLabel
                  Left = 25
                  Top = 45
                  Width = 63
                  Height = 13
                  Caption = #22995'         '#21517#65306
                end
                object RzLabel11: TRzLabel
                  Left = 25
                  Top = 115
                  Width = 63
                  Height = 13
                  Caption = #31821'         '#36143#65306
                end
                object RzLabel12: TRzLabel
                  Left = 25
                  Top = 92
                  Width = 63
                  Height = 13
                  Caption = #25143'         '#21495#65306
                end
                object RzLabel13: TRzLabel
                  Left = 25
                  Top = 68
                  Width = 60
                  Height = 13
                  Caption = #26366'  '#29992'  '#21517#65306
                end
                object RzLabel14: TRzLabel
                  Left = 25
                  Top = 162
                  Width = 60
                  Height = 13
                  Caption = #31614#21457#26426#20851#65306
                end
                object RzLabel9: TRzLabel
                  Left = 25
                  Top = 185
                  Width = 60
                  Height = 13
                  Caption = #20986'  '#29983'  '#22320#65306
                end
                object RzLabel32: TRzLabel
                  Left = 25
                  Top = 208
                  Width = 63
                  Height = 13
                  Caption = #36523'         '#39640#65306
                end
                object RzLabel45: TRzLabel
                  Left = 25
                  Top = 138
                  Width = 60
                  Height = 13
                  Caption = #36523'  '#20221'  '#35777#65306
                end
                object RzLabel56: TRzLabel
                  Left = 245
                  Top = 161
                  Width = 63
                  Height = 13
                  Caption = #24615'         '#21035#65306
                end
                object RzLabel15: TRzLabel
                  Left = 25
                  Top = 22
                  Width = 63
                  Height = 13
                  Caption = #32534'         '#21495#65306
                end
                object RzLabel33: TRzLabel
                  Left = 245
                  Top = 69
                  Width = 60
                  Height = 13
                  Caption = #25143#31821#22320#22336#65306
                end
                object RzLabel57: TRzLabel
                  Left = 25
                  Top = 231
                  Width = 63
                  Height = 13
                  Caption = #20303'         '#22336#65306
                end
                object RzLabel58: TRzLabel
                  Left = 25
                  Top = 254
                  Width = 60
                  Height = 13
                  Caption = #20854#23427#20303#22336#65306
                end
                object RzLabel59: TRzLabel
                  Left = 25
                  Top = 278
                  Width = 63
                  Height = 13
                  Caption = #32844'         '#19994#65306
                end
                object RzLabel60: TRzLabel
                  Left = 230
                  Top = 278
                  Width = 60
                  Height = 13
                  Caption = #26381#21153#22788#25152#65306
                end
                object RzLabel61: TRzLabel
                  Left = 25
                  Top = 296
                  Width = 63
                  Height = 13
                  Caption = #22791'         '#27880#65306
                end
                object RzLabel62: TRzLabel
                  Left = 245
                  Top = 22
                  Width = 60
                  Height = 13
                  Caption = #25143#20027#22995#21517#65306
                end
                object RzLabel63: TRzLabel
                  Left = 245
                  Top = 45
                  Width = 60
                  Height = 13
                  Caption = #32852#31995#30005#35805#65306
                end
                object RzLabel64: TRzLabel
                  Left = 245
                  Top = 138
                  Width = 60

⌨️ 快捷键说明

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