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

📄 kaformimageeditor.dfm

📁 可以用任何 bitmap 當成 form 的外型 delphi 3.0, 4.0, 5.0, 6.0, 7.0 適用
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object ColorEditForm: TColorEditForm
  Left = 400
  Top = 232
  BorderIcons = [biMinimize, biMaximize]
  BorderStyle = bsDialog
  Caption = 'Choose Invisible colors'
  ClientHeight = 352
  ClientWidth = 569
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  OnKeyDown = FormKeyDown
  OnKeyPress = FormKeyPress
  OnKeyUp = FormKeyUp
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 400
    Top = 8
    Width = 64
    Height = 13
    Caption = 'Current Color:'
  end
  object Image2: TImage
    Left = 489
    Top = 161
    Width = 16
    Height = 17
    Visible = False
  end
  object Label1: TLabel
    Left = 8
    Top = 335
    Width = 41
    Height = 13
    Caption = 'SHIFT-'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 110
    Top = 335
    Width = 37
    Height = 13
    Caption = 'CTRL-'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label4: TLabel
    Left = 215
    Top = 335
    Width = 28
    Height = 13
    Caption = 'ALT-'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label5: TLabel
    Left = 52
    Top = 335
    Width = 47
    Height = 13
    Caption = 'Zoom In'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clMaroon
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label6: TLabel
    Left = 149
    Top = 335
    Width = 56
    Height = 13
    Caption = 'Zoom Out'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clMaroon
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label7: TLabel
    Left = 245
    Top = 335
    Width = 28
    Height = 13
    Caption = 'Drag'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clMaroon
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object ScrollBox1: TScrollBox
    Left = 6
    Top = 8
    Width = 387
    Height = 321
    HorzScrollBar.Smooth = True
    VertScrollBar.Smooth = True
    VertScrollBar.Tracking = True
    AutoScroll = False
    TabOrder = 7
    object Image1: TImage
      Left = 0
      Top = 0
      Width = 383
      Height = 317
      Cursor = crCross
      Center = True
      Stretch = True
      OnClick = Image1Click
      OnMouseDown = Image1MouseDown
      OnMouseMove = Image1MouseMove
    end
  end
  object Button1: TButton
    Left = 400
    Top = 293
    Width = 81
    Height = 25
    Caption = '&Clear All'
    TabOrder = 4
    OnClick = Button1Click
  end
  object Panel100: TPanel
    Left = 486
    Top = 24
    Width = 79
    Height = 25
    Caption = 'Invisible'
    Color = 10592931
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 8
    OnDblClick = Panel100DblClick
  end
  object Panel200: TPanel
    Left = 400
    Top = 25
    Width = 81
    Height = 25
    Caption = '$000000'
    Color = clWhite
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 9
  end
  object Panel0: TPanel
    Left = 400
    Top = 55
    Width = 10
    Height = 10
    TabOrder = 10
  end
  object Panel1: TPanel
    Left = 414
    Top = 55
    Width = 10
    Height = 10
    TabOrder = 11
  end
  object Panel2: TPanel
    Left = 428
    Top = 55
    Width = 10
    Height = 10
    TabOrder = 12
  end
  object Panel3: TPanel
    Left = 442
    Top = 55
    Width = 10
    Height = 10
    TabOrder = 13
  end
  object Panel4: TPanel
    Left = 456
    Top = 55
    Width = 10
    Height = 10
    TabOrder = 14
  end
  object Panel5: TPanel
    Left = 470
    Top = 55
    Width = 10
    Height = 10
    TabOrder = 15
  end
  object Panel6: TPanel
    Left = 400
    Top = 67
    Width = 10
    Height = 10
    TabOrder = 16
  end
  object Panel7: TPanel
    Left = 414
    Top = 67
    Width = 10
    Height = 10
    TabOrder = 17
  end
  object Panel8: TPanel
    Left = 428
    Top = 67
    Width = 10
    Height = 10
    TabOrder = 18
  end
  object Panel9: TPanel
    Left = 442
    Top = 67
    Width = 10
    Height = 10
    TabOrder = 19
  end
  object Panel10: TPanel
    Left = 456
    Top = 67
    Width = 10
    Height = 10
    TabOrder = 20
  end
  object Panel11: TPanel
    Left = 470
    Top = 67
    Width = 10
    Height = 10
    TabOrder = 21
  end
  object Panel12: TPanel
    Left = 400
    Top = 79
    Width = 10
    Height = 10
    TabOrder = 22
  end
  object Panel13: TPanel
    Left = 414
    Top = 79
    Width = 10
    Height = 10
    TabOrder = 23
  end
  object Panel14: TPanel
    Left = 428
    Top = 79
    Width = 10
    Height = 10
    TabOrder = 24
  end
  object Panel15: TPanel
    Left = 442
    Top = 79
    Width = 10
    Height = 10
    TabOrder = 25
  end
  object Panel16: TPanel
    Left = 456
    Top = 79
    Width = 10
    Height = 10
    TabOrder = 26
  end
  object Panel17: TPanel
    Left = 470
    Top = 79
    Width = 10
    Height = 10
    TabOrder = 27
  end
  object Panel18: TPanel
    Left = 400
    Top = 91
    Width = 10
    Height = 10
    TabOrder = 28
  end
  object Panel19: TPanel
    Left = 414
    Top = 91
    Width = 10
    Height = 10
    TabOrder = 29
  end
  object Panel20: TPanel
    Left = 428
    Top = 91
    Width = 10
    Height = 10
    TabOrder = 30
  end
  object Panel21: TPanel
    Left = 442
    Top = 91
    Width = 10
    Height = 10
    TabOrder = 31
  end
  object Panel22: TPanel
    Left = 456
    Top = 91
    Width = 10
    Height = 10
    TabOrder = 32
  end
  object Panel23: TPanel
    Left = 470
    Top = 91
    Width = 10
    Height = 10
    TabOrder = 33
  end
  object Panel24: TPanel
    Left = 400
    Top = 103
    Width = 10
    Height = 10
    TabOrder = 34
  end
  object Panel25: TPanel
    Left = 414
    Top = 103
    Width = 10
    Height = 10
    TabOrder = 35
  end
  object Panel26: TPanel
    Left = 428
    Top = 103
    Width = 10
    Height = 10
    TabOrder = 36
  end
  object Panel27: TPanel
    Left = 442
    Top = 103
    Width = 10
    Height = 10
    TabOrder = 37
  end
  object Panel28: TPanel
    Left = 456
    Top = 103
    Width = 10
    Height = 10
    TabOrder = 38
  end
  object Panel29: TPanel
    Left = 470
    Top = 103
    Width = 10
    Height = 10
    TabOrder = 39
  end
  object Panel30: TPanel
    Left = 400
    Top = 115
    Width = 10
    Height = 10
    TabOrder = 40
  end
  object Panel31: TPanel
    Left = 414
    Top = 115
    Width = 10
    Height = 10
    TabOrder = 41
  end
  object Panel32: TPanel
    Left = 428
    Top = 115
    Width = 10
    Height = 10
    TabOrder = 42
  end
  object Panel33: TPanel
    Left = 442
    Top = 115
    Width = 10
    Height = 10
    TabOrder = 43
  end
  object Panel34: TPanel
    Left = 456
    Top = 115
    Width = 10
    Height = 10
    TabOrder = 44
  end
  object Panel35: TPanel
    Left = 470
    Top = 115
    Width = 10
    Height = 10
    TabOrder = 45
  end
  object TrackBar1: TTrackBar
    Left = 535
    Top = 73
    Width = 29
    Height = 242
    Enabled = False
    Max = 200
    Orientation = trVertical
    Frequency = 10
    Position = 0
    SelEnd = 0
    SelStart = 0
    TabOrder = 2
    ThumbLength = 15
    TickMarks = tmTopLeft
    TickStyle = tsAuto
    OnChange = TrackBar1Change
  end
  object CheckBox1: TCheckBox
    Left = 486
    Top = 53
    Width = 78
    Height = 17
    Caption = 'Similarity'
    TabOrder = 0
    OnClick = CheckBox1Click
  end
  object Panel36: TPanel
    Left = 400
    Top = 128
    Width = 10
    Height = 10
    TabOrder = 46
  end

⌨️ 快捷键说明

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