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

📄 unitsulfserchdatepic.dfm

📁 此代码为企业原料管理代码
💻 DFM
字号:
object FrmSulfSerchDatePic: TFrmSulfSerchDatePic
  Left = 147
  Top = 122
  Width = 642
  Height = 441
  Caption = 'FrmSulfSerchDatePic'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object DBChart1: TDBChart
    Left = 0
    Top = 0
    Width = 634
    Height = 414
    AllowZoom = False
    AnimatedZoomSteps = 4
    BackWall.Brush.Color = clWhite
    BackWall.Brush.Style = bsClear
    Foot.Font.Charset = GB2312_CHARSET
    Foot.Font.Color = clBlue
    Foot.Font.Height = -12
    Foot.Font.Name = '宋体'
    Foot.Font.Style = []
    Foot.Text.Strings = (
      'X轴为日期')
    MarginBottom = 5
    MarginLeft = 5
    MarginRight = 5
    MarginTop = 5
    PrintProportional = False
    Title.Font.Charset = GB2312_CHARSET
    Title.Font.Color = clBlue
    Title.Font.Height = -15
    Title.Font.Name = '宋体'
    Title.Font.Style = []
    Title.Text.Strings = (
      '硫化车间产品质量合格率查询')
    LeftAxis.Title.Caption = 'Y轴为产品合格率'
    LeftAxis.Title.Font.Charset = GB2312_CHARSET
    LeftAxis.Title.Font.Color = clBlue
    LeftAxis.Title.Font.Height = -12
    LeftAxis.Title.Font.Name = '宋体'
    LeftAxis.Title.Font.Style = []
    View3D = False
    View3DWalls = False
    Align = alClient
    BevelInner = bvLowered
    TabOrder = 0
    object Series1: TBarSeries
      Marks.ArrowLength = 20
      Marks.Style = smsValue
      Marks.Visible = True
      DataSource = FrmSulfSerchDate.Query1
      SeriesColor = clRed
      XLabelsSource = 'figid'
      BarWidthPercent = 40
      XValues.DateTime = False
      XValues.Name = 'X'
      XValues.Multiplier = 1
      XValues.Order = loAscending
      YValues.DateTime = False
      YValues.Name = 'Bar'
      YValues.Multiplier = 1
      YValues.Order = loNone
      YValues.ValueSource = 'AVERAGE OF qcper'
    end
  end
  object BitBtn1: TBitBtn
    Left = 360
    Top = 384
    Width = 75
    Height = 25
    Caption = '打印'
    TabOrder = 1
  end
  object BitBtn2: TBitBtn
    Left = 451
    Top = 384
    Width = 75
    Height = 25
    TabOrder = 2
    Kind = bkClose
  end
end

⌨️ 快捷键说明

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