void InitializeComponent()

in GraphLayout/tools/GraphViewerGDI/GViewer.cs [193:358]


    void InitializeComponent() {
      this.components = new System.ComponentModel.Container();
      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GViewer));
      this.imageList = new System.Windows.Forms.ImageList(this.components);
      this.toolbar = new System.Windows.Forms.ToolStrip();
      this.homeZoomButton = new System.Windows.Forms.ToolStripButton();
      this.zoomin = new System.Windows.Forms.ToolStripButton();
      this.zoomout = new System.Windows.Forms.ToolStripButton();
      this.windowZoomButton = new System.Windows.Forms.ToolStripButton();
      this.panButton = new System.Windows.Forms.ToolStripButton();
      this.backwardButton = new System.Windows.Forms.ToolStripButton();
      this.forwardButton = new System.Windows.Forms.ToolStripButton();
      this.saveButton = new System.Windows.Forms.ToolStripButton();
      this.undoButton = new System.Windows.Forms.ToolStripButton();
      this.redoButton = new System.Windows.Forms.ToolStripButton();
      this.openButton = new System.Windows.Forms.ToolStripButton();
      this.print = new System.Windows.Forms.ToolStripButton();
      this.layoutSettingsButton = new System.Windows.Forms.ToolStripButton();
      this.edgeInsertButton = new System.Windows.Forms.ToolStripButton();
      this.SuspendLayout();
      // 
      // imageList
      // 
      this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
      this.imageList.Images.SetKeyName(0, "");
      this.imageList.Images.SetKeyName(1, "");
      this.imageList.Images.SetKeyName(2, "zoom.bmp");
      this.imageList.Images.SetKeyName(3, "");
      this.imageList.Images.SetKeyName(4, "");
      this.imageList.Images.SetKeyName(5, "");
      this.imageList.Images.SetKeyName(6, "");
      this.imageList.Images.SetKeyName(7, "");
      this.imageList.Images.SetKeyName(8, "");
      this.imageList.Images.SetKeyName(9, "undo.bmp");
      this.imageList.Images.SetKeyName(10, "redo.bmp");
      this.imageList.Images.SetKeyName(11, "");
      this.imageList.Images.SetKeyName(12, "openfolderHS.png");
      this.imageList.Images.SetKeyName(13, "disabledUndo.bmp");
      this.imageList.Images.SetKeyName(14, "disabledRedo.bmp");
      this.imageList.Images.SetKeyName(15, "layoutMethodBlue.ico");
      this.imageList.Images.SetKeyName(16, "edge.jpg");
      this.imageList.Images.SetKeyName(17, "home.bmp");
      // 
      // toolbar
      // 
      this.toolbar.Items.AddRange(new System.Windows.Forms.ToolStripButton[] {
            this.homeZoomButton,
            this.zoomin,
            this.zoomout,
            this.windowZoomButton,
            this.panButton,
            this.backwardButton,
            this.forwardButton,
            this.saveButton,
            this.undoButton,
            this.redoButton,
            this.openButton,
            this.print,
            this.layoutSettingsButton,
            this.edgeInsertButton});
      this.toolbar.Size = new System.Drawing.Size(22, 23);
      this.toolbar.ImageList = this.imageList;
      this.toolbar.Location = new System.Drawing.Point(0, 0);
      this.toolbar.Name = "toolbar";
      this.toolbar.ShowItemToolTips = true;
      this.toolbar.Size = new System.Drawing.Size(624, 28);
      this.toolbar.TabIndex = 2;
      this.toolbar.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.ToolBarButtonClick);
      // 
      // homeZoomButton
      // 
      this.homeZoomButton.ImageIndex = 17;
      this.homeZoomButton.Name = "homeZoomButton";
      // 
      // zoomin
      // 
      this.zoomin.ImageIndex = 0;
      this.zoomin.Name = "zoomin";
      this.zoomin.ToolTipText = "Zoom In";
      // 
      // zoomout
      // 
      this.zoomout.ImageIndex = 1;
      this.zoomout.Name = "zoomout";
      this.zoomout.ToolTipText = "Zoom Out";
      // 
      // windowZoomButton
      // 
      this.windowZoomButton.ImageKey = "zoom.bmp";
      this.windowZoomButton.Name = "windowZoomButton";
      this.windowZoomButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.windowZoomButton.CheckOnClick = true;
      this.windowZoomButton.ToolTipText = "Zoom in to the rectangle";
      this.windowZoomButton.CheckedChanged += new EventHandler(this.ToolBarButtonCheckChanged);
      // 
      // panButton
      // 
      this.panButton.ImageIndex = 3;
      this.panButton.Name = "panButton";
      this.panButton.CheckOnClick = true;
      this.panButton.ToolTipText = "Pan";
      this.panButton.CheckedChanged += new EventHandler(this.ToolBarButtonCheckChanged);
      // 
      // backwardButton
      // 
      this.backwardButton.ImageIndex = 6;
      this.backwardButton.Name = "backwardButton";
      this.backwardButton.ToolTipText = "Backward";
      // 
      // forwardButton
      // 
      this.forwardButton.ImageIndex = 4;
      this.forwardButton.Name = "forwardButton";
      // 
      // saveButton
      // 
      this.saveButton.ImageIndex = 8;
      this.saveButton.Name = "saveButton";
      this.saveButton.ToolTipText = "Save the graph or the drawing";
      // 
      // undoButton
      // 
      this.undoButton.ImageIndex = 9;
      this.undoButton.Name = "undoButton";
      // 
      // redoButton
      // 
      this.redoButton.ImageIndex = 10;
      this.redoButton.Name = "redoButton";
      // 
      // openButton
      // 
      this.openButton.ImageIndex = 12;
      this.openButton.Name = "openButton";
      this.openButton.ToolTipText = "Load a graph from a \".msagl\" file";
      // 
      // print
      // 
      this.print.ImageIndex = 11;
      this.print.Name = "print";
      this.print.ToolTipText = "Print the current view";
      // 
      // layoutSettingsButton
      // 
      this.layoutSettingsButton.ImageIndex = 15;
      this.layoutSettingsButton.Name = "layoutSettingsButton";
      // 
      // edgeInsertButton
      // 
      this.edgeInsertButton.ImageIndex = 16;
      this.edgeInsertButton.CheckOnClick = true;
      this.edgeInsertButton.Name = "edgeInsertButton";
      this.edgeInsertButton.ToolTipText = "Edge insertion";
      this.edgeInsertButton.CheckedChanged += new EventHandler(this.ToolBarButtonCheckChanged);
      // 
      // GViewer
      // 
      this.AutoScroll = true;
      this.Controls.Add(this.toolbar);
      this.Name = "GViewer";
      this.Size = new System.Drawing.Size(624, 578);
      this.ResumeLayout(false);
      this.PerformLayout();

    }