mainut.~dfm
来自「读取大智慧股票软件中的日线数据进行分析的源代码。代码仅有读取数据部分」· ~DFM 代码 · 共 71 行
~DFM
71 行
object MainFm: TMainFm
Left = 192
Top = 131
BorderStyle = bsSingle
Caption = 'MainFm'
ClientHeight = 448
ClientWidth = 688
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 504
Top = 176
Width = 42
Height = 13
Caption = 'Label1'
end
object Label2: TLabel
Left = 504
Top = 208
Width = 42
Height = 13
Caption = 'Label2'
end
object Memo1: TMemo
Left = 40
Top = 40
Width = 345
Height = 377
Lines.Strings = (
'Memo1')
ScrollBars = ssBoth
TabOrder = 0
end
object Edit1: TEdit
Left = 504
Top = 48
Width = 121
Height = 21
TabOrder = 1
Text = 'Edit1'
end
object Button1: TButton
Left = 504
Top = 128
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 2
OnClick = Button1Click
end
object ListBox1: TListBox
Left = 480
Top = 272
Width = 121
Height = 97
ItemHeight = 13
TabOrder = 3
end
object OpenDialog1: TOpenDialog
Left = 504
Top = 96
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?