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

📄 inout_table.dfm

📁 这是用delphi开发的一个物资管理信息系统
💻 DFM
字号:
object inout_tablefrm: Tinout_tablefrm
  Left = 53
  Top = 60
  Width = 747
  Height = 510
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #20986#20837#24211#20449#24687#22270#34920
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid2: TDBGrid
    Left = 8
    Top = 8
    Width = 713
    Height = 185
    Color = clMenu
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DBChart1: TDBChart
    Left = 16
    Top = 216
    Width = 689
    Height = 217
    BackWall.Brush.Color = clWhite
    Title.Font.Charset = GB2312_CHARSET
    Title.Font.Color = clBlack
    Title.Font.Height = -29
    Title.Font.Name = #26999#20307'_GB2312'
    Title.Font.Style = [fsBold]
    Title.Text.Strings = (
      #20986#20837#24211#20449#24687#34920)
    BottomAxis.Title.Caption = #29289#21697#21517
    DepthAxis.Title.Caption = #29289#21697#32534#30721
    LeftAxis.Title.Angle = 0
    LeftAxis.Title.Caption = #25968#37327
    LeftAxis.TitleSize = 5
    View3DOptions.Elevation = 315
    View3DOptions.Orthogonal = False
    View3DOptions.Perspective = 0
    View3DOptions.Rotation = 360
    TabOrder = 1
    object Series1: TBarSeries
      ColorEachPoint = True
      Marks.ArrowLength = 8
      Marks.Visible = True
      DataSource = Table1
      SeriesColor = clRed
      XLabelsSource = #29289#21697#21517#31216
      XValues.DateTime = False
      XValues.Name = 'X'
      XValues.Multiplier = 1.000000000000000000
      XValues.Order = loAscending
      YValues.DateTime = False
      YValues.Name = 'Bar'
      YValues.Multiplier = 1.000000000000000000
      YValues.Order = loNone
      YValues.ValueSource = #29289#21697#25968#37327
    end
  end
  object BitBtn1: TBitBtn
    Left = 616
    Top = 448
    Width = 75
    Height = 25
    Cursor = crHandPoint
    Hint = #36820#22238
    Caption = #36820#22238
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    ParentShowHint = False
    ShowHint = True
    TabOrder = 2
    OnClick = BitBtn1Click
    Kind = bkCancel
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 168
    Top = 56
  end
  object Table1: TTable
    DatabaseName = 'xwy'
    TableName = 'dbo.LIST_INFO'
    Left = 232
    Top = 72
  end
end

⌨️ 快捷键说明

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