home *** CD-ROM | disk | FTP | other *** search
- object SendImage: TSendImage
- Left = 180
- Top = 166
- ActiveControl = eTo
- BorderStyle = bsDialog
- Caption = '20/20 Send Image'
- ClientHeight = 292
- ClientWidth = 430
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 53
- Top = 84
- Width = 36
- Height = 13
- Caption = 'Subject'
- end
- object Label2: TLabel
- Left = 46
- Top = 111
- Width = 43
- Height = 13
- Caption = 'Message'
- end
- object Button1: TButton
- Left = 136
- Top = 263
- Width = 75
- Height = 25
- Caption = 'Send'
- ModalResult = 1
- TabOrder = 0
- end
- object Button2: TButton
- Left = 220
- Top = 263
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object Button3: TButton
- Left = 14
- Top = 19
- Width = 75
- Height = 25
- Caption = 'To ...'
- TabOrder = 2
- TabStop = False
- OnClick = Button3Click
- end
- object eTo: TEdit
- Left = 100
- Top = 21
- Width = 322
- Height = 21
- TabOrder = 3
- OnExit = eToExit
- end
- object Button4: TButton
- Left = 14
- Top = 49
- Width = 75
- Height = 25
- Caption = 'CC ...'
- TabOrder = 4
- TabStop = False
- OnClick = Button3Click
- end
- object eCC: TEdit
- Left = 100
- Top = 51
- Width = 322
- Height = 21
- TabOrder = 5
- end
- object eSubject: TEdit
- Left = 100
- Top = 80
- Width = 322
- Height = 21
- TabOrder = 6
- end
- object Memo1: TMemo
- Left = 100
- Top = 109
- Width = 322
- Height = 142
- TabOrder = 7
- end
- object Panel1: TPanel
- Left = 4
- Top = 140
- Width = 92
- Height = 81
- BevelInner = bvLowered
- TabOrder = 8
- object Image1: TImage
- Left = 2
- Top = 2
- Width = 88
- Height = 77
- Align = alClient
- end
- end
- object Email1: TEmail
- DownLoadFirst = False
- NewSession = False
- UnreadOnly = False
- Left = 35
- Top = 244
- end
- end
-