Changeset 1258
- Timestamp:
- 1/20/2010 2:12:52 AM (8 weeks ago)
- Files:
-
- 1 modified
-
trunk/EveHQ/Forms/frmMail.Designer.vb (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/EveHQ/Forms/frmMail.Designer.vb
r1178 r1258 39 39 Me.lblEveNotifications = New System.Windows.Forms.Label 40 40 Me.CollapsibleSplitter1 = New NJFLib.Controls.CollapsibleSplitter 41 Me.panelMails = New System.Windows.Forms.Panel 41 42 Me.panelNotifications.SuspendLayout() 43 Me.panelMails.SuspendLayout() 42 44 Me.SuspendLayout() 43 45 ' … … 48 50 Me.cboPilots.FormattingEnabled = True 49 51 Me.cboPilots.IntegralHeight = False 50 Me.cboPilots.Location = New System.Drawing.Point(4 8, 12)52 Me.cboPilots.Location = New System.Drawing.Point(44, 9) 51 53 Me.cboPilots.Name = "cboPilots" 52 54 Me.cboPilots.Size = New System.Drawing.Size(175, 21) … … 57 59 ' 58 60 Me.lblPilot.AutoSize = True 59 Me.lblPilot.Location = New System.Drawing.Point( 12, 15)61 Me.lblPilot.Location = New System.Drawing.Point(8, 12) 60 62 Me.lblPilot.Name = "lblPilot" 61 63 Me.lblPilot.Size = New System.Drawing.Size(30, 13) … … 65 67 'btnDownloadMail 66 68 ' 67 Me.btnDownloadMail.Location = New System.Drawing.Point(2 68, 10)69 Me.btnDownloadMail.Location = New System.Drawing.Point(225, 7) 68 70 Me.btnDownloadMail.Name = "btnDownloadMail" 69 71 Me.btnDownloadMail.Size = New System.Drawing.Size(100, 23) … … 79 81 Me.clvMail.Columns.AddRange(New DotNetLib.Windows.Forms.ContainerListViewColumnHeader() {Me.colFrom, Me.colSubject, Me.colDateTime}) 80 82 Me.clvMail.DefaultItemHeight = 20 81 Me.clvMail.Location = New System.Drawing.Point(0, 5 9)83 Me.clvMail.Location = New System.Drawing.Point(0, 56) 82 84 Me.clvMail.Name = "clvMail" 83 Me.clvMail.Size = New System.Drawing.Size(88 4, 260)85 Me.clvMail.Size = New System.Drawing.Size(881, 263) 84 86 Me.clvMail.TabIndex = 45 85 87 ' … … 112 114 'btnGetEveIDs 113 115 ' 114 Me.btnGetEveIDs.Location = New System.Drawing.Point( 772, 10)116 Me.btnGetEveIDs.Location = New System.Drawing.Point(331, 7) 115 117 Me.btnGetEveIDs.Name = "btnGetEveIDs" 116 118 Me.btnGetEveIDs.Size = New System.Drawing.Size(100, 23) … … 161 163 ' 162 164 Me.lblEveMail.AutoSize = True 163 Me.lblEveMail.Location = New System.Drawing.Point(3, 4 3)165 Me.lblEveMail.Location = New System.Drawing.Point(3, 40) 164 166 Me.lblEveMail.Name = "lblEveMail" 165 167 Me.lblEveMail.Size = New System.Drawing.Size(56, 13) … … 202 204 Me.CollapsibleSplitter1.VisualStyle = NJFLib.Controls.VisualStyles.XP 203 205 ' 206 'panelMails 207 ' 208 Me.panelMails.Controls.Add(Me.btnGetEveIDs) 209 Me.panelMails.Controls.Add(Me.btnDownloadMail) 210 Me.panelMails.Controls.Add(Me.lblPilot) 211 Me.panelMails.Controls.Add(Me.lblEveMail) 212 Me.panelMails.Controls.Add(Me.clvMail) 213 Me.panelMails.Controls.Add(Me.cboPilots) 214 Me.panelMails.Dock = System.Windows.Forms.DockStyle.Fill 215 Me.panelMails.Location = New System.Drawing.Point(0, 0) 216 Me.panelMails.Name = "panelMails" 217 Me.panelMails.Size = New System.Drawing.Size(884, 325) 218 Me.panelMails.TabIndex = 52 219 ' 204 220 'frmMail 205 221 ' … … 207 223 Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font 208 224 Me.ClientSize = New System.Drawing.Size(884, 544) 225 Me.Controls.Add(Me.panelMails) 209 226 Me.Controls.Add(Me.CollapsibleSplitter1) 210 227 Me.Controls.Add(Me.panelNotifications) 211 Me.Controls.Add(Me.lblEveMail)212 Me.Controls.Add(Me.btnGetEveIDs)213 Me.Controls.Add(Me.clvMail)214 Me.Controls.Add(Me.btnDownloadMail)215 Me.Controls.Add(Me.cboPilots)216 Me.Controls.Add(Me.lblPilot)217 228 Me.Name = "frmMail" 218 229 Me.Text = "EveHQ Mail Viewer" 219 230 Me.panelNotifications.ResumeLayout(False) 220 231 Me.panelNotifications.PerformLayout() 232 Me.panelMails.ResumeLayout(False) 233 Me.panelMails.PerformLayout() 221 234 Me.ResumeLayout(False) 222 Me.PerformLayout()223 235 224 236 End Sub … … 239 251 Friend WithEvents lblEveNotifications As System.Windows.Forms.Label 240 252 Friend WithEvents CollapsibleSplitter1 As NJFLib.Controls.CollapsibleSplitter 253 Friend WithEvents panelMails As System.Windows.Forms.Panel 241 254 End Class
