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

📄 initdata.dfm

📁 这是一个股票盘后数据分析系统基础底层,已经实现了基本的K线图的重现,RIS线,均线图的重现, 是在一个台湾高手发布的原码上修改的,现在支持通达信的股票数据格式.
💻 DFM
字号:
object InitDataForm: TInitDataForm
  Left = 517
  Top = 202
  BorderStyle = bsSingle
  Caption = #25968#25454#21021#22987#21270
  ClientHeight = 195
  ClientWidth = 245
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnPaint = FormPaint
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 143
    Height = 15
    Caption = #27491#22312#35835#20837#28145#24066'K'#32447#20449#24687
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object FlatGauge1: TFlatGauge
    Left = 20
    Top = 48
    Width = 201
    Height = 25
    AdvColorBorder = 0
    Transparent = True
    UseAdvColors = True
    ColorBorder = 12615680
    Progress = 0
  end
  object Label2: TLabel
    Left = 16
    Top = 88
    Width = 143
    Height = 15
    Caption = #27491#22312#35835#20837#27896#24066'K'#32447#20449#24687
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object FlatGauge2: TFlatGauge
    Left = 20
    Top = 120
    Width = 201
    Height = 25
    AdvColorBorder = 0
    Transparent = True
    UseAdvColors = True
    ColorBorder = 55552
    BarColor = 55552
    Progress = 0
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 171
    Width = 245
    Height = 24
    Panels = <>
  end
  object BitBtn1: TBitBtn
    Left = 88
    Top = 168
    Width = 75
    Height = 41
    Caption = #30331#24405
    TabOrder = 1
    Visible = False
    OnClick = BitBtn1Click
  end
  object IdAntiFreeze1: TIdAntiFreeze
    IdleTimeOut = 200
    OnlyWhenIdle = False
    Left = 208
    Top = 144
  end
  object WorkQuery: TADOQuery
    Connection = MC
    Parameters = <>
    Left = 200
    Top = 8
  end
  object MC: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=.\StockInfo.mdb;Per' +
      'sist Security Info=False'
    LoginPrompt = False
    Mode = cmShareDenyNone
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 200
    Top = 88
  end
end

⌨️ 快捷键说明

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