Example #1
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();
			GlacialComponents.Controls.GLColumn glColumn1 = new GlacialComponents.Controls.GLColumn();
			GlacialComponents.Controls.GLColumn glColumn2 = new GlacialComponents.Controls.GLColumn();
			GlacialComponents.Controls.GLColumn glColumn3 = new GlacialComponents.Controls.GLColumn();
			this.glImages = new GlacialComponents.Controls.GlacialList();
			this.ButtonClose = new System.Windows.Forms.Button();
			this.ilItems = new System.Windows.Forms.ImageList(this.components);
			this.SuspendLayout();
			// 
			// glImages
			// 
			this.glImages.AllowColumnResize = true;
			this.glImages.AllowMultiselect = false;
			this.glImages.AlternateBackground = System.Drawing.Color.DarkGreen;
			this.glImages.AlternatingColors = false;
			this.glImages.AutoHeight = true;
			this.glImages.BackColor = System.Drawing.SystemColors.ControlLightLight;
			this.glImages.BackgroundStretchToFit = true;
			glColumn1.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
			glColumn1.CheckBoxes = false;
			glColumn1.ImageIndex = -1;
			glColumn1.Name = "Column2";
			glColumn1.NumericSort = false;
			glColumn1.Text = "Block";
			glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
			glColumn1.Width = 70;
			glColumn2.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
			glColumn2.CheckBoxes = false;
			glColumn2.ImageIndex = -1;
			glColumn2.Name = "Column3";
			glColumn2.NumericSort = false;
			glColumn2.Text = "Name";
			glColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
			glColumn2.Width = 270;
			glColumn3.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
			glColumn3.CheckBoxes = false;
			glColumn3.ImageIndex = -1;
			glColumn3.Name = "Column4";
			glColumn3.NumericSort = false;
			glColumn3.Text = "Type";
			glColumn3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
			glColumn3.Width = 100;
			this.glImages.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
																						 glColumn1,
																						 glColumn2,
																						 glColumn3});
			this.glImages.ControlStyle = GlacialComponents.Controls.GLControlStyles.Normal;
			this.glImages.FullRowSelect = true;
			this.glImages.GridColor = System.Drawing.Color.LightGray;
			this.glImages.GridLines = GlacialComponents.Controls.GLGridLines.gridBoth;
			this.glImages.GridLineStyle = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
			this.glImages.GridTypes = GlacialComponents.Controls.GLGridTypes.gridOnExists;
			this.glImages.HeaderHeight = 22;
			this.glImages.HeaderVisible = true;
			this.glImages.HeaderWordWrap = false;
			this.glImages.HotColumnTracking = false;
			this.glImages.HotItemTracking = false;
			this.glImages.HotTrackingColor = System.Drawing.Color.LightGray;
			this.glImages.HoverEvents = false;
			this.glImages.HoverTime = 1;
			this.glImages.ImageList = null;
			this.glImages.ItemHeight = 17;
			this.glImages.ItemWordWrap = false;
			this.glImages.Location = new System.Drawing.Point(8, 16);
			this.glImages.Name = "glImages";
			this.glImages.Selectable = true;
			this.glImages.SelectedTextColor = System.Drawing.Color.White;
			this.glImages.SelectionColor = System.Drawing.Color.DarkBlue;
			this.glImages.ShowBorder = true;
			this.glImages.ShowFocusRect = false;
			this.glImages.Size = new System.Drawing.Size(440, 480);
			this.glImages.SortType = GlacialComponents.Controls.SortTypes.InsertionSort;
			this.glImages.SuperFlatHeaderColor = System.Drawing.Color.White;
			this.glImages.TabIndex = 0;
			this.glImages.Text = "glacialList1";
			// 
			// ButtonClose
			// 
			this.ButtonClose.Location = new System.Drawing.Point(376, 496);
			this.ButtonClose.Name = "ButtonClose";
			this.ButtonClose.Size = new System.Drawing.Size(75, 32);
			this.ButtonClose.TabIndex = 1;
			this.ButtonClose.Text = "&Close";
			this.ButtonClose.Click += new System.EventHandler(this.ButtonClose_Click);
			// 
			// ilItems
			// 
			this.ilItems.ImageSize = new System.Drawing.Size(64, 64);
			this.ilItems.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// images
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(458, 530);
			this.Controls.Add(this.ButtonClose);
			this.Controls.Add(this.glImages);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
			this.Name = "images";
			this.Text = "Game Images";
			this.ResumeLayout(false);

		}
