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

📄 gdregionselector.dfm

📁 DELPHI皮肤,让你的界面更精典. 可以自己画皮肤,运行速度更快.
💻 DFM
字号:
object RegionSelector: TRegionSelector
  Left = 255
  Top = 196
  Width = 390
  Height = 355
  BorderStyle = bsSizeToolWin
  BorderWidth = 5
  Caption = 'Region Selector'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 368
    Top = 0
    Width = 4
    Height = 284
    Align = alRight
  end
  object ScrollBox1: TScrollBox
    Left = 0
    Top = 0
    Width = 368
    Height = 284
    HorzScrollBar.Style = ssHotTrack
    VertScrollBar.Style = ssHotTrack
    Align = alClient
    Ctl3D = False
    ParentCtl3D = False
    TabOrder = 0
    object Image1: TImage
      Left = 0
      Top = 0
      Width = 370
      Height = 282
      Cursor = crCross
      AutoSize = True
      OnMouseDown = Image1MouseDown
      OnMouseMove = Image1MouseMove
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 284
    Width = 372
    Height = 34
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 1
    DesignSize = (
      372
      34)
    object Button1: TButton
      Left = 307
      Top = 7
      Width = 59
      Height = 22
      Anchors = [akRight, akBottom]
      Cancel = True
      Caption = 'Cancel'
      ModalResult = 2
      TabOrder = 0
    end
    object Button2: TButton
      Left = 241
      Top = 7
      Width = 59
      Height = 22
      Anchors = [akRight, akBottom]
      Caption = 'OK'
      Default = True
      ModalResult = 1
      TabOrder = 1
    end
    object Zoomer_Check: TCheckBox
      Left = 0
      Top = 8
      Width = 97
      Height = 17
      Caption = 'Zoomer'
      TabOrder = 2
      OnClick = Zoomer_CheckClick
    end
  end
end

⌨️ 快捷键说明

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