Changeset 1258

Show
Ignore:
Timestamp:
1/20/2010 2:12:52 AM (8 weeks ago)
Author:
vessper
Message:

20/01/2010


- Core: Fixed control anchoring in the mail form

Files:
1 modified

Legend:

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

    r1178 r1258  
    3939        Me.lblEveNotifications = New System.Windows.Forms.Label 
    4040        Me.CollapsibleSplitter1 = New NJFLib.Controls.CollapsibleSplitter 
     41        Me.panelMails = New System.Windows.Forms.Panel 
    4142        Me.panelNotifications.SuspendLayout() 
     43        Me.panelMails.SuspendLayout() 
    4244        Me.SuspendLayout() 
    4345        ' 
     
    4850        Me.cboPilots.FormattingEnabled = True 
    4951        Me.cboPilots.IntegralHeight = False 
    50         Me.cboPilots.Location = New System.Drawing.Point(48, 12) 
     52        Me.cboPilots.Location = New System.Drawing.Point(44, 9) 
    5153        Me.cboPilots.Name = "cboPilots" 
    5254        Me.cboPilots.Size = New System.Drawing.Size(175, 21) 
     
    5759        ' 
    5860        Me.lblPilot.AutoSize = True 
    59         Me.lblPilot.Location = New System.Drawing.Point(12, 15) 
     61        Me.lblPilot.Location = New System.Drawing.Point(8, 12) 
    6062        Me.lblPilot.Name = "lblPilot" 
    6163        Me.lblPilot.Size = New System.Drawing.Size(30, 13) 
     
    6567        'btnDownloadMail 
    6668        ' 
    67         Me.btnDownloadMail.Location = New System.Drawing.Point(268, 10) 
     69        Me.btnDownloadMail.Location = New System.Drawing.Point(225, 7) 
    6870        Me.btnDownloadMail.Name = "btnDownloadMail" 
    6971        Me.btnDownloadMail.Size = New System.Drawing.Size(100, 23) 
     
    7981        Me.clvMail.Columns.AddRange(New DotNetLib.Windows.Forms.ContainerListViewColumnHeader() {Me.colFrom, Me.colSubject, Me.colDateTime}) 
    8082        Me.clvMail.DefaultItemHeight = 20 
    81         Me.clvMail.Location = New System.Drawing.Point(0, 59) 
     83        Me.clvMail.Location = New System.Drawing.Point(0, 56) 
    8284        Me.clvMail.Name = "clvMail" 
    83         Me.clvMail.Size = New System.Drawing.Size(884, 260) 
     85        Me.clvMail.Size = New System.Drawing.Size(881, 263) 
    8486        Me.clvMail.TabIndex = 45 
    8587        ' 
     
    112114        'btnGetEveIDs 
    113115        ' 
    114         Me.btnGetEveIDs.Location = New System.Drawing.Point(772, 10) 
     116        Me.btnGetEveIDs.Location = New System.Drawing.Point(331, 7) 
    115117        Me.btnGetEveIDs.Name = "btnGetEveIDs" 
    116118        Me.btnGetEveIDs.Size = New System.Drawing.Size(100, 23) 
     
    161163        ' 
    162164        Me.lblEveMail.AutoSize = True 
    163         Me.lblEveMail.Location = New System.Drawing.Point(3, 43) 
     165        Me.lblEveMail.Location = New System.Drawing.Point(3, 40) 
    164166        Me.lblEveMail.Name = "lblEveMail" 
    165167        Me.lblEveMail.Size = New System.Drawing.Size(56, 13) 
     
    202204        Me.CollapsibleSplitter1.VisualStyle = NJFLib.Controls.VisualStyles.XP 
    203205        ' 
     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        ' 
    204220        'frmMail 
    205221        ' 
     
    207223        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font 
    208224        Me.ClientSize = New System.Drawing.Size(884, 544) 
     225        Me.Controls.Add(Me.panelMails) 
    209226        Me.Controls.Add(Me.CollapsibleSplitter1) 
    210227        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) 
    217228        Me.Name = "frmMail" 
    218229        Me.Text = "EveHQ Mail Viewer" 
    219230        Me.panelNotifications.ResumeLayout(False) 
    220231        Me.panelNotifications.PerformLayout() 
     232        Me.panelMails.ResumeLayout(False) 
     233        Me.panelMails.PerformLayout() 
    221234        Me.ResumeLayout(False) 
    222         Me.PerformLayout() 
    223235 
    224236    End Sub 
     
    239251    Friend WithEvents lblEveNotifications As System.Windows.Forms.Label 
    240252    Friend WithEvents CollapsibleSplitter1 As NJFLib.Controls.CollapsibleSplitter 
     253    Friend WithEvents panelMails As System.Windows.Forms.Panel 
    241254End Class