Ejemplo n.º 1
0
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend1    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.ComponentModel.ComponentResourceManager            resources  = new System.ComponentModel.ComponentResourceManager(typeof(ExperienceChart));
     this.mChart = new Tibialyzer.TransparentChart();
     ((System.ComponentModel.ISupportInitialize)(this.mChart)).BeginInit();
     this.SuspendLayout();
     //
     // mChart
     //
     this.mChart.BackColor = System.Drawing.Color.Transparent;
     chartArea1.BackColor  = System.Drawing.Color.Transparent;
     chartArea1.Name       = "ChartArea1";
     this.mChart.ChartAreas.Add(chartArea1);
     legend1.BackColor = System.Drawing.Color.Transparent;
     legend1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
     legend1.Name      = "Legend1";
     this.mChart.Legends.Add(legend1);
     this.mChart.Location         = new System.Drawing.Point(0, -1);
     this.mChart.Name             = "mChart";
     series1.BorderColor          = System.Drawing.Color.Transparent;
     series1.ChartArea            = "ChartArea1";
     series1.ChartType            = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Area;
     series1.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     series1.LabelBackColor       = System.Drawing.Color.Transparent;
     series1.LabelBorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
     series1.LabelBorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.NotSet;
     series1.LabelBorderWidth     = 0;
     series1.LabelForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     series1.Legend               = "Legend1";
     series1.Name                 = "Series1";
     this.mChart.Series.Add(series1);
     this.mChart.Size     = new System.Drawing.Size(448, 320);
     this.mChart.TabIndex = 0;
     this.mChart.Text     = "Damage Chart";
     //
     // ExperienceChart
     //
     this.ClientSize = new System.Drawing.Size(450, 321);
     this.Controls.Add(this.mChart);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "ExperienceChart";
     this.Text            = "Damage Chart";
     ((System.ComponentModel.ISupportInitialize)(this.mChart)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 2
0
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExperienceChart));
     this.mChart = new Tibialyzer.TransparentChart();
     ((System.ComponentModel.ISupportInitialize)(this.mChart)).BeginInit();
     this.SuspendLayout();
     //
     // mChart
     //
     this.mChart.BackColor = System.Drawing.Color.Transparent;
     chartArea1.BackColor = System.Drawing.Color.Transparent;
     chartArea1.Name = "ChartArea1";
     this.mChart.ChartAreas.Add(chartArea1);
     legend1.BackColor = System.Drawing.Color.Transparent;
     legend1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
     legend1.Name = "Legend1";
     this.mChart.Legends.Add(legend1);
     this.mChart.Location = new System.Drawing.Point(0, -1);
     this.mChart.Name = "mChart";
     series1.BorderColor = System.Drawing.Color.Transparent;
     series1.ChartArea = "ChartArea1";
     series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Area;
     series1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     series1.LabelBackColor = System.Drawing.Color.Transparent;
     series1.LabelBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
     series1.LabelBorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.NotSet;
     series1.LabelBorderWidth = 0;
     series1.LabelForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     series1.Legend = "Legend1";
     series1.Name = "Series1";
     this.mChart.Series.Add(series1);
     this.mChart.Size = new System.Drawing.Size(448, 320);
     this.mChart.TabIndex = 0;
     this.mChart.Text = "Damage Chart";
     //
     // ExperienceChart
     //
     this.ClientSize = new System.Drawing.Size(450, 321);
     this.Controls.Add(this.mChart);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "ExperienceChart";
     this.Text = "Damage Chart";
     ((System.ComponentModel.ISupportInitialize)(this.mChart)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 3
0
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DamageChart));
     this.mChart = new Tibialyzer.TransparentChart();
     this.detailsButton = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.mChart)).BeginInit();
     this.SuspendLayout();
     //
     // mChart
     //
     this.mChart.BackColor = System.Drawing.Color.Transparent;
     chartArea1.BackColor = System.Drawing.Color.Transparent;
     chartArea1.Name = "ChartArea1";
     this.mChart.ChartAreas.Add(chartArea1);
     legend1.BackColor = System.Drawing.Color.Transparent;
     legend1.ForeColor = StyleManager.NotificationTextColor;
     legend1.Name = "Legend1";
     this.mChart.Legends.Add(legend1);
     this.mChart.Location = new System.Drawing.Point(0, -1);
     this.mChart.Name = "mChart";
     series1.BorderColor = System.Drawing.Color.Transparent;
     series1.ChartArea = "ChartArea1";
     series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
     series1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     series1.LabelBackColor = System.Drawing.Color.Transparent;
     series1.LabelBorderColor = StyleManager.NotificationTextColor;
     series1.LabelBorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.NotSet;
     series1.LabelBorderWidth = 0;
     series1.LabelForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     series1.Legend = "Legend1";
     series1.Name = "Series1";
     this.mChart.Series.Add(series1);
     this.mChart.Size = new System.Drawing.Size(448, 320);
     this.mChart.TabIndex = 0;
     this.mChart.Text = "Damage Chart";
     //
     // detailsButton
     //
     this.detailsButton.BackColor = System.Drawing.Color.Transparent;
     this.detailsButton.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.detailsButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.detailsButton.ForeColor = StyleManager.NotificationTextColor;
     this.detailsButton.Location = new System.Drawing.Point(12, 291);
     this.detailsButton.Name = "detailsButton";
     this.detailsButton.Padding = new System.Windows.Forms.Padding(2);
     this.detailsButton.Size = new System.Drawing.Size(96, 21);
     this.detailsButton.TabIndex = 3;
     this.detailsButton.Text = "Details";
     this.detailsButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.detailsButton.Click += new System.EventHandler(this.detailsButton_Click);
     //
     // DamageChart
     //
     this.ClientSize = new System.Drawing.Size(450, 321);
     this.Controls.Add(this.detailsButton);
     this.Controls.Add(this.mChart);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "DamageChart";
     this.Text = "Damage Chart";
     ((System.ComponentModel.ISupportInitialize)(this.mChart)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 4
0
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend1    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.ComponentModel.ComponentResourceManager            resources  = new System.ComponentModel.ComponentResourceManager(typeof(DamageChart));
     this.mChart        = new Tibialyzer.TransparentChart();
     this.detailsButton = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.mChart)).BeginInit();
     this.SuspendLayout();
     //
     // mChart
     //
     this.mChart.BackColor = System.Drawing.Color.Transparent;
     chartArea1.BackColor  = System.Drawing.Color.Transparent;
     chartArea1.Name       = "ChartArea1";
     this.mChart.ChartAreas.Add(chartArea1);
     legend1.Alignment = System.Drawing.StringAlignment.Far;
     legend1.BackColor = System.Drawing.Color.Transparent;
     legend1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
     legend1.Name      = "Legend1";
     this.mChart.Legends.Add(legend1);
     this.mChart.Location         = new System.Drawing.Point(0, -1);
     this.mChart.Name             = "mChart";
     series1.BorderColor          = System.Drawing.Color.Transparent;
     series1.ChartArea            = "ChartArea1";
     series1.ChartType            = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
     series1.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     series1.LabelBackColor       = System.Drawing.Color.Transparent;
     series1.LabelBorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
     series1.LabelBorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.NotSet;
     series1.LabelBorderWidth     = 0;
     series1.LabelForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     series1.Legend               = "Legend1";
     series1.Name                 = "Series1";
     this.mChart.Series.Add(series1);
     this.mChart.Size     = new System.Drawing.Size(448, 320);
     this.mChart.TabIndex = 0;
     this.mChart.Text     = "Damage Chart";
     //
     // detailsButton
     //
     this.detailsButton.BackColor   = System.Drawing.Color.Transparent;
     this.detailsButton.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.detailsButton.Font        = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.detailsButton.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
     this.detailsButton.Location    = new System.Drawing.Point(12, 291);
     this.detailsButton.Name        = "detailsButton";
     this.detailsButton.Padding     = new System.Windows.Forms.Padding(2);
     this.detailsButton.Size        = new System.Drawing.Size(96, 21);
     this.detailsButton.TabIndex    = 3;
     this.detailsButton.Text        = "Details";
     this.detailsButton.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.detailsButton.Click      += new System.EventHandler(this.detailsButton_Click);
     //
     // DamageChart
     //
     this.ClientSize = new System.Drawing.Size(450, 321);
     this.Controls.Add(this.detailsButton);
     this.Controls.Add(this.mChart);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "DamageChart";
     this.Text            = "Damage Chart";
     ((System.ComponentModel.ISupportInitialize)(this.mChart)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 5
0
 private void InitializeComponent()
 {
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DamageChart));
     this.targetBox = new System.Windows.Forms.ComboBox();
     this.detailsButton = new System.Windows.Forms.Label();
     this.mChart = new Tibialyzer.TransparentChart();
     this.chartTitle = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.mChart)).BeginInit();
     this.SuspendLayout();
     //
     // targetBox
     //
     this.targetBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.targetBox.FormattingEnabled = true;
     this.targetBox.Location = new System.Drawing.Point(75, 4);
     this.targetBox.Name = "targetBox";
     this.targetBox.Size = new System.Drawing.Size(96, 21);
     this.targetBox.TabIndex = 4;
     this.targetBox.SelectedIndexChanged += new System.EventHandler(this.targetBox_SelectedIndexChanged);
     //
     // detailsButton
     //
     this.detailsButton.BackColor = System.Drawing.Color.Transparent;
     this.detailsButton.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.detailsButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.detailsButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
     this.detailsButton.Location = new System.Drawing.Point(12, 291);
     this.detailsButton.Name = "detailsButton";
     this.detailsButton.Padding = new System.Windows.Forms.Padding(2);
     this.detailsButton.Size = new System.Drawing.Size(96, 21);
     this.detailsButton.TabIndex = 3;
     this.detailsButton.Text = "Details";
     this.detailsButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.detailsButton.Click += new System.EventHandler(this.detailsButton_Click);
     //
     // mChart
     //
     this.mChart.BackColor = System.Drawing.Color.Transparent;
     chartArea1.BackColor = System.Drawing.Color.Transparent;
     chartArea1.Name = "ChartArea1";
     this.mChart.ChartAreas.Add(chartArea1);
     legend1.Alignment = System.Drawing.StringAlignment.Far;
     legend1.BackColor = System.Drawing.Color.Transparent;
     legend1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
     legend1.Name = "Legend1";
     this.mChart.Legends.Add(legend1);
     this.mChart.Location = new System.Drawing.Point(0, -1);
     this.mChart.Name = "mChart";
     this.mChart.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.EarthTones;
     series1.BorderColor = System.Drawing.Color.Transparent;
     series1.ChartArea = "ChartArea1";
     series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
     series1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     series1.LabelBackColor = System.Drawing.Color.Transparent;
     series1.LabelBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
     series1.LabelBorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.NotSet;
     series1.LabelBorderWidth = 0;
     series1.LabelForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     series1.Legend = "Legend1";
     series1.Name = "Series1";
     this.mChart.Series.Add(series1);
     this.mChart.Size = new System.Drawing.Size(448, 320);
     this.mChart.TabIndex = 0;
     this.mChart.Text = "Damage Chart";
     //
     // chartTitle
     //
     this.chartTitle.AutoSize = true;
     this.chartTitle.BackColor = System.Drawing.Color.Transparent;
     this.chartTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chartTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
     this.chartTitle.Location = new System.Drawing.Point(8, 30);
     this.chartTitle.Name = "chartTitle";
     this.chartTitle.Size = new System.Drawing.Size(32, 16);
     this.chartTitle.TabIndex = 15;
     this.chartTitle.Text = "List";
     //
     // DamageChart
     //
     this.ClientSize = new System.Drawing.Size(450, 321);
     this.Controls.Add(this.chartTitle);
     this.Controls.Add(this.targetBox);
     this.Controls.Add(this.detailsButton);
     this.Controls.Add(this.mChart);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "DamageChart";
     this.Text = "Damage Chart";
     ((System.ComponentModel.ISupportInitialize)(this.mChart)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }