92 lines
1.8 KiB
Plaintext
92 lines
1.8 KiB
Plaintext
object FirstEmbeddedForm: TFirstEmbeddedForm
|
|
Left = 408
|
|
Top = 217
|
|
Width = 499
|
|
Height = 408
|
|
Caption = 'EmbeddedForm'
|
|
Color = 12508350
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
OnCreate = FormCreate
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label1: TLabel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 491
|
|
Height = 16
|
|
Align = alTop
|
|
Alignment = taCenter
|
|
AutoSize = False
|
|
Caption = 'Embedded Form'
|
|
Color = clNavy
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clYellow
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = [fsBold]
|
|
ParentColor = False
|
|
ParentFont = False
|
|
Layout = tlCenter
|
|
end
|
|
object Button1: TButton
|
|
Left = 8
|
|
Top = 31
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Button1'
|
|
TabOrder = 0
|
|
end
|
|
object Memo1: TMemo
|
|
Left = 8
|
|
Top = 60
|
|
Width = 185
|
|
Height = 89
|
|
Lines.Strings = (
|
|
'Memo1')
|
|
TabOrder = 1
|
|
end
|
|
object CheckBox1: TCheckBox
|
|
Left = 8
|
|
Top = 155
|
|
Width = 97
|
|
Height = 17
|
|
Caption = 'CheckBox1'
|
|
TabOrder = 2
|
|
end
|
|
object RadioGroup1: TRadioGroup
|
|
Left = 212
|
|
Top = 56
|
|
Width = 185
|
|
Height = 93
|
|
Caption = 'RadioGroup1'
|
|
Items.Strings = (
|
|
'1'
|
|
'2'
|
|
'3'
|
|
'4'
|
|
'5')
|
|
TabOrder = 3
|
|
end
|
|
object EmbededFormPanel1: TJvEmbeddedFormPanel
|
|
Left = 8
|
|
Top = 180
|
|
Width = 280
|
|
Height = 171
|
|
AlwaysVisible = True
|
|
FormLink = DeepEmbeddedForm.JvEmbeddedFormLink1
|
|
Color = 15980476
|
|
ParentColor = False
|
|
TabOrder = 4
|
|
end
|
|
object JvEmbeddedFormLink1: TJvEmbeddedFormLink
|
|
Left = 318
|
|
Top = 24
|
|
end
|
|
end
|