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

📄 gifmain.dfm

📁 jvcl driver development envionment
💻 DFM
📖 第 1 页 / 共 5 页
字号:
      OnClick = AboutBtnClick
      SectionName = 'Help'
    end
  end
  object Pages: TPageControl
    Left = 168
    Top = 40
    Width = 191
    Height = 357
    ActivePage = OptionsTab
    TabOrder = 6
    object OptionsTab: TTabSheet
      Caption = 'Options'
      object Label1: TLabel
        Left = 16
        Top = 245
        Width = 101
        Height = 13
        Caption = 'Color Depth Method: '
        FocusControl = ColorDepthCombo
      end
      object ThumbnailsLabel: TJvLabel
        Left = 30
        Top = 27
        Width = 125
        Height = 26
        Caption = 'Thumbnails Reflect Image'#13#10'Position'
        FocusControl = ThumbnailsBox
        ShowFocus = True
        OnMouseDown = CheckLabelMouseDown
        AutoOpenURL = False
        HotTrackFont.Charset = DEFAULT_CHARSET
        HotTrackFont.Color = clWindowText
        HotTrackFont.Height = -11
        HotTrackFont.Name = 'MS Sans Serif'
        HotTrackFont.Style = []
        ImageIndex = 0
      end
      object AlwaysOnTopLabel: TJvLabel
        Left = 30
        Top = 99
        Width = 100
        Height = 26
        Caption = 'Main Dialog Window'#13#10'Always On Top'
        FocusControl = AlwaysOnTop
        ShowFocus = True
        OnMouseDown = CheckLabelMouseDown
        AutoOpenURL = False
        HotTrackFont.Charset = DEFAULT_CHARSET
        HotTrackFont.Color = clWindowText
        HotTrackFont.Height = -11
        HotTrackFont.Name = 'MS Sans Serif'
        HotTrackFont.Style = []
        ImageIndex = 0
      end
      object ColorDepthCombo: TComboBox
        Left = 16
        Top = 261
        Width = 153
        Height = 21
        Style = csDropDownList
        ItemHeight = 13
        TabOrder = 1
        OnChange = ColorDepthComboChange
        Items.Strings = (
          'Frequency of use'
          'Quantizing'
          'Truncate 7x8x4'
          'Truncate 6x6x6'
          'Tripel ')
      end
      object ThumbnailsBox: TCheckBox
        Left = 13
        Top = 31
        Width = 17
        Height = 17
        Checked = True
        State = cbChecked
        TabOrder = 0
        OnClick = ThumbnailsBoxClick
      end
      object FlatBtns: TCheckBox
        Left = 13
        Top = 67
        Width = 148
        Height = 17
        Caption = 'Flat Toolbar Buttons '
        Checked = True
        State = cbChecked
        TabOrder = 2
        OnClick = FlatBtnsClick
      end
      object AlwaysOnTop: TCheckBox
        Left = 13
        Top = 103
        Width = 17
        Height = 17
        TabOrder = 3
        OnClick = AlwaysOnTopClick
      end
    end
    object AnimationTab: TTabSheet
      Caption = 'Animation'
      object Bevel6: TBevel
        Left = 106
        Top = 85
        Width = 69
        Height = 21
      end
      object Bevel3: TBevel
        Left = 106
        Top = 60
        Width = 69
        Height = 21
      end
      object Label2: TLabel
        Left = 7
        Top = 213
        Width = 90
        Height = 13
        Caption = '&Trailing Comment:  '
        FocusControl = TrailingComment
      end
      object Label4: TLabel
        Left = 7
        Top = 15
        Width = 86
        Height = 13
        Caption = 'Animation Width:  '
      end
      object Label5: TLabel
        Left = 7
        Top = 40
        Width = 89
        Height = 13
        Caption = 'Animation Height:  '
      end
      object Bevel1: TBevel
        Left = 106
        Top = 11
        Width = 69
        Height = 21
      end
      object Bevel2: TBevel
        Left = 106
        Top = 35
        Width = 69
        Height = 21
      end
      object ScreenW: TLabel
        Left = 111
        Top = 14
        Width = 58
        Height = 15
        AutoSize = False
        Caption = '0'
      end
      object ScreenH: TLabel
        Left = 111
        Top = 38
        Width = 58
        Height = 15
        AutoSize = False
        Caption = '0'
      end
      object Label6: TLabel
        Left = 7
        Top = 64
        Width = 69
        Height = 13
        Caption = 'Image Count:  '
      end
      object ImageCount: TLabel
        Left = 111
        Top = 63
        Width = 58
        Height = 15
        AutoSize = False
        Caption = '0'
      end
      object Label7: TLabel
        Left = 7
        Top = 114
        Width = 94
        Height = 13
        Caption = '&Background Color:  '
        FocusControl = BackColor
      end
      object Label14: TLabel
        Left = 7
        Top = 89
        Width = 64
        Height = 13
        Caption = 'GIF Version:  '
      end
      object GIFVersion: TLabel
        Left = 111
        Top = 88
        Width = 58
        Height = 15
        AutoSize = False
        Caption = '87a'
      end
      object LoopLbl: TJvLabel
        Left = 27
        Top = 167
        Width = 75
        Height = 14
        Caption = '&Repeat Count: '
        Enabled = False
        FocusControl = RepeatCnt
        AutoOpenURL = False
        HotTrackFont.Charset = DEFAULT_CHARSET
        HotTrackFont.Color = clWindowText
        HotTrackFont.Height = -11
        HotTrackFont.Name = 'MS Sans Serif'
        HotTrackFont.Style = []
        ImageIndex = 0
      end
      object TrailingComment: TMemo
        Left = 4
        Top = 229
        Width = 176
        Height = 96
        ScrollBars = ssVertical
        TabOrder = 1
        OnChange = CommentChange
      end
      object BackColor: TJvComboEdit
        Left = 106
        Top = 110
        Width = 69
        Height = 21
        ButtonWidth = 17
        Color = clBlack
        DirectInput = False
        ImageKind = ikEllipsis
        TabOrder = 0
        OnButtonClick = BackColorButtonClick
      end
      object RepeatCntBtn: TUpDown
        Left = 161
        Top = 163
        Width = 15
        Height = 21
        Associate = RepeatCnt
        Enabled = False
        Max = 30000
        TabOrder = 2
      end
      object RepeatCnt: TEdit
        Left = 106
        Top = 163
        Width = 55
        Height = 21
        CharCase = ecUpperCase
        Enabled = False
        MaxLength = 5
        TabOrder = 3
        Text = '0'
        OnChange = LoopChange
      end
      object LoopBox: TCheckBox
        Left = 4
        Top = 140
        Width = 97
        Height = 17
        Caption = '&Looping'
        TabOrder = 4
        OnClick = LoopChange
      end
      object RepeatForever: TCheckBox
        Left = 27
        Top = 191
        Width = 97
        Height = 17
        Caption = 'Repeat &Forever'
        Enabled = False
        TabOrder = 5
        OnClick = LoopChange
      end
    end
    object ImageTab: TTabSheet
      Caption = 'Image'
      object Bevel4: TBevel
        Left = 108
        Top = 7
        Width = 69
        Height = 21
      end
      object Label3: TLabel
        Left = 6
        Top = 238
        Width = 85
        Height = 13
        Caption = 'Image Comment:  '
        FocusControl = FrameComment
      end
      object Label8: TLabel
        Left = 6
        Top = 11
        Width = 69
        Height = 13
        Caption = 'Image Width:  '
      end
      object FrameW: TLabel
        Left = 113

⌨️ 快捷键说明

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