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

📄 glxxfwrctj.dfm

📁 Delphi实战演练一书的配套光盘
💻 DFM
字号:
object GlxxFwrcTjFrm: TGlxxFwrcTjFrm
  Left = 149
  Top = 86
  Width = 617
  Height = 406
  Caption = '各类信息访问人次统计'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object DBChart1: TDBChart
    Left = 32
    Top = 16
    Width = 536
    Height = 316
    BackWall.Brush.Color = clWhite
    BackWall.Brush.Style = bsClear
    Gradient.EndColor = 8421440
    Gradient.Visible = True
    Title.Font.Charset = GB2312_CHARSET
    Title.Font.Color = clBlue
    Title.Font.Height = -16
    Title.Font.Name = '幼圆'
    Title.Font.Style = []
    Title.Text.Strings = (
      '各类信息访问人次统计')
    LeftAxis.Title.Font.Charset = GB2312_CHARSET
    LeftAxis.Title.Font.Color = clBlack
    LeftAxis.Title.Font.Height = -13
    LeftAxis.Title.Font.Name = '幼圆'
    LeftAxis.Title.Font.Style = []
    Legend.Font.Charset = GB2312_CHARSET
    Legend.Font.Color = clBlack
    Legend.Font.Height = -14
    Legend.Font.Name = '幼圆'
    Legend.Font.Style = []
    Legend.TextStyle = ltsRightValue
    View3D = False
    TabOrder = 0
    object Series1: TBarSeries
      Marks.ArrowLength = 20
      Marks.Font.Charset = GB2312_CHARSET
      Marks.Font.Color = clBlack
      Marks.Font.Height = -12
      Marks.Font.Name = '幼圆'
      Marks.Font.Style = []
      Marks.Visible = True
      DataSource = DataSource1
      SeriesColor = clBlue
      BarStyle = bsRectGradient
      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 = 
        '人才招聘;求职;人才交流中心;二手汽车;汽车驾校;汽车保养;汽车维修;' +
        '加油站;汽车租赁;汽车市场;房屋租赁;写字楼租赁'
    end
  end
  object BitBtn1: TBitBtn
    Left = 488
    Top = 344
    Width = 75
    Height = 25
    Caption = '退出'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '幼圆'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'xxx'
    TableName = 'ChaXuncs.db'
    Left = 24
    Top = 344
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 56
    Top = 344
  end
end

⌨️ 快捷键说明

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