?? kxianmain.dfm
字號:
object FormKXianMain: TFormKXianMain
Left = 273
Top = 145
Width = 618
Height = 303
ActiveControl = EditCode
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'K線圖之星'
Color = clBlack
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋體'
Font.Style = []
Menu = MainFormMenu
OldCreateOrder = False
WindowState = wsMaximized
OnActivate = PaintBoxMainPaint
OnShow = FormShow
PixelsPerInch = 120
TextHeight = 14
object PaintBoxMain: TPaintBox
Left = 0
Top = 0
Width = 610
Height = 207
Align = alClient
Color = clBlack
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = '宋體'
Font.Style = []
ParentColor = False
ParentFont = False
OnMouseDown = PaintBoxMainMouseDown
OnPaint = PaintBoxMainPaint
end
object PanelMain: TPanel
Left = 0
Top = 207
Width = 610
Height = 40
Align = alBottom
TabOrder = 0
object LabelCode: TLabel
Left = 372
Top = 11
Width = 98
Height = 14
Anchors = [akRight, akBottom]
Caption = '請輸入證券代碼'
end
object EditCode: TEdit
Left = 479
Top = 5
Width = 120
Height = 25
Anchors = [akRight, akBottom]
BiDiMode = bdRightToLeft
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = '宋體'
Font.Style = []
MaxLength = 6
ParentBiDiMode = False
ParentFont = False
TabOrder = 0
OnKeyDown = EditCodeKeyDown
end
end
object MainFormMenu: TMainMenu
Left = 88
Top = 8
object NXiTongGongJu: TMenuItem
Caption = '系統工具(&T)'
object NShuJuYuanSheZhi: TMenuItem
Caption = '數據源設置(&D)'
OnClick = NShuJuYuanSheZhiClick
end
end
object NTuiChu: TMenuItem
Caption = '退出(&X)'
OnClick = NTuiChuClick
end
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -