Charts.Designer.vb
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class Charts
- 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.components = New System.ComponentModel.Container()
- Dim ChartArea2 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea()
- Dim Legend2 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend()
- Dim Series8 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
- Dim Series9 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
- Dim Series10 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
- Dim Series11 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
- Dim Series12 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
- Dim Series13 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
- Dim Series14 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
- Me.MyChart = New System.Windows.Forms.DataVisualization.Charting.Chart()
- Me.DayTXT = New System.Windows.Forms.ComboBox()
- Me.MonthTXT = New System.Windows.Forms.ComboBox()
- Me.YearTXT = New System.Windows.Forms.ComboBox()
- Me.ViewCharts = New System.Windows.Forms.ComboBox()
- Me.Refresher = New System.Windows.Forms.Timer(Me.components)
- Me.CancelBTN = New System.Windows.Forms.Button()
- Me.ThreeDCHK = New System.Windows.Forms.CheckBox()
- Me.TipLBL = New System.Windows.Forms.Label()
- Me.DateLBL = New System.Windows.Forms.Label()
- CType(Me.MyChart, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'MyChart
- '
- Me.MyChart.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.MyChart.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom
- Me.MyChart.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
- Me.MyChart.BackImageTransparentColor = System.Drawing.Color.White
- Me.MyChart.BackSecondaryColor = System.Drawing.Color.Ivory
- Me.MyChart.BorderlineColor = System.Drawing.Color.Transparent
- Me.MyChart.BorderlineWidth = 8
- Me.MyChart.BorderSkin.BackColor = System.Drawing.Color.SaddleBrown
- Me.MyChart.BorderSkin.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.DiagonalLeft
- Me.MyChart.BorderSkin.BackHatchStyle = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Percent50
- Me.MyChart.BorderSkin.BackImageTransparentColor = System.Drawing.Color.White
- Me.MyChart.BorderSkin.BackImageWrapMode = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled
- Me.MyChart.BorderSkin.BackSecondaryColor = System.Drawing.Color.White
- Me.MyChart.BorderSkin.BorderColor = System.Drawing.Color.Transparent
- Me.MyChart.BorderSkin.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid
- Me.MyChart.BorderSkin.BorderWidth = 5
- Me.MyChart.BorderSkin.PageColor = System.Drawing.Color.Transparent
- ChartArea2.Area3DStyle.WallWidth = 0
- ChartArea2.Name = "ChartArea1"
- Me.MyChart.ChartAreas.Add(ChartArea2)
- Me.MyChart.IsSoftShadows = False
- Legend2.Name = "Legend1"
- Me.MyChart.Legends.Add(Legend2)
- Me.MyChart.Location = New System.Drawing.Point(94, 55)
- Me.MyChart.Name = "MyChart"
- Me.MyChart.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Chocolate
- Series8.ChartArea = "ChartArea1"
- Series8.Legend = "Legend1"
- Series8.Name = "Series1"
- Series9.ChartArea = "ChartArea1"
- Series9.Legend = "Legend1"
- Series9.Name = "Series2"
- Series10.ChartArea = "ChartArea1"
- Series10.Legend = "Legend1"
- Series10.Name = "Series3"
- Series11.ChartArea = "ChartArea1"
- Series11.Legend = "Legend1"
- Series11.Name = "Series4"
- Series12.ChartArea = "ChartArea1"
- Series12.Legend = "Legend1"
- Series12.Name = "Series5"
- Series13.ChartArea = "ChartArea1"
- Series13.Legend = "Legend1"
- Series13.Name = "Series6"
- Series14.ChartArea = "ChartArea1"
- Series14.Legend = "Legend1"
- Series14.Name = "Series7"
- Me.MyChart.Series.Add(Series8)
- Me.MyChart.Series.Add(Series9)
- Me.MyChart.Series.Add(Series10)
- Me.MyChart.Series.Add(Series11)
- Me.MyChart.Series.Add(Series12)
- Me.MyChart.Series.Add(Series13)
- Me.MyChart.Series.Add(Series14)
- Me.MyChart.Size = New System.Drawing.Size(570, 373)
- Me.MyChart.TabIndex = 0
- Me.MyChart.Text = "Chart1"
- '
- 'DayTXT
- '
- Me.DayTXT.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.DayTXT.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.DayTXT.ForeColor = System.Drawing.Color.Black
- Me.DayTXT.FormattingEnabled = True
- Me.DayTXT.Location = New System.Drawing.Point(492, 3)
- Me.DayTXT.Name = "DayTXT"
- Me.DayTXT.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.DayTXT.Size = New System.Drawing.Size(52, 24)
- Me.DayTXT.TabIndex = 106
- Me.DayTXT.Visible = False
- '
- 'MonthTXT
- '
- Me.MonthTXT.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.MonthTXT.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.MonthTXT.ForeColor = System.Drawing.Color.Black
- Me.MonthTXT.FormattingEnabled = True
- Me.MonthTXT.Location = New System.Drawing.Point(550, 3)
- Me.MonthTXT.Name = "MonthTXT"
- Me.MonthTXT.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.MonthTXT.Size = New System.Drawing.Size(52, 24)
- Me.MonthTXT.TabIndex = 105
- '
- 'YearTXT
- '
- Me.YearTXT.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.YearTXT.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.YearTXT.ForeColor = System.Drawing.Color.Black
- Me.YearTXT.FormattingEnabled = True
- Me.YearTXT.Location = New System.Drawing.Point(608, 3)
- Me.YearTXT.Name = "YearTXT"
- Me.YearTXT.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.YearTXT.Size = New System.Drawing.Size(66, 24)
- Me.YearTXT.TabIndex = 104
- '
- 'ViewCharts
- '
- Me.ViewCharts.Font = New System.Drawing.Font("Simplified Arabic", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.ViewCharts.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
- Me.ViewCharts.FormattingEnabled = True
- Me.ViewCharts.Items.AddRange(New Object() {"مساحي", "سبائك", "خطوط محددة", "أشكال هندسية", "خطوط طولية", "أعمدة", "قرص دائري", "سبائك الأخطاء", "خطوط هرمية", "نقاط طولية", "قمع", "خط", "دائري", "نقاط", "قطبي", "هرمي", "رادار", "سلسلة", "سبائك متسلسلة", "أعمدة متسلسلة", "خطوط منحنية", "شرائح مساحية", "شرائح متسلسلة", "مساحات مكدسة", "مساحات مكدسة بالنسبة المئوية", "سبائك مكدسة", "قضبان مكدسة بالنسبة المئوية", "أعمدة مكدسة", "أعمدة مكدسة بالنسبة المئوية", "خطوط متدرجة", "خطوط مضيئة"})
- Me.ViewCharts.Location = New System.Drawing.Point(36, 5)
- Me.ViewCharts.Name = "ViewCharts"
- Me.ViewCharts.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.ViewCharts.Size = New System.Drawing.Size(141, 30)
- Me.ViewCharts.TabIndex = 107
- Me.ViewCharts.Text = "أعمدة"
- '
- 'Refresher
- '
- Me.Refresher.Interval = 5000
- '
- 'CancelBTN
- '
- Me.CancelBTN.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.CancelBTN.Location = New System.Drawing.Point(3, 425)
- Me.CancelBTN.Name = "CancelBTN"
- Me.CancelBTN.Size = New System.Drawing.Size(75, 23)
- Me.CancelBTN.TabIndex = 108
- Me.CancelBTN.Text = "إغلاق"
- Me.CancelBTN.UseVisualStyleBackColor = True
- '
- 'ThreeDCHK
- '
- Me.ThreeDCHK.AutoSize = True
- Me.ThreeDCHK.Location = New System.Drawing.Point(89, 41)
- Me.ThreeDCHK.Name = "ThreeDCHK"
- Me.ThreeDCHK.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.ThreeDCHK.Size = New System.Drawing.Size(88, 17)
- Me.ThreeDCHK.TabIndex = 109
- Me.ThreeDCHK.Text = "ثلاثي الأبعاد ."
- Me.ThreeDCHK.UseVisualStyleBackColor = True
- '
- 'TipLBL
- '
- Me.TipLBL.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.TipLBL.AutoSize = True
- Me.TipLBL.Location = New System.Drawing.Point(3, 409)
- Me.TipLBL.Name = "TipLBL"
- Me.TipLBL.Size = New System.Drawing.Size(0, 13)
- Me.TipLBL.TabIndex = 110
- '
- 'DateLBL
- '
- Me.DateLBL.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.DateLBL.AutoSize = True
- Me.DateLBL.Location = New System.Drawing.Point(3, 378)
- Me.DateLBL.Name = "DateLBL"
- Me.DateLBL.Size = New System.Drawing.Size(0, 13)
- Me.DateLBL.TabIndex = 111
- Me.DateLBL.Visible = False
- '
- 'Charts
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.Controls.Add(Me.DateLBL)
- Me.Controls.Add(Me.TipLBL)
- Me.Controls.Add(Me.ThreeDCHK)
- Me.Controls.Add(Me.CancelBTN)
- Me.Controls.Add(Me.ViewCharts)
- Me.Controls.Add(Me.DayTXT)
- Me.Controls.Add(Me.MonthTXT)
- Me.Controls.Add(Me.YearTXT)
- Me.Controls.Add(Me.MyChart)
- Me.Name = "Charts"
- Me.Size = New System.Drawing.Size(677, 451)
- Me.Tag = "الرسم البياني"
- CType(Me.MyChart, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
- End Sub
- Friend WithEvents MyChart As System.Windows.Forms.DataVisualization.Charting.Chart
- Friend WithEvents DayTXT As System.Windows.Forms.ComboBox
- Friend WithEvents MonthTXT As System.Windows.Forms.ComboBox
- Friend WithEvents YearTXT As System.Windows.Forms.ComboBox
- Friend WithEvents ViewCharts As System.Windows.Forms.ComboBox
- Friend WithEvents Refresher As System.Windows.Forms.Timer
- Friend WithEvents CancelBTN As System.Windows.Forms.Button
- Friend WithEvents ThreeDCHK As System.Windows.Forms.CheckBox
- Friend WithEvents TipLBL As System.Windows.Forms.Label
- Friend WithEvents DateLBL As System.Windows.Forms.Label
- End Class