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

📄 mainform.dfm

📁 jvcl driver development envionment
💻 DFM
字号:
object frmMain: TfrmMain
  Left = 192
  Top = 107
  Width = 351
  Height = 421
  Caption = 'JvFullColorDialog demo'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel: TBevel
    Left = 16
    Top = 48
    Width = 108
    Height = 108
    Style = bsRaised
  end
  object Image: TImage
    Left = 20
    Top = 52
    Width = 100
    Height = 100
  end
  object LabelImage: TLabel
    Left = 24
    Top = 16
    Width = 35
    Height = 13
    Caption = 'Image :'
    Layout = tlCenter
  end
  object Memo: TMemo
    Left = 8
    Top = 160
    Width = 129
    Height = 65
    Alignment = taCenter
    BorderStyle = bsNone
    Lines.Strings = (
      'Original image')
    ParentColor = True
    TabOrder = 0
    OnKeyDown = MemoKeyDown
    OnKeyPress = MemoKeyPress
  end
  object ComboBoxFileName: TComboBox
    Left = 72
    Top = 16
    Width = 121
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 1
    OnClick = ComboBoxFileNameClick
  end
  object JvFullColorCircleDialog: TJvFullColorCircleDialog
    HelpContext = 0
    OnApply = JvFullColorCircleDialogApply
    Left = 184
    Top = 80
  end
end

⌨️ 快捷键说明

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