Пример #1
0
 public void UpdateExpandableSplitter(ExpandableSplitter expandable, bool expanded, bool enabled)
 {
     if (expandable.InvokeRequired)
     {
         expandable.BeginInvoke(
             new MethodInvoker(
                 delegate { UpdateExpandableSplitter(expandable, expanded, enabled); }));
     }
     else
     {
         expandable.Expanded = expanded;
         expandable.Enabled  = enabled;
     }
 }
Пример #2
0
        private void InitializeComponent()
        {
            this.components = new Container();
            ComponentResourceManager resources = new ComponentResourceManager(typeof(UDPForm));

            this.panel_bottom        = new Panel();
            this.sendUc1             = new SendUc();
            this.expandableSplitter1 = new ExpandableSplitter();
            this.checkBoxX_feedback  = new CheckBoxX();
            this.buttonX_start       = new ButtonX();
            this.labelX2             = new LabelX();
            this.panel_main          = new Panel();
            this.receiveUc1          = new ReceiveUc();
            this.expandableSplitter2 = new ExpandableSplitter();
            this.listViewEx1         = new ListViewEx();
            this.columnHeader_ip     = new ColumnHeader();
            this.columnHeader_port   = new ColumnHeader();
            this.groupBox2           = new GroupBox();
            this.panel_left          = new Panel();
            this.panel2    = new Panel();
            this.panel1    = new Panel();
            this.groupBox1 = new GroupBox();
            this.labelX3   = new LabelX();
            this.numericUpDown_loc_port = new NumericUpDown();
            this.buttonX_stop           = new ButtonX();
            this.bar1           = new Bar();
            this.udpport1       = new Udpport(this.components);
            this.comboBoxEx_ip  = new ComboBoxEx();
            this.buttonX_ref_ip = new ButtonX();
            this.panel_bottom.SuspendLayout();
            this.panel_main.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.panel_left.SuspendLayout();
            this.panel2.SuspendLayout();
            this.panel1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.numericUpDown_loc_port.BeginInit();
            this.bar1.BeginInit();
            base.SuspendLayout();
            this.panel_bottom.Controls.Add(this.sendUc1);
            this.panel_bottom.Dock                                = DockStyle.Bottom;
            this.panel_bottom.Location                            = new Point(0xbf, 0xdf);
            this.panel_bottom.Name                                = "panel_bottom";
            this.panel_bottom.Size                                = new Size(0x1c3, 0x86);
            this.panel_bottom.TabIndex                            = 8;
            this.sendUc1.Dock                                     = DockStyle.Fill;
            this.sendUc1.IP                                       = "127.0.0.1";
            this.sendUc1.Location                                 = new Point(0, 0);
            this.sendUc1.Name                                     = "sendUc1";
            this.sendUc1.Port                                     = 0x1a0a;
            this.sendUc1.Size                                     = new Size(0x1c3, 0x86);
            this.sendUc1.TabIndex                                 = 0;
            this.expandableSplitter1.BackColor2                   = SystemColors.ControlDarkDark;
            this.expandableSplitter1.BackColor2SchemePart         = eColorSchemePart.PanelBorder;
            this.expandableSplitter1.BackColorSchemePart          = eColorSchemePart.PanelBackground;
            this.expandableSplitter1.ExpandFillColor              = SystemColors.ControlDarkDark;
            this.expandableSplitter1.ExpandFillColorSchemePart    = eColorSchemePart.PanelBorder;
            this.expandableSplitter1.ExpandLineColor              = SystemColors.ControlText;
            this.expandableSplitter1.ExpandLineColorSchemePart    = eColorSchemePart.ItemText;
            this.expandableSplitter1.GripDarkColor                = SystemColors.ControlText;
            this.expandableSplitter1.GripDarkColorSchemePart      = eColorSchemePart.ItemText;
            this.expandableSplitter1.GripLightColor               = Color.FromArgb(0xf4, 0xf6, 0xf8);
            this.expandableSplitter1.GripLightColorSchemePart     = eColorSchemePart.BarBackground;
            this.expandableSplitter1.HotBackColor                 = Color.FromArgb(0xa4, 0xe7, 0xfb);
            this.expandableSplitter1.HotBackColor2                = Color.FromArgb(230, 0xf5, 0xf9);
            this.expandableSplitter1.HotBackColor2SchemePart      = eColorSchemePart.ItemPressedBackground2;
            this.expandableSplitter1.HotBackColorSchemePart       = eColorSchemePart.ItemPressedBackground;
            this.expandableSplitter1.HotExpandFillColor           = SystemColors.ControlDarkDark;
            this.expandableSplitter1.HotExpandFillColorSchemePart = eColorSchemePart.PanelBorder;
            this.expandableSplitter1.HotExpandLineColor           = SystemColors.ControlText;
            this.expandableSplitter1.HotExpandLineColorSchemePart = eColorSchemePart.ItemText;
            this.expandableSplitter1.HotGripDarkColor             = SystemColors.ControlDarkDark;
            this.expandableSplitter1.HotGripDarkColorSchemePart   = eColorSchemePart.PanelBorder;
            this.expandableSplitter1.HotGripLightColor            = Color.FromArgb(0xf4, 0xf6, 0xf8);
            this.expandableSplitter1.HotGripLightColorSchemePart  = eColorSchemePart.BarBackground;
            this.expandableSplitter1.Location                     = new Point(0xbc, 0);
            this.expandableSplitter1.Name                         = "expandableSplitter1";
            this.expandableSplitter1.Size                         = new Size(3, 0x165);
            this.expandableSplitter1.TabIndex                     = 7;
            this.expandableSplitter1.TabStop                      = false;
            this.checkBoxX_feedback.Location                      = new Point(2, 0x48);
            this.checkBoxX_feedback.Name                          = "checkBoxX_feedback";
            this.checkBoxX_feedback.Size                          = new Size(0x4b, 0x17);
            this.checkBoxX_feedback.TabIndex                      = 5;
            this.checkBoxX_feedback.Text                          = "自动回传";
            this.checkBoxX_feedback.CheckedChanged               += new EventHandler(this.checkBoxX_feedback_CheckedChanged);
            this.buttonX_start.AccessibleRole                     = AccessibleRole.PushButton;
            this.buttonX_start.ColorTable                         = eButtonColor.OrangeWithBackground;
            this.buttonX_start.Location                           = new Point(9, 0x67);
            this.buttonX_start.Name                               = "buttonX_start";
            this.buttonX_start.Size                               = new Size(0x45, 0x17);
            this.buttonX_start.TabIndex                           = 4;
            this.buttonX_start.Text                               = "启动";
            this.buttonX_start.Click                             += new EventHandler(this.buttonX_start_Click);
            this.labelX2.Location                                 = new Point(6, 0x10);
            this.labelX2.Name                                     = "labelX2";
            this.labelX2.Size                                     = new Size(0x41, 0x17);
            this.labelX2.TabIndex                                 = 2;
            this.labelX2.Text                                     = "本地IP:";
            this.panel_main.Controls.Add(this.receiveUc1);
            this.panel_main.Dock                                  = DockStyle.Fill;
            this.panel_main.Location                              = new Point(0xbf, 0);
            this.panel_main.Name                                  = "panel_main";
            this.panel_main.Size                                  = new Size(0x1c3, 0xdf);
            this.panel_main.TabIndex                              = 10;
            this.receiveUc1.Dock                                  = DockStyle.Fill;
            this.receiveUc1.Location                              = new Point(0, 0);
            this.receiveUc1.Name                                  = "receiveUc1";
            this.receiveUc1.Size                                  = new Size(0x1c3, 0xdf);
            this.receiveUc1.TabIndex                              = 0;
            this.expandableSplitter2.BackColor2                   = SystemColors.ControlDarkDark;
            this.expandableSplitter2.BackColor2SchemePart         = eColorSchemePart.PanelBorder;
            this.expandableSplitter2.BackColorSchemePart          = eColorSchemePart.PanelBackground;
            this.expandableSplitter2.Dock                         = DockStyle.Bottom;
            this.expandableSplitter2.ExpandFillColor              = SystemColors.ControlDarkDark;
            this.expandableSplitter2.ExpandFillColorSchemePart    = eColorSchemePart.PanelBorder;
            this.expandableSplitter2.ExpandLineColor              = SystemColors.ControlText;
            this.expandableSplitter2.ExpandLineColorSchemePart    = eColorSchemePart.ItemText;
            this.expandableSplitter2.GripDarkColor                = SystemColors.ControlText;
            this.expandableSplitter2.GripDarkColorSchemePart      = eColorSchemePart.ItemText;
            this.expandableSplitter2.GripLightColor               = Color.FromArgb(0xf4, 0xf6, 0xf8);
            this.expandableSplitter2.GripLightColorSchemePart     = eColorSchemePart.BarBackground;
            this.expandableSplitter2.HotBackColor                 = Color.FromArgb(0xa4, 0xe7, 0xfb);
            this.expandableSplitter2.HotBackColor2                = Color.FromArgb(230, 0xf5, 0xf9);
            this.expandableSplitter2.HotBackColor2SchemePart      = eColorSchemePart.ItemPressedBackground2;
            this.expandableSplitter2.HotBackColorSchemePart       = eColorSchemePart.ItemPressedBackground;
            this.expandableSplitter2.HotExpandFillColor           = SystemColors.ControlDarkDark;
            this.expandableSplitter2.HotExpandFillColorSchemePart = eColorSchemePart.PanelBorder;
            this.expandableSplitter2.HotExpandLineColor           = SystemColors.ControlText;
            this.expandableSplitter2.HotExpandLineColorSchemePart = eColorSchemePart.ItemText;
            this.expandableSplitter2.HotGripDarkColor             = SystemColors.ControlDarkDark;
            this.expandableSplitter2.HotGripDarkColorSchemePart   = eColorSchemePart.PanelBorder;
            this.expandableSplitter2.HotGripLightColor            = Color.FromArgb(0xf4, 0xf6, 0xf8);
            this.expandableSplitter2.HotGripLightColorSchemePart  = eColorSchemePart.BarBackground;
            this.expandableSplitter2.Location                     = new Point(0xbc, 0x165);
            this.expandableSplitter2.Name                         = "expandableSplitter2";
            this.expandableSplitter2.Size                         = new Size(0x1c6, 3);
            this.expandableSplitter2.TabIndex                     = 9;
            this.expandableSplitter2.TabStop                      = false;
            this.listViewEx1.Border.Class                         = "ListViewBorder";
            this.listViewEx1.Columns.AddRange(new ColumnHeader[] { this.columnHeader_ip, this.columnHeader_port });
            this.listViewEx1.Dock          = DockStyle.Fill;
            this.listViewEx1.FullRowSelect = true;
            this.listViewEx1.GridLines     = true;
            this.listViewEx1.Location      = new Point(3, 0x11);
            this.listViewEx1.MultiSelect   = false;
            this.listViewEx1.Name          = "listViewEx1";
            this.listViewEx1.Size          = new Size(0xb0, 0xbd);
            this.listViewEx1.TabIndex      = 0;
            this.listViewEx1.UseCompatibleStateImageBehavior = false;
            this.listViewEx1.View = View.Details;
            this.listViewEx1.SelectedIndexChanged += new EventHandler(this.listViewEx1_SelectedIndexChanged);
            this.columnHeader_ip.Text              = "IP";
            this.columnHeader_ip.Width             = 0x5d;
            this.columnHeader_port.Text            = "端口";
            this.columnHeader_port.Width           = 40;
            this.groupBox2.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
            this.groupBox2.Controls.Add(this.listViewEx1);
            this.groupBox2.Location = new Point(3, 3);
            this.groupBox2.Name     = "groupBox2";
            this.groupBox2.Size     = new Size(0xb6, 0xd1);
            this.groupBox2.TabIndex = 0;
            this.groupBox2.TabStop  = false;
            this.groupBox2.Text     = "客户端列表";
            this.panel_left.Controls.Add(this.panel2);
            this.panel_left.Controls.Add(this.panel1);
            this.panel_left.Dock     = DockStyle.Left;
            this.panel_left.Location = new Point(0, 0);
            this.panel_left.Name     = "panel_left";
            this.panel_left.Size     = new Size(0xbc, 360);
            this.panel_left.TabIndex = 5;
            this.panel2.Controls.Add(this.groupBox2);
            this.panel2.Dock     = DockStyle.Fill;
            this.panel2.Location = new Point(0, 0x8e);
            this.panel2.Name     = "panel2";
            this.panel2.Size     = new Size(0xbc, 0xda);
            this.panel2.TabIndex = 1;
            this.panel1.Controls.Add(this.groupBox1);
            this.panel1.Dock      = DockStyle.Top;
            this.panel1.Location  = new Point(0, 0);
            this.panel1.Name      = "panel1";
            this.panel1.Size      = new Size(0xbc, 0x8e);
            this.panel1.TabIndex  = 0;
            this.groupBox1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
            this.groupBox1.Controls.Add(this.buttonX_ref_ip);
            this.groupBox1.Controls.Add(this.comboBoxEx_ip);
            this.groupBox1.Controls.Add(this.labelX3);
            this.groupBox1.Controls.Add(this.numericUpDown_loc_port);
            this.groupBox1.Controls.Add(this.buttonX_stop);
            this.groupBox1.Controls.Add(this.checkBoxX_feedback);
            this.groupBox1.Controls.Add(this.buttonX_start);
            this.groupBox1.Controls.Add(this.labelX2);
            this.groupBox1.Location = new Point(3, 3);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new Size(0xb6, 0x85);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop  = false;
            this.groupBox1.Text     = "设置区";
            this.labelX3.Location   = new Point(6, 0x2b);
            this.labelX3.Name       = "labelX3";
            this.labelX3.Size       = new Size(0x41, 0x17);
            this.labelX3.TabIndex   = 11;
            this.labelX3.Text       = "本地端口:";
            this.numericUpDown_loc_port.Location = new Point(0x49, 0x2d);
            int[] CS$0$0001 = new int[4];
            CS$0$0001[0] = 0x7fff;
            this.numericUpDown_loc_port.Maximum = new decimal(CS$0$0001);
            CS$0$0001    = new int[4];
            CS$0$0001[0] = 1;
            this.numericUpDown_loc_port.Minimum  = new decimal(CS$0$0001);
            this.numericUpDown_loc_port.Name     = "numericUpDown_loc_port";
            this.numericUpDown_loc_port.Size     = new Size(0x41, 0x15);
            this.numericUpDown_loc_port.TabIndex = 10;
            CS$0$0001    = new int[4];
            CS$0$0001[0] = 0x1a0a;
            this.numericUpDown_loc_port.Value = new decimal(CS$0$0001);
            this.buttonX_stop.AccessibleRole  = AccessibleRole.PushButton;
            this.buttonX_stop.ColorTable      = eButtonColor.OrangeWithBackground;
            this.buttonX_stop.Enabled         = false;
            this.buttonX_stop.Location        = new Point(100, 0x67);
            this.buttonX_stop.Name            = "buttonX_stop";
            this.buttonX_stop.Size            = new Size(0x45, 0x17);
            this.buttonX_stop.TabIndex        = 7;
            this.buttonX_stop.Text            = "停止";
            this.buttonX_stop.Click          += new EventHandler(this.buttonX_stop_Click);
            this.bar1.AccessibleDescription   = "DotNetBar Bar (bar1)";
            this.bar1.AccessibleName          = "DotNetBar Bar";
            this.bar1.AccessibleRole          = AccessibleRole.StatusBar;
            this.bar1.Dock                       = DockStyle.Bottom;
            this.bar1.GrabHandleStyle            = eGrabHandleStyle.ResizeHandle;
            this.bar1.Location                   = new Point(0, 360);
            this.bar1.Name                       = "bar1";
            this.bar1.Size                       = new Size(0x282, 0x19);
            this.bar1.Stretch                    = true;
            this.bar1.Style                      = eDotNetBarStyle.Office2007;
            this.bar1.TabIndex                   = 6;
            this.bar1.TabStop                    = false;
            this.bar1.Text                       = "bar1";
            this.udpport1.About                  = "";
            this.udpport1.InvokeThrough          = null;
            this.udpport1.TimeToLive             = 0xff;
            this.comboBoxEx_ip.DisplayMember     = "Text";
            this.comboBoxEx_ip.DrawMode          = DrawMode.OwnerDrawFixed;
            this.comboBoxEx_ip.FormattingEnabled = true;
            this.comboBoxEx_ip.Location          = new Point(0x48, 0x11);
            this.comboBoxEx_ip.Name              = "comboBoxEx_ip";
            this.comboBoxEx_ip.Size              = new Size(0x66, 0x16);
            this.comboBoxEx_ip.TabIndex          = 12;
            this.comboBoxEx_ip.Text              = "192.168.1.66";
            this.buttonX_ref_ip.AccessibleRole   = AccessibleRole.PushButton;
            this.buttonX_ref_ip.ColorTable       = eButtonColor.OrangeWithBackground;
            this.buttonX_ref_ip.Enabled          = false;
            this.buttonX_ref_ip.Location         = new Point(0x49, 0x48);
            this.buttonX_ref_ip.Name             = "buttonX_ref_ip";
            this.buttonX_ref_ip.Size             = new Size(0x67, 0x17);
            this.buttonX_ref_ip.TabIndex         = 13;
            this.buttonX_ref_ip.Text             = "刷新本地IP列表";
            this.buttonX_ref_ip.Click           += new EventHandler(this.buttonX_ref_ip_Click);
            base.AutoScaleDimensions             = new SizeF(6f, 12f);
            base.AutoScaleMode                   = AutoScaleMode.Font;
            base.ClientSize                      = new Size(0x282, 0x181);
            base.Controls.Add(this.panel_main);
            base.Controls.Add(this.panel_bottom);
            base.Controls.Add(this.expandableSplitter1);
            base.Controls.Add(this.expandableSplitter2);
            base.Controls.Add(this.panel_left);
            base.Controls.Add(this.bar1);
            base.Icon  = (Icon)resources.GetObject("$this.Icon");
            base.Name  = "UDPForm";
            this.Text  = "UDPForm";
            base.Load += new EventHandler(this.UDPForm_Load);
            this.panel_bottom.ResumeLayout(false);
            this.panel_main.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.panel_left.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.numericUpDown_loc_port.EndInit();
            this.bar1.EndInit();
            base.ResumeLayout(false);
        }
Пример #3
0
        private void InitializeComponent()
        {
            this.components = new Container();
            ComponentResourceManager resources = new ComponentResourceManager(typeof(TCPServerForm));

            this.panel_left         = new Panel();
            this.panel2             = new Panel();
            this.groupBox2          = new GroupBox();
            this.listViewEx1        = new ListViewEx();
            this.columnHeader_index = new ColumnHeader();
            this.columnHeader_ip    = new ColumnHeader();
            this.columnHeader_port  = new ColumnHeader();
            this.panel1             = new Panel();
            this.groupBox1          = new GroupBox();
            this.buttonX_stop       = new ButtonX();
            this.numericUpDown1     = new NumericUpDown();
            this.checkBoxX1         = new CheckBoxX();
            this.buttonX_start      = new ButtonX();
            this.labelX2            = new LabelX();
            this.bar1 = new Bar();
            this.expandableSplitter1 = new ExpandableSplitter();
            this.panel_bottom        = new Panel();
            this.expandableSplitter2 = new ExpandableSplitter();
            this.panel_main          = new Panel();
            this.ipdaemon1           = new Ipdaemon(this.components);
            this.receiveUc1          = new ReceiveUc();
            this.sendUc1             = new SendUc();
            this.panel_left.SuspendLayout();
            this.panel2.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.panel1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.numericUpDown1.BeginInit();
            this.bar1.BeginInit();
            this.panel_bottom.SuspendLayout();
            this.panel_main.SuspendLayout();
            base.SuspendLayout();
            this.panel_left.Controls.Add(this.panel2);
            this.panel_left.Controls.Add(this.panel1);
            this.panel_left.Dock     = DockStyle.Left;
            this.panel_left.Location = new Point(0, 0);
            this.panel_left.Name     = "panel_left";
            this.panel_left.Size     = new Size(0x101, 470);
            this.panel_left.TabIndex = 0;
            this.panel2.Controls.Add(this.groupBox2);
            this.panel2.Dock      = DockStyle.Fill;
            this.panel2.Location  = new Point(0, 0x61);
            this.panel2.Name      = "panel2";
            this.panel2.Size      = new Size(0x101, 0x175);
            this.panel2.TabIndex  = 1;
            this.groupBox2.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
            this.groupBox2.Controls.Add(this.listViewEx1);
            this.groupBox2.Location       = new Point(3, 3);
            this.groupBox2.Name           = "groupBox2";
            this.groupBox2.Size           = new Size(0xfb, 0x16c);
            this.groupBox2.TabIndex       = 0;
            this.groupBox2.TabStop        = false;
            this.groupBox2.Text           = "客户端列表";
            this.listViewEx1.Border.Class = "ListViewBorder";
            this.listViewEx1.CheckBoxes   = true;
            this.listViewEx1.Columns.AddRange(new ColumnHeader[] { this.columnHeader_index, this.columnHeader_ip, this.columnHeader_port });
            this.listViewEx1.Dock          = DockStyle.Fill;
            this.listViewEx1.FullRowSelect = true;
            this.listViewEx1.GridLines     = true;
            this.listViewEx1.Location      = new Point(3, 0x11);
            this.listViewEx1.MultiSelect   = false;
            this.listViewEx1.Name          = "listViewEx1";
            this.listViewEx1.Size          = new Size(0xf5, 0x158);
            this.listViewEx1.TabIndex      = 0;
            this.listViewEx1.UseCompatibleStateImageBehavior = false;
            this.listViewEx1.View         = View.Details;
            this.listViewEx1.ItemChecked += new ItemCheckedEventHandler(this.listViewEx1_ItemChecked);
            this.columnHeader_index.Text  = "序号";
            this.columnHeader_index.Width = 0x37;
            this.columnHeader_ip.Text     = "IP";
            this.columnHeader_ip.Width    = 0x6f;
            this.columnHeader_port.Text   = "端口";
            this.columnHeader_port.Width  = 0x48;
            this.panel1.Controls.Add(this.groupBox1);
            this.panel1.Dock      = DockStyle.Top;
            this.panel1.Location  = new Point(0, 0);
            this.panel1.Name      = "panel1";
            this.panel1.Size      = new Size(0x101, 0x61);
            this.panel1.TabIndex  = 0;
            this.groupBox1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
            this.groupBox1.Controls.Add(this.buttonX_stop);
            this.groupBox1.Controls.Add(this.numericUpDown1);
            this.groupBox1.Controls.Add(this.checkBoxX1);
            this.groupBox1.Controls.Add(this.buttonX_start);
            this.groupBox1.Controls.Add(this.labelX2);
            this.groupBox1.Location          = new Point(3, 3);
            this.groupBox1.Name              = "groupBox1";
            this.groupBox1.Size              = new Size(0xfb, 0x51);
            this.groupBox1.TabIndex          = 0;
            this.groupBox1.TabStop           = false;
            this.groupBox1.Text              = "设置区";
            this.buttonX_stop.AccessibleRole = AccessibleRole.PushButton;
            this.buttonX_stop.ColorTable     = eButtonColor.OrangeWithBackground;
            this.buttonX_stop.Enabled        = false;
            this.buttonX_stop.Location       = new Point(0x81, 0x34);
            this.buttonX_stop.Name           = "buttonX_stop";
            this.buttonX_stop.Size           = new Size(0x45, 0x17);
            this.buttonX_stop.TabIndex       = 7;
            this.buttonX_stop.Text           = "停止";
            this.buttonX_stop.Click         += new EventHandler(this.buttonX_stop_Click);
            this.numericUpDown1.Location     = new Point(0x2d, 0x10);
            int[] CS$0$0001 = new int[4];
            CS$0$0001[0] = 0x7fff;
            this.numericUpDown1.Maximum = new decimal(CS$0$0001);
            CS$0$0001    = new int[4];
            CS$0$0001[0] = 1;
            this.numericUpDown1.Minimum  = new decimal(CS$0$0001);
            this.numericUpDown1.Name     = "numericUpDown1";
            this.numericUpDown1.Size     = new Size(0x41, 0x15);
            this.numericUpDown1.TabIndex = 6;
            CS$0$0001    = new int[4];
            CS$0$0001[0] = 0x1a0a;
            this.numericUpDown1.Value         = new decimal(CS$0$0001);
            this.checkBoxX1.Location          = new Point(0x81, 0x10);
            this.checkBoxX1.Name              = "checkBoxX1";
            this.checkBoxX1.Size              = new Size(0x4b, 0x17);
            this.checkBoxX1.TabIndex          = 5;
            this.checkBoxX1.Text              = "自动回传";
            this.checkBoxX1.CheckedChanged   += new EventHandler(this.checkBoxX1_CheckedChanged);
            this.buttonX_start.AccessibleRole = AccessibleRole.PushButton;
            this.buttonX_start.ColorTable     = eButtonColor.OrangeWithBackground;
            this.buttonX_start.Location       = new Point(0x2d, 0x34);
            this.buttonX_start.Name           = "buttonX_start";
            this.buttonX_start.Size           = new Size(0x45, 0x17);
            this.buttonX_start.TabIndex       = 4;
            this.buttonX_start.Text           = "启动";
            this.buttonX_start.Click         += new EventHandler(this.buttonX_start_Click);
            this.labelX2.Location             = new Point(9, 0x10);
            this.labelX2.Name               = "labelX2";
            this.labelX2.Size               = new Size(0x29, 0x17);
            this.labelX2.TabIndex           = 2;
            this.labelX2.Text               = "端口:";
            this.bar1.AccessibleDescription = "DotNetBar Bar (bar1)";
            this.bar1.AccessibleName        = "DotNetBar Bar";
            this.bar1.AccessibleRole        = AccessibleRole.StatusBar;
            this.bar1.Dock                                        = DockStyle.Bottom;
            this.bar1.GrabHandleStyle                             = eGrabHandleStyle.ResizeHandle;
            this.bar1.Location                                    = new Point(0, 470);
            this.bar1.Name                                        = "bar1";
            this.bar1.Size                                        = new Size(0x341, 0x19);
            this.bar1.Stretch                                     = true;
            this.bar1.Style                                       = eDotNetBarStyle.Office2007;
            this.bar1.TabIndex                                    = 0;
            this.bar1.TabStop                                     = false;
            this.bar1.Text                                        = "bar1";
            this.expandableSplitter1.BackColor2                   = SystemColors.ControlDarkDark;
            this.expandableSplitter1.BackColor2SchemePart         = eColorSchemePart.PanelBorder;
            this.expandableSplitter1.BackColorSchemePart          = eColorSchemePart.PanelBackground;
            this.expandableSplitter1.ExpandFillColor              = SystemColors.ControlDarkDark;
            this.expandableSplitter1.ExpandFillColorSchemePart    = eColorSchemePart.PanelBorder;
            this.expandableSplitter1.ExpandLineColor              = SystemColors.ControlText;
            this.expandableSplitter1.ExpandLineColorSchemePart    = eColorSchemePart.ItemText;
            this.expandableSplitter1.GripDarkColor                = SystemColors.ControlText;
            this.expandableSplitter1.GripDarkColorSchemePart      = eColorSchemePart.ItemText;
            this.expandableSplitter1.GripLightColor               = Color.FromArgb(0xf4, 0xf6, 0xf8);
            this.expandableSplitter1.GripLightColorSchemePart     = eColorSchemePart.BarBackground;
            this.expandableSplitter1.HotBackColor                 = Color.FromArgb(0xa4, 0xe7, 0xfb);
            this.expandableSplitter1.HotBackColor2                = Color.FromArgb(230, 0xf5, 0xf9);
            this.expandableSplitter1.HotBackColor2SchemePart      = eColorSchemePart.ItemPressedBackground2;
            this.expandableSplitter1.HotBackColorSchemePart       = eColorSchemePart.ItemPressedBackground;
            this.expandableSplitter1.HotExpandFillColor           = SystemColors.ControlDarkDark;
            this.expandableSplitter1.HotExpandFillColorSchemePart = eColorSchemePart.PanelBorder;
            this.expandableSplitter1.HotExpandLineColor           = SystemColors.ControlText;
            this.expandableSplitter1.HotExpandLineColorSchemePart = eColorSchemePart.ItemText;
            this.expandableSplitter1.HotGripDarkColor             = SystemColors.ControlDarkDark;
            this.expandableSplitter1.HotGripDarkColorSchemePart   = eColorSchemePart.PanelBorder;
            this.expandableSplitter1.HotGripLightColor            = Color.FromArgb(0xf4, 0xf6, 0xf8);
            this.expandableSplitter1.HotGripLightColorSchemePart  = eColorSchemePart.BarBackground;
            this.expandableSplitter1.Location                     = new Point(0x101, 0);
            this.expandableSplitter1.Name                         = "expandableSplitter1";
            this.expandableSplitter1.Size                         = new Size(3, 470);
            this.expandableSplitter1.TabIndex                     = 1;
            this.expandableSplitter1.TabStop                      = false;
            this.panel_bottom.Controls.Add(this.sendUc1);
            this.panel_bottom.Dock                                = DockStyle.Bottom;
            this.panel_bottom.Location                            = new Point(260, 0x150);
            this.panel_bottom.Name                                = "panel_bottom";
            this.panel_bottom.Size                                = new Size(0x23d, 0x86);
            this.panel_bottom.TabIndex                            = 2;
            this.expandableSplitter2.BackColor2                   = SystemColors.ControlDarkDark;
            this.expandableSplitter2.BackColor2SchemePart         = eColorSchemePart.PanelBorder;
            this.expandableSplitter2.BackColorSchemePart          = eColorSchemePart.PanelBackground;
            this.expandableSplitter2.Dock                         = DockStyle.Bottom;
            this.expandableSplitter2.ExpandFillColor              = SystemColors.ControlDarkDark;
            this.expandableSplitter2.ExpandFillColorSchemePart    = eColorSchemePart.PanelBorder;
            this.expandableSplitter2.ExpandLineColor              = SystemColors.ControlText;
            this.expandableSplitter2.ExpandLineColorSchemePart    = eColorSchemePart.ItemText;
            this.expandableSplitter2.GripDarkColor                = SystemColors.ControlText;
            this.expandableSplitter2.GripDarkColorSchemePart      = eColorSchemePart.ItemText;
            this.expandableSplitter2.GripLightColor               = Color.FromArgb(0xf4, 0xf6, 0xf8);
            this.expandableSplitter2.GripLightColorSchemePart     = eColorSchemePart.BarBackground;
            this.expandableSplitter2.HotBackColor                 = Color.FromArgb(0xa4, 0xe7, 0xfb);
            this.expandableSplitter2.HotBackColor2                = Color.FromArgb(230, 0xf5, 0xf9);
            this.expandableSplitter2.HotBackColor2SchemePart      = eColorSchemePart.ItemPressedBackground2;
            this.expandableSplitter2.HotBackColorSchemePart       = eColorSchemePart.ItemPressedBackground;
            this.expandableSplitter2.HotExpandFillColor           = SystemColors.ControlDarkDark;
            this.expandableSplitter2.HotExpandFillColorSchemePart = eColorSchemePart.PanelBorder;
            this.expandableSplitter2.HotExpandLineColor           = SystemColors.ControlText;
            this.expandableSplitter2.HotExpandLineColorSchemePart = eColorSchemePart.ItemText;
            this.expandableSplitter2.HotGripDarkColor             = SystemColors.ControlDarkDark;
            this.expandableSplitter2.HotGripDarkColorSchemePart   = eColorSchemePart.PanelBorder;
            this.expandableSplitter2.HotGripLightColor            = Color.FromArgb(0xf4, 0xf6, 0xf8);
            this.expandableSplitter2.HotGripLightColorSchemePart  = eColorSchemePart.BarBackground;
            this.expandableSplitter2.Location                     = new Point(260, 0x14d);
            this.expandableSplitter2.Name                         = "expandableSplitter2";
            this.expandableSplitter2.Size                         = new Size(0x23d, 3);
            this.expandableSplitter2.TabIndex                     = 3;
            this.expandableSplitter2.TabStop                      = false;
            this.panel_main.Controls.Add(this.receiveUc1);
            this.panel_main.Dock         = DockStyle.Fill;
            this.panel_main.Location     = new Point(260, 0);
            this.panel_main.Name         = "panel_main";
            this.panel_main.Size         = new Size(0x23d, 0x14d);
            this.panel_main.TabIndex     = 4;
            this.ipdaemon1.About         = "";
            this.ipdaemon1.InvokeThrough = null;
            this.receiveUc1.Dock         = DockStyle.Fill;
            this.receiveUc1.Location     = new Point(0, 0);
            this.receiveUc1.Name         = "receiveUc1";
            this.receiveUc1.Size         = new Size(0x23d, 0x14d);
            this.receiveUc1.TabIndex     = 0;
            this.sendUc1.Dock            = DockStyle.Fill;
            this.sendUc1.IP          = "127.0.0.1";
            this.sendUc1.Location    = new Point(0, 0);
            this.sendUc1.Name        = "sendUc1";
            this.sendUc1.Port        = 0x1a0a;
            this.sendUc1.Size        = new Size(0x23d, 0x86);
            this.sendUc1.TabIndex    = 0;
            base.AutoScaleDimensions = new SizeF(6f, 12f);
            base.AutoScaleMode       = AutoScaleMode.Font;
            base.ClientSize          = new Size(0x341, 0x1ef);
            base.Controls.Add(this.panel_main);
            base.Controls.Add(this.expandableSplitter2);
            base.Controls.Add(this.panel_bottom);
            base.Controls.Add(this.expandableSplitter1);
            base.Controls.Add(this.panel_left);
            base.Controls.Add(this.bar1);
            base.Icon = (Icon)resources.GetObject("$this.Icon");
            base.Name = "TCPServerForm";
            this.Text = "TCPServer";
            this.panel_left.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.numericUpDown1.EndInit();
            this.bar1.EndInit();
            this.panel_bottom.ResumeLayout(false);
            this.panel_main.ResumeLayout(false);
            base.ResumeLayout(false);
        }
