unitbrightness.~dfm

来自「一个比较好的图象处理器。」· ~DFM 代码 · 共 90 行

~DFM
90
字号
object Form3: TForm3
  Left = 221
  Top = 195
  Width = 295
  Height = 213
  Caption = #35843#33410#20142#24230#23545#27604#24230
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 15
    Top = 32
    Width = 22
    Height = 13
    Caption = #20142#24230
  end
  object Label2: TLabel
    Left = 16
    Top = 72
    Width = 33
    Height = 13
    Caption = #23545#27604#24230
  end
  object TrackBar1: TTrackBar
    Left = 64
    Top = 24
    Width = 150
    Height = 45
    Max = 256
    Position = 128
    TabOrder = 0
    TickStyle = tsNone
    OnChange = TrackBar2Change
  end
  object TrackBar2: TTrackBar
    Left = 64
    Top = 72
    Width = 150
    Height = 45
    Max = 200
    Min = 10
    Position = 100
    TabOrder = 1
    TickStyle = tsNone
    OnChange = TrackBar2Change
  end
  object Edit1: TEdit
    Left = 232
    Top = 24
    Width = 41
    Height = 21
    TabOrder = 2
    Text = '0'
  end
  object Edit2: TEdit
    Left = 232
    Top = 72
    Width = 41
    Height = 21
    TabOrder = 3
    Text = '1'
  end
  object Button1: TButton
    Left = 56
    Top = 144
    Width = 57
    Height = 25
    Caption = 'ok'
    Default = True
    ModalResult = 1
    TabOrder = 4
  end
  object Button2: TButton
    Left = 136
    Top = 144
    Width = 57
    Height = 25
    Caption = 'cancle'
    ModalResult = 2
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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