namespace CSFrameworkV5.Library.CommonForms { partial class frmImageRes { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmImageRes)); this.imgCheck = new System.Windows.Forms.ImageList(this.components); this.SuspendLayout(); // // imgCheck // this.imgCheck.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgCheck.ImageStream"))); this.imgCheck.TransparentColor = System.Drawing.Color.Transparent; this.imgCheck.Images.SetKeyName(0, "remove_24px_1078407_easyicon.net.ico"); this.imgCheck.Images.SetKeyName(1, "List_Remove_24px_1081081_easyicon.net.ico"); this.imgCheck.Images.SetKeyName(2, "List_Remove111_24px_1081081_easyicon.net.ico"); this.imgCheck.Images.SetKeyName(3, "Form_Input_Checkbox_Light_Blue_24px_1079865_easyicon.net.ico"); // // frmImageRes // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 262); this.Name = "frmImageRes"; this.Text = "frmImageRes"; this.ResumeLayout(false); } #endregion internal System.Windows.Forms.ImageList imgCheck; } }