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

📄 editry1.dfm

📁 思微POS连锁超市管理系统 (商业代码),几年前的东西了
💻 DFM
📖 第 1 页 / 共 4 页
字号:
      Spacing = 4
      Transparent = False
      Caption = '复制&V'
      DisabledTextColors.ShadeColor = clGray
      DisabledTextColors.HighlightColor = clBtnHighlight
      OnClick = wwDBNavigator1Button1Click
      Index = 4
      Style = nbsCustom
    end
    object wwDBNavigator1Insert: TwwNavButton
      Left = 190
      Top = 0
      Width = 38
      Height = 40
      Hint = 'Insert new record'
      ImageIndex = 2
      NumGlyphs = 2
      ShowText = True
      Spacing = 4
      Transparent = False
      Caption = '增加&A'
      DisabledTextColors.ShadeColor = clGray
      DisabledTextColors.HighlightColor = clBtnHighlight
      OnClick = wwDBNavigator1InsertClick
      Index = 5
      Style = nbsCustom
    end
    object wwDBNavigator1Edit: TwwNavButton
      Left = 228
      Top = 0
      Width = 38
      Height = 40
      Hint = 'Edit current record'
      ImageIndex = 4
      NumGlyphs = 2
      ShowText = True
      Spacing = 4
      Transparent = False
      Caption = '修改&E'
      DisabledTextColors.ShadeColor = clGray
      DisabledTextColors.HighlightColor = clBtnHighlight
      Index = 6
      Style = nbsEdit
    end
    object wwDBNavigator1Post: TwwNavButton
      Left = 266
      Top = 0
      Width = 37
      Height = 40
      Hint = 'Post changes of current record'
      ImageIndex = 8
      NumGlyphs = 2
      ShowText = True
      Spacing = 4
      Transparent = False
      Caption = '保存&S'
      Enabled = False
      DisabledTextColors.ShadeColor = clGray
      DisabledTextColors.HighlightColor = clBtnHighlight
      OnClick = wwDBNavigator1PostClick
      Index = 7
      Style = nbsCustom
    end
    object wwDBNavigator1Cancel: TwwNavButton
      Left = 303
      Top = 0
      Width = 37
      Height = 40
      Hint = 'Cancel changes made to current record'
      ImageIndex = 10
      NumGlyphs = 2
      ShowText = True
      Spacing = 4
      Transparent = False
      Caption = '取消&C'
      Enabled = False
      DisabledTextColors.ShadeColor = clGray
      DisabledTextColors.HighlightColor = clBtnHighlight
      Index = 8
      Style = nbsCancel
    end
    object wwDBNavigator1RestoreBookmark: TwwNavButton
      Left = 340
      Top = 0
      Width = 37
      Height = 40
      Hint = 'Go back to saved bookmark'
      ImageIndex = 12
      NumGlyphs = 2
      ShowText = True
      Spacing = 4
      Transparent = False
      Caption = '刷新&R'
      DisabledTextColors.ShadeColor = clGray
      DisabledTextColors.HighlightColor = clBtnHighlight
      Index = 9
      Style = nbsRefresh
    end
    object wwDBNavigator1Button: TwwNavButton
      Left = 377
      Top = 0
      Width = 37
      Height = 40
      ImageIndex = 0
      NumGlyphs = 1
      ShowText = True
      Spacing = 4
      Transparent = False
      Caption = '退出&X'
      DisabledTextColors.ShadeColor = clGray
      DisabledTextColors.HighlightColor = clBtnHighlight
      OnClick = wwDBNavigator1ButtonClick
      Index = 10
      Style = nbsCustom
    end
  end
  object dxDBEdit1: TdxDBEdit
    Left = 96
    Top = 47
    Width = 89
    Color = 15524050
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    Style.BorderColor = clNavy
    Style.BorderStyle = xbsSingle
    Style.ButtonStyle = btsDefault
    Style.Edges = [edgLeft, edgTop, edgRight, edgBottom]
    Style.HotTrack = False
    Style.Shadow = True
    TabOrder = 1
    OnKeyDown = dxDBEdit1KeyDown
    DataField = 'code'
    DataSource = ryda.DataSource1
  end
  object dxDBEdit2: TdxDBEdit
    Left = 264
    Top = 47
    Width = 137
    Color = 15524050
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    Style.BorderColor = clNavy
    Style.BorderStyle = xbsSingle
    Style.ButtonStyle = btsDefault
    Style.Edges = [edgLeft, edgTop, edgRight, edgBottom]
    Style.HotTrack = False
    Style.Shadow = True
    TabOrder = 2
    OnKeyDown = dxDBEdit1KeyDown
    DataField = 'name'
    DataSource = ryda.DataSource1
  end
  object dxDBPickEdit1: TdxDBPickEdit
    Left = 96
    Top = 74
    Width = 89
    Color = 15524050
    Style.BorderColor = clNavy
    Style.BorderStyle = xbsSingle
    Style.Shadow = True
    TabOrder = 3
    OnKeyDown = dxDBEdit1KeyDown
    DataField = 'xb'
    DataSource = ryda.DataSource1
    Items.Strings = (
      '男'
      '女')
  end
  object dxDBButtonEdit1: TdxDBButtonEdit
    Left = 264
    Top = 74
    Width = 137
    Color = 15524050
    Style.BorderColor = clNavy
    Style.BorderStyle = xbsSingle
    Style.HotTrack = False
    Style.Shadow = True
    TabOrder = 4
    OnKeyDown = dxDBButtonEdit1KeyDown
    DataField = 'bm'
    DataSource = ryda.DataSource1
    Buttons = <
      item
        Default = True
      end>
    ClickKey = 0
    OnButtonClick = dxDBButtonEdit1ButtonClick
    ExistButtons = True
  end
  object dxDBPickEdit2: TdxDBPickEdit
    Left = 96
    Top = 103
    Width = 89
    Color = 15524050
    Style.BorderColor = clNavy
    Style.BorderStyle = xbsSingle
    Style.Shadow = True
    TabOrder = 5
    OnKeyDown = dxDBEdit1KeyDown
    DataField = 'xl'
    DataSource = ryda.DataSource1
    Items.Strings = (
      '小学'
      '中学'
      '高中'
      '技校'
      '中专'
      '大专'
      '本科'
      '硕士'
      '博士')
  end
  object dxDBDateEdit1: TdxDBDateEdit
    Left = 264
    Top = 103
    Width = 137
    Color = 15524050
    Style.BorderColor = clNavy
    Style.BorderStyle = xbsSingle
    Style.Shadow = True
    TabOrder = 6
    OnKeyDown = dxDBEdit1KeyDown
    DataField = 'csrq'
    DataSource = ryda.DataSource1
    UseEditMask = True
    StoredValues = 4
  end
  object dxDBPickEdit3: TdxDBPickEdit
    Left = 96
    Top = 133
    Width = 89
    Color = 15524050
    Style.BorderColor = clNavy
    Style.BorderStyle = xbsSingle
    Style.Shadow = True
    TabOrder = 7
    OnKeyDown = dxDBEdit1KeyDown
    DataField = 'zw'
    DataSource = ryda.DataSource1
    Items.Strings = (
      '职员'
      '主管'
      '主任'
      '经理')
  end
  object dxDBDateEdit2: TdxDBDateEdit
    Left = 264
    Top = 133
    Width = 137
    Color = 15524050
    Style.BorderColor = clNavy
    Style.BorderStyle = xbsSingle
    Style.Shadow = True
    TabOrder = 8
    OnKeyDown = dxDBEdit1KeyDown
    DataField = 'rzrq'
    DataSource = ryda.DataSource1
    UseEditMask = True
    StoredValues = 4
  end
  object dxDBEdit3: TdxDBEdit
    Left = 96
    Top = 162
    Width = 305
    Color = 15524050
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    Style.BorderColor = clNavy
    Style.BorderStyle = xbsSingle
    Style.ButtonStyle = btsDefault
    Style.Edges = [edgLeft, edgTop, edgRight, edgBottom]
    Style.HotTrack = False
    Style.Shadow = True
    TabOrder = 9
    OnKeyDown = dxDBEdit1KeyDown
    DataField = 'zz'
    DataSource = ryda.DataSource1
  end
  object dxDBEdit5: TdxDBEdit
    Left = 96
    Top = 190
    Width = 305
    Color = 15524050
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    Style.BorderColor = clNavy
    Style.BorderStyle = xbsSingle
    Style.ButtonStyle = btsDefault
    Style.Edges = [edgLeft, edgTop, edgRight, edgBottom]
    Style.HotTrack = False
    Style.Shadow = True
    TabOrder = 10
    OnKeyDown = dxDBEdit1KeyDown
    DataField = 'dh'
    DataSource = ryda.DataSource1
  end
  object dxDBEdit4: TdxDBEdit
    Left = 96
    Top = 220
    Width = 305
    Color = 15524050
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    Style.BorderColor = clNavy
    Style.BorderStyle = xbsSingle
    Style.ButtonStyle = btsDefault
    Style.Edges = [edgLeft, edgTop, edgRight, edgBottom]
    Style.HotTrack = False
    Style.Shadow = True

⌨️ 快捷键说明

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