2013-06-24 13:41:48 +02:00
|
|
|
using System;
|
|
|
|
|
|
|
|
namespace XenAdmin.Controls
|
|
|
|
{
|
|
|
|
partial class ChevronButton
|
|
|
|
{
|
|
|
|
/// <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()
|
|
|
|
{
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChevronButton));
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
this.pictureBoxButton = new System.Windows.Forms.PictureBox();
|
2016-07-20 00:56:47 +02:00
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
2013-06-24 13:41:48 +02:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxButton)).BeginInit();
|
2016-07-20 00:56:47 +02:00
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
2013-06-24 13:41:48 +02:00
|
|
|
this.SuspendLayout();
|
|
|
|
//
|
|
|
|
// label1
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.label1, "label1");
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
//
|
|
|
|
// pictureBoxButton
|
|
|
|
//
|
|
|
|
this.pictureBoxButton.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
this.pictureBoxButton.Image = global::XenAdmin.Properties.Resources.PDChevronRight;
|
|
|
|
resources.ApplyResources(this.pictureBoxButton, "pictureBoxButton");
|
|
|
|
this.pictureBoxButton.Name = "pictureBoxButton";
|
|
|
|
this.pictureBoxButton.TabStop = false;
|
|
|
|
//
|
2016-07-20 00:56:47 +02:00
|
|
|
// tableLayoutPanel1
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.pictureBoxButton, 0, 0);
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label1, 1, 0);
|
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
|
//
|
2013-06-24 13:41:48 +02:00
|
|
|
// ChevronButton
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this, "$this");
|
2016-07-20 00:56:47 +02:00
|
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
2013-06-24 13:41:48 +02:00
|
|
|
this.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
this.DoubleBuffered = true;
|
|
|
|
this.Name = "ChevronButton";
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxButton)).EndInit();
|
2016-07-20 00:56:47 +02:00
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
|
this.tableLayoutPanel1.PerformLayout();
|
2013-06-24 13:41:48 +02:00
|
|
|
this.ResumeLayout(false);
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
private System.Windows.Forms.PictureBox pictureBoxButton;
|
2016-07-20 00:56:47 +02:00
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
2013-06-24 13:41:48 +02:00
|
|
|
}
|
|
|
|
}
|