123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- namespace IntelligentControlForsx.MyControls
- {
- partial class DatePower
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- 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();
- this.chart2 = new System.Windows.Forms.DataVisualization.Charting.Chart();
- this.webfontLable1 = new IntelligentControlForsx.MyControls.WebfontLable();
- ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
- this.SuspendLayout();
- //
- // chart2
- //
- this.chart2.BackColor = System.Drawing.Color.Transparent;
- chartArea1.Name = "ChartArea1";
- this.chart2.ChartAreas.Add(chartArea1);
- this.chart2.Dock = System.Windows.Forms.DockStyle.Fill;
- legend1.Name = "Legend1";
- this.chart2.Legends.Add(legend1);
- this.chart2.Location = new System.Drawing.Point(0, 0);
- this.chart2.Name = "chart2";
- this.chart2.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.SemiTransparent;
- series1.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.DiagonalRight;
- series1.BackImageTransparentColor = System.Drawing.Color.Transparent;
- series1.ChartArea = "ChartArea1";
- series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bar;
- series1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(171)))), ((int)(((byte)(238)))));
- series1.IsValueShownAsLabel = true;
- series1.IsVisibleInLegend = false;
- series1.IsXValueIndexed = true;
- series1.LabelBackColor = System.Drawing.Color.Transparent;
- series1.LabelBorderColor = System.Drawing.Color.Transparent;
- series1.LabelForeColor = System.Drawing.Color.White;
- series1.Legend = "Legend1";
- series1.LegendText = "日发电量";
- series1.Name = "Series1";
- series1.ShadowColor = System.Drawing.Color.White;
- this.chart2.Series.Add(series1);
- this.chart2.Size = new System.Drawing.Size(361, 371);
- this.chart2.TabIndex = 1;
- this.chart2.Text = "chart2";
- this.chart2.Click += new System.EventHandler(this.chart2_Click_1);
- //
- // webfontLable1
- //
- this.webfontLable1.BackColor = System.Drawing.Color.Transparent;
- this.webfontLable1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.webfontLable1.LableShowType = 0;
- this.webfontLable1.LableText = "日发电量(万Kwh)";
- this.webfontLable1.LableType = 0;
- this.webfontLable1.Location = new System.Drawing.Point(15, 43);
- this.webfontLable1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.webfontLable1.MyEmSize = 21.75F;
- this.webfontLable1.MyLabelDock = System.Windows.Forms.DockStyle.Fill;
- this.webfontLable1.MyLabelTextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.webfontLable1.Name = "webfontLable1";
- this.webfontLable1.Size = new System.Drawing.Size(270, 32);
- this.webfontLable1.TabIndex = 0;
- this.webfontLable1.TestPointId = null;
- this.webfontLable1.UniformCode = null;
- this.webfontLable1.WindPowerId = null;
- this.webfontLable1.WindTurbineId = null;
- this.webfontLable1.Load += new System.EventHandler(this.webfontLable1_Load);
- //
- // DatePower
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.Controls.Add(this.chart2);
- this.Controls.Add(this.webfontLable1);
- this.Name = "DatePower";
- this.Size = new System.Drawing.Size(361, 371);
- this.Load += new System.EventHandler(this.Chart1_Load);
- ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private WebfontLable webfontLable1;
- private System.Windows.Forms.DataVisualization.Charting.Chart chart2;
- }
- }
|