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

📄 controlsexamplemainformu.dfm

📁 jvcl driver development envionment
💻 DFM
📖 第 1 页 / 共 3 页
字号:
object ControlsExampleMainForm: TControlsExampleMainForm
  Left = 422
  Top = 169
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'Jv controls example'
  ClientHeight = 379
  ClientWidth = 491
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  ShowHint = True
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object JvStatusBar1: TJvStatusBar
    Left = 0
    Top = 360
    Width = 491
    Height = 19
    AutoHint = True
    Panels = <
      item
        Text = 'TJvStatusPanel has improved AutoHint property '
        Width = 240
      end
      item
        Width = 70
      end
      item
        Width = 50
      end>
    SimplePanel = False
  end
  object JvPageControl1: TJvPageControl
    Left = 0
    Top = 0
    Width = 491
    Height = 360
    ActivePage = TabSheet1
    Align = alClient
    TabOrder = 1
    ClientBorderWidth = 0
    HideAllTabs = True
    object TabSheet1: TTabSheet
      Caption = 'TabSheet1'
      object Bevel1: TBevel
        Left = 0
        Top = 0
        Width = 491
        Height = 340
        Align = alClient
        Shape = bsFrame
      end
      object Label1: TLabel
        Left = 8
        Top = 8
        Width = 372
        Height = 13
        Hint = 'This is a label'
        Caption = 
          'TJvPageControl can hide tabs (HideTabs property) and set its cli' +
          'ent border size'
      end
      object Label3: TLabel
        Left = 160
        Top = 240
        Width = 280
        Height = 13
        Caption = 'TJvTrackBar has ToolTips property to show custom tooltips'
      end
      object JvTrackBar1: TJvTrackBar
        Left = 159
        Top = 264
        Width = 281
        Height = 33
        Hint = 'JvTrackBar1'
        Anchors = [akTop, akRight, akBottom]
        Max = 500
        Orientation = trHorizontal
        PageSize = 10
        Frequency = 10
        Position = 0
        SelEnd = 0
        SelStart = 0
        TabOrder = 0
        TickMarks = tmBottomRight
        TickStyle = tsAuto
        ToolTips = True
        OnToolTip = JvTrackBar1ToolTip
      end
      object Button1: TButton
        Left = 398
        Top = 320
        Width = 75
        Height = 25
        Caption = 'Next >'
        TabOrder = 1
        OnClick = Button1Click
      end
    end
    object TabSheet2: TTabSheet
      Caption = 'TabSheet2'
      ImageIndex = 1
      object Bevel2: TBevel
        Left = 0
        Top = 0
        Width = 491
        Height = 340
        Align = alClient
        Shape = bsFrame
      end
      object JvImgBtn1: TJvImgBtn
        Left = 16
        Top = 8
        Width = 75
        Height = 25
        TabOrder = 0
        HotTrackFont.Charset = DEFAULT_CHARSET
        HotTrackFont.Color = clWindowText
        HotTrackFont.Height = -11
        HotTrackFont.Name = 'MS Sans Serif'
        HotTrackFont.Style = []
        Kind = bkClose
      end
      object JvImgBtn2: TJvImgBtn
        Left = 16
        Top = 48
        Width = 75
        Height = 57
        Caption = 'Accepts|multiline|text'
        TabOrder = 1
        HotTrackFont.Charset = DEFAULT_CHARSET
        HotTrackFont.Color = clWindowText
        HotTrackFont.Height = -11
        HotTrackFont.Name = 'MS Sans Serif'
        HotTrackFont.Style = []
      end
      object JvImgBtn5: TJvImgBtn
        Left = 232
        Top = 8
        Width = 75
        Height = 25
        Caption = 'Animated'
        TabOrder = 2
        Animate = True
        AnimateFrames = 2
        HotTrackFont.Charset = DEFAULT_CHARSET
        HotTrackFont.Color = clWindowText
        HotTrackFont.Height = -11
        HotTrackFont.Name = 'MS Sans Serif'
        HotTrackFont.Style = []
        Images = ImageList1
        ImageIndex = 0
      end
      object JvImgBtn3: TJvImgBtn
        Left = 104
        Top = 8
        Width = 75
        Height = 25
        Caption = 'JvImgBtn'
        TabOrder = 3
        HotTrackFont.Charset = DEFAULT_CHARSET
        HotTrackFont.Color = clWindowText
        HotTrackFont.Height = -11
        HotTrackFont.Name = 'MS Sans Serif'
        HotTrackFont.Style = []
        Images = ImageList1
        ImageIndex = 0
        Layout = blImageRight
      end
      object JvImgBtn4: TJvImgBtn
        Left = 16
        Top = 128
        Width = 75
        Height = 57
        Caption = 'Accepts|multiline|text'
        TabOrder = 4
        HotTrackFont.Charset = DEFAULT_CHARSET
        HotTrackFont.Color = clWindowText
        HotTrackFont.Height = -11
        HotTrackFont.Name = 'MS Sans Serif'
        HotTrackFont.Style = []
        Images = ImageList1
        ImageIndex = 8
      end
      object Button2: TButton
        Left = 400
        Top = 320
        Width = 75
        Height = 25
        Caption = '< Previous'
        TabOrder = 5
        OnClick = Button2Click
      end
      object JvImgBtn6: TJvImgBtn
        Left = 104
        Top = 48
        Width = 75
        Height = 57
        Caption = 'Handles|mouse|events'
        TabOrder = 6
        HotTrackFont.Charset = DEFAULT_CHARSET

⌨️ 快捷键说明

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