unit1.dfm

来自「这是一个股票盘后数据分析系统基础底层,已经实现了基本的K线图的重现,RIS线,均」· DFM 代码 · 共 46 行

DFM
46
字号
object Form1: TForm1
  Left = 192
  Top = 132
  Width = 870
  Height = 500
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Button1: TButton
    Left = 40
    Top = 16
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 0
    OnClick = Button1Click
  end
  object StringGrid1: TStringGrid
    Left = 432
    Top = 0
    Width = 305
    Height = 457
    TabOrder = 1
  end
  object Memo1: TMemo
    Left = 152
    Top = 8
    Width = 265
    Height = 321
    Lines.Strings = (
      'Memo1')
    TabOrder = 2
  end
  object OpenDialog1: TOpenDialog
    Left = 56
    Top = 80
  end
end

⌨️ 快捷键说明

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