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

📄 jszchart_unit.dfm

📁 餐营的数据核算,模拟入库,出库,库存.对餐营的流程详细叙述
💻 DFM
字号:
object JSZCHART_Form: TJSZCHART_Form
  Left = 173
  Top = 136
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #25509#19978#32452#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 = (
      #25509#19978#32452#36208#21183#20998#26512#22270)
    Align = alLeft
    TabOrder = 0
    object Series1: TBarSeries
      Marks.ArrowLength = 20
      Marks.Visible = True
      DataSource = DM.JSZCHART_ADOQ
      SeriesColor = clRed
      XLabelsSource = 'B1'
      XValues.DateTime = False
      XValues.Name = 'X'
      XValues.Multiplier = 1
      XValues.Order = loAscending
      XValues.ValueSource = #24635#25968#37327
      YValues.DateTime = False
      YValues.Name = 'Bar'
      YValues.Multiplier = 1
      YValues.Order = loNone
      YValues.ValueSource = #24635#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 Label4: TLabel
      Left = 30
      Top = 55
      Width = 46
      Height = 13
      Caption = #32437#22352#26631':'
    end
    object Label2: TLabel
      Left = -6
      Top = 219
      Width = 78
      Height = 13
      Caption = #20132#25509#26102#38388#20174#65306
    end
    object Label3: TLabel
      Left = 33
      Top = 251
      Width = 39
      Height = 13
      Caption = #25130#27490#65306
    end
    object Label5: TLabel
      Left = 33
      Top = 116
      Width = 39
      Height = 13
      Caption = #21333#21495#65306
    end
    object Label6: TLabel
      Left = 33
      Top = 150
      Width = 39
      Height = 13
      Caption = #36710#21495#65306
    end
    object Label7: TLabel
      Left = 33
      Top = 185
      Width = 39
      Height = 13
      Caption = #29677#32452#65306
    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 ComboBox2: TComboBox
      Left = 78
      Top = 51
      Width = 104
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 2
    end
    object DBDateTimeEditEh1: TDBDateTimeEditEh
      Left = 81
      Top = 216
      Width = 105
      Height = 19
      Ctl3D = False
      EditButtons = <>
      Kind = dtkDateEh
      ParentCtl3D = False
      TabOrder = 3
      Visible = True
    end
    object DBDateTimeEditEh2: TDBDateTimeEditEh
      Left = 81
      Top = 248
      Width = 105
      Height = 19
      Ctl3D = False
      EditButtons = <>
      Kind = dtkDateEh
      ParentCtl3D = False
      TabOrder = 4
      Visible = True
    end
    object BitBtn3: TBitBtn
      Left = 64
      Top = 384
      Width = 75
      Height = 25
      Caption = #28165#31354
      TabOrder = 5
      OnClick = BitBtn3Click
    end
    object ComboBox1: TComboBox
      Left = 81
      Top = 112
      Width = 105
      Height = 21
      Style = csDropDownList
      Ctl3D = False
      ItemHeight = 13
      ParentCtl3D = False
      TabOrder = 6
    end
    object ComboBox3: TComboBox
      Left = 81
      Top = 146
      Width = 105
      Height = 21
      Style = csDropDownList
      Ctl3D = False
      ItemHeight = 13
      ParentCtl3D = False
      TabOrder = 7
    end
    object ComboBox4: TComboBox
      Left = 81
      Top = 181
      Width = 105
      Height = 21
      Style = csDropDownList
      Ctl3D = False
      ItemHeight = 13
      ParentCtl3D = False
      TabOrder = 8
    end
  end
end

⌨️ 快捷键说明

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