qu_apan.dfm

来自「一个以前收集的基于C/S架构的ERP客户端源代码」· DFM 代码 · 共 310 行

DFM
310
字号
inherited frmQu_ApAn: TfrmQu_ApAn
  Left = 183
  Width = 740
  Height = 480
  Caption = '帐龄分析'
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 232
    Top = 48
    Width = 36
    Height = 12
    Caption = 'Label1'
  end
  inherited sbBar: TStatusBar
    Top = 409
    Width = 732
  end
  inherited CoolBar1: TCoolBar
    Width = 732
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 732
      end>
    inherited tbMainBar: TToolBar
      Width = 719
    end
  end
  object PageControl1: TPageControl [3]
    Left = 0
    Top = 39
    Width = 732
    Height = 370
    Align = alClient
    Style = tsFlatButtons
    TabOrder = 2
  end
  object PageControl2: TPageControl [4]
    Left = 0
    Top = 39
    Width = 732
    Height = 370
    ActivePage = TabSheet1
    Align = alClient
    Style = tsButtons
    TabOrder = 3
    object TabSheet1: TTabSheet
      Caption = '数值分析'
      object sgApAn: TSDGrid
        Left = 0
        Top = 0
        Width = 724
        Height = 340
        Align = alClient
        Color = 50331647
        ColCount = 3
        Ctl3D = False
        DefaultRowHeight = 22
        FixedColor = 8564917
        RowCount = 1
        Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
        ParentCtl3D = False
        TabOrder = 0
        OnDblClick = sgApAnDblClick
        Columns = <
          item
            ColumnFont.Charset = GB2312_CHARSET
            ColumnFont.Color = clWindowText
            ColumnFont.Height = -12
            ColumnFont.Name = '宋体'
            ColumnFont.Style = []
            ColumnWidth = 0
          end
          item
            ColumnFont.Charset = GB2312_CHARSET
            ColumnFont.Color = clWindowText
            ColumnFont.Height = -12
            ColumnFont.Name = '宋体'
            ColumnFont.Style = []
            TitleString = '供应商'
            ColumnWidth = 0
          end
          item
            ColumnFont.Charset = GB2312_CHARSET
            ColumnFont.Color = clWindowText
            ColumnFont.Height = -12
            ColumnFont.Name = '宋体'
            ColumnFont.Style = []
            TitleString = '第一区'
            ColumnWidth = 0
          end>
        ColWidths = (
          9
          200
          122)
      end
    end
    object TabSheet2: TTabSheet
      Caption = '图表分析'
      ImageIndex = 1
      object sChart: TChart
        Left = 0
        Top = 0
        Width = 724
        Height = 316
        BackWall.Brush.Color = clWhite
        BackWall.Brush.Style = bsClear
        Foot.Font.Charset = ANSI_CHARSET
        Foot.Font.Color = clRed
        Foot.Font.Height = -12
        Foot.Font.Name = '宋体'
        Foot.Font.Style = [fsItalic]
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clBlue
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Title.Text.Strings = (
          '帐龄分析图')
        BottomAxis.Title.Font.Charset = ANSI_CHARSET
        BottomAxis.Title.Font.Color = clBlack
        BottomAxis.Title.Font.Height = -12
        BottomAxis.Title.Font.Name = '宋体'
        BottomAxis.Title.Font.Style = []
        DepthAxis.Title.Font.Charset = ANSI_CHARSET
        DepthAxis.Title.Font.Color = clBlack
        DepthAxis.Title.Font.Height = -12
        DepthAxis.Title.Font.Name = '宋体'
        DepthAxis.Title.Font.Style = []
        LeftAxis.ExactDateTime = False
        LeftAxis.LabelsFont.Charset = GB2312_CHARSET
        LeftAxis.LabelsFont.Color = clBlack
        LeftAxis.LabelsFont.Height = -12
        LeftAxis.LabelsFont.Name = '宋体'
        LeftAxis.LabelsFont.Style = []
        LeftAxis.Title.Caption = '总金额'
        LeftAxis.Title.Font.Charset = GB2312_CHARSET
        LeftAxis.Title.Font.Color = clBlack
        LeftAxis.Title.Font.Height = -12
        LeftAxis.Title.Font.Name = '宋体'
        LeftAxis.Title.Font.Style = []
        Legend.Font.Charset = GB2312_CHARSET
        Legend.Font.Color = clBlack
        Legend.Font.Height = -12
        Legend.Font.Name = '宋体'
        Legend.Font.Style = []
        Legend.TextStyle = ltsRightValue
        RightAxis.LabelsFont.Charset = ANSI_CHARSET
        RightAxis.LabelsFont.Color = clBlack
        RightAxis.LabelsFont.Height = -12
        RightAxis.LabelsFont.Name = '宋体'
        RightAxis.LabelsFont.Style = []
        RightAxis.Title.Font.Charset = ANSI_CHARSET
        RightAxis.Title.Font.Color = clBlack
        RightAxis.Title.Font.Height = -12
        RightAxis.Title.Font.Name = '宋体'
        RightAxis.Title.Font.Style = []
        TopAxis.LabelsFont.Charset = ANSI_CHARSET
        TopAxis.LabelsFont.Color = clBlack
        TopAxis.LabelsFont.Height = -12
        TopAxis.LabelsFont.Name = '宋体'
        TopAxis.LabelsFont.Style = []
        Align = alClient
        BevelInner = bvLowered
        TabOrder = 0
      end
      object Panel1: TPanel
        Left = 0
        Top = 316
        Width = 724
        Height = 27
        Align = alBottom
        BevelOuter = bvNone
        TabOrder = 1
        object spCol: TSpeedButton
          Left = 4
          Top = 4
          Width = 49
          Height = 20
          Caption = '柱状图'
          OnClick = spColClick
        end
        object spPie: TSpeedButton
          Left = 53
          Top = 4
          Width = 49
          Height = 20
          Caption = '饼状图'
          OnClick = spPieClick
        end
        object spOut: TSpeedButton
          Left = 102
          Top = 4
          Width = 35
          Height = 20
          Caption = '放大'
          OnClick = spOutClick
        end
        object spIn: TSpeedButton
          Left = 137
          Top = 4
          Width = 35
          Height = 20
          Caption = '缩小'
          OnClick = spInClick
        end
        object spLe: TSpeedButton
          Left = 172
          Top = 4
          Width = 35
          Height = 20
          Caption = '左移'
          OnClick = spLeClick
        end
        object spRi: TSpeedButton
          Left = 207
          Top = 4
          Width = 35
          Height = 20
          Caption = '右移'
          OnClick = spRiClick
        end
        object spUp: TSpeedButton
          Left = 242
          Top = 4
          Width = 35
          Height = 20
          Caption = '上移'
          OnClick = spUpClick
        end
        object spDo: TSpeedButton
          Left = 277
          Top = 4
          Width = 35
          Height = 20
          Caption = '下移'
          OnClick = spDoClick
        end
        object spUd: TSpeedButton
          Left = 312
          Top = 4
          Width = 35
          Height = 20
          Caption = '恢复'
          Enabled = False
          OnClick = spUdClick
        end
        object chGr: TCheckBox
          Left = 348
          Top = 6
          Width = 58
          Height = 17
          Caption = '网格线'
          Checked = True
          State = cbChecked
          TabOrder = 0
          OnMouseUp = chGrMouseUp
        end
        object ch3D: TCheckBox
          Left = 407
          Top = 6
          Width = 52
          Height = 17
          Caption = '三 维'
          Checked = True
          State = cbChecked
          TabOrder = 1
          OnMouseUp = ch3DMouseUp
        end
        object sb3d: TScrollBar
          Left = 462
          Top = 6
          Width = 83
          Height = 16
          PageSize = 0
          TabOrder = 2
          OnChange = sb3dChange
        end
      end
    end
  end
  inherited MainMenu1: TMainMenu
    Left = 578
    Top = 11
  end
  inherited ImageList1: TImageList
    Left = 521
    Top = 26
  end
  inherited QueryPrnDlg: TPrintDialog
    Left = 526
    Top = 21
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 537
    Top = 13
  end
  inherited pmDetail: TPopupMenu
    Left = 607
    Top = 16
  end
  inherited puQueryGrid: TPopupMenu
    Top = 20
  end
end

⌨️ 快捷键说明

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