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

📄 bassmessage_depot.dfm

📁 商场管理系统源码 一套值得初学者学习的源码包含全部源码,控件
💻 DFM
字号:
inherited Frm_bassmessage_depot: TFrm_bassmessage_depot
  Left = 253
  Top = 162
  Width = 593
  BorderIcons = [biSystemMenu]
  Caption = 'Frm_bassmessage_depot'
  OnPaint = FormPaint
  PixelsPerInch = 96
  TextHeight = 12
  inherited PanelBkGnd: TPanel
    Width = 585
    inherited ControlBar1: TControlBar
      Width = 585
      inherited ToolBar1: TToolBar
        inherited TB_add: TToolButton
          OnClick = TB_addClick
        end
        inherited TB_EDIT: TToolButton
          OnClick = TB_EDITClick
        end
        inherited TB_DEL: TToolButton
          OnClick = TB_DELClick
        end
        inherited TB_QUERY: TToolButton
          Enabled = False
        end
      end
    end
    inherited DBG_BASSMESS: TDBGrid
      Width = 585
      Columns = <
        item
          Expanded = False
          FieldName = 'ID'
          Title.Alignment = taCenter
          Title.Caption = #32534#21495
          Title.Font.Charset = GB2312_CHARSET
          Title.Font.Color = clWindowText
          Title.Font.Height = -12
          Title.Font.Name = #23435#20307
          Title.Font.Style = []
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'NAME'
          Title.Alignment = taCenter
          Title.Caption = #21517#31216
          Title.Font.Charset = GB2312_CHARSET
          Title.Font.Color = clWindowText
          Title.Font.Height = -12
          Title.Font.Name = #23435#20307
          Title.Font.Style = []
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'TYPE'
          Title.Alignment = taCenter
          Title.Caption = #23646#24615
          Title.Font.Charset = GB2312_CHARSET
          Title.Font.Color = clWindowText
          Title.Font.Height = -12
          Title.Font.Name = #23435#20307
          Title.Font.Style = []
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'MEMO'
          Title.Alignment = taCenter
          Title.Caption = #22791#27880
          Title.Font.Charset = GB2312_CHARSET
          Title.Font.Color = clWindowText
          Title.Font.Height = -12
          Title.Font.Name = #23435#20307
          Title.Font.Style = []
          Visible = True
        end>
    end
    inherited StatusBar: TStatusBar
      Width = 585
    end
  end
  object Query_del: TQuery
    Left = 344
    Top = 124
  end
end

⌨️ 快捷键说明

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