1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- namespace CLIP.eForm.Consent.UI
- {
- partial class ConsentSelectTabPageConsentSet
- {
- /// <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.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;
- }
- }
|