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

📄 fsave.dfm

📁 很好的源代码
💻 DFM
字号:
object FrmSave: TFrmSave
  Left = 293
  Top = 186
  Width = 870
  Height = 640
  Caption = 'Save Image'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDefault
  WindowState = wsMaximized
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 120
  TextHeight = 16
  object PnlTop: TPanel
    Left = 0
    Top = 0
    Width = 862
    Height = 65
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 0
    OnResize = PnlTopResize
    object LblFormat: TLabel
      Left = 10
      Top = 10
      Width = 42
      Height = 16
      Caption = '&Format'
      FocusControl = CBFormat
    end
    object LblQuality: TLabel
      Left = 10
      Top = 39
      Width = 41
      Height = 16
      Caption = '&Quality'
      FocusControl = EditQuality
    end
    object CBFormat: TComboBox
      Left = 59
      Top = 5
      Width = 198
      Height = 24
      Style = csDropDownList
      ItemHeight = 16
      TabOrder = 0
      OnChange = CBFormatChange
    end
    object EditQuality: TEdit
      Left = 59
      Top = 36
      Width = 149
      Height = 24
      TabOrder = 1
      Text = '75'
      OnChange = EditQualityChange
    end
    object UDQuality: TUpDown
      Left = 208
      Top = 36
      Width = 20
      Height = 29
      Associate = EditQuality
      Min = 1
      Position = 75
      TabOrder = 2
    end
    object TBQuality: TTrackBar
      Left = 261
      Top = 30
      Width = 228
      Height = 35
      Max = 100
      Min = 1
      PageSize = 5
      Position = 75
      TabOrder = 3
      OnChange = TBQualityChange
    end
  end
  object PnlBottom: TPanel
    Left = 0
    Top = 567
    Width = 862
    Height = 42
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 1
    object Bevel: TBevel
      Left = 0
      Top = 0
      Width = 862
      Height = 42
      Align = alClient
      Shape = bsTopLine
    end
    object BtnSave: TButton
      Left = 5
      Top = 6
      Width = 92
      Height = 31
      Caption = '&Save'
      Default = True
      TabOrder = 0
      OnClick = BtnSaveClick
    end
    object BtnCancel: TButton
      Left = 103
      Top = 6
      Width = 93
      Height = 31
      Cancel = True
      Caption = 'Cancel'
      ModalResult = 2
      TabOrder = 1
    end
  end
  inline FrameDualImage: TFrameDualImage
    Left = 0
    Top = 65
    Width = 862
    Height = 502
    Align = alClient
    TabOrder = 2
    inherited PnlOrig: TPanel
      Width = 356
      Height = 502
      inherited PnlOrigTop: TPanel
        Width = 348
        Height = 26
        Font.Height = -17
      end
      inherited SBOrig: TScrollBox
        Top = 30
        Width = 348
        Height = 404
        inherited ImgOriginal: TImage
          Width = 129
          Height = 129
        end
      end
      inherited PnlOrigBottom: TPanel
        Top = 434
        Width = 348
        Height = 64
        inherited LblOrigFormat: TLabel
          Left = 5
          Top = 5
          Font.Height = -15
        end
        inherited LblOrigSize: TLabel
          Left = 5
          Top = 25
          Font.Height = -15
        end
      end
    end
    inherited PnlCompressed: TPanel
      Left = 356
      Width = 506
      Height = 502
      inherited PnlCompressedTop: TPanel
        Width = 498
        Height = 26
        Font.Height = -17
      end
      inherited PnlCompressedBottom: TPanel
        Top = 434
        Width = 498
        Height = 64
        inherited LblCompressedQuality: TLabel
          Left = 5
          Top = 44
          Font.Height = -15
        end
        inherited LblCompressedSize: TLabel
          Left = 5
          Top = 25
          Font.Height = -15
        end
        inherited LblCompressedFormat: TLabel
          Left = 5
          Top = 5
          Font.Height = -15
        end
      end
      inherited SBCompressed: TScrollBox
        Top = 30
        Width = 498
        Height = 404
        inherited ImgCompressed: TImage
          Width = 129
          Height = 129
        end
      end
    end
  end
  object Timer: TTimer
    Enabled = False
    Interval = 500
    OnTimer = TimerTimer
    Left = 392
    Top = 28
  end
  object SaveDialog: TSaveDialog
    Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
    Title = 'Save Image File'
    Left = 420
    Top = 28
  end
end

⌨️ 快捷键说明

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