namespace CLIP.eForm.Consent.UI { partial class ConsentSelectTabPageConsentSet { /// /// 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 Component 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(ConsentSelectTabPageConsentSet)); this.treeViewConsentSet = new System.Windows.Forms.TreeView(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.SuspendLayout(); // // treeViewConsentSet // this.treeViewConsentSet.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.treeViewConsentSet.ImageIndex = 0; this.treeViewConsentSet.ImageList = this.imageList1; this.treeViewConsentSet.ItemHeight = 20; this.treeViewConsentSet.Location = new System.Drawing.Point(0, 0); this.treeViewConsentSet.Name = "treeViewConsentSet"; this.treeViewConsentSet.SelectedImageIndex = 0; this.treeViewConsentSet.Size = new System.Drawing.Size(432, 425); this.treeViewConsentSet.TabIndex = 1; this.treeViewConsentSet.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeViewConsentSet_NodeMouseDoubleClick); // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "form.png"); this.imageList1.Images.SetKeyName(1, "personal.png"); this.imageList1.Images.SetKeyName(2, "dept.png"); this.imageList1.Images.SetKeyName(3, "red_circle.png"); // // ConsentSelectTabPageConsentSet // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.treeViewConsentSet); this.Name = "ConsentSelectTabPageConsentSet"; this.Size = new System.Drawing.Size(432, 425); this.Load += new System.EventHandler(this.ConsentSelectTabPageConsentSet_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TreeView treeViewConsentSet; private System.Windows.Forms.ImageList imageList1; } }