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

📄 hygl_cxhy_zgdb.dfm

📁 工会会员管理通用系统 数据库学习好资料 delphi编写 非常实用
💻 DFM
📖 第 1 页 / 共 2 页
字号:
          Left = 76
          Top = 15
          Width = 120
          Height = 20
          BevelInner = bvNone
          BevelOuter = bvNone
          BorderStyle = bsNone
          DataField = 'HYZH'
          DataSource = dmd.Src_zgdb
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -14
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          TabOrder = 0
        end
        object DBEdit2: TDBEdit
          Left = 76
          Top = 41
          Width = 120
          Height = 20
          BorderStyle = bsNone
          DataField = 'XM'
          DataSource = dmd.Src_zgdb
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -14
          Font.Name = #23435#20307
          Font.Style = []
          ImeMode = imOpen
          ParentFont = False
          TabOrder = 1
        end
        object DBEdit3: TDBEdit
          Left = 76
          Top = 68
          Width = 120
          Height = 20
          BorderStyle = bsNone
          DataField = 'XB'
          DataSource = dmd.Src_zgdb
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -14
          Font.Name = #23435#20307
          Font.Style = []
          ImeMode = imOpen
          ParentFont = False
          TabOrder = 2
        end
        object DBEdit4: TDBEdit
          Left = 76
          Top = 95
          Width = 120
          Height = 20
          BorderStyle = bsNone
          DataField = 'DW'
          DataSource = dmd.Src_zgdb
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -14
          Font.Name = #23435#20307
          Font.Style = []
          ImeMode = imOpen
          ParentFont = False
          TabOrder = 3
        end
        object DBEdit5: TDBEdit
          Left = 279
          Top = 15
          Width = 120
          Height = 20
          BorderStyle = bsNone
          DataField = 'ZZMM'
          DataSource = dmd.Src_zgdb
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -14
          Font.Name = #23435#20307
          Font.Style = []
          ImeMode = imOpen
          ParentFont = False
          TabOrder = 4
        end
        object DBEdit6: TDBEdit
          Left = 279
          Top = 41
          Width = 120
          Height = 20
          BorderStyle = bsNone
          DataField = 'XL'
          DataSource = dmd.Src_zgdb
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -14
          Font.Name = #23435#20307
          Font.Style = []
          ImeMode = imOpen
          ParentFont = False
          TabOrder = 5
        end
        object DBEdit7: TDBEdit
          Left = 279
          Top = 66
          Width = 120
          Height = 20
          BorderStyle = bsNone
          DataField = 'CSNY'
          DataSource = dmd.Src_zgdb
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -14
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          TabOrder = 6
        end
        object DBEdit8: TDBEdit
          Left = 279
          Top = 93
          Width = 120
          Height = 20
          BorderStyle = bsNone
          DataField = 'GZSJ'
          DataSource = dmd.Src_zgdb
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -14
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          TabOrder = 7
        end
        object DBEdit11: TDBEdit
          Left = 463
          Top = 15
          Width = 120
          Height = 20
          BorderStyle = bsNone
          DataField = 'DBLB'
          DataSource = dmd.Src_zgdb
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -14
          Font.Name = #23435#20307
          Font.Style = []
          ImeMode = imOpen
          ParentFont = False
          TabOrder = 8
        end
        object DBEdit10: TDBEdit
          Left = 463
          Top = 42
          Width = 120
          Height = 20
          BorderStyle = bsNone
          DataField = 'ZCLB'
          DataSource = dmd.Src_zgdb
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -14
          Font.Name = #23435#20307
          Font.Style = []
          ImeMode = imOpen
          ParentFont = False
          TabOrder = 9
        end
        object DBEdit9: TDBEdit
          Left = 464
          Top = 69
          Width = 120
          Height = 20
          BorderStyle = bsNone
          DataField = 'BZ'
          DataSource = dmd.Src_zgdb
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -14
          Font.Name = #23435#20307
          Font.Style = []
          ImeMode = imOpen
          ParentFont = False
          TabOrder = 10
        end
      end
    end
    object TabSheet2: TTabSheet
      Caption = #27169#31946#21305#37197
      ImageIndex = 1
      object Grd_hy: TDBGrid
        Left = 0
        Top = 0
        Width = 627
        Height = 144
        Align = alClient
        DataSource = dmd.SrcQry_zgdb
        Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
        ReadOnly = True
        TabOrder = 0
        TitleFont.Charset = ANSI_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -12
        TitleFont.Name = #23435#20307
        TitleFont.Style = []
      end
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 85
    Width = 635
    Height = 32
    Align = alTop
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 3
    object Bevel1: TBevel
      Left = 305
      Top = 3
      Width = 4
      Height = 25
      Shape = bsLeftLine
    end
    object Bevel2: TBevel
      Left = 433
      Top = 4
      Width = 4
      Height = 25
      Shape = bsLeftLine
    end
    object CkB_edit: TCheckBox
      Left = 461
      Top = 8
      Width = 79
      Height = 17
      Caption = #20801#35768#20462#25913
      TabOrder = 0
      OnClick = CkB_editClick
    end
    object CkB_mh: TCheckBox
      Left = 332
      Top = 8
      Width = 79
      Height = 17
      Caption = #27169#31946#26597#35810
      TabOrder = 1
    end
    object opt_hyzh: TRadioButton
      Left = 24
      Top = 8
      Width = 105
      Height = 17
      Caption = #23433#20250#21592#35777#21495#26597#35810
      Checked = True
      TabOrder = 2
      TabStop = True
    end
    object opt_hymz: TRadioButton
      Left = 160
      Top = 8
      Width = 129
      Height = 17
      Caption = #25353#32844#24037#20195#34920#21517#23383#26597#35810
      TabOrder = 3
    end
  end
end

⌨️ 快捷键说明

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