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

📄 gifmain.dfm

📁 jvcl driver development envionment
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object AnimatorForm: TAnimatorForm
  Left = 370
  Top = 120
  AutoScroll = False
  BorderIcons = [biSystemMenu, biMinimize]
  ClientHeight = 421
  ClientWidth = 366
  Color = clBtnFace
  DefaultMonitor = dmDesktop
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = True
  Position = poDesktopCenter
  Scaled = False
  OnActivate = FormActivate
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnKeyPress = FormKeyPress
  OnShow = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel: TBevel
    Left = 4
    Top = 40
    Width = 157
    Height = 357
    Shape = bsFrame
  end
  object Frame1Lbl: TLabel
    Left = 12
    Top = 119
    Width = 39
    Height = 13
    Caption = 'Frame #'
    Transparent = True
    Visible = False
  end
  object Frame2Lbl: TLabel
    Tag = 1
    Left = 12
    Top = 206
    Width = 39
    Height = 13
    Caption = 'Frame #'
    Transparent = True
    Visible = False
  end
  object Frame3Lbl: TLabel
    Tag = 2
    Left = 12
    Top = 292
    Width = 39
    Height = 13
    Caption = 'Frame #'
    Transparent = True
    Visible = False
  end
  object Frame4Lbl: TLabel
    Tag = 3
    Left = 12
    Top = 379
    Width = 39
    Height = 13
    Caption = 'Frame #'
    Transparent = True
    Visible = False
  end
  object No1: TLabel
    Left = 62
    Top = 119
    Width = 24
    Height = 13
    Alignment = taRightJustify
    Caption = '2000'
    Visible = False
  end
  object No2: TLabel
    Tag = 1
    Left = 62
    Top = 206
    Width = 24
    Height = 13
    Alignment = taRightJustify
    Caption = '2000'
    Visible = False
  end
  object No3: TLabel
    Tag = 2
    Left = 62
    Top = 292
    Width = 24
    Height = 13
    Alignment = taRightJustify
    Caption = '2000'
    Visible = False
  end
  object No4: TLabel
    Tag = 3
    Left = 62
    Top = 379
    Width = 24
    Height = 13
    Alignment = taRightJustify
    Caption = '2000'
    Visible = False
  end
  object Status: TLabel
    Left = 8
    Top = 403
    Width = 152
    Height = 13
    AutoSize = False
    Transparent = True
  end
  object JvSpeedbar: TJvSpeedBar
    Left = 0
    Top = 0
    Width = 366
    Height = 31
    ParentFont = True
    BoundLines = [blBottom]
    Options = [sbFlatBtns, sbGrayedBtns]
    BtnOffsetHorz = 3
    BtnOffsetVert = 3
    BtnWidth = 24
    BtnHeight = 23
    IniStorage = Storage
    Images = ToolbarImages
    BevelOuter = bvNone
    TabOrder = 4
    OnDblClick = SpeedBarDblClick
    InternalVer = 1
    object SpeedbarSection1: TJvSpeedBarSection
      Caption = 'File'
    end
    object SpeedbarSection2: TJvSpeedBarSection
      Caption = 'Edit'
    end
    object SpeedbarSection3: TJvSpeedBarSection
      Caption = 'Image'
    end
    object SpeedbarSection4: TJvSpeedBarSection
      Caption = 'Help'
    end
    object NewBtn: TJvSpeedItem
      Caption = 'New'
      Hint = 'New|'
      ImageIndex = 8
      Spacing = 1
      Left = 11
      Top = 3
      Visible = True
      OnClick = NewBtnClick
      SectionName = 'File'
    end
    object OpenBtn: TJvSpeedItem
      Caption = 'Open'
      Hint = 'Open|'
      ImageIndex = 9
      Spacing = 1
      Left = 35
      Top = 3
      Visible = True
      OnClick = OpenBtnClick
      SectionName = 'File'
    end
    object SaveBtn: TJvSpeedItem
      Caption = 'Save'
      Enabled = False
      Hint = 'Save|'
      ImageIndex = 12
      Spacing = 1
      Left = 59
      Top = 3
      Visible = True
      OnClick = SaveBtnClick
      SectionName = 'File'
    end
    object SaveAsBtn: TJvSpeedItem
      Caption = 'SaveAs'
      Enabled = False
      Hint = 'SaveAs|'
      ImageIndex = 13
      Spacing = 1
      Left = 83
      Top = 3
      Visible = True
      OnClick = SaveAsBtnClick
      SectionName = 'File'
    end
    object InsertBtn: TJvSpeedItem
      Caption = 'Insert'
      Hint = 'Insert|'
      ImageIndex = 5
      Spacing = 1
      Left = 107
      Top = 3
      Visible = True
      OnClick = InsertBtnClick
      SectionName = 'File'
    end
    object CutBtn: TJvSpeedItem
      Caption = 'Cut'
      Enabled = False
      Hint = 'Cut|'
      ImageIndex = 3
      Spacing = 1
      Left = 139
      Top = 3
      Visible = True
      OnClick = CutBtnClick
      SectionName = 'Edit'
    end
    object CopyBtn: TJvSpeedItem
      Caption = 'Copy'
      Enabled = False
      Hint = 'Copy|'
      ImageIndex = 2
      Spacing = 1
      Left = 163
      Top = 3
      Visible = True
      OnClick = CopyBtnClick
      SectionName = 'Edit'
    end
    object PasteBtn: TJvSpeedItem
      Caption = 'Paste'
      Enabled = False
      Hint = 'Paste|'
      ImageIndex = 10
      Spacing = 1
      Left = 187
      Top = 3
      Visible = True
      OnClick = PasteBtnClick
      SectionName = 'Edit'
    end
    object DeleteBtn: TJvSpeedItem
      Caption = 'Delete'
      Enabled = False
      Hint = 'Delete|'
      ImageIndex = 4
      Spacing = 1
      Left = 211
      Top = 3
      Visible = True
      OnClick = DeleteBtnClick
      SectionName = 'Edit'
    end
    object UpBtn: TJvSpeedItem
      Caption = 'Move Up'
      Enabled = False
      Hint = 'Move Up|'
      ImageIndex = 7
      Spacing = 1
      Left = 243
      Top = 3
      Visible = True
      OnClick = UpBtnClick
      SectionName = 'Image'
    end
    object DownBtn: TJvSpeedItem
      Caption = 'Move Down'
      Enabled = False
      Hint = 'Move Down|'
      ImageIndex = 6
      Spacing = 1
      Left = 267
      Top = 3
      Visible = True
      OnClick = DownBtnClick
      SectionName = 'Image'
    end
    object GrayscaleBtn: TJvSpeedItem
      Caption = 'Grayscale'
      Hint = 'Grayscale|'
      ImageIndex = 0
      Spacing = 1
      Left = 323
      Top = 3
      OnClick = GrayscaleBtnClick
      SectionName = 'Image'
    end
    object PreviewBtn: TJvSpeedItem
      Caption = 'Preview'
      Enabled = False
      Hint = 'Preview|'
      ImageIndex = 11
      Spacing = 1
      Left = 299
      Top = 3
      Visible = True
      OnClick = PreviewBtnClick
      SectionName = 'Image'
    end
    object AboutBtn: TJvSpeedItem
      Caption = 'About'
      Hint = 'About|'
      ImageIndex = 1
      Spacing = 1
      Left = 331
      Top = 3

⌨️ 快捷键说明

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