unitshujuyuan.dfm

来自「这是一个用Delphi开发的读取K线的股票分析系统」· DFM 代码 · 共 53 行

DFM
53
字号
object FormShuJuYuanSheZhi: TFormShuJuYuanSheZhi
  Left = 290
  Top = 231
  Width = 456
  Height = 205
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = '数据源设置'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -18
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnShow = FormShow
  PixelsPerInch = 120
  TextHeight = 18
  object LabelRiXian: TLabel
    Left = 19
    Top = 25
    Width = 198
    Height = 18
    Caption = '请输入数据文件存取路径'
  end
  object ButtonBaoCun: TButton
    Left = 73
    Top = 107
    Width = 121
    Height = 32
    Caption = '保存(&S)'
    TabOrder = 0
    OnClick = ButtonBaoCunClick
  end
  object ButtonClose: TButton
    Left = 226
    Top = 107
    Width = 109
    Height = 32
    Caption = '关闭(&C)'
    ModalResult = 1
    TabOrder = 1
    OnClick = ButtonCloseClick
  end
  object EditRiXianShuJu: TEdit
    Left = 19
    Top = 55
    Width = 368
    Height = 26
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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