Example #2
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(MainForm));
			GlacialComponents.Controls.GLColumn glColumn1 = new GlacialComponents.Controls.GLColumn();
			GlacialComponents.Controls.GLColumn glColumn2 = new GlacialComponents.Controls.GLColumn();
			GlacialComponents.Controls.GLColumn glColumn3 = new GlacialComponents.Controls.GLColumn();
			GlacialComponents.Controls.GLColumn glColumn4 = new GlacialComponents.Controls.GLColumn();
			GlacialComponents.Controls.GLColumn glColumn5 = new GlacialComponents.Controls.GLColumn();
			GlacialComponents.Controls.GLColumn glColumn6 = new GlacialComponents.Controls.GLColumn();
			GlacialComponents.Controls.GLColumn glColumn7 = new GlacialComponents.Controls.GLColumn();
			GlacialComponents.Controls.GLColumn glColumn8 = new GlacialComponents.Controls.GLColumn();
			this.MapLoader = new System.Windows.Forms.ContextMenu();
			this.MenuAtic = new System.Windows.Forms.MenuItem();
			this.ImageListFG = new System.Windows.Forms.ImageList(this.components);
			this.panel1 = new System.Windows.Forms.Panel();
			this.label8 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.ToolbarMain = new System.Windows.Forms.ToolBar();
			this.ButtonLoad = new System.Windows.Forms.ToolBarButton();
			this.ButtonItems = new System.Windows.Forms.ToolBarButton();
			this.ButtonHelp = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton1 = new System.Windows.Forms.ToolBarButton();
			this.ButtonExit = new System.Windows.Forms.ToolBarButton();
			this.panel2 = new System.Windows.Forms.Panel();
			this.RadioXML = new System.Windows.Forms.RadioButton();
			this.RadioDebug = new System.Windows.Forms.RadioButton();
			this.LabelRoomLinks = new System.Windows.Forms.Label();
			this.LabelAttr = new System.Windows.Forms.Label();
			this.LabelID = new System.Windows.Forms.Label();
			this.ListboxRooms = new System.Windows.Forms.ListBox();
			this.LabelRooms = new System.Windows.Forms.Label();
			this.glList = new GlacialComponents.Controls.GlacialList();
			this.label1 = new System.Windows.Forms.Label();
			this.label10 = new System.Windows.Forms.Label();
			this.label13 = new System.Windows.Forms.Label();
			this.ImageListSP = new System.Windows.Forms.ImageList(this.components);
			this.ListBoxBaddies = new System.Windows.Forms.ListBox();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.ListBoxACGKey = new System.Windows.Forms.ListBox();
			this.ListBoxGreen = new System.Windows.Forms.ListBox();
			this.ListBoxRed = new System.Windows.Forms.ListBox();
			this.ListBoxCyan = new System.Windows.Forms.ListBox();
			this.ListBoxYellow = new System.Windows.Forms.ListBox();
			this.panel1.SuspendLayout();
			this.panel2.SuspendLayout();
			this.SuspendLayout();
			// 
			// MapLoader
			// 
			this.MapLoader.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					  this.MenuAtic});
			// 
			// MenuAtic
			// 
			this.MenuAtic.Index = 0;
			this.MenuAtic.Text = "Atic";
			// 
			// ImageListFG
			// 
			this.ImageListFG.ImageSize = new System.Drawing.Size(48, 48);
			this.ImageListFG.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageListFG.ImageStream")));
			this.ImageListFG.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// panel1
			// 
			this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.panel1.Controls.Add(this.label8);
			this.panel1.Controls.Add(this.label7);
			this.panel1.Controls.Add(this.label6);
			this.panel1.Controls.Add(this.label5);
			this.panel1.Controls.Add(this.label4);
			this.panel1.Controls.Add(this.ToolbarMain);
			this.panel1.Controls.Add(this.panel2);
			this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel1.Location = new System.Drawing.Point(0, 0);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(1016, 54);
			this.panel1.TabIndex = 39;
			// 
			// label8
			// 
			this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.label8.Location = new System.Drawing.Point(418, 4);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(231, 16);
			this.label8.TabIndex = 44;
			this.label8.Text = "Keys are randomly placed. one of each.";
			// 
			// label7
			// 
			this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.label7.Location = new System.Drawing.Point(846, 26);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(67, 16);
			this.label7.TabIndex = 43;
			this.label7.Text = "Cyan Key";
			// 
			// label6
			// 
			this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.label6.Location = new System.Drawing.Point(681, 17);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(143, 28);
			this.label6.TabIndex = 42;
			this.label6.Text = "Red Key (NOTE: mummy is always placed here)";
			// 
			// label5
			// 
			this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.label5.Location = new System.Drawing.Point(544, 28);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(67, 16);
			this.label5.TabIndex = 41;
			this.label5.Text = "Green Key";
			// 
			// label4
			// 
			this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.label4.Location = new System.Drawing.Point(416, 28);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(67, 16);
			this.label4.TabIndex = 40;
			this.label4.Text = "Yellow Key";
			// 
			// ToolbarMain
			// 
			this.ToolbarMain.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
																						   this.ButtonLoad,
																						   this.ButtonItems,
																						   this.ButtonHelp,
																						   this.toolBarButton1,
																						   this.ButtonExit});
			this.ToolbarMain.Dock = System.Windows.Forms.DockStyle.None;
			this.ToolbarMain.DropDownArrows = true;
			this.ToolbarMain.Location = new System.Drawing.Point(1, -1);
			this.ToolbarMain.Name = "ToolbarMain";
			this.ToolbarMain.ShowToolTips = true;
			this.ToolbarMain.Size = new System.Drawing.Size(211, 42);
			this.ToolbarMain.TabIndex = 2;
			this.ToolbarMain.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.ToolbarMain_ButtonClick);
			// 
			// ButtonLoad
			// 
			this.ButtonLoad.DropDownMenu = this.MapLoader;
			this.ButtonLoad.Style = System.Windows.Forms.ToolBarButtonStyle.DropDownButton;
			this.ButtonLoad.Tag = "L";
			this.ButtonLoad.Text = "Load Map";
			this.ButtonLoad.ToolTipText = "Loads the map file";
			// 
			// ButtonItems
			// 
			this.ButtonItems.Tag = "O";
			this.ButtonItems.Text = "View Gfx";
			// 
			// ButtonHelp
			// 
			this.ButtonHelp.Tag = "H";
			this.ButtonHelp.Text = "Help";
			// 
			// toolBarButton1
			// 
			this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// ButtonExit
			// 
			this.ButtonExit.Tag = "X";
			this.ButtonExit.Text = "Exit";
			// 
			// panel2
			// 
			this.panel2.Controls.Add(this.RadioXML);
			this.panel2.Controls.Add(this.RadioDebug);
			this.panel2.Location = new System.Drawing.Point(213, 2);
			this.panel2.Name = "panel2";
			this.panel2.Size = new System.Drawing.Size(86, 44);
			this.panel2.TabIndex = 39;
			// 
			// RadioXML
			// 
			this.RadioXML.Location = new System.Drawing.Point(8, 24);
			this.RadioXML.Name = "RadioXML";
			this.RadioXML.Size = new System.Drawing.Size(61, 16);
			this.RadioXML.TabIndex = 2;
			this.RadioXML.Text = "XML";
			this.RadioXML.Click += new System.EventHandler(this.RadioXML_Click);
			// 
			// RadioDebug
			// 
			this.RadioDebug.Checked = true;
			this.RadioDebug.Location = new System.Drawing.Point(8, 8);
			this.RadioDebug.Name = "RadioDebug";
			this.RadioDebug.Size = new System.Drawing.Size(61, 19);
			this.RadioDebug.TabIndex = 0;
			this.RadioDebug.TabStop = true;
			this.RadioDebug.Text = "Debug";
			this.RadioDebug.Click += new System.EventHandler(this.RadioDebug_Click);
			// 
			// LabelRoomLinks
			// 
			this.LabelRoomLinks.Location = new System.Drawing.Point(238, 73);
			this.LabelRoomLinks.Name = "LabelRoomLinks";
			this.LabelRoomLinks.Size = new System.Drawing.Size(137, 33);
			this.LabelRoomLinks.TabIndex = 22;
			this.LabelRoomLinks.Text = "?";
			// 
			// LabelAttr
			// 
			this.LabelAttr.Location = new System.Drawing.Point(126, 79);
			this.LabelAttr.Name = "LabelAttr";
			this.LabelAttr.Size = new System.Drawing.Size(56, 12);
			this.LabelAttr.TabIndex = 18;
			this.LabelAttr.Text = "?";
			// 
			// LabelID
			// 
			this.LabelID.Location = new System.Drawing.Point(23, 78);
			this.LabelID.Name = "LabelID";
			this.LabelID.Size = new System.Drawing.Size(33, 12);
			this.LabelID.TabIndex = 16;
			this.LabelID.Text = "?";
			// 
			// ListboxRooms
			// 
			this.ListboxRooms.Location = new System.Drawing.Point(9, 118);
			this.ListboxRooms.Name = "ListboxRooms";
			this.ListboxRooms.Size = new System.Drawing.Size(75, 160);
			this.ListboxRooms.TabIndex = 9;
			this.ListboxRooms.SelectedIndexChanged += new System.EventHandler(this.ListboxRooms_SelectedIndexChanged);
			// 
			// LabelRooms
			// 
			this.LabelRooms.Location = new System.Drawing.Point(9, 105);
			this.LabelRooms.Name = "LabelRooms";
			this.LabelRooms.Size = new System.Drawing.Size(100, 11);
			this.LabelRooms.TabIndex = 8;
			this.LabelRooms.Text = "Rooms";
			// 
			// glList
			// 
			this.glList.AllowColumnResize = true;
			this.glList.AllowMultiselect = false;
			this.glList.AlternateBackground = System.Drawing.Color.DarkGreen;
			this.glList.AlternatingColors = false;
			this.glList.AutoHeight = true;
			this.glList.BackColor = System.Drawing.SystemColors.ControlLightLight;
			this.glList.BackgroundStretchToFit = true;
			glColumn1.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
			glColumn1.CheckBoxes = false;
			glColumn1.ImageIndex = -1;
			glColumn1.Name = "TheImage";
			glColumn1.NumericSort = false;
			glColumn1.Text = "Block";
			glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
			glColumn1.Width = 70;
			glColumn2.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
			glColumn2.CheckBoxes = false;
			glColumn2.ImageIndex = -1;
			glColumn2.Name = "Name";
			glColumn2.NumericSort = false;
			glColumn2.Text = "Name";
			glColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
			glColumn2.Width = 230;
			glColumn3.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
			glColumn3.CheckBoxes = false;
			glColumn3.ImageIndex = -1;
			glColumn3.Name = "x";
			glColumn3.NumericSort = false;
			glColumn3.Text = "x";
			glColumn3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
			glColumn3.Width = 35;
			glColumn4.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
			glColumn4.CheckBoxes = false;
			glColumn4.ImageIndex = -1;
			glColumn4.Name = "y";
			glColumn4.NumericSort = false;
			glColumn4.Text = "y";
			glColumn4.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
			glColumn4.Width = 35;
			glColumn5.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
			glColumn5.CheckBoxes = false;
			glColumn5.ImageIndex = -1;
			glColumn5.Name = "extra";
			glColumn5.NumericSort = false;
			glColumn5.Text = "Flags/Type";
			glColumn5.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
			glColumn5.Width = 70;
			glColumn6.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
			glColumn6.CheckBoxes = false;
			glColumn6.ImageIndex = -1;
			glColumn6.Name = "doortimer";
			glColumn6.NumericSort = false;
			glColumn6.Text = "Door Timer";
			glColumn6.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
			glColumn6.Width = 80;
			glColumn7.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
			glColumn7.CheckBoxes = false;
			glColumn7.ImageIndex = -1;
			glColumn7.Name = "otherdoor";
			glColumn7.NumericSort = false;
			glColumn7.Text = "Door Exit Flag";
			glColumn7.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
			glColumn7.Width = 80;
			glColumn8.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
			glColumn8.CheckBoxes = false;
			glColumn8.ImageIndex = -1;
			glColumn8.Name = "Description";
			glColumn8.NumericSort = false;
			glColumn8.Text = "Description";
			glColumn8.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
			glColumn8.Width = 340;
			this.glList.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
																					   glColumn1,
																					   glColumn2,
																					   glColumn3,
																					   glColumn4,
																					   glColumn5,
																					   glColumn6,
																					   glColumn7,
																					   glColumn8});
			this.glList.ControlStyle = GlacialComponents.Controls.GLControlStyles.Normal;
			this.glList.FullRowSelect = true;
			this.glList.GridColor = System.Drawing.Color.LightGray;
			this.glList.GridLines = GlacialComponents.Controls.GLGridLines.gridBoth;
			this.glList.GridLineStyle = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
			this.glList.GridTypes = GlacialComponents.Controls.GLGridTypes.gridOnExists;
			this.glList.HeaderHeight = 22;
			this.glList.HeaderVisible = true;
			this.glList.HeaderWordWrap = false;
			this.glList.HotColumnTracking = false;
			this.glList.HotItemTracking = false;
			this.glList.HotTrackingColor = System.Drawing.Color.LightGray;
			this.glList.HoverEvents = false;
			this.glList.HoverTime = 1;
			this.glList.ImageList = this.ImageListFG;
			this.glList.ItemHeight = 17;
			this.glList.ItemWordWrap = false;
			this.glList.Location = new System.Drawing.Point(89, 112);
			this.glList.Name = "glList";
			this.glList.Selectable = true;
			this.glList.SelectedTextColor = System.Drawing.Color.White;
			this.glList.SelectionColor = System.Drawing.Color.DarkBlue;
			this.glList.ShowBorder = true;
			this.glList.ShowFocusRect = false;
			this.glList.Size = new System.Drawing.Size(918, 531);
			this.glList.SortType = GlacialComponents.Controls.SortTypes.InsertionSort;
			this.glList.SuperFlatHeaderColor = System.Drawing.Color.White;
			this.glList.TabIndex = 45;
			this.glList.Text = "glacialList1";
			// 
			// label1
			// 
			this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.label1.Location = new System.Drawing.Point(92, 62);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(120, 16);
			this.label1.TabIndex = 13;
			this.label1.Text = "Attributes (colour)";
			// 
			// label10
			// 
			this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.label10.Location = new System.Drawing.Point(15, 61);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(67, 16);
			this.label10.TabIndex = 10;
			this.label10.Text = "ID/Location";
			// 
			// label13
			// 
			this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.label13.Location = new System.Drawing.Point(215, 62);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(147, 16);
			this.label13.TabIndex = 11;
			this.label13.Text = "Rooms Linked From Here";
			// 
			// ImageListSP
			// 
			this.ImageListSP.ImageSize = new System.Drawing.Size(32, 32);
			this.ImageListSP.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// ListBoxBaddies
			// 
			this.ListBoxBaddies.Location = new System.Drawing.Point(10, 315);
			this.ListBoxBaddies.Name = "ListBoxBaddies";
			this.ListBoxBaddies.Size = new System.Drawing.Size(75, 134);
			this.ListBoxBaddies.TabIndex = 47;
			this.ListBoxBaddies.SelectedIndexChanged += new System.EventHandler(this.ListBoxBaddies_SelectedIndexChanged);
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(10, 285);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(65, 27);
			this.label2.TabIndex = 46;
			this.label2.Text = "Baddies/ Baddy Killers";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(11, 457);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(65, 72);
			this.label3.TabIndex = 51;
			this.label3.Text = "ACG Key Parts (8 rnd locations - but always 3 together)";
			// 
			// ListBoxACGKey
			// 
			this.ListBoxACGKey.Location = new System.Drawing.Point(8, 529);
			this.ListBoxACGKey.Name = "ListBoxACGKey";
			this.ListBoxACGKey.Size = new System.Drawing.Size(75, 108);
			this.ListBoxACGKey.TabIndex = 50;
			// 
			// ListBoxGreen
			// 
			this.ListBoxGreen.ColumnWidth = 30;
			this.ListBoxGreen.Location = new System.Drawing.Point(510, 64);
			this.ListBoxGreen.MultiColumn = true;
			this.ListBoxGreen.Name = "ListBoxGreen";
			this.ListBoxGreen.Size = new System.Drawing.Size(160, 43);
			this.ListBoxGreen.TabIndex = 54;
			this.ListBoxGreen.SelectedIndexChanged += new System.EventHandler(this.ListBoxGreen_SelectedIndexChanged);
			// 
			// ListBoxRed
			// 
			this.ListBoxRed.ColumnWidth = 30;
			this.ListBoxRed.Location = new System.Drawing.Point(678, 64);
			this.ListBoxRed.MultiColumn = true;
			this.ListBoxRed.Name = "ListBoxRed";
			this.ListBoxRed.Size = new System.Drawing.Size(160, 43);
			this.ListBoxRed.TabIndex = 55;
			this.ListBoxRed.SelectedIndexChanged += new System.EventHandler(this.ListBoxRed_SelectedIndexChanged);
			// 
			// ListBoxCyan
			// 
			this.ListBoxCyan.ColumnWidth = 30;
			this.ListBoxCyan.Location = new System.Drawing.Point(844, 62);
			this.ListBoxCyan.MultiColumn = true;
			this.ListBoxCyan.Name = "ListBoxCyan";
			this.ListBoxCyan.Size = new System.Drawing.Size(160, 43);
			this.ListBoxCyan.TabIndex = 56;
			this.ListBoxCyan.SelectedIndexChanged += new System.EventHandler(this.ListBoxCyan_SelectedIndexChanged);
			// 
			// ListBoxYellow
			// 
			this.ListBoxYellow.ColumnWidth = 3;
			this.ListBoxYellow.Location = new System.Drawing.Point(392, 65);
			this.ListBoxYellow.Name = "ListBoxYellow";
			this.ListBoxYellow.Size = new System.Drawing.Size(113, 43);
			this.ListBoxYellow.TabIndex = 57;
			this.ListBoxYellow.SelectedIndexChanged += new System.EventHandler(this.ListBoxYellow_SelectedIndexChanged);
			// 
			// MainForm
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(1016, 711);
			this.Controls.Add(this.ListBoxYellow);
			this.Controls.Add(this.ListBoxCyan);
			this.Controls.Add(this.ListBoxRed);
			this.Controls.Add(this.ListBoxGreen);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.ListBoxACGKey);
			this.Controls.Add(this.ListBoxBaddies);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.glList);
			this.Controls.Add(this.panel1);
			this.Controls.Add(this.LabelRoomLinks);
			this.Controls.Add(this.LabelAttr);
			this.Controls.Add(this.LabelID);
			this.Controls.Add(this.ListboxRooms);
			this.Controls.Add(this.LabelRooms);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.label10);
			this.Controls.Add(this.label13);
			this.Name = "MainForm";
			this.Text = "Ultimate Atic Atac Viewer";
			this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
			this.panel1.ResumeLayout(false);
			this.panel2.ResumeLayout(false);
			this.ResumeLayout(false);

		}