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

📄 bespeak.dfm

📁 针对快餐店的会员管理系统.具有详细的分类及管理作用
💻 DFM
字号:
object BespeakForm: TBespeakForm
  Left = 203
  Top = 148
  Width = 555
  Height = 384
  Caption = #23458#25143#39044#32422#35760#24405
  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
  WindowState = wsMaximized
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object cxGrid1: TcxGrid
    Tag = 2
    Left = 0
    Top = 41
    Width = 547
    Height = 309
    Align = alClient
    PopupMenu = PopupMenu1
    TabOrder = 1
    LookAndFeel.Kind = lfOffice11
    LookAndFeel.NativeStyle = False
    object cxGrid1DBTableView1: TcxGridDBTableView
      OnDblClick = N1Click
      NavigatorButtons.ConfirmDelete = False
      DataController.DataSource = DM1.DataSource10
      DataController.Summary.DefaultGroupSummaryItems = <>
      DataController.Summary.FooterSummaryItems = <>
      DataController.Summary.SummaryGroups = <>
      OptionsBehavior.FocusCellOnTab = True
      OptionsData.Editing = False
      OptionsSelection.CellSelect = False
      OptionsSelection.HideSelection = True
      OptionsView.Indicator = True
      object cxGrid1DBTableView1DBColumn: TcxGridDBColumn
        Caption = #26085#26399
        DataBinding.FieldName = 'Dates'
        PropertiesClassName = 'TcxTextEditProperties'
        Properties.Alignment.Horz = taCenter
        Properties.ReadOnly = True
        RepositoryItem = MainForm.DateEdit
        HeaderAlignmentHorz = taCenter
        SortIndex = 0
        SortOrder = soAscending
        Width = 80
      end
      object cxGrid1DBTableView1DBColumn1: TcxGridDBColumn
        Caption = #26102#38388
        DataBinding.FieldName = 'Times'
        PropertiesClassName = 'TcxTextEditProperties'
        Properties.Alignment.Horz = taCenter
        Properties.ReadOnly = True
        RepositoryItem = MainForm.TimeEdit
        HeaderAlignmentHorz = taCenter
        Width = 70
      end
      object cxGrid1DBTableView1DBColumn2: TcxGridDBColumn
        Caption = #23458#25143#21517#31216
        DataBinding.FieldName = 'ClientName'
        PropertiesClassName = 'TcxTextEditProperties'
        Properties.Alignment.Horz = taCenter
        Properties.ReadOnly = True
        HeaderAlignmentHorz = taCenter
        Width = 200
      end
      object cxGrid1DBTableView1DBColumn3: TcxGridDBColumn
        Caption = #20027#39064
        DataBinding.FieldName = 'Motif'
        PropertiesClassName = 'TcxTextEditProperties'
        Properties.Alignment.Horz = taCenter
        Properties.ReadOnly = True
        HeaderAlignmentHorz = taCenter
        Width = 200
      end
      object cxGrid1DBTableView1DBColumn4: TcxGridDBColumn
        Caption = #32852#31995#26041#24335
        DataBinding.FieldName = 'RelationMode'
        PropertiesClassName = 'TcxTextEditProperties'
        Properties.Alignment.Horz = taCenter
        Properties.ReadOnly = True
        HeaderAlignmentHorz = taCenter
        Width = 100
      end
      object cxGrid1DBTableView1DBColumn5: TcxGridDBColumn
        Caption = #36127#36131#20154
        DataBinding.FieldName = 'Principal'
        PropertiesClassName = 'TcxTextEditProperties'
        Properties.Alignment.Horz = taCenter
        Properties.ReadOnly = True
        HeaderAlignmentHorz = taCenter
        Width = 80
      end
    end
    object cxGrid1Level1: TcxGridLevel
      GridView = cxGrid1DBTableView1
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 547
    Height = 41
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 0
    object RadioGroup: TRzRadioGroup
      Left = 8
      Top = -4
      Width = 449
      Height = 40
      Columns = 6
      ItemFrameColor = 8409372
      ItemHotTrack = True
      ItemHighlightColor = 2203937
      ItemHotTrackColor = 3983359
      Items.Strings = (
        #20170#26085#35201#20107
        #26126#26085#34892#31243
        #26412#21608#23433#25490
        #36817#26399#23433#25490
        #36807#26399#35760#24405
        #20840#37096#26174#31034)
      StartYPos = 10
      TabOrder = 0
      OnChanging = RadioGroupChanging
    end
  end
  object PopupMenu1: TPopupMenu
    AutoHotkeys = maManual
    Images = MainForm.ImageList1
    Left = 216
    Top = 96
    object N1: TMenuItem
      Caption = #26597#30475#35814#24773
      Default = True
      ShortCut = 32833
      OnClick = N1Click
    end
    object N2: TMenuItem
      Caption = '-'
    end
    object N6: TMenuItem
      Caption = #36807#28388#26174#31034
      Hint = #36807#28388#25968#25454#34920#26174#31034#30340#20869#23481
      ImageIndex = 35
      OnClick = N6Click
    end
    object N3: TMenuItem
      Caption = #21047#26032
      ShortCut = 116
      OnClick = N3Click
    end
    object N4: TMenuItem
      Caption = '-'
    end
    object N8: TMenuItem
      Caption = #22797#20301
      Hint = #22797#20301#25628#32034#21518#30340#25968#25454#24211
      ImageIndex = 36
      OnClick = FormCreate
    end
    object N7: TMenuItem
      Caption = '-'
    end
    object N5: TMenuItem
      Caption = #25171#21360#35760#24405
      ImageIndex = 4
      OnClick = N5Click
    end
  end
end

⌨️ 快捷键说明

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