You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
212 lines
5.4 KiB
212 lines
5.4 KiB
object FormAdvOptions: TFormAdvOptions
|
|
Left = 140
|
|
Height = 322
|
|
Top = 346
|
|
Width = 454
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsDialog
|
|
Caption = 'Advanced Options'
|
|
ClientHeight = 322
|
|
ClientWidth = 454
|
|
Color = clWhite
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
Position = poMainFormCenter
|
|
LCLVersion = '1.8.4.0'
|
|
object Panel1: TPanel
|
|
Left = 8
|
|
Height = 306
|
|
Top = 8
|
|
Width = 438
|
|
Align = alClient
|
|
BorderSpacing.Around = 8
|
|
BevelOuter = bvNone
|
|
ClientHeight = 306
|
|
ClientWidth = 438
|
|
TabOrder = 0
|
|
object LabTitle: TLabel
|
|
Left = 0
|
|
Height = 23
|
|
Top = 4
|
|
Width = 438
|
|
Align = alTop
|
|
BorderSpacing.Top = 4
|
|
BorderSpacing.Bottom = 4
|
|
Caption = 'Advanced Options '
|
|
Font.Color = 11428096
|
|
Font.Height = 24
|
|
Font.Style = [fsBold]
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object LabMaxAngle: TLabel
|
|
AnchorSideLeft.Control = LabForcedFormat
|
|
AnchorSideTop.Control = LabForcedFormat
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 8
|
|
Height = 15
|
|
Top = 72
|
|
Width = 112
|
|
BorderSpacing.Top = 18
|
|
Caption = 'Max. angle [degrees]:'
|
|
ParentColor = False
|
|
end
|
|
object SpinEditMaxAngle: TFloatSpinEdit
|
|
AnchorSideLeft.Control = LabMaxAngle
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = LabMaxAngle
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 128
|
|
Height = 23
|
|
Top = 68
|
|
Width = 64
|
|
BorderSpacing.Left = 8
|
|
DecimalPlaces = 1
|
|
Increment = 1
|
|
MaxValue = 90
|
|
MinValue = 1
|
|
TabOrder = 1
|
|
Value = 10
|
|
end
|
|
object LabSkipAngle: TLabel
|
|
AnchorSideLeft.Control = LabForcedFormat
|
|
AnchorSideTop.Control = LabMaxAngle
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 8
|
|
Height = 15
|
|
Top = 105
|
|
Width = 109
|
|
BorderSpacing.Top = 18
|
|
BorderSpacing.Right = 8
|
|
Caption = 'Skip angle [degrees]:'
|
|
ParentColor = False
|
|
end
|
|
object SpinEditSkipAngle: TFloatSpinEdit
|
|
AnchorSideLeft.Control = SpinEditMaxAngle
|
|
AnchorSideTop.Control = LabSkipAngle
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 128
|
|
Height = 23
|
|
Top = 101
|
|
Width = 64
|
|
Increment = 1
|
|
MaxValue = 45
|
|
MinValue = 0
|
|
TabOrder = 2
|
|
Value = 0.01
|
|
end
|
|
object LabForcedFormat: TLabel
|
|
AnchorSideLeft.Control = Panel1
|
|
AnchorSideTop.Control = LabTitle
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 8
|
|
Height = 15
|
|
Top = 39
|
|
Width = 80
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 12
|
|
Caption = 'Output format:'
|
|
ParentColor = False
|
|
end
|
|
object ComboOutputFormat: TComboBox
|
|
AnchorSideLeft.Control = LabForcedFormat
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = LabForcedFormat
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 100
|
|
Height = 23
|
|
Top = 35
|
|
Width = 256
|
|
BorderSpacing.Left = 12
|
|
ItemHeight = 15
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
end
|
|
object LabDeskewExe: TLabel
|
|
AnchorSideLeft.Control = CheckDefaultExecutable
|
|
AnchorSideTop.Control = CheckDefaultExecutable
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 8
|
|
Height = 15
|
|
Top = 207
|
|
Width = 102
|
|
BorderSpacing.Top = 12
|
|
Caption = 'Deskew executable:'
|
|
ParentColor = False
|
|
end
|
|
object CheckDefaultExecutable: TCheckBox
|
|
AnchorSideLeft.Control = LabForcedFormat
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideBottom.Side = asrCenter
|
|
Left = 8
|
|
Height = 19
|
|
Top = 176
|
|
Width = 181
|
|
Caption = 'Use default Deskew executable'
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 3
|
|
end
|
|
object EdDeskewExePath: TEdit
|
|
AnchorSideLeft.Control = LabDeskewExe
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = LabDeskewExe
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = BtnBrowseDeskewExePath
|
|
AnchorSideBottom.Side = asrCenter
|
|
Left = 118
|
|
Height = 23
|
|
Top = 203
|
|
Width = 233
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 8
|
|
TabOrder = 4
|
|
end
|
|
object BtnBrowseDeskewExePath: TButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = EdDeskewExePath
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = Panel1
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 357
|
|
Height = 25
|
|
Top = 202
|
|
Width = 73
|
|
Action = AtcBrowseDeskewExe
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 8
|
|
TabOrder = 5
|
|
end
|
|
object BtnResetOptions: TButton
|
|
AnchorSideLeft.Control = Panel1
|
|
AnchorSideBottom.Control = Panel1
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 8
|
|
Height = 25
|
|
Top = 277
|
|
Width = 108
|
|
Action = ActResetOptions
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Bottom = 4
|
|
TabOrder = 6
|
|
end
|
|
end
|
|
object ActionList: TActionList
|
|
left = 216
|
|
top = 8
|
|
object AtcBrowseDeskewExe: TAction
|
|
Caption = 'Browse...'
|
|
OnExecute = AtcBrowseDeskewExeExecute
|
|
end
|
|
object ActResetOptions: TAction
|
|
Caption = 'Reset Options...'
|
|
OnExecute = ActResetOptionsExecute
|
|
end
|
|
end
|
|
end
|