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

📄 stock_unit.dfm

📁 通视卡接收股票delphi7演示版,用delphi 7编写
💻 DFM
字号:
object Stock1Form: TStock1Form
  Left = 192
  Top = 148
  Width = 544
  Height = 264
  HorzScrollBar.Position = 275
  VertScrollBar.Position = 241
  Caption = #36890#35270#25509#25910#28436#31034#31243#24207
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = #26032#23435#20307
  Font.Style = []
  OldCreateOrder = False
  WindowState = wsMaximized
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 15
  object LBase: TLabel
    Left = -19
    Top = -233
    Width = 96
    Height = 15
    Caption = #22522#26412#36164#26009#20107#20214
  end
  object LNews: TLabel
    Left = 288
    Top = -233
    Width = 96
    Height = 15
    Caption = #20844#21578#26032#38395#20107#20214
  end
  object memo1: TMemo
    Left = -275
    Top = -241
    Width = 249
    Height = 105
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    Lines.Strings = (
      'Memo1')
    ReadOnly = True
    ScrollBars = ssBoth
    TabOrder = 0
    WordWrap = False
  end
  object BtnSetup: TButton
    Left = 429
    Top = 191
    Width = 65
    Height = 25
    Caption = #35774#32622
    Enabled = False
    TabOrder = 1
    OnClick = BtnSetupClick
  end
  object BtnReceive: TButton
    Left = 421
    Top = 143
    Width = 97
    Height = 25
    Caption = #21551#21160#25509#25910#31995#32479
    TabOrder = 2
    OnClick = BtnReceiveClick
  end
  object ReportGrid: TStringGrid
    Left = -267
    Top = 25
    Width = 425
    Height = 279
    Align = alCustom
    ColCount = 6
    DefaultColWidth = 40
    RowCount = 11
    FixedRows = 0
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSizing, goColSizing]
    TabOrder = 3
    ColWidths = (
      40
      61
      56
      85
      92
      80)
  end
  object MinGrid: TStringGrid
    Left = -267
    Top = -129
    Width = 241
    Height = 153
    Align = alCustom
    ColCount = 3
    RowCount = 6
    FixedRows = 0
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSizing, goColSizing]
    TabOrder = 4
    ColWidths = (
      64
      77
      92)
  end
  object HisGrid: TStringGrid
    Left = 157
    Top = 24
    Width = 265
    Height = 280
    Align = alCustom
    ColCount = 3
    RowCount = 11
    FixedRows = 0
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSizing, goColSizing]
    TabOrder = 5
    ColWidths = (
      64
      92
      92)
  end
  object Base: TMemo
    Left = -27
    Top = -209
    Width = 305
    Height = 233
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    Lines.Strings = (
      'Base')
    ReadOnly = True
    ScrollBars = ssBoth
    TabOrder = 6
  end
  object News: TMemo
    Left = 280
    Top = -209
    Width = 238
    Height = 233
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    Lines.Strings = (
      'News')
    ScrollBars = ssBoth
    TabOrder = 7
  end
  object Button1: TButton
    Left = 432
    Top = 96
    Width = 75
    Height = 25
    Caption = #20851#20110
    TabOrder = 8
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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