FastReport_2022_VCL/LibD28x64/frxMapSizeRangeForm.lfm
2024-01-01 16:13:08 +01:00

200 lines
3.8 KiB
Plaintext

object MapSizeRangeForm: TMapSizeRangeForm
Tag = 6360
Left = 301
Height = 241
Top = 228
Width = 484
ActiveControl = OkB
BorderStyle = bsDialog
Caption = 'MapSizeRangeForm'
ClientHeight = 241
ClientWidth = 484
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyDown = FormKeyDown
Position = poScreenCenter
LCLVersion = '1.8.2.0'
object Bevel1: TBevel
Left = 280
Height = 109
Top = 8
Width = 197
Shape = bsFrame
end
object AutoLabel: TLabel
Tag = 6351
Left = 288
Height = 13
Top = 12
Width = 26
Caption = 'Auto'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
ParentColor = False
ParentFont = False
end
object UpSpeedButton: TSpeedButton
Left = 240
Height = 23
Top = 8
Width = 24
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
OnClick = UpSpeedButtonClick
ParentFont = False
end
object DownSpeedButton: TSpeedButton
Left = 240
Height = 23
Top = 32
Width = 24
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
OnClick = DownSpeedButtonClick
ParentFont = False
end
object CollectionListBox: TListBox
Left = 8
Height = 189
Top = 8
Width = 229
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
ItemHeight = 0
OnClick = CollectionListBoxClick
ParentFont = False
ScrollWidth = 227
TabOrder = 0
TopIndex = -1
end
object EndCheckBox: TCheckBox
Tag = 6354
Left = 292
Height = 24
Top = 88
Width = 53
Caption = 'End'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
OnClick = SizeCheckBoxClick
ParentFont = False
TabOrder = 5
end
object StartCheckBox: TCheckBox
Tag = 6353
Left = 292
Height = 24
Top = 60
Width = 60
Caption = 'Start'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
OnClick = SizeCheckBoxClick
ParentFont = False
TabOrder = 3
end
object SizeCheckBox: TCheckBox
Tag = 6361
Left = 292
Height = 24
Top = 32
Width = 53
Caption = 'Size'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
OnClick = SizeCheckBoxClick
ParentFont = False
TabOrder = 1
end
object EndEdit: TEdit
Left = 356
Height = 23
Top = 84
Width = 110
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
OnChange = StartEditChange
ParentFont = False
TabOrder = 6
end
object StartEdit: TEdit
Left = 356
Height = 23
Top = 56
Width = 110
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
OnChange = StartEditChange
ParentFont = False
TabOrder = 4
end
object SizeEdit: TEdit
Left = 356
Height = 23
Top = 28
Width = 110
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
OnChange = StartEditChange
ParentFont = False
TabOrder = 2
end
object OkB: TButton
Tag = 1
Left = 320
Height = 25
Top = 204
Width = 75
Caption = 'Ok'
Default = True
ModalResult = 1
OnClick = OkBClick
TabOrder = 7
end
object CancelB: TButton
Tag = 2
Left = 400
Height = 25
Top = 204
Width = 75
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 8
end
object AddButton: TButton
Tag = 6355
Left = 8
Height = 25
Top = 204
Width = 87
Caption = 'Add'
OnClick = AddButtonClick
TabOrder = 9
end
object DeleteButton: TButton
Tag = 6356
Left = 100
Height = 25
Top = 204
Width = 87
Caption = 'Delete'
OnClick = DeleteButtonClick
TabOrder = 10
end
end