mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 08:12:39 +02:00
101 lines
1.9 KiB
Plaintext
101 lines
1.9 KiB
Plaintext
object frTemplNewForm: TfrTemplNewForm
|
|
Left = 550
|
|
Height = 292
|
|
Top = 171
|
|
Width = 219
|
|
HorzScrollBar.Page = 218
|
|
VertScrollBar.Page = 291
|
|
BorderStyle = bsDialog
|
|
Caption = 'Íîâûé øàáëîí'
|
|
ClientHeight = 292
|
|
ClientWidth = 219
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
OnActivate = FormActivate
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
object Label1: TLabel
|
|
Height = 13
|
|
Width = 1
|
|
Caption = 'Êîììåíòàðèé'
|
|
FocusControl = Memo1
|
|
ParentColor = False
|
|
end
|
|
object GroupBox2: TGroupBox
|
|
Left = 4
|
|
Height = 117
|
|
Top = 136
|
|
Width = 211
|
|
Caption = 'Êàðòèíêà'
|
|
ClientHeight = 100
|
|
ClientWidth = 207
|
|
TabOrder = 0
|
|
object Panel1: TPanel
|
|
Left = 8
|
|
Height = 89
|
|
Top = 6
|
|
Width = 88
|
|
HelpContext = 83
|
|
BevelOuter = bvLowered
|
|
ClientHeight = 89
|
|
ClientWidth = 88
|
|
FullRepaint = False
|
|
TabOrder = 0
|
|
object Image1: TImage
|
|
Left = 1
|
|
Height = 87
|
|
Top = 1
|
|
Width = 86
|
|
Align = alClient
|
|
Center = True
|
|
Transparent = False
|
|
end
|
|
end
|
|
object Button1: TButton
|
|
Left = 124
|
|
Height = 25
|
|
Top = 20
|
|
Width = 75
|
|
HelpContext = 64
|
|
Caption = 'Îáçîð...'
|
|
OnClick = Button1Click
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object Button2: TButton
|
|
Left = 60
|
|
Height = 25
|
|
Top = 264
|
|
Width = 75
|
|
HelpContext = 40
|
|
Caption = 'Ok'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 1
|
|
end
|
|
object Button3: TButton
|
|
Left = 140
|
|
Height = 25
|
|
Top = 264
|
|
Width = 75
|
|
HelpContext = 50
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 2
|
|
end
|
|
object Memo1: TMemo
|
|
Left = 4
|
|
Height = 109
|
|
Top = 20
|
|
Width = 210
|
|
HelpContext = 73
|
|
TabOrder = 3
|
|
end
|
|
object OpenDialog1: TOpenDialog
|
|
FilterIndex = 0
|
|
left = 152
|
|
top = 196
|
|
end
|
|
end
|