Click here to Skip to main content
15,881,715 members
Articles / Programming Languages / C#

Mars Mission (4) : Astronauts

Rate me:
Please Sign up or sign in to vote.
4.96/5 (26 votes)
5 Jul 2011CPOL55 min read 43.3K   6.5K   29  
strategy/action game defending the solar system : incorporating astronauts, resources, and actions inside and outside the ships
namespace Mars_Mission
{
	partial class formStructureInteriorEditor
	{
		/// <summary>
		/// Required designer variable.
		/// </summary>
		private System.ComponentModel.IContainer components = null;

		/// <summary>
		/// Clean up any resources being used.
		/// </summary>
		/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
		protected override void Dispose(bool disposing)
		{
			if (disposing && (components != null))
			{
				components.Dispose();
			}
			base.Dispose(disposing);
		}

		#region Windows Form Designer generated code

		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.menu = new System.Windows.Forms.MenuStrip();
			this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuFile_New = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuFile_Load = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuFile_Save = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuFile_Exit = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuOptions = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuOptions_ShowZoomBar = new System.Windows.Forms.ToolStripMenuItem();
			this.picView = new System.Windows.Forms.PictureBox();
			this.hsbZoom = new System.Windows.Forms.HScrollBar();
			this.lblZoom = new System.Windows.Forms.Label();
			this.cmbRooms = new System.Windows.Forms.ComboBox();
			this.cmbLocation = new System.Windows.Forms.ComboBox();
			this.mnuOptioions_ResetResourceUniqueIDs = new System.Windows.Forms.ToolStripMenuItem();
			this.menu.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.picView)).BeginInit();
			this.SuspendLayout();
			// 
			// menu
			// 
			this.menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuFile,
            this.mnuOptions});
			this.menu.Location = new System.Drawing.Point(0, 0);
			this.menu.Name = "menu";
			this.menu.Size = new System.Drawing.Size(702, 24);
			this.menu.TabIndex = 0;
			this.menu.Text = "menuStrip1";
			// 
			// mnuFile
			// 
			this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuFile_New,
            this.mnuFile_Load,
            this.mnuFile_Save,
            this.mnuFile_Exit});
			this.mnuFile.Name = "mnuFile";
			this.mnuFile.Size = new System.Drawing.Size(37, 20);
			this.mnuFile.Text = "&File";
			// 
			// mnuFile_New
			// 
			this.mnuFile_New.Name = "mnuFile_New";
			this.mnuFile_New.Size = new System.Drawing.Size(100, 22);
			this.mnuFile_New.Text = "&new";
			this.mnuFile_New.Click += new System.EventHandler(this.mnuFile_New_Click);
			// 
			// mnuFile_Load
			// 
			this.mnuFile_Load.Name = "mnuFile_Load";
			this.mnuFile_Load.Size = new System.Drawing.Size(100, 22);
			this.mnuFile_Load.Text = "&Load";
			this.mnuFile_Load.Click += new System.EventHandler(this.mnuFile_Load_Click);
			// 
			// mnuFile_Save
			// 
			this.mnuFile_Save.Name = "mnuFile_Save";
			this.mnuFile_Save.Size = new System.Drawing.Size(100, 22);
			this.mnuFile_Save.Text = "&Save";
			this.mnuFile_Save.Click += new System.EventHandler(this.mnuFile_Save_Click);
			// 
			// mnuFile_Exit
			// 
			this.mnuFile_Exit.Name = "mnuFile_Exit";
			this.mnuFile_Exit.Size = new System.Drawing.Size(100, 22);
			this.mnuFile_Exit.Text = "E&xit";
			this.mnuFile_Exit.Click += new System.EventHandler(this.mnuFile_Exit_Click);
			// 
			// mnuOptions
			// 
			this.mnuOptions.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuOptions_ShowZoomBar,
            this.mnuOptioions_ResetResourceUniqueIDs});
			this.mnuOptions.Name = "mnuOptions";
			this.mnuOptions.Size = new System.Drawing.Size(61, 20);
			this.mnuOptions.Text = "Options";
			// 
			// mnuOptions_ShowZoomBar
			// 
			this.mnuOptions_ShowZoomBar.Name = "mnuOptions_ShowZoomBar";
			this.mnuOptions_ShowZoomBar.Size = new System.Drawing.Size(169, 22);
			this.mnuOptions_ShowZoomBar.Text = "Show Zoom Bar";
			this.mnuOptions_ShowZoomBar.Click += new System.EventHandler(this.mnuOptions_ShowZoomBar_Click);
			// 
			// picView
			// 
			this.picView.Location = new System.Drawing.Point(12, 27);
			this.picView.Name = "picView";
			this.picView.Size = new System.Drawing.Size(520, 366);
			this.picView.TabIndex = 2;
			this.picView.TabStop = false;
			// 
			// hsbZoom
			// 
			this.hsbZoom.Location = new System.Drawing.Point(386, 276);
			this.hsbZoom.Maximum = 1000;
			this.hsbZoom.Minimum = 1;
			this.hsbZoom.Name = "hsbZoom";
			this.hsbZoom.Size = new System.Drawing.Size(80, 17);
			this.hsbZoom.TabIndex = 3;
			this.hsbZoom.Value = 350;
			// 
			// lblZoom
			// 
			this.lblZoom.AutoSize = true;
			this.lblZoom.Location = new System.Drawing.Point(337, 276);
			this.lblZoom.Name = "lblZoom";
			this.lblZoom.Size = new System.Drawing.Size(38, 13);
			this.lblZoom.TabIndex = 4;
			this.lblZoom.Text = "zoom :";
			// 
			// cmbRooms
			// 
			this.cmbRooms.FormattingEnabled = true;
			this.cmbRooms.Location = new System.Drawing.Point(124, 27);
			this.cmbRooms.Name = "cmbRooms";
			this.cmbRooms.Size = new System.Drawing.Size(121, 21);
			this.cmbRooms.TabIndex = 8;
			// 
			// cmbLocation
			// 
			this.cmbLocation.FormattingEnabled = true;
			this.cmbLocation.Location = new System.Drawing.Point(251, 27);
			this.cmbLocation.Name = "cmbLocation";
			this.cmbLocation.Size = new System.Drawing.Size(121, 21);
			this.cmbLocation.TabIndex = 9;
			// 
			// mnuOptioions_ResetResourceUniqueIDs
			// 
			this.mnuOptioions_ResetResourceUniqueIDs.Name = "mnuOptioions_ResetResourceUniqueIDs";
			this.mnuOptioions_ResetResourceUniqueIDs.Size = new System.Drawing.Size(169, 22);
			this.mnuOptioions_ResetResourceUniqueIDs.Text = "reset Resource IDs";
			this.mnuOptioions_ResetResourceUniqueIDs.Click += new System.EventHandler(this.mnuOptions_ResetResourceUniqueIDs_Click);
			// 
			// formStructureInteriorEditor
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(702, 405);
			this.Controls.Add(this.cmbLocation);
			this.Controls.Add(this.cmbRooms);
			this.Controls.Add(this.lblZoom);
			this.Controls.Add(this.hsbZoom);
			this.Controls.Add(this.menu);
			this.Controls.Add(this.picView);
			this.MainMenuStrip = this.menu;
			this.Name = "formStructureInteriorEditor";
			this.Text = "formStructureInteriorEditor";
			this.menu.ResumeLayout(false);
			this.menu.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.picView)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}

		#endregion

		private System.Windows.Forms.MenuStrip menu;
		private System.Windows.Forms.ToolStripMenuItem mnuFile;
		private System.Windows.Forms.ToolStripMenuItem mnuFile_Load;
		private System.Windows.Forms.ToolStripMenuItem mnuFile_Save;
		private System.Windows.Forms.ToolStripMenuItem mnuFile_Exit;
		private System.Windows.Forms.ToolStripMenuItem mnuFile_New;
		private System.Windows.Forms.ToolStripMenuItem mnuOptions;
		private System.Windows.Forms.PictureBox picView;
		private System.Windows.Forms.HScrollBar hsbZoom;
		private System.Windows.Forms.Label lblZoom;
		private System.Windows.Forms.ComboBox cmbRooms;
		private System.Windows.Forms.ComboBox cmbLocation;
		private System.Windows.Forms.ToolStripMenuItem mnuOptions_ShowZoomBar;
		private System.Windows.Forms.ToolStripMenuItem mnuOptioions_ResetResourceUniqueIDs;
	}
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
CEO unemployable
Canada Canada
Christ Kennedy grew up in the suburbs of Montreal and is a bilingual Quebecois with a bachelor’s degree in computer engineering from McGill University. He is unemployable and currently living in Moncton, N.B. writing his next novel.

Comments and Discussions