frmMyMenuInfo.Designer.cs 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. namespace Core.Mes.ClientManager
  2. {
  3. partial class frmMyMenuInfo
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.button1 = new System.Windows.Forms.Button();
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.ultraTree1 = new Infragistics.Win.UltraWinTree.UltraTree();
  31. this.panel1.SuspendLayout();
  32. ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).BeginInit();
  33. this.SuspendLayout();
  34. //
  35. // button1
  36. //
  37. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  38. this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
  39. this.button1.Location = new System.Drawing.Point(355, 7);
  40. this.button1.Name = "button1";
  41. this.button1.Size = new System.Drawing.Size(75, 23);
  42. this.button1.TabIndex = 1;
  43. this.button1.Text = "关闭";
  44. this.button1.UseVisualStyleBackColor = true;
  45. //
  46. // panel1
  47. //
  48. this.panel1.Controls.Add(this.button1);
  49. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  50. this.panel1.Location = new System.Drawing.Point(0, 531);
  51. this.panel1.Name = "panel1";
  52. this.panel1.Size = new System.Drawing.Size(442, 42);
  53. this.panel1.TabIndex = 2;
  54. //
  55. // ultraTree1
  56. //
  57. this.ultraTree1.Dock = System.Windows.Forms.DockStyle.Fill;
  58. this.ultraTree1.Location = new System.Drawing.Point(0, 0);
  59. this.ultraTree1.Name = "ultraTree1";
  60. this.ultraTree1.Size = new System.Drawing.Size(442, 531);
  61. this.ultraTree1.TabIndex = 3;
  62. //
  63. // frmMyMenuInfo
  64. //
  65. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  66. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  67. this.ClientSize = new System.Drawing.Size(442, 573);
  68. this.Controls.Add(this.ultraTree1);
  69. this.Controls.Add(this.panel1);
  70. this.MaximizeBox = false;
  71. this.MinimizeBox = false;
  72. this.Name = "frmMyMenuInfo";
  73. this.ShowInTaskbar = false;
  74. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  75. this.Text = "我的有效菜单";
  76. this.Load += new System.EventHandler(this.frmMyMenuInfo_Load);
  77. this.panel1.ResumeLayout(false);
  78. ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).EndInit();
  79. this.ResumeLayout(false);
  80. }
  81. #endregion
  82. private System.Windows.Forms.Button button1;
  83. private System.Windows.Forms.Panel panel1;
  84. private Infragistics.Win.UltraWinTree.UltraTree ultraTree1;
  85. }
  86. }