Changeset 1277

Show
Ignore:
Timestamp:
1/28/2010 2:34:22 PM (7 weeks ago)
Author:
vessper
Message:

28/01/2010 (1.14.0.1276)


- Core: EveMails? "To" field should now show all recipients
- Core: MailingList? recipients shown as "<Mailing List>"

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/EveHQ/Forms/frmMail.Designer.vb

    r1275 r1277  
    4242        Me.CollapsibleSplitter1 = New NJFLib.Controls.CollapsibleSplitter 
    4343        Me.panelMails = New System.Windows.Forms.Panel 
     44        Me.lblDownloadMailStatus = New System.Windows.Forms.Label 
    4445        Me.panelNotifications.SuspendLayout() 
    4546        Me.panelMails.SuspendLayout() 
     
    6364        Me.lblPilot.Location = New System.Drawing.Point(8, 12) 
    6465        Me.lblPilot.Name = "lblPilot" 
    65         Me.lblPilot.Size = New System.Drawing.Size(30, 13) 
     66        Me.lblPilot.Size = New System.Drawing.Size(31, 13) 
    6667        Me.lblPilot.TabIndex = 42 
    6768        Me.lblPilot.Text = "Pilot:" 
     
    185186        Me.lblEveMail.Location = New System.Drawing.Point(3, 40) 
    186187        Me.lblEveMail.Name = "lblEveMail" 
    187         Me.lblEveMail.Size = New System.Drawing.Size(56, 13) 
     188        Me.lblEveMail.Size = New System.Drawing.Size(55, 13) 
    188189        Me.lblEveMail.TabIndex = 49 
    189190        Me.lblEveMail.Text = "Eve Mails:" 
     
    204205        Me.lblEveNotifications.Location = New System.Drawing.Point(3, 9) 
    205206        Me.lblEveNotifications.Name = "lblEveNotifications" 
    206         Me.lblEveNotifications.Size = New System.Drawing.Size(90, 13) 
     207        Me.lblEveNotifications.Size = New System.Drawing.Size(91, 13) 
    207208        Me.lblEveNotifications.TabIndex = 50 
    208209        Me.lblEveNotifications.Text = "Eve Notifications:" 
     
    226227        'panelMails 
    227228        ' 
     229        Me.panelMails.Controls.Add(Me.lblDownloadMailStatus) 
    228230        Me.panelMails.Controls.Add(Me.btnGetEveIDs) 
    229231        Me.panelMails.Controls.Add(Me.btnDownloadMail) 
     
    238240        Me.panelMails.TabIndex = 52 
    239241        ' 
     242        'lblDownloadMailStatus 
     243        ' 
     244        Me.lblDownloadMailStatus.AutoSize = True 
     245        Me.lblDownloadMailStatus.Location = New System.Drawing.Point(65, 40) 
     246        Me.lblDownloadMailStatus.Name = "lblDownloadMailStatus" 
     247        Me.lblDownloadMailStatus.Size = New System.Drawing.Size(0, 13) 
     248        Me.lblDownloadMailStatus.TabIndex = 50 
     249        ' 
    240250        'frmMail 
    241251        ' 
     
    246256        Me.Controls.Add(Me.CollapsibleSplitter1) 
    247257        Me.Controls.Add(Me.panelNotifications) 
     258        Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) 
    248259        Me.Name = "frmMail" 
    249260        Me.Text = "EveHQ Mail Viewer" 
     
    274285    Friend WithEvents colTo As DotNetLib.Windows.Forms.ContainerListViewColumnHeader 
    275286    Friend WithEvents ContainerListViewColumnHeader4 As DotNetLib.Windows.Forms.ContainerListViewColumnHeader 
     287    Friend WithEvents lblDownloadMailStatus As System.Windows.Forms.Label 
    276288End Class