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

📄 unit_analyzetemplet.dfm

📁 delphi开发的中国移动大客户管理系统,后台数据库为oracle
💻 DFM
字号:
object Frm_AnalyzeTemplet: TFrm_AnalyzeTemplet
  Left = 90
  Top = 90
  Width = 670
  Height = 450
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = '宋体'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poScreenCenter
  Visible = True
  WindowState = wsMaximized
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 15
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 175
    Height = 423
    Align = alLeft
    BevelOuter = bvNone
    TabOrder = 0
    object Panel5: TPanel
      Left = 0
      Top = 0
      Width = 175
      Height = 36
      Align = alTop
      BevelOuter = bvLowered
      TabOrder = 0
      object FlatButton5: TFlatButton
        Left = 10
        Top = 6
        Width = 75
        Height = 25
        ColorFocused = 5493503
        Caption = '宏定义'
        TabOrder = 0
      end
      object FlatButton6: TFlatButton
        Left = 90
        Top = 6
        Width = 75
        Height = 25
        ColorFocused = 5493503
        Caption = '宏调用'
        TabOrder = 1
      end
    end
    object Panel4: TPanel
      Left = 0
      Top = 36
      Width = 175
      Height = 387
      Align = alClient
      BevelOuter = bvLowered
      TabOrder = 1
      object Label1: TLabel
        Left = 8
        Top = 12
        Width = 45
        Height = 15
        Caption = '地市:'
      end
      object Label2: TLabel
        Left = 8
        Top = 40
        Width = 45
        Height = 15
        Caption = '局向:'
      end
      object Label3: TLabel
        Left = 8
        Top = 68
        Width = 45
        Height = 15
        Caption = '工号:'
      end
      object Label4: TLabel
        Left = 8
        Top = 96
        Width = 45
        Height = 15
        Caption = '等级:'
      end
      object Label5: TLabel
        Left = 8
        Top = 124
        Width = 45
        Height = 15
        Caption = '品牌:'
      end
      object Label6: TLabel
        Left = 8
        Top = 152
        Width = 75
        Height = 15
        Caption = '客户属性:'
      end
      object FlatComboBox_City: TFlatComboBox
        Left = 48
        Top = 8
        Width = 119
        Height = 23
        Style = csDropDownList
        Color = clWindow
        ItemHeight = 15
        TabOrder = 0
        ItemIndex = -1
        OnChange = FlatComboBox_CityChange
      end
      object FlatComboBox_County: TFlatComboBox
        Left = 48
        Top = 36
        Width = 119
        Height = 23
        Style = csDropDownList
        Color = clWindow
        ItemHeight = 15
        TabOrder = 1
        ItemIndex = -1
        OnChange = FlatComboBox_CountyChange
      end
      object FlatComboBox_ManagerNo: TFlatComboBox
        Left = 48
        Top = 64
        Width = 119
        Height = 23
        Style = csDropDownList
        Color = clWindow
        ItemHeight = 15
        TabOrder = 2
        ItemIndex = -1
      end
      object FlatComboBox_Att: TFlatComboBox
        Tag = 34
        Left = 80
        Top = 148
        Width = 87
        Height = 23
        Style = csDropDownList
        Color = clWindow
        ItemHeight = 15
        TabOrder = 3
        ItemIndex = -1
      end
      object FlatComboBox_Brand: TFlatComboBox
        Tag = 26
        Left = 48
        Top = 120
        Width = 119
        Height = 23
        Style = csDropDownList
        Color = clWindow
        ItemHeight = 15
        TabOrder = 4
        ItemIndex = -1
      end
      object FlatComboBox_Grade: TFlatComboBox
        Tag = 27
        Left = 48
        Top = 92
        Width = 119
        Height = 23
        Style = csDropDownList
        Color = clWindow
        ItemHeight = 15
        TabOrder = 5
        ItemIndex = -1
      end
      object Panel6: TPanel
        Left = 1
        Top = 345
        Width = 173
        Height = 41
        Align = alBottom
        BevelOuter = bvNone
        TabOrder = 6
        object FlatButton1: TFlatButton
          Left = 52
          Top = 8
          Width = 75
          Height = 25
          ColorFocused = 5493503
          Caption = '统计'
          Glyph.Data = {
            76010000424D7601000000000000760000002800000020000000100000000100
            04000000000000010000120B0000120B00001000000000000000000000000000
            800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
            FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333300030003
            0003333377737773777333333333333333333FFFFFFFFFFFFFFF770000000000
            0000777777777777777733039993BBB3CCC3337F737F737F737F37039993BBB3
            CCC3377F737F737F737F33039993BBB3CCC33F7F737F737F737F77079997BBB7
            CCC77777737773777377330399930003CCC3337F737F7773737F370399933333
            CCC3377F737F3333737F330399933333CCC33F7F737FFFFF737F770700077777
            CCC77777777777777377330333333333CCC3337F33333333737F370333333333
            0003377F33333333777333033333333333333F7FFFFFFFFFFFFF770777777777
            7777777777777777777733333333333333333333333333333333}
          Layout = blGlyphLeft
          NumGlyphs = 2
          TabOrder = 0
          Anchors = [akLeft, akBottom]
        end
      end
    end
  end
  object Panel2: TPanel
    Left = 175
    Top = 0
    Width = 487
    Height = 423
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 1
    object Panel3: TPanel
      Left = 0
      Top = 385
      Width = 487
      Height = 38
      Align = alBottom
      BevelOuter = bvLowered
      TabOrder = 0
      object FlatButton2: TFlatButton
        Left = 246
        Top = 7
        Width = 75
        Height = 25
        ColorFocused = 5493503
        Caption = '导出'
        Glyph.Data = {
          76010000424D7601000000000000760000002800000020000000100000000100
          04000000000000010000130B0000130B00001000000000000000000000000000
          800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
          FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333303
          333333333333337FF3333333333333903333333333333377FF33333333333399
          03333FFFFFFFFF777FF3000000999999903377777777777777FF0FFFF0999999
          99037F3337777777777F0FFFF099999999907F3FF777777777770F00F0999999
          99037F773777777777730FFFF099999990337F3FF777777777330F00FFFFF099
          03337F773333377773330FFFFFFFF09033337F3FF3FFF77733330F00F0000003
          33337F773777777333330FFFF0FF033333337F3FF7F3733333330F08F0F03333
          33337F7737F7333333330FFFF003333333337FFFF77333333333000000333333
          3333777777333333333333333333333333333333333333333333}
        Layout = blGlyphLeft
        NumGlyphs = 2
        TabOrder = 0
        Anchors = [akRight, akBottom]
      end
      object FlatButton3: TFlatButton
        Left = 326
        Top = 7
        Width = 75
        Height = 25
        ColorFocused = 5493503
        Caption = '打印'
        Glyph.Data = {
          F6000000424DF600000000000000760000002800000010000000100000000100
          0400000000008000000000000000000000001000000000000000000000000000
          8000008000000080800080000000800080008080000080808000C0C0C0000000
          FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
          888F8800000000000888808888888880808800000000000008080888888BBB88
          0008088888877788080800000000000008800888888888808080800000000008
          0800880FFFFFFFF080808880F00000F000088880FFFFFFFF088888880F00000F
          088888880FFFFFFFF08888888000000000888888888888888888}
        Layout = blGlyphLeft
        TabOrder = 1
        Anchors = [akRight, akBottom]
      end
      object FlatButton4: TFlatButton
        Left = 406
        Top = 7
        Width = 75
        Height = 25
        ColorFocused = 5493503
        Caption = '关闭'
        Glyph.Data = {
          DE010000424DDE01000000000000760000002800000024000000120000000100
          0400000000006801000000000000000000001000000010000000000000000000
          80000080000000808000800000008000800080800000C0C0C000808080000000
          FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00388888888877
          F7F787F8888888888333333F00004444400888FFF444448888888888F333FF8F
          000033334D5007FFF4333388888888883338888F0000333345D50FFFF4333333
          338F888F3338F33F000033334D5D0FFFF43333333388788F3338F33F00003333
          45D50FEFE4333333338F878F3338F33F000033334D5D0FFFF43333333388788F
          3338F33F0000333345D50FEFE4333333338F878F3338F33F000033334D5D0FFF
          F43333333388788F3338F33F0000333345D50FEFE4333333338F878F3338F33F
          000033334D5D0EFEF43333333388788F3338F33F0000333345D50FEFE4333333
          338F878F3338F33F000033334D5D0EFEF43333333388788F3338F33F00003333
          4444444444333333338F8F8FFFF8F33F00003333333333333333333333888888
          8888333F00003333330000003333333333333FFFFFF3333F00003333330AAAA0
          333333333333888888F3333F00003333330000003333333333338FFFF8F3333F
          0000}
        Layout = blGlyphLeft
        NumGlyphs = 2
        TabOrder = 2
        OnClick = FlatButton4Click
        Anchors = [akRight, akBottom]
      end
    end
    object Panel7: TPanel
      Left = 0
      Top = 0
      Width = 487
      Height = 36
      Align = alTop
      BevelOuter = bvLowered
      TabOrder = 1
      object SpeedButton6: TSpeedButton
        Left = 267
        Top = 1
        Width = 15
        Height = 34
        Flat = True
      end
      object SBAtt: TSpeedButton
        Left = 201
        Top = 2
        Width = 66
        Height = 32
        AllowAllUp = True
        GroupIndex = 4
        Caption = '属性'
        Flat = True
      end
      object SBBrand: TSpeedButton
        Left = 135
        Top = 2
        Width = 66
        Height = 32
        AllowAllUp = True
        GroupIndex = 3
        Caption = '品牌'
        Flat = True
      end
      object SBCounty: TSpeedButton
        Left = 69
        Top = 2
        Width = 66
        Height = 32
        AllowAllUp = True
        GroupIndex = 2
        Down = True
        Caption = '局向'
        Flat = True
      end
      object SBCity: TSpeedButton
        Left = 3
        Top = 2
        Width = 66
        Height = 32
        AllowAllUp = True
        GroupIndex = 1
        Caption = '地市'
        Flat = True
      end
      object SBGrade: TSpeedButton
        Left = 282
        Top = 2
        Width = 67
        Height = 32
        AllowAllUp = True
        GroupIndex = 6
        Down = True
        Caption = '等级'
        Flat = True
      end
    end
    object XLGrid1: TXLGrid
      Left = 0
      Top = 36
      Width = 487
      Height = 349
      Align = alClient
      Color = clBtnFace
      TabOrder = 2
      Caption = 'XLGrid1'
      ImeName = '中文 (简体) - 智能 ABC'
    end
  end
  object QueryTotal: TQuery
    DatabaseName = 'db_vipdl'
    Left = 33
    Top = 240
  end
  object QueryDetail: TQuery
    DatabaseName = 'db_vipdl'
    DataSource = DataSourceTotal
    Left = 40
    Top = 288
  end
  object DataSourceTotal: TDataSource
    DataSet = QueryTotal
    Left = 100
    Top = 228
  end
  object QueryRow: TQuery
    DatabaseName = 'db_vipdl'
    Left = 40
    Top = 324
  end
end

⌨️ 快捷键说明

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