mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 06:42:40 +02:00
83 lines
1.6 KiB
Plaintext
83 lines
1.6 KiB
Plaintext
object SourceForm: TSourceForm
|
|
Caption = 'Source file properties'
|
|
ClientHeight = 85
|
|
ClientWidth = 396
|
|
PixelsPerInch = 90
|
|
HorzScrollBar.Page = 395
|
|
VertScrollBar.Page = 84
|
|
Left = 327
|
|
Height = 85
|
|
Top = 260
|
|
Width = 396
|
|
object LFESource: TLabel
|
|
Alignment = taRightJustify
|
|
BorderSpacing.OnChange = nil
|
|
Caption = '&Source'
|
|
Color = clNone
|
|
FocusControl = FESource
|
|
Layout = tlCenter
|
|
Left = 6
|
|
Height = 23
|
|
Top = 8
|
|
Width = 65
|
|
end
|
|
object LEOptions: TLabel
|
|
Alignment = taRightJustify
|
|
BorderSpacing.OnChange = nil
|
|
Caption = 'Op&tions'
|
|
Color = clNone
|
|
FocusControl = EOptions
|
|
Layout = tlCenter
|
|
Left = 6
|
|
Height = 23
|
|
Top = 40
|
|
Width = 65
|
|
end
|
|
object BOK: TButton
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.OnChange = nil
|
|
Caption = '&OK'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
Left = 312
|
|
Height = 25
|
|
Top = 8
|
|
Width = 75
|
|
end
|
|
object BCancel: TButton
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.OnChange = nil
|
|
Cancel = True
|
|
Caption = '&Cancel'
|
|
TabOrder = 1
|
|
Left = 312
|
|
Height = 25
|
|
Top = 40
|
|
Width = 75
|
|
end
|
|
object FESource: TFileNameEdit
|
|
ButtonWidth = 23
|
|
NumGlyphs = 1
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.OnChange = nil
|
|
TabOrder = 2
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.OnChange = nil
|
|
TabOrder = 2
|
|
Left = 75
|
|
Height = 23
|
|
Top = 8
|
|
Width = 208
|
|
end
|
|
object EOptions: TEdit
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.OnChange = nil
|
|
TabOrder = 3
|
|
Left = 75
|
|
Height = 23
|
|
Top = 40
|
|
Width = 229
|
|
end
|
|
end
|