Changeset 1277
- Timestamp:
- 1/28/2010 2:34:22 PM (7 weeks ago)
- Files:
-
- 1 modified
-
trunk/EveHQ/Forms/frmMail.Designer.vb (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/EveHQ/Forms/frmMail.Designer.vb
r1275 r1277 42 42 Me.CollapsibleSplitter1 = New NJFLib.Controls.CollapsibleSplitter 43 43 Me.panelMails = New System.Windows.Forms.Panel 44 Me.lblDownloadMailStatus = New System.Windows.Forms.Label 44 45 Me.panelNotifications.SuspendLayout() 45 46 Me.panelMails.SuspendLayout() … … 63 64 Me.lblPilot.Location = New System.Drawing.Point(8, 12) 64 65 Me.lblPilot.Name = "lblPilot" 65 Me.lblPilot.Size = New System.Drawing.Size(3 0, 13)66 Me.lblPilot.Size = New System.Drawing.Size(31, 13) 66 67 Me.lblPilot.TabIndex = 42 67 68 Me.lblPilot.Text = "Pilot:" … … 185 186 Me.lblEveMail.Location = New System.Drawing.Point(3, 40) 186 187 Me.lblEveMail.Name = "lblEveMail" 187 Me.lblEveMail.Size = New System.Drawing.Size(5 6, 13)188 Me.lblEveMail.Size = New System.Drawing.Size(55, 13) 188 189 Me.lblEveMail.TabIndex = 49 189 190 Me.lblEveMail.Text = "Eve Mails:" … … 204 205 Me.lblEveNotifications.Location = New System.Drawing.Point(3, 9) 205 206 Me.lblEveNotifications.Name = "lblEveNotifications" 206 Me.lblEveNotifications.Size = New System.Drawing.Size(9 0, 13)207 Me.lblEveNotifications.Size = New System.Drawing.Size(91, 13) 207 208 Me.lblEveNotifications.TabIndex = 50 208 209 Me.lblEveNotifications.Text = "Eve Notifications:" … … 226 227 'panelMails 227 228 ' 229 Me.panelMails.Controls.Add(Me.lblDownloadMailStatus) 228 230 Me.panelMails.Controls.Add(Me.btnGetEveIDs) 229 231 Me.panelMails.Controls.Add(Me.btnDownloadMail) … … 238 240 Me.panelMails.TabIndex = 52 239 241 ' 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 ' 240 250 'frmMail 241 251 ' … … 246 256 Me.Controls.Add(Me.CollapsibleSplitter1) 247 257 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)) 248 259 Me.Name = "frmMail" 249 260 Me.Text = "EveHQ Mail Viewer" … … 274 285 Friend WithEvents colTo As DotNetLib.Windows.Forms.ContainerListViewColumnHeader 275 286 Friend WithEvents ContainerListViewColumnHeader4 As DotNetLib.Windows.Forms.ContainerListViewColumnHeader 287 Friend WithEvents lblDownloadMailStatus As System.Windows.Forms.Label 276 288 End Class
