namespace DevExpress.StockMarketTrader.Tiles { partial class ucPinButton { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if(disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // pictureBox1 // this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Hand; this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right; this.pictureBox1.Location = new System.Drawing.Point(196, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(38, 40); this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // labelControl1 // this.labelControl1.Appearance.BackColor = System.Drawing.Color.Transparent; this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical; this.labelControl1.Cursor = System.Windows.Forms.Cursors.Hand; this.labelControl1.Dock = System.Windows.Forms.DockStyle.Right; this.labelControl1.Location = new System.Drawing.Point(37, 0); this.labelControl1.Name = "labelControl1"; this.labelControl1.Padding = new System.Windows.Forms.Padding(0, 12, 10, 0); this.labelControl1.Size = new System.Drawing.Size(159, 38); this.labelControl1.TabIndex = 1; this.labelControl1.Text = "Press this button to add a live tile to your start screen"; // // ucPinButton // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Transparent; this.Controls.Add(this.labelControl1); this.Controls.Add(this.pictureBox1); this.Name = "ucPinButton"; this.Size = new System.Drawing.Size(234, 40); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private XtraEditors.LabelControl labelControl1; } }