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

📄 unitshujuyuan.~dfm

📁 delphi写的读股票K线源代码
💻 ~DFM
字号:
object FormShuJuYuanSheZhi: TFormShuJuYuanSheZhi
  Left = 313
  Top = 192
  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
  end
  object EditRiXianShuJu: TEdit
    Left = 19
    Top = 55
    Width = 368
    Height = 26
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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