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

📄 ckchart_unit.dfm

📁 餐营的数据核算,模拟入库,出库,库存.对餐营的流程详细叙述
💻 DFM
字号:
object CKCHART_Form: TCKCHART_Form
  Left = 192
  Top = 107
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #20986#24211#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 = (
      #20986#24211#36208#21183#20998#26512#22270)
    Align = alLeft
    TabOrder = 0
    object Series1: TBarSeries
      Marks.ArrowLength = 20
      Marks.Visible = True
      DataSource = DM.CKCHART_ADOQ
      SeriesColor = clRed
      XLabelsSource = #20986#24211#26102#38388
      XValues.DateTime = False
      XValues.Name = 'X'
      XValues.Multiplier = 1
      XValues.Order = loAscending
      XValues.ValueSource = #20986#24211#25968#37327
      YValues.DateTime = False
      YValues.Name = 'Bar'
      YValues.Multiplier = 1
      YValues.Order = loNone
      YValues.ValueSource = #20986#24211#25968#37327
    end
  end
  object Panel1: TPanel
    Left = 529
    Top = 0
    Width = 203
    Height = 453
    Align = alClient
    TabOrder = 1
    object Label1: TLabel
      Left = 34
      Top = 23
      Width = 130
      Height = 13
      Caption = #35831#36873#25321#25152#35201#26174#31034#30340#20869#23481
    end
    object Label2: TLabel
      Left = 15
      Top = 137
      Width = 52
      Height = 13
      Caption = #26102#38388#20174#65306
    end
    object Label3: TLabel
      Left = 23
      Top = 176
      Width = 39
      Height = 13
      Caption = #25130#27490#65306
    end
    object DBDateTimeEditEh1: TDBDateTimeEditEh
      Left = 65
      Top = 134
      Width = 103
      Height = 19
      Ctl3D = False
      EditButtons = <>
      Kind = dtkDateEh
      ParentCtl3D = False
      TabOrder = 0
      Visible = True
    end
    object DBDateTimeEditEh2: TDBDateTimeEditEh
      Left = 65
      Top = 174
      Width = 103
      Height = 19
      Ctl3D = False
      EditButtons = <>
      Kind = dtkDateEh
      ParentCtl3D = False
      TabOrder = 1
      Visible = True
    end
    object BitBtn1: TBitBtn
      Left = 64
      Top = 280
      Width = 75
      Height = 25
      Caption = #26174#31034
      TabOrder = 2
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 64
      Top = 336
      Width = 75
      Height = 25
      Caption = #25171#21360
      TabOrder = 3
      OnClick = BitBtn2Click
    end
    object ComboBox2: TComboBox
      Left = 47
      Top = 48
      Width = 113
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 4
    end
    object BitBtn3: TBitBtn
      Left = 65
      Top = 385
      Width = 75
      Height = 25
      Caption = #28165#31354
      TabOrder = 5
      OnClick = BitBtn3Click
    end
  end
end

⌨️ 快捷键说明

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