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

📄 salelrchart_unit.~dfm

📁 餐营的数据核算,模拟入库,出库,库存.对餐营的流程详细叙述
💻 ~DFM
字号:
object SALELRCHART_Form: TSALELRCHART_Form
  Left = 181
  Top = 149
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #38144#21806#36208#21183#22270
  ClientHeight = 453
  ClientWidth = 732
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object DBChart1: TDBChart
    Left = 0
    Top = 0
    Width = 529
    Height = 453
    BackWall.Brush.Color = clWhite
    BackWall.Brush.Style = bsClear
    Title.Text.Strings = (
      #36710#27425#29677#32452#38144#21806#36208#21183#20998#26512#22270)
    Align = alLeft
    TabOrder = 0
    object Series1: TFastLineSeries
      Marks.ArrowLength = 8
      Marks.Visible = False
      DataSource = DM.CARBZ_ADOQ
      SeriesColor = clRed
      XLabelsSource = 'MONTHD'
      LinePen.Color = clRed
      XValues.DateTime = False
      XValues.Name = 'X'
      XValues.Multiplier = 1
      XValues.Order = loAscending
      XValues.ValueSource = 'MONTHD'
      YValues.DateTime = False
      YValues.Name = 'Y'
      YValues.Multiplier = 1
      YValues.Order = loNone
      YValues.ValueSource = 'ITEM_MON'
    end
  end
  object Panel1: TPanel
    Left = 529
    Top = 0
    Width = 203
    Height = 453
    Align = alClient
    TabOrder = 1
    object Label6: TLabel
      Left = 33
      Top = 75
      Width = 39
      Height = 13
      Caption = #36710#27425#65306
    end
    object Label7: TLabel
      Left = 33
      Top = 116
      Width = 39
      Height = 13
      Caption = #29677#32452#65306
    end
    object Label2: TLabel
      Left = 112
      Top = 48
      Width = 26
      Height = 13
      Caption = #26597#25214
    end
    object Label1: TLabel
      Left = 32
      Top = 160
      Width = 33
      Height = 13
      Caption = #24180#24230':'
    end
    object BitBtn1: TBitBtn
      Left = 64
      Top = 296
      Width = 75
      Height = 25
      Caption = #26174#31034
      TabOrder = 0
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 64
      Top = 340
      Width = 75
      Height = 25
      Caption = #25171#21360
      TabOrder = 1
      OnClick = BitBtn2Click
    end
    object BitBtn3: TBitBtn
      Left = 64
      Top = 384
      Width = 75
      Height = 25
      Caption = #28165#31354
      TabOrder = 2
      OnClick = BitBtn3Click
    end
    object ComboBox3: TComboBox
      Left = 72
      Top = 71
      Width = 121
      Height = 21
      Style = csDropDownList
      Ctl3D = False
      ItemHeight = 13
      ParentCtl3D = False
      TabOrder = 3
    end
    object ComboBox4: TComboBox
      Left = 72
      Top = 113
      Width = 121
      Height = 21
      Style = csDropDownList
      Ctl3D = False
      ItemHeight = 13
      ParentCtl3D = False
      TabOrder = 4
    end
    object ComboBox1: TComboBox
      Left = 72
      Top = 158
      Width = 121
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 5
      Items.Strings = (
        '2006'
        '2007'
        '2008'
        '2009'
        '2010')
    end
  end
  object PDADOQ: TADOQuery
    Connection = DM.ADOC
    Parameters = <>
    Left = 568
    Top = 224
  end
end

⌨️ 快捷键说明

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