Designing a Modding tool
RE: Designing a Modding tool
Happy holloween all. To bad i have to work till 10 two night. Might try and hit a party before bed, if not ill do a little programing


RE: Designing a Modding tool
Is it possible to re-do their UI? You mean you want to change the color scheme/look, or re-order it entirely?
Does bingling have a copy? Since he's the most advanced modder I know, he can help you debug as you progress.
Does bingling have a copy? Since he's the most advanced modder I know, he can help you debug as you progress.
RE: Designing a Modding tool
No I actually want to change the ui, i know ill have to go into the coding of the game. Should be fun, and will be hard, kinda of why i want to do it.
Not sure who that is, basicly doing this on my own. I am not a modder, not a programmor either, just someone that wants to learn.
Getting off work in 5 minutes and heading to a party.
Not sure who that is, basicly doing this on my own. I am not a modder, not a programmor either, just someone that wants to learn.
Getting off work in 5 minutes and heading to a party.


RE: Designing a Modding tool
I don't know about changing the UI, sounds like a massive project to me.
I do wish we had an editor to make editing the research tree (including components, facilities, etc that are tied to it) easier than by hand. I've been toying around with the research and it is a major headache keeping up with what else to change if I change/move a project. Basically I want to tweak the research table in an existing mod, but to make it look nice you have to move things around.
I do wish we had an editor to make editing the research tree (including components, facilities, etc that are tied to it) easier than by hand. I've been toying around with the research and it is a major headache keeping up with what else to change if I change/move a project. Basically I want to tweak the research table in an existing mod, but to make it look nice you have to move things around.
Distant Worlds Fan
'When in doubt...attack!'
'When in doubt...attack!'
RE: Designing a Modding tool
Well, I do like a challenge. Although I am still learning, I do think I might have an ideal about how to make it easier. I could use a picturebox tree that has the ablity to be edited and those addtiions would be added to the proper txt files. Also allowing you to make a complete tech tree or add another branch when ever you want.
I will look into that when I get home. That was my origanal idea when I started mapping out this tool.
I haven't looked into this that much yet, as I am still working on races creation form. But I'll do a little research when I get home. But that means I'll have to do more art, ugh. Not to great at that, but pratice makes you better I guess. But, I will be able to tell you if it is possible by tonight. Wont be able to code it, for 7 more days as working a ton of hours.
Thanks for your interest and suggestion, if you have an idea how you would want it to work, that migh work better than the way I suggested, i'd be more than happy to figure out how to do it your way.Like I said I am not a modder, if you want it a certian way you have to speak up, other wise I'll do it the way I think is best. Which might clash with the way you think it should of been done.
I will look into that when I get home. That was my origanal idea when I started mapping out this tool.
I haven't looked into this that much yet, as I am still working on races creation form. But I'll do a little research when I get home. But that means I'll have to do more art, ugh. Not to great at that, but pratice makes you better I guess. But, I will be able to tell you if it is possible by tonight. Wont be able to code it, for 7 more days as working a ton of hours.
Thanks for your interest and suggestion, if you have an idea how you would want it to work, that migh work better than the way I suggested, i'd be more than happy to figure out how to do it your way.Like I said I am not a modder, if you want it a certian way you have to speak up, other wise I'll do it the way I think is best. Which might clash with the way you think it should of been done.


RE: Designing a Modding tool
After thinking about it, here is how I would do it. Bear in mind I have ZERO coding experience, so my ideal way and a working way may be two completely different things.
I'd set a fill in form on the left 1/4 of the screen that lets you type in all the info you need for any project (blank entries would be ignored) with a 'Write to file' button at the bottom. On the remaining 75% of the screen, I'd set it up to show a graphic of how the research table (depending on the school being used) would look in game. That visual would certainly make it easier to determine where on the tech tree something lands, and show the connections from project to project.
If that isn't possible, even a simple text editor would suffice. I just want something that doesn't make all the errors that I make doing it by hand. Having to take a crash report, then locate line 5,784,323 in the code to add a comma I left out is not fun.
Basically just something easy to use that eliminates typos and other errors as much as possible.
I'd set a fill in form on the left 1/4 of the screen that lets you type in all the info you need for any project (blank entries would be ignored) with a 'Write to file' button at the bottom. On the remaining 75% of the screen, I'd set it up to show a graphic of how the research table (depending on the school being used) would look in game. That visual would certainly make it easier to determine where on the tech tree something lands, and show the connections from project to project.
If that isn't possible, even a simple text editor would suffice. I just want something that doesn't make all the errors that I make doing it by hand. Having to take a crash report, then locate line 5,784,323 in the code to add a comma I left out is not fun.
Basically just something easy to use that eliminates typos and other errors as much as possible.
Distant Worlds Fan
'When in doubt...attack!'
'When in doubt...attack!'
RE: Designing a Modding tool
See thank you, that is slightly better, adding the 1/4 menu box is actually a good idea, actually better than my idea. Mine was displaying the tech tree to add info. Yours is better.still would have to do the graphics, but would get the data from the menu box. I like it. Should be do able. I am not off for another 6 hours, but ill do a mock up when I get home see what you think.
Edit
As for typos, thats all controling the data that is inputed, just make sure i verify the info before and after it is saving to text. I can write something that highlights all changes, to make it even easier to check.
Edit
As for typos, thats all controling the data that is inputed, just make sure i verify the info before and after it is saving to text. I can write something that highlights all changes, to make it even easier to check.


RE: Designing a Modding tool
Sorry, about not posting for last few days, and not making the mock up. Just been so tired and working a lot and my net went down. I actually fell asleep, when I got home. Because My net was down and spent like 2 hours at work trying to get them to fix it. Well I guess they finally fixed it and I am back up and running. Although I just pulled a 17 hour work day I am going to do a quick mock up of The tech form. I was thinking of just doing it as solo project as I really do not fell Like making a new form Then making a panel to get to it and then writing the code to get to it. To much work, but I will mock it up and if you like it Ill figure out how to add it into the program at a later date, like when I have some days off. Oh and I do not have to use my pad or my phone to reply any more, unless I am at work. Thank goodness. Which means my responses will make sense. As half my post crash my pad and do not always send on my phone. So I am happy about that.


RE: Designing a Modding tool
as promised more of the coding I know it is a lot but this is just the coding for racecreation. Ill put the rest up when I am not so tired
namespace distantrworldmodder1._0._1
{
partial class RaceCreation
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RaceCreation));
this.closingPictureBox = new System.Windows.Forms.PictureBox();
this.panel1 = new System.Windows.Forms.Panel();
this.raceCoompletedpanel = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.dWMLPictureBox = new System.Windows.Forms.PictureBox();
this.raceDataPanel = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.createRacePictureBox = new System.Windows.Forms.PictureBox();
this.panel5 = new System.Windows.Forms.Panel();
this.raceNameLabel = new System.Windows.Forms.Label();
this.systemNameLabel = new System.Windows.Forms.Label();
this.changeIntervalLabel = new System.Windows.Forms.Label();
this.changeLengthLabel = new System.Windows.Forms.Label();
this.troopNameinfLabel = new System.Windows.Forms.Label();
this.troopNameSpecialTextBox = new System.Windows.Forms.TextBox();
this.troopNameAmLabel = new System.Windows.Forms.Label();
this.troopNamePlanDefTextBox = new System.Windows.Forms.TextBox();
this.troopNamePlanDefLabel = new System.Windows.Forms.Label();
this.troopNameAmTextBox = new System.Windows.Forms.TextBox();
this.troopNameSpecialLabel = new System.Windows.Forms.Label();
this.troopNameinfTextBox = new System.Windows.Forms.TextBox();
this.raceNameTextBox = new System.Windows.Forms.TextBox();
this.changeLengthTextBox = new System.Windows.Forms.TextBox();
this.systemNameTextBox = new System.Windows.Forms.TextBox();
this.changeIntervalTextBox = new System.Windows.Forms.TextBox();
this.piratePlayStyleComboBox = new System.Windows.Forms.ComboBox();
this.troopRegenerationComboBox = new System.Windows.Forms.ComboBox();
this.migrationComboBox = new System.Windows.Forms.ComboBox();
this.freeTradeIncomeComboBox = new System.Windows.Forms.ComboBox();
this.tourismIncomeComboBox = new System.Windows.Forms.ComboBox();
this.knownStartGalLocationComboBox = new System.Windows.Forms.ComboBox();
this.portArmourStrComboBox = new System.Windows.Forms.ComboBox();
this.immuneNaturalDisComboBox = new System.Windows.Forms.ComboBox();
this.popPolGrowthExtComboBox = new System.Windows.Forms.ComboBox();
this.constructSpdVolcanComboBox = new System.Windows.Forms.ComboBox();
this.constructSpdIceComboBox = new System.Windows.Forms.ComboBox();
this.constructSpdDesertComboBox = new System.Windows.Forms.ComboBox();
this.constructSpdOceanComboBox = new System.Windows.Forms.ComboBox();
this.constructSpdMarshyComboBox = new System.Windows.Forms.ComboBox();
this.constructSpdContComboBox = new System.Windows.Forms.ComboBox();
this.researchCostVolcanComboBox = new System.Windows.Forms.ComboBox();
this.researchCostIceComboBox = new System.Windows.Forms.ComboBox();
this.researchCostDesertComboBox = new System.Windows.Forms.ComboBox();
this.researchCostOceanComboBox = new System.Windows.Forms.ComboBox();
this.researchCostMarshyComboBox = new System.Windows.Forms.ComboBox();
this.researchCostContComboBox = new System.Windows.Forms.ComboBox();
this.startTraitCaptianComboBox = new System.Windows.Forms.ComboBox();
this.startTraitPirLeadComboBox = new System.Windows.Forms.ComboBox();
this.startTraitIntComboBox = new System.Windows.Forms.ComboBox();
this.startTraitSciComboBox = new System.Windows.Forms.ComboBox();
this.startTraitGenComboBox = new System.Windows.Forms.ComboBox();
this.startTraitAdmiralComboBox = new System.Windows.Forms.ComboBox();
this.startTraitGovComboBox = new System.Windows.Forms.ComboBox();
this.startTraitAmbassComboBox = new System.Windows.Forms.ComboBox();
this.startTraitLeadComboBox = new System.Windows.Forms.ComboBox();
this.randomAppCaptianComboBox = new System.Windows.Forms.ComboBox();
this.randomAppPirLeadComboBox = new System.Windows.Forms.ComboBox();
this.randomAppIntComboBox = new System.Windows.Forms.ComboBox();
this.randomAppSciComboBox = new System.Windows.Forms.ComboBox();
this.randomAppGenComboBox = new System.Windows.Forms.ComboBox();
this.randomAppAdmiralComboBox = new System.Windows.Forms.ComboBox();
this.randomAppGovComboBox = new System.Windows.Forms.ComboBox();
this.randomAppAmbassComboBox = new System.Windows.Forms.ComboBox();
this.randomAppLeaderComboBox = new System.Windows.Forms.ComboBox();
this.raceEvent2FreqComboBox = new System.Windows.Forms.ComboBox();
this.raceEvent2TypeComboBox = new System.Windows.Forms.ComboBox();
this.raceEvent1FreqComboBox = new System.Windows.Forms.ComboBox();
this.raceEvent1TypeComboBox = new System.Windows.Forms.ComboBox();
this.condition5AddDataComboBox = new System.Windows.Forms.ComboBox();
this.condition5PropComboBox = new System.Windows.Forms.ComboBox();
this.condition5ValueComboBox = new System.Windows.Forms.ComboBox();
this.condition5TypeComboBox = new System.Windows.Forms.ComboBox();
this.condition4AddDataComboBox = new System.Windows.Forms.ComboBox();
this.condition4PropComboBox = new System.Windows.Forms.ComboBox();
this.condition4ValueComboBox = new System.Windows.Forms.ComboBox();
this.condition4TypeComboBox = new System.Windows.Forms.ComboBox();
this.condition3AddDataComboBox = new System.Windows.Forms.ComboBox();
this.condition3PropComboBox = new System.Windows.Forms.ComboBox();
this.condition3ValueComboBox = new System.Windows.Forms.ComboBox();
this.condition3TypeComboBox = new System.Windows.Forms.ComboBox();
this.condition2AddDataComboBox = new System.Windows.Forms.ComboBox();
this.condition2PropComboBox = new System.Windows.Forms.ComboBox();
this.condition2ValueComboBox = new System.Windows.Forms.ComboBox();
this.condition2TypeComboBox = new System.Windows.Forms.ComboBox();
this.condition1AddDataComboBox = new System.Windows.Forms.ComboBox();
this.condition1PropComboBox = new System.Windows.Forms.ComboBox();
this.condition1ValueComboBox = new System.Windows.Forms.ComboBox();
this.condition1TypeComboBox = new System.Windows.Forms.ComboBox();
this.resource3AppOnlyComboBox = new System.Windows.Forms.ComboBox();
this.resource3AmountComboBox = new System.Windows.Forms.ComboBox();
this.resource3EffectComboBox = new System.Windows.Forms.ComboBox();
this.resource3TypeComboBox = new System.Windows.Forms.ComboBox();
this.resource2AppOnlyComboBox = new System.Windows.Forms.ComboBox();
this.resource2AmountComboBox = new System.Windows.Forms.ComboBox();
this.resource2EffectComboBox = new System.Windows.Forms.ComboBox();
this.resource2TypeComboBox = new System.Windows.Forms.ComboBox();
this.resource1AppOnlyComboBox = new System.Windows.Forms.ComboBox();
this.resource1AmountComboBox = new System.Windows.Forms.ComboBox();
this.resource1EffectComboBox = new System.Windows.Forms.ComboBox();
this.resource1TypeComboBox = new System.Windows.Forms.ComboBox();
this.troopStrengthComboBox = new System.Windows.Forms.ComboBox();
this.flagDesignComboBox = new System.Windows.Forms.ComboBox();
this.def2ndColorComboBox = new System.Windows.Forms.ComboBox();
this.defPrimaryColorComboBox = new System.Windows.Forms.ComboBox();
this.constructionSpeedComboBox = new System.Windows.Forms.ComboBox();
this.intellAgentsComboBox = new System.Windows.Forms.ComboBox();
this.dissallowedRes3ComboBox = new System.Windows.Forms.ComboBox();
this.dissallowedRes2ComboBox = new System.Windows.Forms.ComboBox();
this.dissallowedRes1ComboBox = new System.Windows.Forms.ComboBox();
this.shipSizeFactorMComboBox = new System.Windows.Forms.ComboBox();
this.shipSizeFactorCComboBox = new System.Windows.Forms.ComboBox();
this.switchCycleEventComboBox = new System.Windows.Forms.ComboBox();
this.factorsFriendlinessComboBox = new System.Windows.Forms.ComboBox();
this.factorsCautionComboBox = new System.Windows.Forms.ComboBox();
this.factorAgreesionComboBox = new System.Windows.Forms.ComboBox();
this.factorGrowthComboBox = new System.Windows.Forms.ComboBox();
this.playableComboBox = new System.Windows.Forms.ComboBox();
this.canBeNormEmpireComboBox = new System.Windows.Forms.ComboBox();
this.canBePirateComboBox = new System.Windows.Forms.ComboBox();
this.expandingComboBox = new System.Windows.Forms.ComboBox();
this.prefStartGovComboBox = new System.Windows.Forms.ComboBox();
this.specialGovComboBox = new System.Windows.Forms.ComboBox();
this.specialComponetComboBox = new System.Windows.Forms.ComboBox();
this.nativePlanetTypeComboBox = new System.Windows.Forms.ComboBox();
this.techFocus2ComboBox = new System.Windows.Forms.ComboBox();
this.techFocus1ComboBox = new System.Windows.Forms.ComboBox();
this.shipDesignFocusComboBox = new System.Windows.Forms.ComboBox();
this.tradeBonusComboBox = new System.Windows.Forms.ComboBox();
this.espionageBonusComboBox = new System.Windows.Forms.ComboBox();
this.researchBonusComboBox = new System.Windows.Forms.ComboBox();
this.satisfactionModComboBox = new System.Windows.Forms.ComboBox();
this.warWearinessAttComboBox = new System.Windows.Forms.ComboBox();
this.resExtSavingsComboBox = new System.Windows.Forms.ComboBox();
this.troopMaintSavingsComboBox = new System.Windows.Forms.ComboBox();
this.shipMaintSavingsComboBox = new System.Windows.Forms.ComboBox();
this.loyaltyComboBox = new System.Windows.Forms.ComboBox();
this.friendlinessComboBox = new System.Windows.Forms.ComboBox();
this.cautionComboBox = new System.Windows.Forms.ComboBox();
this.agressionComboBox = new System.Windows.Forms.ComboBox();
this.intelligenceComboBox = new System.Windows.Forms.ComboBox();
this.repRateComboBox = new System.Windows.Forms.ComboBox();
this.familyComboBox = new System.Windows.Forms.ComboBox();
this.piratePlayStyleLabel = new System.Windows.Forms.Label();
this.randomAppGenLabel = new System.Windows.Forms.Label();
this.troopRegenerationLabel = new System.Windows.Forms.Label();
this.migrationLabel = new System.Windows.Forms.Label();
this.freeTradeIncomeLabel = new System.Windows.Forms.Label();
this.tourismIncomeLabel = new System.Windows.Forms.Label();
this.knownStartGalLocationLabel = new System.Windows.Forms.Label();
this.portArmourStrLabel = new System.Windows.Forms.Label();
this.immuneNaturalDisLabel = new System.Windows.Forms.Label();
this.popPolGrowthExtLabel = new System.Windows.Forms.Label();
this.constructSpdVolcanLabel = new System.Windows.Forms.Label();
this.constructSpdIceLabel = new System.Windows.Forms.Label();
this.constructSpdDesertLabel = new System.Windows.Forms.Label();
this.constructSpdOceanLabel = new System.Windows.Forms.Label();
this.constructSpdMarshyLabel = new System.Windows.Forms.Label();
this.constructSpdContLabel = new System.Windows.Forms.Label();
this.researchCostVolcanLabel = new System.Windows.Forms.Label();
this.researchCostIceLabel = new System.Windows.Forms.Label();
this.researchCostDesertLabel = new System.Windows.Forms.Label();
this.researchCostOceanLabel = new System.Windows.Forms.Label();
this.researchCostMarshyLabel = new System.Windows.Forms.Label();
this.researchCostContLabel = new System.Windows.Forms.Label();
this.startTraitCaptianLabel = new System.Windows.Forms.Label();
this.startTraitPirLeadLabel = new System.Windows.Forms.Label();
this.startTraitIntLabel = new System.Windows.Forms.Label();
this.startTraitSciLabel = new System.Windows.Forms.Label();
this.startTraitGenLabel = new System.Windows.Forms.Label();
this.startTraitAdmiralLabel = new System.Windows.Forms.Label();
this.startTraitGovLabel = new System.Windows.Forms.Label();
this.startTraitAmbassLabel = new System.Windows.Forms.Label();
this.startTraitLeadLabel = new System.Windows.Forms.Label();
this.randomAppCaptianLabel = new System.Windows.Forms.Label();
this.randomAppPirLeadLabel = new System.Windows.Forms.Label();
this.randomAppIntLabel = new System.Windows.Forms.Label();
this.randomAppSciLabel = new System.Windows.Forms.Label();
this.label83 = new System.Windows.Forms.Label();
this.randomAppAdmiralLabel = new System.Windows.Forms.Label();
this.randomAppGovLabel = new System.Windows.Forms.Label();
this.randomAppAmbassLabel = new System.Windows.Forms.Label();
this.randomAppLeaderLabel = new System.Windows.Forms.Label();
this.raceEvent2FreqLabel = new System.Windows.Forms.Label();
this.raceEvent2TypeLabel = new System.Windows.Forms.Label();
this.raceEvent1FreqLabel = new System.Windows.Forms.Label();
this.raceEvent1TypeLabel = new System.Windows.Forms.Label();
this.condition5AddDataLabel = new System.Windows.Forms.Label();
this.condition5PropLabel = new System.Windows.Forms.Label();
this.condition5ValueLabel = new System.Windows.Forms.Label();
this.condition5TypeLabel = new System.Windows.Forms.Label();
this.condition4AddDataLabel = new System.Windows.Forms.Label();
this.condition4PropLabel = new System.Windows.Forms.Label();
this.condition4ValueLabel = new System.Windows.Forms.Label();
this.condition4TypeLabel = new System.Windows.Forms.Label();
this.condition3AddDataLabel = new System.Windows.Forms.Label();
this.condition3PropLabel = new System.Windows.Forms.Label();
this.condition3ValueLabel = new System.Windows.Forms.Label();
this.condition3TypeLabel = new System.Windows.Forms.Label();
this.condition2AddDataLabel = new System.Windows.Forms.Label();
this.condition2PropLabel = new System.Windows.Forms.Label();
this.condition2ValueLabel = new System.Windows.Forms.Label();
this.condition2TypeLabel = new System.Windows.Forms.Label();
this.condition1AddDataLabel = new System.Windows.Forms.Label();
this.condition1PropLabel = new System.Windows.Forms.Label();
this.condition1ValueLabel = new System.Windows.Forms.Label();
this.condition1TypeLabel = new System.Windows.Forms.Label();
this.resource3AppOnlyLabel = new System.Windows.Forms.Label();
this.resource3AmountLabel = new System.Windows.Forms.Label();
this.resource3EffectLabel = new System.Windows.Forms.Label();
this.resource3TypeLabel = new System.Windows.Forms.Label();
this.resource2AppOnlyLabel = new System.Windows.Forms.Label();
this.resource2AmountLabel = new System.Windows.Forms.Label();
this.resource2EffectLabel = new System.Windows.Forms.Label();
this.resource2TypeLabel = new System.Windows.Forms.Label();
this.resource1AppOnlyLabel = new System.Windows.Forms.Label();
this.resource1AmountLabel = new System.Windows.Forms.Label();
this.resource1EffectLabel = new System.Windows.Forms.Label();
this.resource1TypeLabel = new System.Windows.Forms.Label();
this.troopStrengthLabel = new System.Windows.Forms.Label();
this.flagDesignLabel = new System.Windows.Forms.Label();
this.def2ndColorLabel = new System.Windows.Forms.Label();
this.defPrimaryColorLabel = new System.Windows.Forms.Label();
this.constructionSpeedLabel = new System.Windows.Forms.Label();
this.intellAgentsLabel = new System.Windows.Forms.Label();
this.dissallowedRes3Label = new System.Windows.Forms.Label();
this.dissallowedRes2Label = new System.Windows.Forms.Label();
this.dissallowedRes1Label = new System.Windows.Forms.Label();
this.shipSizeFactorMLabel = new System.Windows.Forms.Label();
this.shipSizeFactorCLabel = new System.Windows.Forms.Label();
this.switchCycleEventLabel = new System.Windows.Forms.Label();
this.factorsFriendlinessLabel = new System.Windows.Forms.Label();
this.factorsCautionLabel = new System.Windows.Forms.Label();
this.factorAgreesionLabel = new System.Windows.Forms.Label();
this.factorGrowthLabel = new System.Windows.Forms.Label();
this.playableLabel = new System.Windows.Forms.Label();
this.canBeNormEmpireLabel = new System.Windows.Forms.Label();
this.canBePirateLabel = new System.Windows.Forms.Label();
this.expandingLabel = new System.Windows.Forms.Label();
this.prefStartGovLabel = new System.Windows.Forms.Label();
this.specialGovLabel = new System.Windows.Forms.Label();
this.specialComponetLabel = new System.Windows.Forms.Label();
this.nativePlanetTypeLabel = new System.Windows.Forms.Label();
this.techFocus2Label = new System.Windows.Forms.Label();
this.techFocus1Label = new System.Windows.Forms.Label();
this.shipDesignFocusLabel = new System.Windows.Forms.Label();
this.tradeBonusLabel = new System.Windows.Forms.Label();
this.espionageBonusLabel = new System.Windows.Forms.Label();
this.researchBonusLabel = new System.Windows.Forms.Label();
this.satisfactionModLabel = new System.Windows.Forms.Label();
this.warWearinessAttLabel = new System.Windows.Forms.Label();
this.resExtSavingsLabel = new System.Windows.Forms.Label();
this.troopMaintSavingsLabel = new System.Windows.Forms.Label();
this.shipMaintSavingsLabel = new System.Windows.Forms.Label();
this.loyaltyLabel = new System.Windows.Forms.Label();
this.friendlinessLabel = new System.Windows.Forms.Label();
this.cautionLabel = new System.Windows.Forms.Label();
this.agressionLabel = new System.Windows.Forms.Label();
this.intelligenceLabel = new System.Windows.Forms.Label();
this.repRateLabel = new System.Windows.Forms.Label();
this.familyLabel = new System.Windows.Forms.Label();
this.raceCreationtabControl2 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.openImagePictureBox1 = new System.Windows.Forms.PictureBox();
this.raceCreationPictureBox1 = new System.Windows.Forms.PictureBox();
this.RaceCreationtabPage2 = new System.Windows.Forms.TabPage();
this.openImagePictureBox2 = new System.Windows.Forms.PictureBox();
this.raceCreationPictureBox2 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.closingPictureBox)).BeginInit();
this.panel1.SuspendLayout();
this.raceCoompletedpanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dWMLPictureBox)).BeginInit();
this.raceDataPanel.SuspendLayout();
this.panel2.SuspendLayout();
this.panel4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.createRacePictureBox)).BeginInit();
this.panel5.SuspendLayout();
this.raceCreationtabControl2.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.openImagePictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.raceCreationPictureBox1)).BeginInit();
this.RaceCreationtabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.openImagePictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.raceCreationPictureBox2)).BeginInit();
this.SuspendLayout();
//
// closingPictureBox
//
this.closingPictureBox.Image = global::distantrworldmodder1._0._1.Properties.Resources.closebutton1;
this.closingPictureBox.Location = new System.Drawing.Point(1419, 12);
this.closingPictureBox.Name = "closingPictureBox";
this.closingPictureBox.Size = new System.Drawing.Size(57, 57);
this.closingPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.closingPictureBox.TabIndex = 0;
this.closingPictureBox.TabStop = false;
this.closingPictureBox.Click += new System.EventHandler(this.pictureBox1_Click);
this.closingPictureBox.MouseLeave += new System.EventHandler(this.pictureBox1_MouseLeave);
this.closingPictureBox.MouseHover += new System.EventHandler(this.pictureBox1_MouseHover);
//
// panel1
//
this.panel1.AllowDrop = true;
this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
this.panel1.Controls.Add(this.raceCoompletedpanel);
this.panel1.Controls.Add(this.dWMLPictureBox);
this.panel1.Controls.Add(this.raceDataPanel);
this.panel1.Controls.Add(this.raceCreationtabControl2);
this.panel1.Controls.Add(this.closingPictureBox);
this.panel1.Location = new System.Drawing.Point(27, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1484, 656);
this.panel1.TabIndex = 1;
this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
//
// raceCoompletedpanel
//
this.raceCoompletedpanel.BackColor = System.Drawing.Color.DarkRed;
this.raceCoompletedpanel.Controls.Add(this.panel3);
this.raceCoompletedpanel.Dock = System.Windows.Forms.DockStyle.Bottom;
this.raceCoompletedpanel.Location = new System.Drawing.Point(0, 529);
this.raceCoompletedpanel.Name = "raceCoompletedpanel";
this.raceCoompletedpanel.Size = new System.Drawing.Size(1484, 127);
this.raceCoompletedpanel.TabIndex = 6;
//
// panel3
//
this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel3.AutoScroll = true;
this.panel3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel3.BackgroundImage")));
this.panel3.Location = new System.Drawing.Point(12, 16);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(1464, 99);
this.panel3.TabIndex = 0;
//
// dWMLPictureBox
//
this.dWMLPictureBox.BackColor = System.Drawing.Color.Transparent;
this.dWMLPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("dWMLPictureBox.Image")));
this.dWMLPictureBox.Location = new System.Drawing.Point(12, 12);
this.dWMLPictureBox.Name = "dWMLPictureBox";
this.dWMLPictureBox.Size = new System.Drawing.Size(200, 39);
this.dWMLPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.dWMLPictureBox.TabIndex = 5;
this.dWMLPictureBox.TabStop = false;
//
// raceDataPanel
//
this.raceDataPanel.BackColor = System.Drawing.Color.DarkRed;
this.raceDataPanel.Controls.Add(this.panel2);
this.raceDataPanel.Location = new System.Drawing.Point(0, 75);
this.raceDataPanel.Name = "raceDataPanel";
this.raceDataPanel.Size = new System.Drawing.Size(1119, 451);
this.raceDataPanel.TabIndex = 4;
//
// panel2
//
this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel2.AutoScroll = true;
this.panel2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel2.BackgroundImage")));
this.panel2.Controls.Add(this.panel4);
this.panel2.Controls.Add(this.piratePlayStyleComboBox);
this.panel2.Controls.Add(this.troopRegenerationComboBox);
this.panel2.Controls.Add(this.migrationComboBox);
this.panel2.Controls.Add(this.freeTradeIncomeComboBox);
this.panel2.Controls.Add(this.tourismIncomeComboBox);
this.panel2.Controls.Add(this.knownStartGalLocationComboBox);
this.panel2.Controls.Add(this.portArmourStrComboBox);
this.panel2.Controls.Add(this.immuneNaturalDisComboBox);
this.panel2.Controls.Add(this.popPolGrowthExtComboBox);
this.panel2.Controls.Add(this.constructSpdVolcanComboBox);
this.panel2.Controls.Add(this.constructSpdIceComboBox);
this.panel2.Controls.Add(this.constructSpdDesertComboBox);
this.panel2.Controls.Add(this.constructSpdOceanComboBox);
this.panel2.Controls.Add(this.constructSpdMarshyComboBox);
this.panel2.Controls.Add(this.constructSpdContComboBox);
this.panel2.Controls.Add(this.researchCostVolcanComboBox);
this.panel2.Controls.Add(this.researchCostIceComboBox);
this.panel2.Controls.Add(this.researchCostDesertComboBox);
this.panel2.Controls.Add(this.researchCostOceanComboBox);
this.panel2.Controls.Add(this.researchCostMarshyComboBox);
this.panel2.Controls.Add(this.researchCostContComboBox);
this.panel2.Controls.Add(this.startTraitCaptianComboBox);
this.panel2.Controls.Add(this.startTraitPirLeadComboBox);
this.panel2.Controls.Add(this.startTraitIntComboBox);
this.panel2.Controls.Add(this.startTraitSciComboBox);
this.panel2.Controls.Add(this.startTraitGenComboBox);
this.panel2.Controls.Add(this.startTraitAdmiralComboBox);
this.panel2.Controls.Add(this.startTraitGovComboBox);
this.panel2.Controls.Add(this.startTraitAmbassComboBox);
this.panel2.Controls.Add(this.startTraitLeadComboBox);
this.panel2.Controls.Add(this.randomAppCaptianComboBox);
this.panel2.Controls.Add(this.randomAppPirLeadComboBox);
this.panel2.Controls.Add(this.randomAppIntComboBox);
this.panel2.Controls.Add(this.randomAppSciComboBox);
this.panel2.Controls.Add(this.randomAppGenComboBox);
this.panel2.Controls.Add(this.randomAppAdmiralComboBox);
this.panel2.Controls.Add(this.randomAppGovComboBox);
this.panel2.Controls.Add(this.randomAppAmbassComboBox);
this.panel2.Controls.Add(this.randomAppLeaderComboBox);
this.panel2.Controls.Add(this.raceEvent2FreqComboBox);
this.panel2.Controls.Add(this.raceEvent2TypeComboBox);
this.panel2.Controls.Add(this.raceEvent1FreqComboBox);
this.panel2.Controls.Add(this.raceEvent1TypeComboBox);
this.panel2.Controls.Add(this.condition5AddDataComboBox);
this.panel2.Controls.Add(this.condition5PropComboBox);
this.panel2.Controls.Add(this.condition5ValueComboBox);
this.panel2.Controls.Add(this.condition5TypeComboBox);
this.panel2.Controls.Add(this.condition4AddDataComboBox);
this.panel2.Controls.Add(this.condition4PropComboBox);
this.panel2.Controls.Add(this.condition4ValueComboBox);
this.panel2.Controls.Add(this.condition4TypeComboBox);
this.panel2.Controls.Add(this.condition3AddDataComboBox);
this.panel2.Controls.Add(this.condition3PropComboBox);
this.panel2.Controls.Add(this.condition3ValueComboBox);
this.panel2.Controls.Add(this.condition3TypeComboBox);
this.panel2.Controls.Add(this.condition2AddDataComboBox);
this.panel2.Controls.Add(this.condition2PropComboBox);
this.panel2.Controls.Add(this.condition2ValueComboBox);
this.panel2.Controls.Add(this.condition2TypeComboBox);
this.panel2.Controls.Add(this.condition1AddDataComboBox);
this.panel2.Controls.Add(this.condition1PropComboBox);
this.panel2.Controls.Add(this.condition1ValueComboBox);
this.panel2.Controls.Add(this.condition1TypeComboBox);
this.panel2.Controls.Add(this.resource3AppOnlyComboBox);
this.panel2.Controls.Add(this.resource3AmountComboBox);
this.panel2.Controls.Add(this.resource3EffectComboBox);
this.panel2.Controls.Add(this.resource3TypeComboBox);
this.panel2.Controls.Add(this.resource2AppOnlyComboBox);
this.panel2.Controls.Add(this.resource2AmountComboBox);
this.panel2.Controls.Add(this.resource2EffectComboBox);
this.panel2.Controls.Add(this.resource2TypeComboBox);
this.panel2.Controls.Add(this.resource1AppOnlyComboBox);
this.panel2.Controls.Add(this.resource1AmountComboBox);
this.panel2.Controls.Add(this.resource1EffectComboBox);
this.panel2.Controls.Add(this.resource1TypeComboBox);
this.panel2.Controls.Add(this.troopStrengthComboBox);
this.panel2.Controls.Add(this.flagDesignComboBox);
this.panel2.Controls.Add(this.def2ndColorComboBox);
this.panel2.Controls.Add(this.defPrimaryColorComboBox);
this.panel2.Controls.Add(this.constructionSpeedComboBox);
this.panel2.Controls.Add(this.intellAgentsComboBox);
this.panel2.Controls.Add(this.dissallowedRes3ComboBox);
this.panel2.Controls.Add(this.dissallowedRes2ComboBox);
this.panel2.Controls.Add(this.dissallowedRes1ComboBox);
this.panel2.Controls.Add(this.shipSizeFactorMComboBox);
this.panel2.Controls.Add(this.shipSizeFactorCComboBox);
this.panel2.Controls.Add(this.switchCycleEventComboBox);
this.panel2.Controls.Add(this.factorsFriendlinessComboBox);
this.panel2.Controls.Add(this.factorsCautionComboBox);
this.panel2.Controls.Add(this.factorAgreesionComboBox);
this.panel2.Controls.Add(this.factorGrowthComboBox);
this.panel2.Controls.Add(this.playableComboBox);
this.panel2.Controls.Add(this.canBeNormEmpireComboBox);
this.panel2.Controls.Add(this.canBePirateComboBox);
this.panel2.Controls.Add(this.expandingComboBox);
this.panel2.Controls.Add(this.prefStartGovComboBox);
this.panel2.Controls.Add(this.specialGovComboBox);
this.panel2.Controls.Add(this.specialComponetComboBox);
this.panel2.Controls.Add(this.nativePlanetTypeComboBox);
this.panel2.Controls.Add(this.techFocus2ComboBox);
this.panel2.Controls.Add(this.techFocus1ComboBox);
this.panel2.Controls.Add(this.shipDesignFocusComboBox);
this.panel2.Controls.Add(this.tradeBonusComboBox);
this.panel2.Controls.Add(this.espionageBonusComboBox);
this.panel2.Controls.Add(this.researchBonusComboBox);
this.panel2.Controls.Add(this.satisfactionModComboBox);
this.panel2.Controls.Add(this.warWearinessAttComboBox);
this.panel2.Controls.Add(this.resExtSavingsComboBox);
this.panel2.Controls.Add(this.troopMaintSavingsComboBox);
this.panel2.Controls.Add(this.shipMaintSavingsComboBox);
this.panel2.Controls.Add(this.loyaltyComboBox);
this.panel2.Controls.Add(this.friendlinessComboBox);
this.panel2.Controls.Add(this.cautionComboBox);
this.panel2.Controls.Add(this.agressionComboBox);
this.panel2.Controls.Add(this.intelligenceComboBox);
this.panel2.Controls.Add(this.repRateComboBox);
this.panel2.Controls.Add(this.familyComboBox);
this.panel2.Controls.Add(this.piratePlayStyleLabel);
this.panel2.Controls.Add(this.randomAppGenLabel);
this.panel2.Controls.Add(this.troopRegenerationLabel);
this.panel2.Controls.Add(this.migrationLabel);
this.panel2.Controls.Add(this.freeTradeIncomeLabel);
this.panel2.Controls.Add(this.tourismIncomeLabel);
this.panel2.Controls.Add(this.knownStartGalLocationLabel);
this.panel2.Controls.Add(this.portArmourStrLabel);
this.panel2.Controls.Add(this.immuneNaturalDisLabel);
this.panel2.Controls.Add(this.popPolGrowthExtLabel);
this.panel2.Controls.Add(this.constructSpdVolcanLabel);
this.panel2.Controls.Add(this.constructSpdIceLabel);
this.panel2.Controls.Add(this.constructSpdDesertLabel);
this.panel2.Controls.Add(this.constructSpdOceanLabel);
this.panel2.Controls.Add(this.constructSpdMarshyLabel);
this.panel2.Controls.Add(this.constructSpdContLabel);
this.panel2.Controls.Add(this.researchCostVolcanLabel);
this.panel2.Controls.Add(this.researchCostIceLabel);
this.panel2.Controls.Add(this.researchCostDesertLabel);
this.panel2.Controls.Add(this.researchCostOceanLabel);
this.panel2.Controls.Add(this.researchCostMarshyLabel);
this.panel2.Controls.Add(this.researchCostContLabel);
this.panel2.Controls.Add(this.startTraitCaptianLabel);
this.panel2.Controls.Add(this.startTraitPirLeadLabel);
this.panel2.Controls.Add(this.startTraitIntLabel);
this.panel2.Controls.Add(this.startTraitSciLabel);
this.panel2.Controls.Add(this.startTraitGenLabel);
this.panel2.Controls.Add(this.startTraitAdmiralLabel);
this.panel2.Controls.Add(this.startTraitGovLabel);
this.panel2.Controls.Add(this.startTraitAmbassLabel);
this.panel2.Controls.Add(this.startTraitLeadLabel);
this.panel2.Controls.Add(this.randomAppCaptianLabel);
this.panel2.Controls.Add(this.randomAppPirLeadLabel);
this.panel2.Controls.Add(this.randomAppIntLabel);
this.panel2.Controls.Add(this.randomAppSciLabel);
this.panel2.Controls.Add(this.label83);
this.panel2.Controls.Add(this.randomAppAdmiralLabel);
this.panel2.Controls.Add(this.randomAppGovLabel);
this.panel2.Controls.Add(this.randomAppAmbassLabel);
this.panel2.Controls.Add(this.randomAppLeaderLabel);
this.panel2.Controls.Add(this.raceEvent2FreqLabel);
this.panel2.Controls.Add(this.raceEvent2TypeLabel);
this.panel2.Controls.Add(this.raceEvent1FreqLabel);
this.panel2.Controls.Add(this.raceEvent1TypeLabel);
this.panel2.Controls.Add(this.condition5AddDataLabel);
this.panel2.Controls.Add(this.condition5PropLabel);
this.panel2.Controls.Add(this.condition5ValueLabel);
this.panel2.Controls.Add(this.condition5TypeLabel);
this.panel2.Controls.Add(this.condition4AddDataLabel);
this.panel2.Controls.Add(this.condition4PropLabel);
this.panel2.Controls.Add(this.condition4ValueLabel);
this.panel2.Controls.Add(this.condition4TypeLabel);
this.panel2.Controls.Add(this.condition3AddDataLabel);
this.panel2.Controls.Add(this.condition3PropLabel);
this.panel2.Controls.Add(this.condition3ValueLabel);
this.panel2.Controls.Add(this.condition3TypeLabel);
this.panel2.Controls.Add(this.condition2AddDataLabel);
this.panel2.Controls.Add(this.condition2PropLabel);
this.panel2.Controls.Add(this.condition2ValueLabel);
this.panel2.Controls.Add(this.condition2TypeLabel);
this.panel2.Controls.Add(this.condition1AddDataLabel);
this.panel2.Controls.Add(this.condition1PropLabel);
this.panel2.Controls.Add(this.condition1ValueLabel);
this.panel2.Controls.Add(this.condition1TypeLabel);
this.panel2.Controls.Add(this.resource3AppOnlyLabel);
this.panel2.Controls.Add(this.resource3AmountLabel);
this.panel2.Controls.Add(this.resource3EffectLabel);
this.panel2.Controls.Add(this.resource3TypeLabel);
this.panel2.Controls.Add(this.resource2AppOnlyLabel);
this.panel2.Controls.Add(this.resource2AmountLabel);
this.panel2.Controls.Add(this.resource2EffectLabel);
this.panel2.Controls.Add(this.resource2TypeLabel);
this.panel2.Controls.Add(this.resource1AppOnlyLabel);
this.panel2.Controls.Add(this.resource1AmountLabel);
this.panel2.Controls.Add(this.resource1EffectLabel);
this.panel2.Controls.Add(this.resource1TypeLabel);
this.panel2.Controls.Add(this.troopStrengthLabel);
this.panel2.Controls.Add(this.flagDesignLabel);
this.panel2.Controls.Add(this.def2ndColorLabel);
this.panel2.Controls.Add(this.defPrimaryColorLabel);
this.panel2.Controls.Add(this.constructionSpeedLabel);
this.panel2.Controls.Add(this.intellAgentsLabel);
this.panel2.Controls.Add(this.dissallowedRes3Label);
this.panel2.Controls.Add(this.dissallowedRes2Label);
this.panel2.Controls.Add(this.dissallowedRes1Label);
this.panel2.Controls.Add(this.shipSizeFactorMLabel);
this.panel2.Controls.Add(this.shipSizeFactorCLabel);
this.panel2.Controls.Add(this.switchCycleEventLabel);
this.panel2.Controls.Add(this.factorsFriendlinessLabel);
this.panel2.Controls.Add(this.factorsCautionLabel);
this.panel2.Controls.Add(this.factorAgreesionLabel);
this.panel2.Controls.Add(this.factorGrowthLabel);
this.panel2.Controls.Add(this.playableLabel);
this.panel2.Controls.Add(this.canBeNormEmpireLabel);
this.panel2.Controls.Add(this.canBePirateLabel);
this.panel2.Controls.Add(this.expandingLabel);
this.panel2.Controls.Add(this.prefStartGovLabel);
this.panel2.Controls.Add(this.specialGovLabel);
this.panel2.Controls.Add(this.specialComponetLabel);
this.panel2.Controls.Add(this.nativePlanetTypeLabel);
this.panel2.Controls.Add(this.techFocus2Label);
this.panel2.Controls.Add(this.techFocus1Label);
this.panel2.Controls.Add(this.shipDesignFocusLabel);
this.panel2.Controls.Add(this.tradeBonusLabel);
this.panel2.Controls.Add(this.espionageBonusLabel);
this.panel2.Controls.Add(this.researchBonusLabel);
this.panel2.Controls.Add(this.satisfactionModLabel);
this.panel2.Controls.Add(this.warWearinessAttLabel);
this.panel2.Controls.Add(this.resExtSavingsLabel);
this.panel2.Controls.Add(this.troopMaintSavingsLabel);
this.panel2.Controls.Add(this.shipMaintSavingsLabel);
this.panel2.Controls.Add(this.loyaltyLabel);
this.panel2.Controls.Add(this.friendlinessLabel);
this.panel2.Controls.Add(this.cautionLabel);
this.panel2.Controls.Add(this.agressionLabel);
this.panel2.Controls.Add(this.intelligenceLabel);
this.panel2.Controls.Add(this.repRateLabel);
this.panel2.Controls.Add(this.familyLabel);
this.panel2.Location = new System.Drawing.Point(14, 15);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1094, 418);
this.panel2.TabIndex = 0;
this.panel2.Tag = "New Race";
this.panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint);
//
// panel4
//
this.panel4.Controls.Add(this.createRacePictureBox);
this.panel4.Controls.Add(this.panel5);
this.panel4.Location = new System.Drawing.Point(682, 20);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(400, 267);
this.panel4.TabIndex = 253;
//
// createRacePictureBox
//
this.createRacePictureBox.BackColor = System.Drawing.Color.DarkRed;
this.createRacePictureBox.Image = ((System.Drawing.Image)(resources.GetObject("createRacePictureBox.Image")));
this.createRacePictureBox.Location = new System.Drawing.Point(285, 241);
this.createRacePictureBox.Name = "createRacePictureBox";
this.createRacePictureBox.Size = new System.Drawing.Size(100, 23);
this.createRacePictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.createRacePictureBox.TabIndex = 1;
this.createRacePictureBox.TabStop = false;
this.createRacePictureBox.MouseLeave += new System.EventHandler(this.createRacePictureBox_MouseLeave);
this.createRacePictureBox.MouseHover += new System.EventHandler(this.createRacePictureBox_MouseHover);
//
// panel5
//
this.panel5.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel5.BackgroundImage")));
this.panel5.Controls.Add(this.raceNameLabel);
this.panel5.Controls.Add(this.systemNameLabel);
this.panel5.Controls.Add(this.changeIntervalLabel);
this.panel5.Controls.Add(this.changeLengthLabel);
this.panel5.Controls.Add(this.troopNameinfLabel);
this.panel5.Controls.Add(this.troopNameSpecialTextBox);
this.panel5.Controls.Add(this.troopNameAmLabel);
this.panel5.Controls.Add(this.troopNamePlanDefTextBox);
this.panel5.Controls.Add(this.troopNamePlanDefLabel);
this.panel5.Controls.Add(this.troopNameAmTextBox);
this.panel5.Controls.Add(this.troopNameSpecialLabel);
this.panel5.Controls.Add(this.troopNameinfTextBox);
this.panel5.Controls.Add(this.raceNameTextBox);
this.panel5.Controls.Add(this.changeLengthTextBox);
this.panel5.Controls.Add(this.systemNameTextBox);
this.panel5.Controls.Add(this.changeIntervalTextBox);
this.panel5.Location = new System.Drawing.Point(12, 11);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(376, 214);
this.panel5.TabIndex = 0;
//
// raceNameLabel
//
this.raceNameLabel.AutoSize = true;
this.raceNameLabel.BackColor = System.Drawing.Color.Transparent;
this.raceNameLabel.Location = new System.Drawing.Point(52, 5);
this.raceNameLabel.Name = "raceNameLabel";
this.raceNameLabel.Size = new System.Drawing.Size(70, 13);
this.raceNameLabel.TabIndex = 120;
this.raceNameLabel.Text = "Race Name :";
//
// systemNameLabel
//
this.systemNameLabel.AutoSize = true;
this.systemNameLabel.BackColor = System.Drawing.Color.Transparent;
this.systemNameLabel.Location = new System.Drawing.Point(44, 32);
this.systemNameLabel.Name = "systemNameLabel";
this.systemNameLabel.Size = new System.Drawing.Size(78, 13);
this.systemNameLabel.TabIndex = 121;
this.systemNameLabel.Text = "System Name :";
//
// changeIntervalLabel
//
this.changeIntervalLabel.AutoSize = true;
this.changeIntervalLabel.BackColor = System.Drawing.Color.Transparent;
this.changeIntervalLabel.Location = new System.Drawing.Point(34, 59);
this.changeIntervalLabel.Name = "changeIntervalLabel";
this.changeIntervalLabel.Size = new System.Drawing.Size(88, 13);
this.changeIntervalLabel.TabIndex = 122;
this.changeIntervalLabel.Text = "Change Interval :";
//
// changeLengthLabel
//
this.changeLengthLabel.AutoSize = true;
this.changeLengthLabel.BackColor = System.Drawing.Color.Transparent;
this.changeLengthLabel.Location = new System.Drawing.Point(39, 86);
this.changeLengthLabel.Name = "changeLengthLabel";
this.changeLengthLabel.Size = new System.Drawing.Size(86, 13);
this.changeLengthLabel.TabIndex = 123;
this.changeLengthLabel.Text = "Change Length :";
//
// troopNameinfLabel
//
this.troopNameinfLabel.AutoSize = true;
this.troopNameinfLabel.BackColor = System.Drawing.Color.Transparent;
this.troopNameinfLabel.Location = new System.Drawing.Point(39, 113);
this.troopNameinfLabel.Name = "troopNameinfLabel";
this.troopNameinfLabel.Size = new System.Drawing.Size(86, 13);
this.troopNameinfLabel.TabIndex = 124;
this.troopNameinfLabel.Text = "Troop Name inf :";
//
// troopNameSpecialTextBox
//
this.troopNameSpecialTextBox.Location = new System.Drawing.Point(128, 191);
this.troopNameSpecialTextBox.Name = "troopNameSpecialTextBox";
this.troopNameSpecialTextBox.Size = new System.Drawing.Size(245, 20);
this.troopNameSpecialTextBox.TabIndex = 248;
//
// troopNameAmLabel
//
this.troopNameAmLabel.AutoSize = true;
this.troopNameAmLabel.BackColor = System.Drawing.Color.Transparent;
this.troopNameAmLabel.Location = new System.Drawing.Point(32, 140);
this.troopNameAmLabel.Name = "troopNameAmLabel";
this.troopNameAmLabel.Size = new System.Drawing.Size(90, 13);
this.troopNameAmLabel.TabIndex = 125;
this.troopNameAmLabel.Text = "Troop Name Am :";
//
// troopNamePlanDefTextBox
//
this.troopNamePlanDefTextBox.Location = new System.Drawing.Point(128, 164);
this.troopNamePlanDefTextBox.Name = "troopNamePlanDefTextBox";
this.troopNamePlanDefTextBox.Size = new System.Drawing.Size(245, 20);
this.troopNamePlanDefTextBox.TabIndex = 247;
//
// troopNamePlanDefLabel
//
this.troopNamePlanDefLabel.AutoSize = true;
this.troopNamePlanDefLabel.BackColor = System.Drawing.Color.Transparent;
this.troopNamePlanDefLabel.Location = new System.Drawing.Point(6, 167);
this.troopNamePlanDefLabel.Name = "troopNamePlanDefLabel";
this.troopNamePlanDefLabel.Size = new System.Drawing.Size(116, 13);
this.troopNamePlanDefLabel.TabIndex = 126;
this.troopNamePlanDefLabel.Text = "Troop Name Plan Def :";
//
// troopNameAmTextBox
//
this.troopNameAmTextBox.Location = new System.Drawing.Point(128, 137);
this.troopNameAmTextBox.Name = "troopNameAmTextBox";
this.troopNameAmTextBox.Size = new System.Drawing.Size(245, 20);
this.troopNameAmTextBox.TabIndex = 246;
//
// troopNameSpecialLabel
//
this.troopNameSpecialLabel.AutoSize = true;
this.troopNameSpecialLabel.BackColor = System.Drawing.Color.Transparent;
this.troopNameSpecialLabel.Location = new System.Drawing.Point(12, 194);
this.troopNameSpecialLabel.Name = "troopNameSpecialLabel";
this.troopNameSpecialLabel.Size = new System.Drawing.Size(110, 13);
this.troopNameSpecialLabel.TabIndex = 127;
this.troopNameSpecialLabel.Text = "Troop Name Special :";
//
// troopNameinfTextBox
//
this.troopNameinfTextBox.Location = new System.Drawing.Point(128, 110);
this.troopNameinfTextBox.Name = "troopNameinfTextBox";
this.troopNameinfTextBox.Size = new System.Drawing.Size(245, 20);
this.troopNameinfTextBox.TabIndex = 245;
//
// raceNameTextBox
//
this.raceNameTextBox.Location = new System.Drawing.Point(128, 2);
this.raceNameTextBox.Name = "raceNameTextBox";
this.raceNameTextBox.Size = new System.Drawing.Size(245, 20);
this.raceNameTextBox.TabIndex = 241;
//
// changeLengthTextBox
//
this.changeLengthTextBox.Location = new System.Drawing.Point(128, 83);
this.changeLengthTextBox.Name = "changeLengthTextBox";
this.changeLengthTextBox.Size = new System.Drawing.Size(245, 20);
this.changeLengthTextBox.TabIndex = 244;
//
// systemNameTextBox
//
this.systemNameTextBox.Location = new System.Drawing.Point(128, 29);
this.systemNameTextBox.Name = "systemNameTextBox";
this.systemNameTextBox.Size = new System.Drawing.Size(245, 20);
this.systemNameTextBox.TabIndex = 242;
//
// changeIntervalTextBox
//
this.changeIntervalTextBox.Location = new System.Drawing.Point(128, 56);
this.changeIntervalTextBox.Name = "changeIntervalTextBox";
this.changeIntervalTextBox.Size = new System.Drawing.Size(245, 20);
this.changeIntervalTextBox.TabIndex = 243;
//
// piratePlayStyleComboBox
//
this.piratePlayStyleComboBox.BackColor = System.Drawing.Color.White;
this.piratePlayStyleComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.piratePlayStyleComboBox.FormattingEnabled = true;
this.piratePlayStyleComboBox.Location = new System.Drawing.Point(823, 832);
this.piratePlayStyleComboBox.Name = "piratePlayStyleComboBox";
this.piratePlayStyleComboBox.Size = new System.Drawing.Size(126, 21);
this.piratePlayStyleComboBox.TabIndex = 252;
//
// troopRegenerationComboBox
//
this.troopRegenerationComboBox.BackColor = System.Drawing.Color.White;
this.troopRegenerationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.troopRegenerationComboBox.FormattingEnabled = true;
this.troopRegenerationComboBox.Location = new System.Drawing.Point(823, 805);
this.troopRegenerationComboBox.Name = "troopRegenerationComboBox";
this.troopRegenerationComboBox.Size = new System.Drawing.Size(126, 21);
this.troopRegenerationComboBox.TabIndex = 251;
//
// migrationComboBox
//
this.migrationComboBox.BackColor = System.Drawing.Color.White;
this.migrationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.migrationComboBox.FormattingEnabled = true;
this.migrationComboBox.Location = new System.Drawing.Point(823, 778);
this.migrationComboBox.Name = "migrationComboBox";
this.migrationComboBox.Size = new System.Drawing.Size(126, 21);
this.migrationComboBox.TabIndex = 250;
//
// freeTradeIncomeComboBox
//
this.freeTradeIncomeComboBox.BackColor = System.Drawing.Color.White;
this.freeTradeIncomeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.freeTradeIncomeComboBox.FormattingEnabled = true;
this.freeTradeIncomeComboBox.Location = new System.Drawing.Point(823, 751);
this.freeTradeIncomeComboBox.Name = "freeTradeIncomeComboBox";
this.freeTradeIncomeComboBox.Size = new System.Drawing.Size(126, 21);
this.freeTradeIncomeComboBox.TabIndex = 249;
//
// tourismIncomeComboBox
//
this.tourismIncomeComboBox.BackColor = System.Drawing.Color.White;
this.tourismIncomeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.tourismIncomeComboBox.FormattingEnabled = true;
this.tourismIncomeComboBox.Location = new System.Drawing.Point(823, 724);
this.tourismIncomeComboBox.Name = "tourismIncomeComboBox";
this.tourismIncomeComboBox.Size = new System.Drawing.Size(126, 21);
this.tourismIncomeComboBox.TabIndex = 240;
//
// knownStartGalLocationComboBox
//
this.knownStartGalLocationComboBox.BackColor = System.Drawing.Color.White;
this.knownStartGalLocationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.knownStartGalLocationComboBox.FormattingEnabled = true;
this.knownStartGalLocationComboBox.Location = new System.Drawing.Point(823, 697);
this.knownStartGalLocationComboBox.Name = "knownStartGalLocationComboBox";
this.knownStartGalLocationComboBox.Size = new System.Drawing.Size(126, 21);
this.knownStartGalLocationComboBox.TabIndex = 239;
//
// portArmourStrComboBox
//
this.portArmourStrComboBox.BackColor = System.Drawing.Color.White;
this.portArmourStrComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.portArmourStrComboBox.FormattingEnabled = true;
this.portArmourStrComboBox.Location = new System.Drawing.Point(823, 670);
this.portArmourStrComboBox.Name = "portArmourStrComboBox";
this.portArmourStrComboBox.Size = new System.Drawing.Size(126, 21);
this.portArmourStrComboBox.TabIndex = 238;
//
// immuneNaturalDisComboBox
//
this.immuneNaturalDisComboBox.BackColor = System.Drawing.Color.White;
this.immuneNaturalDisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.immuneNaturalDisComboBox.FormattingEnabled = true;
this.immuneNaturalDisComboBox.Location = new System.Drawing.Point(823, 643);
this.immuneNaturalDisComboBox.Name = "immuneNaturalDisComboBox";
this.immuneNaturalDisComboBox.Size = new System.Drawing.Size(126, 21);
this.immuneNaturalDisComboBox.TabIndex = 237;
//
// popPolGrowthExtComboBox
//
this.popPolGrowthExtComboBox.BackColor = System.Drawing.Color.White;
this.popPolGrowthExtComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.popPolGrowthExtComboBox.FormattingEnabled = true;
this.popPolGrowthExtComboBox.Location = new System.Drawing.Point(823, 616);
this.popPolGrowthExtComboBox.Name = "popPolGrowthExtComboBox";
this.popPolGrowthExtComboBox.Size = new System.Drawing.Size(126, 21);
this.popPolGrowthExtComboBox.TabIndex = 236;
//
// constructSpdVolcanComboBox
//
this.constructSpdVolcanComboBox.BackColor = System.Drawing.Color.White;
this.constructSpdVolcanComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.constructSpdVolcanComboBox.FormattingEnabled = true;
this.constructSpdVolcanComboBox.Location = new System.Drawing.Point(823, 589);
this.constructSpdVolcanComboBox.Name = "constructSpdVolcanComboBox";
this.constructSpdVolcanComboBox.Size = new System.Drawing.Size(126, 21);
this.constructSpdVolcanComboBox.TabIndex = 235;
//
// constructSpdIceComboBox
//
this.constructSpdIceComboBox.BackColor = System.Drawing.Color.White;
this.constructSpdIceComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.constructSpdIceComboBox.FormattingEnabled = true;
this.constructSpdIceComboBox.Location = new System.Drawing.Point(823, 562);
this.constructSpdIceComboBox.Name = "constructSpdIceComboBox";
this.constructSpdIceComboBox.Size = new System.Drawing.Size(126, 21);
this.constructSpdIceComboBox.TabIndex = 234;
//
// constructSpdDesertComboBox
//
this.constructSpdDesertComboBox.BackColor = System.Drawing.Color.White;
this.constructSpdDesertComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.constructSpdDesertComboBox.FormattingEnabled = true;
this.constructSpdDesertComboBox.Location = new System.Drawing.Point(823, 535);
this.constructSpdDesertComboBox.Name = "constructSpdDesertComboBox";
this.constructSpdDesertComboBox.Size = new System.Drawing.Size(126, 21);
this.constructSpdDesertComboBox.TabIndex = 233;
//
// constructSpdOceanComboBox
//
this.constructSpdOceanComboBox.BackColor = System.Drawing.Color.White;
this.constructSpdOceanComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.constructSpdOceanComboBox.FormattingEnabled = true;
this.constructSpdOceanComboBox.Location = new System.Drawing.Point(823, 508);
this.constructSpdOceanComboBox.Name = "constructSpdOceanComboBox";
this.constructSpdOceanComboBox.Size = new System.Drawing.Size(126, 21);
this.constructSpdOceanComboBox.TabIndex = 232;
//
// constructSpdMarshyComboBox
//
this.constructSpdMarshyComboBox.BackColor = System.Drawing.Color.White;
this.constructSpdMarshyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.constructSpdMarshyComboBox.FormattingEnabled = true;
this.constructSpdMarshyComboBox.Location = new System.Drawing.Point(823, 481);
this.constructSpdMarshyComboBox.Name = "constructSpdMarshyComboBox";
this.constructSpdMarshyComboBox.Size = new System.Drawing.Size(126, 21);
this.constructSpdMarshyComboBox.TabIndex = 231;
//
// constructSpdContComboBox
//
this.constructSpdContComboBox.BackColor = System.Drawing.Color.White;
this.constructSpdContComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.constructSpdContComboBox.FormattingEnabled = true;
this.constructSpdContComboBox.Location = new System.Drawing.Point(823, 454);
this.constructSpdContComboBox.Name = "constructSpdContComboBox";
this.constructSpdContComboBox.Size = new System.Drawing.Size(126, 21);
this.constructSpdContComboBox.TabIndex = 230;
//
// researchCostVolcanComboBox
//
this.researchCostVolcanComboBox.BackColor = System.Drawing.Color.White;
this.researchCostVolcanComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.researchCostVolcanComboBox.FormattingEnabled = true;
this.researchCostVolcanComboBox.Location = new System.Drawing.Point(823, 427);
this.researchCostVolcanComboBox.Name = "researchCostVolcanComboBox";
this.researchCostVolcanComboBox.Size = new System.Drawing.Size(126, 21);
this.researchCostVolcanComboBox.TabIndex = 229;
//
// researchCostIceComboBox
//
this.researchCostIceComboBox.BackColor = System.Drawing.Color.White;
this.researchCostIceComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.researchCostIceComboBox.FormattingEnabled = true;
this.researchCostIceComboBox.Location = new System.Drawing.Point(823, 400);
this.researchCostIceComboBox.Name = "researchCostIceComboBox";
this.researchCostIceComboBox.Size = new System.Drawing.Size(126, 21);
this.researchCostIceComboBox.TabIndex = 228;
//
// researchCostDesertComboBox
//
this.researchCostDesertComboBox.BackColor = System.Drawing.Color.White;
this.researchCostDesertComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.researchCostDesertComboBox.FormattingEnabled = true;
this.researchCostDesertComboBox.Location = new System.Drawing.Point(823, 373);
this.researchCostDesertComboBox.Name = "researchCostDesertComboBox";
this.researchCostDesertComboBox.Size = new System.Drawing.Size(126, 21);
this.researchCostDesertComboBox.TabIndex = 227;
//
// researchCostOceanComboBox
//
this.researchCostOceanComboBox.BackColor = System.Drawing.Color.White;
this.researchCostOceanComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.researchCostOceanComboBox.FormattingEnabled = true;
this.researchCostOceanComboBox.Location = new System.Drawing.Point(823, 346);
this.researchCostOceanComboBox.Name = "researchCostOceanComboBox";
this.researchCostOceanComboBox.Size = new System.Drawing.Size(126, 21);
this.researchCostOceanComboBox.TabIndex = 226;
//
// researchCostMarshyComboBox
//
this.researchCostMarshyComboBox.BackColor = System.Drawing.Color.White;
this.researchCostMarshyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.researchCostMarshyComboBox.FormattingEnabled = true;
this.researchCostMarshyComboBox.Location = new System.Drawing.Point(823, 319);
this.researchCostMarshyComboBox.Name = "researchCostMarshyComboBox";
this.researchCostMarshyComboBox.Size = new System.Drawing.Size(126, 21);
this.researchCostMarshyComboBox.TabIndex = 225;
//
// researchCostContComboBox
//
this.researchCostContComboBox.BackColor = System.Drawing.Color.White;
this.researchCostContComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.researchCostContComboBox.FormattingEnabled = true;
this.researchCostContComboBox.Location = new System.Drawing.Point(823, 292);
this.researchCostContComboBox.Name = "researchCostContComboBox";
this.researchCostContComboBox.Size = new System.Drawing.Size(126, 21);
this.researchCostContComboBox.TabIndex = 224;
//
// startTraitCaptianComboBox
//
this.startTraitCaptianComboBox.BackColor = System.Drawing.Color.White;
this.startTraitCaptianComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.startTraitCaptianComboBox.FormattingEnabled = true;
this.startTraitCaptianComboBox.Location = new System.Drawing.Point(588, 803);
this.startTraitCaptianComboBox.Name = "startTraitCaptianComboBox";
this.startTraitCaptianComboBox.Size = new System.Drawing.Size(71, 21);
this.startTraitCaptianComboBox.TabIndex = 223;
//
// startTraitPirLeadComboBox
//
this.startTraitPirLeadComboBox.BackColor = System.Drawing.Color.White;
this.startTraitPirLeadComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.startTraitPirLeadComboBox.FormattingEnabled = true;
this.startTraitPirLeadComboBox.Location = new System.Drawing.Point(588, 776);
this.startTraitPirLeadComboBox.Name = "startTraitPirLeadComboBox";
this.startTraitPirLeadComboBox.Size = new System.Drawing.Size(71, 21);
this.startTraitPirLeadComboBox.TabIndex = 222;
//
// startTraitIntComboBox
//
this.startTraitIntComboBox.BackColor = System.Drawing.Color.White;
this.startTraitIntComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.startTraitIntComboBox.FormattingEnabled = true;
this.startTraitIntComboBox.Location = new System.Drawing.Point(588, 749);
this.startTraitIntComboBox.Name = "startTraitIntComboBox";
this.startTraitIntComboBox.Size = new System.Drawing.Size(71, 21);
this.startTraitIntComboBox.TabIndex = 221;
//
// startTraitSciComboBox
//
this.startTraitSciComboBox.BackColor = System.Drawing.Color.White;
this.startTraitSciComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.startTraitSciComboBox.FormattingEnabled = true;
this.startTraitSciComboBox.Location = new System.Drawing.Point(588, 722);
this.startTraitSciComboBox.Name = "startTraitSciComboBox";
this.startTraitSciComboBox.Size = new System.Drawing.Size(71, 21);
this.startTraitSciComboBox.TabIndex = 220;
//
// startTraitGenComboBox
//
this.startTraitGenComboBox.BackColor = System.Drawing.Color.White;
this.startTraitGenComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.startTraitGenComboBox.FormattingEnabled = true;
this.startTraitGenComboBox.Location = new System.Drawing.Point(588, 695);
this.startTraitGenComboBox.Name = "startTraitGenComboBox";
this.startTraitGenComboBox.Size = new System.Drawing.Size(71, 21);
this.startTraitGenComboBox.TabIndex = 219;
//
// startTraitAdmiralComboBox
//
this.startTraitAdmiralComboBox.BackColor = System.Drawing.Color.White;
this.startTraitAdmiralComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.startTraitAdmiralComboBox.FormattingEnabled = true;
this.startTraitAdmiralComboBox.Location = new System.Drawing.Point(588, 668);
this.startTraitAdmiralComboBox.Name = "startTraitAdmiralComboBox";
this.startTraitAdmiralComboBox.Size = new System.Drawing.Size(71, 21);
this.startTraitAdmiralComboBox.TabIndex = 218;
//
// startTraitGovComboBox
//
this.startTraitGovComboBox.BackColor = System.Drawing.Color.White;
this.startTraitGovComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.startTraitGovComboBox.FormattingEnabled = true;
this.startTraitGovComboBox.Location = new System.Drawing.Point(588, 641);
this.startTraitGovComboBox.Name = "startTraitGovComboBox";
this.startTraitGovComboBox.Size = new System.Drawing.Size(71, 21);
this.startTraitGovComboBox.TabIndex = 217;
//
// startTraitAmbassComboBox
//
this.startTraitAmbassComboBox.BackColor = System.Drawing.Color.White;
this.startTraitAmbassComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.startTraitAmbassComboBox.FormattingEnabled = true;
this.startTraitAmbassComboBox.Location = new System.Drawing.Point(588, 614);
this.startTraitAmbassComboBox.Name = "startTraitAmbassComboBox";
this.startTraitAmbassComboBox.Size = new System.Drawing.Size(71, 21);
this.startTraitAmbassComboBox.TabIndex = 216;
//
// startTraitLeadComboBox
//
this.startTraitLeadComboBox.BackColor = System.Drawing.Color.White;
this.startTraitLeadComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.startTraitLeadComboBox.FormattingEnabled = true;
this.startTraitLeadComboBox.Location = new System.Drawing.Point(588, 587);
this.startTraitLeadComboBox.Name = "startTraitLeadComboBox";
this.startTraitLeadComboBox.Size = new System.Drawing.Size(71, 21);
this.startTraitLeadComboBox.TabIndex = 215;
//
// randomAppCaptianComboBox
//
this.randomAppCaptianComboBox.BackColor = System.Drawing.Color.White;
this.randomAppCaptianComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.randomAppCaptianComboBox.FormattingEnabled = true;
this.randomAppCaptianComboBox.Location = new System.Drawing.Point(588, 560);
this.randomAppCaptianComboBox.Name = "randomAppCaptianComboBox";
this.randomAppCaptianComboBox.Size = new System.Drawing.Size(71, 21);
this.randomAppCaptianComboBox.TabIndex = 214;
//
// randomAppPirLeadComboBox
//
this.randomAppPirLeadComboBox.BackColor = System.Drawing.Color.White;
this.randomAppPirLeadComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.randomAppPirLeadComboBox.FormattingEnabled = true;
this.randomAppPirLeadComboBox.Location = new System.Drawing.Point(588, 533);
this.randomAppPirLeadComboBox.Name = "randomAppPirLeadComboBox";
this.randomAppPirLeadComboBox.Size = new System.Drawing.Size(71, 21);
this.randomAppPirLeadComboBox.TabIndex = 213;
//
// randomAppIntComboBox
//
this.randomAppIntComboBox.BackColor = System.Drawing.Color.White;
this.randomAppIntComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.randomAppIntComboBox.FormattingEnabled = true;
this.randomAppIntComboBox.Location = new System.Drawing.Point(588, 506);
this.randomAppIntComboBox.Name = "randomAppIntComboBox";
this.randomAppIntComboBox.Size = new System.Drawing.Size(71, 21);
this.randomAppIntComboBox.TabIndex = 212;
//
// randomAppSciComboBox
//
this.randomAppSciComboBox.BackColor = System.Drawing.Color.White;
this.randomAppSciComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.randomAppSciComboBox.FormattingEnabled = true;
this.randomAppSciComboBox.Location = new System.Drawing.Point(588, 479);
this.randomAppSciComboBox.Name = "randomAppSciComboBox";
this.randomAppSciComboBox.Size = new System.Drawing.Size(71, 21);
this.randomAppSciComboBox.TabIndex = 211;
//
// randomAppGenComboBox
//
this.randomAppGenComboBox.BackColor = System.Drawing.Color.White;
this.randomAppGenComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.randomAppGenComboBox.FormattingEnabled = true;
this.randomAppGenComboBox.Location = new System.Drawing.Point(588, 452);
this.randomAppGenComboBox.Name = "randomAppGenComboBox";
this.randomAppGenComboBox.Size = new System.Drawing.Size(71, 21);
this.randomAppGenComboBox.TabIndex = 210;
//
// randomAppAdmiralComboBox
//
this.randomAppAdmiralComboBox.BackColor = System.Drawing.Color.White;
this.randomAppAdmiralComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.randomAppAdmiralComboBox.FormattingEnabled = true;
this.randomAppAdmiralComboBox.Location = new System.Drawing.Point(588, 425);
this.randomAppAdmiralComboBox.Name = "randomAppAdmiralComboBox";
this.randomAppAdmiralComboBox.Size = new System.Drawing.Size(71, 21);
this.randomAppAdmiralComboBox.TabIndex = 209;
//
// randomAppGovComboBox
//
this.randomAppGovComboBox.BackColor = System.Drawing.Color.White;
this.randomAppGovComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.randomAppGovComboBox.FormattingEnabled = true;
this.randomAppGovComboBox.Location = new System.Drawing.Point(588, 398);
this.randomAppGovComboBox.Name = "randomAppGovComboBox";
this.randomAppGovComboBox.Size = new System.Drawing.Size(71, 21);
this.randomAppGovComboBox.TabIndex = 208;
//
// randomAppAmbassComboBox
//
this.randomAppAmbassComboBox.BackColor = System.Drawing.Color.White;
this.randomAppAmbassComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.randomAppAmbassComboBox.FormattingEnabled = true;
this.randomAppAmbassComboBox.Location = new System.Drawing.Point(588, 371);
this.randomAppAmbassComboBox.Name = "randomAppAmbassComboBox";
this.randomAppAmbassComboBox.Size = new System.Drawing.Size(71, 21);
this.randomAppAmbassComboBox.TabIndex = 207;
//
// randomAppLeaderComboBox
//
this.randomAppLeaderComboBox.BackColor = System.Drawing.Color.White;
this.randomAppLeaderComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.randomAppLeaderComboBox.FormattingEnabled = true;
this.randomAppLeaderComboBox.Location = new System.Drawing.Point(588, 344);
this.randomAppLeaderComboBox.Name = "randomAppLeaderComboBox";
this.randomAppLeaderComboBox.Size = new System.Drawing.Size(71, 21);
this.randomAppLeaderComboBox.TabIndex = 206;
//
// raceEvent2FreqComboBox
//
this.raceEvent2FreqComboBox.BackColor = System.Drawing.Color.White;
this.raceEvent2FreqComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.raceEvent2FreqComboBox.FormattingEnabled = true;
this.raceEvent2FreqComboBox.Location = new System.Drawing.Point(589, 317);
this.raceEvent2FreqComboBox.Name = "raceEvent2FreqComboBox";
this.raceEvent2FreqComboBox.Size = new System.Drawing.Size(71, 21);
this.raceEvent2FreqComboBox.TabIndex = 205;
//
// raceEvent2TypeComboBox
//
this.raceEvent2TypeComboBox.BackColor = System.Drawing.Color.White;
this.raceEvent2TypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.raceEvent2TypeComboBox.FormattingEnabled = true;
this.raceEvent2TypeComboBox.Location = new System.Drawing.Point(589, 290);
this.raceEvent2TypeComboBox.Name = "raceEvent2TypeComboBox";
this.raceEvent2TypeComboBox.Size = new System.Drawing.Size(71, 21);
this.raceEvent2TypeComboBox.TabIndex = 204;
//
// raceEvent1FreqComboBox
//
this.raceEvent1FreqComboBox.BackColor = System.Drawing.Color.White;
this.raceEvent1FreqComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.raceEvent1FreqComboBox.FormattingEnabled = true;
this.raceEvent1FreqComboBox.Location = new System.Drawing.Point(589, 263);
this.raceEvent1FreqComboBox.Name = "raceEvent1FreqComboBox";
this.raceEvent1FreqComboBox.Size = new System.Drawing.Size(71, 21);
this.raceEvent1FreqComboBox.TabIndex = 203;
//
// raceEvent1TypeComboBox
//
this.raceEvent1TypeComboBox.BackColor = System.Drawing.Color.White;
this.raceEvent1TypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.raceEvent1TypeComboBox.FormattingEnabled = true;
this.raceEvent1TypeComboBox.Location = new System.Drawing.Point(589, 236);
this.raceEvent1TypeComboBox.Name = "raceEvent1TypeComboBox";
this.raceEvent1TypeComboBox.Size = new System.Drawing.Size(71, 21);
this.raceEvent1TypeComboBox.TabIndex = 202;
//
// condition5AddDataComboBox
//
this.condition5AddDataComboBox.BackColor = System.Drawing.Color.White;
this.condition5AddDataComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition5AddDataComboBox.FormattingEnabled = true;
this.condition5AddDataComboBox.Location = new System.Drawing.Point(589, 209);
this.condition5AddDataComboBox.Name = "condition5AddDataComboBox";
this.condition5AddDataComboBox.Size = new System.Drawing.Size(71, 21);
this.condition5AddDataComboBox.TabIndex = 201;
//
// condition5PropComboBox
//
this.condition5PropComboBox.BackColor = System.Drawing.Color.White;
this.condition5PropComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition5PropComboBox.FormattingEnabled = true;
this.condition5PropComboBox.Location = new System.Drawing.Point(589, 182);
this.condition5PropComboBox.Name = "condition5PropComboBox";
this.condition5PropComboBox.Size = new System.Drawing.Size(71, 21);
this.condition5PropComboBox.TabIndex = 200;
//
// condition5ValueComboBox
//
this.condition5ValueComboBox.BackColor = System.Drawing.Color.White;
this.condition5ValueComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition5ValueComboBox.FormattingEnabled = true;
this.condition5ValueComboBox.Location = new System.Drawing.Point(589, 155);
this.condition5ValueComboBox.Name = "condition5ValueComboBox";
this.condition5ValueComboBox.Size = new System.Drawing.Size(71, 21);
this.condition5ValueComboBox.TabIndex = 199;
//
// condition5TypeComboBox
//
this.condition5TypeComboBox.BackColor = System.Drawing.Color.White;
this.condition5TypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition5TypeComboBox.FormattingEnabled = true;
this.condition5TypeComboBox.Location = new System.Drawing.Point(589, 128);
this.condition5TypeComboBox.Name = "condition5TypeComboBox";
this.condition5TypeComboBox.Size = new System.Drawing.Size(71, 21);
this.condition5TypeComboBox.TabIndex = 198;
//
// condition4AddDataComboBox
//
this.condition4AddDataComboBox.BackColor = System.Drawing.Color.White;
this.condition4AddDataComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition4AddDataComboBox.FormattingEnabled = true;
this.condition4AddDataComboBox.Location = new System.Drawing.Point(589, 101);
this.condition4AddDataComboBox.Name = "condition4AddDataComboBox";
this.condition4AddDataComboBox.Size = new System.Drawing.Size(71, 21);
this.condition4AddDataComboBox.TabIndex = 197;
//
// condition4PropComboBox
//
this.condition4PropComboBox.BackColor = System.Drawing.Color.White;
this.condition4PropComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition4PropComboBox.FormattingEnabled = true;
this.condition4PropComboBox.Location = new System.Drawing.Point(589, 74);
this.condition4PropComboBox.Name = "condition4PropComboBox";
this.condition4PropComboBox.Size = new System.Drawing.Size(71, 21);
this.condition4PropComboBox.TabIndex = 196;
//
// condition4ValueComboBox
//
this.condition4ValueComboBox.BackColor = System.Drawing.Color.White;
this.condition4ValueComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition4ValueComboBox.FormattingEnabled = true;
this.condition4ValueComboBox.Location = new System.Drawing.Point(589, 47);
this.condition4ValueComboBox.Name = "condition4ValueComboBox";
this.condition4ValueComboBox.Size = new System.Drawing.Size(71, 21);
this.condition4ValueComboBox.TabIndex = 195;
//
// condition4TypeComboBox
//
this.condition4TypeComboBox.BackColor = System.Drawing.Color.White;
this.condition4TypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition4TypeComboBox.FormattingEnabled = true;
this.condition4TypeComboBox.Location = new System.Drawing.Point(589, 20);
this.condition4TypeComboBox.Name = "condition4TypeComboBox";
this.condition4TypeComboBox.Size = new System.Drawing.Size(71, 21);
this.condition4TypeComboBox.TabIndex = 194;
//
// condition3AddDataComboBox
//
this.condition3AddDataComboBox.BackColor = System.Drawing.Color.White;
this.condition3AddDataComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition3AddDataComboBox.FormattingEnabled = true;
this.condition3AddDataComboBox.Location = new System.Drawing.Point(365, 882);
this.condition3AddDataComboBox.Name = "condition3AddDataComboBox";
this.condition3AddDataComboBox.Size = new System.Drawing.Size(71, 21);
this.condition3AddDataComboBox.TabIndex = 193;
//
// condition3PropComboBox
//
this.condition3PropComboBox.BackColor = System.Drawing.Color.White;
this.condition3PropComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition3PropComboBox.FormattingEnabled = true;
this.condition3PropComboBox.Location = new System.Drawing.Point(365, 855);
this.condition3PropComboBox.Name = "condition3PropComboBox";
this.condition3PropComboBox.Size = new System.Drawing.Size(71, 21);
this.condition3PropComboBox.TabIndex = 192;
//
// condition3ValueComboBox
//
this.condition3ValueComboBox.BackColor = System.Drawing.Color.White;
this.condition3ValueComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition3ValueComboBox.FormattingEnabled = true;
this.condition3ValueComboBox.Location = new System.Drawing.Point(365, 830);
this.condition3ValueComboBox.Name = "condition3ValueComboBox";
this.condition3ValueComboBox.Size = new System.Drawing.Size(71, 21);
this.condition3ValueComboBox.TabIndex = 191;
//
// condition3TypeComboBox
//
this.condition3TypeComboBox.BackColor = System.Drawing.Color.White;
this.condition3TypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition3TypeComboBox.FormattingEnabled = true;
this.condition3TypeComboBox.Location = new System.Drawing.Point(365, 803);
this.condition3TypeComboBox.Name = "condition3TypeComboBox";
this.condition3TypeComboBox.Size = new System.Drawing.Size(71, 21);
this.condition3TypeComboBox.TabIndex = 190;
//
// condition2AddDataComboBox
//
this.condition2AddDataComboBox.BackColor = System.Drawing.Color.White;
this.condition2AddDataComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition2AddDataComboBox.FormattingEnabled = true;
this.condition2AddDataComboBox.Location = new System.Drawing.Point(365, 776);
this.condition2AddDataComboBox.Name = "condition2AddDataComboBox";
this.condition2AddDataComboBox.Size = new System.Drawing.Size(71, 21);
this.condition2AddDataComboBox.TabIndex = 189;
//
// condition2PropComboBox
//
this.condition2PropComboBox.BackColor = System.Drawing.Color.White;
this.condition2PropComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition2PropComboBox.FormattingEnabled = true;
this.condition2PropComboBox.Location = new System.Drawing.Point(365, 749);
this.condition2PropComboBox.Name = "condition2PropComboBox";
this.condition2PropComboBox.Size = new System.Drawing.Size(71, 21);
this.condition2PropComboBox.TabIndex = 188;
//
// condition2ValueComboBox
//
this.condition2ValueComboBox.BackColor = System.Drawing.Color.White;
this.condition2ValueComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition2ValueComboBox.FormattingEnabled = true;
this.condition2ValueComboBox.Location = new System.Drawing.Point(365, 722);
this.condition2ValueComboBox.Name = "condition2ValueComboBox";
this.condition2ValueComboBox.Size = new System.Drawing.Size(71, 21);
this.condition2ValueComboBox.TabIndex = 187;
//
// condition2TypeComboBox
//
this.condition2TypeComboBox.BackColor = System.Drawing.Color.White;
this.condition2TypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition2TypeComboBox.FormattingEnabled = true;
this.condition2TypeComboBox.Location = new System.Drawing.Point(365, 695);
this.condition2TypeComboBox.Name = "condition2TypeComboBox";
this.condition2TypeComboBox.Size = new System.Drawing.Size(71, 21);
this.condition2TypeComboBox.TabIndex = 186;
//
// condition1AddDataComboBox
//
this.condition1AddDataComboBox.BackColor = System.Drawing.Color.White;
this.condition1AddDataComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition1AddDataComboBox.FormattingEnabled = true;
this.condition1AddDataComboBox.Location = new System.Drawing.Point(365, 668);
this.condition1AddDataComboBox.Name = "condition1AddDataComboBox";
this.condition1AddDataComboBox.Size = new System.Drawing.Size(71, 21);
this.condition1AddDataComboBox.TabIndex = 185;
//
// condition1PropComboBox
//
this.condition1PropComboBox.BackColor = System.Drawing.Color.White;
this.condition1PropComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition1PropComboBox.FormattingEnabled = true;
this.condition1PropComboBox.Location = new System.Drawing.Point(365, 641);
this.condition1PropComboBox.Name = "condition1PropComboBox";
this.condition1PropComboBox.Size = new System.Drawing.Size(71, 21);
this.condition1PropComboBox.TabIndex = 184;
//
// condition1ValueComboBox
//
this.condition1ValueComboBox.BackColor = System.Drawing.Color.White;
this.condition1ValueComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition1ValueComboBox.FormattingEnabled = true;
this.condition1ValueComboBox.Location = new System.Drawing.Point(365, 614);
this.condition1ValueComboBox.Name = "condition1ValueComboBox";
this.condition1ValueComboBox.Size = new System.Drawing.Size(71, 21);
this.condition1ValueComboBox.TabIndex = 183;
//
// condition1TypeComboBox
//
this.condition1TypeComboBox.BackColor = System.Drawing.Color.White;
this.condition1TypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition1TypeComboBox.FormattingEnabled = true;
this.condition1TypeComboBox.Location = new System.Drawing.Point(365, 587);
this.condition1TypeComboBox.Name = "condition1TypeComboBox";
this.condition1TypeComboBox.Size = new System.Drawing.Size(71, 21);
this.condition1TypeComboBox.TabIndex = 182;
//
// resource3AppOnlyComboBox
//
this.resource3AppOnlyComboBox.BackColor = System.Drawing.Color.White;
this.resource3AppOnlyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.resource3AppOnlyComboBox.FormattingEnabled = true;
this.resource3AppOnlyComboBox.Location = new System.Drawing.Point(365, 562);
this.resource3AppOnlyComboBox.Name = "resource3AppOnlyComboBox";
this.resource3AppOnlyComboBox.Size = new System.Drawing.Size(71, 21);
this.resource3AppOnlyComboBox.TabIndex = 181;
//
// resource3AmountComboBox
//
this.resource3AmountComboBox.BackColor = System.Drawing.Color.White;
this.resource3AmountComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.resource3AmountComboBox.FormattingEnabled = true;
this.resource3AmountComboBox.Location = new System.Drawing.Point(365, 535);
this.resource3AmountComboBox.Name = "resource3AmountComboBox";
this.resource3AmountComboBox.Size = new System.Drawing.Size(71, 21);
this.resource3AmountComboBox.TabIndex = 180;
//
// resource3EffectComboBox
//
this.resource3EffectComboBox.BackColor = System.Drawing.Color.White;
this.resource3EffectComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.resource3EffectComboBox.FormattingEnabled = true;
this.resource3EffectComboBox.Location = new System.Drawing.Point(365, 508);
this.resource3EffectComboBox.Name = "resource3EffectComboBox";
this.resource3EffectComboBox.Size = new System.Drawing.Size(71, 21);
this.resource3EffectComboBox.TabIndex = 179;
//
// resource3TypeComboBox
//
this.resource3TypeComboBox.BackColor = System.Drawing.Color.White;
this.resource3TypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.resource3TypeComboBox.FormattingEnabled = true;
this.resource3TypeComboBox.Location = new System.Drawing.Point(365, 481);
this.resource3TypeComboBox.Name = "resource3TypeComboBox";
this.resource3TypeComboBox.Size = new System.Drawing.Size(71, 21);
this.resource3TypeComboBox.TabIndex = 178;
//
// resource2AppOnlyComboBox
//
this.resource2AppOnlyComboBox.BackColor = System.Drawing.Color.White;
this.resource2AppOnlyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.resource2AppOnlyComboBox.FormattingEnabled = true;
this.resource2AppOnlyComboBox.Location = new System.Drawing.Point(365, 454);
this.resource2AppOnlyComboBox.Name = "resource2AppOnlyComboBox";
this.resource2AppOnlyComboBox.Size = new System.Drawing.Size(71, 21);
this.resource2AppOnlyComboBox.TabIndex = 177;
//
// resource2AmountComboBox
//
this.resource2AmountComboBox.BackColor = System.Drawing.Color.White;
this.resource2AmountComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.resource2AmountComboBox.FormattingEnabled = true;
this.resource2AmountComboBox.Location = new System.Drawing.Point(365, 427);
this.resource2AmountComboBox.Name = "resource2AmountComboBox";
this.resource2AmountComboBox.Size = new System.Drawing.Size(71, 21);
this.resource2AmountComboBox.TabIndex = 176;
//
// resource2EffectComboBox
//
this.resource2EffectComboBox.BackColor = System.Drawing.Color.White;
this.resource2EffectComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.resource2EffectComboBox.FormattingEnabled = true;
this.resource2EffectComboBox.Location = new System.Drawing.Point(365, 400);
this.resource2EffectComboBox.Name = "resource2EffectComboBox";
this.resource2EffectComboBox.Size = new System.Drawing.Size(71, 21);
this.resource2EffectComboBox.TabIndex = 175;
//
// resource2TypeComboBox
//
this.resource2TypeComboBox.BackColor = System.Drawing.Color.White;
this.resource2TypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.resource2TypeComboBox.FormattingEnabled = true;
this.resource2TypeComboBox.Location = new System.Drawing.Point(365, 373);
this.resource2TypeComboBox.Name = "resource2TypeComboBox";
this.resource2TypeComboBox.Size = new System.Drawing.Size(71, 21);
this.resource2TypeComboBox.TabIndex = 174;
//
// resource1AppOnlyComboBox
//
this.resource1AppOnlyComboBox.BackColor = System.Drawing.Color.White;
this.resource1AppOnlyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.resource1AppOnlyComboBox.FormattingEnabled = true;
this.resource1AppOnlyComboBox.Location = new System.Drawing.Point(365, 346);
this.resource1AppOnlyComboBox.Name = "resource1AppOnlyComboBox";
this.resource1AppOnlyComboBox.Size = new System.Drawing.Size(71, 21);
this.resource1AppOnlyComboBox.TabIndex = 173;
//
// resource1AmountComboBox
//
this.resource1AmountComboBox.BackColor = System.Drawing.Color.White;
this.resource1AmountComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.resource1AmountComboBox.FormattingEnabled = true;
this.resource1AmountComboBox.Location = new System.Drawing.Point(365, 319);
this.resource1AmountComboBox.Name = "resource1AmountComboBox";
this.resource1AmountComboBox.Size = new System.Drawing.Size(71, 21);
this.resource1AmountComboBox.TabIndex = 172;
//
// resource1EffectComboBox
//
this.resource1EffectComboBox.BackColor = System.Drawing.Color.White;
this.resource1EffectComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.resource1EffectComboBox.FormattingEnabled = true;
this.resource1EffectComboBox.Location = new System.Drawing.Point(365, 292);
this.resource1EffectComboBox.Name = "resource1EffectComboBox";
this.resource1EffectComboBox.Size = new System.Drawing.Size(71, 21);
this.resource1EffectComboBox.TabIndex = 171;
//
// resource1TypeComboBox
//
this.resource1TypeComboBox.BackColor = System.Drawing.Color.White;
this.resource1TypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.resource1TypeComboBox.FormattingEnabled = true;
this.resource1TypeComboBox.Location = new System.Drawing.Point(365, 265);
this.resource1TypeComboBox.Name = "resource1TypeComboBox";
this.resource1TypeComboBox.Size = new System.Drawing.Size(71, 21);
this.resource1TypeComboBox.TabIndex = 170;
//
// troopStrengthComboBox
//
this.troopStrengthComboBox.BackColor = System.Drawing.Color.White;
this.troopStrengthComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.troopStrengthComboBox.FormattingEnabled = true;
this.troopStrengthComboBox.Location = new System.Drawing.Point(365, 238);
this.troopStrengthComboBox.Name = "troopStrengthComboBox";
this.troopStrengthComboBox.Size = new System.Drawing.Size(71, 21);
this.troopStrengthComboBox.TabIndex = 169;
//
// flagDesignComboBox
//
this.flagDesignComboBox.BackColor = System.Drawing.Color.White;
this.flagDesignComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.flagDesignComboBox.FormattingEnabled = true;
this.flagDesignComboBox.Location = new System.Drawing.Point(365, 209);
this.flagDesignComboBox.Name = "flagDesignComboBox";
this.flagDesignComboBox.Size = new System.Drawing.Size(71, 21);
this.flagDesignComboBox.TabIndex = 168;
//
// def2ndColorComboBox
//
this.def2ndColorComboBox.BackColor = System.Drawing.Color.White;
this.def2ndColorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.def2ndColorComboBox.FormattingEnabled = true;
this.def2ndColorComboBox.Location = new System.Drawing.Point(365, 182);
this.def2ndColorComboBox.Name = "def2ndColorComboBox";
this.def2ndColorComboBox.Size = new System.Drawing.Size(71, 21);
this.def2ndColorComboBox.TabIndex = 167;
//
// defPrimaryColorComboBox
//
this.defPrimaryColorComboBox.BackColor = System.Drawing.Color.White;
this.defPrimaryColorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.defPrimaryColorComboBox.FormattingEnabled = true;
this.defPrimaryColorComboBox.Location = new System.Drawing.Point(365, 155);
this.defPrimaryColorComboBox.Name = "defPrimaryColorComboBox";
this.defPrimaryColorComboBox.Size = new System.Drawing.Size(71, 21);
this.defPrimaryColorComboBox.TabIndex = 166;
//
// constructionSpeedComboBox
//
this.constructionSpeedComboBox.BackColor = System.Drawing.Color.White;
this.constructionSpeedComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.constructionSpeedComboBox.FormattingEnabled = true;
this.constructionSpeedComboBox.Location = new System.Drawing.Point(365, 128);
this.constructionSpeedComboBox.Name = "constructionSpeedComboBox";
this.constructionSpeedComboBox.Size = new System.Drawing.Size(71, 21);
this.constructionSpeedComboBox.TabIndex = 165;
//
// intellAgentsComboBox
//
this.intellAgentsComboBox.BackColor = System.Drawing.Color.White;
this.intellAgentsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.intellAgentsComboBox.FormattingEnabled = true;
this.intellAgentsComboBox.Location = new System.Drawing.Point(365, 101);
this.intellAgentsComboBox.Name = "intellAgentsComboBox";
this.intellAgentsComboBox.Size = new System.Drawing.Size(71, 21);
this.intellAgentsComboBox.TabIndex = 164;
//
// dissallowedRes3ComboBox
//
this.dissallowedRes3ComboBox.BackColor = System.Drawing.Color.White;
this.dissallowedRes3ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.dissallowedRes3ComboBox.FormattingEnabled = true;
this.dissallowedRes3ComboBox.Location = new System.Drawing.Point(365, 74);
this.dissallowedRes3ComboBox.Name = "dissallowedRes3ComboBox";
this.dissallowedRes3ComboBox.Size = new System.Drawing.Size(71, 21);
this.dissallowedRes3ComboBox.TabIndex = 163;
//
// dissallowedRes2ComboBox
//
this.dissallowedRes2ComboBox.BackColor = System.Drawing.Color.White;
this.dissallowedRes2ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.dissallowedRes2ComboBox.FormattingEnabled = true;
this.dissallowedRes2ComboBox.Location = new System.Drawing.Point(365, 47);
this.dissallowedRes2ComboBox.Name = "dissallowedRes2ComboBox";
this.dissallowedRes2ComboBox.Size = new System.Drawing.Size(71, 21);
this.dissallowedRes2ComboBox.TabIndex = 162;
//
// dissallowedRes1ComboBox
//
this.dissallowedRes1ComboBox.BackColor = System.Drawing.Color.White;
this.dissallowedRes1ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.dissallowedRes1ComboBox.FormattingEnabled = true;
this.dissallowedRes1ComboBox.Location = new System.Drawing.Point(365, 20);
this.dissallowedRes1ComboBox.Name = "dissallowedRes1ComboBox";
this.dissallowedRes1ComboBox.Size = new System.Drawing.Size(71, 21);
this.dissallowedRes1ComboBox.TabIndex = 161;
//
// shipSizeFactorMComboBox
//
this.shipSizeFactorMComboBox.BackColor = System.Drawing.Color.White;
this.shipSizeFactorMComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.shipSizeFactorMComboBox.FormattingEnabled = true;
this.shipSizeFactorMComboBox.Location = new System.Drawing.Point(136, 884);
this.shipSizeFactorMComboBox.Name = "shipSizeFactorMComboBox";
this.shipSizeFactorMComboBox.Size = new System.Drawing.Size(71, 21);
this.shipSizeFactorMComboBox.TabIndex = 160;
//
// shipSizeFactorCComboBox
//
this.shipSizeFactorCComboBox.BackColor = System.Drawing.Color.White;
this.shipSizeFactorCComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.shipSizeFactorCComboBox.FormattingEnabled = true;
this.shipSizeFactorCComboBox.Location = new System.Drawing.Point(136, 857);
this.shipSizeFactorCComboBox.Name = "shipSizeFactorCComboBox";
this.shipSizeFactorCComboBox.Size = new System.Drawing.Size(71, 21);
this.shipSizeFactorCComboBox.TabIndex = 159;
//
// switchCycleEventComboBox
//
this.switchCycleEventComboBox.BackColor = System.Drawing.Color.White;
this.switchCycleEventComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.switchCycleEventComboBox.FormattingEnabled = true;
this.switchCycleEventComboBox.Location = new System.Drawing.Point(136, 830);
this.switchCycleEventComboBox.Name = "switchCycleEventComboBox";
this.switchCycleEventComboBox.Size = new System.Drawing.Size(71, 21);
this.switchCycleEventComboBox.TabIndex = 158;
//
// factorsFriendlinessComboBox
//
this.factorsFriendlinessComboBox.BackColor = System.Drawing.Color.White;
this.factorsFriendlinessComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.factorsFriendlinessComboBox.FormattingEnabled = true;
this.factorsFriendlinessComboBox.Location = new System.Drawing.Point(136, 803);
this.factorsFriendlinessComboBox.Name = "factorsFriendlinessComboBox";
this.factorsFriendlinessComboBox.Size = new System.Drawing.Size(71, 21);
this.factorsFriendlinessComboBox.TabIndex = 157;
//
// factorsCautionComboBox
//
this.factorsCautionComboBox.BackColor = System.Drawing.Color.White;
this.factorsCautionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.factorsCautionComboBox.FormattingEnabled = true;
this.factorsCautionComboBox.Location = new System.Drawing.Point(136, 776);
this.factorsCautionComboBox.Name = "factorsCautionComboBox";
this.factorsCautionComboBox.Size = new System.Drawing.Size(71, 21);
this.factorsCautionComboBox.TabIndex = 156;
//
// factorAgreesionComboBox
//
this.factorAgreesionComboBox.BackColor = System.Drawing.Color.White;
this.factorAgreesionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.factorAgreesionComboBox.FormattingEnabled = true;
this.factorAgreesionComboBox.Location = new System.Drawing.Point(136, 749);
this.factorAgreesionComboBox.Name = "factorAgreesionComboBox";
this.factorAgreesionComboBox.Size = new System.Drawing.Size(71, 21);
this.factorAgreesionComboBox.TabIndex = 155;
//
// factorGrowthComboBox
//
this.factorGrowthComboBox.BackColor = System.Drawing.Color.White;
this.factorGrowthComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.factorGrowthComboBox.FormattingEnabled = true;
this.factorGrowthComboBox.Location = new System.Drawing.Point(136, 722);
this.factorGrowthComboBox.Name = "factorGrowthComboBox";
this.factorGrowthComboBox.Size = new System.Drawing.Size(71, 21);
this.factorGrowthComboBox.TabIndex = 154;
//
// playableComboBox
//
this.playableComboBox.BackColor = System.Drawing.Color.White;
this.playableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.playableComboBox.FormattingEnabled = true;
this.playableComboBox.Location = new System.Drawing.Point(136, 695);
this.playableComboBox.Name = "playableComboBox";
this.playableComboBox.Size = new System.Drawing.Size(71, 21);
this.playableComboBox.TabIndex = 153;
//
// canBeNormEmpireComboBox
//
this.canBeNormEmpireComboBox.BackColor = System.Drawing.Color.White;
this.canBeNormEmpireComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.canBeNormEmpireComboBox.FormattingEnabled = true;
this.canBeNormEmpireComboBox.Location = new System.Drawing.Point(136, 668);
this.canBeNormEmpireComboBox.Name = "canBeNormEmpireComboBox";
this.canBeNormEmpireComboBox.Size = new System.Drawing.Size(71, 21);
this.canBeNormEmpireComboBox.TabIndex = 152;
//
// canBePirateComboBox
//
this.canBePirateComboBox.BackColor = System.Drawing.Color.White;
this.canBePirateComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.canBePirateComboBox.FormattingEnabled = true;
this.canBePirateComboBox.Location = new System.Drawing.Point(136, 641);
this.canBePirateComboBox.Name = "canBePirateComboBox";
this.canBePirateComboBox.Size = new System.Drawing.Size(71, 21);
this.canBePirateComboBox.TabIndex = 151;
//
// expandingComboBox
//
this.expandingComboBox.BackColor = System.Drawing.Color.White;
this.expandingComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.expandingComboBox.FormattingEnabled = true;
this.expandingComboBox.Location = new System.Drawing.Point(136, 614);
this.expandingComboBox.Name = "expandingComboBox";
this.expandingComboBox.Size = new System.Drawing.Size(71, 21);
this.expandingComboBox.TabIndex = 150;
//
// prefStartGovComboBox
//
this.prefStartGovComboBox.BackColor = System.Drawing.Color.White;
this.prefStartGovComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.prefStartGovComboBox.FormattingEnabled = true;
this.prefStartGovComboBox.Location = new System.Drawing.Point(136, 587);
this.prefStartGovComboBox.Name = "prefStartGovComboBox";
this.prefStartGovComboBox.Size = new System.Drawing.Size(71, 21);
this.prefStartGovComboBox.TabIndex = 149;
//
// specialGovComboBox
//
this.specialGovComboBox.BackColor = System.Drawing.Color.White;
this.specialGovComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.specialGovComboBox.FormattingEnabled = true;
this.specialGovComboBox.Location = new System.Drawing.Point(136, 560);
this.specialGovComboBox.Name = "specialGovComboBox";
this.specialGovComboBox.Size = new System.Drawing.Size(71, 21);
this.specialGovComboBox.TabIndex = 148;
//
// specialComponetComboBox
//
this.specialComponetComboBox.BackColor = System.Drawing.Color.White;
this.specialComponetComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.specialComponetComboBox.FormattingEnabled = true;
this.specialComponetComboBox.Location = new System.Drawing.Point(136, 533);
this.specialComponetComboBox.Name = "specialComponetComboBox";
this.specialComponetComboBox.Size = new System.Drawing.Size(71, 21);
this.specialComponetComboBox.TabIndex = 147;
//
// nativePlanetTypeComboBox
//
this.nativePlanetTypeComboBox.BackColor = System.Drawing.Color.White;
this.nativePlanetTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.nativePlanetTypeComboBox.FormattingEnabled = true;
this.nativePlanetTypeComboBox.Location = new System.Drawing.Point(136, 506);
this.nativePlanetTypeComboBox.Name = "nativePlanetTypeComboBox";
this.nativePlanetTypeComboBox.Size = new System.Drawing.Size(71, 21);
this.nativePlanetTypeComboBox.TabIndex = 146;
//
// techFocus2ComboBox
//
this.techFocus2ComboBox.BackColor = System.Drawing.Color.White;
this.techFocus2ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.techFocus2ComboBox.FormattingEnabled = true;
this.techFocus2ComboBox.Location = new System.Drawing.Point(136, 479);
this.techFocus2ComboBox.Name = "techFocus2ComboBox";
this.techFocus2ComboBox.Size = new System.Drawing.Size(71, 21);
this.techFocus2ComboBox.TabIndex = 145;
//
// techFocus1ComboBox
//
this.techFocus1ComboBox.BackColor = System.Drawing.Color.White;
this.techFocus1ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.techFocus1ComboBox.FormattingEnabled = true;
this.techFocus1ComboBox.Location = new System.Drawing.Point(136, 452);
this.techFocus1ComboBox.Name = "techFocus1ComboBox";
this.techFocus1ComboBox.Size = new System.Drawing.Size(71, 21);
this.techFocus1ComboBox.TabIndex = 144;
//
// shipDesignFocusComboBox
//
this.shipDesignFocusComboBox.BackColor = System.Drawing.Color.White;
this.shipDesignFocusComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.shipDesignFocusComboBox.FormattingEnabled = true;
this.shipDesignFocusComboBox.Location = new System.Drawing.Point(136, 425);
this.shipDesignFocusComboBox.Name = "shipDesignFocusComboBox";
this.shipDesignFocusComboBox.Size = new System.Drawing.Size(71, 21);
this.shipDesignFocusComboBox.TabIndex = 143;
//
// tradeBonusComboBox
//
this.tradeBonusComboBox.BackColor = System.Drawing.Color.White;
this.tradeBonusComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.tradeBonusComboBox.FormattingEnabled = true;
this.tradeBonusComboBox.Location = new System.Drawing.Point(136, 398);
this.tradeBonusComboBox.Name = "tradeBonusComboBox";
this.tradeBonusComboBox.Size = new System.Drawing.Size(71, 21);
this.tradeBonusComboBox.TabIndex = 142;
//
// espionageBonusComboBox
//
this.espionageBonusComboBox.BackColor = System.Drawing.Color.White;
this.espionageBonusComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.espionageBonusComboBox.FormattingEnabled = true;
this.espionageBonusComboBox.Location = new System.Drawing.Point(136, 371);
this.espionageBonusComboBox.Name = "espionageBonusComboBox";
this.espionageBonusComboBox.Size = new System.Drawing.Size(71, 21);
this.espionageBonusComboBox.TabIndex = 141;
//
// researchBonusComboBox
//
this.researchBonusComboBox.BackColor = System.Drawing.Color.White;
this.researchBonusComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.researchBonusComboBox.FormattingEnabled = true;
this.researchBonusComboBox.Location = new System.Drawing.Point(136, 344);
this.researchBonusComboBox.Name = "researchBonusComboBox";
this.researchBonusComboBox.Size = new System.Drawing.Size(71, 21);
this.researchBonusComboBox.TabIndex = 140;
//
// satisfactionModComboBox
//
this.satisfactionModComboBox.BackColor = System.Drawing.Color.White;
this.satisfactionModComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.satisfactionModComboBox.FormattingEnabled = true;
this.satisfactionModComboBox.Location = new System.Drawing.Point(136, 317);
this.satisfactionModComboBox.Name = "satisfactionModComboBox";
this.satisfactionModComboBox.Size = new System.Drawing.Size(71, 21);
this.satisfactionModComboBox.TabIndex = 139;
//
// warWearinessAttComboBox
//
this.warWearinessAttComboBox.BackColor = System.Drawing.Color.White;
this.warWearinessAttComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.warWearinessAttComboBox.FormattingEnabled = true;
this.warWearinessAttComboBox.Location = new System.Drawing.Point(136, 290);
this.warWearinessAttComboBox.Name = "warWearinessAttComboBox";
this.warWearinessAttComboBox.Size = new System.Drawing.Size(71, 21);
this.warWearinessAttComboBox.TabIndex = 138;
//
// resExtSavingsComboBox
//
this.resExtSavingsComboBox.BackColor = System.Drawing.Color.White;
this.resExtSavingsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.resExtSavingsComboBox.FormattingEnabled = true;
this.resExtSavingsComboBox.Location = new System.Drawing.Point(136, 263);
this.resExtSavingsComboBox.Name = "resExtSavingsComboBox";
this.resExtSavingsComboBox.Size = new System.Drawing.Size(71, 21);
this.resExtSavingsComboBox.TabIndex = 137;
//
// troopMaintSavingsComboBox
//
this.troopMaintSavingsComboBox.BackColor = System.Drawing.Color.White;
this.troopMaintSavingsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.troopMaintSavingsComboBox.FormattingEnabled = true;
this.troopMaintSavingsComboBox.Location = new System.Drawing.Point(136, 236);
this.troopMaintSavingsComboBox.Name = "troopMaintSavingsComboBox";
this.troopMaintSavingsComboBox.Size = new System.Drawing.Size(71, 21);
this.troopMaintSavingsComboBox.TabIndex = 136;
//
// shipMaintSavingsComboBox
//
this.shipMaintSavingsComboBox.BackColor = System.Drawing.Color.White;
this.shipMaintSavingsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.shipMaintSavingsComboBox.FormattingEnabled = true;
this.shipMaintSavingsComboBox.Location = new System.Drawing.Point(136, 209);
this.shipMaintSavingsComboBox.Name = "shipMaintSavingsComboBox";
this.shipMaintSavingsComboBox.Size = new System.Drawing.Size(71, 21);
this.shipMaintSavingsComboBox.TabIndex = 135;
//
// loyaltyComboBox
//
this.loyaltyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.loyaltyComboBox.FormattingEnabled = true;
this.loyaltyComboBox.Location = new System.Drawing.Point(86, 182);
this.loyaltyComboBox.Name = "loyaltyComboBox";
this.loyaltyComboBox.Size = new System.Drawing.Size(121, 21);
this.loyaltyComboBox.TabIndex = 134;
//
// friendlinessComboBox
//
this.friendlinessComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.friendlinessComboBox.FormattingEnabled = true;
this.friendlinessComboBox.Location = new System.Drawing.Point(86, 155);
this.friendlinessComboBox.Name = "friendlinessComboBox";
this.friendlinessComboBox.Size = new System.Drawing.Size(121, 21);
this.friendlinessComboBox.TabIndex = 133;
//
// cautionComboBox
//
this.cautionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cautionComboBox.FormattingEnabled = true;
this.cautionComboBox.Location = new System.Drawing.Point(86, 128);
this.cautionComboBox.Name = "cautionComboBox";
this.cautionComboBox.Size = new System.Drawing.Size(121, 21);
this.cautionComboBox.TabIndex = 132;
//
// agressionComboBox
//
this.agressionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.agressionComboBox.FormattingEnabled = true;
this.agressionComboBox.Location = new System.Drawing.Point(86, 101);
this.agressionComboBox.Name = "agressionComboBox";
this.agressionComboBox.Size = new System.Drawing.Size(121, 21);
this.agressionComboBox.TabIndex = 131;
//
// intelligenceComboBox
//
this.intelligenceComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.intelligenceComboBox.FormattingEnabled = true;
this.intelligenceComboBox.Location = new System.Drawing.Point(86, 74);
this.intelligenceComboBox.Name = "intelligenceComboBox";
this.intelligenceComboBox.Size = new System.Drawing.Size(121, 21);
this.intelligenceComboBox.TabIndex = 130;
//
// repRateComboBox
//
this.repRateComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.repRateComboBox.FormattingEnabled = true;
this.repRateComboBox.Location = new System.Drawing.Point(86, 47);
this.repRateComboBox.Name = "repRateComboBox";
this.repRateComboBox.Size = new System.Drawing.Size(121, 21);
this.repRateComboBox.TabIndex = 129;
//
// familyComboBox
//
this.familyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.familyComboBox.FormattingEnabled = true;
this.familyComboBox.Items.AddRange(new object[] {
"0=Humanoid ",
"1=Ursidian",
"2=Insectoid",
"3=Reptilian",
"4=Amphibian",
"5=Rodent",
"6=Machine "});
this.familyComboBox.Location = new System.Drawing.Point(86, 20);
this.familyComboBox.Name = "familyComboBox";
this.familyComboBox.Size = new System.Drawing.Size(121, 21);
this.familyComboBox.TabIndex = 128;
//
// piratePlayStyleLabel
//
this.piratePlayStyleLabel.AutoSize = true;
this.piratePlayStyleLabel.BackColor = System.Drawing.Color.Transparent;
this.piratePlayStyleLabel.Location = new System.Drawing.Point(679, 835);
this.piratePlayStyleLabel.Name = "piratePlayStyleLabel";
this.piratePlayStyleLabel.Size = new System.Drawing.Size(89, 13);
this.piratePlayStyleLabel.TabIndex = 119;
this.piratePlayStyleLabel.Text = "Pirate Play Style :";
//
// randomAppGenLabel
//
this.randomAppGenLabel.AutoSize = true;
this.randomAppGenLabel.BackColor = System.Drawing.Color.Transparent;
this.randomAppGenLabel.Location = new System.Drawing.Point(446, 455);
this.randomAppGenLabel.Name = "randomAppGenLabel";
this.randomAppGenLabel.Size = new System.Drawing.Size(98, 13);
this.randomAppGenLabel.TabIndex = 118;
this.randomAppGenLabel.Text = "Random App Gen :";
//
// troopRegenerationLabel
//
this.troopRegenerationLabel.AutoSize = true;
this.troopRegenerationLabel.BackColor = System.Drawing.Color.Transparent;
this.troopRegenerationLabel.Location = new System.Drawing.Point(679, 808);
this.troopRegenerationLabel.Name = "troopRegenerationLabel";
this.troopRegenerationLabel.Size = new System.Drawing.Size(108, 13);
this.troopRegenerationLabel.TabIndex = 116;
this.troopRegenerationLabel.Text = "Troop Regeneration :";
//
// migrationLabel
//
this.migrationLabel.AutoSize = true;
this.migrationLabel.BackColor = System.Drawing.Color.Transparent;
this.migrationLabel.Location = new System.Drawing.Point(679, 781);
this.migrationLabel.Name = "migrationLabel";
this.migrationLabel.Size = new System.Drawing.Size(56, 13);
this.migrationLabel.TabIndex = 115;
this.migrationLabel.Text = "Migration :";
//
// freeTradeIncomeLabel
//
this.freeTradeIncomeLabel.AutoSize = true;
this.freeTradeIncomeLabel.BackColor = System.Drawing.Color.Transparent;
this.freeTradeIncomeLabel.Location = new System.Drawing.Point(679, 754);
this.freeTradeIncomeLabel.Name = "freeTradeIncomeLabel";
this.freeTradeIncomeLabel.Size = new System.Drawing.Size(103, 13);
this.freeTradeIncomeLabel.TabIndex = 114;
this.freeTradeIncomeLabel.Text = "Free Trade Income :";
//
// tourismIncomeLabel
//
this.tourismIncomeLabel.AutoSize = true;
this.tourismIncomeLabel.BackColor = System.Drawing.Color.Transparent;
this.tourismIncomeLabel.Location = new System.Drawing.Point(679, 727);
this.tourismIncomeLabel.Name = "tourismIncomeLabel";
this.tourismIncomeLabel.Size = new System.Drawing.Size(88, 13);
this.tourismIncomeLabel.TabIndex = 113;
this.tourismIncomeLabel.Text = "Tourism Income :";
//
// knownStartGalLocationLabel
//
this.knownStartGalLocationLabel.AutoSize = true;
this.knownStartGalLocationLabel.BackColor = System.Drawing.Color.Transparent;
this.knownStartGalLocationLabel.Location = new System.Drawing.Point(679, 700);
this.knownStartGalLocationLabel.Name = "knownStartGalLocationLabel";
this.knownStartGalLocationLabel.Size = new System.Drawing.Size(134, 13);
this.knownStartGalLocationLabel.TabIndex = 112;
this.knownStartGalLocationLabel.Text = "Known Start Gal Location :";
//
// portArmourStrLabel
//
this.portArmourStrLabel.AutoSize = true;
this.portArmourStrLabel.BackColor = System.Drawing.Color.Transparent;
this.portArmourStrLabel.Location = new System.Drawing.Point(679, 673);
this.portArmourStrLabel.Name = "portArmourStrLabel";
this.portArmourStrLabel.Size = new System.Drawing.Size(84, 13);
this.portArmourStrLabel.TabIndex = 111;
this.portArmourStrLabel.Text = "Port Armour Str :";
//
// immuneNaturalDisLabel
//
this.immuneNaturalDisLabel.AutoSize = true;
this.immuneNaturalDisLabel.BackColor = System.Drawing.Color.Transparent;
this.immuneNaturalDisLabel.Location = new System.Drawing.Point(679, 647);
this.immuneNaturalDisLabel.Name = "immuneNaturalDisLabel";
this.immuneNaturalDisLabel.Size = new System.Drawing.Size(108, 13);
this.immuneNaturalDisLabel.TabIndex = 110;
this.immuneNaturalDisLabel.Text = "Immune Natural Dis. :";
//
// popPolGrowthExtLabel
//
this.popPolGrowthExtLabel.AutoSize = true;
this.popPolGrowthExtLabel.BackColor = System.Drawing.Color.Transparent;
this.popPolGrowthExtLabel.Location = new System.Drawing.Point(679, 619);
this.popPolGrowthExtLabel.Name = "popPolGrowthExtLabel";
this.popPolGrowthExtLabel.Size = new System.Drawing.Size(105, 13);
this.popPolGrowthExtLabel.TabIndex = 109;
this.popPolGrowthExtLabel.Text = "Pop Pol Growth Ext :";
//
// constructSpdVolcanLabel
//
this.constructSpdVolcanLabel.AutoSize = true;
this.constructSpdVolcanLabel.BackColor = System.Drawing.Color.Transparent;
this.constructSpdVolcanLabel.Location = new System.Drawing.Point(679, 592);
this.constructSpdVolcanLabel.Name = "constructSpdVolcanLabel";
this.constructSpdVolcanLabel.Size = new System.Drawing.Size(116, 13);
this.constructSpdVolcanLabel.TabIndex = 108;
this.constructSpdVolcanLabel.Text = "Construct Spd Volcan :";
//
// constructSpdIceLabel
//
this.constructSpdIceLabel.AutoSize = true;
this.constructSpdIceLabel.BackColor = System.Drawing.Color.Transparent;
this.constructSpdIceLabel.Location = new System.Drawing.Point(679, 565);
this.constructSpdIceLabel.Name = "constructSpdIceLabel";
this.constructSpdIceLabel.Size = new System.Drawing.Size(98, 13);
this.constructSpdIceLabel.TabIndex = 107;
this.constructSpdIceLabel.Text = "Construct Spd Ice :";
//
// constructSpdDesertLabel
//
this.constructSpdDesertLabel.AutoSize = true;
this.constructSpdDesertLabel.BackColor = System.Drawing.Color.Transparent;
this.constructSpdDesertLabel.Location = new System.Drawing.Point(679, 538);
this.constructSpdDesertLabel.Name = "constructSpdDesertLabel";
this.constructSpdDesertLabel.Size = new System.Drawing.Size(114, 13);
this.constructSpdDesertLabel.TabIndex = 106;
this.constructSpdDesertLabel.Text = "Construct Spd Desert :";
//
// constructSpdOceanLabel
//
this.constructSpdOceanLabel.AutoSize = true;
this.constructSpdOceanLabel.BackColor = System.Drawing.Color.Transparent;
this.constructSpdOceanLabel.Location = new System.Drawing.Point(679, 511);
this.constructSpdOceanLabel.Name = "constructSpdOceanLabel";
this.constructSpdOceanLabel.Size = new System.Drawing.Size(115, 13);
this.constructSpdOceanLabel.TabIndex = 105;
this.constructSpdOceanLabel.Text = "Construct Spd Ocean :";
//
// constructSpdMarshyLabel
//
this.constructSpdMarshyLabel.AutoSize = true;
this.constructSpdMarshyLabel.BackColor = System.Drawing.Color.Transparent;
this.constructSpdMarshyLabel.Location = new System.Drawing.Point(679, 484);
this.constructSpdMarshyLabel.Name = "constructSpdMarshyLabel";
this.constructSpdMarshyLabel.Size = new System.Drawing.Size(117, 13);
this.constructSpdMarshyLabel.TabIndex = 104;
this.constructSpdMarshyLabel.Text = "Construct Spd Marshy :";
//
// constructSpdContLabel
//
this.constructSpdContLabel.AutoSize = true;
this.constructSpdContLabel.BackColor = System.Drawing.Color.Transparent;
this.constructSpdContLabel.Location = new System.Drawing.Point(679, 457);
this.constructSpdContLabel.Name = "constructSpdContLabel";
this.constructSpdContLabel.Size = new System.Drawing.Size(105, 13);
this.constructSpdContLabel.TabIndex = 103;
this.constructSpdContLabel.Text = "Construct Spd Cont :";
//
// researchCostVolcanLabel
//
this.researchCostVolcanLabel.AutoSize = true;
this.researchCostVolcanLabel.BackColor = System.Drawing.Color.Transparent;
this.researchCostVolcanLabel.Location = new System.Drawing.Point(679, 430);
this.researchCostVolcanLabel.Name = "researchCostVolcanLabel";
this.researchCostVolcanLabel.Size = new System.Drawing.Size(119, 13);
this.researchCostVolcanLabel.TabIndex = 102;
this.researchCostVolcanLabel.Text = "Research Cost Volcan :";
//
// researchCostIceLabel
//
this.researchCostIceLabel.AutoSize = true;
this.researchCostIceLabel.BackColor = System.Drawing.Color.Transparent;
this.researchCostIceLabel.Location = new System.Drawing.Point(679, 403);
this.researchCostIceLabel.Name = "researchCostIceLabel";
this.researchCostIceLabel.Size = new System.Drawing.Size(101, 13);
this.researchCostIceLabel.TabIndex = 101;
this.researchCostIceLabel.Text = "Research Cost Ice :";
//
// researchCostDesertLabel
//
this.researchCostDesertLabel.AutoSize = true;
this.researchCostDesertLabel.BackColor = System.Drawing.Color.Transparent;
this.researchCostDesertLabel.Location = new System.Drawing.Point(679, 376);
this.researchCostDesertLabel.Name = "researchCostDesertLabel";
this.researchCostDesertLabel.Size = new System.Drawing.Size(117, 13);
this.researchCostDesertLabel.TabIndex = 100;
this.researchCostDesertLabel.Text = "Research Cost Desert :";
//
// researchCostOceanLabel
//
this.researchCostOceanLabel.AutoSize = true;
this.researchCostOceanLabel.BackColor = System.Drawing.Color.Transparent;
this.researchCostOceanLabel.Location = new System.Drawing.Point(679, 349);
this.researchCostOceanLabel.Name = "researchCostOceanLabel";
this.researchCostOceanLabel.Size = new System.Drawing.Size(118, 13);
this.researchCostOceanLabel.TabIndex = 99;
this.researchCostOceanLabel.Text = "Research Cost Ocean :";
//
// researchCostMarshyLabel
//
this.researchCostMarshyLabel.AutoSize = true;
this.researchCostMarshyLabel.BackColor = System.Drawing.Color.Transparent;
this.researchCostMarshyLabel.Location = new System.Drawing.Point(679, 322);
this.researchCostMarshyLabel.Name = "researchCostMarshyLabel";
this.researchCostMarshyLabel.Size = new System.Drawing.Size(120, 13);
this.researchCostMarshyLabel.TabIndex = 98;
this.researchCostMarshyLabel.Text = "Research Cost Marshy :";
//
// researchCostContLabel
//
this.researchCostContLabel.AutoSize = true;
this.researchCostContLabel.BackColor = System.Drawing.Color.Transparent;
this.researchCostContLabel.Location = new System.Drawing.Point(679, 295);
this.researchCostContLabel.Name = "researchCostContLabel";
this.researchCostContLabel.Size = new System.Drawing.Size(108, 13);
this.researchCostContLabel.TabIndex = 97;
this.researchCostContLabel.Text = "Research Cost Cont :";
//
// startTraitCaptianLabel
//
this.startTraitCaptianLabel.AutoSize = true;
this.startTraitCaptianLabel.BackColor = System.Drawing.Color.Transparent;
this.startTraitCaptianLabel.Location = new System.Drawing.Point(446, 806);
this.startTraitCaptianLabel.Name = "startTraitCaptianLabel";
this.startTraitCaptianLabel.Size = new System.Drawing.Size(98, 13);
this.startTraitCaptianLabel.TabIndex = 96;
this.startTraitCaptianLabel.Text = "Start Trait Captian :";
//
// startTraitPirLeadLabel
//
this.startTraitPirLeadLabel.AutoSize = true;
this.startTraitPirLeadLabel.BackColor = System.Drawing.Color.Transparent;
this.startTraitPirLeadLabel.Location = new System.Drawing.Point(446, 779);
this.startTraitPirLeadLabel.Name = "startTraitPirLeadLabel";
this.startTraitPirLeadLabel.Size = new System.Drawing.Size(98, 13);
this.startTraitPirLeadLabel.TabIndex = 95;
this.startTraitPirLeadLabel.Text = "Start TraitPir Lead :";
//
// startTraitIntLabel
//
this.startTraitIntLabel.AutoSize = true;
this.startTraitIntLabel.BackColor = System.Drawing.Color.Transparent;
this.startTraitIntLabel.Location = new System.Drawing.Point(446, 752);
this.startTraitIntLabel.Name = "startTraitIntLabel";
this.startTraitIntLabel.Size = new System.Drawing.Size(74, 13);
this.startTraitIntLabel.TabIndex = 94;
this.startTraitIntLabel.Text = "Start Trait Int :";
//
// startTraitSciLabel
//
this.startTraitSciLabel.AutoSize = true;
this.startTraitSciLabel.BackColor = System.Drawing.Color.Transparent;
this.startTraitSciLabel.Location = new System.Drawing.Point(446, 725);
this.startTraitSciLabel.Name = "startTraitSciLabel";
this.startTraitSciLabel.Size = new System.Drawing.Size(77, 13);
this.startTraitSciLabel.TabIndex = 93;
this.startTraitSciLabel.Text = "Start Trait Sci :";
//
// startTraitGenLabel
//
this.startTraitGenLabel.AutoSize = true;
this.startTraitGenLabel.BackColor = System.Drawing.Color.Transparent;
this.startTraitGenLabel.Location = new System.Drawing.Point(446, 698);
this.startTraitGenLabel.Name = "startTraitGenLabel";
this.startTraitGenLabel.Size = new System.Drawing.Size(82, 13);
this.startTraitGenLabel.TabIndex = 92;
this.startTraitGenLabel.Text = "Start Trait Gen :";
//
// startTraitAdmiralLabel
//
this.startTraitAdmiralLabel.AutoSize = true;
this.startTraitAdmiralLabel.BackColor = System.Drawing.Color.Transparent;
this.startTraitAdmiralLabel.Location = new System.Drawing.Point(446, 671);
this.startTraitAdmiralLabel.Name = "startTraitAdmiralLabel";
this.startTraitAdmiralLabel.Size = new System.Drawing.Size(96, 13);
this.startTraitAdmiralLabel.TabIndex = 91;
this.startTraitAdmiralLabel.Text = "Start Trait Admiral :";
//
// startTraitGovLabel
//
this.startTraitGovLabel.AutoSize = true;
this.startTraitGovLabel.BackColor = System.Drawing.Color.Transparent;
this.startTraitGovLabel.Location = new System.Drawing.Point(446, 644);
this.startTraitGovLabel.Name = "startTraitGovLabel";
this.startTraitGovLabel.Size = new System.Drawing.Size(82, 13);
this.startTraitGovLabel.TabIndex = 90;
this.startTraitGovLabel.Text = "Start Trait Gov :";
//
// startTraitAmbassLabel
//
this.startTraitAmbassLabel.AutoSize = true;
this.startTraitAmbassLabel.BackColor = System.Drawing.Color.Transparent;
this.startTraitAmbassLabel.Location = new System.Drawing.Point(446, 617);
this.startTraitAmbassLabel.Name = "startTraitAmbassLabel";
this.startTraitAmbassLabel.Size = new System.Drawing.Size(99, 13);
this.startTraitAmbassLabel.TabIndex = 89;
this.startTraitAmbassLabel.Text = "Start Trait Ambass :";
//
// startTraitLeadLabel
//
this.startTraitLeadLabel.AutoSize = true;
this.startTraitLeadLabel.BackColor = System.Drawing.Color.Transparent;
this.startTraitLeadLabel.Location = new System.Drawing.Point(446, 590);
this.startTraitLeadLabel.Name = "startTraitLeadLabel";
this.startTraitLeadLabel.Size = new System.Drawing.Size(86, 13);
this.startTraitLeadLabel.TabIndex = 88;
this.startTraitLeadLabel.Text = "Start Trait Lead :";
//
// randomAppCaptianLabel
//
this.randomAppCaptianLabel.AutoSize = true;
this.randomAppCaptianLabel.BackColor = System.Drawing.Color.Transparent;
this.randomAppCaptianLabel.Location = new System.Drawing.Point(446, 563);
this.randomAppCaptianLabel.Name = "randomAppCaptianLabel";
this.randomAppCaptianLabel.Size = new System.Drawing.Size(114, 13);
this.randomAppCaptianLabel.TabIndex = 87;
this.randomAppCaptianLabel.Text = "Random App Captian :";
//
// randomAppPirLeadLabel
//
this.randomAppPirLeadLabel.AutoSize = true;
this.randomAppPirLeadLabel.BackColor = System.Drawing.Color.Transparent;
this.randomAppPirLeadLabel.Location = new System.Drawing.Point(446, 536);
this.randomAppPirLeadLabel.Name = "randomAppPirLeadLabel";
this.randomAppPirLeadLabel.Size = new System.Drawing.Size(117, 13);
this.randomAppPirLeadLabel.TabIndex = 86;
this.randomAppPirLeadLabel.Text = "Random App Pir Lead :";
//
// randomAppIntLabel
//
this.randomAppIntLabel.AutoSize = true;
this.randomAppIntLabel.BackColor = System.Drawing.Color.Transparent;
this.randomAppIntLabel.Location = new System.Drawing.Point(446, 509);
this.randomAppIntLabel.Name = "randomAppIntLabel";
this.randomAppIntLabel.Size = new System.Drawing.Size(90, 13);
this.randomAppIntLabel.TabIndex = 85;
this.randomAppIntLabel.Text = "Random App Int :";
//
// randomAppSciLabel
//
this.randomAppSciLabel.AutoSize = true;
this.randomAppSciLabel.BackColor = System.Drawing.Color.Transparent;
this.randomAppSciLabel.Location = new System.Drawing.Point(446, 482);
this.randomAppSciLabel.Name = "randomAppSciLabel";
this.randomAppSciLabel.Size = new System.Drawing.Size(93, 13);
this.randomAppSciLabel.TabIndex = 84;
this.randomAppSciLabel.Text = "Random App Sci :";
//
// label83
//
this.label83.AutoSize = true;
this.label83.BackColor = System.Drawing.Color.Transparent;
this.label83.Location = new System.Drawing.Point(458, 318);
this.label83.Name = "label83";
this.label83.Size = new System.Drawing.Size(0, 13);
this.label83.TabIndex = 83;
//
// randomAppAdmiralLabel
//
this.randomAppAdmiralLabel.AutoSize = true;
this.randomAppAdmiralLabel.BackColor = System.Drawing.Color.Transparent;
this.randomAppAdmiralLabel.Location = new System.Drawing.Point(446, 428);
this.randomAppAdmiralLabel.Name = "randomAppAdmiralLabel";
this.randomAppAdmiralLabel.Size = new System.Drawing.Size(112, 13);
this.randomAppAdmiralLabel.TabIndex = 82;
this.randomAppAdmiralLabel.Text = "Random App Admiral :";
//
// randomAppGovLabel
//
this.randomAppGovLabel.AutoSize = true;
this.randomAppGovLabel.BackColor = System.Drawing.Color.Transparent;
this.randomAppGovLabel.Location = new System.Drawing.Point(446, 401);
this.randomAppGovLabel.Name = "randomAppGovLabel";
this.randomAppGovLabel.Size = new System.Drawing.Size(95, 13);
this.randomAppGovLabel.TabIndex = 81;
this.randomAppGovLabel.Text = "Random App Gov:";
//
// randomAppAmbassLabel
//
this.randomAppAmbassLabel.AutoSize = true;
this.randomAppAmbassLabel.BackColor = System.Drawing.Color.Transparent;
this.randomAppAmbassLabel.Location = new System.Drawing.Point(446, 374);
this.randomAppAmbassLabel.Name = "randomAppAmbassLabel";
this.randomAppAmbassLabel.Size = new System.Drawing.Size(115, 13);
this.randomAppAmbassLabel.TabIndex = 80;
this.randomAppAmbassLabel.Text = "Random App Ambass :";
//
// randomAppLeaderLabel
//
this.randomAppLeaderLabel.AutoSize = true;
this.randomAppLeaderLabel.BackColor = System.Drawing.Color.Transparent;
this.randomAppLeaderLabel.Location = new System.Drawing.Point(446, 347);
this.randomAppLeaderLabel.Name = "randomAppLeaderLabel";
this.randomAppLeaderLabel.Size = new System.Drawing.Size(111, 13);
this.randomAppLeaderLabel.TabIndex = 79;
this.randomAppLeaderLabel.Text = "Random App Leader :";
//
// raceEvent2FreqLabel
//
this.raceEvent2FreqLabel.AutoSize = true;
this.raceEvent2FreqLabel.BackColor = System.Drawing.Color.Transparent;
this.raceEvent2FreqLabel.Location = new System.Drawing.Point(446, 320);
this.raceEvent2FreqLabel.Name = "raceEvent2FreqLabel";
this.raceEvent2FreqLabel.Size = new System.Drawing.Size(103, 13);
this.raceEvent2FreqLabel.TabIndex = 78;
this.raceEvent2FreqLabel.Text = "Race Event 2 Freq :";
//
// raceEvent2TypeLabel
//
this.raceEvent2TypeLabel.AutoSize = true;
this.raceEvent2TypeLabel.BackColor = System.Drawing.Color.Transparent;
this.raceEvent2TypeLabel.Location = new System.Drawing.Point(446, 293);
this.raceEvent2TypeLabel.Name = "raceEvent2TypeLabel";
this.raceEvent2TypeLabel.Size = new System.Drawing.Size(106, 13);
this.raceEvent2TypeLabel.TabIndex = 77;
this.raceEvent2TypeLabel.Text = "Race Event 2 Type :";
//
// raceEvent1FreqLabel
//
this.raceEvent1FreqLabel.AutoSize = true;
this.raceEvent1FreqLabel.BackColor = System.Drawing.Color.Transparent;
this.raceEvent1FreqLabel.Location = new System.Drawing.Point(446, 266);
this.raceEvent1FreqLabel.Name = "raceEvent1FreqLabel";
this.raceEvent1FreqLabel.Size = new System.Drawing.Size(103, 13);
this.raceEvent1FreqLabel.TabIndex = 76;
this.raceEvent1FreqLabel.Text = "Race Event 1 Freq :";
//
// raceEvent1TypeLabel
//
this.raceEvent1TypeLabel.AutoSize = true;
this.raceEvent1TypeLabel.BackColor = System.Drawing.Color.Transparent;
this.raceEvent1TypeLabel.Location = new System.Drawing.Point(446, 239);
this.raceEvent1TypeLabel.Name = "raceEvent1TypeLabel";
this.raceEvent1TypeLabel.Size = new System.Drawing.Size(106, 13);
this.raceEvent1TypeLabel.TabIndex = 75;
this.raceEvent1TypeLabel.Text = "Race Event 1 Type :";
//
// condition5AddDataLabel
//
this.condition5AddDataLabel.AutoSize = true;
this.condition5AddDataLabel.BackColor = System.Drawing.Color.Transparent;
this.condition5AddDataLabel.Location = new System.Drawing.Point(446, 212);
this.condition5AddDataLabel.Name = "condition5AddDataLabel";
this.condition5AddDataLabel.Size = new System.Drawing.Size(114, 13);
this.condition5AddDataLabel.TabIndex = 74;
this.condition5AddDataLabel.Text = "Condition 5 Add Data :";
//
// condition5PropLabel
//
this.condition5PropLabel.AutoSize = true;
this.condition5PropLabel.BackColor = System.Drawing.Color.Transparent;
this.condition5PropLabel.Location = new System.Drawing.Point(446, 185);
this.condition5PropLabel.Name = "condition5PropLabel";
this.condition5PropLabel.Size = new System.Drawing.Size(91, 13);
this.condition5PropLabel.TabIndex = 73;
this.condition5PropLabel.Text = "Condition 5 Prop :";
//
// condition5ValueLabel
//
this.condition5ValueLabel.AutoSize = true;
this.condition5ValueLabel.BackColor = System.Drawing.Color.Transparent;
this.condition5ValueLabel.Location = new System.Drawing.Point(446, 158);
this.condition5ValueLabel.Name = "condition5ValueLabel";
this.condition5ValueLabel.Size = new System.Drawing.Size(96, 13);
this.condition5ValueLabel.TabIndex = 72;
this.condition5ValueLabel.Text = "Condition 5 Value :";
//
// condition5TypeLabel
//
this.condition5TypeLabel.AutoSize = true;
this.condition5TypeLabel.BackColor = System.Drawing.Color.Transparent;
this.condition5TypeLabel.Location = new System.Drawing.Point(451, 131);
this.condition5TypeLabel.Name = "condition5TypeLabel";
this.condition5TypeLabel.Size = new System.Drawing.Size(93, 13);
this.condition5TypeLabel.TabIndex = 71;
this.condition5TypeLabel.Text = "Condition 5 Type :";
//
// condition4AddDataLabel
//
this.condition4AddDataLabel.AutoSize = true;
this.condition4AddDataLabel.BackColor = System.Drawing.Color.Transparent;
this.condition4AddDataLabel.Location = new System.Drawing.Point(446, 104);
this.condition4AddDataLabel.Name = "condition4AddDataLabel";
this.condition4AddDataLabel.Size = new System.Drawing.Size(114, 13);
this.condition4AddDataLabel.TabIndex = 70;
this.condition4AddDataLabel.Text = "Condition 4 Add Data :";
//
// condition4PropLabel
//
this.condition4PropLabel.AutoSize = true;
this.condition4PropLabel.BackColor = System.Drawing.Color.Transparent;
this.condition4PropLabel.Location = new System.Drawing.Point(446, 77);
this.condition4PropLabel.Name = "condition4PropLabel";
this.condition4PropLabel.Size = new System.Drawing.Size(91, 13);
this.condition4PropLabel.TabIndex = 69;
this.condition4PropLabel.Text = "Condition 4 Prop :";
//
// condition4ValueLabel
//
this.condition4ValueLabel.AutoSize = true;
this.condition4ValueLabel.BackColor = System.Drawing.Color.Transparent;
this.condition4ValueLabel.Location = new System.Drawing.Point(446, 50);
this.condition4ValueLabel.Name = "condition4ValueLabel";
this.condition4ValueLabel.Size = new System.Drawing.Size(96, 13);
this.condition4ValueLabel.TabIndex = 68;
this.condition4ValueLabel.Text = "Condition 4 Value :";
//
// condition4TypeLabel
//
this.condition4TypeLabel.AutoSize = true;
this.condition4TypeLabel.BackColor = System.Drawing.Color.Transparent;
this.condition4TypeLabel.Location = new System.Drawing.Point(446, 23);
this.condition4TypeLabel.Name = "condition4TypeLabel";
this.condition4TypeLabel.Size = new System.Drawing.Size(93, 13);
this.condition4TypeLabel.TabIndex = 67;
this.condition4TypeLabel.Text = "Condition 4 Type :";
//
// condition3AddDataLabel
//
this.condition3AddDataLabel.AutoSize = true;
this.condition3AddDataLabel.BackColor = System.Drawing.Color.Transparent;
this.condition3AddDataLabel.Location = new System.Drawing.Point(222, 885);
this.condition3AddDataLabel.Name = "condition3AddDataLabel";
this.condition3AddDataLabel.Size = new System.Drawing.Size(114, 13);
this.condition3AddDataLabel.TabIndex = 66;
this.condition3AddDataLabel.Text = "Condition 3 Add Data :";
//
// condition3PropLabel
//
this.condition3PropLabel.AutoSize = true;
this.condition3PropLabel.BackColor = System.Drawing.Color.Transparent;
this.condition3PropLabel.Location = new System.Drawing.Point(222, 858);
this.condition3PropLabel.Name = "condition3PropLabel";
this.condition3PropLabel.Size = new System.Drawing.Size(91, 13);
this.condition3PropLabel.TabIndex = 65;
this.condition3PropLabel.Text = "Condition 3 Prop :";
//
// condition3ValueLabel
//
this.condition3ValueLabel.AutoSize = true;
this.condition3ValueLabel.BackColor = System.Drawing.Color.Transparent;
this.condition3ValueLabel.Location = new System.Drawing.Point(222, 833);
this.condition3ValueLabel.Name = "condition3ValueLabel";
this.condition3ValueLabel.Size = new System.Drawing.Size(96, 13);
this.condition3ValueLabel.TabIndex = 64;
this.condition3ValueLabel.Text = "Condition 3 Value :";
//
// condition3TypeLabel
//
this.condition3TypeLabel.AutoSize = true;
this.condition3TypeLabel.BackColor = System.Drawing.Color.Transparent;
this.condition3TypeLabel.Location = new System.Drawing.Point(222, 806);
this.condition3TypeLabel.Name = "condition3TypeLabel";
this.condition3TypeLabel.Size = new System.Drawing.Size(93, 13);
this.condition3TypeLabel.TabIndex = 63;
this.condition3TypeLabel.Text = "Condition 3 Type :";
//
// condition2AddDataLabel
//
this.condition2AddDataLabel.AutoSize = true;
this.condition2AddDataLabel.BackColor = System.Drawing.Color.Transparent;
this.condition2AddDataLabel.Location = new System.Drawing.Point(222, 779);
this.condition2AddDataLabel.Name = "condition2AddDataLabel";
this.condition2AddDataLabel.Size = new System.Drawing.Size(114, 13);
this.condition2AddDataLabel.TabIndex = 62;
this.condition2AddDataLabel.Text = "Condition 2 Add Data :";
//
// condition2PropLabel
//
this.condition2PropLabel.AutoSize = true;
this.condition2PropLabel.BackColor = System.Drawing.Color.Transparent;
this.condition2PropLabel.Location = new System.Drawing.Point(222, 754);
this.condition2PropLabel.Name = "condition2PropLabel";
this.condition2PropLabel.Size = new System.Drawing.Size(91, 13);
this.condition2PropLabel.TabIndex = 61;
this.condition2PropLabel.Text = "Condition 2 Prop :";
//
// condition2ValueLabel
//
this.condition2ValueLabel.AutoSize = true;
this.condition2ValueLabel.BackColor = System.Drawing.Color.Transparent;
this.condition2ValueLabel.Location = new System.Drawing.Point(222, 725);
this.condition2ValueLabel.Name = "condition2ValueLabel";
this.condition2ValueLabel.Size = new System.Drawing.Size(96, 13);
this.condition2ValueLabel.TabIndex = 60;
this.condition2ValueLabel.Text = "Condition 2 Value :";
//
// condition2TypeLabel
//
this.condition2TypeLabel.AutoSize = true;
this.condition2TypeLabel.BackColor = System.Drawing.Color.Transparent;
this.condition2TypeLabel.Location = new System.Drawing.Point(222, 698);
this.condition2TypeLabel.Name = "condition2TypeLabel";
this.condition2TypeLabel.Size = new System.Drawing.Size(93, 13);
this.condition2TypeLabel.TabIndex = 59;
this.condition2TypeLabel.Text = "Condition 2 Type :";
//
// condition1AddDataLabel
//
this.condition1AddDataLabel.AutoSize = true;
this.condition1AddDataLabel.BackColor = System.Drawing.Color.Transparent;
this.condition1AddDataLabel.Location = new System.Drawing.Point(222, 671);
this.condition1AddDataLabel.Name = "condition1AddDataLabel";
this.condition1AddDataLabel.Size = new System.Drawing.Size(114, 13);
this.condition1AddDataLabel.TabIndex = 58;
this.condition1AddDataLabel.Text = "Condition 1 Add Data :";
//
// condition1PropLabel
//
this.condition1PropLabel.AutoSize = true;
this.condition1PropLabel.BackColor = System.Drawing.Color.Transparent;
this.condition1PropLabel.Location = new System.Drawing.Point(222, 644);
this.condition1PropLabel.Name = "condition1PropLabel";
this.condition1PropLabel.Size = new System.Drawing.Size(91, 13);
this.condition1PropLabel.TabIndex = 57;
this.condition1PropLabel.Text = "Condition 1 Prop :";
//
// condition1ValueLabel
//
this.condition1ValueLabel.AutoSize = true;
this.condition1ValueLabel.BackColor = System.Drawing.Color.Transparent;
this.condition1ValueLabel.Location = new System.Drawing.Point(222, 617);
this.condition1ValueLabel.Name = "condition1ValueLabel";
this.condition1ValueLabel.Size = new System.Drawing.Size(96, 13);
this.condition1ValueLabel.TabIndex = 56;
this.condition1ValueLabel.Text = "Condition 1 Value :";
//
// condition1TypeLabel
//
this.condition1TypeLabel.AutoSize = true;
this.condition1TypeLabel.BackColor = System.Drawing.Color.Transparent;
this.condition1TypeLabel.Location = new System.Drawing.Point(222, 590);
this.condition1TypeLabel.Name = "condition1TypeLabel";
this.condition1TypeLabel.Size = new System.Drawing.Size(93, 13);
this.condition1TypeLabel.TabIndex = 55;
this.condition1TypeLabel.Text = "Condition 1 Type :";
//
// resource3AppOnlyLabel
//
this.resource3AppOnlyLabel.AutoSize = true;
this.resource3AppOnlyLabel.BackColor = System.Drawing.Color.Transparent;
this.resource3AppOnlyLabel.Location = new System.Drawing.Point(222, 565);
this.resource3AppOnlyLabel.Name = "resource3AppOnlyLabel";
this.resource3AppOnlyLabel.Size = new System.Drawing.Size(114, 13);
this.resource3AppOnlyLabel.TabIndex = 54;
this.resource3AppOnlyLabel.Text = "Resource 3 App Only :";
//
// resource3AmountLabel
//
this.resource3AmountLabel.AutoSize = true;
this.resource3AmountLabel.BackColor = System.Drawing.Color.Transparent;
this.resource3AmountLabel.Location = new System.Drawing.Point(222, 538);
this.resource3AmountLabel.Name = "resource3AmountLabel";
this.resource3AmountLabel.Size = new System.Drawing.Size(107, 13);
this.resource3AmountLabel.TabIndex = 53;
this.resource3AmountLabel.Text = "Resource 3 Amount :";
//
// resource3EffectLabel
//
this.resource3EffectLabel.AutoSize = true;
this.resource3EffectLabel.BackColor = System.Drawing.Color.Transparent;
this.resource3EffectLabel.Location = new System.Drawing.Point(222, 507);
this.resource3EffectLabel.Name = "resource3EffectLabel";
this.resource3EffectLabel.Size = new System.Drawing.Size(99, 13);
this.resource3EffectLabel.TabIndex = 52;
this.resource3EffectLabel.Text = "Resource 3 Effect :";
//
// resource3TypeLabel
//
this.resource3TypeLabel.AutoSize = true;
this.resource3TypeLabel.BackColor = System.Drawing.Color.Transparent;
this.resource3TypeLabel.Location = new System.Drawing.Point(222, 484);
this.resource3TypeLabel.Name = "resource3TypeLabel";
this.resource3TypeLabel.Size = new System.Drawing.Size(95, 13);
this.resource3TypeLabel.TabIndex = 51;
this.resource3TypeLabel.Text = "Resource 3 Type :";
//
// resource2AppOnlyLabel
//
this.resource2AppOnlyLabel.AutoSize = true;
this.resource2AppOnlyLabel.BackColor = System.Drawing.Color.Transparent;
this.resource2AppOnlyLabel.Location = new System.Drawing.Point(222, 457);
this.resource2AppOnlyLabel.Name = "resource2AppOnlyLabel";
this.resource2AppOnlyLabel.Size = new System.Drawing.Size(114, 13);
this.resource2AppOnlyLabel.TabIndex = 50;
this.resource2AppOnlyLabel.Text = "Resource 2 App Only :";
//
// resource2AmountLabel
//
this.resource2AmountLabel.AutoSize = true;
this.resource2AmountLabel.BackColor = System.Drawing.Color.Transparent;
this.resource2AmountLabel.Location = new System.Drawing.Point(222, 430);
this.resource2AmountLabel.Name = "resource2AmountLabel";
this.resource2AmountLabel.Size = new System.Drawing.Size(107, 13);
this.resource2AmountLabel.TabIndex = 49;
this.resource2AmountLabel.Text = "Resource 2 Amount :";
//
// resource2EffectLabel
//
this.resource2EffectLabel.AutoSize = true;
this.resource2EffectLabel.BackColor = System.Drawing.Color.Transparent;
this.resource2EffectLabel.Location = new System.Drawing.Point(222, 403);
this.resource2EffectLabel.Name = "resource2EffectLabel";
this.resource2EffectLabel.Size = new System.Drawing.Size(99, 13);
this.resource2EffectLabel.TabIndex = 48;
this.resource2EffectLabel.Text = "Resource 2 Effect :";
//
// resource2TypeLabel
//
this.resource2TypeLabel.AutoSize = true;
this.resource2TypeLabel.BackColor = System.Drawing.Color.Transparent;
this.resource2TypeLabel.Location = new System.Drawing.Point(222, 376);
this.resource2TypeLabel.Name = "resource2TypeLabel";
this.resource2TypeLabel.Size = new System.Drawing.Size(95, 13);
this.resource2TypeLabel.TabIndex = 47;
this.resource2TypeLabel.Text = "Resource 2 Type :";
//
// resource1AppOnlyLabel
//
this.resource1AppOnlyLabel.AutoSize = true;
this.resource1AppOnlyLabel.BackColor = System.Drawing.Color.Transparent;
this.resource1AppOnlyLabel.Location = new System.Drawing.Point(222, 349);
this.resource1AppOnlyLabel.Name = "resource1AppOnlyLabel";
this.resource1AppOnlyLabel.Size = new System.Drawing.Size(114, 13);
this.resource1AppOnlyLabel.TabIndex = 46;
this.resource1AppOnlyLabel.Text = "Resource 1 App Only :";
//
// resource1AmountLabel
//
this.resource1AmountLabel.AutoSize = true;
this.resource1AmountLabel.BackColor = System.Drawing.Color.Transparent;
this.resource1AmountLabel.Location = new System.Drawing.Point(222, 322);
this.resource1AmountLabel.Name = "resource1AmountLabel";
this.resource1AmountLabel.Size = new System.Drawing.Size(107, 13);
this.resource1AmountLabel.TabIndex = 45;
this.resource1AmountLabel.Text = "Resource 1 Amount :";
//
// resource1EffectLabel
//
this.resource1EffectLabel.AutoSize = true;
this.resource1EffectLabel.BackColor = System.Drawing.Color.Transparent;
this.resource1EffectLabel.Location = new System.Drawing.Point(222, 295);
this.resource1EffectLabel.Name = "resource1EffectLabel";
this.resource1EffectLabel.Size = new System.Drawing.Size(99, 13);
this.resource1EffectLabel.TabIndex = 44;
this.resource1EffectLabel.Text = "Resource 1 Effect :";
//
// resource1TypeLabel
//
this.resource1TypeLabel.AutoSize = true;
this.resource1TypeLabel.BackColor = System.Drawing.Color.Transparent;
this.resource1TypeLabel.Location = new System.Drawing.Point(222, 268);
this.resource1TypeLabel.Name = "resource1TypeLabel";
this.resource1TypeLabel.Size = new System.Drawing.Size(95, 13);
this.resource1TypeLabel.TabIndex = 43;
this.resource1TypeLabel.Text = "Resource 1 Type :";
//
// troopStrengthLabel
//
this.troopStrengthLabel.AutoSize = true;
this.troopStrengthLabel.BackColor = System.Drawing.Color.Transparent;
this.troopStrengthLabel.Location = new System.Drawing.Point(222, 241);
this.troopStrengthLabel.Name = "troopStrengthLabel";
this.troopStrengthLabel.Size = new System.Drawing.Size(84, 13);
this.troopStrengthLabel.TabIndex = 42;
this.troopStrengthLabel.Text = "Troop Strength :";
//
// flagDesignLabel
//
this.flagDesignLabel.AutoSize = true;
this.flagDesignLabel.BackColor = System.Drawing.Color.Transparent;
this.flagDesignLabel.Location = new System.Drawing.Point(222, 212);
this.flagDesignLabel.Name = "flagDesignLabel";
this.flagDesignLabel.Size = new System.Drawing.Size(69, 13);
this.flagDesignLabel.TabIndex = 41;
this.flagDesignLabel.Text = "Flag Design :";
//
// def2ndColorLabel
//
this.def2ndColorLabel.AutoSize = true;
this.def2ndColorLabel.BackColor = System.Drawing.Color.Transparent;
this.def2ndColorLabel.Location = new System.Drawing.Point(222, 185);
this.def2ndColorLabel.Name = "def2ndColorLabel";
this.def2ndColorLabel.Size = new System.Drawing.Size(78, 13);
this.def2ndColorLabel.TabIndex = 40;
this.def2ndColorLabel.Text = "Def 2nd Color :";
//
// defPrimaryColorLabel
//
this.defPrimaryColorLabel.AutoSize = true;
this.defPrimaryColorLabel.BackColor = System.Drawing.Color.Transparent;
this.defPrimaryColorLabel.Location = new System.Drawing.Point(222, 158);
this.defPrimaryColorLabel.Name = "defPrimaryColorLabel";
this.defPrimaryColorLabel.Size = new System.Drawing.Size(97, 13);
this.defPrimaryColorLabel.TabIndex = 39;
this.defPrimaryColorLabel.Text = "Def. Primary Color :";
//
// constructionSpeedLabel
//
this.constructionSpeedLabel.AutoSize = true;
this.constructionSpeedLabel.BackColor = System.Drawing.Color.Transparent;
this.constructionSpeedLabel.Location = new System.Drawing.Point(222, 131);
this.constructionSpeedLabel.Name = "constructionSpeedLabel";
this.constructionSpeedLabel.Size = new System.Drawing.Size(106, 13);
this.constructionSpeedLabel.TabIndex = 38;
this.constructionSpeedLabel.Text = "Construction Speed :";
//
// intellAgentsLabel
//
this.intellAgentsLabel.AutoSize = true;
this.intellAgentsLabel.BackColor = System.Drawing.Color.Transparent;
this.intellAgentsLabel.Location = new System.Drawing.Point(222, 104);
this.intellAgentsLabel.Name = "intellAgentsLabel";
this.intellAgentsLabel.Size = new System.Drawing.Size(71, 13);
this.intellAgentsLabel.TabIndex = 37;
this.intellAgentsLabel.Text = "Intell Agents :";
//
// dissallowedRes3Label
//
this.dissallowedRes3Label.AutoSize = true;
this.dissallowedRes3Label.BackColor = System.Drawing.Color.Transparent;
this.dissallowedRes3Label.Location = new System.Drawing.Point(222, 77);
this.dissallowedRes3Label.Name = "dissallowedRes3Label";
this.dissallowedRes3Label.Size = new System.Drawing.Size(100, 13);
this.dissallowedRes3Label.TabIndex = 36;
this.dissallowedRes3Label.Text = "Dissallowed Res 3 :";
//
// dissallowedRes2Label
//
this.dissallowedRes2Label.AutoSize = true;
this.dissallowedRes2Label.BackColor = System.Drawing.Color.Transparent;
this.dissallowedRes2Label.Location = new System.Drawing.Point(222, 50);
this.dissallowedRes2Label.Name = "dissallowedRes2Label";
this.dissallowedRes2Label.Size = new System.Drawing.Size(100, 13);
this.dissallowedRes2Label.TabIndex = 35;
this.dissallowedRes2Label.Text = "Dissallowed Res 2 :";
//
// dissallowedRes1Label
//
this.dissallowedRes1Label.AutoSize = true;
this.dissallowedRes1Label.BackColor = System.Drawing.Color.Transparent;
this.dissallowedRes1Label.Location = new System.Drawing.Point(222, 23);
this.dissallowedRes1Label.Name = "dissallowedRes1Label";
this.dissallowedRes1Label.Size = new System.Drawing.Size(100, 13);
this.dissallowedRes1Label.TabIndex = 34;
this.dissallowedRes1Label.Text = "Dissallowed Res 1 :";
//
// shipSizeFactorMLabel
//
this.shipSizeFactorMLabel.AutoSize = true;
this.shipSizeFactorMLabel.BackColor = System.Drawing.Color.Transparent;
this.shipSizeFactorMLabel.Location = new System.Drawing.Point(14, 889);
this.shipSizeFactorMLabel.Name = "shipSizeFactorMLabel";
this.shipSizeFactorMLabel.Size = new System.Drawing.Size(102, 13);
this.shipSizeFactorMLabel.TabIndex = 33;
this.shipSizeFactorMLabel.Text = "Ship Size Factor M :";
//
// shipSizeFactorCLabel
//
this.shipSizeFactorCLabel.AutoSize = true;
this.shipSizeFactorCLabel.BackColor = System.Drawing.Color.Transparent;
this.shipSizeFactorCLabel.Location = new System.Drawing.Point(14, 861);
this.shipSizeFactorCLabel.Name = "shipSizeFactorCLabel";
this.shipSizeFactorCLabel.Size = new System.Drawing.Size(100, 13);
this.shipSizeFactorCLabel.TabIndex = 32;
this.shipSizeFactorCLabel.Text = "Ship Size Factor C :";
//
// switchCycleEventLabel
//
this.switchCycleEventLabel.AutoSize = true;
this.switchCycleEventLabel.BackColor = System.Drawing.Color.Transparent;
this.switchCycleEventLabel.Location = new System.Drawing.Point(14, 833);
this.switchCycleEventLabel.Name = "switchCycleEventLabel";
this.switchCycleEventLabel.Size = new System.Drawing.Size(105, 13);
this.switchCycleEventLabel.TabIndex = 31;
this.switchCycleEventLabel.Text = "Switch Cycle Event :";
//
// factorsFriendlinessLabel
//
this.factorsFriendlinessLabel.AutoSize = true;
this.factorsFriendlinessLabel.BackColor = System.Drawing.Color.Transparent;
this.factorsFriendlinessLabel.Location = new System.Drawing.Point(14, 806);
this.factorsFriendlinessLabel.Name = "factorsFriendlinessLabel";
this.factorsFriendlinessLabel.Size = new System.Drawing.Size(106, 13);
this.factorsFriendlinessLabel.TabIndex = 30;
this.factorsFriendlinessLabel.Text = "Factors Friendliness :";
//
// factorsCautionLabel
//
this.factorsCautionLabel.AutoSize = true;
this.factorsCautionLabel.BackColor = System.Drawing.Color.Transparent;
this.factorsCautionLabel.Location = new System.Drawing.Point(14, 779);
this.factorsCautionLabel.Name = "factorsCautionLabel";
this.factorsCautionLabel.Size = new System.Drawing.Size(87, 13);
this.factorsCautionLabel.TabIndex = 29;
this.factorsCautionLabel.Text = "Factors Caution :";
//
// factorAgreesionLabel
//
this.factorAgreesionLabel.AutoSize = true;
this.factorAgreesionLabel.BackColor = System.Drawing.Color.Transparent;
this.factorAgreesionLabel.Location = new System.Drawing.Point(14, 752);
this.factorAgreesionLabel.Name = "factorAgreesionLabel";
this.factorAgreesionLabel.Size = new System.Drawing.Size(93, 13);
this.factorAgreesionLabel.TabIndex = 28;
this.factorAgreesionLabel.Text = "Factor Agreesion :";
//
// factorGrowthLabel
//
this.factorGrowthLabel.AutoSize = true;
this.factorGrowthLabel.BackColor = System.Drawing.Color.Transparent;
this.factorGrowthLabel.Location = new System.Drawing.Point(14, 725);
this.factorGrowthLabel.Name = "factorGrowthLabel";
this.factorGrowthLabel.Size = new System.Drawing.Size(80, 13);
this.factorGrowthLabel.TabIndex = 27;
this.factorGrowthLabel.Text = "Factor Growth :";
//
// playableLabel
//
this.playableLabel.AutoSize = true;
this.playableLabel.BackColor = System.Drawing.Color.Transparent;
this.playableLabel.Location = new System.Drawing.Point(14, 698);
this.playableLabel.Name = "playableLabel";
this.playableLabel.Size = new System.Drawing.Size(53, 13);
this.playableLabel.TabIndex = 26;
this.playableLabel.Text = "Playable :";
//
// canBeNormEmpireLabel
//
this.canBeNormEmpireLabel.AutoSize = true;
this.canBeNormEmpireLabel.BackColor = System.Drawing.Color.Transparent;
this.canBeNormEmpireLabel.Location = new System.Drawing.Point(14, 671);
this.canBeNormEmpireLabel.Name = "canBeNormEmpireLabel";
this.canBeNormEmpireLabel.Size = new System.Drawing.Size(111, 13);
this.canBeNormEmpireLabel.TabIndex = 25;
this.canBeNormEmpireLabel.Text = "Can Be Norm Empire :";
//
// canBePirateLabel
//
this.canBePirateLabel.AutoSize = true;
this.canBePirateLabel.BackColor = System.Drawing.Color.Transparent;
this.canBePirateLabel.Location = new System.Drawing.Point(14, 644);
this.canBePirateLabel.Name = "canBePirateLabel";
this.canBePirateLabel.Size = new System.Drawing.Size(78, 13);
this.canBePirateLabel.TabIndex = 24;
this.canBePirateLabel.Text = "Can Be Pirate :";
//
// expandingLabel
//
this.expandingLabel.AutoSize = true;
this.expandingLabel.BackColor = System.Drawing.Color.White;
this.expandingLabel.Location = new System.Drawing.Point(14, 617);
this.expandingLabel.Name = "expandingLabel";
this.expandingLabel.Size = new System.Drawing.Size(63, 13);
this.expandingLabel.TabIndex = 23;
this.expandingLabel.Text = "Expanding :";
//
// prefStartGovLabel
//
this.prefStartGovLabel.AutoSize = true;
this.prefStartGovLabel.BackColor = System.Drawing.Color.White;
this.prefStartGovLabel.Location = new System.Drawing.Point(14, 590);
this.prefStartGovLabel.Name = "prefStartGovLabel";
this.prefStartGovLabel.Size = new System.Drawing.Size(86, 13);
this.prefStartGovLabel.TabIndex = 22;
this.prefStartGovLabel.Text = "Pref Start Gov. : ";
//
// specialGovLabel
//
this.specialGovLabel.AutoSize = true;
this.specialGovLabel.BackColor = System.Drawing.Color.White;
this.specialGovLabel.Location = new System.Drawing.Point(14, 563);
this.specialGovLabel.Name = "specialGovLabel";
this.specialGovLabel.Size = new System.Drawing.Size(77, 13);
this.specialGovLabel.TabIndex = 21;
this.specialGovLabel.Text = "Special Gov. : ";
//
// specialComponetLabel
//
this.specialComponetLabel.AutoSize = true;
this.specialComponetLabel.BackColor = System.Drawing.Color.White;
this.specialComponetLabel.Location = new System.Drawing.Point(14, 538);
this.specialComponetLabel.Name = "specialComponetLabel";
this.specialComponetLabel.Size = new System.Drawing.Size(99, 13);
this.specialComponetLabel.TabIndex = 20;
this.specialComponetLabel.Text = "Special Componet :";
//
// nativePlanetTypeLabel
//
this.nativePlanetTypeLabel.AutoSize = true;
this.nativePlanetTypeLabel.BackColor = System.Drawing.Color.Transparent;
this.nativePlanetTypeLabel.Location = new System.Drawing.Point(14, 509);
this.nativePlanetTypeLabel.Name = "nativePlanetTypeLabel";
this.nativePlanetTypeLabel.Size = new System.Drawing.Size(104, 13);
this.nativePlanetTypeLabel.TabIndex = 19;
this.nativePlanetTypeLabel.Text = "Native Planet Type :";
//
// techFocus2Label
//
this.techFocus2Label.AutoSize = true;
this.techFocus2Label.BackColor = System.Drawing.Color.White;
this.techFocus2Label.Location = new System.Drawing.Point(14, 482);
this.techFocus2Label.Name = "techFocus2Label";
this.techFocus2Label.Size = new System.Drawing.Size(79, 13);
this.techFocus2Label.TabIndex = 18;
this.techFocus2Label.Text = "Tech Focus 2 :";
//
// techFocus1Label
//
this.techFocus1Label.AutoSize = true;
this.techFocus1Label.BackColor = System.Drawing.Color.White;
this.techFocus1Label.Location = new System.Drawing.Point(14, 455);
this.techFocus1Label.Name = "techFocus1Label";
this.techFocus1Label.Size = new System.Drawing.Size(79, 13);
this.techFocus1Label.TabIndex = 16;
this.techFocus1Label.Text = "Tech Focus 1 :";
//
// shipDesignFocusLabel
//
this.shipDesignFocusLabel.AutoSize = true;
this.shipDesignFocusLabel.BackColor = System.Drawing.Color.White;
this.shipDesignFocusLabel.Location = new System.Drawing.Point(14, 428);
this.shipDesignFocusLabel.Name = "shipDesignFocusLabel";
this.shipDesignFocusLabel.Size = new System.Drawing.Size(102, 13);
this.shipDesignFocusLabel.TabIndex = 15;
this.shipDesignFocusLabel.Text = "Ship Design Focus :";
//
// tradeBonusLabel
//
this.tradeBonusLabel.AutoSize = true;
this.tradeBonusLabel.BackColor = System.Drawing.Color.White;
this.tradeBonusLabel.Location = new System.Drawing.Point(14, 401);
this.tradeBonusLabel.Name = "tradeBonusLabel";
this.tradeBonusLabel.Size = new System.Drawing.Size(74, 13);
this.tradeBonusLabel.TabIndex = 14;
this.tradeBonusLabel.Text = "Trade Bonus :";
//
// espionageBonusLabel
//
this.espionageBonusLabel.AutoSize = true;
this.espionageBonusLabel.BackColor = System.Drawing.Color.White;
this.espionageBonusLabel.Location = new System.Drawing.Point(14, 374);
this.espionageBonusLabel.Name = "espionageBonusLabel";
this.espionageBonusLabel.Size = new System.Drawing.Size(96, 13);
this.espionageBonusLabel.TabIndex = 13;
this.espionageBonusLabel.Text = "Espionage Bonus :";
//
// researchBonusLabel
//
this.researchBonusLabel.AutoSize = true;
this.researchBonusLabel.BackColor = System.Drawing.Color.White;
this.researchBonusLabel.Location = new System.Drawing.Point(14, 347);
this.researchBonusLabel.Name = "researchBonusLabel";
this.researchBonusLabel.Size = new System.Drawing.Size(92, 13);
this.researchBonusLabel.TabIndex = 12;
this.researchBonusLabel.Text = "Research Bonus :";
//
// satisfactionModLabel
//
this.satisfactionModLabel.AutoSize = true;
this.satisfactionModLabel.BackColor = System.Drawing.Color.White;
this.satisfactionModLabel.Location = new System.Drawing.Point(14, 320);
this.satisfactionModLabel.Name = "satisfactionModLabel";
this.satisfactionModLabel.Size = new System.Drawing.Size(92, 13);
this.satisfactionModLabel.TabIndex = 11;
this.satisfactionModLabel.Text = "Satisfaction Mod :";
//
// warWearinessAttLabel
//
this.warWearinessAttLabel.AutoSize = true;
this.warWearinessAttLabel.BackColor = System.Drawing.Color.White;
this.warWearinessAttLabel.Location = new System.Drawing.Point(14, 293);
this.warWearinessAttLabel.Name = "warWearinessAttLabel";
this.warWearinessAttLabel.Size = new System.Drawing.Size(102, 13);
this.warWearinessAttLabel.TabIndex = 10;
this.warWearinessAttLabel.Text = "War Weariness Att :";
//
// resExtSavingsLabel
//
this.resExtSavingsLabel.AutoSize = true;
this.resExtSavingsLabel.BackColor = System.Drawing.Color.White;
this.resExtSavingsLabel.Location = new System.Drawing.Point(14, 266);
this.resExtSavingsLabel.Name = "resExtSavingsLabel";
this.resExtSavingsLabel.Size = new System.Drawing.Size(97, 13);
this.resExtSavingsLabel.TabIndex = 9;
this.resExtSavingsLabel.Text = "Res. Ext. Savings :";
//
// troopMaintSavingsLabel
//
this.troopMaintSavingsLabel.AutoSize = true;
this.troopMaintSavingsLabel.BackColor = System.Drawing.Color.White;
this.troopMaintSavingsLabel.Location = new System.Drawing.Point(14, 239);
this.troopMaintSavingsLabel.Name = "troopMaintSavingsLabel";
this.troopMaintSavingsLabel.Size = new System.Drawing.Size(114, 13);
this.troopMaintSavingsLabel.TabIndex = 8;
this.troopMaintSavingsLabel.Text = "Troop Maint. Savings :";
//
// shipMaintSavingsLabel
//
this.shipMaintSavingsLabel.AutoSize = true;
this.shipMaintSavingsLabel.BackColor = System.Drawing.Color.White;
this.shipMaintSavingsLabel.Location = new System.Drawing.Point(14, 212);
this.shipMaintSavingsLabel.Name = "shipMaintSavingsLabel";
this.shipMaintSavingsLabel.Size = new System.Drawing.Size(107, 13);
this.shipMaintSavingsLabel.TabIndex = 7;
this.shipMaintSavingsLabel.Text = "Ship Maint. Savings :";
//
// loyaltyLabel
//
this.loyaltyLabel.AutoSize = true;
this.loyaltyLabel.BackColor = System.Drawing.Color.White;
this.loyaltyLabel.Location = new System.Drawing.Point(14, 185);
this.loyaltyLabel.Name = "loyaltyLabel";
this.loyaltyLabel.Size = new System.Drawing.Size(46, 13);
this.loyaltyLabel.TabIndex = 6;
this.loyaltyLabel.Text = "Loyalty :";
//
// friendlinessLabel
//
this.friendlinessLabel.AutoSize = true;
this.friendlinessLabel.BackColor = System.Drawing.Color.White;
this.friendlinessLabel.Location = new System.Drawing.Point(14, 158);
this.friendlinessLabel.Name = "friendlinessLabel";
this.friendlinessLabel.Size = new System.Drawing.Size(68, 13);
this.friendlinessLabel.TabIndex = 5;
this.friendlinessLabel.Text = "Friendliness :";
//
// cautionLabel
//
this.cautionLabel.AutoSize = true;
this.cautionLabel.BackColor = System.Drawing.Color.White;
this.cautionLabel.Location = new System.Drawing.Point(14, 131);
this.cautionLabel.Name = "cautionLabel";
this.cautionLabel.Size = new System.Drawing.Size(49, 13);
this.cautionLabel.TabIndex = 4;
this.cautionLabel.Text = "Caution :";
//
// agressionLabel
//
this.agressionLabel.AutoSize = true;
this.agressionLabel.BackColor = System.Drawing.Color.White;
this.agressionLabel.Location = new System.Drawing.Point(14, 104);
this.agressionLabel.Name = "agressionLabel";
this.agressionLabel.Size = new System.Drawing.Size(59, 13);
this.agressionLabel.TabIndex = 3;
this.agressionLabel.Text = "Agression :";
//
// intelligenceLabel
//
this.intelligenceLabel.AutoSize = true;
this.intelligenceLabel.BackColor = System.Drawing.Color.White;
this.intelligenceLabel.Location = new System.Drawing.Point(14, 77);
this.intelligenceLabel.Name = "intelligenceLabel";
this.intelligenceLabel.Size = new System.Drawing.Size(67, 13);
this.intelligenceLabel.TabIndex = 2;
this.intelligenceLabel.Text = "Intelligence :";
//
// repRateLabel
//
this.repRateLabel.AutoSize = true;
this.repRateLabel.BackColor = System.Drawing.Color.White;
this.repRateLabel.Location = new System.Drawing.Point(14, 50);
this.repRateLabel.Name = "repRateLabel";
this.repRateLabel.Size = new System.Drawing.Size(59, 13);
this.repRateLabel.TabIndex = 1;
this.repRateLabel.Text = "Rep Rate :";
//
// familyLabel
//
this.familyLabel.AutoSize = true;
this.familyLabel.BackColor = System.Drawing.Color.White;
this.familyLabel.Location = new System.Drawing.Point(14, 23);
this.familyLabel.Name = "familyLabel";
this.familyLabel.Size = new System.Drawing.Size(42, 13);
this.familyLabel.TabIndex = 0;
this.familyLabel.Text = "Family :";
//
// raceCreationtabControl2
//
this.raceCreationtabControl2.AllowDrop = true;
this.raceCreationtabControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.raceCreationtabControl2.Controls.Add(this.tabPage1);
this.raceCreationtabControl2.Controls.Add(this.RaceCreationtabPage2);
this.raceCreationtabControl2.Location = new System.Drawing.Point(1125, 75);
this.raceCreationtabControl2.Name = "raceCreationtabControl2";
this.raceCreationtabControl2.SelectedIndex = 0;
this.raceCreationtabControl2.Size = new System.Drawing.Size(351, 451);
this.raceCreationtabControl2.TabIndex = 3;
//
// tabPage1
//
this.tabPage1.BackColor = System.Drawing.Color.DarkRed;
this.tabPage1.Controls.Add(this.openImagePictureBox1);
this.tabPage1.Controls.Add(this.raceCreationPictureBox1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(343, 425);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Race Image";
//
// openImagePictureBox1
//
this.openImagePictureBox1.BackColor = System.Drawing.Color.Transparent;
this.openImagePictureBox1.Image = global::distantrworldmodder1._0._1.Properties.Resources.openimage1;
this.openImagePictureBox1.Location = new System.Drawing.Point(227, 395);
this.openImagePictureBox1.Name = "openImagePictureBox1";
this.openImagePictureBox1.Size = new System.Drawing.Size(101, 27);
this.openImagePictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.openImagePictureBox1.TabIndex = 4;
this.openImagePictureBox1.TabStop = false;
this.openImagePictureBox1.Click += new System.EventHandler(this.openImagePictureBox1_Click);
this.openImagePictureBox1.MouseLeave += new System.EventHandler(this.openImagePictureBox1_MouseLeave);
this.openImagePictureBox1.MouseHover += new System.EventHandler(this.openImagePictureBox1_MouseHover);
//
// raceCreationPictureBox1
//
this.raceCreationPictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.raceCreationPictureBox1.BackColor = System.Drawing.Color.White;
this.raceCreationPictureBox1.Location = new System.Drawing.Point(6, 17);
this.raceCreationPictureBox1.Name = "raceCreationPictureBox1";
this.raceCreationPictureBox1.Size = new System.Drawing.Size(331, 368);
this.raceCreationPictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.raceCreationPictureBox1.TabIndex = 2;
this.raceCreationPictureBox1.TabStop = false;
//
// RaceCreationtabPage2
//
this.RaceCreationtabPage2.BackColor = System.Drawing.Color.DarkRed;
this.RaceCreationtabPage2.Controls.Add(this.openImagePictureBox2);
this.RaceCreationtabPage2.Controls.Add(this.raceCreationPictureBox2);
this.RaceCreationtabPage2.Location = new System.Drawing.Point(4, 22);
this.RaceCreationtabPage2.Name = "RaceCreationtabPage2";
this.RaceCreationtabPage2.Padding = new System.Windows.Forms.Padding(3);
this.RaceCreationtabPage2.Size = new System.Drawing.Size(343, 425);
this.RaceCreationtabPage2.TabIndex = 1;
this.RaceCreationtabPage2.Text = "Race Dropdown menu Image";
//
// openImagePictureBox2
//
this.openImagePictureBox2.BackColor = System.Drawing.Color.Transparent;
this.openImagePictureBox2.Image = global::distantrworldmodder1._0._1.Properties.Resources.openimage1;
this.openImagePictureBox2.Location = new System.Drawing.Point(227, 395);
this.openImagePictureBox2.Name = "openImagePictureBox2";
this.openImagePictureBox2.Size = new System.Drawing.Size(101, 27);
this.openImagePictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.openImagePictureBox2.TabIndex = 4;
this.openImagePictureBox2.TabStop = false;
this.openImagePictureBox2.Click += new System.EventHandler(this.openImagePictureBox2_Click);
this.openImagePictureBox2.MouseLeave += new System.EventHandler(this.openImagePictureBox2_MouseLeave);
this.openImagePictureBox2.MouseHover += new System.EventHandler(this.openImagePictureBox2_MouseHover);
//
// raceCreationPictureBox2
//
this.raceCreationPictureBox2.BackColor = System.Drawing.Color.White;
this.raceCreationPictureBox2.Location = new System.Drawing.Point(6, 16);
this.raceCreationPictureBox2.Name = "raceCreationPictureBox2";
this.raceCreationPictureBox2.Size = new System.Drawing.Size(331, 370);
this.raceCreationPictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.raceCreationPictureBox2.TabIndex = 1;
this.raceCreationPictureBox2.TabStop = false;
//
// RaceCreation
//
this.AllowDrop = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScroll = true;
this.AutoSize = true;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(1523, 659);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "RaceCreation";
this.Text = "RaceCreation";
((System.ComponentModel.ISupportInitialize)(this.closingPictureBox)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.raceCoompletedpanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dWMLPictureBox)).EndInit();
this.raceDataPanel.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.createRacePictureBox)).EndInit();
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
this.raceCreationtabControl2.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.openImagePictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.raceCreationPictureBox1)).EndInit();
this.RaceCreationtabPage2.ResumeLayout(false);
this.RaceCreationtabPage2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.openImagePictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.raceCreationPictureBox2)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox closingPictureBox;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.PictureBox openImagePictureBox1;
private System.Windows.Forms.TabControl raceCreationtabControl2;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage RaceCreationtabPage2;
private System.Windows.Forms.PictureBox raceCreationPictureBox1;
private System.Windows.Forms.PictureBox raceCreationPictureBox2;
private System.Windows.Forms.PictureBox openImagePictureBox2;
private System.Windows.Forms.Panel raceCoompletedpanel;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.PictureBox dWMLPictureBox;
private System.Windows.Forms.Panel raceDataPanel;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label flagDesignLabel;
private System.Windows.Forms.Label def2ndColorLabel;
private System.Windows.Forms.Label defPrimaryColorLabel;
private System.Windows.Forms.Label constructionSpeedLabel;
private System.Windows.Forms.Label intellAgentsLabel;
private System.Windows.Forms.Label dissallowedRes3Label;
private System.Windows.Forms.Label dissallowedRes2Label;
private System.Windows.Forms.Label dissallowedRes1Label;
private System.Windows.Forms.Label shipSizeFactorMLabel;
private System.Windows.Forms.Label shipSizeFactorCLabel;
private System.Windows.Forms.Label switchCycleEventLabel;
private System.Windows.Forms.Label factorsFriendlinessLabel;
private System.Windows.Forms.Label factorsCautionLabel;
private System.Windows.Forms.Label factorAgreesionLabel;
private System.Windows.Forms.Label factorGrowthLabel;
private System.Windows.Forms.Label playableLabel;
private System.Windows.Forms.Label canBeNormEmpireLabel;
private System.Windows.Forms.Label canBePirateLabel;
private System.Windows.Forms.Label expandingLabel;
private System.Windows.Forms.Label prefStartGovLabel;
private System.Windows.Forms.Label specialGovLabel;
private System.Windows.Forms.Label specialComponetLabel;
private System.Windows.Forms.Label nativePlanetTypeLabel;
private System.Windows.Forms.Label techFocus2Label;
private System.Windows.Forms.Label techFocus1Label;
private System.Windows.Forms.Label shipDesignFocusLabel;
private System.Windows.Forms.Label tradeBonusLabel;
private System.Windows.Forms.Label espionageBonusLabel;
private System.Windows.Forms.Label researchBonusLabel;
private System.Windows.Forms.Label satisfactionModLabel;
private System.Windows.Forms.Label warWearinessAttLabel;
private System.Windows.Forms.Label resExtSavingsLabel;
private System.Windows.Forms.Label troopMaintSavingsLabel;
private System.Windows.Forms.Label shipMaintSavingsLabel;
private System.Windows.Forms.Label loyaltyLabel;
private System.Windows.Forms.Label friendlinessLabel;
private System.Windows.Forms.Label cautionLabel;
private System.Windows.Forms.Label agressionLabel;
private System.Windows.Forms.Label intelligenceLabel;
private System.Windows.Forms.Label repRateLabel;
private System.Windows.Forms.Label familyLabel;
private System.Windows.Forms.Label raceEvent1FreqLabel;
private System.Windows.Forms.Label raceEvent1TypeLabel;
private System.Windows.Forms.Label condition5AddDataLabel;
private System.Windows.Forms.Label condition5PropLabel;
private System.Windows.Forms.Label condition5ValueLabel;
private System.Windows.Forms.Label condition5TypeLabel;
private System.Windows.Forms.Label condition4AddDataLabel;
private System.Windows.Forms.Label condition4PropLabel;
private System.Windows.Forms.Label condition4ValueLabel;
private System.Windows.Forms.Label condition4TypeLabel;
private System.Windows.Forms.Label condition3AddDataLabel;
private System.Windows.Forms.Label condition3PropLabel;
private System.Windows.Forms.Label condition3ValueLabel;
private System.Windows.Forms.Label condition3TypeLabel;
private System.Windows.Forms.Label condition2AddDataLabel;
private System.Windows.Forms.Label condition2PropLabel;
private System.Windows.Forms.Label condition2ValueLabel;
private System.Windows.Forms.Label condition2TypeLabel;
private System.Windows.Forms.Label condition1AddDataLabel;
private System.Windows.Forms.Label condition1PropLabel;
private System.Windows.Forms.Label condition1ValueLabel;
private System.Windows.Forms.Label condition1TypeLabel;
private System.Windows.Forms.Label resource3AppOnlyLabel;
private System.Windows.Forms.Label resource3AmountLabel;
private System.Windows.Forms.Label resource3EffectLabel;
private System.Windows.Forms.Label resource3TypeLabel;
private System.Windows.Forms.Label resource2AppOnlyLabel;
private System.Windows.Forms.Label resource2AmountLabel;
private System.Windows.Forms.Label resource2EffectLabel;
private System.Windows.Forms.Label resource2TypeLabel;
private System.Windows.Forms.Label resource1AppOnlyLabel;
private System.Windows.Forms.Label resource1AmountLabel;
private System.Windows.Forms.Label resource1EffectLabel;
private System.Windows.Forms.Label resource1TypeLabel;
private System.Windows.Forms.Label troopStrengthLabel;
private System.Windows.Forms.Label randomAppLeaderLabel;
private System.Windows.Forms.Label raceEvent2FreqLabel;
private System.Windows.Forms.Label raceEvent2TypeLabel;
private System.Windows.Forms.Label troopRegenerationLabel;
private System.Windows.Forms.Label migrationLabel;
private System.Windows.Forms.Label freeTradeIncomeLabel;
private System.Windows.Forms.Label tourismIncomeLabel;
private System.Windows.Forms.Label knownStartGalLocationLabel;
private System.Windows.Forms.Label portArmourStrLabel;
private System.Windows.Forms.Label immuneNaturalDisLabel;
private System.Windows.Forms.Label popPolGrowthExtLabel;
private System.Windows.Forms.Label constructSpdVolcanLabel;
private System.Windows.Forms.Label constructSpdIceLabel;
private System.Windows.Forms.Label constructSpdDesertLabel;
private System.Windows.Forms.Label constructSpdOceanLabel;
private System.Windows.Forms.Label constructSpdMarshyLabel;
private System.Windows.Forms.Label constructSpdContLabel;
private System.Windows.Forms.Label researchCostVolcanLabel;
private System.Windows.Forms.Label researchCostIceLabel;
private System.Windows.Forms.Label researchCostDesertLabel;
private System.Windows.Forms.Label researchCostOceanLabel;
private System.Windows.Forms.Label researchCostMarshyLabel;
private System.Windows.Forms.Label researchCostContLabel;
private System.Windows.Forms.Label startTraitCaptianLabel;
private System.Windows.Forms.Label startTraitPirLeadLabel;
private System.Windows.Forms.Label startTraitIntLabel;
private System.Windows.Forms.Label startTraitSciLabel;
private System.Windows.Forms.Label startTraitGenLabel;
private System.Windows.Forms.Label startTraitAdmiralLabel;
private System.Windows.Forms.Label startTraitGovLabel;
private System.Windows.Forms.Label startTraitAmbassLabel;
private System.Windows.Forms.Label startTraitLeadLabel;
private System.Windows.Forms.Label randomAppCaptianLabel;
private System.Windows.Forms.Label randomAppPirLeadLabel;
private System.Windows.Forms.Label randomAppIntLabel;
private System.Windows.Forms.Label randomAppSciLabel;
private System.Windows.Forms.Label label83;
private System.Windows.Forms.Label randomAppAdmiralLabel;
private System.Windows.Forms.Label randomAppGovLabel;
private System.Windows.Forms.Label randomAppAmbassLabel;
private System.Windows.Forms.ComboBox piratePlayStyleComboBox;
private System.Windows.Forms.ComboBox troopRegenerationComboBox;
private System.Windows.Forms.ComboBox migrationComboBox;
private System.Windows.Forms.ComboBox freeTradeIncomeComboBox;
private System.Windows.Forms.TextBox troopNameSpecialTextBox;
private System.Windows.Forms.TextBox troopNamePlanDefTextBox;
private System.Windows.Forms.TextBox troopNameAmTextBox;
private System.Windows.Forms.TextBox troopNameinfTextBox;
private System.Windows.Forms.TextBox changeLengthTextBox;
private System.Windows.Forms.TextBox changeIntervalTextBox;
private System.Windows.Forms.TextBox systemNameTextBox;
private System.Windows.Forms.TextBox raceNameTextBox;
private System.Windows.Forms.ComboBox tourismIncomeComboBox;
private System.Windows.Forms.ComboBox knownStartGalLocationComboBox;
private System.Windows.Forms.ComboBox portArmourStrComboBox;
private System.Windows.Forms.ComboBox immuneNaturalDisComboBox;
private System.Windows.Forms.ComboBox popPolGrowthExtComboBox;
private System.Windows.Forms.ComboBox constructSpdVolcanComboBox;
private System.Windows.Forms.ComboBox constructSpdIceComboBox;
private System.Windows.Forms.ComboBox constructSpdDesertComboBox;
private System.Windows.Forms.ComboBox constructSpdOceanComboBox;
private System.Windows.Forms.ComboBox constructSpdMarshyComboBox;
private System.Windows.Forms.ComboBox constructSpdContComboBox;
private System.Windows.Forms.ComboBox researchCostVolcanComboBox;
private System.Windows.Forms.ComboBox researchCostIceComboBox;
private System.Windows.Forms.ComboBox researchCostDesertComboBox;
private System.Windows.Forms.ComboBox researchCostOceanComboBox;
private System.Windows.Forms.ComboBox researchCostMarshyComboBox;
private System.Windows.Forms.ComboBox researchCostContComboBox;
private System.Windows.Forms.ComboBox startTraitCaptianComboBox;
private System.Windows.Forms.ComboBox startTraitPirLeadComboBox;
private System.Windows.Forms.ComboBox startTraitIntComboBox;
private System.Windows.Forms.ComboBox startTraitSciComboBox;
private System.Windows.Forms.ComboBox startTraitGenComboBox;
private System.Windows.Forms.ComboBox startTraitAdmiralComboBox;
private System.Windows.Forms.ComboBox startTraitGovComboBox;
private System.Windows.Forms.ComboBox startTraitAmbassComboBox;
private System.Windows.Forms.ComboBox startTraitLeadComboBox;
private System.Windows.Forms.ComboBox randomAppCaptianComboBox;
private System.Windows.Forms.ComboBox randomAppPirLeadComboBox;
private System.Windows.Forms.ComboBox randomAppIntComboBox;
private System.Windows.Forms.ComboBox randomAppSciComboBox;
private System.Windows.Forms.ComboBox randomAppGenComboBox;
private System.Windows.Forms.ComboBox randomAppAdmiralComboBox;
private System.Windows.Forms.ComboBox randomAppGovComboBox;
private System.Windows.Forms.ComboBox randomAppAmbassComboBox;
private System.Windows.Forms.ComboBox randomAppLeaderComboBox;
private System.Windows.Forms.ComboBox raceEvent2FreqComboBox;
private System.Windows.Forms.ComboBox raceEvent2TypeComboBox;
private System.Windows.Forms.ComboBox raceEvent1FreqComboBox;
private System.Windows.Forms.ComboBox raceEvent1TypeComboBox;
private System.Windows.Forms.ComboBox condition5AddDataComboBox;
private System.Windows.Forms.ComboBox condition5PropComboBox;
private System.Windows.Forms.ComboBox condition5ValueComboBox;
private System.Windows.Forms.ComboBox condition5TypeComboBox;
private System.Windows.Forms.ComboBox condition4AddDataComboBox;
private System.Windows.Forms.ComboBox condition4PropComboBox;
private System.Windows.Forms.ComboBox condition4ValueComboBox;
private System.Windows.Forms.ComboBox condition4TypeComboBox;
private System.Windows.Forms.ComboBox condition3AddDataComboBox;
private System.Windows.Forms.ComboBox condition3PropComboBox;
private System.Windows.Forms.ComboBox condition3ValueComboBox;
private System.Windows.Forms.ComboBox condition3TypeComboBox;
private System.Windows.Forms.ComboBox condition2AddDataComboBox;
private System.Windows.Forms.ComboBox condition2PropComboBox;
private System.Windows.Forms.ComboBox condition2ValueComboBox;
private System.Windows.Forms.ComboBox condition2TypeComboBox;
private System.Windows.Forms.ComboBox condition1AddDataComboBox;
private System.Windows.Forms.ComboBox condition1PropComboBox;
private System.Windows.Forms.ComboBox condition1ValueComboBox;
private System.Windows.Forms.ComboBox condition1TypeComboBox;
private System.Windows.Forms.ComboBox resource3AppOnlyComboBox;
private System.Windows.Forms.ComboBox resource3AmountComboBox;
private System.Windows.Forms.ComboBox resource3EffectComboBox;
private System.Windows.Forms.ComboBox resource3TypeComboBox;
private System.Windows.Forms.ComboBox resource2AppOnlyComboBox;
private System.Windows.Forms.ComboBox resource2AmountComboBox;
private System.Windows.Forms.ComboBox resource2EffectComboBox;
private System.Windows.Forms.ComboBox resource2TypeComboBox;
private System.Windows.Forms.ComboBox resource1AppOnlyComboBox;
private System.Windows.Forms.ComboBox resource1AmountComboBox;
private System.Windows.Forms.ComboBox resource1EffectComboBox;
private System.Windows.Forms.ComboBox resource1TypeComboBox;
private System.Windows.Forms.ComboBox troopStrengthComboBox;
private System.Windows.Forms.ComboBox flagDesignComboBox;
private System.Windows.Forms.ComboBox def2ndColorComboBox;
private System.Windows.Forms.ComboBox defPrimaryColorComboBox;
private System.Windows.Forms.ComboBox constructionSpeedComboBox;
private System.Windows.Forms.ComboBox intellAgentsComboBox;
private System.Windows.Forms.ComboBox dissallowedRes3ComboBox;
private System.Windows.Forms.ComboBox dissallowedRes2ComboBox;
private System.Windows.Forms.ComboBox dissallowedRes1ComboBox;
private System.Windows.Forms.ComboBox shipSizeFactorMComboBox;
private System.Windows.Forms.ComboBox shipSizeFactorCComboBox;
private System.Windows.Forms.ComboBox switchCycleEventComboBox;
private System.Windows.Forms.ComboBox factorsFriendlinessComboBox;
private System.Windows.Forms.ComboBox factorsCautionComboBox;
private System.Windows.Forms.ComboBox factorAgreesionComboBox;
private System.Windows.Forms.ComboBox factorGrowthComboBox;
private System.Windows.Forms.ComboBox playableComboBox;
private System.Windows.Forms.ComboBox canBeNormEmpireComboBox;
private System.Windows.Forms.ComboBox canBePirateComboBox;
private System.Windows.Forms.ComboBox expandingComboBox;
private System.Windows.Forms.ComboBox prefStartGovComboBox;
private System.Windows.Forms.ComboBox specialGovComboBox;
private System.Windows.Forms.ComboBox specialComponetComboBox;
private System.Windows.Forms.ComboBox nativePlanetTypeComboBox;
private System.Windows.Forms.ComboBox techFocus2ComboBox;
private System.Windows.Forms.ComboBox techFocus1ComboBox;
private System.Windows.Forms.ComboBox shipDesignFocusComboBox;
private System.Windows.Forms.ComboBox tradeBonusComboBox;
private System.Windows.Forms.ComboBox espionageBonusComboBox;
private System.Windows.Forms.ComboBox researchBonusComboBox;
private System.Windows.Forms.ComboBox satisfactionModComboBox;
private System.Windows.Forms.ComboBox warWearinessAttComboBox;
private System.Windows.Forms.ComboBox resExtSavingsComboBox;
private System.Windows.Forms.ComboBox troopMaintSavingsComboBox;
private System.Windows.Forms.ComboBox shipMaintSavingsComboBox;
private System.Windows.Forms.ComboBox loyaltyComboBox;
private System.Windows.Forms.ComboBox friendlinessComboBox;
private System.Windows.Forms.ComboBox cautionComboBox;
private System.Windows.Forms.ComboBox agressionComboBox;
private System.Windows.Forms.ComboBox intelligenceComboBox;
private System.Windows.Forms.ComboBox repRateComboBox;
private System.Windows.Forms.ComboBox familyComboBox;
private System.Windows.Forms.Label troopNameSpecialLabel;
private System.Windows.Forms.Label troopNamePlanDefLabel;
private System.Windows.Forms.Label troopNameAmLabel;
private System.Windows.Forms.Label troopNameinfLabel;
private System.Windows.Forms.Label changeLengthLabel;
private System.Windows.Forms.Label changeIntervalLabel;
private System.Windows.Forms.Label systemNameLabel;
private System.Windows.Forms.Label raceNameLabel;
private System.Windows.Forms.Label piratePlayStyleLabel;
private System.Windows.Forms.Label randomAppGenLabel;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.PictureBox createRacePictureBox;
private System.Windows.Forms.Panel panel5;
}
}
namespace distantrworldmodder1._0._1
{
partial class RaceCreation
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RaceCreation));
this.closingPictureBox = new System.Windows.Forms.PictureBox();
this.panel1 = new System.Windows.Forms.Panel();
this.raceCoompletedpanel = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.dWMLPictureBox = new System.Windows.Forms.PictureBox();
this.raceDataPanel = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.createRacePictureBox = new System.Windows.Forms.PictureBox();
this.panel5 = new System.Windows.Forms.Panel();
this.raceNameLabel = new System.Windows.Forms.Label();
this.systemNameLabel = new System.Windows.Forms.Label();
this.changeIntervalLabel = new System.Windows.Forms.Label();
this.changeLengthLabel = new System.Windows.Forms.Label();
this.troopNameinfLabel = new System.Windows.Forms.Label();
this.troopNameSpecialTextBox = new System.Windows.Forms.TextBox();
this.troopNameAmLabel = new System.Windows.Forms.Label();
this.troopNamePlanDefTextBox = new System.Windows.Forms.TextBox();
this.troopNamePlanDefLabel = new System.Windows.Forms.Label();
this.troopNameAmTextBox = new System.Windows.Forms.TextBox();
this.troopNameSpecialLabel = new System.Windows.Forms.Label();
this.troopNameinfTextBox = new System.Windows.Forms.TextBox();
this.raceNameTextBox = new System.Windows.Forms.TextBox();
this.changeLengthTextBox = new System.Windows.Forms.TextBox();
this.systemNameTextBox = new System.Windows.Forms.TextBox();
this.changeIntervalTextBox = new System.Windows.Forms.TextBox();
this.piratePlayStyleComboBox = new System.Windows.Forms.ComboBox();
this.troopRegenerationComboBox = new System.Windows.Forms.ComboBox();
this.migrationComboBox = new System.Windows.Forms.ComboBox();
this.freeTradeIncomeComboBox = new System.Windows.Forms.ComboBox();
this.tourismIncomeComboBox = new System.Windows.Forms.ComboBox();
this.knownStartGalLocationComboBox = new System.Windows.Forms.ComboBox();
this.portArmourStrComboBox = new System.Windows.Forms.ComboBox();
this.immuneNaturalDisComboBox = new System.Windows.Forms.ComboBox();
this.popPolGrowthExtComboBox = new System.Windows.Forms.ComboBox();
this.constructSpdVolcanComboBox = new System.Windows.Forms.ComboBox();
this.constructSpdIceComboBox = new System.Windows.Forms.ComboBox();
this.constructSpdDesertComboBox = new System.Windows.Forms.ComboBox();
this.constructSpdOceanComboBox = new System.Windows.Forms.ComboBox();
this.constructSpdMarshyComboBox = new System.Windows.Forms.ComboBox();
this.constructSpdContComboBox = new System.Windows.Forms.ComboBox();
this.researchCostVolcanComboBox = new System.Windows.Forms.ComboBox();
this.researchCostIceComboBox = new System.Windows.Forms.ComboBox();
this.researchCostDesertComboBox = new System.Windows.Forms.ComboBox();
this.researchCostOceanComboBox = new System.Windows.Forms.ComboBox();
this.researchCostMarshyComboBox = new System.Windows.Forms.ComboBox();
this.researchCostContComboBox = new System.Windows.Forms.ComboBox();
this.startTraitCaptianComboBox = new System.Windows.Forms.ComboBox();
this.startTraitPirLeadComboBox = new System.Windows.Forms.ComboBox();
this.startTraitIntComboBox = new System.Windows.Forms.ComboBox();
this.startTraitSciComboBox = new System.Windows.Forms.ComboBox();
this.startTraitGenComboBox = new System.Windows.Forms.ComboBox();
this.startTraitAdmiralComboBox = new System.Windows.Forms.ComboBox();
this.startTraitGovComboBox = new System.Windows.Forms.ComboBox();
this.startTraitAmbassComboBox = new System.Windows.Forms.ComboBox();
this.startTraitLeadComboBox = new System.Windows.Forms.ComboBox();
this.randomAppCaptianComboBox = new System.Windows.Forms.ComboBox();
this.randomAppPirLeadComboBox = new System.Windows.Forms.ComboBox();
this.randomAppIntComboBox = new System.Windows.Forms.ComboBox();
this.randomAppSciComboBox = new System.Windows.Forms.ComboBox();
this.randomAppGenComboBox = new System.Windows.Forms.ComboBox();
this.randomAppAdmiralComboBox = new System.Windows.Forms.ComboBox();
this.randomAppGovComboBox = new System.Windows.Forms.ComboBox();
this.randomAppAmbassComboBox = new System.Windows.Forms.ComboBox();
this.randomAppLeaderComboBox = new System.Windows.Forms.ComboBox();
this.raceEvent2FreqComboBox = new System.Windows.Forms.ComboBox();
this.raceEvent2TypeComboBox = new System.Windows.Forms.ComboBox();
this.raceEvent1FreqComboBox = new System.Windows.Forms.ComboBox();
this.raceEvent1TypeComboBox = new System.Windows.Forms.ComboBox();
this.condition5AddDataComboBox = new System.Windows.Forms.ComboBox();
this.condition5PropComboBox = new System.Windows.Forms.ComboBox();
this.condition5ValueComboBox = new System.Windows.Forms.ComboBox();
this.condition5TypeComboBox = new System.Windows.Forms.ComboBox();
this.condition4AddDataComboBox = new System.Windows.Forms.ComboBox();
this.condition4PropComboBox = new System.Windows.Forms.ComboBox();
this.condition4ValueComboBox = new System.Windows.Forms.ComboBox();
this.condition4TypeComboBox = new System.Windows.Forms.ComboBox();
this.condition3AddDataComboBox = new System.Windows.Forms.ComboBox();
this.condition3PropComboBox = new System.Windows.Forms.ComboBox();
this.condition3ValueComboBox = new System.Windows.Forms.ComboBox();
this.condition3TypeComboBox = new System.Windows.Forms.ComboBox();
this.condition2AddDataComboBox = new System.Windows.Forms.ComboBox();
this.condition2PropComboBox = new System.Windows.Forms.ComboBox();
this.condition2ValueComboBox = new System.Windows.Forms.ComboBox();
this.condition2TypeComboBox = new System.Windows.Forms.ComboBox();
this.condition1AddDataComboBox = new System.Windows.Forms.ComboBox();
this.condition1PropComboBox = new System.Windows.Forms.ComboBox();
this.condition1ValueComboBox = new System.Windows.Forms.ComboBox();
this.condition1TypeComboBox = new System.Windows.Forms.ComboBox();
this.resource3AppOnlyComboBox = new System.Windows.Forms.ComboBox();
this.resource3AmountComboBox = new System.Windows.Forms.ComboBox();
this.resource3EffectComboBox = new System.Windows.Forms.ComboBox();
this.resource3TypeComboBox = new System.Windows.Forms.ComboBox();
this.resource2AppOnlyComboBox = new System.Windows.Forms.ComboBox();
this.resource2AmountComboBox = new System.Windows.Forms.ComboBox();
this.resource2EffectComboBox = new System.Windows.Forms.ComboBox();
this.resource2TypeComboBox = new System.Windows.Forms.ComboBox();
this.resource1AppOnlyComboBox = new System.Windows.Forms.ComboBox();
this.resource1AmountComboBox = new System.Windows.Forms.ComboBox();
this.resource1EffectComboBox = new System.Windows.Forms.ComboBox();
this.resource1TypeComboBox = new System.Windows.Forms.ComboBox();
this.troopStrengthComboBox = new System.Windows.Forms.ComboBox();
this.flagDesignComboBox = new System.Windows.Forms.ComboBox();
this.def2ndColorComboBox = new System.Windows.Forms.ComboBox();
this.defPrimaryColorComboBox = new System.Windows.Forms.ComboBox();
this.constructionSpeedComboBox = new System.Windows.Forms.ComboBox();
this.intellAgentsComboBox = new System.Windows.Forms.ComboBox();
this.dissallowedRes3ComboBox = new System.Windows.Forms.ComboBox();
this.dissallowedRes2ComboBox = new System.Windows.Forms.ComboBox();
this.dissallowedRes1ComboBox = new System.Windows.Forms.ComboBox();
this.shipSizeFactorMComboBox = new System.Windows.Forms.ComboBox();
this.shipSizeFactorCComboBox = new System.Windows.Forms.ComboBox();
this.switchCycleEventComboBox = new System.Windows.Forms.ComboBox();
this.factorsFriendlinessComboBox = new System.Windows.Forms.ComboBox();
this.factorsCautionComboBox = new System.Windows.Forms.ComboBox();
this.factorAgreesionComboBox = new System.Windows.Forms.ComboBox();
this.factorGrowthComboBox = new System.Windows.Forms.ComboBox();
this.playableComboBox = new System.Windows.Forms.ComboBox();
this.canBeNormEmpireComboBox = new System.Windows.Forms.ComboBox();
this.canBePirateComboBox = new System.Windows.Forms.ComboBox();
this.expandingComboBox = new System.Windows.Forms.ComboBox();
this.prefStartGovComboBox = new System.Windows.Forms.ComboBox();
this.specialGovComboBox = new System.Windows.Forms.ComboBox();
this.specialComponetComboBox = new System.Windows.Forms.ComboBox();
this.nativePlanetTypeComboBox = new System.Windows.Forms.ComboBox();
this.techFocus2ComboBox = new System.Windows.Forms.ComboBox();
this.techFocus1ComboBox = new System.Windows.Forms.ComboBox();
this.shipDesignFocusComboBox = new System.Windows.Forms.ComboBox();
this.tradeBonusComboBox = new System.Windows.Forms.ComboBox();
this.espionageBonusComboBox = new System.Windows.Forms.ComboBox();
this.researchBonusComboBox = new System.Windows.Forms.ComboBox();
this.satisfactionModComboBox = new System.Windows.Forms.ComboBox();
this.warWearinessAttComboBox = new System.Windows.Forms.ComboBox();
this.resExtSavingsComboBox = new System.Windows.Forms.ComboBox();
this.troopMaintSavingsComboBox = new System.Windows.Forms.ComboBox();
this.shipMaintSavingsComboBox = new System.Windows.Forms.ComboBox();
this.loyaltyComboBox = new System.Windows.Forms.ComboBox();
this.friendlinessComboBox = new System.Windows.Forms.ComboBox();
this.cautionComboBox = new System.Windows.Forms.ComboBox();
this.agressionComboBox = new System.Windows.Forms.ComboBox();
this.intelligenceComboBox = new System.Windows.Forms.ComboBox();
this.repRateComboBox = new System.Windows.Forms.ComboBox();
this.familyComboBox = new System.Windows.Forms.ComboBox();
this.piratePlayStyleLabel = new System.Windows.Forms.Label();
this.randomAppGenLabel = new System.Windows.Forms.Label();
this.troopRegenerationLabel = new System.Windows.Forms.Label();
this.migrationLabel = new System.Windows.Forms.Label();
this.freeTradeIncomeLabel = new System.Windows.Forms.Label();
this.tourismIncomeLabel = new System.Windows.Forms.Label();
this.knownStartGalLocationLabel = new System.Windows.Forms.Label();
this.portArmourStrLabel = new System.Windows.Forms.Label();
this.immuneNaturalDisLabel = new System.Windows.Forms.Label();
this.popPolGrowthExtLabel = new System.Windows.Forms.Label();
this.constructSpdVolcanLabel = new System.Windows.Forms.Label();
this.constructSpdIceLabel = new System.Windows.Forms.Label();
this.constructSpdDesertLabel = new System.Windows.Forms.Label();
this.constructSpdOceanLabel = new System.Windows.Forms.Label();
this.constructSpdMarshyLabel = new System.Windows.Forms.Label();
this.constructSpdContLabel = new System.Windows.Forms.Label();
this.researchCostVolcanLabel = new System.Windows.Forms.Label();
this.researchCostIceLabel = new System.Windows.Forms.Label();
this.researchCostDesertLabel = new System.Windows.Forms.Label();
this.researchCostOceanLabel = new System.Windows.Forms.Label();
this.researchCostMarshyLabel = new System.Windows.Forms.Label();
this.researchCostContLabel = new System.Windows.Forms.Label();
this.startTraitCaptianLabel = new System.Windows.Forms.Label();
this.startTraitPirLeadLabel = new System.Windows.Forms.Label();
this.startTraitIntLabel = new System.Windows.Forms.Label();
this.startTraitSciLabel = new System.Windows.Forms.Label();
this.startTraitGenLabel = new System.Windows.Forms.Label();
this.startTraitAdmiralLabel = new System.Windows.Forms.Label();
this.startTraitGovLabel = new System.Windows.Forms.Label();
this.startTraitAmbassLabel = new System.Windows.Forms.Label();
this.startTraitLeadLabel = new System.Windows.Forms.Label();
this.randomAppCaptianLabel = new System.Windows.Forms.Label();
this.randomAppPirLeadLabel = new System.Windows.Forms.Label();
this.randomAppIntLabel = new System.Windows.Forms.Label();
this.randomAppSciLabel = new System.Windows.Forms.Label();
this.label83 = new System.Windows.Forms.Label();
this.randomAppAdmiralLabel = new System.Windows.Forms.Label();
this.randomAppGovLabel = new System.Windows.Forms.Label();
this.randomAppAmbassLabel = new System.Windows.Forms.Label();
this.randomAppLeaderLabel = new System.Windows.Forms.Label();
this.raceEvent2FreqLabel = new System.Windows.Forms.Label();
this.raceEvent2TypeLabel = new System.Windows.Forms.Label();
this.raceEvent1FreqLabel = new System.Windows.Forms.Label();
this.raceEvent1TypeLabel = new System.Windows.Forms.Label();
this.condition5AddDataLabel = new System.Windows.Forms.Label();
this.condition5PropLabel = new System.Windows.Forms.Label();
this.condition5ValueLabel = new System.Windows.Forms.Label();
this.condition5TypeLabel = new System.Windows.Forms.Label();
this.condition4AddDataLabel = new System.Windows.Forms.Label();
this.condition4PropLabel = new System.Windows.Forms.Label();
this.condition4ValueLabel = new System.Windows.Forms.Label();
this.condition4TypeLabel = new System.Windows.Forms.Label();
this.condition3AddDataLabel = new System.Windows.Forms.Label();
this.condition3PropLabel = new System.Windows.Forms.Label();
this.condition3ValueLabel = new System.Windows.Forms.Label();
this.condition3TypeLabel = new System.Windows.Forms.Label();
this.condition2AddDataLabel = new System.Windows.Forms.Label();
this.condition2PropLabel = new System.Windows.Forms.Label();
this.condition2ValueLabel = new System.Windows.Forms.Label();
this.condition2TypeLabel = new System.Windows.Forms.Label();
this.condition1AddDataLabel = new System.Windows.Forms.Label();
this.condition1PropLabel = new System.Windows.Forms.Label();
this.condition1ValueLabel = new System.Windows.Forms.Label();
this.condition1TypeLabel = new System.Windows.Forms.Label();
this.resource3AppOnlyLabel = new System.Windows.Forms.Label();
this.resource3AmountLabel = new System.Windows.Forms.Label();
this.resource3EffectLabel = new System.Windows.Forms.Label();
this.resource3TypeLabel = new System.Windows.Forms.Label();
this.resource2AppOnlyLabel = new System.Windows.Forms.Label();
this.resource2AmountLabel = new System.Windows.Forms.Label();
this.resource2EffectLabel = new System.Windows.Forms.Label();
this.resource2TypeLabel = new System.Windows.Forms.Label();
this.resource1AppOnlyLabel = new System.Windows.Forms.Label();
this.resource1AmountLabel = new System.Windows.Forms.Label();
this.resource1EffectLabel = new System.Windows.Forms.Label();
this.resource1TypeLabel = new System.Windows.Forms.Label();
this.troopStrengthLabel = new System.Windows.Forms.Label();
this.flagDesignLabel = new System.Windows.Forms.Label();
this.def2ndColorLabel = new System.Windows.Forms.Label();
this.defPrimaryColorLabel = new System.Windows.Forms.Label();
this.constructionSpeedLabel = new System.Windows.Forms.Label();
this.intellAgentsLabel = new System.Windows.Forms.Label();
this.dissallowedRes3Label = new System.Windows.Forms.Label();
this.dissallowedRes2Label = new System.Windows.Forms.Label();
this.dissallowedRes1Label = new System.Windows.Forms.Label();
this.shipSizeFactorMLabel = new System.Windows.Forms.Label();
this.shipSizeFactorCLabel = new System.Windows.Forms.Label();
this.switchCycleEventLabel = new System.Windows.Forms.Label();
this.factorsFriendlinessLabel = new System.Windows.Forms.Label();
this.factorsCautionLabel = new System.Windows.Forms.Label();
this.factorAgreesionLabel = new System.Windows.Forms.Label();
this.factorGrowthLabel = new System.Windows.Forms.Label();
this.playableLabel = new System.Windows.Forms.Label();
this.canBeNormEmpireLabel = new System.Windows.Forms.Label();
this.canBePirateLabel = new System.Windows.Forms.Label();
this.expandingLabel = new System.Windows.Forms.Label();
this.prefStartGovLabel = new System.Windows.Forms.Label();
this.specialGovLabel = new System.Windows.Forms.Label();
this.specialComponetLabel = new System.Windows.Forms.Label();
this.nativePlanetTypeLabel = new System.Windows.Forms.Label();
this.techFocus2Label = new System.Windows.Forms.Label();
this.techFocus1Label = new System.Windows.Forms.Label();
this.shipDesignFocusLabel = new System.Windows.Forms.Label();
this.tradeBonusLabel = new System.Windows.Forms.Label();
this.espionageBonusLabel = new System.Windows.Forms.Label();
this.researchBonusLabel = new System.Windows.Forms.Label();
this.satisfactionModLabel = new System.Windows.Forms.Label();
this.warWearinessAttLabel = new System.Windows.Forms.Label();
this.resExtSavingsLabel = new System.Windows.Forms.Label();
this.troopMaintSavingsLabel = new System.Windows.Forms.Label();
this.shipMaintSavingsLabel = new System.Windows.Forms.Label();
this.loyaltyLabel = new System.Windows.Forms.Label();
this.friendlinessLabel = new System.Windows.Forms.Label();
this.cautionLabel = new System.Windows.Forms.Label();
this.agressionLabel = new System.Windows.Forms.Label();
this.intelligenceLabel = new System.Windows.Forms.Label();
this.repRateLabel = new System.Windows.Forms.Label();
this.familyLabel = new System.Windows.Forms.Label();
this.raceCreationtabControl2 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.openImagePictureBox1 = new System.Windows.Forms.PictureBox();
this.raceCreationPictureBox1 = new System.Windows.Forms.PictureBox();
this.RaceCreationtabPage2 = new System.Windows.Forms.TabPage();
this.openImagePictureBox2 = new System.Windows.Forms.PictureBox();
this.raceCreationPictureBox2 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.closingPictureBox)).BeginInit();
this.panel1.SuspendLayout();
this.raceCoompletedpanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dWMLPictureBox)).BeginInit();
this.raceDataPanel.SuspendLayout();
this.panel2.SuspendLayout();
this.panel4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.createRacePictureBox)).BeginInit();
this.panel5.SuspendLayout();
this.raceCreationtabControl2.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.openImagePictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.raceCreationPictureBox1)).BeginInit();
this.RaceCreationtabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.openImagePictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.raceCreationPictureBox2)).BeginInit();
this.SuspendLayout();
//
// closingPictureBox
//
this.closingPictureBox.Image = global::distantrworldmodder1._0._1.Properties.Resources.closebutton1;
this.closingPictureBox.Location = new System.Drawing.Point(1419, 12);
this.closingPictureBox.Name = "closingPictureBox";
this.closingPictureBox.Size = new System.Drawing.Size(57, 57);
this.closingPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.closingPictureBox.TabIndex = 0;
this.closingPictureBox.TabStop = false;
this.closingPictureBox.Click += new System.EventHandler(this.pictureBox1_Click);
this.closingPictureBox.MouseLeave += new System.EventHandler(this.pictureBox1_MouseLeave);
this.closingPictureBox.MouseHover += new System.EventHandler(this.pictureBox1_MouseHover);
//
// panel1
//
this.panel1.AllowDrop = true;
this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
this.panel1.Controls.Add(this.raceCoompletedpanel);
this.panel1.Controls.Add(this.dWMLPictureBox);
this.panel1.Controls.Add(this.raceDataPanel);
this.panel1.Controls.Add(this.raceCreationtabControl2);
this.panel1.Controls.Add(this.closingPictureBox);
this.panel1.Location = new System.Drawing.Point(27, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1484, 656);
this.panel1.TabIndex = 1;
this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
//
// raceCoompletedpanel
//
this.raceCoompletedpanel.BackColor = System.Drawing.Color.DarkRed;
this.raceCoompletedpanel.Controls.Add(this.panel3);
this.raceCoompletedpanel.Dock = System.Windows.Forms.DockStyle.Bottom;
this.raceCoompletedpanel.Location = new System.Drawing.Point(0, 529);
this.raceCoompletedpanel.Name = "raceCoompletedpanel";
this.raceCoompletedpanel.Size = new System.Drawing.Size(1484, 127);
this.raceCoompletedpanel.TabIndex = 6;
//
// panel3
//
this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel3.AutoScroll = true;
this.panel3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel3.BackgroundImage")));
this.panel3.Location = new System.Drawing.Point(12, 16);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(1464, 99);
this.panel3.TabIndex = 0;
//
// dWMLPictureBox
//
this.dWMLPictureBox.BackColor = System.Drawing.Color.Transparent;
this.dWMLPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("dWMLPictureBox.Image")));
this.dWMLPictureBox.Location = new System.Drawing.Point(12, 12);
this.dWMLPictureBox.Name = "dWMLPictureBox";
this.dWMLPictureBox.Size = new System.Drawing.Size(200, 39);
this.dWMLPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.dWMLPictureBox.TabIndex = 5;
this.dWMLPictureBox.TabStop = false;
//
// raceDataPanel
//
this.raceDataPanel.BackColor = System.Drawing.Color.DarkRed;
this.raceDataPanel.Controls.Add(this.panel2);
this.raceDataPanel.Location = new System.Drawing.Point(0, 75);
this.raceDataPanel.Name = "raceDataPanel";
this.raceDataPanel.Size = new System.Drawing.Size(1119, 451);
this.raceDataPanel.TabIndex = 4;
//
// panel2
//
this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel2.AutoScroll = true;
this.panel2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel2.BackgroundImage")));
this.panel2.Controls.Add(this.panel4);
this.panel2.Controls.Add(this.piratePlayStyleComboBox);
this.panel2.Controls.Add(this.troopRegenerationComboBox);
this.panel2.Controls.Add(this.migrationComboBox);
this.panel2.Controls.Add(this.freeTradeIncomeComboBox);
this.panel2.Controls.Add(this.tourismIncomeComboBox);
this.panel2.Controls.Add(this.knownStartGalLocationComboBox);
this.panel2.Controls.Add(this.portArmourStrComboBox);
this.panel2.Controls.Add(this.immuneNaturalDisComboBox);
this.panel2.Controls.Add(this.popPolGrowthExtComboBox);
this.panel2.Controls.Add(this.constructSpdVolcanComboBox);
this.panel2.Controls.Add(this.constructSpdIceComboBox);
this.panel2.Controls.Add(this.constructSpdDesertComboBox);
this.panel2.Controls.Add(this.constructSpdOceanComboBox);
this.panel2.Controls.Add(this.constructSpdMarshyComboBox);
this.panel2.Controls.Add(this.constructSpdContComboBox);
this.panel2.Controls.Add(this.researchCostVolcanComboBox);
this.panel2.Controls.Add(this.researchCostIceComboBox);
this.panel2.Controls.Add(this.researchCostDesertComboBox);
this.panel2.Controls.Add(this.researchCostOceanComboBox);
this.panel2.Controls.Add(this.researchCostMarshyComboBox);
this.panel2.Controls.Add(this.researchCostContComboBox);
this.panel2.Controls.Add(this.startTraitCaptianComboBox);
this.panel2.Controls.Add(this.startTraitPirLeadComboBox);
this.panel2.Controls.Add(this.startTraitIntComboBox);
this.panel2.Controls.Add(this.startTraitSciComboBox);
this.panel2.Controls.Add(this.startTraitGenComboBox);
this.panel2.Controls.Add(this.startTraitAdmiralComboBox);
this.panel2.Controls.Add(this.startTraitGovComboBox);
this.panel2.Controls.Add(this.startTraitAmbassComboBox);
this.panel2.Controls.Add(this.startTraitLeadComboBox);
this.panel2.Controls.Add(this.randomAppCaptianComboBox);
this.panel2.Controls.Add(this.randomAppPirLeadComboBox);
this.panel2.Controls.Add(this.randomAppIntComboBox);
this.panel2.Controls.Add(this.randomAppSciComboBox);
this.panel2.Controls.Add(this.randomAppGenComboBox);
this.panel2.Controls.Add(this.randomAppAdmiralComboBox);
this.panel2.Controls.Add(this.randomAppGovComboBox);
this.panel2.Controls.Add(this.randomAppAmbassComboBox);
this.panel2.Controls.Add(this.randomAppLeaderComboBox);
this.panel2.Controls.Add(this.raceEvent2FreqComboBox);
this.panel2.Controls.Add(this.raceEvent2TypeComboBox);
this.panel2.Controls.Add(this.raceEvent1FreqComboBox);
this.panel2.Controls.Add(this.raceEvent1TypeComboBox);
this.panel2.Controls.Add(this.condition5AddDataComboBox);
this.panel2.Controls.Add(this.condition5PropComboBox);
this.panel2.Controls.Add(this.condition5ValueComboBox);
this.panel2.Controls.Add(this.condition5TypeComboBox);
this.panel2.Controls.Add(this.condition4AddDataComboBox);
this.panel2.Controls.Add(this.condition4PropComboBox);
this.panel2.Controls.Add(this.condition4ValueComboBox);
this.panel2.Controls.Add(this.condition4TypeComboBox);
this.panel2.Controls.Add(this.condition3AddDataComboBox);
this.panel2.Controls.Add(this.condition3PropComboBox);
this.panel2.Controls.Add(this.condition3ValueComboBox);
this.panel2.Controls.Add(this.condition3TypeComboBox);
this.panel2.Controls.Add(this.condition2AddDataComboBox);
this.panel2.Controls.Add(this.condition2PropComboBox);
this.panel2.Controls.Add(this.condition2ValueComboBox);
this.panel2.Controls.Add(this.condition2TypeComboBox);
this.panel2.Controls.Add(this.condition1AddDataComboBox);
this.panel2.Controls.Add(this.condition1PropComboBox);
this.panel2.Controls.Add(this.condition1ValueComboBox);
this.panel2.Controls.Add(this.condition1TypeComboBox);
this.panel2.Controls.Add(this.resource3AppOnlyComboBox);
this.panel2.Controls.Add(this.resource3AmountComboBox);
this.panel2.Controls.Add(this.resource3EffectComboBox);
this.panel2.Controls.Add(this.resource3TypeComboBox);
this.panel2.Controls.Add(this.resource2AppOnlyComboBox);
this.panel2.Controls.Add(this.resource2AmountComboBox);
this.panel2.Controls.Add(this.resource2EffectComboBox);
this.panel2.Controls.Add(this.resource2TypeComboBox);
this.panel2.Controls.Add(this.resource1AppOnlyComboBox);
this.panel2.Controls.Add(this.resource1AmountComboBox);
this.panel2.Controls.Add(this.resource1EffectComboBox);
this.panel2.Controls.Add(this.resource1TypeComboBox);
this.panel2.Controls.Add(this.troopStrengthComboBox);
this.panel2.Controls.Add(this.flagDesignComboBox);
this.panel2.Controls.Add(this.def2ndColorComboBox);
this.panel2.Controls.Add(this.defPrimaryColorComboBox);
this.panel2.Controls.Add(this.constructionSpeedComboBox);
this.panel2.Controls.Add(this.intellAgentsComboBox);
this.panel2.Controls.Add(this.dissallowedRes3ComboBox);
this.panel2.Controls.Add(this.dissallowedRes2ComboBox);
this.panel2.Controls.Add(this.dissallowedRes1ComboBox);
this.panel2.Controls.Add(this.shipSizeFactorMComboBox);
this.panel2.Controls.Add(this.shipSizeFactorCComboBox);
this.panel2.Controls.Add(this.switchCycleEventComboBox);
this.panel2.Controls.Add(this.factorsFriendlinessComboBox);
this.panel2.Controls.Add(this.factorsCautionComboBox);
this.panel2.Controls.Add(this.factorAgreesionComboBox);
this.panel2.Controls.Add(this.factorGrowthComboBox);
this.panel2.Controls.Add(this.playableComboBox);
this.panel2.Controls.Add(this.canBeNormEmpireComboBox);
this.panel2.Controls.Add(this.canBePirateComboBox);
this.panel2.Controls.Add(this.expandingComboBox);
this.panel2.Controls.Add(this.prefStartGovComboBox);
this.panel2.Controls.Add(this.specialGovComboBox);
this.panel2.Controls.Add(this.specialComponetComboBox);
this.panel2.Controls.Add(this.nativePlanetTypeComboBox);
this.panel2.Controls.Add(this.techFocus2ComboBox);
this.panel2.Controls.Add(this.techFocus1ComboBox);
this.panel2.Controls.Add(this.shipDesignFocusComboBox);
this.panel2.Controls.Add(this.tradeBonusComboBox);
this.panel2.Controls.Add(this.espionageBonusComboBox);
this.panel2.Controls.Add(this.researchBonusComboBox);
this.panel2.Controls.Add(this.satisfactionModComboBox);
this.panel2.Controls.Add(this.warWearinessAttComboBox);
this.panel2.Controls.Add(this.resExtSavingsComboBox);
this.panel2.Controls.Add(this.troopMaintSavingsComboBox);
this.panel2.Controls.Add(this.shipMaintSavingsComboBox);
this.panel2.Controls.Add(this.loyaltyComboBox);
this.panel2.Controls.Add(this.friendlinessComboBox);
this.panel2.Controls.Add(this.cautionComboBox);
this.panel2.Controls.Add(this.agressionComboBox);
this.panel2.Controls.Add(this.intelligenceComboBox);
this.panel2.Controls.Add(this.repRateComboBox);
this.panel2.Controls.Add(this.familyComboBox);
this.panel2.Controls.Add(this.piratePlayStyleLabel);
this.panel2.Controls.Add(this.randomAppGenLabel);
this.panel2.Controls.Add(this.troopRegenerationLabel);
this.panel2.Controls.Add(this.migrationLabel);
this.panel2.Controls.Add(this.freeTradeIncomeLabel);
this.panel2.Controls.Add(this.tourismIncomeLabel);
this.panel2.Controls.Add(this.knownStartGalLocationLabel);
this.panel2.Controls.Add(this.portArmourStrLabel);
this.panel2.Controls.Add(this.immuneNaturalDisLabel);
this.panel2.Controls.Add(this.popPolGrowthExtLabel);
this.panel2.Controls.Add(this.constructSpdVolcanLabel);
this.panel2.Controls.Add(this.constructSpdIceLabel);
this.panel2.Controls.Add(this.constructSpdDesertLabel);
this.panel2.Controls.Add(this.constructSpdOceanLabel);
this.panel2.Controls.Add(this.constructSpdMarshyLabel);
this.panel2.Controls.Add(this.constructSpdContLabel);
this.panel2.Controls.Add(this.researchCostVolcanLabel);
this.panel2.Controls.Add(this.researchCostIceLabel);
this.panel2.Controls.Add(this.researchCostDesertLabel);
this.panel2.Controls.Add(this.researchCostOceanLabel);
this.panel2.Controls.Add(this.researchCostMarshyLabel);
this.panel2.Controls.Add(this.researchCostContLabel);
this.panel2.Controls.Add(this.startTraitCaptianLabel);
this.panel2.Controls.Add(this.startTraitPirLeadLabel);
this.panel2.Controls.Add(this.startTraitIntLabel);
this.panel2.Controls.Add(this.startTraitSciLabel);
this.panel2.Controls.Add(this.startTraitGenLabel);
this.panel2.Controls.Add(this.startTraitAdmiralLabel);
this.panel2.Controls.Add(this.startTraitGovLabel);
this.panel2.Controls.Add(this.startTraitAmbassLabel);
this.panel2.Controls.Add(this.startTraitLeadLabel);
this.panel2.Controls.Add(this.randomAppCaptianLabel);
this.panel2.Controls.Add(this.randomAppPirLeadLabel);
this.panel2.Controls.Add(this.randomAppIntLabel);
this.panel2.Controls.Add(this.randomAppSciLabel);
this.panel2.Controls.Add(this.label83);
this.panel2.Controls.Add(this.randomAppAdmiralLabel);
this.panel2.Controls.Add(this.randomAppGovLabel);
this.panel2.Controls.Add(this.randomAppAmbassLabel);
this.panel2.Controls.Add(this.randomAppLeaderLabel);
this.panel2.Controls.Add(this.raceEvent2FreqLabel);
this.panel2.Controls.Add(this.raceEvent2TypeLabel);
this.panel2.Controls.Add(this.raceEvent1FreqLabel);
this.panel2.Controls.Add(this.raceEvent1TypeLabel);
this.panel2.Controls.Add(this.condition5AddDataLabel);
this.panel2.Controls.Add(this.condition5PropLabel);
this.panel2.Controls.Add(this.condition5ValueLabel);
this.panel2.Controls.Add(this.condition5TypeLabel);
this.panel2.Controls.Add(this.condition4AddDataLabel);
this.panel2.Controls.Add(this.condition4PropLabel);
this.panel2.Controls.Add(this.condition4ValueLabel);
this.panel2.Controls.Add(this.condition4TypeLabel);
this.panel2.Controls.Add(this.condition3AddDataLabel);
this.panel2.Controls.Add(this.condition3PropLabel);
this.panel2.Controls.Add(this.condition3ValueLabel);
this.panel2.Controls.Add(this.condition3TypeLabel);
this.panel2.Controls.Add(this.condition2AddDataLabel);
this.panel2.Controls.Add(this.condition2PropLabel);
this.panel2.Controls.Add(this.condition2ValueLabel);
this.panel2.Controls.Add(this.condition2TypeLabel);
this.panel2.Controls.Add(this.condition1AddDataLabel);
this.panel2.Controls.Add(this.condition1PropLabel);
this.panel2.Controls.Add(this.condition1ValueLabel);
this.panel2.Controls.Add(this.condition1TypeLabel);
this.panel2.Controls.Add(this.resource3AppOnlyLabel);
this.panel2.Controls.Add(this.resource3AmountLabel);
this.panel2.Controls.Add(this.resource3EffectLabel);
this.panel2.Controls.Add(this.resource3TypeLabel);
this.panel2.Controls.Add(this.resource2AppOnlyLabel);
this.panel2.Controls.Add(this.resource2AmountLabel);
this.panel2.Controls.Add(this.resource2EffectLabel);
this.panel2.Controls.Add(this.resource2TypeLabel);
this.panel2.Controls.Add(this.resource1AppOnlyLabel);
this.panel2.Controls.Add(this.resource1AmountLabel);
this.panel2.Controls.Add(this.resource1EffectLabel);
this.panel2.Controls.Add(this.resource1TypeLabel);
this.panel2.Controls.Add(this.troopStrengthLabel);
this.panel2.Controls.Add(this.flagDesignLabel);
this.panel2.Controls.Add(this.def2ndColorLabel);
this.panel2.Controls.Add(this.defPrimaryColorLabel);
this.panel2.Controls.Add(this.constructionSpeedLabel);
this.panel2.Controls.Add(this.intellAgentsLabel);
this.panel2.Controls.Add(this.dissallowedRes3Label);
this.panel2.Controls.Add(this.dissallowedRes2Label);
this.panel2.Controls.Add(this.dissallowedRes1Label);
this.panel2.Controls.Add(this.shipSizeFactorMLabel);
this.panel2.Controls.Add(this.shipSizeFactorCLabel);
this.panel2.Controls.Add(this.switchCycleEventLabel);
this.panel2.Controls.Add(this.factorsFriendlinessLabel);
this.panel2.Controls.Add(this.factorsCautionLabel);
this.panel2.Controls.Add(this.factorAgreesionLabel);
this.panel2.Controls.Add(this.factorGrowthLabel);
this.panel2.Controls.Add(this.playableLabel);
this.panel2.Controls.Add(this.canBeNormEmpireLabel);
this.panel2.Controls.Add(this.canBePirateLabel);
this.panel2.Controls.Add(this.expandingLabel);
this.panel2.Controls.Add(this.prefStartGovLabel);
this.panel2.Controls.Add(this.specialGovLabel);
this.panel2.Controls.Add(this.specialComponetLabel);
this.panel2.Controls.Add(this.nativePlanetTypeLabel);
this.panel2.Controls.Add(this.techFocus2Label);
this.panel2.Controls.Add(this.techFocus1Label);
this.panel2.Controls.Add(this.shipDesignFocusLabel);
this.panel2.Controls.Add(this.tradeBonusLabel);
this.panel2.Controls.Add(this.espionageBonusLabel);
this.panel2.Controls.Add(this.researchBonusLabel);
this.panel2.Controls.Add(this.satisfactionModLabel);
this.panel2.Controls.Add(this.warWearinessAttLabel);
this.panel2.Controls.Add(this.resExtSavingsLabel);
this.panel2.Controls.Add(this.troopMaintSavingsLabel);
this.panel2.Controls.Add(this.shipMaintSavingsLabel);
this.panel2.Controls.Add(this.loyaltyLabel);
this.panel2.Controls.Add(this.friendlinessLabel);
this.panel2.Controls.Add(this.cautionLabel);
this.panel2.Controls.Add(this.agressionLabel);
this.panel2.Controls.Add(this.intelligenceLabel);
this.panel2.Controls.Add(this.repRateLabel);
this.panel2.Controls.Add(this.familyLabel);
this.panel2.Location = new System.Drawing.Point(14, 15);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1094, 418);
this.panel2.TabIndex = 0;
this.panel2.Tag = "New Race";
this.panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint);
//
// panel4
//
this.panel4.Controls.Add(this.createRacePictureBox);
this.panel4.Controls.Add(this.panel5);
this.panel4.Location = new System.Drawing.Point(682, 20);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(400, 267);
this.panel4.TabIndex = 253;
//
// createRacePictureBox
//
this.createRacePictureBox.BackColor = System.Drawing.Color.DarkRed;
this.createRacePictureBox.Image = ((System.Drawing.Image)(resources.GetObject("createRacePictureBox.Image")));
this.createRacePictureBox.Location = new System.Drawing.Point(285, 241);
this.createRacePictureBox.Name = "createRacePictureBox";
this.createRacePictureBox.Size = new System.Drawing.Size(100, 23);
this.createRacePictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.createRacePictureBox.TabIndex = 1;
this.createRacePictureBox.TabStop = false;
this.createRacePictureBox.MouseLeave += new System.EventHandler(this.createRacePictureBox_MouseLeave);
this.createRacePictureBox.MouseHover += new System.EventHandler(this.createRacePictureBox_MouseHover);
//
// panel5
//
this.panel5.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel5.BackgroundImage")));
this.panel5.Controls.Add(this.raceNameLabel);
this.panel5.Controls.Add(this.systemNameLabel);
this.panel5.Controls.Add(this.changeIntervalLabel);
this.panel5.Controls.Add(this.changeLengthLabel);
this.panel5.Controls.Add(this.troopNameinfLabel);
this.panel5.Controls.Add(this.troopNameSpecialTextBox);
this.panel5.Controls.Add(this.troopNameAmLabel);
this.panel5.Controls.Add(this.troopNamePlanDefTextBox);
this.panel5.Controls.Add(this.troopNamePlanDefLabel);
this.panel5.Controls.Add(this.troopNameAmTextBox);
this.panel5.Controls.Add(this.troopNameSpecialLabel);
this.panel5.Controls.Add(this.troopNameinfTextBox);
this.panel5.Controls.Add(this.raceNameTextBox);
this.panel5.Controls.Add(this.changeLengthTextBox);
this.panel5.Controls.Add(this.systemNameTextBox);
this.panel5.Controls.Add(this.changeIntervalTextBox);
this.panel5.Location = new System.Drawing.Point(12, 11);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(376, 214);
this.panel5.TabIndex = 0;
//
// raceNameLabel
//
this.raceNameLabel.AutoSize = true;
this.raceNameLabel.BackColor = System.Drawing.Color.Transparent;
this.raceNameLabel.Location = new System.Drawing.Point(52, 5);
this.raceNameLabel.Name = "raceNameLabel";
this.raceNameLabel.Size = new System.Drawing.Size(70, 13);
this.raceNameLabel.TabIndex = 120;
this.raceNameLabel.Text = "Race Name :";
//
// systemNameLabel
//
this.systemNameLabel.AutoSize = true;
this.systemNameLabel.BackColor = System.Drawing.Color.Transparent;
this.systemNameLabel.Location = new System.Drawing.Point(44, 32);
this.systemNameLabel.Name = "systemNameLabel";
this.systemNameLabel.Size = new System.Drawing.Size(78, 13);
this.systemNameLabel.TabIndex = 121;
this.systemNameLabel.Text = "System Name :";
//
// changeIntervalLabel
//
this.changeIntervalLabel.AutoSize = true;
this.changeIntervalLabel.BackColor = System.Drawing.Color.Transparent;
this.changeIntervalLabel.Location = new System.Drawing.Point(34, 59);
this.changeIntervalLabel.Name = "changeIntervalLabel";
this.changeIntervalLabel.Size = new System.Drawing.Size(88, 13);
this.changeIntervalLabel.TabIndex = 122;
this.changeIntervalLabel.Text = "Change Interval :";
//
// changeLengthLabel
//
this.changeLengthLabel.AutoSize = true;
this.changeLengthLabel.BackColor = System.Drawing.Color.Transparent;
this.changeLengthLabel.Location = new System.Drawing.Point(39, 86);
this.changeLengthLabel.Name = "changeLengthLabel";
this.changeLengthLabel.Size = new System.Drawing.Size(86, 13);
this.changeLengthLabel.TabIndex = 123;
this.changeLengthLabel.Text = "Change Length :";
//
// troopNameinfLabel
//
this.troopNameinfLabel.AutoSize = true;
this.troopNameinfLabel.BackColor = System.Drawing.Color.Transparent;
this.troopNameinfLabel.Location = new System.Drawing.Point(39, 113);
this.troopNameinfLabel.Name = "troopNameinfLabel";
this.troopNameinfLabel.Size = new System.Drawing.Size(86, 13);
this.troopNameinfLabel.TabIndex = 124;
this.troopNameinfLabel.Text = "Troop Name inf :";
//
// troopNameSpecialTextBox
//
this.troopNameSpecialTextBox.Location = new System.Drawing.Point(128, 191);
this.troopNameSpecialTextBox.Name = "troopNameSpecialTextBox";
this.troopNameSpecialTextBox.Size = new System.Drawing.Size(245, 20);
this.troopNameSpecialTextBox.TabIndex = 248;
//
// troopNameAmLabel
//
this.troopNameAmLabel.AutoSize = true;
this.troopNameAmLabel.BackColor = System.Drawing.Color.Transparent;
this.troopNameAmLabel.Location = new System.Drawing.Point(32, 140);
this.troopNameAmLabel.Name = "troopNameAmLabel";
this.troopNameAmLabel.Size = new System.Drawing.Size(90, 13);
this.troopNameAmLabel.TabIndex = 125;
this.troopNameAmLabel.Text = "Troop Name Am :";
//
// troopNamePlanDefTextBox
//
this.troopNamePlanDefTextBox.Location = new System.Drawing.Point(128, 164);
this.troopNamePlanDefTextBox.Name = "troopNamePlanDefTextBox";
this.troopNamePlanDefTextBox.Size = new System.Drawing.Size(245, 20);
this.troopNamePlanDefTextBox.TabIndex = 247;
//
// troopNamePlanDefLabel
//
this.troopNamePlanDefLabel.AutoSize = true;
this.troopNamePlanDefLabel.BackColor = System.Drawing.Color.Transparent;
this.troopNamePlanDefLabel.Location = new System.Drawing.Point(6, 167);
this.troopNamePlanDefLabel.Name = "troopNamePlanDefLabel";
this.troopNamePlanDefLabel.Size = new System.Drawing.Size(116, 13);
this.troopNamePlanDefLabel.TabIndex = 126;
this.troopNamePlanDefLabel.Text = "Troop Name Plan Def :";
//
// troopNameAmTextBox
//
this.troopNameAmTextBox.Location = new System.Drawing.Point(128, 137);
this.troopNameAmTextBox.Name = "troopNameAmTextBox";
this.troopNameAmTextBox.Size = new System.Drawing.Size(245, 20);
this.troopNameAmTextBox.TabIndex = 246;
//
// troopNameSpecialLabel
//
this.troopNameSpecialLabel.AutoSize = true;
this.troopNameSpecialLabel.BackColor = System.Drawing.Color.Transparent;
this.troopNameSpecialLabel.Location = new System.Drawing.Point(12, 194);
this.troopNameSpecialLabel.Name = "troopNameSpecialLabel";
this.troopNameSpecialLabel.Size = new System.Drawing.Size(110, 13);
this.troopNameSpecialLabel.TabIndex = 127;
this.troopNameSpecialLabel.Text = "Troop Name Special :";
//
// troopNameinfTextBox
//
this.troopNameinfTextBox.Location = new System.Drawing.Point(128, 110);
this.troopNameinfTextBox.Name = "troopNameinfTextBox";
this.troopNameinfTextBox.Size = new System.Drawing.Size(245, 20);
this.troopNameinfTextBox.TabIndex = 245;
//
// raceNameTextBox
//
this.raceNameTextBox.Location = new System.Drawing.Point(128, 2);
this.raceNameTextBox.Name = "raceNameTextBox";
this.raceNameTextBox.Size = new System.Drawing.Size(245, 20);
this.raceNameTextBox.TabIndex = 241;
//
// changeLengthTextBox
//
this.changeLengthTextBox.Location = new System.Drawing.Point(128, 83);
this.changeLengthTextBox.Name = "changeLengthTextBox";
this.changeLengthTextBox.Size = new System.Drawing.Size(245, 20);
this.changeLengthTextBox.TabIndex = 244;
//
// systemNameTextBox
//
this.systemNameTextBox.Location = new System.Drawing.Point(128, 29);
this.systemNameTextBox.Name = "systemNameTextBox";
this.systemNameTextBox.Size = new System.Drawing.Size(245, 20);
this.systemNameTextBox.TabIndex = 242;
//
// changeIntervalTextBox
//
this.changeIntervalTextBox.Location = new System.Drawing.Point(128, 56);
this.changeIntervalTextBox.Name = "changeIntervalTextBox";
this.changeIntervalTextBox.Size = new System.Drawing.Size(245, 20);
this.changeIntervalTextBox.TabIndex = 243;
//
// piratePlayStyleComboBox
//
this.piratePlayStyleComboBox.BackColor = System.Drawing.Color.White;
this.piratePlayStyleComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.piratePlayStyleComboBox.FormattingEnabled = true;
this.piratePlayStyleComboBox.Location = new System.Drawing.Point(823, 832);
this.piratePlayStyleComboBox.Name = "piratePlayStyleComboBox";
this.piratePlayStyleComboBox.Size = new System.Drawing.Size(126, 21);
this.piratePlayStyleComboBox.TabIndex = 252;
//
// troopRegenerationComboBox
//
this.troopRegenerationComboBox.BackColor = System.Drawing.Color.White;
this.troopRegenerationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.troopRegenerationComboBox.FormattingEnabled = true;
this.troopRegenerationComboBox.Location = new System.Drawing.Point(823, 805);
this.troopRegenerationComboBox.Name = "troopRegenerationComboBox";
this.troopRegenerationComboBox.Size = new System.Drawing.Size(126, 21);
this.troopRegenerationComboBox.TabIndex = 251;
//
// migrationComboBox
//
this.migrationComboBox.BackColor = System.Drawing.Color.White;
this.migrationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.migrationComboBox.FormattingEnabled = true;
this.migrationComboBox.Location = new System.Drawing.Point(823, 778);
this.migrationComboBox.Name = "migrationComboBox";
this.migrationComboBox.Size = new System.Drawing.Size(126, 21);
this.migrationComboBox.TabIndex = 250;
//
// freeTradeIncomeComboBox
//
this.freeTradeIncomeComboBox.BackColor = System.Drawing.Color.White;
this.freeTradeIncomeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.freeTradeIncomeComboBox.FormattingEnabled = true;
this.freeTradeIncomeComboBox.Location = new System.Drawing.Point(823, 751);
this.freeTradeIncomeComboBox.Name = "freeTradeIncomeComboBox";
this.freeTradeIncomeComboBox.Size = new System.Drawing.Size(126, 21);
this.freeTradeIncomeComboBox.TabIndex = 249;
//
// tourismIncomeComboBox
//
this.tourismIncomeComboBox.BackColor = System.Drawing.Color.White;
this.tourismIncomeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.tourismIncomeComboBox.FormattingEnabled = true;
this.tourismIncomeComboBox.Location = new System.Drawing.Point(823, 724);
this.tourismIncomeComboBox.Name = "tourismIncomeComboBox";
this.tourismIncomeComboBox.Size = new System.Drawing.Size(126, 21);
this.tourismIncomeComboBox.TabIndex = 240;
//
// knownStartGalLocationComboBox
//
this.knownStartGalLocationComboBox.BackColor = System.Drawing.Color.White;
this.knownStartGalLocationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.knownStartGalLocationComboBox.FormattingEnabled = true;
this.knownStartGalLocationComboBox.Location = new System.Drawing.Point(823, 697);
this.knownStartGalLocationComboBox.Name = "knownStartGalLocationComboBox";
this.knownStartGalLocationComboBox.Size = new System.Drawing.Size(126, 21);
this.knownStartGalLocationComboBox.TabIndex = 239;
//
// portArmourStrComboBox
//
this.portArmourStrComboBox.BackColor = System.Drawing.Color.White;
this.portArmourStrComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.portArmourStrComboBox.FormattingEnabled = true;
this.portArmourStrComboBox.Location = new System.Drawing.Point(823, 670);
this.portArmourStrComboBox.Name = "portArmourStrComboBox";
this.portArmourStrComboBox.Size = new System.Drawing.Size(126, 21);
this.portArmourStrComboBox.TabIndex = 238;
//
// immuneNaturalDisComboBox
//
this.immuneNaturalDisComboBox.BackColor = System.Drawing.Color.White;
this.immuneNaturalDisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.immuneNaturalDisComboBox.FormattingEnabled = true;
this.immuneNaturalDisComboBox.Location = new System.Drawing.Point(823, 643);
this.immuneNaturalDisComboBox.Name = "immuneNaturalDisComboBox";
this.immuneNaturalDisComboBox.Size = new System.Drawing.Size(126, 21);
this.immuneNaturalDisComboBox.TabIndex = 237;
//
// popPolGrowthExtComboBox
//
this.popPolGrowthExtComboBox.BackColor = System.Drawing.Color.White;
this.popPolGrowthExtComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.popPolGrowthExtComboBox.FormattingEnabled = true;
this.popPolGrowthExtComboBox.Location = new System.Drawing.Point(823, 616);
this.popPolGrowthExtComboBox.Name = "popPolGrowthExtComboBox";
this.popPolGrowthExtComboBox.Size = new System.Drawing.Size(126, 21);
this.popPolGrowthExtComboBox.TabIndex = 236;
//
// constructSpdVolcanComboBox
//
this.constructSpdVolcanComboBox.BackColor = System.Drawing.Color.White;
this.constructSpdVolcanComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.constructSpdVolcanComboBox.FormattingEnabled = true;
this.constructSpdVolcanComboBox.Location = new System.Drawing.Point(823, 589);
this.constructSpdVolcanComboBox.Name = "constructSpdVolcanComboBox";
this.constructSpdVolcanComboBox.Size = new System.Drawing.Size(126, 21);
this.constructSpdVolcanComboBox.TabIndex = 235;
//
// constructSpdIceComboBox
//
this.constructSpdIceComboBox.BackColor = System.Drawing.Color.White;
this.constructSpdIceComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.constructSpdIceComboBox.FormattingEnabled = true;
this.constructSpdIceComboBox.Location = new System.Drawing.Point(823, 562);
this.constructSpdIceComboBox.Name = "constructSpdIceComboBox";
this.constructSpdIceComboBox.Size = new System.Drawing.Size(126, 21);
this.constructSpdIceComboBox.TabIndex = 234;
//
// constructSpdDesertComboBox
//
this.constructSpdDesertComboBox.BackColor = System.Drawing.Color.White;
this.constructSpdDesertComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.constructSpdDesertComboBox.FormattingEnabled = true;
this.constructSpdDesertComboBox.Location = new System.Drawing.Point(823, 535);
this.constructSpdDesertComboBox.Name = "constructSpdDesertComboBox";
this.constructSpdDesertComboBox.Size = new System.Drawing.Size(126, 21);
this.constructSpdDesertComboBox.TabIndex = 233;
//
// constructSpdOceanComboBox
//
this.constructSpdOceanComboBox.BackColor = System.Drawing.Color.White;
this.constructSpdOceanComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.constructSpdOceanComboBox.FormattingEnabled = true;
this.constructSpdOceanComboBox.Location = new System.Drawing.Point(823, 508);
this.constructSpdOceanComboBox.Name = "constructSpdOceanComboBox";
this.constructSpdOceanComboBox.Size = new System.Drawing.Size(126, 21);
this.constructSpdOceanComboBox.TabIndex = 232;
//
// constructSpdMarshyComboBox
//
this.constructSpdMarshyComboBox.BackColor = System.Drawing.Color.White;
this.constructSpdMarshyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.constructSpdMarshyComboBox.FormattingEnabled = true;
this.constructSpdMarshyComboBox.Location = new System.Drawing.Point(823, 481);
this.constructSpdMarshyComboBox.Name = "constructSpdMarshyComboBox";
this.constructSpdMarshyComboBox.Size = new System.Drawing.Size(126, 21);
this.constructSpdMarshyComboBox.TabIndex = 231;
//
// constructSpdContComboBox
//
this.constructSpdContComboBox.BackColor = System.Drawing.Color.White;
this.constructSpdContComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.constructSpdContComboBox.FormattingEnabled = true;
this.constructSpdContComboBox.Location = new System.Drawing.Point(823, 454);
this.constructSpdContComboBox.Name = "constructSpdContComboBox";
this.constructSpdContComboBox.Size = new System.Drawing.Size(126, 21);
this.constructSpdContComboBox.TabIndex = 230;
//
// researchCostVolcanComboBox
//
this.researchCostVolcanComboBox.BackColor = System.Drawing.Color.White;
this.researchCostVolcanComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.researchCostVolcanComboBox.FormattingEnabled = true;
this.researchCostVolcanComboBox.Location = new System.Drawing.Point(823, 427);
this.researchCostVolcanComboBox.Name = "researchCostVolcanComboBox";
this.researchCostVolcanComboBox.Size = new System.Drawing.Size(126, 21);
this.researchCostVolcanComboBox.TabIndex = 229;
//
// researchCostIceComboBox
//
this.researchCostIceComboBox.BackColor = System.Drawing.Color.White;
this.researchCostIceComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.researchCostIceComboBox.FormattingEnabled = true;
this.researchCostIceComboBox.Location = new System.Drawing.Point(823, 400);
this.researchCostIceComboBox.Name = "researchCostIceComboBox";
this.researchCostIceComboBox.Size = new System.Drawing.Size(126, 21);
this.researchCostIceComboBox.TabIndex = 228;
//
// researchCostDesertComboBox
//
this.researchCostDesertComboBox.BackColor = System.Drawing.Color.White;
this.researchCostDesertComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.researchCostDesertComboBox.FormattingEnabled = true;
this.researchCostDesertComboBox.Location = new System.Drawing.Point(823, 373);
this.researchCostDesertComboBox.Name = "researchCostDesertComboBox";
this.researchCostDesertComboBox.Size = new System.Drawing.Size(126, 21);
this.researchCostDesertComboBox.TabIndex = 227;
//
// researchCostOceanComboBox
//
this.researchCostOceanComboBox.BackColor = System.Drawing.Color.White;
this.researchCostOceanComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.researchCostOceanComboBox.FormattingEnabled = true;
this.researchCostOceanComboBox.Location = new System.Drawing.Point(823, 346);
this.researchCostOceanComboBox.Name = "researchCostOceanComboBox";
this.researchCostOceanComboBox.Size = new System.Drawing.Size(126, 21);
this.researchCostOceanComboBox.TabIndex = 226;
//
// researchCostMarshyComboBox
//
this.researchCostMarshyComboBox.BackColor = System.Drawing.Color.White;
this.researchCostMarshyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.researchCostMarshyComboBox.FormattingEnabled = true;
this.researchCostMarshyComboBox.Location = new System.Drawing.Point(823, 319);
this.researchCostMarshyComboBox.Name = "researchCostMarshyComboBox";
this.researchCostMarshyComboBox.Size = new System.Drawing.Size(126, 21);
this.researchCostMarshyComboBox.TabIndex = 225;
//
// researchCostContComboBox
//
this.researchCostContComboBox.BackColor = System.Drawing.Color.White;
this.researchCostContComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.researchCostContComboBox.FormattingEnabled = true;
this.researchCostContComboBox.Location = new System.Drawing.Point(823, 292);
this.researchCostContComboBox.Name = "researchCostContComboBox";
this.researchCostContComboBox.Size = new System.Drawing.Size(126, 21);
this.researchCostContComboBox.TabIndex = 224;
//
// startTraitCaptianComboBox
//
this.startTraitCaptianComboBox.BackColor = System.Drawing.Color.White;
this.startTraitCaptianComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.startTraitCaptianComboBox.FormattingEnabled = true;
this.startTraitCaptianComboBox.Location = new System.Drawing.Point(588, 803);
this.startTraitCaptianComboBox.Name = "startTraitCaptianComboBox";
this.startTraitCaptianComboBox.Size = new System.Drawing.Size(71, 21);
this.startTraitCaptianComboBox.TabIndex = 223;
//
// startTraitPirLeadComboBox
//
this.startTraitPirLeadComboBox.BackColor = System.Drawing.Color.White;
this.startTraitPirLeadComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.startTraitPirLeadComboBox.FormattingEnabled = true;
this.startTraitPirLeadComboBox.Location = new System.Drawing.Point(588, 776);
this.startTraitPirLeadComboBox.Name = "startTraitPirLeadComboBox";
this.startTraitPirLeadComboBox.Size = new System.Drawing.Size(71, 21);
this.startTraitPirLeadComboBox.TabIndex = 222;
//
// startTraitIntComboBox
//
this.startTraitIntComboBox.BackColor = System.Drawing.Color.White;
this.startTraitIntComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.startTraitIntComboBox.FormattingEnabled = true;
this.startTraitIntComboBox.Location = new System.Drawing.Point(588, 749);
this.startTraitIntComboBox.Name = "startTraitIntComboBox";
this.startTraitIntComboBox.Size = new System.Drawing.Size(71, 21);
this.startTraitIntComboBox.TabIndex = 221;
//
// startTraitSciComboBox
//
this.startTraitSciComboBox.BackColor = System.Drawing.Color.White;
this.startTraitSciComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.startTraitSciComboBox.FormattingEnabled = true;
this.startTraitSciComboBox.Location = new System.Drawing.Point(588, 722);
this.startTraitSciComboBox.Name = "startTraitSciComboBox";
this.startTraitSciComboBox.Size = new System.Drawing.Size(71, 21);
this.startTraitSciComboBox.TabIndex = 220;
//
// startTraitGenComboBox
//
this.startTraitGenComboBox.BackColor = System.Drawing.Color.White;
this.startTraitGenComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.startTraitGenComboBox.FormattingEnabled = true;
this.startTraitGenComboBox.Location = new System.Drawing.Point(588, 695);
this.startTraitGenComboBox.Name = "startTraitGenComboBox";
this.startTraitGenComboBox.Size = new System.Drawing.Size(71, 21);
this.startTraitGenComboBox.TabIndex = 219;
//
// startTraitAdmiralComboBox
//
this.startTraitAdmiralComboBox.BackColor = System.Drawing.Color.White;
this.startTraitAdmiralComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.startTraitAdmiralComboBox.FormattingEnabled = true;
this.startTraitAdmiralComboBox.Location = new System.Drawing.Point(588, 668);
this.startTraitAdmiralComboBox.Name = "startTraitAdmiralComboBox";
this.startTraitAdmiralComboBox.Size = new System.Drawing.Size(71, 21);
this.startTraitAdmiralComboBox.TabIndex = 218;
//
// startTraitGovComboBox
//
this.startTraitGovComboBox.BackColor = System.Drawing.Color.White;
this.startTraitGovComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.startTraitGovComboBox.FormattingEnabled = true;
this.startTraitGovComboBox.Location = new System.Drawing.Point(588, 641);
this.startTraitGovComboBox.Name = "startTraitGovComboBox";
this.startTraitGovComboBox.Size = new System.Drawing.Size(71, 21);
this.startTraitGovComboBox.TabIndex = 217;
//
// startTraitAmbassComboBox
//
this.startTraitAmbassComboBox.BackColor = System.Drawing.Color.White;
this.startTraitAmbassComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.startTraitAmbassComboBox.FormattingEnabled = true;
this.startTraitAmbassComboBox.Location = new System.Drawing.Point(588, 614);
this.startTraitAmbassComboBox.Name = "startTraitAmbassComboBox";
this.startTraitAmbassComboBox.Size = new System.Drawing.Size(71, 21);
this.startTraitAmbassComboBox.TabIndex = 216;
//
// startTraitLeadComboBox
//
this.startTraitLeadComboBox.BackColor = System.Drawing.Color.White;
this.startTraitLeadComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.startTraitLeadComboBox.FormattingEnabled = true;
this.startTraitLeadComboBox.Location = new System.Drawing.Point(588, 587);
this.startTraitLeadComboBox.Name = "startTraitLeadComboBox";
this.startTraitLeadComboBox.Size = new System.Drawing.Size(71, 21);
this.startTraitLeadComboBox.TabIndex = 215;
//
// randomAppCaptianComboBox
//
this.randomAppCaptianComboBox.BackColor = System.Drawing.Color.White;
this.randomAppCaptianComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.randomAppCaptianComboBox.FormattingEnabled = true;
this.randomAppCaptianComboBox.Location = new System.Drawing.Point(588, 560);
this.randomAppCaptianComboBox.Name = "randomAppCaptianComboBox";
this.randomAppCaptianComboBox.Size = new System.Drawing.Size(71, 21);
this.randomAppCaptianComboBox.TabIndex = 214;
//
// randomAppPirLeadComboBox
//
this.randomAppPirLeadComboBox.BackColor = System.Drawing.Color.White;
this.randomAppPirLeadComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.randomAppPirLeadComboBox.FormattingEnabled = true;
this.randomAppPirLeadComboBox.Location = new System.Drawing.Point(588, 533);
this.randomAppPirLeadComboBox.Name = "randomAppPirLeadComboBox";
this.randomAppPirLeadComboBox.Size = new System.Drawing.Size(71, 21);
this.randomAppPirLeadComboBox.TabIndex = 213;
//
// randomAppIntComboBox
//
this.randomAppIntComboBox.BackColor = System.Drawing.Color.White;
this.randomAppIntComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.randomAppIntComboBox.FormattingEnabled = true;
this.randomAppIntComboBox.Location = new System.Drawing.Point(588, 506);
this.randomAppIntComboBox.Name = "randomAppIntComboBox";
this.randomAppIntComboBox.Size = new System.Drawing.Size(71, 21);
this.randomAppIntComboBox.TabIndex = 212;
//
// randomAppSciComboBox
//
this.randomAppSciComboBox.BackColor = System.Drawing.Color.White;
this.randomAppSciComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.randomAppSciComboBox.FormattingEnabled = true;
this.randomAppSciComboBox.Location = new System.Drawing.Point(588, 479);
this.randomAppSciComboBox.Name = "randomAppSciComboBox";
this.randomAppSciComboBox.Size = new System.Drawing.Size(71, 21);
this.randomAppSciComboBox.TabIndex = 211;
//
// randomAppGenComboBox
//
this.randomAppGenComboBox.BackColor = System.Drawing.Color.White;
this.randomAppGenComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.randomAppGenComboBox.FormattingEnabled = true;
this.randomAppGenComboBox.Location = new System.Drawing.Point(588, 452);
this.randomAppGenComboBox.Name = "randomAppGenComboBox";
this.randomAppGenComboBox.Size = new System.Drawing.Size(71, 21);
this.randomAppGenComboBox.TabIndex = 210;
//
// randomAppAdmiralComboBox
//
this.randomAppAdmiralComboBox.BackColor = System.Drawing.Color.White;
this.randomAppAdmiralComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.randomAppAdmiralComboBox.FormattingEnabled = true;
this.randomAppAdmiralComboBox.Location = new System.Drawing.Point(588, 425);
this.randomAppAdmiralComboBox.Name = "randomAppAdmiralComboBox";
this.randomAppAdmiralComboBox.Size = new System.Drawing.Size(71, 21);
this.randomAppAdmiralComboBox.TabIndex = 209;
//
// randomAppGovComboBox
//
this.randomAppGovComboBox.BackColor = System.Drawing.Color.White;
this.randomAppGovComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.randomAppGovComboBox.FormattingEnabled = true;
this.randomAppGovComboBox.Location = new System.Drawing.Point(588, 398);
this.randomAppGovComboBox.Name = "randomAppGovComboBox";
this.randomAppGovComboBox.Size = new System.Drawing.Size(71, 21);
this.randomAppGovComboBox.TabIndex = 208;
//
// randomAppAmbassComboBox
//
this.randomAppAmbassComboBox.BackColor = System.Drawing.Color.White;
this.randomAppAmbassComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.randomAppAmbassComboBox.FormattingEnabled = true;
this.randomAppAmbassComboBox.Location = new System.Drawing.Point(588, 371);
this.randomAppAmbassComboBox.Name = "randomAppAmbassComboBox";
this.randomAppAmbassComboBox.Size = new System.Drawing.Size(71, 21);
this.randomAppAmbassComboBox.TabIndex = 207;
//
// randomAppLeaderComboBox
//
this.randomAppLeaderComboBox.BackColor = System.Drawing.Color.White;
this.randomAppLeaderComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.randomAppLeaderComboBox.FormattingEnabled = true;
this.randomAppLeaderComboBox.Location = new System.Drawing.Point(588, 344);
this.randomAppLeaderComboBox.Name = "randomAppLeaderComboBox";
this.randomAppLeaderComboBox.Size = new System.Drawing.Size(71, 21);
this.randomAppLeaderComboBox.TabIndex = 206;
//
// raceEvent2FreqComboBox
//
this.raceEvent2FreqComboBox.BackColor = System.Drawing.Color.White;
this.raceEvent2FreqComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.raceEvent2FreqComboBox.FormattingEnabled = true;
this.raceEvent2FreqComboBox.Location = new System.Drawing.Point(589, 317);
this.raceEvent2FreqComboBox.Name = "raceEvent2FreqComboBox";
this.raceEvent2FreqComboBox.Size = new System.Drawing.Size(71, 21);
this.raceEvent2FreqComboBox.TabIndex = 205;
//
// raceEvent2TypeComboBox
//
this.raceEvent2TypeComboBox.BackColor = System.Drawing.Color.White;
this.raceEvent2TypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.raceEvent2TypeComboBox.FormattingEnabled = true;
this.raceEvent2TypeComboBox.Location = new System.Drawing.Point(589, 290);
this.raceEvent2TypeComboBox.Name = "raceEvent2TypeComboBox";
this.raceEvent2TypeComboBox.Size = new System.Drawing.Size(71, 21);
this.raceEvent2TypeComboBox.TabIndex = 204;
//
// raceEvent1FreqComboBox
//
this.raceEvent1FreqComboBox.BackColor = System.Drawing.Color.White;
this.raceEvent1FreqComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.raceEvent1FreqComboBox.FormattingEnabled = true;
this.raceEvent1FreqComboBox.Location = new System.Drawing.Point(589, 263);
this.raceEvent1FreqComboBox.Name = "raceEvent1FreqComboBox";
this.raceEvent1FreqComboBox.Size = new System.Drawing.Size(71, 21);
this.raceEvent1FreqComboBox.TabIndex = 203;
//
// raceEvent1TypeComboBox
//
this.raceEvent1TypeComboBox.BackColor = System.Drawing.Color.White;
this.raceEvent1TypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.raceEvent1TypeComboBox.FormattingEnabled = true;
this.raceEvent1TypeComboBox.Location = new System.Drawing.Point(589, 236);
this.raceEvent1TypeComboBox.Name = "raceEvent1TypeComboBox";
this.raceEvent1TypeComboBox.Size = new System.Drawing.Size(71, 21);
this.raceEvent1TypeComboBox.TabIndex = 202;
//
// condition5AddDataComboBox
//
this.condition5AddDataComboBox.BackColor = System.Drawing.Color.White;
this.condition5AddDataComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition5AddDataComboBox.FormattingEnabled = true;
this.condition5AddDataComboBox.Location = new System.Drawing.Point(589, 209);
this.condition5AddDataComboBox.Name = "condition5AddDataComboBox";
this.condition5AddDataComboBox.Size = new System.Drawing.Size(71, 21);
this.condition5AddDataComboBox.TabIndex = 201;
//
// condition5PropComboBox
//
this.condition5PropComboBox.BackColor = System.Drawing.Color.White;
this.condition5PropComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition5PropComboBox.FormattingEnabled = true;
this.condition5PropComboBox.Location = new System.Drawing.Point(589, 182);
this.condition5PropComboBox.Name = "condition5PropComboBox";
this.condition5PropComboBox.Size = new System.Drawing.Size(71, 21);
this.condition5PropComboBox.TabIndex = 200;
//
// condition5ValueComboBox
//
this.condition5ValueComboBox.BackColor = System.Drawing.Color.White;
this.condition5ValueComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition5ValueComboBox.FormattingEnabled = true;
this.condition5ValueComboBox.Location = new System.Drawing.Point(589, 155);
this.condition5ValueComboBox.Name = "condition5ValueComboBox";
this.condition5ValueComboBox.Size = new System.Drawing.Size(71, 21);
this.condition5ValueComboBox.TabIndex = 199;
//
// condition5TypeComboBox
//
this.condition5TypeComboBox.BackColor = System.Drawing.Color.White;
this.condition5TypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition5TypeComboBox.FormattingEnabled = true;
this.condition5TypeComboBox.Location = new System.Drawing.Point(589, 128);
this.condition5TypeComboBox.Name = "condition5TypeComboBox";
this.condition5TypeComboBox.Size = new System.Drawing.Size(71, 21);
this.condition5TypeComboBox.TabIndex = 198;
//
// condition4AddDataComboBox
//
this.condition4AddDataComboBox.BackColor = System.Drawing.Color.White;
this.condition4AddDataComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition4AddDataComboBox.FormattingEnabled = true;
this.condition4AddDataComboBox.Location = new System.Drawing.Point(589, 101);
this.condition4AddDataComboBox.Name = "condition4AddDataComboBox";
this.condition4AddDataComboBox.Size = new System.Drawing.Size(71, 21);
this.condition4AddDataComboBox.TabIndex = 197;
//
// condition4PropComboBox
//
this.condition4PropComboBox.BackColor = System.Drawing.Color.White;
this.condition4PropComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition4PropComboBox.FormattingEnabled = true;
this.condition4PropComboBox.Location = new System.Drawing.Point(589, 74);
this.condition4PropComboBox.Name = "condition4PropComboBox";
this.condition4PropComboBox.Size = new System.Drawing.Size(71, 21);
this.condition4PropComboBox.TabIndex = 196;
//
// condition4ValueComboBox
//
this.condition4ValueComboBox.BackColor = System.Drawing.Color.White;
this.condition4ValueComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition4ValueComboBox.FormattingEnabled = true;
this.condition4ValueComboBox.Location = new System.Drawing.Point(589, 47);
this.condition4ValueComboBox.Name = "condition4ValueComboBox";
this.condition4ValueComboBox.Size = new System.Drawing.Size(71, 21);
this.condition4ValueComboBox.TabIndex = 195;
//
// condition4TypeComboBox
//
this.condition4TypeComboBox.BackColor = System.Drawing.Color.White;
this.condition4TypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition4TypeComboBox.FormattingEnabled = true;
this.condition4TypeComboBox.Location = new System.Drawing.Point(589, 20);
this.condition4TypeComboBox.Name = "condition4TypeComboBox";
this.condition4TypeComboBox.Size = new System.Drawing.Size(71, 21);
this.condition4TypeComboBox.TabIndex = 194;
//
// condition3AddDataComboBox
//
this.condition3AddDataComboBox.BackColor = System.Drawing.Color.White;
this.condition3AddDataComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition3AddDataComboBox.FormattingEnabled = true;
this.condition3AddDataComboBox.Location = new System.Drawing.Point(365, 882);
this.condition3AddDataComboBox.Name = "condition3AddDataComboBox";
this.condition3AddDataComboBox.Size = new System.Drawing.Size(71, 21);
this.condition3AddDataComboBox.TabIndex = 193;
//
// condition3PropComboBox
//
this.condition3PropComboBox.BackColor = System.Drawing.Color.White;
this.condition3PropComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition3PropComboBox.FormattingEnabled = true;
this.condition3PropComboBox.Location = new System.Drawing.Point(365, 855);
this.condition3PropComboBox.Name = "condition3PropComboBox";
this.condition3PropComboBox.Size = new System.Drawing.Size(71, 21);
this.condition3PropComboBox.TabIndex = 192;
//
// condition3ValueComboBox
//
this.condition3ValueComboBox.BackColor = System.Drawing.Color.White;
this.condition3ValueComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition3ValueComboBox.FormattingEnabled = true;
this.condition3ValueComboBox.Location = new System.Drawing.Point(365, 830);
this.condition3ValueComboBox.Name = "condition3ValueComboBox";
this.condition3ValueComboBox.Size = new System.Drawing.Size(71, 21);
this.condition3ValueComboBox.TabIndex = 191;
//
// condition3TypeComboBox
//
this.condition3TypeComboBox.BackColor = System.Drawing.Color.White;
this.condition3TypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition3TypeComboBox.FormattingEnabled = true;
this.condition3TypeComboBox.Location = new System.Drawing.Point(365, 803);
this.condition3TypeComboBox.Name = "condition3TypeComboBox";
this.condition3TypeComboBox.Size = new System.Drawing.Size(71, 21);
this.condition3TypeComboBox.TabIndex = 190;
//
// condition2AddDataComboBox
//
this.condition2AddDataComboBox.BackColor = System.Drawing.Color.White;
this.condition2AddDataComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition2AddDataComboBox.FormattingEnabled = true;
this.condition2AddDataComboBox.Location = new System.Drawing.Point(365, 776);
this.condition2AddDataComboBox.Name = "condition2AddDataComboBox";
this.condition2AddDataComboBox.Size = new System.Drawing.Size(71, 21);
this.condition2AddDataComboBox.TabIndex = 189;
//
// condition2PropComboBox
//
this.condition2PropComboBox.BackColor = System.Drawing.Color.White;
this.condition2PropComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition2PropComboBox.FormattingEnabled = true;
this.condition2PropComboBox.Location = new System.Drawing.Point(365, 749);
this.condition2PropComboBox.Name = "condition2PropComboBox";
this.condition2PropComboBox.Size = new System.Drawing.Size(71, 21);
this.condition2PropComboBox.TabIndex = 188;
//
// condition2ValueComboBox
//
this.condition2ValueComboBox.BackColor = System.Drawing.Color.White;
this.condition2ValueComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition2ValueComboBox.FormattingEnabled = true;
this.condition2ValueComboBox.Location = new System.Drawing.Point(365, 722);
this.condition2ValueComboBox.Name = "condition2ValueComboBox";
this.condition2ValueComboBox.Size = new System.Drawing.Size(71, 21);
this.condition2ValueComboBox.TabIndex = 187;
//
// condition2TypeComboBox
//
this.condition2TypeComboBox.BackColor = System.Drawing.Color.White;
this.condition2TypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition2TypeComboBox.FormattingEnabled = true;
this.condition2TypeComboBox.Location = new System.Drawing.Point(365, 695);
this.condition2TypeComboBox.Name = "condition2TypeComboBox";
this.condition2TypeComboBox.Size = new System.Drawing.Size(71, 21);
this.condition2TypeComboBox.TabIndex = 186;
//
// condition1AddDataComboBox
//
this.condition1AddDataComboBox.BackColor = System.Drawing.Color.White;
this.condition1AddDataComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition1AddDataComboBox.FormattingEnabled = true;
this.condition1AddDataComboBox.Location = new System.Drawing.Point(365, 668);
this.condition1AddDataComboBox.Name = "condition1AddDataComboBox";
this.condition1AddDataComboBox.Size = new System.Drawing.Size(71, 21);
this.condition1AddDataComboBox.TabIndex = 185;
//
// condition1PropComboBox
//
this.condition1PropComboBox.BackColor = System.Drawing.Color.White;
this.condition1PropComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition1PropComboBox.FormattingEnabled = true;
this.condition1PropComboBox.Location = new System.Drawing.Point(365, 641);
this.condition1PropComboBox.Name = "condition1PropComboBox";
this.condition1PropComboBox.Size = new System.Drawing.Size(71, 21);
this.condition1PropComboBox.TabIndex = 184;
//
// condition1ValueComboBox
//
this.condition1ValueComboBox.BackColor = System.Drawing.Color.White;
this.condition1ValueComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition1ValueComboBox.FormattingEnabled = true;
this.condition1ValueComboBox.Location = new System.Drawing.Point(365, 614);
this.condition1ValueComboBox.Name = "condition1ValueComboBox";
this.condition1ValueComboBox.Size = new System.Drawing.Size(71, 21);
this.condition1ValueComboBox.TabIndex = 183;
//
// condition1TypeComboBox
//
this.condition1TypeComboBox.BackColor = System.Drawing.Color.White;
this.condition1TypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.condition1TypeComboBox.FormattingEnabled = true;
this.condition1TypeComboBox.Location = new System.Drawing.Point(365, 587);
this.condition1TypeComboBox.Name = "condition1TypeComboBox";
this.condition1TypeComboBox.Size = new System.Drawing.Size(71, 21);
this.condition1TypeComboBox.TabIndex = 182;
//
// resource3AppOnlyComboBox
//
this.resource3AppOnlyComboBox.BackColor = System.Drawing.Color.White;
this.resource3AppOnlyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.resource3AppOnlyComboBox.FormattingEnabled = true;
this.resource3AppOnlyComboBox.Location = new System.Drawing.Point(365, 562);
this.resource3AppOnlyComboBox.Name = "resource3AppOnlyComboBox";
this.resource3AppOnlyComboBox.Size = new System.Drawing.Size(71, 21);
this.resource3AppOnlyComboBox.TabIndex = 181;
//
// resource3AmountComboBox
//
this.resource3AmountComboBox.BackColor = System.Drawing.Color.White;
this.resource3AmountComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.resource3AmountComboBox.FormattingEnabled = true;
this.resource3AmountComboBox.Location = new System.Drawing.Point(365, 535);
this.resource3AmountComboBox.Name = "resource3AmountComboBox";
this.resource3AmountComboBox.Size = new System.Drawing.Size(71, 21);
this.resource3AmountComboBox.TabIndex = 180;
//
// resource3EffectComboBox
//
this.resource3EffectComboBox.BackColor = System.Drawing.Color.White;
this.resource3EffectComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.resource3EffectComboBox.FormattingEnabled = true;
this.resource3EffectComboBox.Location = new System.Drawing.Point(365, 508);
this.resource3EffectComboBox.Name = "resource3EffectComboBox";
this.resource3EffectComboBox.Size = new System.Drawing.Size(71, 21);
this.resource3EffectComboBox.TabIndex = 179;
//
// resource3TypeComboBox
//
this.resource3TypeComboBox.BackColor = System.Drawing.Color.White;
this.resource3TypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.resource3TypeComboBox.FormattingEnabled = true;
this.resource3TypeComboBox.Location = new System.Drawing.Point(365, 481);
this.resource3TypeComboBox.Name = "resource3TypeComboBox";
this.resource3TypeComboBox.Size = new System.Drawing.Size(71, 21);
this.resource3TypeComboBox.TabIndex = 178;
//
// resource2AppOnlyComboBox
//
this.resource2AppOnlyComboBox.BackColor = System.Drawing.Color.White;
this.resource2AppOnlyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.resource2AppOnlyComboBox.FormattingEnabled = true;
this.resource2AppOnlyComboBox.Location = new System.Drawing.Point(365, 454);
this.resource2AppOnlyComboBox.Name = "resource2AppOnlyComboBox";
this.resource2AppOnlyComboBox.Size = new System.Drawing.Size(71, 21);
this.resource2AppOnlyComboBox.TabIndex = 177;
//
// resource2AmountComboBox
//
this.resource2AmountComboBox.BackColor = System.Drawing.Color.White;
this.resource2AmountComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.resource2AmountComboBox.FormattingEnabled = true;
this.resource2AmountComboBox.Location = new System.Drawing.Point(365, 427);
this.resource2AmountComboBox.Name = "resource2AmountComboBox";
this.resource2AmountComboBox.Size = new System.Drawing.Size(71, 21);
this.resource2AmountComboBox.TabIndex = 176;
//
// resource2EffectComboBox
//
this.resource2EffectComboBox.BackColor = System.Drawing.Color.White;
this.resource2EffectComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.resource2EffectComboBox.FormattingEnabled = true;
this.resource2EffectComboBox.Location = new System.Drawing.Point(365, 400);
this.resource2EffectComboBox.Name = "resource2EffectComboBox";
this.resource2EffectComboBox.Size = new System.Drawing.Size(71, 21);
this.resource2EffectComboBox.TabIndex = 175;
//
// resource2TypeComboBox
//
this.resource2TypeComboBox.BackColor = System.Drawing.Color.White;
this.resource2TypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.resource2TypeComboBox.FormattingEnabled = true;
this.resource2TypeComboBox.Location = new System.Drawing.Point(365, 373);
this.resource2TypeComboBox.Name = "resource2TypeComboBox";
this.resource2TypeComboBox.Size = new System.Drawing.Size(71, 21);
this.resource2TypeComboBox.TabIndex = 174;
//
// resource1AppOnlyComboBox
//
this.resource1AppOnlyComboBox.BackColor = System.Drawing.Color.White;
this.resource1AppOnlyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.resource1AppOnlyComboBox.FormattingEnabled = true;
this.resource1AppOnlyComboBox.Location = new System.Drawing.Point(365, 346);
this.resource1AppOnlyComboBox.Name = "resource1AppOnlyComboBox";
this.resource1AppOnlyComboBox.Size = new System.Drawing.Size(71, 21);
this.resource1AppOnlyComboBox.TabIndex = 173;
//
// resource1AmountComboBox
//
this.resource1AmountComboBox.BackColor = System.Drawing.Color.White;
this.resource1AmountComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.resource1AmountComboBox.FormattingEnabled = true;
this.resource1AmountComboBox.Location = new System.Drawing.Point(365, 319);
this.resource1AmountComboBox.Name = "resource1AmountComboBox";
this.resource1AmountComboBox.Size = new System.Drawing.Size(71, 21);
this.resource1AmountComboBox.TabIndex = 172;
//
// resource1EffectComboBox
//
this.resource1EffectComboBox.BackColor = System.Drawing.Color.White;
this.resource1EffectComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.resource1EffectComboBox.FormattingEnabled = true;
this.resource1EffectComboBox.Location = new System.Drawing.Point(365, 292);
this.resource1EffectComboBox.Name = "resource1EffectComboBox";
this.resource1EffectComboBox.Size = new System.Drawing.Size(71, 21);
this.resource1EffectComboBox.TabIndex = 171;
//
// resource1TypeComboBox
//
this.resource1TypeComboBox.BackColor = System.Drawing.Color.White;
this.resource1TypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.resource1TypeComboBox.FormattingEnabled = true;
this.resource1TypeComboBox.Location = new System.Drawing.Point(365, 265);
this.resource1TypeComboBox.Name = "resource1TypeComboBox";
this.resource1TypeComboBox.Size = new System.Drawing.Size(71, 21);
this.resource1TypeComboBox.TabIndex = 170;
//
// troopStrengthComboBox
//
this.troopStrengthComboBox.BackColor = System.Drawing.Color.White;
this.troopStrengthComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.troopStrengthComboBox.FormattingEnabled = true;
this.troopStrengthComboBox.Location = new System.Drawing.Point(365, 238);
this.troopStrengthComboBox.Name = "troopStrengthComboBox";
this.troopStrengthComboBox.Size = new System.Drawing.Size(71, 21);
this.troopStrengthComboBox.TabIndex = 169;
//
// flagDesignComboBox
//
this.flagDesignComboBox.BackColor = System.Drawing.Color.White;
this.flagDesignComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.flagDesignComboBox.FormattingEnabled = true;
this.flagDesignComboBox.Location = new System.Drawing.Point(365, 209);
this.flagDesignComboBox.Name = "flagDesignComboBox";
this.flagDesignComboBox.Size = new System.Drawing.Size(71, 21);
this.flagDesignComboBox.TabIndex = 168;
//
// def2ndColorComboBox
//
this.def2ndColorComboBox.BackColor = System.Drawing.Color.White;
this.def2ndColorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.def2ndColorComboBox.FormattingEnabled = true;
this.def2ndColorComboBox.Location = new System.Drawing.Point(365, 182);
this.def2ndColorComboBox.Name = "def2ndColorComboBox";
this.def2ndColorComboBox.Size = new System.Drawing.Size(71, 21);
this.def2ndColorComboBox.TabIndex = 167;
//
// defPrimaryColorComboBox
//
this.defPrimaryColorComboBox.BackColor = System.Drawing.Color.White;
this.defPrimaryColorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.defPrimaryColorComboBox.FormattingEnabled = true;
this.defPrimaryColorComboBox.Location = new System.Drawing.Point(365, 155);
this.defPrimaryColorComboBox.Name = "defPrimaryColorComboBox";
this.defPrimaryColorComboBox.Size = new System.Drawing.Size(71, 21);
this.defPrimaryColorComboBox.TabIndex = 166;
//
// constructionSpeedComboBox
//
this.constructionSpeedComboBox.BackColor = System.Drawing.Color.White;
this.constructionSpeedComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.constructionSpeedComboBox.FormattingEnabled = true;
this.constructionSpeedComboBox.Location = new System.Drawing.Point(365, 128);
this.constructionSpeedComboBox.Name = "constructionSpeedComboBox";
this.constructionSpeedComboBox.Size = new System.Drawing.Size(71, 21);
this.constructionSpeedComboBox.TabIndex = 165;
//
// intellAgentsComboBox
//
this.intellAgentsComboBox.BackColor = System.Drawing.Color.White;
this.intellAgentsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.intellAgentsComboBox.FormattingEnabled = true;
this.intellAgentsComboBox.Location = new System.Drawing.Point(365, 101);
this.intellAgentsComboBox.Name = "intellAgentsComboBox";
this.intellAgentsComboBox.Size = new System.Drawing.Size(71, 21);
this.intellAgentsComboBox.TabIndex = 164;
//
// dissallowedRes3ComboBox
//
this.dissallowedRes3ComboBox.BackColor = System.Drawing.Color.White;
this.dissallowedRes3ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.dissallowedRes3ComboBox.FormattingEnabled = true;
this.dissallowedRes3ComboBox.Location = new System.Drawing.Point(365, 74);
this.dissallowedRes3ComboBox.Name = "dissallowedRes3ComboBox";
this.dissallowedRes3ComboBox.Size = new System.Drawing.Size(71, 21);
this.dissallowedRes3ComboBox.TabIndex = 163;
//
// dissallowedRes2ComboBox
//
this.dissallowedRes2ComboBox.BackColor = System.Drawing.Color.White;
this.dissallowedRes2ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.dissallowedRes2ComboBox.FormattingEnabled = true;
this.dissallowedRes2ComboBox.Location = new System.Drawing.Point(365, 47);
this.dissallowedRes2ComboBox.Name = "dissallowedRes2ComboBox";
this.dissallowedRes2ComboBox.Size = new System.Drawing.Size(71, 21);
this.dissallowedRes2ComboBox.TabIndex = 162;
//
// dissallowedRes1ComboBox
//
this.dissallowedRes1ComboBox.BackColor = System.Drawing.Color.White;
this.dissallowedRes1ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.dissallowedRes1ComboBox.FormattingEnabled = true;
this.dissallowedRes1ComboBox.Location = new System.Drawing.Point(365, 20);
this.dissallowedRes1ComboBox.Name = "dissallowedRes1ComboBox";
this.dissallowedRes1ComboBox.Size = new System.Drawing.Size(71, 21);
this.dissallowedRes1ComboBox.TabIndex = 161;
//
// shipSizeFactorMComboBox
//
this.shipSizeFactorMComboBox.BackColor = System.Drawing.Color.White;
this.shipSizeFactorMComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.shipSizeFactorMComboBox.FormattingEnabled = true;
this.shipSizeFactorMComboBox.Location = new System.Drawing.Point(136, 884);
this.shipSizeFactorMComboBox.Name = "shipSizeFactorMComboBox";
this.shipSizeFactorMComboBox.Size = new System.Drawing.Size(71, 21);
this.shipSizeFactorMComboBox.TabIndex = 160;
//
// shipSizeFactorCComboBox
//
this.shipSizeFactorCComboBox.BackColor = System.Drawing.Color.White;
this.shipSizeFactorCComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.shipSizeFactorCComboBox.FormattingEnabled = true;
this.shipSizeFactorCComboBox.Location = new System.Drawing.Point(136, 857);
this.shipSizeFactorCComboBox.Name = "shipSizeFactorCComboBox";
this.shipSizeFactorCComboBox.Size = new System.Drawing.Size(71, 21);
this.shipSizeFactorCComboBox.TabIndex = 159;
//
// switchCycleEventComboBox
//
this.switchCycleEventComboBox.BackColor = System.Drawing.Color.White;
this.switchCycleEventComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.switchCycleEventComboBox.FormattingEnabled = true;
this.switchCycleEventComboBox.Location = new System.Drawing.Point(136, 830);
this.switchCycleEventComboBox.Name = "switchCycleEventComboBox";
this.switchCycleEventComboBox.Size = new System.Drawing.Size(71, 21);
this.switchCycleEventComboBox.TabIndex = 158;
//
// factorsFriendlinessComboBox
//
this.factorsFriendlinessComboBox.BackColor = System.Drawing.Color.White;
this.factorsFriendlinessComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.factorsFriendlinessComboBox.FormattingEnabled = true;
this.factorsFriendlinessComboBox.Location = new System.Drawing.Point(136, 803);
this.factorsFriendlinessComboBox.Name = "factorsFriendlinessComboBox";
this.factorsFriendlinessComboBox.Size = new System.Drawing.Size(71, 21);
this.factorsFriendlinessComboBox.TabIndex = 157;
//
// factorsCautionComboBox
//
this.factorsCautionComboBox.BackColor = System.Drawing.Color.White;
this.factorsCautionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.factorsCautionComboBox.FormattingEnabled = true;
this.factorsCautionComboBox.Location = new System.Drawing.Point(136, 776);
this.factorsCautionComboBox.Name = "factorsCautionComboBox";
this.factorsCautionComboBox.Size = new System.Drawing.Size(71, 21);
this.factorsCautionComboBox.TabIndex = 156;
//
// factorAgreesionComboBox
//
this.factorAgreesionComboBox.BackColor = System.Drawing.Color.White;
this.factorAgreesionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.factorAgreesionComboBox.FormattingEnabled = true;
this.factorAgreesionComboBox.Location = new System.Drawing.Point(136, 749);
this.factorAgreesionComboBox.Name = "factorAgreesionComboBox";
this.factorAgreesionComboBox.Size = new System.Drawing.Size(71, 21);
this.factorAgreesionComboBox.TabIndex = 155;
//
// factorGrowthComboBox
//
this.factorGrowthComboBox.BackColor = System.Drawing.Color.White;
this.factorGrowthComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.factorGrowthComboBox.FormattingEnabled = true;
this.factorGrowthComboBox.Location = new System.Drawing.Point(136, 722);
this.factorGrowthComboBox.Name = "factorGrowthComboBox";
this.factorGrowthComboBox.Size = new System.Drawing.Size(71, 21);
this.factorGrowthComboBox.TabIndex = 154;
//
// playableComboBox
//
this.playableComboBox.BackColor = System.Drawing.Color.White;
this.playableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.playableComboBox.FormattingEnabled = true;
this.playableComboBox.Location = new System.Drawing.Point(136, 695);
this.playableComboBox.Name = "playableComboBox";
this.playableComboBox.Size = new System.Drawing.Size(71, 21);
this.playableComboBox.TabIndex = 153;
//
// canBeNormEmpireComboBox
//
this.canBeNormEmpireComboBox.BackColor = System.Drawing.Color.White;
this.canBeNormEmpireComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.canBeNormEmpireComboBox.FormattingEnabled = true;
this.canBeNormEmpireComboBox.Location = new System.Drawing.Point(136, 668);
this.canBeNormEmpireComboBox.Name = "canBeNormEmpireComboBox";
this.canBeNormEmpireComboBox.Size = new System.Drawing.Size(71, 21);
this.canBeNormEmpireComboBox.TabIndex = 152;
//
// canBePirateComboBox
//
this.canBePirateComboBox.BackColor = System.Drawing.Color.White;
this.canBePirateComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.canBePirateComboBox.FormattingEnabled = true;
this.canBePirateComboBox.Location = new System.Drawing.Point(136, 641);
this.canBePirateComboBox.Name = "canBePirateComboBox";
this.canBePirateComboBox.Size = new System.Drawing.Size(71, 21);
this.canBePirateComboBox.TabIndex = 151;
//
// expandingComboBox
//
this.expandingComboBox.BackColor = System.Drawing.Color.White;
this.expandingComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.expandingComboBox.FormattingEnabled = true;
this.expandingComboBox.Location = new System.Drawing.Point(136, 614);
this.expandingComboBox.Name = "expandingComboBox";
this.expandingComboBox.Size = new System.Drawing.Size(71, 21);
this.expandingComboBox.TabIndex = 150;
//
// prefStartGovComboBox
//
this.prefStartGovComboBox.BackColor = System.Drawing.Color.White;
this.prefStartGovComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.prefStartGovComboBox.FormattingEnabled = true;
this.prefStartGovComboBox.Location = new System.Drawing.Point(136, 587);
this.prefStartGovComboBox.Name = "prefStartGovComboBox";
this.prefStartGovComboBox.Size = new System.Drawing.Size(71, 21);
this.prefStartGovComboBox.TabIndex = 149;
//
// specialGovComboBox
//
this.specialGovComboBox.BackColor = System.Drawing.Color.White;
this.specialGovComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.specialGovComboBox.FormattingEnabled = true;
this.specialGovComboBox.Location = new System.Drawing.Point(136, 560);
this.specialGovComboBox.Name = "specialGovComboBox";
this.specialGovComboBox.Size = new System.Drawing.Size(71, 21);
this.specialGovComboBox.TabIndex = 148;
//
// specialComponetComboBox
//
this.specialComponetComboBox.BackColor = System.Drawing.Color.White;
this.specialComponetComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.specialComponetComboBox.FormattingEnabled = true;
this.specialComponetComboBox.Location = new System.Drawing.Point(136, 533);
this.specialComponetComboBox.Name = "specialComponetComboBox";
this.specialComponetComboBox.Size = new System.Drawing.Size(71, 21);
this.specialComponetComboBox.TabIndex = 147;
//
// nativePlanetTypeComboBox
//
this.nativePlanetTypeComboBox.BackColor = System.Drawing.Color.White;
this.nativePlanetTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.nativePlanetTypeComboBox.FormattingEnabled = true;
this.nativePlanetTypeComboBox.Location = new System.Drawing.Point(136, 506);
this.nativePlanetTypeComboBox.Name = "nativePlanetTypeComboBox";
this.nativePlanetTypeComboBox.Size = new System.Drawing.Size(71, 21);
this.nativePlanetTypeComboBox.TabIndex = 146;
//
// techFocus2ComboBox
//
this.techFocus2ComboBox.BackColor = System.Drawing.Color.White;
this.techFocus2ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.techFocus2ComboBox.FormattingEnabled = true;
this.techFocus2ComboBox.Location = new System.Drawing.Point(136, 479);
this.techFocus2ComboBox.Name = "techFocus2ComboBox";
this.techFocus2ComboBox.Size = new System.Drawing.Size(71, 21);
this.techFocus2ComboBox.TabIndex = 145;
//
// techFocus1ComboBox
//
this.techFocus1ComboBox.BackColor = System.Drawing.Color.White;
this.techFocus1ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.techFocus1ComboBox.FormattingEnabled = true;
this.techFocus1ComboBox.Location = new System.Drawing.Point(136, 452);
this.techFocus1ComboBox.Name = "techFocus1ComboBox";
this.techFocus1ComboBox.Size = new System.Drawing.Size(71, 21);
this.techFocus1ComboBox.TabIndex = 144;
//
// shipDesignFocusComboBox
//
this.shipDesignFocusComboBox.BackColor = System.Drawing.Color.White;
this.shipDesignFocusComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.shipDesignFocusComboBox.FormattingEnabled = true;
this.shipDesignFocusComboBox.Location = new System.Drawing.Point(136, 425);
this.shipDesignFocusComboBox.Name = "shipDesignFocusComboBox";
this.shipDesignFocusComboBox.Size = new System.Drawing.Size(71, 21);
this.shipDesignFocusComboBox.TabIndex = 143;
//
// tradeBonusComboBox
//
this.tradeBonusComboBox.BackColor = System.Drawing.Color.White;
this.tradeBonusComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.tradeBonusComboBox.FormattingEnabled = true;
this.tradeBonusComboBox.Location = new System.Drawing.Point(136, 398);
this.tradeBonusComboBox.Name = "tradeBonusComboBox";
this.tradeBonusComboBox.Size = new System.Drawing.Size(71, 21);
this.tradeBonusComboBox.TabIndex = 142;
//
// espionageBonusComboBox
//
this.espionageBonusComboBox.BackColor = System.Drawing.Color.White;
this.espionageBonusComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.espionageBonusComboBox.FormattingEnabled = true;
this.espionageBonusComboBox.Location = new System.Drawing.Point(136, 371);
this.espionageBonusComboBox.Name = "espionageBonusComboBox";
this.espionageBonusComboBox.Size = new System.Drawing.Size(71, 21);
this.espionageBonusComboBox.TabIndex = 141;
//
// researchBonusComboBox
//
this.researchBonusComboBox.BackColor = System.Drawing.Color.White;
this.researchBonusComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.researchBonusComboBox.FormattingEnabled = true;
this.researchBonusComboBox.Location = new System.Drawing.Point(136, 344);
this.researchBonusComboBox.Name = "researchBonusComboBox";
this.researchBonusComboBox.Size = new System.Drawing.Size(71, 21);
this.researchBonusComboBox.TabIndex = 140;
//
// satisfactionModComboBox
//
this.satisfactionModComboBox.BackColor = System.Drawing.Color.White;
this.satisfactionModComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.satisfactionModComboBox.FormattingEnabled = true;
this.satisfactionModComboBox.Location = new System.Drawing.Point(136, 317);
this.satisfactionModComboBox.Name = "satisfactionModComboBox";
this.satisfactionModComboBox.Size = new System.Drawing.Size(71, 21);
this.satisfactionModComboBox.TabIndex = 139;
//
// warWearinessAttComboBox
//
this.warWearinessAttComboBox.BackColor = System.Drawing.Color.White;
this.warWearinessAttComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.warWearinessAttComboBox.FormattingEnabled = true;
this.warWearinessAttComboBox.Location = new System.Drawing.Point(136, 290);
this.warWearinessAttComboBox.Name = "warWearinessAttComboBox";
this.warWearinessAttComboBox.Size = new System.Drawing.Size(71, 21);
this.warWearinessAttComboBox.TabIndex = 138;
//
// resExtSavingsComboBox
//
this.resExtSavingsComboBox.BackColor = System.Drawing.Color.White;
this.resExtSavingsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.resExtSavingsComboBox.FormattingEnabled = true;
this.resExtSavingsComboBox.Location = new System.Drawing.Point(136, 263);
this.resExtSavingsComboBox.Name = "resExtSavingsComboBox";
this.resExtSavingsComboBox.Size = new System.Drawing.Size(71, 21);
this.resExtSavingsComboBox.TabIndex = 137;
//
// troopMaintSavingsComboBox
//
this.troopMaintSavingsComboBox.BackColor = System.Drawing.Color.White;
this.troopMaintSavingsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.troopMaintSavingsComboBox.FormattingEnabled = true;
this.troopMaintSavingsComboBox.Location = new System.Drawing.Point(136, 236);
this.troopMaintSavingsComboBox.Name = "troopMaintSavingsComboBox";
this.troopMaintSavingsComboBox.Size = new System.Drawing.Size(71, 21);
this.troopMaintSavingsComboBox.TabIndex = 136;
//
// shipMaintSavingsComboBox
//
this.shipMaintSavingsComboBox.BackColor = System.Drawing.Color.White;
this.shipMaintSavingsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.shipMaintSavingsComboBox.FormattingEnabled = true;
this.shipMaintSavingsComboBox.Location = new System.Drawing.Point(136, 209);
this.shipMaintSavingsComboBox.Name = "shipMaintSavingsComboBox";
this.shipMaintSavingsComboBox.Size = new System.Drawing.Size(71, 21);
this.shipMaintSavingsComboBox.TabIndex = 135;
//
// loyaltyComboBox
//
this.loyaltyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.loyaltyComboBox.FormattingEnabled = true;
this.loyaltyComboBox.Location = new System.Drawing.Point(86, 182);
this.loyaltyComboBox.Name = "loyaltyComboBox";
this.loyaltyComboBox.Size = new System.Drawing.Size(121, 21);
this.loyaltyComboBox.TabIndex = 134;
//
// friendlinessComboBox
//
this.friendlinessComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.friendlinessComboBox.FormattingEnabled = true;
this.friendlinessComboBox.Location = new System.Drawing.Point(86, 155);
this.friendlinessComboBox.Name = "friendlinessComboBox";
this.friendlinessComboBox.Size = new System.Drawing.Size(121, 21);
this.friendlinessComboBox.TabIndex = 133;
//
// cautionComboBox
//
this.cautionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cautionComboBox.FormattingEnabled = true;
this.cautionComboBox.Location = new System.Drawing.Point(86, 128);
this.cautionComboBox.Name = "cautionComboBox";
this.cautionComboBox.Size = new System.Drawing.Size(121, 21);
this.cautionComboBox.TabIndex = 132;
//
// agressionComboBox
//
this.agressionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.agressionComboBox.FormattingEnabled = true;
this.agressionComboBox.Location = new System.Drawing.Point(86, 101);
this.agressionComboBox.Name = "agressionComboBox";
this.agressionComboBox.Size = new System.Drawing.Size(121, 21);
this.agressionComboBox.TabIndex = 131;
//
// intelligenceComboBox
//
this.intelligenceComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.intelligenceComboBox.FormattingEnabled = true;
this.intelligenceComboBox.Location = new System.Drawing.Point(86, 74);
this.intelligenceComboBox.Name = "intelligenceComboBox";
this.intelligenceComboBox.Size = new System.Drawing.Size(121, 21);
this.intelligenceComboBox.TabIndex = 130;
//
// repRateComboBox
//
this.repRateComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.repRateComboBox.FormattingEnabled = true;
this.repRateComboBox.Location = new System.Drawing.Point(86, 47);
this.repRateComboBox.Name = "repRateComboBox";
this.repRateComboBox.Size = new System.Drawing.Size(121, 21);
this.repRateComboBox.TabIndex = 129;
//
// familyComboBox
//
this.familyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.familyComboBox.FormattingEnabled = true;
this.familyComboBox.Items.AddRange(new object[] {
"0=Humanoid ",
"1=Ursidian",
"2=Insectoid",
"3=Reptilian",
"4=Amphibian",
"5=Rodent",
"6=Machine "});
this.familyComboBox.Location = new System.Drawing.Point(86, 20);
this.familyComboBox.Name = "familyComboBox";
this.familyComboBox.Size = new System.Drawing.Size(121, 21);
this.familyComboBox.TabIndex = 128;
//
// piratePlayStyleLabel
//
this.piratePlayStyleLabel.AutoSize = true;
this.piratePlayStyleLabel.BackColor = System.Drawing.Color.Transparent;
this.piratePlayStyleLabel.Location = new System.Drawing.Point(679, 835);
this.piratePlayStyleLabel.Name = "piratePlayStyleLabel";
this.piratePlayStyleLabel.Size = new System.Drawing.Size(89, 13);
this.piratePlayStyleLabel.TabIndex = 119;
this.piratePlayStyleLabel.Text = "Pirate Play Style :";
//
// randomAppGenLabel
//
this.randomAppGenLabel.AutoSize = true;
this.randomAppGenLabel.BackColor = System.Drawing.Color.Transparent;
this.randomAppGenLabel.Location = new System.Drawing.Point(446, 455);
this.randomAppGenLabel.Name = "randomAppGenLabel";
this.randomAppGenLabel.Size = new System.Drawing.Size(98, 13);
this.randomAppGenLabel.TabIndex = 118;
this.randomAppGenLabel.Text = "Random App Gen :";
//
// troopRegenerationLabel
//
this.troopRegenerationLabel.AutoSize = true;
this.troopRegenerationLabel.BackColor = System.Drawing.Color.Transparent;
this.troopRegenerationLabel.Location = new System.Drawing.Point(679, 808);
this.troopRegenerationLabel.Name = "troopRegenerationLabel";
this.troopRegenerationLabel.Size = new System.Drawing.Size(108, 13);
this.troopRegenerationLabel.TabIndex = 116;
this.troopRegenerationLabel.Text = "Troop Regeneration :";
//
// migrationLabel
//
this.migrationLabel.AutoSize = true;
this.migrationLabel.BackColor = System.Drawing.Color.Transparent;
this.migrationLabel.Location = new System.Drawing.Point(679, 781);
this.migrationLabel.Name = "migrationLabel";
this.migrationLabel.Size = new System.Drawing.Size(56, 13);
this.migrationLabel.TabIndex = 115;
this.migrationLabel.Text = "Migration :";
//
// freeTradeIncomeLabel
//
this.freeTradeIncomeLabel.AutoSize = true;
this.freeTradeIncomeLabel.BackColor = System.Drawing.Color.Transparent;
this.freeTradeIncomeLabel.Location = new System.Drawing.Point(679, 754);
this.freeTradeIncomeLabel.Name = "freeTradeIncomeLabel";
this.freeTradeIncomeLabel.Size = new System.Drawing.Size(103, 13);
this.freeTradeIncomeLabel.TabIndex = 114;
this.freeTradeIncomeLabel.Text = "Free Trade Income :";
//
// tourismIncomeLabel
//
this.tourismIncomeLabel.AutoSize = true;
this.tourismIncomeLabel.BackColor = System.Drawing.Color.Transparent;
this.tourismIncomeLabel.Location = new System.Drawing.Point(679, 727);
this.tourismIncomeLabel.Name = "tourismIncomeLabel";
this.tourismIncomeLabel.Size = new System.Drawing.Size(88, 13);
this.tourismIncomeLabel.TabIndex = 113;
this.tourismIncomeLabel.Text = "Tourism Income :";
//
// knownStartGalLocationLabel
//
this.knownStartGalLocationLabel.AutoSize = true;
this.knownStartGalLocationLabel.BackColor = System.Drawing.Color.Transparent;
this.knownStartGalLocationLabel.Location = new System.Drawing.Point(679, 700);
this.knownStartGalLocationLabel.Name = "knownStartGalLocationLabel";
this.knownStartGalLocationLabel.Size = new System.Drawing.Size(134, 13);
this.knownStartGalLocationLabel.TabIndex = 112;
this.knownStartGalLocationLabel.Text = "Known Start Gal Location :";
//
// portArmourStrLabel
//
this.portArmourStrLabel.AutoSize = true;
this.portArmourStrLabel.BackColor = System.Drawing.Color.Transparent;
this.portArmourStrLabel.Location = new System.Drawing.Point(679, 673);
this.portArmourStrLabel.Name = "portArmourStrLabel";
this.portArmourStrLabel.Size = new System.Drawing.Size(84, 13);
this.portArmourStrLabel.TabIndex = 111;
this.portArmourStrLabel.Text = "Port Armour Str :";
//
// immuneNaturalDisLabel
//
this.immuneNaturalDisLabel.AutoSize = true;
this.immuneNaturalDisLabel.BackColor = System.Drawing.Color.Transparent;
this.immuneNaturalDisLabel.Location = new System.Drawing.Point(679, 647);
this.immuneNaturalDisLabel.Name = "immuneNaturalDisLabel";
this.immuneNaturalDisLabel.Size = new System.Drawing.Size(108, 13);
this.immuneNaturalDisLabel.TabIndex = 110;
this.immuneNaturalDisLabel.Text = "Immune Natural Dis. :";
//
// popPolGrowthExtLabel
//
this.popPolGrowthExtLabel.AutoSize = true;
this.popPolGrowthExtLabel.BackColor = System.Drawing.Color.Transparent;
this.popPolGrowthExtLabel.Location = new System.Drawing.Point(679, 619);
this.popPolGrowthExtLabel.Name = "popPolGrowthExtLabel";
this.popPolGrowthExtLabel.Size = new System.Drawing.Size(105, 13);
this.popPolGrowthExtLabel.TabIndex = 109;
this.popPolGrowthExtLabel.Text = "Pop Pol Growth Ext :";
//
// constructSpdVolcanLabel
//
this.constructSpdVolcanLabel.AutoSize = true;
this.constructSpdVolcanLabel.BackColor = System.Drawing.Color.Transparent;
this.constructSpdVolcanLabel.Location = new System.Drawing.Point(679, 592);
this.constructSpdVolcanLabel.Name = "constructSpdVolcanLabel";
this.constructSpdVolcanLabel.Size = new System.Drawing.Size(116, 13);
this.constructSpdVolcanLabel.TabIndex = 108;
this.constructSpdVolcanLabel.Text = "Construct Spd Volcan :";
//
// constructSpdIceLabel
//
this.constructSpdIceLabel.AutoSize = true;
this.constructSpdIceLabel.BackColor = System.Drawing.Color.Transparent;
this.constructSpdIceLabel.Location = new System.Drawing.Point(679, 565);
this.constructSpdIceLabel.Name = "constructSpdIceLabel";
this.constructSpdIceLabel.Size = new System.Drawing.Size(98, 13);
this.constructSpdIceLabel.TabIndex = 107;
this.constructSpdIceLabel.Text = "Construct Spd Ice :";
//
// constructSpdDesertLabel
//
this.constructSpdDesertLabel.AutoSize = true;
this.constructSpdDesertLabel.BackColor = System.Drawing.Color.Transparent;
this.constructSpdDesertLabel.Location = new System.Drawing.Point(679, 538);
this.constructSpdDesertLabel.Name = "constructSpdDesertLabel";
this.constructSpdDesertLabel.Size = new System.Drawing.Size(114, 13);
this.constructSpdDesertLabel.TabIndex = 106;
this.constructSpdDesertLabel.Text = "Construct Spd Desert :";
//
// constructSpdOceanLabel
//
this.constructSpdOceanLabel.AutoSize = true;
this.constructSpdOceanLabel.BackColor = System.Drawing.Color.Transparent;
this.constructSpdOceanLabel.Location = new System.Drawing.Point(679, 511);
this.constructSpdOceanLabel.Name = "constructSpdOceanLabel";
this.constructSpdOceanLabel.Size = new System.Drawing.Size(115, 13);
this.constructSpdOceanLabel.TabIndex = 105;
this.constructSpdOceanLabel.Text = "Construct Spd Ocean :";
//
// constructSpdMarshyLabel
//
this.constructSpdMarshyLabel.AutoSize = true;
this.constructSpdMarshyLabel.BackColor = System.Drawing.Color.Transparent;
this.constructSpdMarshyLabel.Location = new System.Drawing.Point(679, 484);
this.constructSpdMarshyLabel.Name = "constructSpdMarshyLabel";
this.constructSpdMarshyLabel.Size = new System.Drawing.Size(117, 13);
this.constructSpdMarshyLabel.TabIndex = 104;
this.constructSpdMarshyLabel.Text = "Construct Spd Marshy :";
//
// constructSpdContLabel
//
this.constructSpdContLabel.AutoSize = true;
this.constructSpdContLabel.BackColor = System.Drawing.Color.Transparent;
this.constructSpdContLabel.Location = new System.Drawing.Point(679, 457);
this.constructSpdContLabel.Name = "constructSpdContLabel";
this.constructSpdContLabel.Size = new System.Drawing.Size(105, 13);
this.constructSpdContLabel.TabIndex = 103;
this.constructSpdContLabel.Text = "Construct Spd Cont :";
//
// researchCostVolcanLabel
//
this.researchCostVolcanLabel.AutoSize = true;
this.researchCostVolcanLabel.BackColor = System.Drawing.Color.Transparent;
this.researchCostVolcanLabel.Location = new System.Drawing.Point(679, 430);
this.researchCostVolcanLabel.Name = "researchCostVolcanLabel";
this.researchCostVolcanLabel.Size = new System.Drawing.Size(119, 13);
this.researchCostVolcanLabel.TabIndex = 102;
this.researchCostVolcanLabel.Text = "Research Cost Volcan :";
//
// researchCostIceLabel
//
this.researchCostIceLabel.AutoSize = true;
this.researchCostIceLabel.BackColor = System.Drawing.Color.Transparent;
this.researchCostIceLabel.Location = new System.Drawing.Point(679, 403);
this.researchCostIceLabel.Name = "researchCostIceLabel";
this.researchCostIceLabel.Size = new System.Drawing.Size(101, 13);
this.researchCostIceLabel.TabIndex = 101;
this.researchCostIceLabel.Text = "Research Cost Ice :";
//
// researchCostDesertLabel
//
this.researchCostDesertLabel.AutoSize = true;
this.researchCostDesertLabel.BackColor = System.Drawing.Color.Transparent;
this.researchCostDesertLabel.Location = new System.Drawing.Point(679, 376);
this.researchCostDesertLabel.Name = "researchCostDesertLabel";
this.researchCostDesertLabel.Size = new System.Drawing.Size(117, 13);
this.researchCostDesertLabel.TabIndex = 100;
this.researchCostDesertLabel.Text = "Research Cost Desert :";
//
// researchCostOceanLabel
//
this.researchCostOceanLabel.AutoSize = true;
this.researchCostOceanLabel.BackColor = System.Drawing.Color.Transparent;
this.researchCostOceanLabel.Location = new System.Drawing.Point(679, 349);
this.researchCostOceanLabel.Name = "researchCostOceanLabel";
this.researchCostOceanLabel.Size = new System.Drawing.Size(118, 13);
this.researchCostOceanLabel.TabIndex = 99;
this.researchCostOceanLabel.Text = "Research Cost Ocean :";
//
// researchCostMarshyLabel
//
this.researchCostMarshyLabel.AutoSize = true;
this.researchCostMarshyLabel.BackColor = System.Drawing.Color.Transparent;
this.researchCostMarshyLabel.Location = new System.Drawing.Point(679, 322);
this.researchCostMarshyLabel.Name = "researchCostMarshyLabel";
this.researchCostMarshyLabel.Size = new System.Drawing.Size(120, 13);
this.researchCostMarshyLabel.TabIndex = 98;
this.researchCostMarshyLabel.Text = "Research Cost Marshy :";
//
// researchCostContLabel
//
this.researchCostContLabel.AutoSize = true;
this.researchCostContLabel.BackColor = System.Drawing.Color.Transparent;
this.researchCostContLabel.Location = new System.Drawing.Point(679, 295);
this.researchCostContLabel.Name = "researchCostContLabel";
this.researchCostContLabel.Size = new System.Drawing.Size(108, 13);
this.researchCostContLabel.TabIndex = 97;
this.researchCostContLabel.Text = "Research Cost Cont :";
//
// startTraitCaptianLabel
//
this.startTraitCaptianLabel.AutoSize = true;
this.startTraitCaptianLabel.BackColor = System.Drawing.Color.Transparent;
this.startTraitCaptianLabel.Location = new System.Drawing.Point(446, 806);
this.startTraitCaptianLabel.Name = "startTraitCaptianLabel";
this.startTraitCaptianLabel.Size = new System.Drawing.Size(98, 13);
this.startTraitCaptianLabel.TabIndex = 96;
this.startTraitCaptianLabel.Text = "Start Trait Captian :";
//
// startTraitPirLeadLabel
//
this.startTraitPirLeadLabel.AutoSize = true;
this.startTraitPirLeadLabel.BackColor = System.Drawing.Color.Transparent;
this.startTraitPirLeadLabel.Location = new System.Drawing.Point(446, 779);
this.startTraitPirLeadLabel.Name = "startTraitPirLeadLabel";
this.startTraitPirLeadLabel.Size = new System.Drawing.Size(98, 13);
this.startTraitPirLeadLabel.TabIndex = 95;
this.startTraitPirLeadLabel.Text = "Start TraitPir Lead :";
//
// startTraitIntLabel
//
this.startTraitIntLabel.AutoSize = true;
this.startTraitIntLabel.BackColor = System.Drawing.Color.Transparent;
this.startTraitIntLabel.Location = new System.Drawing.Point(446, 752);
this.startTraitIntLabel.Name = "startTraitIntLabel";
this.startTraitIntLabel.Size = new System.Drawing.Size(74, 13);
this.startTraitIntLabel.TabIndex = 94;
this.startTraitIntLabel.Text = "Start Trait Int :";
//
// startTraitSciLabel
//
this.startTraitSciLabel.AutoSize = true;
this.startTraitSciLabel.BackColor = System.Drawing.Color.Transparent;
this.startTraitSciLabel.Location = new System.Drawing.Point(446, 725);
this.startTraitSciLabel.Name = "startTraitSciLabel";
this.startTraitSciLabel.Size = new System.Drawing.Size(77, 13);
this.startTraitSciLabel.TabIndex = 93;
this.startTraitSciLabel.Text = "Start Trait Sci :";
//
// startTraitGenLabel
//
this.startTraitGenLabel.AutoSize = true;
this.startTraitGenLabel.BackColor = System.Drawing.Color.Transparent;
this.startTraitGenLabel.Location = new System.Drawing.Point(446, 698);
this.startTraitGenLabel.Name = "startTraitGenLabel";
this.startTraitGenLabel.Size = new System.Drawing.Size(82, 13);
this.startTraitGenLabel.TabIndex = 92;
this.startTraitGenLabel.Text = "Start Trait Gen :";
//
// startTraitAdmiralLabel
//
this.startTraitAdmiralLabel.AutoSize = true;
this.startTraitAdmiralLabel.BackColor = System.Drawing.Color.Transparent;
this.startTraitAdmiralLabel.Location = new System.Drawing.Point(446, 671);
this.startTraitAdmiralLabel.Name = "startTraitAdmiralLabel";
this.startTraitAdmiralLabel.Size = new System.Drawing.Size(96, 13);
this.startTraitAdmiralLabel.TabIndex = 91;
this.startTraitAdmiralLabel.Text = "Start Trait Admiral :";
//
// startTraitGovLabel
//
this.startTraitGovLabel.AutoSize = true;
this.startTraitGovLabel.BackColor = System.Drawing.Color.Transparent;
this.startTraitGovLabel.Location = new System.Drawing.Point(446, 644);
this.startTraitGovLabel.Name = "startTraitGovLabel";
this.startTraitGovLabel.Size = new System.Drawing.Size(82, 13);
this.startTraitGovLabel.TabIndex = 90;
this.startTraitGovLabel.Text = "Start Trait Gov :";
//
// startTraitAmbassLabel
//
this.startTraitAmbassLabel.AutoSize = true;
this.startTraitAmbassLabel.BackColor = System.Drawing.Color.Transparent;
this.startTraitAmbassLabel.Location = new System.Drawing.Point(446, 617);
this.startTraitAmbassLabel.Name = "startTraitAmbassLabel";
this.startTraitAmbassLabel.Size = new System.Drawing.Size(99, 13);
this.startTraitAmbassLabel.TabIndex = 89;
this.startTraitAmbassLabel.Text = "Start Trait Ambass :";
//
// startTraitLeadLabel
//
this.startTraitLeadLabel.AutoSize = true;
this.startTraitLeadLabel.BackColor = System.Drawing.Color.Transparent;
this.startTraitLeadLabel.Location = new System.Drawing.Point(446, 590);
this.startTraitLeadLabel.Name = "startTraitLeadLabel";
this.startTraitLeadLabel.Size = new System.Drawing.Size(86, 13);
this.startTraitLeadLabel.TabIndex = 88;
this.startTraitLeadLabel.Text = "Start Trait Lead :";
//
// randomAppCaptianLabel
//
this.randomAppCaptianLabel.AutoSize = true;
this.randomAppCaptianLabel.BackColor = System.Drawing.Color.Transparent;
this.randomAppCaptianLabel.Location = new System.Drawing.Point(446, 563);
this.randomAppCaptianLabel.Name = "randomAppCaptianLabel";
this.randomAppCaptianLabel.Size = new System.Drawing.Size(114, 13);
this.randomAppCaptianLabel.TabIndex = 87;
this.randomAppCaptianLabel.Text = "Random App Captian :";
//
// randomAppPirLeadLabel
//
this.randomAppPirLeadLabel.AutoSize = true;
this.randomAppPirLeadLabel.BackColor = System.Drawing.Color.Transparent;
this.randomAppPirLeadLabel.Location = new System.Drawing.Point(446, 536);
this.randomAppPirLeadLabel.Name = "randomAppPirLeadLabel";
this.randomAppPirLeadLabel.Size = new System.Drawing.Size(117, 13);
this.randomAppPirLeadLabel.TabIndex = 86;
this.randomAppPirLeadLabel.Text = "Random App Pir Lead :";
//
// randomAppIntLabel
//
this.randomAppIntLabel.AutoSize = true;
this.randomAppIntLabel.BackColor = System.Drawing.Color.Transparent;
this.randomAppIntLabel.Location = new System.Drawing.Point(446, 509);
this.randomAppIntLabel.Name = "randomAppIntLabel";
this.randomAppIntLabel.Size = new System.Drawing.Size(90, 13);
this.randomAppIntLabel.TabIndex = 85;
this.randomAppIntLabel.Text = "Random App Int :";
//
// randomAppSciLabel
//
this.randomAppSciLabel.AutoSize = true;
this.randomAppSciLabel.BackColor = System.Drawing.Color.Transparent;
this.randomAppSciLabel.Location = new System.Drawing.Point(446, 482);
this.randomAppSciLabel.Name = "randomAppSciLabel";
this.randomAppSciLabel.Size = new System.Drawing.Size(93, 13);
this.randomAppSciLabel.TabIndex = 84;
this.randomAppSciLabel.Text = "Random App Sci :";
//
// label83
//
this.label83.AutoSize = true;
this.label83.BackColor = System.Drawing.Color.Transparent;
this.label83.Location = new System.Drawing.Point(458, 318);
this.label83.Name = "label83";
this.label83.Size = new System.Drawing.Size(0, 13);
this.label83.TabIndex = 83;
//
// randomAppAdmiralLabel
//
this.randomAppAdmiralLabel.AutoSize = true;
this.randomAppAdmiralLabel.BackColor = System.Drawing.Color.Transparent;
this.randomAppAdmiralLabel.Location = new System.Drawing.Point(446, 428);
this.randomAppAdmiralLabel.Name = "randomAppAdmiralLabel";
this.randomAppAdmiralLabel.Size = new System.Drawing.Size(112, 13);
this.randomAppAdmiralLabel.TabIndex = 82;
this.randomAppAdmiralLabel.Text = "Random App Admiral :";
//
// randomAppGovLabel
//
this.randomAppGovLabel.AutoSize = true;
this.randomAppGovLabel.BackColor = System.Drawing.Color.Transparent;
this.randomAppGovLabel.Location = new System.Drawing.Point(446, 401);
this.randomAppGovLabel.Name = "randomAppGovLabel";
this.randomAppGovLabel.Size = new System.Drawing.Size(95, 13);
this.randomAppGovLabel.TabIndex = 81;
this.randomAppGovLabel.Text = "Random App Gov:";
//
// randomAppAmbassLabel
//
this.randomAppAmbassLabel.AutoSize = true;
this.randomAppAmbassLabel.BackColor = System.Drawing.Color.Transparent;
this.randomAppAmbassLabel.Location = new System.Drawing.Point(446, 374);
this.randomAppAmbassLabel.Name = "randomAppAmbassLabel";
this.randomAppAmbassLabel.Size = new System.Drawing.Size(115, 13);
this.randomAppAmbassLabel.TabIndex = 80;
this.randomAppAmbassLabel.Text = "Random App Ambass :";
//
// randomAppLeaderLabel
//
this.randomAppLeaderLabel.AutoSize = true;
this.randomAppLeaderLabel.BackColor = System.Drawing.Color.Transparent;
this.randomAppLeaderLabel.Location = new System.Drawing.Point(446, 347);
this.randomAppLeaderLabel.Name = "randomAppLeaderLabel";
this.randomAppLeaderLabel.Size = new System.Drawing.Size(111, 13);
this.randomAppLeaderLabel.TabIndex = 79;
this.randomAppLeaderLabel.Text = "Random App Leader :";
//
// raceEvent2FreqLabel
//
this.raceEvent2FreqLabel.AutoSize = true;
this.raceEvent2FreqLabel.BackColor = System.Drawing.Color.Transparent;
this.raceEvent2FreqLabel.Location = new System.Drawing.Point(446, 320);
this.raceEvent2FreqLabel.Name = "raceEvent2FreqLabel";
this.raceEvent2FreqLabel.Size = new System.Drawing.Size(103, 13);
this.raceEvent2FreqLabel.TabIndex = 78;
this.raceEvent2FreqLabel.Text = "Race Event 2 Freq :";
//
// raceEvent2TypeLabel
//
this.raceEvent2TypeLabel.AutoSize = true;
this.raceEvent2TypeLabel.BackColor = System.Drawing.Color.Transparent;
this.raceEvent2TypeLabel.Location = new System.Drawing.Point(446, 293);
this.raceEvent2TypeLabel.Name = "raceEvent2TypeLabel";
this.raceEvent2TypeLabel.Size = new System.Drawing.Size(106, 13);
this.raceEvent2TypeLabel.TabIndex = 77;
this.raceEvent2TypeLabel.Text = "Race Event 2 Type :";
//
// raceEvent1FreqLabel
//
this.raceEvent1FreqLabel.AutoSize = true;
this.raceEvent1FreqLabel.BackColor = System.Drawing.Color.Transparent;
this.raceEvent1FreqLabel.Location = new System.Drawing.Point(446, 266);
this.raceEvent1FreqLabel.Name = "raceEvent1FreqLabel";
this.raceEvent1FreqLabel.Size = new System.Drawing.Size(103, 13);
this.raceEvent1FreqLabel.TabIndex = 76;
this.raceEvent1FreqLabel.Text = "Race Event 1 Freq :";
//
// raceEvent1TypeLabel
//
this.raceEvent1TypeLabel.AutoSize = true;
this.raceEvent1TypeLabel.BackColor = System.Drawing.Color.Transparent;
this.raceEvent1TypeLabel.Location = new System.Drawing.Point(446, 239);
this.raceEvent1TypeLabel.Name = "raceEvent1TypeLabel";
this.raceEvent1TypeLabel.Size = new System.Drawing.Size(106, 13);
this.raceEvent1TypeLabel.TabIndex = 75;
this.raceEvent1TypeLabel.Text = "Race Event 1 Type :";
//
// condition5AddDataLabel
//
this.condition5AddDataLabel.AutoSize = true;
this.condition5AddDataLabel.BackColor = System.Drawing.Color.Transparent;
this.condition5AddDataLabel.Location = new System.Drawing.Point(446, 212);
this.condition5AddDataLabel.Name = "condition5AddDataLabel";
this.condition5AddDataLabel.Size = new System.Drawing.Size(114, 13);
this.condition5AddDataLabel.TabIndex = 74;
this.condition5AddDataLabel.Text = "Condition 5 Add Data :";
//
// condition5PropLabel
//
this.condition5PropLabel.AutoSize = true;
this.condition5PropLabel.BackColor = System.Drawing.Color.Transparent;
this.condition5PropLabel.Location = new System.Drawing.Point(446, 185);
this.condition5PropLabel.Name = "condition5PropLabel";
this.condition5PropLabel.Size = new System.Drawing.Size(91, 13);
this.condition5PropLabel.TabIndex = 73;
this.condition5PropLabel.Text = "Condition 5 Prop :";
//
// condition5ValueLabel
//
this.condition5ValueLabel.AutoSize = true;
this.condition5ValueLabel.BackColor = System.Drawing.Color.Transparent;
this.condition5ValueLabel.Location = new System.Drawing.Point(446, 158);
this.condition5ValueLabel.Name = "condition5ValueLabel";
this.condition5ValueLabel.Size = new System.Drawing.Size(96, 13);
this.condition5ValueLabel.TabIndex = 72;
this.condition5ValueLabel.Text = "Condition 5 Value :";
//
// condition5TypeLabel
//
this.condition5TypeLabel.AutoSize = true;
this.condition5TypeLabel.BackColor = System.Drawing.Color.Transparent;
this.condition5TypeLabel.Location = new System.Drawing.Point(451, 131);
this.condition5TypeLabel.Name = "condition5TypeLabel";
this.condition5TypeLabel.Size = new System.Drawing.Size(93, 13);
this.condition5TypeLabel.TabIndex = 71;
this.condition5TypeLabel.Text = "Condition 5 Type :";
//
// condition4AddDataLabel
//
this.condition4AddDataLabel.AutoSize = true;
this.condition4AddDataLabel.BackColor = System.Drawing.Color.Transparent;
this.condition4AddDataLabel.Location = new System.Drawing.Point(446, 104);
this.condition4AddDataLabel.Name = "condition4AddDataLabel";
this.condition4AddDataLabel.Size = new System.Drawing.Size(114, 13);
this.condition4AddDataLabel.TabIndex = 70;
this.condition4AddDataLabel.Text = "Condition 4 Add Data :";
//
// condition4PropLabel
//
this.condition4PropLabel.AutoSize = true;
this.condition4PropLabel.BackColor = System.Drawing.Color.Transparent;
this.condition4PropLabel.Location = new System.Drawing.Point(446, 77);
this.condition4PropLabel.Name = "condition4PropLabel";
this.condition4PropLabel.Size = new System.Drawing.Size(91, 13);
this.condition4PropLabel.TabIndex = 69;
this.condition4PropLabel.Text = "Condition 4 Prop :";
//
// condition4ValueLabel
//
this.condition4ValueLabel.AutoSize = true;
this.condition4ValueLabel.BackColor = System.Drawing.Color.Transparent;
this.condition4ValueLabel.Location = new System.Drawing.Point(446, 50);
this.condition4ValueLabel.Name = "condition4ValueLabel";
this.condition4ValueLabel.Size = new System.Drawing.Size(96, 13);
this.condition4ValueLabel.TabIndex = 68;
this.condition4ValueLabel.Text = "Condition 4 Value :";
//
// condition4TypeLabel
//
this.condition4TypeLabel.AutoSize = true;
this.condition4TypeLabel.BackColor = System.Drawing.Color.Transparent;
this.condition4TypeLabel.Location = new System.Drawing.Point(446, 23);
this.condition4TypeLabel.Name = "condition4TypeLabel";
this.condition4TypeLabel.Size = new System.Drawing.Size(93, 13);
this.condition4TypeLabel.TabIndex = 67;
this.condition4TypeLabel.Text = "Condition 4 Type :";
//
// condition3AddDataLabel
//
this.condition3AddDataLabel.AutoSize = true;
this.condition3AddDataLabel.BackColor = System.Drawing.Color.Transparent;
this.condition3AddDataLabel.Location = new System.Drawing.Point(222, 885);
this.condition3AddDataLabel.Name = "condition3AddDataLabel";
this.condition3AddDataLabel.Size = new System.Drawing.Size(114, 13);
this.condition3AddDataLabel.TabIndex = 66;
this.condition3AddDataLabel.Text = "Condition 3 Add Data :";
//
// condition3PropLabel
//
this.condition3PropLabel.AutoSize = true;
this.condition3PropLabel.BackColor = System.Drawing.Color.Transparent;
this.condition3PropLabel.Location = new System.Drawing.Point(222, 858);
this.condition3PropLabel.Name = "condition3PropLabel";
this.condition3PropLabel.Size = new System.Drawing.Size(91, 13);
this.condition3PropLabel.TabIndex = 65;
this.condition3PropLabel.Text = "Condition 3 Prop :";
//
// condition3ValueLabel
//
this.condition3ValueLabel.AutoSize = true;
this.condition3ValueLabel.BackColor = System.Drawing.Color.Transparent;
this.condition3ValueLabel.Location = new System.Drawing.Point(222, 833);
this.condition3ValueLabel.Name = "condition3ValueLabel";
this.condition3ValueLabel.Size = new System.Drawing.Size(96, 13);
this.condition3ValueLabel.TabIndex = 64;
this.condition3ValueLabel.Text = "Condition 3 Value :";
//
// condition3TypeLabel
//
this.condition3TypeLabel.AutoSize = true;
this.condition3TypeLabel.BackColor = System.Drawing.Color.Transparent;
this.condition3TypeLabel.Location = new System.Drawing.Point(222, 806);
this.condition3TypeLabel.Name = "condition3TypeLabel";
this.condition3TypeLabel.Size = new System.Drawing.Size(93, 13);
this.condition3TypeLabel.TabIndex = 63;
this.condition3TypeLabel.Text = "Condition 3 Type :";
//
// condition2AddDataLabel
//
this.condition2AddDataLabel.AutoSize = true;
this.condition2AddDataLabel.BackColor = System.Drawing.Color.Transparent;
this.condition2AddDataLabel.Location = new System.Drawing.Point(222, 779);
this.condition2AddDataLabel.Name = "condition2AddDataLabel";
this.condition2AddDataLabel.Size = new System.Drawing.Size(114, 13);
this.condition2AddDataLabel.TabIndex = 62;
this.condition2AddDataLabel.Text = "Condition 2 Add Data :";
//
// condition2PropLabel
//
this.condition2PropLabel.AutoSize = true;
this.condition2PropLabel.BackColor = System.Drawing.Color.Transparent;
this.condition2PropLabel.Location = new System.Drawing.Point(222, 754);
this.condition2PropLabel.Name = "condition2PropLabel";
this.condition2PropLabel.Size = new System.Drawing.Size(91, 13);
this.condition2PropLabel.TabIndex = 61;
this.condition2PropLabel.Text = "Condition 2 Prop :";
//
// condition2ValueLabel
//
this.condition2ValueLabel.AutoSize = true;
this.condition2ValueLabel.BackColor = System.Drawing.Color.Transparent;
this.condition2ValueLabel.Location = new System.Drawing.Point(222, 725);
this.condition2ValueLabel.Name = "condition2ValueLabel";
this.condition2ValueLabel.Size = new System.Drawing.Size(96, 13);
this.condition2ValueLabel.TabIndex = 60;
this.condition2ValueLabel.Text = "Condition 2 Value :";
//
// condition2TypeLabel
//
this.condition2TypeLabel.AutoSize = true;
this.condition2TypeLabel.BackColor = System.Drawing.Color.Transparent;
this.condition2TypeLabel.Location = new System.Drawing.Point(222, 698);
this.condition2TypeLabel.Name = "condition2TypeLabel";
this.condition2TypeLabel.Size = new System.Drawing.Size(93, 13);
this.condition2TypeLabel.TabIndex = 59;
this.condition2TypeLabel.Text = "Condition 2 Type :";
//
// condition1AddDataLabel
//
this.condition1AddDataLabel.AutoSize = true;
this.condition1AddDataLabel.BackColor = System.Drawing.Color.Transparent;
this.condition1AddDataLabel.Location = new System.Drawing.Point(222, 671);
this.condition1AddDataLabel.Name = "condition1AddDataLabel";
this.condition1AddDataLabel.Size = new System.Drawing.Size(114, 13);
this.condition1AddDataLabel.TabIndex = 58;
this.condition1AddDataLabel.Text = "Condition 1 Add Data :";
//
// condition1PropLabel
//
this.condition1PropLabel.AutoSize = true;
this.condition1PropLabel.BackColor = System.Drawing.Color.Transparent;
this.condition1PropLabel.Location = new System.Drawing.Point(222, 644);
this.condition1PropLabel.Name = "condition1PropLabel";
this.condition1PropLabel.Size = new System.Drawing.Size(91, 13);
this.condition1PropLabel.TabIndex = 57;
this.condition1PropLabel.Text = "Condition 1 Prop :";
//
// condition1ValueLabel
//
this.condition1ValueLabel.AutoSize = true;
this.condition1ValueLabel.BackColor = System.Drawing.Color.Transparent;
this.condition1ValueLabel.Location = new System.Drawing.Point(222, 617);
this.condition1ValueLabel.Name = "condition1ValueLabel";
this.condition1ValueLabel.Size = new System.Drawing.Size(96, 13);
this.condition1ValueLabel.TabIndex = 56;
this.condition1ValueLabel.Text = "Condition 1 Value :";
//
// condition1TypeLabel
//
this.condition1TypeLabel.AutoSize = true;
this.condition1TypeLabel.BackColor = System.Drawing.Color.Transparent;
this.condition1TypeLabel.Location = new System.Drawing.Point(222, 590);
this.condition1TypeLabel.Name = "condition1TypeLabel";
this.condition1TypeLabel.Size = new System.Drawing.Size(93, 13);
this.condition1TypeLabel.TabIndex = 55;
this.condition1TypeLabel.Text = "Condition 1 Type :";
//
// resource3AppOnlyLabel
//
this.resource3AppOnlyLabel.AutoSize = true;
this.resource3AppOnlyLabel.BackColor = System.Drawing.Color.Transparent;
this.resource3AppOnlyLabel.Location = new System.Drawing.Point(222, 565);
this.resource3AppOnlyLabel.Name = "resource3AppOnlyLabel";
this.resource3AppOnlyLabel.Size = new System.Drawing.Size(114, 13);
this.resource3AppOnlyLabel.TabIndex = 54;
this.resource3AppOnlyLabel.Text = "Resource 3 App Only :";
//
// resource3AmountLabel
//
this.resource3AmountLabel.AutoSize = true;
this.resource3AmountLabel.BackColor = System.Drawing.Color.Transparent;
this.resource3AmountLabel.Location = new System.Drawing.Point(222, 538);
this.resource3AmountLabel.Name = "resource3AmountLabel";
this.resource3AmountLabel.Size = new System.Drawing.Size(107, 13);
this.resource3AmountLabel.TabIndex = 53;
this.resource3AmountLabel.Text = "Resource 3 Amount :";
//
// resource3EffectLabel
//
this.resource3EffectLabel.AutoSize = true;
this.resource3EffectLabel.BackColor = System.Drawing.Color.Transparent;
this.resource3EffectLabel.Location = new System.Drawing.Point(222, 507);
this.resource3EffectLabel.Name = "resource3EffectLabel";
this.resource3EffectLabel.Size = new System.Drawing.Size(99, 13);
this.resource3EffectLabel.TabIndex = 52;
this.resource3EffectLabel.Text = "Resource 3 Effect :";
//
// resource3TypeLabel
//
this.resource3TypeLabel.AutoSize = true;
this.resource3TypeLabel.BackColor = System.Drawing.Color.Transparent;
this.resource3TypeLabel.Location = new System.Drawing.Point(222, 484);
this.resource3TypeLabel.Name = "resource3TypeLabel";
this.resource3TypeLabel.Size = new System.Drawing.Size(95, 13);
this.resource3TypeLabel.TabIndex = 51;
this.resource3TypeLabel.Text = "Resource 3 Type :";
//
// resource2AppOnlyLabel
//
this.resource2AppOnlyLabel.AutoSize = true;
this.resource2AppOnlyLabel.BackColor = System.Drawing.Color.Transparent;
this.resource2AppOnlyLabel.Location = new System.Drawing.Point(222, 457);
this.resource2AppOnlyLabel.Name = "resource2AppOnlyLabel";
this.resource2AppOnlyLabel.Size = new System.Drawing.Size(114, 13);
this.resource2AppOnlyLabel.TabIndex = 50;
this.resource2AppOnlyLabel.Text = "Resource 2 App Only :";
//
// resource2AmountLabel
//
this.resource2AmountLabel.AutoSize = true;
this.resource2AmountLabel.BackColor = System.Drawing.Color.Transparent;
this.resource2AmountLabel.Location = new System.Drawing.Point(222, 430);
this.resource2AmountLabel.Name = "resource2AmountLabel";
this.resource2AmountLabel.Size = new System.Drawing.Size(107, 13);
this.resource2AmountLabel.TabIndex = 49;
this.resource2AmountLabel.Text = "Resource 2 Amount :";
//
// resource2EffectLabel
//
this.resource2EffectLabel.AutoSize = true;
this.resource2EffectLabel.BackColor = System.Drawing.Color.Transparent;
this.resource2EffectLabel.Location = new System.Drawing.Point(222, 403);
this.resource2EffectLabel.Name = "resource2EffectLabel";
this.resource2EffectLabel.Size = new System.Drawing.Size(99, 13);
this.resource2EffectLabel.TabIndex = 48;
this.resource2EffectLabel.Text = "Resource 2 Effect :";
//
// resource2TypeLabel
//
this.resource2TypeLabel.AutoSize = true;
this.resource2TypeLabel.BackColor = System.Drawing.Color.Transparent;
this.resource2TypeLabel.Location = new System.Drawing.Point(222, 376);
this.resource2TypeLabel.Name = "resource2TypeLabel";
this.resource2TypeLabel.Size = new System.Drawing.Size(95, 13);
this.resource2TypeLabel.TabIndex = 47;
this.resource2TypeLabel.Text = "Resource 2 Type :";
//
// resource1AppOnlyLabel
//
this.resource1AppOnlyLabel.AutoSize = true;
this.resource1AppOnlyLabel.BackColor = System.Drawing.Color.Transparent;
this.resource1AppOnlyLabel.Location = new System.Drawing.Point(222, 349);
this.resource1AppOnlyLabel.Name = "resource1AppOnlyLabel";
this.resource1AppOnlyLabel.Size = new System.Drawing.Size(114, 13);
this.resource1AppOnlyLabel.TabIndex = 46;
this.resource1AppOnlyLabel.Text = "Resource 1 App Only :";
//
// resource1AmountLabel
//
this.resource1AmountLabel.AutoSize = true;
this.resource1AmountLabel.BackColor = System.Drawing.Color.Transparent;
this.resource1AmountLabel.Location = new System.Drawing.Point(222, 322);
this.resource1AmountLabel.Name = "resource1AmountLabel";
this.resource1AmountLabel.Size = new System.Drawing.Size(107, 13);
this.resource1AmountLabel.TabIndex = 45;
this.resource1AmountLabel.Text = "Resource 1 Amount :";
//
// resource1EffectLabel
//
this.resource1EffectLabel.AutoSize = true;
this.resource1EffectLabel.BackColor = System.Drawing.Color.Transparent;
this.resource1EffectLabel.Location = new System.Drawing.Point(222, 295);
this.resource1EffectLabel.Name = "resource1EffectLabel";
this.resource1EffectLabel.Size = new System.Drawing.Size(99, 13);
this.resource1EffectLabel.TabIndex = 44;
this.resource1EffectLabel.Text = "Resource 1 Effect :";
//
// resource1TypeLabel
//
this.resource1TypeLabel.AutoSize = true;
this.resource1TypeLabel.BackColor = System.Drawing.Color.Transparent;
this.resource1TypeLabel.Location = new System.Drawing.Point(222, 268);
this.resource1TypeLabel.Name = "resource1TypeLabel";
this.resource1TypeLabel.Size = new System.Drawing.Size(95, 13);
this.resource1TypeLabel.TabIndex = 43;
this.resource1TypeLabel.Text = "Resource 1 Type :";
//
// troopStrengthLabel
//
this.troopStrengthLabel.AutoSize = true;
this.troopStrengthLabel.BackColor = System.Drawing.Color.Transparent;
this.troopStrengthLabel.Location = new System.Drawing.Point(222, 241);
this.troopStrengthLabel.Name = "troopStrengthLabel";
this.troopStrengthLabel.Size = new System.Drawing.Size(84, 13);
this.troopStrengthLabel.TabIndex = 42;
this.troopStrengthLabel.Text = "Troop Strength :";
//
// flagDesignLabel
//
this.flagDesignLabel.AutoSize = true;
this.flagDesignLabel.BackColor = System.Drawing.Color.Transparent;
this.flagDesignLabel.Location = new System.Drawing.Point(222, 212);
this.flagDesignLabel.Name = "flagDesignLabel";
this.flagDesignLabel.Size = new System.Drawing.Size(69, 13);
this.flagDesignLabel.TabIndex = 41;
this.flagDesignLabel.Text = "Flag Design :";
//
// def2ndColorLabel
//
this.def2ndColorLabel.AutoSize = true;
this.def2ndColorLabel.BackColor = System.Drawing.Color.Transparent;
this.def2ndColorLabel.Location = new System.Drawing.Point(222, 185);
this.def2ndColorLabel.Name = "def2ndColorLabel";
this.def2ndColorLabel.Size = new System.Drawing.Size(78, 13);
this.def2ndColorLabel.TabIndex = 40;
this.def2ndColorLabel.Text = "Def 2nd Color :";
//
// defPrimaryColorLabel
//
this.defPrimaryColorLabel.AutoSize = true;
this.defPrimaryColorLabel.BackColor = System.Drawing.Color.Transparent;
this.defPrimaryColorLabel.Location = new System.Drawing.Point(222, 158);
this.defPrimaryColorLabel.Name = "defPrimaryColorLabel";
this.defPrimaryColorLabel.Size = new System.Drawing.Size(97, 13);
this.defPrimaryColorLabel.TabIndex = 39;
this.defPrimaryColorLabel.Text = "Def. Primary Color :";
//
// constructionSpeedLabel
//
this.constructionSpeedLabel.AutoSize = true;
this.constructionSpeedLabel.BackColor = System.Drawing.Color.Transparent;
this.constructionSpeedLabel.Location = new System.Drawing.Point(222, 131);
this.constructionSpeedLabel.Name = "constructionSpeedLabel";
this.constructionSpeedLabel.Size = new System.Drawing.Size(106, 13);
this.constructionSpeedLabel.TabIndex = 38;
this.constructionSpeedLabel.Text = "Construction Speed :";
//
// intellAgentsLabel
//
this.intellAgentsLabel.AutoSize = true;
this.intellAgentsLabel.BackColor = System.Drawing.Color.Transparent;
this.intellAgentsLabel.Location = new System.Drawing.Point(222, 104);
this.intellAgentsLabel.Name = "intellAgentsLabel";
this.intellAgentsLabel.Size = new System.Drawing.Size(71, 13);
this.intellAgentsLabel.TabIndex = 37;
this.intellAgentsLabel.Text = "Intell Agents :";
//
// dissallowedRes3Label
//
this.dissallowedRes3Label.AutoSize = true;
this.dissallowedRes3Label.BackColor = System.Drawing.Color.Transparent;
this.dissallowedRes3Label.Location = new System.Drawing.Point(222, 77);
this.dissallowedRes3Label.Name = "dissallowedRes3Label";
this.dissallowedRes3Label.Size = new System.Drawing.Size(100, 13);
this.dissallowedRes3Label.TabIndex = 36;
this.dissallowedRes3Label.Text = "Dissallowed Res 3 :";
//
// dissallowedRes2Label
//
this.dissallowedRes2Label.AutoSize = true;
this.dissallowedRes2Label.BackColor = System.Drawing.Color.Transparent;
this.dissallowedRes2Label.Location = new System.Drawing.Point(222, 50);
this.dissallowedRes2Label.Name = "dissallowedRes2Label";
this.dissallowedRes2Label.Size = new System.Drawing.Size(100, 13);
this.dissallowedRes2Label.TabIndex = 35;
this.dissallowedRes2Label.Text = "Dissallowed Res 2 :";
//
// dissallowedRes1Label
//
this.dissallowedRes1Label.AutoSize = true;
this.dissallowedRes1Label.BackColor = System.Drawing.Color.Transparent;
this.dissallowedRes1Label.Location = new System.Drawing.Point(222, 23);
this.dissallowedRes1Label.Name = "dissallowedRes1Label";
this.dissallowedRes1Label.Size = new System.Drawing.Size(100, 13);
this.dissallowedRes1Label.TabIndex = 34;
this.dissallowedRes1Label.Text = "Dissallowed Res 1 :";
//
// shipSizeFactorMLabel
//
this.shipSizeFactorMLabel.AutoSize = true;
this.shipSizeFactorMLabel.BackColor = System.Drawing.Color.Transparent;
this.shipSizeFactorMLabel.Location = new System.Drawing.Point(14, 889);
this.shipSizeFactorMLabel.Name = "shipSizeFactorMLabel";
this.shipSizeFactorMLabel.Size = new System.Drawing.Size(102, 13);
this.shipSizeFactorMLabel.TabIndex = 33;
this.shipSizeFactorMLabel.Text = "Ship Size Factor M :";
//
// shipSizeFactorCLabel
//
this.shipSizeFactorCLabel.AutoSize = true;
this.shipSizeFactorCLabel.BackColor = System.Drawing.Color.Transparent;
this.shipSizeFactorCLabel.Location = new System.Drawing.Point(14, 861);
this.shipSizeFactorCLabel.Name = "shipSizeFactorCLabel";
this.shipSizeFactorCLabel.Size = new System.Drawing.Size(100, 13);
this.shipSizeFactorCLabel.TabIndex = 32;
this.shipSizeFactorCLabel.Text = "Ship Size Factor C :";
//
// switchCycleEventLabel
//
this.switchCycleEventLabel.AutoSize = true;
this.switchCycleEventLabel.BackColor = System.Drawing.Color.Transparent;
this.switchCycleEventLabel.Location = new System.Drawing.Point(14, 833);
this.switchCycleEventLabel.Name = "switchCycleEventLabel";
this.switchCycleEventLabel.Size = new System.Drawing.Size(105, 13);
this.switchCycleEventLabel.TabIndex = 31;
this.switchCycleEventLabel.Text = "Switch Cycle Event :";
//
// factorsFriendlinessLabel
//
this.factorsFriendlinessLabel.AutoSize = true;
this.factorsFriendlinessLabel.BackColor = System.Drawing.Color.Transparent;
this.factorsFriendlinessLabel.Location = new System.Drawing.Point(14, 806);
this.factorsFriendlinessLabel.Name = "factorsFriendlinessLabel";
this.factorsFriendlinessLabel.Size = new System.Drawing.Size(106, 13);
this.factorsFriendlinessLabel.TabIndex = 30;
this.factorsFriendlinessLabel.Text = "Factors Friendliness :";
//
// factorsCautionLabel
//
this.factorsCautionLabel.AutoSize = true;
this.factorsCautionLabel.BackColor = System.Drawing.Color.Transparent;
this.factorsCautionLabel.Location = new System.Drawing.Point(14, 779);
this.factorsCautionLabel.Name = "factorsCautionLabel";
this.factorsCautionLabel.Size = new System.Drawing.Size(87, 13);
this.factorsCautionLabel.TabIndex = 29;
this.factorsCautionLabel.Text = "Factors Caution :";
//
// factorAgreesionLabel
//
this.factorAgreesionLabel.AutoSize = true;
this.factorAgreesionLabel.BackColor = System.Drawing.Color.Transparent;
this.factorAgreesionLabel.Location = new System.Drawing.Point(14, 752);
this.factorAgreesionLabel.Name = "factorAgreesionLabel";
this.factorAgreesionLabel.Size = new System.Drawing.Size(93, 13);
this.factorAgreesionLabel.TabIndex = 28;
this.factorAgreesionLabel.Text = "Factor Agreesion :";
//
// factorGrowthLabel
//
this.factorGrowthLabel.AutoSize = true;
this.factorGrowthLabel.BackColor = System.Drawing.Color.Transparent;
this.factorGrowthLabel.Location = new System.Drawing.Point(14, 725);
this.factorGrowthLabel.Name = "factorGrowthLabel";
this.factorGrowthLabel.Size = new System.Drawing.Size(80, 13);
this.factorGrowthLabel.TabIndex = 27;
this.factorGrowthLabel.Text = "Factor Growth :";
//
// playableLabel
//
this.playableLabel.AutoSize = true;
this.playableLabel.BackColor = System.Drawing.Color.Transparent;
this.playableLabel.Location = new System.Drawing.Point(14, 698);
this.playableLabel.Name = "playableLabel";
this.playableLabel.Size = new System.Drawing.Size(53, 13);
this.playableLabel.TabIndex = 26;
this.playableLabel.Text = "Playable :";
//
// canBeNormEmpireLabel
//
this.canBeNormEmpireLabel.AutoSize = true;
this.canBeNormEmpireLabel.BackColor = System.Drawing.Color.Transparent;
this.canBeNormEmpireLabel.Location = new System.Drawing.Point(14, 671);
this.canBeNormEmpireLabel.Name = "canBeNormEmpireLabel";
this.canBeNormEmpireLabel.Size = new System.Drawing.Size(111, 13);
this.canBeNormEmpireLabel.TabIndex = 25;
this.canBeNormEmpireLabel.Text = "Can Be Norm Empire :";
//
// canBePirateLabel
//
this.canBePirateLabel.AutoSize = true;
this.canBePirateLabel.BackColor = System.Drawing.Color.Transparent;
this.canBePirateLabel.Location = new System.Drawing.Point(14, 644);
this.canBePirateLabel.Name = "canBePirateLabel";
this.canBePirateLabel.Size = new System.Drawing.Size(78, 13);
this.canBePirateLabel.TabIndex = 24;
this.canBePirateLabel.Text = "Can Be Pirate :";
//
// expandingLabel
//
this.expandingLabel.AutoSize = true;
this.expandingLabel.BackColor = System.Drawing.Color.White;
this.expandingLabel.Location = new System.Drawing.Point(14, 617);
this.expandingLabel.Name = "expandingLabel";
this.expandingLabel.Size = new System.Drawing.Size(63, 13);
this.expandingLabel.TabIndex = 23;
this.expandingLabel.Text = "Expanding :";
//
// prefStartGovLabel
//
this.prefStartGovLabel.AutoSize = true;
this.prefStartGovLabel.BackColor = System.Drawing.Color.White;
this.prefStartGovLabel.Location = new System.Drawing.Point(14, 590);
this.prefStartGovLabel.Name = "prefStartGovLabel";
this.prefStartGovLabel.Size = new System.Drawing.Size(86, 13);
this.prefStartGovLabel.TabIndex = 22;
this.prefStartGovLabel.Text = "Pref Start Gov. : ";
//
// specialGovLabel
//
this.specialGovLabel.AutoSize = true;
this.specialGovLabel.BackColor = System.Drawing.Color.White;
this.specialGovLabel.Location = new System.Drawing.Point(14, 563);
this.specialGovLabel.Name = "specialGovLabel";
this.specialGovLabel.Size = new System.Drawing.Size(77, 13);
this.specialGovLabel.TabIndex = 21;
this.specialGovLabel.Text = "Special Gov. : ";
//
// specialComponetLabel
//
this.specialComponetLabel.AutoSize = true;
this.specialComponetLabel.BackColor = System.Drawing.Color.White;
this.specialComponetLabel.Location = new System.Drawing.Point(14, 538);
this.specialComponetLabel.Name = "specialComponetLabel";
this.specialComponetLabel.Size = new System.Drawing.Size(99, 13);
this.specialComponetLabel.TabIndex = 20;
this.specialComponetLabel.Text = "Special Componet :";
//
// nativePlanetTypeLabel
//
this.nativePlanetTypeLabel.AutoSize = true;
this.nativePlanetTypeLabel.BackColor = System.Drawing.Color.Transparent;
this.nativePlanetTypeLabel.Location = new System.Drawing.Point(14, 509);
this.nativePlanetTypeLabel.Name = "nativePlanetTypeLabel";
this.nativePlanetTypeLabel.Size = new System.Drawing.Size(104, 13);
this.nativePlanetTypeLabel.TabIndex = 19;
this.nativePlanetTypeLabel.Text = "Native Planet Type :";
//
// techFocus2Label
//
this.techFocus2Label.AutoSize = true;
this.techFocus2Label.BackColor = System.Drawing.Color.White;
this.techFocus2Label.Location = new System.Drawing.Point(14, 482);
this.techFocus2Label.Name = "techFocus2Label";
this.techFocus2Label.Size = new System.Drawing.Size(79, 13);
this.techFocus2Label.TabIndex = 18;
this.techFocus2Label.Text = "Tech Focus 2 :";
//
// techFocus1Label
//
this.techFocus1Label.AutoSize = true;
this.techFocus1Label.BackColor = System.Drawing.Color.White;
this.techFocus1Label.Location = new System.Drawing.Point(14, 455);
this.techFocus1Label.Name = "techFocus1Label";
this.techFocus1Label.Size = new System.Drawing.Size(79, 13);
this.techFocus1Label.TabIndex = 16;
this.techFocus1Label.Text = "Tech Focus 1 :";
//
// shipDesignFocusLabel
//
this.shipDesignFocusLabel.AutoSize = true;
this.shipDesignFocusLabel.BackColor = System.Drawing.Color.White;
this.shipDesignFocusLabel.Location = new System.Drawing.Point(14, 428);
this.shipDesignFocusLabel.Name = "shipDesignFocusLabel";
this.shipDesignFocusLabel.Size = new System.Drawing.Size(102, 13);
this.shipDesignFocusLabel.TabIndex = 15;
this.shipDesignFocusLabel.Text = "Ship Design Focus :";
//
// tradeBonusLabel
//
this.tradeBonusLabel.AutoSize = true;
this.tradeBonusLabel.BackColor = System.Drawing.Color.White;
this.tradeBonusLabel.Location = new System.Drawing.Point(14, 401);
this.tradeBonusLabel.Name = "tradeBonusLabel";
this.tradeBonusLabel.Size = new System.Drawing.Size(74, 13);
this.tradeBonusLabel.TabIndex = 14;
this.tradeBonusLabel.Text = "Trade Bonus :";
//
// espionageBonusLabel
//
this.espionageBonusLabel.AutoSize = true;
this.espionageBonusLabel.BackColor = System.Drawing.Color.White;
this.espionageBonusLabel.Location = new System.Drawing.Point(14, 374);
this.espionageBonusLabel.Name = "espionageBonusLabel";
this.espionageBonusLabel.Size = new System.Drawing.Size(96, 13);
this.espionageBonusLabel.TabIndex = 13;
this.espionageBonusLabel.Text = "Espionage Bonus :";
//
// researchBonusLabel
//
this.researchBonusLabel.AutoSize = true;
this.researchBonusLabel.BackColor = System.Drawing.Color.White;
this.researchBonusLabel.Location = new System.Drawing.Point(14, 347);
this.researchBonusLabel.Name = "researchBonusLabel";
this.researchBonusLabel.Size = new System.Drawing.Size(92, 13);
this.researchBonusLabel.TabIndex = 12;
this.researchBonusLabel.Text = "Research Bonus :";
//
// satisfactionModLabel
//
this.satisfactionModLabel.AutoSize = true;
this.satisfactionModLabel.BackColor = System.Drawing.Color.White;
this.satisfactionModLabel.Location = new System.Drawing.Point(14, 320);
this.satisfactionModLabel.Name = "satisfactionModLabel";
this.satisfactionModLabel.Size = new System.Drawing.Size(92, 13);
this.satisfactionModLabel.TabIndex = 11;
this.satisfactionModLabel.Text = "Satisfaction Mod :";
//
// warWearinessAttLabel
//
this.warWearinessAttLabel.AutoSize = true;
this.warWearinessAttLabel.BackColor = System.Drawing.Color.White;
this.warWearinessAttLabel.Location = new System.Drawing.Point(14, 293);
this.warWearinessAttLabel.Name = "warWearinessAttLabel";
this.warWearinessAttLabel.Size = new System.Drawing.Size(102, 13);
this.warWearinessAttLabel.TabIndex = 10;
this.warWearinessAttLabel.Text = "War Weariness Att :";
//
// resExtSavingsLabel
//
this.resExtSavingsLabel.AutoSize = true;
this.resExtSavingsLabel.BackColor = System.Drawing.Color.White;
this.resExtSavingsLabel.Location = new System.Drawing.Point(14, 266);
this.resExtSavingsLabel.Name = "resExtSavingsLabel";
this.resExtSavingsLabel.Size = new System.Drawing.Size(97, 13);
this.resExtSavingsLabel.TabIndex = 9;
this.resExtSavingsLabel.Text = "Res. Ext. Savings :";
//
// troopMaintSavingsLabel
//
this.troopMaintSavingsLabel.AutoSize = true;
this.troopMaintSavingsLabel.BackColor = System.Drawing.Color.White;
this.troopMaintSavingsLabel.Location = new System.Drawing.Point(14, 239);
this.troopMaintSavingsLabel.Name = "troopMaintSavingsLabel";
this.troopMaintSavingsLabel.Size = new System.Drawing.Size(114, 13);
this.troopMaintSavingsLabel.TabIndex = 8;
this.troopMaintSavingsLabel.Text = "Troop Maint. Savings :";
//
// shipMaintSavingsLabel
//
this.shipMaintSavingsLabel.AutoSize = true;
this.shipMaintSavingsLabel.BackColor = System.Drawing.Color.White;
this.shipMaintSavingsLabel.Location = new System.Drawing.Point(14, 212);
this.shipMaintSavingsLabel.Name = "shipMaintSavingsLabel";
this.shipMaintSavingsLabel.Size = new System.Drawing.Size(107, 13);
this.shipMaintSavingsLabel.TabIndex = 7;
this.shipMaintSavingsLabel.Text = "Ship Maint. Savings :";
//
// loyaltyLabel
//
this.loyaltyLabel.AutoSize = true;
this.loyaltyLabel.BackColor = System.Drawing.Color.White;
this.loyaltyLabel.Location = new System.Drawing.Point(14, 185);
this.loyaltyLabel.Name = "loyaltyLabel";
this.loyaltyLabel.Size = new System.Drawing.Size(46, 13);
this.loyaltyLabel.TabIndex = 6;
this.loyaltyLabel.Text = "Loyalty :";
//
// friendlinessLabel
//
this.friendlinessLabel.AutoSize = true;
this.friendlinessLabel.BackColor = System.Drawing.Color.White;
this.friendlinessLabel.Location = new System.Drawing.Point(14, 158);
this.friendlinessLabel.Name = "friendlinessLabel";
this.friendlinessLabel.Size = new System.Drawing.Size(68, 13);
this.friendlinessLabel.TabIndex = 5;
this.friendlinessLabel.Text = "Friendliness :";
//
// cautionLabel
//
this.cautionLabel.AutoSize = true;
this.cautionLabel.BackColor = System.Drawing.Color.White;
this.cautionLabel.Location = new System.Drawing.Point(14, 131);
this.cautionLabel.Name = "cautionLabel";
this.cautionLabel.Size = new System.Drawing.Size(49, 13);
this.cautionLabel.TabIndex = 4;
this.cautionLabel.Text = "Caution :";
//
// agressionLabel
//
this.agressionLabel.AutoSize = true;
this.agressionLabel.BackColor = System.Drawing.Color.White;
this.agressionLabel.Location = new System.Drawing.Point(14, 104);
this.agressionLabel.Name = "agressionLabel";
this.agressionLabel.Size = new System.Drawing.Size(59, 13);
this.agressionLabel.TabIndex = 3;
this.agressionLabel.Text = "Agression :";
//
// intelligenceLabel
//
this.intelligenceLabel.AutoSize = true;
this.intelligenceLabel.BackColor = System.Drawing.Color.White;
this.intelligenceLabel.Location = new System.Drawing.Point(14, 77);
this.intelligenceLabel.Name = "intelligenceLabel";
this.intelligenceLabel.Size = new System.Drawing.Size(67, 13);
this.intelligenceLabel.TabIndex = 2;
this.intelligenceLabel.Text = "Intelligence :";
//
// repRateLabel
//
this.repRateLabel.AutoSize = true;
this.repRateLabel.BackColor = System.Drawing.Color.White;
this.repRateLabel.Location = new System.Drawing.Point(14, 50);
this.repRateLabel.Name = "repRateLabel";
this.repRateLabel.Size = new System.Drawing.Size(59, 13);
this.repRateLabel.TabIndex = 1;
this.repRateLabel.Text = "Rep Rate :";
//
// familyLabel
//
this.familyLabel.AutoSize = true;
this.familyLabel.BackColor = System.Drawing.Color.White;
this.familyLabel.Location = new System.Drawing.Point(14, 23);
this.familyLabel.Name = "familyLabel";
this.familyLabel.Size = new System.Drawing.Size(42, 13);
this.familyLabel.TabIndex = 0;
this.familyLabel.Text = "Family :";
//
// raceCreationtabControl2
//
this.raceCreationtabControl2.AllowDrop = true;
this.raceCreationtabControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.raceCreationtabControl2.Controls.Add(this.tabPage1);
this.raceCreationtabControl2.Controls.Add(this.RaceCreationtabPage2);
this.raceCreationtabControl2.Location = new System.Drawing.Point(1125, 75);
this.raceCreationtabControl2.Name = "raceCreationtabControl2";
this.raceCreationtabControl2.SelectedIndex = 0;
this.raceCreationtabControl2.Size = new System.Drawing.Size(351, 451);
this.raceCreationtabControl2.TabIndex = 3;
//
// tabPage1
//
this.tabPage1.BackColor = System.Drawing.Color.DarkRed;
this.tabPage1.Controls.Add(this.openImagePictureBox1);
this.tabPage1.Controls.Add(this.raceCreationPictureBox1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(343, 425);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Race Image";
//
// openImagePictureBox1
//
this.openImagePictureBox1.BackColor = System.Drawing.Color.Transparent;
this.openImagePictureBox1.Image = global::distantrworldmodder1._0._1.Properties.Resources.openimage1;
this.openImagePictureBox1.Location = new System.Drawing.Point(227, 395);
this.openImagePictureBox1.Name = "openImagePictureBox1";
this.openImagePictureBox1.Size = new System.Drawing.Size(101, 27);
this.openImagePictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.openImagePictureBox1.TabIndex = 4;
this.openImagePictureBox1.TabStop = false;
this.openImagePictureBox1.Click += new System.EventHandler(this.openImagePictureBox1_Click);
this.openImagePictureBox1.MouseLeave += new System.EventHandler(this.openImagePictureBox1_MouseLeave);
this.openImagePictureBox1.MouseHover += new System.EventHandler(this.openImagePictureBox1_MouseHover);
//
// raceCreationPictureBox1
//
this.raceCreationPictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.raceCreationPictureBox1.BackColor = System.Drawing.Color.White;
this.raceCreationPictureBox1.Location = new System.Drawing.Point(6, 17);
this.raceCreationPictureBox1.Name = "raceCreationPictureBox1";
this.raceCreationPictureBox1.Size = new System.Drawing.Size(331, 368);
this.raceCreationPictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.raceCreationPictureBox1.TabIndex = 2;
this.raceCreationPictureBox1.TabStop = false;
//
// RaceCreationtabPage2
//
this.RaceCreationtabPage2.BackColor = System.Drawing.Color.DarkRed;
this.RaceCreationtabPage2.Controls.Add(this.openImagePictureBox2);
this.RaceCreationtabPage2.Controls.Add(this.raceCreationPictureBox2);
this.RaceCreationtabPage2.Location = new System.Drawing.Point(4, 22);
this.RaceCreationtabPage2.Name = "RaceCreationtabPage2";
this.RaceCreationtabPage2.Padding = new System.Windows.Forms.Padding(3);
this.RaceCreationtabPage2.Size = new System.Drawing.Size(343, 425);
this.RaceCreationtabPage2.TabIndex = 1;
this.RaceCreationtabPage2.Text = "Race Dropdown menu Image";
//
// openImagePictureBox2
//
this.openImagePictureBox2.BackColor = System.Drawing.Color.Transparent;
this.openImagePictureBox2.Image = global::distantrworldmodder1._0._1.Properties.Resources.openimage1;
this.openImagePictureBox2.Location = new System.Drawing.Point(227, 395);
this.openImagePictureBox2.Name = "openImagePictureBox2";
this.openImagePictureBox2.Size = new System.Drawing.Size(101, 27);
this.openImagePictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.openImagePictureBox2.TabIndex = 4;
this.openImagePictureBox2.TabStop = false;
this.openImagePictureBox2.Click += new System.EventHandler(this.openImagePictureBox2_Click);
this.openImagePictureBox2.MouseLeave += new System.EventHandler(this.openImagePictureBox2_MouseLeave);
this.openImagePictureBox2.MouseHover += new System.EventHandler(this.openImagePictureBox2_MouseHover);
//
// raceCreationPictureBox2
//
this.raceCreationPictureBox2.BackColor = System.Drawing.Color.White;
this.raceCreationPictureBox2.Location = new System.Drawing.Point(6, 16);
this.raceCreationPictureBox2.Name = "raceCreationPictureBox2";
this.raceCreationPictureBox2.Size = new System.Drawing.Size(331, 370);
this.raceCreationPictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.raceCreationPictureBox2.TabIndex = 1;
this.raceCreationPictureBox2.TabStop = false;
//
// RaceCreation
//
this.AllowDrop = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScroll = true;
this.AutoSize = true;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(1523, 659);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "RaceCreation";
this.Text = "RaceCreation";
((System.ComponentModel.ISupportInitialize)(this.closingPictureBox)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.raceCoompletedpanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dWMLPictureBox)).EndInit();
this.raceDataPanel.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.createRacePictureBox)).EndInit();
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
this.raceCreationtabControl2.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.openImagePictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.raceCreationPictureBox1)).EndInit();
this.RaceCreationtabPage2.ResumeLayout(false);
this.RaceCreationtabPage2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.openImagePictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.raceCreationPictureBox2)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox closingPictureBox;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.PictureBox openImagePictureBox1;
private System.Windows.Forms.TabControl raceCreationtabControl2;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage RaceCreationtabPage2;
private System.Windows.Forms.PictureBox raceCreationPictureBox1;
private System.Windows.Forms.PictureBox raceCreationPictureBox2;
private System.Windows.Forms.PictureBox openImagePictureBox2;
private System.Windows.Forms.Panel raceCoompletedpanel;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.PictureBox dWMLPictureBox;
private System.Windows.Forms.Panel raceDataPanel;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label flagDesignLabel;
private System.Windows.Forms.Label def2ndColorLabel;
private System.Windows.Forms.Label defPrimaryColorLabel;
private System.Windows.Forms.Label constructionSpeedLabel;
private System.Windows.Forms.Label intellAgentsLabel;
private System.Windows.Forms.Label dissallowedRes3Label;
private System.Windows.Forms.Label dissallowedRes2Label;
private System.Windows.Forms.Label dissallowedRes1Label;
private System.Windows.Forms.Label shipSizeFactorMLabel;
private System.Windows.Forms.Label shipSizeFactorCLabel;
private System.Windows.Forms.Label switchCycleEventLabel;
private System.Windows.Forms.Label factorsFriendlinessLabel;
private System.Windows.Forms.Label factorsCautionLabel;
private System.Windows.Forms.Label factorAgreesionLabel;
private System.Windows.Forms.Label factorGrowthLabel;
private System.Windows.Forms.Label playableLabel;
private System.Windows.Forms.Label canBeNormEmpireLabel;
private System.Windows.Forms.Label canBePirateLabel;
private System.Windows.Forms.Label expandingLabel;
private System.Windows.Forms.Label prefStartGovLabel;
private System.Windows.Forms.Label specialGovLabel;
private System.Windows.Forms.Label specialComponetLabel;
private System.Windows.Forms.Label nativePlanetTypeLabel;
private System.Windows.Forms.Label techFocus2Label;
private System.Windows.Forms.Label techFocus1Label;
private System.Windows.Forms.Label shipDesignFocusLabel;
private System.Windows.Forms.Label tradeBonusLabel;
private System.Windows.Forms.Label espionageBonusLabel;
private System.Windows.Forms.Label researchBonusLabel;
private System.Windows.Forms.Label satisfactionModLabel;
private System.Windows.Forms.Label warWearinessAttLabel;
private System.Windows.Forms.Label resExtSavingsLabel;
private System.Windows.Forms.Label troopMaintSavingsLabel;
private System.Windows.Forms.Label shipMaintSavingsLabel;
private System.Windows.Forms.Label loyaltyLabel;
private System.Windows.Forms.Label friendlinessLabel;
private System.Windows.Forms.Label cautionLabel;
private System.Windows.Forms.Label agressionLabel;
private System.Windows.Forms.Label intelligenceLabel;
private System.Windows.Forms.Label repRateLabel;
private System.Windows.Forms.Label familyLabel;
private System.Windows.Forms.Label raceEvent1FreqLabel;
private System.Windows.Forms.Label raceEvent1TypeLabel;
private System.Windows.Forms.Label condition5AddDataLabel;
private System.Windows.Forms.Label condition5PropLabel;
private System.Windows.Forms.Label condition5ValueLabel;
private System.Windows.Forms.Label condition5TypeLabel;
private System.Windows.Forms.Label condition4AddDataLabel;
private System.Windows.Forms.Label condition4PropLabel;
private System.Windows.Forms.Label condition4ValueLabel;
private System.Windows.Forms.Label condition4TypeLabel;
private System.Windows.Forms.Label condition3AddDataLabel;
private System.Windows.Forms.Label condition3PropLabel;
private System.Windows.Forms.Label condition3ValueLabel;
private System.Windows.Forms.Label condition3TypeLabel;
private System.Windows.Forms.Label condition2AddDataLabel;
private System.Windows.Forms.Label condition2PropLabel;
private System.Windows.Forms.Label condition2ValueLabel;
private System.Windows.Forms.Label condition2TypeLabel;
private System.Windows.Forms.Label condition1AddDataLabel;
private System.Windows.Forms.Label condition1PropLabel;
private System.Windows.Forms.Label condition1ValueLabel;
private System.Windows.Forms.Label condition1TypeLabel;
private System.Windows.Forms.Label resource3AppOnlyLabel;
private System.Windows.Forms.Label resource3AmountLabel;
private System.Windows.Forms.Label resource3EffectLabel;
private System.Windows.Forms.Label resource3TypeLabel;
private System.Windows.Forms.Label resource2AppOnlyLabel;
private System.Windows.Forms.Label resource2AmountLabel;
private System.Windows.Forms.Label resource2EffectLabel;
private System.Windows.Forms.Label resource2TypeLabel;
private System.Windows.Forms.Label resource1AppOnlyLabel;
private System.Windows.Forms.Label resource1AmountLabel;
private System.Windows.Forms.Label resource1EffectLabel;
private System.Windows.Forms.Label resource1TypeLabel;
private System.Windows.Forms.Label troopStrengthLabel;
private System.Windows.Forms.Label randomAppLeaderLabel;
private System.Windows.Forms.Label raceEvent2FreqLabel;
private System.Windows.Forms.Label raceEvent2TypeLabel;
private System.Windows.Forms.Label troopRegenerationLabel;
private System.Windows.Forms.Label migrationLabel;
private System.Windows.Forms.Label freeTradeIncomeLabel;
private System.Windows.Forms.Label tourismIncomeLabel;
private System.Windows.Forms.Label knownStartGalLocationLabel;
private System.Windows.Forms.Label portArmourStrLabel;
private System.Windows.Forms.Label immuneNaturalDisLabel;
private System.Windows.Forms.Label popPolGrowthExtLabel;
private System.Windows.Forms.Label constructSpdVolcanLabel;
private System.Windows.Forms.Label constructSpdIceLabel;
private System.Windows.Forms.Label constructSpdDesertLabel;
private System.Windows.Forms.Label constructSpdOceanLabel;
private System.Windows.Forms.Label constructSpdMarshyLabel;
private System.Windows.Forms.Label constructSpdContLabel;
private System.Windows.Forms.Label researchCostVolcanLabel;
private System.Windows.Forms.Label researchCostIceLabel;
private System.Windows.Forms.Label researchCostDesertLabel;
private System.Windows.Forms.Label researchCostOceanLabel;
private System.Windows.Forms.Label researchCostMarshyLabel;
private System.Windows.Forms.Label researchCostContLabel;
private System.Windows.Forms.Label startTraitCaptianLabel;
private System.Windows.Forms.Label startTraitPirLeadLabel;
private System.Windows.Forms.Label startTraitIntLabel;
private System.Windows.Forms.Label startTraitSciLabel;
private System.Windows.Forms.Label startTraitGenLabel;
private System.Windows.Forms.Label startTraitAdmiralLabel;
private System.Windows.Forms.Label startTraitGovLabel;
private System.Windows.Forms.Label startTraitAmbassLabel;
private System.Windows.Forms.Label startTraitLeadLabel;
private System.Windows.Forms.Label randomAppCaptianLabel;
private System.Windows.Forms.Label randomAppPirLeadLabel;
private System.Windows.Forms.Label randomAppIntLabel;
private System.Windows.Forms.Label randomAppSciLabel;
private System.Windows.Forms.Label label83;
private System.Windows.Forms.Label randomAppAdmiralLabel;
private System.Windows.Forms.Label randomAppGovLabel;
private System.Windows.Forms.Label randomAppAmbassLabel;
private System.Windows.Forms.ComboBox piratePlayStyleComboBox;
private System.Windows.Forms.ComboBox troopRegenerationComboBox;
private System.Windows.Forms.ComboBox migrationComboBox;
private System.Windows.Forms.ComboBox freeTradeIncomeComboBox;
private System.Windows.Forms.TextBox troopNameSpecialTextBox;
private System.Windows.Forms.TextBox troopNamePlanDefTextBox;
private System.Windows.Forms.TextBox troopNameAmTextBox;
private System.Windows.Forms.TextBox troopNameinfTextBox;
private System.Windows.Forms.TextBox changeLengthTextBox;
private System.Windows.Forms.TextBox changeIntervalTextBox;
private System.Windows.Forms.TextBox systemNameTextBox;
private System.Windows.Forms.TextBox raceNameTextBox;
private System.Windows.Forms.ComboBox tourismIncomeComboBox;
private System.Windows.Forms.ComboBox knownStartGalLocationComboBox;
private System.Windows.Forms.ComboBox portArmourStrComboBox;
private System.Windows.Forms.ComboBox immuneNaturalDisComboBox;
private System.Windows.Forms.ComboBox popPolGrowthExtComboBox;
private System.Windows.Forms.ComboBox constructSpdVolcanComboBox;
private System.Windows.Forms.ComboBox constructSpdIceComboBox;
private System.Windows.Forms.ComboBox constructSpdDesertComboBox;
private System.Windows.Forms.ComboBox constructSpdOceanComboBox;
private System.Windows.Forms.ComboBox constructSpdMarshyComboBox;
private System.Windows.Forms.ComboBox constructSpdContComboBox;
private System.Windows.Forms.ComboBox researchCostVolcanComboBox;
private System.Windows.Forms.ComboBox researchCostIceComboBox;
private System.Windows.Forms.ComboBox researchCostDesertComboBox;
private System.Windows.Forms.ComboBox researchCostOceanComboBox;
private System.Windows.Forms.ComboBox researchCostMarshyComboBox;
private System.Windows.Forms.ComboBox researchCostContComboBox;
private System.Windows.Forms.ComboBox startTraitCaptianComboBox;
private System.Windows.Forms.ComboBox startTraitPirLeadComboBox;
private System.Windows.Forms.ComboBox startTraitIntComboBox;
private System.Windows.Forms.ComboBox startTraitSciComboBox;
private System.Windows.Forms.ComboBox startTraitGenComboBox;
private System.Windows.Forms.ComboBox startTraitAdmiralComboBox;
private System.Windows.Forms.ComboBox startTraitGovComboBox;
private System.Windows.Forms.ComboBox startTraitAmbassComboBox;
private System.Windows.Forms.ComboBox startTraitLeadComboBox;
private System.Windows.Forms.ComboBox randomAppCaptianComboBox;
private System.Windows.Forms.ComboBox randomAppPirLeadComboBox;
private System.Windows.Forms.ComboBox randomAppIntComboBox;
private System.Windows.Forms.ComboBox randomAppSciComboBox;
private System.Windows.Forms.ComboBox randomAppGenComboBox;
private System.Windows.Forms.ComboBox randomAppAdmiralComboBox;
private System.Windows.Forms.ComboBox randomAppGovComboBox;
private System.Windows.Forms.ComboBox randomAppAmbassComboBox;
private System.Windows.Forms.ComboBox randomAppLeaderComboBox;
private System.Windows.Forms.ComboBox raceEvent2FreqComboBox;
private System.Windows.Forms.ComboBox raceEvent2TypeComboBox;
private System.Windows.Forms.ComboBox raceEvent1FreqComboBox;
private System.Windows.Forms.ComboBox raceEvent1TypeComboBox;
private System.Windows.Forms.ComboBox condition5AddDataComboBox;
private System.Windows.Forms.ComboBox condition5PropComboBox;
private System.Windows.Forms.ComboBox condition5ValueComboBox;
private System.Windows.Forms.ComboBox condition5TypeComboBox;
private System.Windows.Forms.ComboBox condition4AddDataComboBox;
private System.Windows.Forms.ComboBox condition4PropComboBox;
private System.Windows.Forms.ComboBox condition4ValueComboBox;
private System.Windows.Forms.ComboBox condition4TypeComboBox;
private System.Windows.Forms.ComboBox condition3AddDataComboBox;
private System.Windows.Forms.ComboBox condition3PropComboBox;
private System.Windows.Forms.ComboBox condition3ValueComboBox;
private System.Windows.Forms.ComboBox condition3TypeComboBox;
private System.Windows.Forms.ComboBox condition2AddDataComboBox;
private System.Windows.Forms.ComboBox condition2PropComboBox;
private System.Windows.Forms.ComboBox condition2ValueComboBox;
private System.Windows.Forms.ComboBox condition2TypeComboBox;
private System.Windows.Forms.ComboBox condition1AddDataComboBox;
private System.Windows.Forms.ComboBox condition1PropComboBox;
private System.Windows.Forms.ComboBox condition1ValueComboBox;
private System.Windows.Forms.ComboBox condition1TypeComboBox;
private System.Windows.Forms.ComboBox resource3AppOnlyComboBox;
private System.Windows.Forms.ComboBox resource3AmountComboBox;
private System.Windows.Forms.ComboBox resource3EffectComboBox;
private System.Windows.Forms.ComboBox resource3TypeComboBox;
private System.Windows.Forms.ComboBox resource2AppOnlyComboBox;
private System.Windows.Forms.ComboBox resource2AmountComboBox;
private System.Windows.Forms.ComboBox resource2EffectComboBox;
private System.Windows.Forms.ComboBox resource2TypeComboBox;
private System.Windows.Forms.ComboBox resource1AppOnlyComboBox;
private System.Windows.Forms.ComboBox resource1AmountComboBox;
private System.Windows.Forms.ComboBox resource1EffectComboBox;
private System.Windows.Forms.ComboBox resource1TypeComboBox;
private System.Windows.Forms.ComboBox troopStrengthComboBox;
private System.Windows.Forms.ComboBox flagDesignComboBox;
private System.Windows.Forms.ComboBox def2ndColorComboBox;
private System.Windows.Forms.ComboBox defPrimaryColorComboBox;
private System.Windows.Forms.ComboBox constructionSpeedComboBox;
private System.Windows.Forms.ComboBox intellAgentsComboBox;
private System.Windows.Forms.ComboBox dissallowedRes3ComboBox;
private System.Windows.Forms.ComboBox dissallowedRes2ComboBox;
private System.Windows.Forms.ComboBox dissallowedRes1ComboBox;
private System.Windows.Forms.ComboBox shipSizeFactorMComboBox;
private System.Windows.Forms.ComboBox shipSizeFactorCComboBox;
private System.Windows.Forms.ComboBox switchCycleEventComboBox;
private System.Windows.Forms.ComboBox factorsFriendlinessComboBox;
private System.Windows.Forms.ComboBox factorsCautionComboBox;
private System.Windows.Forms.ComboBox factorAgreesionComboBox;
private System.Windows.Forms.ComboBox factorGrowthComboBox;
private System.Windows.Forms.ComboBox playableComboBox;
private System.Windows.Forms.ComboBox canBeNormEmpireComboBox;
private System.Windows.Forms.ComboBox canBePirateComboBox;
private System.Windows.Forms.ComboBox expandingComboBox;
private System.Windows.Forms.ComboBox prefStartGovComboBox;
private System.Windows.Forms.ComboBox specialGovComboBox;
private System.Windows.Forms.ComboBox specialComponetComboBox;
private System.Windows.Forms.ComboBox nativePlanetTypeComboBox;
private System.Windows.Forms.ComboBox techFocus2ComboBox;
private System.Windows.Forms.ComboBox techFocus1ComboBox;
private System.Windows.Forms.ComboBox shipDesignFocusComboBox;
private System.Windows.Forms.ComboBox tradeBonusComboBox;
private System.Windows.Forms.ComboBox espionageBonusComboBox;
private System.Windows.Forms.ComboBox researchBonusComboBox;
private System.Windows.Forms.ComboBox satisfactionModComboBox;
private System.Windows.Forms.ComboBox warWearinessAttComboBox;
private System.Windows.Forms.ComboBox resExtSavingsComboBox;
private System.Windows.Forms.ComboBox troopMaintSavingsComboBox;
private System.Windows.Forms.ComboBox shipMaintSavingsComboBox;
private System.Windows.Forms.ComboBox loyaltyComboBox;
private System.Windows.Forms.ComboBox friendlinessComboBox;
private System.Windows.Forms.ComboBox cautionComboBox;
private System.Windows.Forms.ComboBox agressionComboBox;
private System.Windows.Forms.ComboBox intelligenceComboBox;
private System.Windows.Forms.ComboBox repRateComboBox;
private System.Windows.Forms.ComboBox familyComboBox;
private System.Windows.Forms.Label troopNameSpecialLabel;
private System.Windows.Forms.Label troopNamePlanDefLabel;
private System.Windows.Forms.Label troopNameAmLabel;
private System.Windows.Forms.Label troopNameinfLabel;
private System.Windows.Forms.Label changeLengthLabel;
private System.Windows.Forms.Label changeIntervalLabel;
private System.Windows.Forms.Label systemNameLabel;
private System.Windows.Forms.Label raceNameLabel;
private System.Windows.Forms.Label piratePlayStyleLabel;
private System.Windows.Forms.Label randomAppGenLabel;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.PictureBox createRacePictureBox;
private System.Windows.Forms.Panel panel5;
}
}


RE: Designing a Modding tool
It gets done when it gets done. No rush. Plus sleep is a good thing. 17 hour work days suck, I know from experience. [:(]
Distant Worlds Fan
'When in doubt...attack!'
'When in doubt...attack!'
- CyclopsSlayer
- Posts: 583
- Joined: Fri Feb 10, 2012 11:49 pm
RE: Designing a Modding tool
Bah! Sleep is for the weak. LOL! [:D]
I remember one of my old roommates who was an independent programmer back in the days when the Apple][ and PC were synonymous. He would live for weeks on Jolt Cola ( all the sugar and twice the caffeine )and Cheetos. Nose pressed to the screen to see his code as he was legally blind without his glasses and couldn't stand wearing the heavy things.
So get some rest, code can wait...! ( heresy I know... )
I remember one of my old roommates who was an independent programmer back in the days when the Apple][ and PC were synonymous. He would live for weeks on Jolt Cola ( all the sugar and twice the caffeine )and Cheetos. Nose pressed to the screen to see his code as he was legally blind without his glasses and couldn't stand wearing the heavy things.
So get some rest, code can wait...! ( heresy I know... )
RE: Designing a Modding tool
Yeah first I am not a programmer, second I am working 16 hour days right now, plus 2 hours of travel every day.just so I can afford my rent. I would love to be a coder, has to pay more than I am making right now. Probably less hours also. just a couple more days till I get days off, Then I can spend tons of time on this.


RE: Designing a Modding tool
ORIGINAL: yummie
I hate my life
why? there are always ups and downs, you just have to pull through them.
but man, 16 hours work day sounds rough. you're living in US?