namespace com.clusterrr.hakchi_gui { partial class ImageGooglerForm { /// /// 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(ImageGooglerForm)); this.listView = new System.Windows.Forms.ListView(); this.imageList = new System.Windows.Forms.ImageList(this.components); this.SuspendLayout(); // // listView // resources.ApplyResources(this.listView, "listView"); this.listView.LargeImageList = this.imageList; this.listView.Name = "listView"; this.listView.SmallImageList = this.imageList; this.listView.UseCompatibleStateImageBehavior = false; this.listView.DoubleClick += new System.EventHandler(this.listView_DoubleClick); // // imageList // this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit; resources.ApplyResources(this.imageList, "imageList"); this.imageList.TransparentColor = System.Drawing.Color.Transparent; // // ImageGooglerForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.listView); this.MinimizeBox = false; this.Name = "ImageGooglerForm"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ImageGooglerForm_FormClosing); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListView listView; private System.Windows.Forms.ImageList imageList; } }