71 lines
1.3 KiB
Plaintext
71 lines
1.3 KiB
Plaintext
object frmZoomProperties: TfrmZoomProperties
|
|
Left = 200
|
|
Top = 129
|
|
BorderStyle = bsDialog
|
|
Caption = 'Zoom Properties'
|
|
ClientHeight = 138
|
|
ClientWidth = 271
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = True
|
|
Position = poScreenCenter
|
|
OnCreate = FormCreate
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object GroupBox1: TGroupBox
|
|
Left = 10
|
|
Top = 8
|
|
Width = 249
|
|
Height = 81
|
|
TabOrder = 0
|
|
object Label1: TLabel
|
|
Left = 12
|
|
Top = 20
|
|
Width = 65
|
|
Height = 13
|
|
Caption = 'Quality Filter:'
|
|
end
|
|
object cmbFilter: TComboBox
|
|
Left = 83
|
|
Top = 16
|
|
Width = 153
|
|
Height = 21
|
|
Style = csDropDownList
|
|
ItemHeight = 13
|
|
TabOrder = 0
|
|
end
|
|
object chkDelayed: TCheckBox
|
|
Left = 12
|
|
Top = 47
|
|
Width = 224
|
|
Height = 17
|
|
Caption = 'Delay filtering to improve performance'
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object Button1: TButton
|
|
Left = 103
|
|
Top = 100
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'OK'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 1
|
|
end
|
|
object Button2: TButton
|
|
Left = 184
|
|
Top = 100
|
|
Width = 75
|
|
Height = 25
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 2
|
|
end
|
|
end
|