Files
Nuvolar/Nuvolar.Module.Win/Editor/GanttEditor/G2anttUserControl.Designer.vb
T
2017-03-08 11:21:27 +01:00

78 lines
3.7 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class G2anttUserControl
Inherits System.Windows.Forms.UserControl
'UserControl overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.Exg2antt = New exontrol.EXG2ANTTLib.exg2antt()
Me.SuspendLayout()
'
'Exg2antt
'
Me.Exg2antt.BackColorAlternate = System.Drawing.Color.Black
Me.Exg2antt.BackColorHeader = System.Drawing.SystemColors.Control
Me.Exg2antt.BackColorHeader32 = -2147483633
Me.Exg2antt.BackColorLevelHeader = System.Drawing.SystemColors.Control
Me.Exg2antt.BackColorLock = System.Drawing.SystemColors.Window
Me.Exg2antt.BackColorSortBar = System.Drawing.SystemColors.ControlDark
Me.Exg2antt.BackColorSortBar32 = -2147483632
Me.Exg2antt.BackColorSortBarCaption = System.Drawing.SystemColors.Control
Me.Exg2antt.BackColorSortBarCaption32 = -2147483633
Me.Exg2antt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Exg2antt.ColumnsAllowSizing = True
Me.Exg2antt.DefaultItemHeight = 18
Me.Exg2antt.Dock = System.Windows.Forms.DockStyle.Fill
Me.Exg2antt.DrawGridLines = exontrol.EXG2ANTTLib.GridLinesEnum.exAllLines
Me.Exg2antt.FilterBarBackColor = System.Drawing.SystemColors.Control
Me.Exg2antt.FilterBarBackColor32 = -2147483633
Me.Exg2antt.FilterBarForeColor = System.Drawing.SystemColors.WindowText
Me.Exg2antt.ForeColorHeader = System.Drawing.SystemColors.WindowText
Me.Exg2antt.ForeColorLock = System.Drawing.SystemColors.WindowText
Me.Exg2antt.ForeColorSortBar = System.Drawing.SystemColors.ControlDark
Me.Exg2antt.GridLineColor = System.Drawing.SystemColors.ControlDark
Me.Exg2antt.HyperLinkColor = System.Drawing.Color.FromArgb(CType(CType(49, Byte), Integer), CType(CType(101, Byte), Integer), CType(CType(255, Byte), Integer))
Me.Exg2antt.Location = New System.Drawing.Point(0, 0)
Me.Exg2antt.MarkSearchColumn = False
Me.Exg2antt.Name = "Exg2antt"
Me.Exg2antt.PictureLevelHeader = Nothing
Me.Exg2antt.SelBackColor = System.Drawing.SystemColors.Highlight
Me.Exg2antt.SelBackColor32 = -2147483635
Me.Exg2antt.SelForeColor = System.Drawing.SystemColors.HighlightText
Me.Exg2antt.SingleSort = False
Me.Exg2antt.Size = New System.Drawing.Size(371, 307)
Me.Exg2antt.SortBarHeight = 42
Me.Exg2antt.TabIndex = 0
Me.Exg2antt.TooltipCellsColor = System.Drawing.Color.FromArgb(CType(CType(49, Byte), Integer), CType(CType(101, Byte), Integer), CType(CType(255, Byte), Integer))
'
'G2anttUserControl
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.Exg2antt)
Me.Name = "G2anttUserControl"
Me.Size = New System.Drawing.Size(371, 307)
Me.ResumeLayout(False)
End Sub
Friend WithEvents Exg2antt As exontrol.EXG2ANTTLib.exg2antt
End Class