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

📄 rxpictedit.dfm

📁 rx library V2.7.7a component use in delphi7 to delphi 2006
💻 DFM
字号:
object PictureEditDialog: TPictureEditDialog
  Left = 202
  Top = 102
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'Picture Editor'
  ClientHeight = 335
  ClientWidth = 353
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = [fsBold]
  PixelsPerInch = 96
  Position = poScreenCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  TextHeight = 13
  object UsePreviewBox: TCheckBox
    Left = 7
    Top = 270
    Width = 339
    Height = 14
    Caption = ' &Use preview dialog box '
    TabOrder = 1
  end
  object OKButton: TButton
    Left = 105
    Top = 306
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 3
  end
  object CancelButton: TButton
    Left = 188
    Top = 306
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 4
  end
  object HelpBtn: TButton
    Left = 271
    Top = 306
    Width = 75
    Height = 25
    Caption = '&Help'
    TabOrder = 5
    OnClick = HelpBtnClick
  end
  object GroupBox: TGroupBox
    Left = 7
    Top = 3
    Width = 339
    Height = 262
    TabOrder = 0
    object Bevel: TBevel
      Left = 9
      Top = 15
      Width = 237
      Height = 237
    end
    object PathsBtn: TRxSpeedButton
      Left = 307
      Top = 186
      Width = 22
      Height = 25
      DropDownMenu = PathsMenu
      Enabled = False
    end
    object ImagePanel: TPanel
      Left = 10
      Top = 16
      Width = 235
      Height = 235
      BevelOuter = bvNone
      BorderWidth = 5
      BorderStyle = bsSingle
      Color = clWindow
      Ctl3D = True
      ParentCtl3D = False
      TabOrder = 0
      object ImagePaintBox: TPaintBox
        Left = 5
        Top = 5
        Width = 223
        Height = 223
        Align = alClient
        OnPaint = ImagePaintBoxPaint
      end
    end
    object Load: TButton
      Left = 254
      Top = 16
      Width = 75
      Height = 25
      Caption = '&Load...'
      TabOrder = 1
      OnClick = LoadClick
    end
    object Save: TButton
      Left = 254
      Top = 49
      Width = 75
      Height = 25
      Caption = '&Save...'
      TabOrder = 2
      OnClick = SaveClick
    end
    object Clear: TButton
      Left = 254
      Top = 146
      Width = 75
      Height = 25
      Caption = 'Cl&ear'
      TabOrder = 5
      OnClick = ClearClick
    end
    object Copy: TButton
      Left = 254
      Top = 81
      Width = 75
      Height = 25
      Caption = '&Copy'
      TabOrder = 3
      OnClick = CopyClick
    end
    object Paste: TButton
      Left = 254
      Top = 114
      Width = 75
      Height = 25
      Caption = '&Paste'
      TabOrder = 4
      OnClick = PasteClick
    end
    object Paths: TButton
      Left = 254
      Top = 186
      Width = 53
      Height = 25
      Caption = 'P&aths'
      TabOrder = 6
      OnClick = PathsClick
    end
  end
  object DecreaseBox: TCheckBox
    Left = 7
    Top = 287
    Width = 339
    Height = 14
    Caption = ' &Decrease to 16 colors when paste '
    State = cbChecked
    TabOrder = 2
  end
  object FormStorage: TFormStorage
    IniFileName = 'DELPHI.INI'
    IniSection = 'RX.ImageEditor'
    Options = [fpPosition]
    OnSavePlacement = FormStorageSavePlacement
    OnRestorePlacement = FormStorageRestorePlacement
    StoredProps.Strings = (
      'UsePreviewBox.Checked'
      'DecreaseBox.Checked')
    Left = 32
    Top = 30
  end
  object PathsMenu: TPopupMenu
    Alignment = paRight
    OnPopup = PathsMenuPopup
    Left = 60
    Top = 30
  end
  object PathsMRU: TMRUManager
    Capacity = 30
    IniStorage = FormStorage
    ShowAccelChar = False
    OnChange = PathsMRUChange
    OnClick = PathsMRUClick
    Left = 88
    Top = 30
  end
end

⌨️ 快捷键说明

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