Advertisement
Guest User

Untitled

a guest
May 31st, 2013
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 5.67 KB | None | 0 0
  1.             this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  2.             this.univSpeedLabel = new System.Windows.Forms.Label();
  3.             this.univSpeedValue = new System.Windows.Forms.NumericUpDown();
  4.             this.spyButton = new System.Windows.Forms.Label();
  5.             this.colonyButton = new System.Windows.Forms.Label();
  6.             this.flightTimeButton = new System.Windows.Forms.Label();
  7.             this.gravButton = new System.Windows.Forms.Label();
  8.             this.costsButton = new System.Windows.Forms.Label();
  9.             this.gravPanel = new System.Windows.Forms.Panel();
  10.             this.gravResourcesNeededLabel = new System.Windows.Forms.Label();
  11.             this.gravSatelliteEnergyLabel = new System.Windows.Forms.Label();
  12.             this.gravEngineerLabel = new System.Windows.Forms.Label();
  13.             this.gravFusionEnergyLabel = new System.Windows.Forms.Label();
  14.             this.gravSolarEnergyLabel = new System.Windows.Forms.Label();
  15.             this.gravEnergyLabel = new System.Windows.Forms.Label();
  16.             this.gravNeededEnergyLabel = new System.Windows.Forms.Label();
  17.             this.gravMaxTemp = new System.Windows.Forms.NumericUpDown();
  18.             this.gravMaxTempLabel = new System.Windows.Forms.Label();
  19.             this.gravBuildTimeLabel = new System.Windows.Forms.Label();
  20.             this.gravSatellitesNeededLabel = new System.Windows.Forms.Label();
  21.             this.gravCountButton = new System.Windows.Forms.Label();
  22.             this.gravNanite = new System.Windows.Forms.NumericUpDown();
  23.             this.gravShipyard = new System.Windows.Forms.NumericUpDown();
  24.             this.gravEnergyResearch = new System.Windows.Forms.NumericUpDown();
  25.             this.gravMinTemp = new System.Windows.Forms.NumericUpDown();
  26.             this.gravFusion = new System.Windows.Forms.NumericUpDown();
  27.             this.gravSolar = new System.Windows.Forms.NumericUpDown();
  28.             this.gravLevel = new System.Windows.Forms.NumericUpDown();
  29.             this.gravEngineerCheckbox = new System.Windows.Forms.CheckBox();
  30.             this.gravNaniteLabel = new System.Windows.Forms.Label();
  31.             this.gravShipyardLabel = new System.Windows.Forms.Label();
  32.             this.gravEnergyResearchLabel = new System.Windows.Forms.Label();
  33.             this.gravMinTempLabel = new System.Windows.Forms.Label();
  34.             this.gravFusionLabel = new System.Windows.Forms.Label();
  35.             this.gravSolarLabel = new System.Windows.Forms.Label();
  36.             this.gravLevelLabel = new System.Windows.Forms.Label();
  37.             this.shapeContainer2 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer();
  38.             this.gravSatelliteLine = new Microsoft.VisualBasic.PowerPacks.LineShape();
  39.             this.gravEngineerLine = new Microsoft.VisualBasic.PowerPacks.LineShape();
  40.             this.gravFusionEnergyLine = new Microsoft.VisualBasic.PowerPacks.LineShape();
  41.             this.gravSolarEnergyLine = new Microsoft.VisualBasic.PowerPacks.LineShape();
  42.             this.gravEnergyNeededLine = new Microsoft.VisualBasic.PowerPacks.LineShape();
  43.             this.gravPanelLine = new Microsoft.VisualBasic.PowerPacks.LineShape();
  44.             this.spyPanel = new System.Windows.Forms.Panel();
  45.             this.spyScanLevelLabel = new System.Windows.Forms.Label();
  46.             this.spyScanLevelBar = new System.Windows.Forms.TrackBar();
  47.             this.spyProbesNeeded = new System.Windows.Forms.TextBox();
  48.             this.spyCountButton = new System.Windows.Forms.Label();
  49.             this.spyProbesNeededLabel = new System.Windows.Forms.Label();
  50.             this.spyEnemyResearch = new System.Windows.Forms.NumericUpDown();
  51.             this.spyOwnResearch = new System.Windows.Forms.NumericUpDown();
  52.             this.spyEnemyResearchLabel = new System.Windows.Forms.Label();
  53.             this.spyOwnResearchLabel = new System.Windows.Forms.Label();
  54.             this.shapeContainer1 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer();
  55.             this.spyPanelLine = new Microsoft.VisualBasic.PowerPacks.LineShape();
  56.             this.colonyPanel = new System.Windows.Forms.Panel();
  57.             this.flightTimePanel = new System.Windows.Forms.Panel();
  58.             this.costsPanel = new System.Windows.Forms.Panel();
  59.             ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  60.             this.splitContainer1.Panel1.SuspendLayout();
  61.             this.splitContainer1.Panel2.SuspendLayout();
  62.             this.splitContainer1.SuspendLayout();
  63.             ((System.ComponentModel.ISupportInitialize)(this.univSpeedValue)).BeginInit();
  64.             this.gravPanel.SuspendLayout();
  65.             ((System.ComponentModel.ISupportInitialize)(this.gravMaxTemp)).BeginInit();
  66.             ((System.ComponentModel.ISupportInitialize)(this.gravNanite)).BeginInit();
  67.             ((System.ComponentModel.ISupportInitialize)(this.gravShipyard)).BeginInit();
  68.             ((System.ComponentModel.ISupportInitialize)(this.gravEnergyResearch)).BeginInit();
  69.             ((System.ComponentModel.ISupportInitialize)(this.gravMinTemp)).BeginInit();
  70.             ((System.ComponentModel.ISupportInitialize)(this.gravFusion)).BeginInit();
  71.             ((System.ComponentModel.ISupportInitialize)(this.gravSolar)).BeginInit();
  72.             ((System.ComponentModel.ISupportInitialize)(this.gravLevel)).BeginInit();
  73.             this.spyPanel.SuspendLayout();
  74.             ((System.ComponentModel.ISupportInitialize)(this.spyScanLevelBar)).BeginInit();
  75.             ((System.ComponentModel.ISupportInitialize)(this.spyEnemyResearch)).BeginInit();
  76.             ((System.ComponentModel.ISupportInitialize)(this.spyOwnResearch)).BeginInit();
  77.             this.SuspendLayout();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement