ConsentSelectTabPageConsentSet.Designer.cs 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. namespace CLIP.eForm.Consent.UI
  2. {
  3. partial class ConsentSelectTabPageConsentSet
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Component Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConsentSelectTabPageConsentSet));
  30. this.treeViewConsentSet = new System.Windows.Forms.TreeView();
  31. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  32. this.SuspendLayout();
  33. //
  34. // treeViewConsentSet
  35. //
  36. this.treeViewConsentSet.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  37. | System.Windows.Forms.AnchorStyles.Left)
  38. | System.Windows.Forms.AnchorStyles.Right)));
  39. this.treeViewConsentSet.ImageIndex = 0;
  40. this.treeViewConsentSet.ImageList = this.imageList1;
  41. this.treeViewConsentSet.ItemHeight = 20;
  42. this.treeViewConsentSet.Location = new System.Drawing.Point(0, 0);
  43. this.treeViewConsentSet.Name = "treeViewConsentSet";
  44. this.treeViewConsentSet.SelectedImageIndex = 0;
  45. this.treeViewConsentSet.Size = new System.Drawing.Size(432, 425);
  46. this.treeViewConsentSet.TabIndex = 1;
  47. this.treeViewConsentSet.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeViewConsentSet_NodeMouseDoubleClick);
  48. //
  49. // imageList1
  50. //
  51. this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
  52. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  53. this.imageList1.Images.SetKeyName(0, "form.png");
  54. this.imageList1.Images.SetKeyName(1, "personal.png");
  55. this.imageList1.Images.SetKeyName(2, "dept.png");
  56. this.imageList1.Images.SetKeyName(3, "red_circle.png");
  57. //
  58. // ConsentSelectTabPageConsentSet
  59. //
  60. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  61. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  62. this.Controls.Add(this.treeViewConsentSet);
  63. this.Name = "ConsentSelectTabPageConsentSet";
  64. this.Size = new System.Drawing.Size(432, 425);
  65. this.Load += new System.EventHandler(this.ConsentSelectTabPageConsentSet_Load);
  66. this.ResumeLayout(false);
  67. }
  68. #endregion
  69. private System.Windows.Forms.TreeView treeViewConsentSet;
  70. private System.Windows.Forms.ImageList imageList1;
  71. }
  72. }