FastReport_2022_VCL/Source/frxEditFrame.lfm

211 lines
3.9 KiB
Plaintext
Raw Normal View History

2024-01-01 16:13:08 +01:00
object frxFrameEditorForm: TfrxFrameEditorForm
Left = 552
Height = 347
Top = 24
Width = 333
BorderStyle = bsDialog
Caption = 'Edit Frame'
ClientHeight = 347
ClientWidth = 333
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
KeyPreview = True
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyDown = FormKeyDown
OnShow = FormShow
Position = poScreenCenter
ShowHint = True
LCLVersion = '1.8.2.0'
object HintL: TLabel
Left = 8
Height = 33
Top = 275
Width = 317
AutoSize = False
Caption = '1 2'
ParentColor = False
WordWrap = True
end
object OkB: TButton
Left = 170
Height = 25
Top = 317
Width = 75
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object CancelB: TButton
Left = 250
Height = 25
Top = 317
Width = 75
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object FrameGB: TGroupBox
Left = 136
Height = 261
Top = 5
Width = 185
Caption = 'Frame'
ClientHeight = 243
ClientWidth = 181
TabOrder = 2
object FrameAllB: TSpeedButton
Left = 8
Height = 24
Top = 0
Width = 24
OnClick = FrameAllBClick
end
object FrameNoB: TSpeedButton
Left = 32
Height = 24
Top = 0
Width = 24
OnClick = FrameNoBClick
end
object FrameTopB: TSpeedButton
Left = 72
Height = 24
Top = 0
Width = 24
AllowAllUp = True
GroupIndex = 1
OnClick = FrameLineClick
end
object FrameBottomB: TSpeedButton
Left = 96
Height = 24
Top = 0
Width = 24
AllowAllUp = True
GroupIndex = 2
OnClick = FrameLineClick
end
object FrameLeftB: TSpeedButton
Left = 120
Height = 24
Top = 0
Width = 24
AllowAllUp = True
GroupIndex = 3
OnClick = FrameLineClick
end
object FrameRightB: TSpeedButton
Left = 144
Height = 24
Top = 0
Width = 24
AllowAllUp = True
GroupIndex = 4
OnClick = FrameLineClick
end
object ShadowWidthL: TLabel
Left = 8
Height = 13
Top = 189
Width = 32
Caption = 'Width:'
ParentColor = False
end
object ShadowColorL: TLabel
Left = 96
Height = 13
Top = 189
Width = 29
Caption = 'Color:'
ParentColor = False
end
object ShadowCB: TCheckBox
Left = 8
Height = 17
Top = 156
Width = 56
Caption = 'Shadow'
OnClick = ShadowCBClick
TabOrder = 0
end
object ShadowWidthCB: TComboBox
Left = 8
Height = 21
Top = 205
Width = 73
ItemHeight = 13
Items.Strings = (
'0,1'
'0,5'
'1'
'1,5'
'2'
'3'
'4'
'5'
)
OnChange = ShadowWidthCBChange
TabOrder = 1
Text = 'ShadowWidthCB'
end
end
object LineGB: TGroupBox
Left = 8
Height = 262
Top = 4
Width = 125
Caption = 'Line'
ClientHeight = 244
ClientWidth = 121
TabOrder = 3
object LineStyleL: TLabel
Left = 12
Height = 13
Top = 8
Width = 28
Caption = 'Style:'
ParentColor = False
end
object LineWidthL: TLabel
Left = 12
Height = 13
Top = 146
Width = 32
Caption = 'Width:'
ParentColor = False
end
object LineColorL: TLabel
Left = 12
Height = 13
Top = 190
Width = 29
Caption = 'Color:'
ParentColor = False
end
object LineWidthCB: TComboBox
Left = 12
Height = 21
Top = 162
Width = 98
ItemHeight = 13
Items.Strings = (
'0,1'
'0,5'
'1'
'1,5'
'2'
'3'
'4'
'5'
)
TabOrder = 0
Text = 'LineWidthCB'
end
end
end