85 lines
1.6 KiB
Plaintext
85 lines
1.6 KiB
Plaintext
object frmConvertBW: TfrmConvertBW
|
|
Left = 200
|
|
Top = 128
|
|
BorderStyle = bsDialog
|
|
Caption = 'Convert to Black and White'
|
|
ClientHeight = 132
|
|
ClientWidth = 301
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = True
|
|
Position = poScreenCenter
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object RadioGroup1: TRadioGroup
|
|
Left = 13
|
|
Top = 8
|
|
Width = 89
|
|
Height = 73
|
|
Caption = ' Dithering '
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'Threshold'
|
|
'Ordered')
|
|
TabOrder = 0
|
|
OnClick = RadioGroup1Click
|
|
end
|
|
object Button1: TButton
|
|
Left = 133
|
|
Top = 93
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'OK'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 1
|
|
end
|
|
object Button2: TButton
|
|
Left = 214
|
|
Top = 93
|
|
Width = 75
|
|
Height = 25
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 2
|
|
end
|
|
object GroupBox1: TGroupBox
|
|
Left = 112
|
|
Top = 8
|
|
Width = 177
|
|
Height = 73
|
|
Caption = ' Threshold Options'
|
|
TabOrder = 3
|
|
object Label1: TLabel
|
|
Left = 12
|
|
Top = 27
|
|
Width = 51
|
|
Height = 13
|
|
Caption = 'Threshold:'
|
|
FocusControl = Edit1
|
|
end
|
|
object SpeedButton1: TSpeedButton
|
|
Left = 119
|
|
Top = 21
|
|
Width = 42
|
|
Height = 25
|
|
AllowAllUp = True
|
|
GroupIndex = 1
|
|
Caption = 'Auto'
|
|
OnClick = SpeedButton1Click
|
|
end
|
|
object Edit1: TEdit
|
|
Left = 69
|
|
Top = 23
|
|
Width = 44
|
|
Height = 21
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
end
|