mirror of
https://github.com/DevExpress/netcore-winforms-demos.git
synced 2025-12-24 02:21:11 +00:00
159 lines
9.2 KiB
C#
159 lines
9.2 KiB
C#
namespace DevExpress.StockMarketTrader.Tiles {
|
|
partial class TileChart {
|
|
/// <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 Component 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() {
|
|
DevExpress.Sparkline.AreaSparklineView areaSparklineView1 = new DevExpress.Sparkline.AreaSparklineView();
|
|
this.sparklineEdit1 = new DevExpress.XtraEditors.SparklineEdit();
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
((System.ComponentModel.ISupportInitialize)(this.sparklineEdit1.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
this.layoutControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// sparklineEdit1
|
|
//
|
|
this.sparklineEdit1.Location = new System.Drawing.Point(0, 0);
|
|
this.sparklineEdit1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.sparklineEdit1.Name = "sparklineEdit1";
|
|
this.sparklineEdit1.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(139)))), ((int)(((byte)(10)))));
|
|
this.sparklineEdit1.Properties.Appearance.Options.UseBackColor = true;
|
|
this.sparklineEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
areaSparklineView1.AreaOpacity = ((byte)(60));
|
|
areaSparklineView1.Color = System.Drawing.Color.White;
|
|
this.sparklineEdit1.Properties.View = areaSparklineView1;
|
|
this.sparklineEdit1.Size = new System.Drawing.Size(248, 77);
|
|
this.sparklineEdit1.StyleController = this.layoutControl1;
|
|
this.sparklineEdit1.TabIndex = 0;
|
|
//
|
|
// layoutControl1
|
|
//
|
|
this.layoutControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(139)))), ((int)(((byte)(10)))));
|
|
this.layoutControl1.Controls.Add(this.sparklineEdit1);
|
|
this.layoutControl1.Controls.Add(this.labelControl1);
|
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControl1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.layoutControl1.Name = "layoutControl1";
|
|
this.layoutControl1.Root = this.layoutControlGroup1;
|
|
this.layoutControl1.Size = new System.Drawing.Size(248, 120);
|
|
this.layoutControl1.TabIndex = 3;
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.AllowHtmlString = true;
|
|
this.labelControl1.Appearance.Font = new System.Drawing.Font("Segoe UI", 10F);
|
|
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
|
|
this.labelControl1.Location = new System.Drawing.Point(2, 81);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Padding = new System.Windows.Forms.Padding(0, 0, 8, 3);
|
|
this.labelControl1.Size = new System.Drawing.Size(244, 37);
|
|
this.labelControl1.StyleController = this.layoutControl1;
|
|
this.labelControl1.TabIndex = 4;
|
|
this.labelControl1.Text = "labelControl1<br>1,7";
|
|
//
|
|
// layoutControlGroup1
|
|
//
|
|
this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
|
|
this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
this.layoutControlGroup1.GroupBordersVisible = false;
|
|
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlItem1,
|
|
this.layoutControlItem2});
|
|
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlGroup1.Name = "layoutControlGroup1";
|
|
this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
|
this.layoutControlGroup1.Size = new System.Drawing.Size(248, 120);
|
|
this.layoutControlGroup1.Text = "layoutControlGroup1";
|
|
this.layoutControlGroup1.TextVisible = false;
|
|
//
|
|
// layoutControlItem1
|
|
//
|
|
this.layoutControlItem1.Control = this.labelControl1;
|
|
this.layoutControlItem1.ControlAlignment = System.Drawing.ContentAlignment.BottomRight;
|
|
this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
|
|
this.layoutControlItem1.FillControlToClientArea = false;
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 77);
|
|
this.layoutControlItem1.MinSize = new System.Drawing.Size(67, 43);
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
this.layoutControlItem1.Size = new System.Drawing.Size(248, 43);
|
|
this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem1.Text = "layoutControlItem1";
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem1.TextToControlDistance = 0;
|
|
this.layoutControlItem1.TextVisible = false;
|
|
this.layoutControlItem1.TrimClientAreaToControl = false;
|
|
//
|
|
// layoutControlItem2
|
|
//
|
|
this.layoutControlItem2.Control = this.sparklineEdit1;
|
|
this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
|
|
this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlItem2.MinSize = new System.Drawing.Size(1, 1);
|
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|
this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
|
this.layoutControlItem2.Size = new System.Drawing.Size(248, 77);
|
|
this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem2.Text = "layoutControlItem2";
|
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem2.TextToControlDistance = 0;
|
|
this.layoutControlItem2.TextVisible = false;
|
|
//
|
|
// TileChart
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.layoutControl1);
|
|
this.Name = "TileChart";
|
|
this.Size = new System.Drawing.Size(248, 120);
|
|
((System.ComponentModel.ISupportInitialize)(this.sparklineEdit1.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
this.layoutControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private XtraEditors.SparklineEdit sparklineEdit1;
|
|
private XtraLayout.LayoutControl layoutControl1;
|
|
private XtraEditors.LabelControl labelControl1;
|
|
private XtraLayout.LayoutControlGroup layoutControlGroup1;
|
|
private XtraLayout.LayoutControlItem layoutControlItem1;
|
|
private XtraLayout.LayoutControlItem layoutControlItem2;
|
|
}
|
|
}
|