FastReport_2022_VCL/LibD28/frxMapSizeRangeForm.dfm
2024-01-01 16:13:08 +01:00

219 lines
4.3 KiB
Plaintext

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