73 lines
3.2 KiB
C#
73 lines
3.2 KiB
C#
namespace Reseter2
|
||
{
|
||
partial class CheckControl
|
||
{
|
||
/// <summary>
|
||
/// Обязательная переменная конструктора.
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// Освободить все используемые ресурсы.
|
||
/// </summary>
|
||
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Код, автоматически созданный конструктором компонентов
|
||
|
||
/// <summary>
|
||
/// Требуемый метод для поддержки конструктора — не изменяйте
|
||
/// содержимое этого метода с помощью редактора кода.
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
this.components = new System.ComponentModel.Container();
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CheckControl));
|
||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||
this.imageList2 = new System.Windows.Forms.ImageList(this.components);
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// pictureBox1
|
||
//
|
||
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
|
||
this.pictureBox1.Name = "pictureBox1";
|
||
this.pictureBox1.Size = new System.Drawing.Size(18, 18);
|
||
this.pictureBox1.TabIndex = 0;
|
||
this.pictureBox1.TabStop = false;
|
||
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
|
||
//
|
||
// imageList2
|
||
//
|
||
this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
|
||
this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
|
||
this.imageList2.Images.SetKeyName(0, "off.ico");
|
||
this.imageList2.Images.SetKeyName(1, "on.ico");
|
||
this.imageList2.Images.SetKeyName(2, "or.ico");
|
||
//
|
||
// CheckControl
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.Controls.Add(this.pictureBox1);
|
||
this.Name = "CheckControl";
|
||
this.Size = new System.Drawing.Size(18, 18);
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.PictureBox pictureBox1;
|
||
private System.Windows.Forms.ImageList imageList2;
|
||
}
|
||
}
|