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

📄 czydawh1.dfm

📁 思微POS连锁超市管理系统 (商业代码),几年前的东西了
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object czydawh: Tczydawh
  Left = 411
  Top = 142
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = '操作员档案权限维护'
  ClientHeight = 348
  ClientWidth = 491
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poScreenCenter
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 491
    Height = 348
    ActivePage = TabSheet1
    Align = alClient
    TabOrder = 0
    OnChange = PageControl1Change
    object TabSheet1: TTabSheet
      Caption = '档案'
      object wwDBNavigator1: TwwDBNavigator
        Left = 9
        Top = 275
        Width = 462
        Height = 40
        DataSource = DataSource1
        Flat = False
        RepeatInterval.InitialDelay = 500
        RepeatInterval.Interval = 100
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        object wwDBNavigator1First: TwwNavButton
          Left = 0
          Top = 0
          Width = 42
          Height = 40
          Hint = 'Move to first record'
          ImageIndex = -1
          NumGlyphs = 2
          ShowText = True
          Spacing = 4
          Transparent = False
          Caption = '第一页'
          Enabled = False
          DisabledTextColors.ShadeColor = clGray
          DisabledTextColors.HighlightColor = clBtnHighlight
          Index = 0
          Style = nbsFirst
        end
        object wwDBNavigator1Prior: TwwNavButton
          Left = 42
          Top = 0
          Width = 42
          Height = 40
          Hint = 'Move to prior record'
          ImageIndex = -1
          NumGlyphs = 2
          ShowText = True
          Spacing = 4
          Transparent = False
          Caption = '上一页'
          Enabled = False
          DisabledTextColors.ShadeColor = clGray
          DisabledTextColors.HighlightColor = clBtnHighlight
          Index = 1
          Style = nbsPrior
        end
        object wwDBNavigator1Next: TwwNavButton
          Left = 84
          Top = 0
          Width = 42
          Height = 40
          Hint = 'Move to next record'
          ImageIndex = -1
          NumGlyphs = 2
          ShowText = True
          Spacing = 4
          Transparent = False
          Caption = '下一页'
          DisabledTextColors.ShadeColor = clGray
          DisabledTextColors.HighlightColor = clBtnHighlight
          Index = 2
          Style = nbsNext
        end
        object wwDBNavigator1Last: TwwNavButton
          Left = 126
          Top = 0
          Width = 42
          Height = 40
          Hint = 'Move to last record'
          ImageIndex = -1
          NumGlyphs = 2
          ShowText = True
          Spacing = 4
          Transparent = False
          Caption = '最未页'
          DisabledTextColors.ShadeColor = clGray
          DisabledTextColors.HighlightColor = clBtnHighlight
          Index = 3
          Style = nbsLast
        end
        object wwDBNavigator1Insert: TwwNavButton
          Left = 168
          Top = 0
          Width = 42
          Height = 40
          Hint = 'Insert new record'
          ImageIndex = -1
          NumGlyphs = 2
          ShowText = True
          Spacing = 4
          Transparent = False
          Caption = '增加&A'
          DisabledTextColors.ShadeColor = clGray
          DisabledTextColors.HighlightColor = clBtnHighlight
          Index = 4
          Style = nbsInsert
        end
        object wwDBNavigator1Edit: TwwNavButton
          Left = 210
          Top = 0
          Width = 42
          Height = 40
          Hint = 'Edit current record'
          ImageIndex = -1
          NumGlyphs = 2
          ShowText = True
          Spacing = 4
          Transparent = False
          Caption = '修改&E'
          DisabledTextColors.ShadeColor = clGray
          DisabledTextColors.HighlightColor = clBtnHighlight
          Index = 5
          Style = nbsEdit
        end
        object wwDBNavigator1Button: TwwNavButton
          Left = 252
          Top = 0
          Width = 42
          Height = 40
          Hint = 'Delete current record'
          ImageIndex = -1
          NumGlyphs = 2
          ShowText = True
          Spacing = 4
          Transparent = False
          Caption = '删除&D'
          DisabledTextColors.ShadeColor = clGray
          DisabledTextColors.HighlightColor = clBtnHighlight
          ParentShowHint = False
          ShowHint = False
          OnClick = wwDBNavigator1ButtonClick
          Index = 6
          Style = nbsCustom
        end
        object wwDBNavigator1Post: TwwNavButton
          Left = 294
          Top = 0
          Width = 42
          Height = 40
          Hint = 'Post changes of current record'
          ImageIndex = -1
          NumGlyphs = 2
          ShowText = True
          Spacing = 4
          Transparent = False
          Caption = '保存&S'
          Enabled = False
          DisabledTextColors.ShadeColor = clGray
          DisabledTextColors.HighlightColor = clBtnHighlight
          Index = 7
          Style = nbsPost
        end
        object wwDBNavigator1Cancel: TwwNavButton
          Left = 336
          Top = 0
          Width = 42
          Height = 40
          Hint = 'Cancel changes made to current record'
          ImageIndex = -1
          NumGlyphs = 2
          ShowText = True
          Spacing = 4
          Transparent = False
          Caption = '取消&C'
          Enabled = False
          DisabledTextColors.ShadeColor = clGray
          DisabledTextColors.HighlightColor = clBtnHighlight
          Index = 8
          Style = nbsCancel
        end
        object wwDBNavigator1Refresh: TwwNavButton
          Left = 378
          Top = 0
          Width = 42
          Height = 40
          Hint = 'Refresh the contents of the dataset'
          ImageIndex = -1
          NumGlyphs = 2
          ShowText = True
          Spacing = 4
          Transparent = False
          Caption = '刷新&R'
          DisabledTextColors.ShadeColor = clGray
          DisabledTextColors.HighlightColor = clBtnHighlight
          Index = 9
          Style = nbsRefresh
        end
        object wwDBNavigator1FilterDialog: TwwNavButton
          Left = 420
          Top = 0
          Width = 42
          Height = 40
          Hint = 'Filter the dataset'
          ImageIndex = -1
          NumGlyphs = 2
          ShowText = True
          Spacing = 4
          Transparent = False
          Caption = '查询&Q'
          DisabledTextColors.ShadeColor = clGray
          DisabledTextColors.HighlightColor = clBtnHighlight
          Index = 10
          Style = nbsFilterDialog
        end
      end
      object dxDBGrid1: TdxDBGrid
        Left = 0
        Top = 8
        Width = 481
        Height = 258
        Bands = <
          item
          end>
        DefaultLayout = True
        HeaderPanelRowCount = 1
        KeyField = 'czyid'
        SummaryGroups = <>
        SummarySeparator = ', '
        Color = 15524050
        Font.Charset = GB2312_CHARSET
        Font.Color = 7479077
        Font.Height = -13
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        PopupMenu = PopupMenu1
        TabOrder = 1
        BandFont.Charset = GB2312_CHARSET
        BandFont.Color = clWindowText
        BandFont.Height = -13
        BandFont.Name = '宋体'
        BandFont.Style = []
        DataSource = DataSource1
        Filter.Active = True
        Filter.Criteria = {00000000}
        GridLineColor = 7479077
        HeaderFont.Charset = GB2312_CHARSET
        HeaderFont.Color = clWindowText
        HeaderFont.Height = -13
        HeaderFont.Name = '宋体'
        HeaderFont.Style = []
        LookAndFeel = lfFlat
        OptionsBehavior = [edgoAutoSort, edgoDragScroll, edgoEditing, edgoEnterShowEditor, edgoImmediateEditor, edgoTabs, edgoTabThrough, edgoVertThrough]
        OptionsDB = [edgoCancelOnExit, edgoCanDelete, edgoCanInsert, edgoCanNavigation, edgoConfirmDelete, edgoLoadAllRecords, edgoUseBookmarks]

⌨️ 快捷键说明

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