136 lines
6.5 KiB
C#
136 lines
6.5 KiB
C#
namespace Sunny.UI.Demo.Controls
|
|
{
|
|
partial class FPieChart
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.uiLine1 = new Sunny.UI.UILine();
|
|
this.PieChart = new Sunny.UI.UIPieChart();
|
|
this.uiImageButton1 = new Sunny.UI.UIImageButton();
|
|
this.uiImageButton2 = new Sunny.UI.UIImageButton();
|
|
this.uiImageButton3 = new Sunny.UI.UIImageButton();
|
|
this.PagePanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.uiImageButton1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.uiImageButton2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.uiImageButton3)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// PagePanel
|
|
//
|
|
this.PagePanel.Controls.Add(this.uiImageButton3);
|
|
this.PagePanel.Controls.Add(this.uiImageButton2);
|
|
this.PagePanel.Controls.Add(this.uiImageButton1);
|
|
this.PagePanel.Controls.Add(this.PieChart);
|
|
this.PagePanel.Controls.Add(this.uiLine1);
|
|
this.PagePanel.Size = new System.Drawing.Size(800, 461);
|
|
//
|
|
// uiLine1
|
|
//
|
|
this.uiLine1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.uiLine1.Location = new System.Drawing.Point(30, 20);
|
|
this.uiLine1.MinimumSize = new System.Drawing.Size(16, 16);
|
|
this.uiLine1.Name = "uiLine1";
|
|
this.uiLine1.Size = new System.Drawing.Size(670, 20);
|
|
this.uiLine1.TabIndex = 19;
|
|
this.uiLine1.Text = "UIPieChart";
|
|
this.uiLine1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// PieChart
|
|
//
|
|
this.PieChart.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
|
|
this.PieChart.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.PieChart.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(54)))), ((int)(((byte)(54)))));
|
|
this.PieChart.Location = new System.Drawing.Point(26, 59);
|
|
this.PieChart.Name = "PieChart";
|
|
this.PieChart.Option = null;
|
|
this.PieChart.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
|
|
this.PieChart.Size = new System.Drawing.Size(566, 358);
|
|
this.PieChart.TabIndex = 20;
|
|
this.PieChart.Text = "uiPieChart1";
|
|
//
|
|
// uiImageButton1
|
|
//
|
|
this.uiImageButton1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.uiImageButton1.Image = global::Sunny.UI.Demo.Properties.Resources.ChartDefaultStyle;
|
|
this.uiImageButton1.Location = new System.Drawing.Point(604, 60);
|
|
this.uiImageButton1.Name = "uiImageButton1";
|
|
this.uiImageButton1.Size = new System.Drawing.Size(95, 27);
|
|
this.uiImageButton1.TabIndex = 21;
|
|
this.uiImageButton1.TabStop = false;
|
|
this.uiImageButton1.Text = " Default";
|
|
this.uiImageButton1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.uiImageButton1.Click += new System.EventHandler(this.uiImageButton1_Click);
|
|
//
|
|
// uiImageButton2
|
|
//
|
|
this.uiImageButton2.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.uiImageButton2.Image = global::Sunny.UI.Demo.Properties.Resources.ChartPlainStyle;
|
|
this.uiImageButton2.Location = new System.Drawing.Point(604, 93);
|
|
this.uiImageButton2.Name = "uiImageButton2";
|
|
this.uiImageButton2.Size = new System.Drawing.Size(95, 27);
|
|
this.uiImageButton2.TabIndex = 22;
|
|
this.uiImageButton2.TabStop = false;
|
|
this.uiImageButton2.Text = " Plain";
|
|
this.uiImageButton2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.uiImageButton2.Click += new System.EventHandler(this.uiImageButton2_Click);
|
|
//
|
|
// uiImageButton3
|
|
//
|
|
this.uiImageButton3.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.uiImageButton3.Image = global::Sunny.UI.Demo.Properties.Resources.ChartDarkStyle;
|
|
this.uiImageButton3.Location = new System.Drawing.Point(604, 126);
|
|
this.uiImageButton3.Name = "uiImageButton3";
|
|
this.uiImageButton3.Size = new System.Drawing.Size(95, 27);
|
|
this.uiImageButton3.TabIndex = 23;
|
|
this.uiImageButton3.TabStop = false;
|
|
this.uiImageButton3.Text = " Dark";
|
|
this.uiImageButton3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.uiImageButton3.Click += new System.EventHandler(this.uiImageButton3_Click);
|
|
//
|
|
// FPieChart
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 496);
|
|
this.Name = "FPieChart";
|
|
this.Text = "PieChart";
|
|
this.PagePanel.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.uiImageButton1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.uiImageButton2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.uiImageButton3)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private UILine uiLine1;
|
|
private UIPieChart PieChart;
|
|
private UIImageButton uiImageButton1;
|
|
private UIImageButton uiImageButton3;
|
|
private UIImageButton uiImageButton2;
|
|
}
|
|
} |