home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoAlbum.exe / 0 / RCDATA / TFORMMAPIEMAIL / TFORMMAPIEMAIL.txt
Encoding:
Text File  |  2004-04-06  |  2.9 KB  |  155 lines

  1. object FormMapiEmail: TFormMapiEmail
  2.   Left = 385
  3.   Top = 212
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Send MAPI Email'
  7.   ClientHeight = 224
  8.   ClientWidth = 428
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   DesignSize = (
  21.     428
  22.     224)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Bevel1: TBevel
  26.     Left = 0
  27.     Top = 179
  28.     Width = 428
  29.     Height = 4
  30.     Align = alBottom
  31.     Shape = bsBottomLine
  32.   end
  33.   object lblMax: TLabel
  34.     Left = 2
  35.     Top = 121
  36.     Width = 79
  37.     Height = 20
  38.     Alignment = taCenter
  39.     AutoSize = False
  40.     Caption = '(200x200)'
  41.   end
  42.   object Panel1: TPanel
  43.     Left = 0
  44.     Top = 183
  45.     Width = 428
  46.     Height = 41
  47.     Align = alBottom
  48.     BevelOuter = bvNone
  49.     TabOrder = 0
  50.     object Button1: TButton
  51.       Left = 262
  52.       Top = 8
  53.       Width = 75
  54.       Height = 25
  55.       Caption = 'Go'
  56.       Default = True
  57.       TabOrder = 0
  58.       OnClick = Button1Click
  59.     end
  60.     object Button2: TButton
  61.       Left = 342
  62.       Top = 8
  63.       Width = 75
  64.       Height = 25
  65.       Caption = 'Cancel'
  66.       TabOrder = 1
  67.       OnClick = Button2Click
  68.     end
  69.   end
  70.   object lbAttachments: TListBox
  71.     Left = 88
  72.     Top = 17
  73.     Width = 153
  74.     Height = 157
  75.     Anchors = [akLeft, akTop, akBottom]
  76.     ItemHeight = 13
  77.     TabOrder = 1
  78.     OnClick = lbAttachmentsClick
  79.   end
  80.   object GroupBox1: TGroupBox
  81.     Left = 5
  82.     Top = 15
  83.     Width = 80
  84.     Height = 99
  85.     Caption = 'Max Size '
  86.     TabOrder = 2
  87.     object rbSmall: TRadioButton
  88.       Left = 4
  89.       Top = 15
  90.       Width = 53
  91.       Height = 17
  92.       Caption = 'Small'
  93.       TabOrder = 0
  94.     end
  95.     object rbMedium: TRadioButton
  96.       Left = 4
  97.       Top = 31
  98.       Width = 61
  99.       Height = 17
  100.       Caption = 'Medium'
  101.       Checked = True
  102.       TabOrder = 1
  103.       TabStop = True
  104.     end
  105.     object rbLarge: TRadioButton
  106.       Left = 4
  107.       Top = 47
  108.       Width = 53
  109.       Height = 17
  110.       Caption = 'Large'
  111.       TabOrder = 2
  112.     end
  113.     object rbOriginal: TRadioButton
  114.       Left = 4
  115.       Top = 79
  116.       Width = 61
  117.       Height = 17
  118.       Caption = 'Original'
  119.       TabOrder = 3
  120.     end
  121.     object rbCustom: TRadioButton
  122.       Left = 4
  123.       Top = 63
  124.       Width = 61
  125.       Height = 17
  126.       Caption = 'Custom'
  127.       TabOrder = 4
  128.     end
  129.   end
  130.   object Panel2: TPanel
  131.     Left = 251
  132.     Top = 16
  133.     Width = 171
  134.     Height = 158
  135.     Anchors = [akLeft, akTop, akRight, akBottom]
  136.     BevelInner = bvLowered
  137.     TabOrder = 3
  138.     object ImgThumb: TImage
  139.       Left = 2
  140.       Top = 2
  141.       Width = 167
  142.       Height = 154
  143.       Align = alClient
  144.     end
  145.   end
  146.   object Email1: TEmail
  147.     DownLoadFirst = False
  148.     NewSession = False
  149.     ShowDialog = True
  150.     UnreadOnly = False
  151.     Left = 16
  152.     Top = 152
  153.   end
  154. end
  155.