FormAuthoryRight.Designer.cs 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. namespace SIMDP.View
  2. {
  3. partial class FormAuthoryRight
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAuthoryRight));
  29. this.treeListRight = new DevExpress.XtraTreeList.TreeList();
  30. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip();
  31. this.menu_Edit = new System.Windows.Forms.ToolStripMenuItem();
  32. this.menu_Refresh = new System.Windows.Forms.ToolStripMenuItem();
  33. ((System.ComponentModel.ISupportInitialize)(this.treeListRight)).BeginInit();
  34. this.contextMenuStrip1.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // treeListRight
  38. //
  39. this.treeListRight.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  40. | System.Windows.Forms.AnchorStyles.Left)
  41. | System.Windows.Forms.AnchorStyles.Right)));
  42. this.treeListRight.ContextMenuStrip = this.contextMenuStrip1;
  43. this.treeListRight.Cursor = System.Windows.Forms.Cursors.Default;
  44. this.treeListRight.Location = new System.Drawing.Point(1, 0);
  45. this.treeListRight.Name = "treeListRight";
  46. this.treeListRight.OptionsBehavior.ReadOnly = true;
  47. this.treeListRight.OptionsView.ShowFilterPanelMode = DevExpress.XtraTreeList.ShowFilterPanelMode.ShowAlways;
  48. this.treeListRight.Size = new System.Drawing.Size(799, 451);
  49. this.treeListRight.TabIndex = 0;
  50. this.treeListRight.CustomDrawNodeIndicator += new DevExpress.XtraTreeList.CustomDrawNodeIndicatorEventHandler(this.treeListRight_CustomDrawNodeIndicator);
  51. //
  52. // contextMenuStrip1
  53. //
  54. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  55. this.menu_Edit,
  56. this.menu_Refresh});
  57. this.contextMenuStrip1.Name = "contextMenuStrip1";
  58. this.contextMenuStrip1.Size = new System.Drawing.Size(101, 48);
  59. //
  60. // menu_Edit
  61. //
  62. this.menu_Edit.Image = ((System.Drawing.Image)(resources.GetObject("menu_Edit.Image")));
  63. this.menu_Edit.Name = "menu_Edit";
  64. this.menu_Edit.Size = new System.Drawing.Size(100, 22);
  65. this.menu_Edit.Text = "编辑";
  66. this.menu_Edit.Click += new System.EventHandler(this.menu_Edit_Click);
  67. //
  68. // menu_Refresh
  69. //
  70. this.menu_Refresh.Image = global::SIMDP.View.Properties.Resources.Refresh_16x16;
  71. this.menu_Refresh.Name = "menu_Refresh";
  72. this.menu_Refresh.Size = new System.Drawing.Size(100, 22);
  73. this.menu_Refresh.Text = "刷新";
  74. this.menu_Refresh.Click += new System.EventHandler(this.menu_Refresh_Click);
  75. //
  76. // FormAuthoryRight
  77. //
  78. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  79. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  80. this.ClientSize = new System.Drawing.Size(800, 450);
  81. this.Controls.Add(this.treeListRight);
  82. this.Name = "FormAuthoryRight";
  83. this.Text = "功能管理";
  84. this.Load += new System.EventHandler(this.FormAuthoryRight_Load);
  85. ((System.ComponentModel.ISupportInitialize)(this.treeListRight)).EndInit();
  86. this.contextMenuStrip1.ResumeLayout(false);
  87. this.ResumeLayout(false);
  88. }
  89. #endregion
  90. private DevExpress.XtraTreeList.TreeList treeListRight;
  91. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  92. private System.Windows.Forms.ToolStripMenuItem menu_Edit;
  93. private System.Windows.Forms.ToolStripMenuItem menu_Refresh;
  94. }
  95. }