mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-12 06:43:12 +02:00
22 lines
397 B
Plaintext
22 lines
397 B
Plaintext
object ConverterWithFuncCallSettingsFrame: TConverterWithFuncCallSettingsFrame
|
|
Left = 0
|
|
Height = 240
|
|
Top = 0
|
|
Width = 320
|
|
AutoSize = True
|
|
ClientHeight = 240
|
|
ClientWidth = 320
|
|
TabOrder = 0
|
|
DesignLeft = 268
|
|
DesignTop = 68
|
|
object chkRunAll: TCheckBox
|
|
Left = 0
|
|
Height = 19
|
|
Top = 0
|
|
Width = 320
|
|
Align = alTop
|
|
Caption = 'chkRunAll'
|
|
TabOrder = 0
|
|
end
|
|
end
|