git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@49 b6239004-a887-0f4b-9937-50029ccdca16
61 lines
1.1 KiB
Plaintext
61 lines
1.1 KiB
Plaintext
object MessageEnvelopes_AddEnvelopeForm: TMessageEnvelopes_AddEnvelopeForm
|
|
Left = 666
|
|
Top = 360
|
|
Width = 330
|
|
Height = 164
|
|
Color = clBtnFace
|
|
OldCreateOrder = False
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label1: TLabel
|
|
Left = 7
|
|
Top = 8
|
|
Width = 33
|
|
Height = 13
|
|
Caption = 'Marker'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 7
|
|
Top = 50
|
|
Width = 46
|
|
Height = 13
|
|
Caption = 'Password'
|
|
end
|
|
object eMarker: TEdit
|
|
Left = 7
|
|
Top = 24
|
|
Width = 301
|
|
Height = 21
|
|
Anchors = [akLeft, akTop, akRight]
|
|
TabOrder = 0
|
|
end
|
|
object ePassword: TEdit
|
|
Left = 7
|
|
Top = 66
|
|
Width = 301
|
|
Height = 21
|
|
Anchors = [akLeft, akTop, akRight]
|
|
TabOrder = 1
|
|
end
|
|
object bOk: TButton
|
|
Left = 74
|
|
Top = 94
|
|
Width = 75
|
|
Height = 22
|
|
Caption = 'OK'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 2
|
|
end
|
|
object bCancel: TButton
|
|
Left = 162
|
|
Top = 94
|
|
Width = 75
|
|
Height = 22
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 3
|
|
end
|
|
end
|