F_SYS_0202.Designer.cs 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. namespace Dongke.IBOSS.PRD.Client
  2. {
  3. partial class F_SYS_0202
  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 Windows Form 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(F_SYS_0202));
  30. this.trvMenu = new System.Windows.Forms.TreeView();
  31. this.imglstNavigation = new System.Windows.Forms.ImageList(this.components);
  32. this.btnExpand = new System.Windows.Forms.Button();
  33. this.btnCollapse = new System.Windows.Forms.Button();
  34. this.panel1 = new System.Windows.Forms.Panel();
  35. this.panel1.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // trvMenu
  39. //
  40. this.trvMenu.Dock = System.Windows.Forms.DockStyle.Fill;
  41. this.trvMenu.ImageIndex = 0;
  42. this.trvMenu.ImageList = this.imglstNavigation;
  43. this.trvMenu.Indent = 20;
  44. this.trvMenu.ItemHeight = 20;
  45. this.trvMenu.Location = new System.Drawing.Point(0, 23);
  46. this.trvMenu.Name = "trvMenu";
  47. this.trvMenu.SelectedImageIndex = 0;
  48. this.trvMenu.Size = new System.Drawing.Size(214, 436);
  49. this.trvMenu.TabIndex = 0;
  50. this.trvMenu.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.trvMenu_AfterCollapse);
  51. this.trvMenu.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.trvMenu_AfterExpand);
  52. this.trvMenu.SizeChanged += new System.EventHandler(this.trvMenu_SizeChanged);
  53. this.trvMenu.DoubleClick += new System.EventHandler(this.trvMenu_DoubleClick);
  54. //
  55. // imglstNavigation
  56. //
  57. this.imglstNavigation.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglstNavigation.ImageStream")));
  58. this.imglstNavigation.TransparentColor = System.Drawing.Color.Transparent;
  59. this.imglstNavigation.Images.SetKeyName(0, "close.png");
  60. this.imglstNavigation.Images.SetKeyName(1, "list.png");
  61. this.imglstNavigation.Images.SetKeyName(2, "open.png");
  62. //
  63. // btnExpand
  64. //
  65. this.btnExpand.Dock = System.Windows.Forms.DockStyle.Left;
  66. this.btnExpand.Location = new System.Drawing.Point(0, 0);
  67. this.btnExpand.Name = "btnExpand";
  68. this.btnExpand.Size = new System.Drawing.Size(107, 23);
  69. this.btnExpand.TabIndex = 1;
  70. this.btnExpand.Text = "展开全部";
  71. this.btnExpand.UseVisualStyleBackColor = true;
  72. this.btnExpand.Click += new System.EventHandler(this.btnExpand_Click);
  73. //
  74. // btnCollapse
  75. //
  76. this.btnCollapse.Dock = System.Windows.Forms.DockStyle.Fill;
  77. this.btnCollapse.Location = new System.Drawing.Point(107, 0);
  78. this.btnCollapse.Name = "btnCollapse";
  79. this.btnCollapse.Size = new System.Drawing.Size(107, 23);
  80. this.btnCollapse.TabIndex = 2;
  81. this.btnCollapse.Text = "折叠全部";
  82. this.btnCollapse.UseVisualStyleBackColor = true;
  83. this.btnCollapse.Click += new System.EventHandler(this.btnCollapse_Click);
  84. //
  85. // panel1
  86. //
  87. this.panel1.Controls.Add(this.btnCollapse);
  88. this.panel1.Controls.Add(this.btnExpand);
  89. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  90. this.panel1.Location = new System.Drawing.Point(0, 0);
  91. this.panel1.Name = "panel1";
  92. this.panel1.Size = new System.Drawing.Size(214, 23);
  93. this.panel1.TabIndex = 1;
  94. //
  95. // F_SYS_0202
  96. //
  97. this.AllowEndUserDocking = false;
  98. this.AutoHidePortion = 230D;
  99. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  100. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  101. this.ClientSize = new System.Drawing.Size(214, 459);
  102. this.CloseButton = false;
  103. this.CloseButtonVisible = false;
  104. this.Controls.Add(this.trvMenu);
  105. this.Controls.Add(this.panel1);
  106. this.DockAreas = Dongke.IBOSS.PRD.Basics.DockPanel.DockAreas.DockLeft;
  107. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  108. this.Name = "F_SYS_0202";
  109. this.ShowHint = Dongke.IBOSS.PRD.Basics.DockPanel.DockState.DockLeft;
  110. this.ShowIcon = false;
  111. this.TabText = "业务导航菜单";
  112. this.Text = "业务导航菜单";
  113. this.Load += new System.EventHandler(this.F_SYS_0202_Load);
  114. this.panel1.ResumeLayout(false);
  115. this.ResumeLayout(false);
  116. }
  117. #endregion
  118. private System.Windows.Forms.TreeView trvMenu;
  119. private System.Windows.Forms.ImageList imglstNavigation;
  120. private System.Windows.Forms.Button btnExpand;
  121. private System.Windows.Forms.Button btnCollapse;
  122. private System.Windows.Forms.Panel panel1;
  123. // private Basics.BaseControls.DKButtonTreeView tvwNavigation;
  124. }
  125. }