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

📄 mc_tsll.~dfm

📁 1、系统环境要求:所有程序均在Windows98/XP操作系统下测试运行。 2、建议用户在系统上安装DELPHI7.0企业版。 3、如果数据库为SQL Server数据库
💻 ~DFM
字号:
object TSLL: TTSLL
  Left = 0
  Top = 76
  BorderStyle = bsToolWindow
  Caption = '投诉浏览:'
  ClientHeight = 470
  ClientWidth = 792
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object DBGrid1: TDBGrid
    Left = 3
    Top = 5
    Width = 785
    Height = 461
    DataSource = TSDJ.DataSource1
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = '宋体'
    TitleFont.Style = []
    OnDblClick = DBGrid1DblClick
    Columns = <
      item
        Expanded = False
        FieldName = '投诉编号'
        Visible = True
      end
      item
        Expanded = False
        FieldName = '投诉人'
        Visible = True
      end
      item
        Expanded = False
        FieldName = '性别'
        Visible = True
      end
      item
        Expanded = False
        FieldName = '联系方式'
        Visible = True
      end
      item
        Expanded = False
        FieldName = '投诉时间'
        Visible = True
      end
      item
        Expanded = False
        FieldName = '管理人'
        Visible = True
      end
      item
        Expanded = False
        FieldName = '被投诉方'
        Visible = True
      end
      item
        Expanded = False
        FieldName = '被投诉方联系方式'
        Visible = True
      end
      item
        Expanded = False
        FieldName = '状况描述'
        Visible = True
      end
      item
        Expanded = False
        FieldName = '居住位置'
        Visible = True
      end
      item
        Expanded = False
        FieldName = '投诉方式'
        Visible = True
      end
      item
        Expanded = False
        FieldName = '投诉性质'
        Visible = True
      end
      item
        Expanded = False
        FieldName = '处理意见'
        Visible = True
      end>
  end
end

⌨️ 快捷键说明

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