Componentes.Terceros.RemObj.../internal/5.0.35.741/1/RemObjects SDK for Delphi/Samples/Message Envelopes/MessageEnvelopes_AddEnvelope.dfm
2009-02-28 17:16:16 +00:00

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