Exemplo n.º 1
0
        public static void Load(Aisino.Framework.Plugin.Core.Controls.OutlookBar.OutlookBar outlookBar_0, object object_0, string string_0, bool bool_0)
        {
            Class120 class2 = PlugInTree.smethod_5(string_0);

            if (class2 != null)
            {
                OutlookBarNodeCollection nodes = smethod_2(class2.method_2(object_0, bool_0));
                for (int i = nodes.Count - 1; i >= 0; i--)
                {
                    outlookBar_0.Nodes.Add(nodes[i]);
                }
            }
        }
Exemplo n.º 2
0
 private void InitializeComponent_1()
 {
     this.outlookBar1 = new Aisino.Framework.Plugin.Core.Controls.OutlookBar.OutlookBar();
     base.SuspendLayout();
     this.outlookBar1.AutoScroll = true;
     this.outlookBar1.BackColor  = Color.FromArgb(0xe3, 0xee, 0xf9);
     this.outlookBar1.Dock       = DockStyle.Fill;
     this.outlookBar1.Location   = new Point(0, 0);
     this.outlookBar1.Name       = "outlookBar1";
     this.outlookBar1.Size       = new Size(0xb3, 0x1d0);
     this.outlookBar1.TabIndex   = 0;
     base.AutoScaleDimensions    = new SizeF(6f, 12f);
     base.AutoScaleMode          = AutoScaleMode.Font;
     base.ClientSize             = new Size(0xb3, 0x1d0);
     base.ControlBox             = false;
     base.Controls.Add(this.outlookBar1);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name            = "DockOutLookBar";
     base.ShowIcon        = false;
     this.Text            = "导航栏";
     base.ResumeLayout(false);
 }