Пример #4
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(DotNetBarDesigner));
			this.navigationPane1 = new DevComponents.DotNetBar.NavigationPane();
			this.navigationPanePanel1 = new DevComponents.DotNetBar.NavigationPanePanel();
			this.propertyBars = new System.Windows.Forms.PropertyGrid();
			this.splitter1 = new DevComponents.DotNetBar.ExpandableSplitter();
			this.treeBars = new System.Windows.Forms.TreeView();
			this.imageList = new System.Windows.Forms.ImageList(this.components);
			this.buttonBars = new DevComponents.DotNetBar.ButtonItem();
			this.navigationPanePanel3 = new DevComponents.DotNetBar.NavigationPanePanel();
			this.propertyCategories = new System.Windows.Forms.PropertyGrid();
			this.splitterOffice20031 = new DevComponents.DotNetBar.ExpandableSplitter();
			this.treeCategories = new System.Windows.Forms.TreeView();
			this.buttonCategories = new DevComponents.DotNetBar.ButtonItem();
			this.navigationPanePanel2 = new DevComponents.DotNetBar.NavigationPanePanel();
			this.propertyMenus = new System.Windows.Forms.PropertyGrid();
			this.splitterOffice20032 = new DevComponents.DotNetBar.ExpandableSplitter();
			this.treeMenus = new System.Windows.Forms.TreeView();
			this.buttonContext = new DevComponents.DotNetBar.ButtonItem();
			this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
			this.definitionPreview = new DevComponents.DotNetBar.Design.DefinitionPreviewControl();
			this.splitter2 = new DevComponents.DotNetBar.ExpandableSplitter();
			#if !TRIAL
			this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components,true);
			#else
			this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
			#endif
			
			this.barBottomDockSite = new DevComponents.DotNetBar.DockSite();
			this.barLeftDockSite = new DevComponents.DotNetBar.DockSite();
			this.barRightDockSite = new DevComponents.DotNetBar.DockSite();
			this.barTopDockSite = new DevComponents.DotNetBar.DockSite();
			this.m_OpenFileDialog = new System.Windows.Forms.OpenFileDialog();
			this.m_SaveFileDialog = new System.Windows.Forms.SaveFileDialog();
			this.navigationPane1.SuspendLayout();
			this.navigationPanePanel1.SuspendLayout();
			this.navigationPanePanel3.SuspendLayout();
			this.navigationPanePanel2.SuspendLayout();
			this.SuspendLayout();
			// 
			// navigationPane1
			// 
			this.navigationPane1.ConfigureAddRemoveVisible = false;
			this.navigationPane1.ConfigureNavOptionsVisible = false;
			this.navigationPane1.Controls.AddRange(new System.Windows.Forms.Control[] {
																						  this.navigationPanePanel1,
																						  this.navigationPanePanel3,
																						  this.navigationPanePanel2,
																						  this.navigationPane1.TitlePanel});
			this.navigationPane1.Dock = System.Windows.Forms.DockStyle.Left;
			this.navigationPane1.ItemPaddingBottom = 2;
			this.navigationPane1.ItemPaddingTop = 2;
			this.navigationPane1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
																						   this.buttonBars,
																						   this.buttonContext,
																						   this.buttonCategories});
			this.navigationPane1.Location = new System.Drawing.Point(0, 48);
			this.navigationPane1.Name = "navigationPane1";
			this.navigationPane1.NavigationBarHeight = 88;
			this.navigationPane1.Size = new System.Drawing.Size(304, 468);
			this.navigationPane1.TabIndex = 1;
			// 
			// navigationPane1.TitlePanel
			// 
			this.navigationPane1.TitlePanel.Dock = System.Windows.Forms.DockStyle.Top;
			this.navigationPane1.TitlePanel.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.navigationPane1.TitlePanel.Name = "panelEx1";
			this.navigationPane1.TitlePanel.Size = new System.Drawing.Size(304, 24);
			this.navigationPane1.TitlePanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
			this.navigationPane1.TitlePanel.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
			this.navigationPane1.TitlePanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
			this.navigationPane1.TitlePanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.navigationPane1.TitlePanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
			this.navigationPane1.TitlePanel.Style.GradientAngle = 90;
			this.navigationPane1.TitlePanel.Style.MarginLeft = 4;
			this.navigationPane1.TitlePanel.TabIndex = 0;
			this.navigationPane1.TitlePanel.Text = "Bars";
			this.navigationPane1.PanelChanging += new DevComponents.DotNetBar.PanelChangingEventHandler(this.navigationPane1_PanelChanging);
			// 
			// navigationPanePanel1
			// 
			this.navigationPanePanel1.Controls.AddRange(new System.Windows.Forms.Control[] {
																							   this.propertyBars,
																							   this.splitter1,
																							   this.treeBars});
			this.navigationPanePanel1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.navigationPanePanel1.DockPadding.Left = 1;
			this.navigationPanePanel1.DockPadding.Right = 1;
			this.navigationPanePanel1.DockPadding.Top = 1;
			this.navigationPanePanel1.Location = new System.Drawing.Point(0, 24);
			this.navigationPanePanel1.Name = "navigationPanePanel1";
			this.navigationPanePanel1.ParentItem = this.buttonBars;
			this.navigationPanePanel1.Size = new System.Drawing.Size(304, 356);
			this.navigationPanePanel1.Style.Alignment = System.Drawing.StringAlignment.Center;
			this.navigationPanePanel1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.navigationPanePanel1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
			this.navigationPanePanel1.Style.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Tile;
			this.navigationPanePanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
			this.navigationPanePanel1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.navigationPanePanel1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.navigationPanePanel1.Style.GradientAngle = 90;
			this.navigationPanePanel1.TabIndex = 2;
			// 
			// propertyBars
			// 
			this.propertyBars.BackColor = System.Drawing.SystemColors.Control;
			this.propertyBars.CommandsBackColor = System.Drawing.SystemColors.Window;
			this.propertyBars.CommandsVisibleIfAvailable = true;
			this.propertyBars.Dock = System.Windows.Forms.DockStyle.Fill;
			this.propertyBars.HelpBackColor = System.Drawing.SystemColors.ControlLight;
			this.propertyBars.LargeButtons = false;
			this.propertyBars.LineColor = System.Drawing.SystemColors.ControlLight;
			this.propertyBars.Location = new System.Drawing.Point(1, 150);
			this.propertyBars.Name = "propertyBars";
			this.propertyBars.Size = new System.Drawing.Size(302, 206);
			this.propertyBars.TabIndex = 3;
			this.propertyBars.Text = "propertyGrid1";
			this.propertyBars.ViewBackColor = System.Drawing.SystemColors.Window;
			this.propertyBars.ViewForeColor = System.Drawing.SystemColors.WindowText;
			this.propertyBars.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.GridPropertyValueChanged);
			// 
			// splitter1
			// 
			this.splitter1.Expandable = false;
			this.splitter1.Dock = System.Windows.Forms.DockStyle.Top;
			this.splitter1.Location = new System.Drawing.Point(1, 144);
			this.splitter1.Name = "splitter1";
			this.splitter1.Size = new System.Drawing.Size(302, 6);
			this.splitter1.TabIndex = 4;
			this.splitter1.TabStop = false;
			// 
			// treeBars
			// 
			this.treeBars.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.treeBars.Dock = System.Windows.Forms.DockStyle.Top;
			this.treeBars.ImageList = this.imageList;
			this.treeBars.Location = new System.Drawing.Point(1, 1);
			this.treeBars.Name = "treeBars";
			this.treeBars.Size = new System.Drawing.Size(302, 143);
			this.treeBars.TabIndex = 2;
			this.treeBars.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TreeKeyDown);
			this.treeBars.MouseDown += new System.Windows.Forms.MouseEventHandler(this.TreeMouseDown);
			this.treeBars.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.TreeAfterSelect);
			this.treeBars.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.TreeBeforeSelect);
			this.treeBars.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.TreeAfterLabelEdit);
			this.treeBars.BeforeCollapse += new System.Windows.Forms.TreeViewCancelEventHandler(this.TreeBeforeCollapse);
			this.treeBars.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.TreeBeforeExpand);
			this.treeBars.HideSelection=false;
			// 
			// imageList
			// 
			this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
			this.imageList.ImageSize = new System.Drawing.Size(16, 16);
			this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
			this.imageList.TransparentColor = System.Drawing.Color.Magenta;
			// 
			// buttonBars
			// 
			this.buttonBars.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
			this.buttonBars.Checked = true;
			this.buttonBars.Image = ((System.Drawing.Bitmap)(resources.GetObject("buttonBars.Image")));
			this.buttonBars.Name = "buttonBars";
			this.buttonBars.OptionGroup = "navBar";
			this.buttonBars.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
			this.buttonBars.Text = "Bars";
			this.buttonBars.Tooltip = "View Toolbars, Menu bars and dockable windows";
			// 
			// navigationPanePanel3
			// 
			this.navigationPanePanel3.Controls.AddRange(new System.Windows.Forms.Control[] {
																							   this.propertyCategories,
																							   this.splitterOffice20031,
																							   this.treeCategories});
			this.navigationPanePanel3.Dock = System.Windows.Forms.DockStyle.Fill;
			this.navigationPanePanel3.DockPadding.Left = 1;
			this.navigationPanePanel3.DockPadding.Right = 1;
			this.navigationPanePanel3.DockPadding.Top = 1;
			this.navigationPanePanel3.Location = new System.Drawing.Point(0, 24);
			this.navigationPanePanel3.Name = "navigationPanePanel3";
			this.navigationPanePanel3.ParentItem = this.buttonCategories;
			this.navigationPanePanel3.Size = new System.Drawing.Size(304, 356);
			this.navigationPanePanel3.Style.Alignment = System.Drawing.StringAlignment.Center;
			this.navigationPanePanel3.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.navigationPanePanel3.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
			this.navigationPanePanel3.Style.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Tile;
			this.navigationPanePanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
			this.navigationPanePanel3.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.navigationPanePanel3.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.navigationPanePanel3.Style.GradientAngle = 90;
			this.navigationPanePanel3.TabIndex = 4;
			// 
			// propertyCategories
			// 
			this.propertyCategories.BackColor = System.Drawing.SystemColors.Control;
			this.propertyCategories.CommandsBackColor = System.Drawing.SystemColors.Window;
			this.propertyCategories.CommandsVisibleIfAvailable = true;
			this.propertyCategories.Dock = System.Windows.Forms.DockStyle.Fill;
			this.propertyCategories.HelpBackColor = System.Drawing.SystemColors.ControlLight;
			this.propertyCategories.HelpVisible = false;
			this.propertyCategories.LargeButtons = false;
			this.propertyCategories.LineColor = System.Drawing.SystemColors.ControlLight;
			this.propertyCategories.Location = new System.Drawing.Point(1, 150);
			this.propertyCategories.Name = "propertyCategories";
			this.propertyCategories.Size = new System.Drawing.Size(302, 206);
			this.propertyCategories.TabIndex = 6;
			this.propertyCategories.Text = "propertyGrid1";
			this.propertyCategories.ToolbarVisible = false;
			this.propertyCategories.ViewBackColor = System.Drawing.SystemColors.Window;
			this.propertyCategories.ViewForeColor = System.Drawing.SystemColors.WindowText;
			this.propertyCategories.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.GridPropertyValueChanged);
			// 
			// splitterOffice20031
			// 
			this.splitterOffice20031.Dock = System.Windows.Forms.DockStyle.Top;
			this.splitterOffice20031.Location = new System.Drawing.Point(1, 144);
			this.splitterOffice20031.Name = "splitterOffice20031";
			this.splitterOffice20031.Size = new System.Drawing.Size(302, 6);
			this.splitterOffice20031.Expandable=false;
			this.splitterOffice20031.TabIndex = 7;
			this.splitterOffice20031.TabStop = false;
			// 
			// treeCategories
			// 
			this.treeCategories.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.treeCategories.Dock = System.Windows.Forms.DockStyle.Top;
			this.treeCategories.ImageList = this.imageList;
			this.treeCategories.Location = new System.Drawing.Point(1, 1);
			this.treeCategories.Name = "treeCategories";
			this.treeCategories.Size = new System.Drawing.Size(302, 143);
			this.treeCategories.TabIndex = 5;
			this.treeCategories.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TreeKeyDown);
			this.treeCategories.MouseDown += new System.Windows.Forms.MouseEventHandler(this.TreeMouseDown);
			this.treeCategories.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.TreeAfterSelect);
			this.treeCategories.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.TreeBeforeSelect);
			this.treeCategories.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.TreeAfterLabelEdit);
			this.treeCategories.BeforeCollapse += new System.Windows.Forms.TreeViewCancelEventHandler(this.TreeBeforeCollapse);
			this.treeCategories.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.TreeBeforeExpand);
			this.treeCategories.HideSelection=false;
			// 
			// buttonCategories
			// 
			this.buttonCategories.Image = ((System.Drawing.Bitmap)(resources.GetObject("buttonCategories.Image")));
			this.buttonCategories.Name = "buttonCategories";
			this.buttonCategories.OptionGroup = "navBar";
			this.buttonCategories.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
			this.buttonCategories.Text = "Categories";
			this.buttonCategories.Tooltip = "View Command Categories";
			// 
			// navigationPanePanel2
			// 
			this.navigationPanePanel2.Controls.AddRange(new System.Windows.Forms.Control[] {
																							   this.propertyMenus,
																							   this.splitterOffice20032,
																							   this.treeMenus});
			this.navigationPanePanel2.Dock = System.Windows.Forms.DockStyle.Fill;
			this.navigationPanePanel2.DockPadding.Left = 1;
			this.navigationPanePanel2.DockPadding.Right = 1;
			this.navigationPanePanel2.DockPadding.Top = 1;
			this.navigationPanePanel2.Location = new System.Drawing.Point(0, 24);
			this.navigationPanePanel2.Name = "navigationPanePanel2";
			this.navigationPanePanel2.ParentItem = this.buttonContext;
			this.navigationPanePanel2.Size = new System.Drawing.Size(304, 356);
			this.navigationPanePanel2.Style.Alignment = System.Drawing.StringAlignment.Center;
			this.navigationPanePanel2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.navigationPanePanel2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
			this.navigationPanePanel2.Style.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Tile;
			this.navigationPanePanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
			this.navigationPanePanel2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.navigationPanePanel2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.navigationPanePanel2.Style.GradientAngle = 90;
			this.navigationPanePanel2.TabIndex = 3;
			// 
			// propertyMenus
			// 
			this.propertyMenus.BackColor = System.Drawing.SystemColors.Control;
			this.propertyMenus.CommandsBackColor = System.Drawing.SystemColors.Window;
			this.propertyMenus.CommandsVisibleIfAvailable = true;
			this.propertyMenus.Dock = System.Windows.Forms.DockStyle.Fill;
			this.propertyMenus.HelpBackColor = System.Drawing.SystemColors.ControlLight;
			this.propertyMenus.HelpVisible = false;
			this.propertyMenus.LargeButtons = false;
			this.propertyMenus.LineColor = System.Drawing.SystemColors.ControlLight;
			this.propertyMenus.Location = new System.Drawing.Point(1, 150);
			this.propertyMenus.Name = "propertyMenus";
			this.propertyMenus.Size = new System.Drawing.Size(302, 206);
			this.propertyMenus.TabIndex = 6;
			this.propertyMenus.Text = "propertyGrid1";
			this.propertyMenus.ToolbarVisible = false;
			this.propertyMenus.ViewBackColor = System.Drawing.SystemColors.Window;
			this.propertyMenus.ViewForeColor = System.Drawing.SystemColors.WindowText;
			this.propertyMenus.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.GridPropertyValueChanged);
			// 
			// splitterOffice20032
			// 
			this.splitterOffice20032.Expandable = false;
			this.splitterOffice20032.Dock = System.Windows.Forms.DockStyle.Top;
			this.splitterOffice20032.Location = new System.Drawing.Point(1, 144);
			this.splitterOffice20032.Name = "splitterOffice20032";
			this.splitterOffice20032.Size = new System.Drawing.Size(302, 6);
			this.splitterOffice20032.TabIndex = 7;
			this.splitterOffice20032.TabStop = false;
			// 
			// treeMenus
			// 
			this.treeMenus.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.treeMenus.Dock = System.Windows.Forms.DockStyle.Top;
			this.treeMenus.ImageList = this.imageList;
			this.treeMenus.Location = new System.Drawing.Point(1, 1);
			this.treeMenus.Name = "treeMenus";
			this.treeMenus.Size = new System.Drawing.Size(302, 143);
			this.treeMenus.TabIndex = 5;
			this.treeMenus.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TreeKeyDown);
			this.treeMenus.MouseDown += new System.Windows.Forms.MouseEventHandler(this.TreeMouseDown);
			this.treeMenus.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.TreeAfterSelect);
			this.treeMenus.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.TreeBeforeSelect);
			this.treeMenus.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.TreeAfterLabelEdit);
			this.treeMenus.BeforeCollapse += new System.Windows.Forms.TreeViewCancelEventHandler(this.TreeBeforeCollapse);
			this.treeMenus.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.TreeBeforeExpand);
			this.treeMenus.HideSelection=false;
			// 
			// buttonContext
			// 
			this.buttonContext.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
			this.buttonContext.Image = ((System.Drawing.Bitmap)(resources.GetObject("buttonContext.Image")));
			this.buttonContext.Name = "buttonContext";
			this.buttonContext.OptionGroup = "navBar";
			this.buttonContext.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
			this.buttonContext.Text = "Context Menus";
			this.buttonContext.Tooltip = "View Context Menus";
			// 
			// panelEx1
			// 
			this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
			this.panelEx1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.panelEx1.Location = new System.Drawing.Point(310, 48);
			this.panelEx1.Name = "panelEx1";
			this.panelEx1.Size = new System.Drawing.Size(432, 25);
			this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
			this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
			this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
			this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
			this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
			this.panelEx1.Style.GradientAngle = 90;
			this.panelEx1.TabIndex = 2;
			this.panelEx1.Text = "Layout Preview";
			// 
			// definitionPreview
			// 
			this.definitionPreview.BackColor = System.Drawing.SystemColors.Control;
			this.definitionPreview.Dock = System.Windows.Forms.DockStyle.Fill;
			this.definitionPreview.Location = new System.Drawing.Point(310, 73);
			this.definitionPreview.Name = "definitionPreview";
			this.definitionPreview.Size = new System.Drawing.Size(432, 443);
			this.definitionPreview.TabIndex = 3;
			this.definitionPreview.DataChanged+=new EventHandler(this.PreviewDataChanged);
			// 
			// splitter2
			// 
			this.splitter2.Location = new System.Drawing.Point(304, 48);
			this.splitter2.Name = "splitter2";
			this.splitter2.Size = new System.Drawing.Size(8, 468);
			this.splitter2.TabIndex = 4;
			this.splitter2.TabStop = false;
			this.splitter2.Dock=DockStyle.Left;
			this.splitter2.ExpandableControl=navigationPane1;
			// 
			// dotNetBarManager1
			// 
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins);
			this.dotNetBarManager1.BottomDockSite = this.barBottomDockSite;
			this.dotNetBarManager1.DefinitionName = "DotNetBarDesigner.dotNetBarManager1.xml";
			this.dotNetBarManager1.LeftDockSite = this.barLeftDockSite;
			this.dotNetBarManager1.ParentForm = this;
			this.dotNetBarManager1.RightDockSite = this.barRightDockSite;
			this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
			this.dotNetBarManager1.TopDockSite = this.barTopDockSite;
			this.dotNetBarManager1.ItemClick += new System.EventHandler(this.dotNetBarManager1_ItemClick);
			this.dotNetBarManager1.UseHook=true;
			// 
			// barBottomDockSite
			// 
			this.barBottomDockSite.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.barBottomDockSite.BackgroundImageAlpha = ((System.Byte)(255));
			this.barBottomDockSite.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.barBottomDockSite.Location = new System.Drawing.Point(0, 516);
			this.barBottomDockSite.Name = "barBottomDockSite";
			this.barBottomDockSite.Size = new System.Drawing.Size(742, 0);
			this.barBottomDockSite.TabIndex = 8;
			this.barBottomDockSite.TabStop = false;
			// 
			// barLeftDockSite
			// 
			this.barLeftDockSite.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.barLeftDockSite.BackgroundImageAlpha = ((System.Byte)(255));
			this.barLeftDockSite.Dock = System.Windows.Forms.DockStyle.Left;
			this.barLeftDockSite.Location = new System.Drawing.Point(0, 48);
			this.barLeftDockSite.Name = "barLeftDockSite";
			this.barLeftDockSite.Size = new System.Drawing.Size(0, 468);
			this.barLeftDockSite.TabIndex = 5;
			this.barLeftDockSite.TabStop = false;
			// 
			// barRightDockSite
			// 
			this.barRightDockSite.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.barRightDockSite.BackgroundImageAlpha = ((System.Byte)(255));
			this.barRightDockSite.Dock = System.Windows.Forms.DockStyle.Right;
			this.barRightDockSite.Location = new System.Drawing.Point(742, 48);
			this.barRightDockSite.Name = "barRightDockSite";
			this.barRightDockSite.Size = new System.Drawing.Size(0, 468);
			this.barRightDockSite.TabIndex = 6;
			this.barRightDockSite.TabStop = false;
			// 
			// barTopDockSite
			// 
			this.barTopDockSite.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.barTopDockSite.BackgroundImageAlpha = ((System.Byte)(255));
			this.barTopDockSite.Dock = System.Windows.Forms.DockStyle.Top;
			this.barTopDockSite.Name = "barTopDockSite";
			this.barTopDockSite.Size = new System.Drawing.Size(742, 48);
			this.barTopDockSite.TabIndex = 7;
			this.barTopDockSite.TabStop = false;
			// 
			// m_OpenFileDialog
			// 
			this.m_OpenFileDialog.Filter = "DotNetBar Files (*.dnb, *.xml)|*.dnb;*.xml|All Files (*.*)|*.*";
			this.m_OpenFileDialog.ShowReadOnly = true;
			this.m_OpenFileDialog.Title = "Open DotNetBar Definition File";
			// 
			// m_SaveFileDialog
			// 
			this.m_SaveFileDialog.DefaultExt = "dnb";
			this.m_SaveFileDialog.FileName = "dotnetbardefinition";
			this.m_SaveFileDialog.Filter = "DotNetBar Files (*.dnb)|*.dnb|XML Files (*.xml)|*.xml|All Files (*.*)|*.*";
			this.m_SaveFileDialog.Title = "Save DotNetBar Definition";
			// 
			// DotNetBarDesigner
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(742, 516);
			this.Controls.AddRange(new System.Windows.Forms.Control[] {
																		  this.definitionPreview,
																		  this.panelEx1,
																		  this.splitter2,
																		  this.navigationPane1,
																		  this.barLeftDockSite,
																		  this.barRightDockSite,
																		  this.barTopDockSite,
																		  this.barBottomDockSite});
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "DotNetBarDesigner";
			this.Text = "DotNetBar Designer";
			this.Closing += new System.ComponentModel.CancelEventHandler(this.DotNetBarDesigner_Closing);
            this.Closed += new EventHandler(DotNetBarDesigner_Closed);
			this.Load += new System.EventHandler(this.DotNetBarDesigner_Load);
			this.navigationPane1.ResumeLayout(false);
			this.navigationPanePanel1.ResumeLayout(false);
			this.navigationPanePanel3.ResumeLayout(false);
			this.navigationPanePanel2.ResumeLayout(false);
			this.ResumeLayout(false);

		}