82 lines
3.1 KiB
C#
82 lines
3.1 KiB
C#
|
namespace RyzStudio.Windows.ThemedForms
|
|||
|
{
|
|||
|
partial class TextButtonBox
|
|||
|
{
|
|||
|
/// <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.textBox1 = new System.Windows.Forms.TextBox();
|
|||
|
this.imageBox1 = new RyzStudio.Windows.Forms.ImageBox();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.imageBox1)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// textBox1
|
|||
|
//
|
|||
|
this.textBox1.BackColor = System.Drawing.SystemColors.Window;
|
|||
|
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.textBox1.HideSelection = false;
|
|||
|
this.textBox1.Location = new System.Drawing.Point(7, 7);
|
|||
|
this.textBox1.Name = "textBox1";
|
|||
|
this.textBox1.Size = new System.Drawing.Size(68, 13);
|
|||
|
this.textBox1.TabIndex = 0;
|
|||
|
//
|
|||
|
// imageBox1
|
|||
|
//
|
|||
|
this.imageBox1.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.imageBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|||
|
this.imageBox1.ErrorImage = null;
|
|||
|
this.imageBox1.HighlightImage = null;
|
|||
|
this.imageBox1.Image = null;
|
|||
|
this.imageBox1.InitialImage = null;
|
|||
|
this.imageBox1.Location = new System.Drawing.Point(107, 4);
|
|||
|
this.imageBox1.Name = "imageBox1";
|
|||
|
this.imageBox1.NormalImage = null;
|
|||
|
this.imageBox1.Size = new System.Drawing.Size(18, 25);
|
|||
|
this.imageBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|||
|
this.imageBox1.TabIndex = 1;
|
|||
|
this.imageBox1.TabStop = false;
|
|||
|
//
|
|||
|
// TextBox2
|
|||
|
//
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|||
|
this.Controls.Add(this.imageBox1);
|
|||
|
this.Controls.Add(this.textBox1);
|
|||
|
this.Name = "TextBox2";
|
|||
|
this.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
|||
|
this.Size = new System.Drawing.Size(128, 32);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.imageBox1)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.TextBox textBox1;
|
|||
|
private Forms.ImageBox imageBox1;
|
|||
|
}
|
|||
|
}
|