mirror of
https://github.com/DevExpress/netcore-winforms-demos.git
synced 2025-12-23 01:48:33 +00:00
189 lines
11 KiB
C#
189 lines
11 KiB
C#
namespace DevExpress.StockMarketTrader.Tiles {
|
|
partial class TileTop3Companies {
|
|
/// <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() {
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
((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();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// layoutControl1
|
|
//
|
|
this.layoutControl1.Controls.Add(this.labelControl1);
|
|
this.layoutControl1.Controls.Add(this.labelControl2);
|
|
this.layoutControl1.Controls.Add(this.labelControl3);
|
|
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 = 0;
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
//
|
|
// layoutControlGroup1
|
|
//
|
|
this.layoutControlGroup1.CaptionImagePadding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
|
this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
|
|
this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
this.layoutControlGroup1.GroupBordersVisible = false;
|
|
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlItem3,
|
|
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;
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.AllowHtmlString = true;
|
|
this.labelControl1.Appearance.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
|
|
this.labelControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.labelControl1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Padding = new System.Windows.Forms.Padding(16, 20, 0, 0);
|
|
this.labelControl1.Size = new System.Drawing.Size(82, 71);
|
|
this.labelControl1.StyleController = this.layoutControl1;
|
|
this.labelControl1.TabIndex = 4;
|
|
this.labelControl1.Text = "MSFT<br><size=-3>dfa<br>fwe";
|
|
//
|
|
// layoutControlItem1
|
|
//
|
|
this.layoutControlItem1.Control = this.labelControl1;
|
|
this.layoutControlItem1.CustomizationFormText = "MSFT<br><size=-3>dfa<br>fwe";
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
|
this.layoutControlItem1.Size = new System.Drawing.Size(82, 120);
|
|
this.layoutControlItem1.Text = "MSFT<br><size=-3>dfa<br>fwe";
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem1.TextToControlDistance = 0;
|
|
this.layoutControlItem1.TextVisible = false;
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.AllowHtmlString = true;
|
|
this.labelControl2.Appearance.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.labelControl2.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
|
|
this.labelControl2.Location = new System.Drawing.Point(82, 0);
|
|
this.labelControl2.Margin = new System.Windows.Forms.Padding(0);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Padding = new System.Windows.Forms.Padding(20, 20, 0, 0);
|
|
this.labelControl2.Size = new System.Drawing.Size(83, 71);
|
|
this.labelControl2.StyleController = this.layoutControl1;
|
|
this.labelControl2.TabIndex = 5;
|
|
this.labelControl2.Text = "MSFT<br><size=-3>dfa<br>fwe";
|
|
//
|
|
// layoutControlItem2
|
|
//
|
|
this.layoutControlItem2.Control = this.labelControl2;
|
|
this.layoutControlItem2.CustomizationFormText = "MSFT<br><size=-3>dfa<br>fwe";
|
|
this.layoutControlItem2.Location = new System.Drawing.Point(82, 0);
|
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|
this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
|
this.layoutControlItem2.Size = new System.Drawing.Size(83, 120);
|
|
this.layoutControlItem2.Text = "MSFT<br><size=-3>dfa<br>fwe";
|
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem2.TextToControlDistance = 0;
|
|
this.layoutControlItem2.TextVisible = false;
|
|
//
|
|
// labelControl3
|
|
//
|
|
this.labelControl3.AllowHtmlString = true;
|
|
this.labelControl3.Appearance.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.labelControl3.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.labelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
|
|
this.labelControl3.Location = new System.Drawing.Point(165, 0);
|
|
this.labelControl3.Margin = new System.Windows.Forms.Padding(0);
|
|
this.labelControl3.Name = "labelControl3";
|
|
this.labelControl3.Padding = new System.Windows.Forms.Padding(26, 20, 0, 0);
|
|
this.labelControl3.Size = new System.Drawing.Size(83, 71);
|
|
this.labelControl3.StyleController = this.layoutControl1;
|
|
this.labelControl3.TabIndex = 1;
|
|
this.labelControl3.Text = "MSFT<br><size=-3>dfa<br>fwe";
|
|
//
|
|
// layoutControlItem3
|
|
//
|
|
this.layoutControlItem3.Control = this.labelControl3;
|
|
this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
|
|
this.layoutControlItem3.Location = new System.Drawing.Point(165, 0);
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|
this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
|
this.layoutControlItem3.Size = new System.Drawing.Size(83, 120);
|
|
this.layoutControlItem3.Text = "layoutControlItem3";
|
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem3.TextToControlDistance = 0;
|
|
this.layoutControlItem3.TextVisible = false;
|
|
//
|
|
// TileTop3Companies
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(139)))), ((int)(((byte)(10)))));
|
|
this.Controls.Add(this.layoutControl1);
|
|
this.Name = "TileTop3Companies";
|
|
this.Size = new System.Drawing.Size(248, 120);
|
|
((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();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private XtraLayout.LayoutControl layoutControl1;
|
|
private XtraEditors.LabelControl labelControl1;
|
|
private XtraEditors.LabelControl labelControl2;
|
|
private XtraEditors.LabelControl labelControl3;
|
|
private XtraLayout.LayoutControlGroup layoutControlGroup1;
|
|
private XtraLayout.LayoutControlItem layoutControlItem3;
|
|
private XtraLayout.LayoutControlItem layoutControlItem1;
|
|
private XtraLayout.LayoutControlItem layoutControlItem2;
|
|
|
|
|
|
}
|
|
}
|