home *** CD-ROM | disk | FTP | other *** search
- object FormMapiEmail: TFormMapiEmail
- Left = 385
- Top = 212
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Send MAPI Email'
- ClientHeight = 224
- ClientWidth = 428
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- DesignSize = (
- 428
- 224)
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 0
- Top = 179
- Width = 428
- Height = 4
- Align = alBottom
- Shape = bsBottomLine
- end
- object lblMax: TLabel
- Left = 2
- Top = 121
- Width = 79
- Height = 20
- Alignment = taCenter
- AutoSize = False
- Caption = '(200x200)'
- end
- object Panel1: TPanel
- Left = 0
- Top = 183
- Width = 428
- Height = 41
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object Button1: TButton
- Left = 262
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Go'
- Default = True
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 342
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = Button2Click
- end
- end
- object lbAttachments: TListBox
- Left = 88
- Top = 17
- Width = 153
- Height = 157
- Anchors = [akLeft, akTop, akBottom]
- ItemHeight = 13
- TabOrder = 1
- OnClick = lbAttachmentsClick
- end
- object GroupBox1: TGroupBox
- Left = 5
- Top = 15
- Width = 80
- Height = 99
- Caption = 'Max Size '
- TabOrder = 2
- object rbSmall: TRadioButton
- Left = 4
- Top = 15
- Width = 53
- Height = 17
- Caption = 'Small'
- TabOrder = 0
- end
- object rbMedium: TRadioButton
- Left = 4
- Top = 31
- Width = 61
- Height = 17
- Caption = 'Medium'
- Checked = True
- TabOrder = 1
- TabStop = True
- end
- object rbLarge: TRadioButton
- Left = 4
- Top = 47
- Width = 53
- Height = 17
- Caption = 'Large'
- TabOrder = 2
- end
- object rbOriginal: TRadioButton
- Left = 4
- Top = 79
- Width = 61
- Height = 17
- Caption = 'Original'
- TabOrder = 3
- end
- object rbCustom: TRadioButton
- Left = 4
- Top = 63
- Width = 61
- Height = 17
- Caption = 'Custom'
- TabOrder = 4
- end
- end
- object Panel2: TPanel
- Left = 251
- Top = 16
- Width = 171
- Height = 158
- Anchors = [akLeft, akTop, akRight, akBottom]
- BevelInner = bvLowered
- TabOrder = 3
- object ImgThumb: TImage
- Left = 2
- Top = 2
- Width = 167
- Height = 154
- Align = alClient
- end
- end
- object Email1: TEmail
- DownLoadFirst = False
- NewSession = False
- ShowDialog = True
- UnreadOnly = False
- Left = 16
- Top = 152
- end
- end
-