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

📄 unit3.dfm

📁 利用delphi OCX实现网页签名提取功能,
💻 DFM
字号:
object Form3: TForm3
  Left = 294
  Top = 232
  BorderStyle = bsDialog
  Caption = 'setoption'
  ClientHeight = 181
  ClientWidth = 328
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Batang'
  Font.Style = [fsBold]
  OldCreateOrder = False
  Position = poMainFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 11
  object Label1: TLabel
    Left = 33
    Top = 48
    Width = 33
    Height = 11
    Caption = 'Color'
  end
  object Label2: TLabel
    Left = 31
    Top = 96
    Width = 35
    Height = 11
    Caption = 'Width'
  end
  object Label3: TLabel
    Left = 280
    Top = 93
    Width = 33
    Height = 11
    Caption = '3'
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -11
    Font.Name = 'Batang'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Panel1: TPanel
    Left = 91
    Top = 32
    Width = 185
    Height = 41
    BevelInner = bvLowered
    BevelWidth = 2
    Caption = 'color'
    TabOrder = 0
    OnClick = Panel1Click
  end
  object TrackBar1: TTrackBar
    Left = 85
    Top = 87
    Width = 188
    Height = 45
    Max = 100
    Min = 1
    Position = 1
    TabOrder = 1
    OnChange = TrackBar1Change
  end
  object Button1: TButton
    Left = 200
    Top = 144
    Width = 75
    Height = 25
    Caption = 'cancle'
    TabOrder = 2
    OnClick = Button1Click
  end
  object ok: TButton
    Left = 96
    Top = 144
    Width = 75
    Height = 25
    Caption = 'ok'
    TabOrder = 3
    OnClick = okClick
  end
  object ColorDialog1: TColorDialog
    Left = 464
    Top = 184
  end
end

⌨️ 快捷键说明

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