V 2.31 - BETA Build 65.2

- add more Tuning dds files - made from 360deg images from Rellim (thanks...)
pull/104/head
bm98 7 years ago
parent c7540f666c
commit feff3e19ad

@ -151,6 +151,10 @@
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.btDone = new System.Windows.Forms.Button();
this.panel8 = new System.Windows.Forms.Panel();
this.rbArea18 = new System.Windows.Forms.RadioButton();
this.rbDemien = new System.Windows.Forms.RadioButton();
this.rbBrokenMoon = new System.Windows.Forms.RadioButton();
this.rbDyingStar = new System.Windows.Forms.RadioButton();
this.rbSunset = new System.Windows.Forms.RadioButton();
this.rbOutThere3 = new System.Windows.Forms.RadioButton();
this.rbSkybox = new System.Windows.Forms.RadioButton();
@ -475,7 +479,7 @@
this.lblYaw.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblYaw.Location = new System.Drawing.Point(2, 0);
this.lblYaw.Name = "lblYaw";
this.lblYaw.Size = new System.Drawing.Size(29, 13);
this.lblYaw.Size = new System.Drawing.Size(28, 13);
this.lblYaw.TabIndex = 1;
this.lblYaw.Text = "Yaw";
//
@ -943,7 +947,7 @@
this.tableLayoutPanel1.RowCount = 4;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 97F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 61F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1028, 294);
this.tableLayoutPanel1.TabIndex = 1;
@ -1518,7 +1522,7 @@
this.flowLayoutPanel1.Controls.Add(this.rbAurora);
this.flowLayoutPanel1.Location = new System.Drawing.Point(624, 123);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(401, 91);
this.flowLayoutPanel1.Size = new System.Drawing.Size(401, 55);
this.flowLayoutPanel1.TabIndex = 3;
//
// rb300
@ -1564,11 +1568,11 @@
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 31.33971F));
this.tableLayoutPanel3.Controls.Add(this.btDone, 1, 0);
this.tableLayoutPanel3.Controls.Add(this.panel8, 0, 0);
this.tableLayoutPanel3.Location = new System.Drawing.Point(607, 220);
this.tableLayoutPanel3.Location = new System.Drawing.Point(607, 184);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 1;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel3.Size = new System.Drawing.Size(418, 71);
this.tableLayoutPanel3.Size = new System.Drawing.Size(418, 107);
this.tableLayoutPanel3.TabIndex = 6;
//
// btDone
@ -1580,7 +1584,7 @@
this.btDone.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btDone.Location = new System.Drawing.Point(290, 3);
this.btDone.Name = "btDone";
this.btDone.Size = new System.Drawing.Size(125, 65);
this.btDone.Size = new System.Drawing.Size(125, 101);
this.btDone.TabIndex = 28;
this.btDone.Text = "Done";
this.btDone.UseVisualStyleBackColor = true;
@ -1588,6 +1592,10 @@
//
// panel8
//
this.panel8.Controls.Add(this.rbArea18);
this.panel8.Controls.Add(this.rbDemien);
this.panel8.Controls.Add(this.rbBrokenMoon);
this.panel8.Controls.Add(this.rbDyingStar);
this.panel8.Controls.Add(this.rbSunset);
this.panel8.Controls.Add(this.rbOutThere3);
this.panel8.Controls.Add(this.rbSkybox);
@ -1600,13 +1608,59 @@
this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel8.Location = new System.Drawing.Point(3, 3);
this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(281, 65);
this.panel8.Size = new System.Drawing.Size(281, 101);
this.panel8.TabIndex = 4;
//
// rbArea18
//
this.rbArea18.AutoSize = true;
this.rbArea18.Location = new System.Drawing.Point(27, 20);
this.rbArea18.Name = "rbArea18";
this.rbArea18.Size = new System.Drawing.Size(63, 17);
this.rbArea18.TabIndex = 12;
this.rbArea18.Text = "Area 18";
this.rbArea18.UseVisualStyleBackColor = true;
this.rbArea18.CheckedChanged += new System.EventHandler(this.rbArea18_CheckedChanged);
//
// rbDemien
//
this.rbDemien.AutoSize = true;
this.rbDemien.Location = new System.Drawing.Point(200, 20);
this.rbDemien.Name = "rbDemien";
this.rbDemien.Size = new System.Drawing.Size(64, 17);
this.rbDemien.TabIndex = 11;
this.rbDemien.Text = "Demien";
this.rbDemien.UseVisualStyleBackColor = true;
this.rbDemien.CheckedChanged += new System.EventHandler(this.rbKareah_CheckedChanged);
//
// rbBrokenMoon
//
this.rbBrokenMoon.AutoSize = true;
this.rbBrokenMoon.Checked = true;
this.rbBrokenMoon.Location = new System.Drawing.Point(27, 3);
this.rbBrokenMoon.Name = "rbBrokenMoon";
this.rbBrokenMoon.Size = new System.Drawing.Size(96, 17);
this.rbBrokenMoon.TabIndex = 9;
this.rbBrokenMoon.TabStop = true;
this.rbBrokenMoon.Text = "Broken Moon";
this.rbBrokenMoon.UseVisualStyleBackColor = true;
this.rbBrokenMoon.CheckedChanged += new System.EventHandler(this.rbBrokenMoon_CheckedChanged);
//
// rbDyingStar
//
this.rbDyingStar.AutoSize = true;
this.rbDyingStar.Location = new System.Drawing.Point(200, 3);
this.rbDyingStar.Name = "rbDyingStar";
this.rbDyingStar.Size = new System.Drawing.Size(78, 17);
this.rbDyingStar.TabIndex = 8;
this.rbDyingStar.Text = "Dying Star";
this.rbDyingStar.UseVisualStyleBackColor = true;
this.rbDyingStar.CheckedChanged += new System.EventHandler(this.rbDyingStar_CheckedChanged);
//
// rbSunset
//
this.rbSunset.AutoSize = true;
this.rbSunset.Location = new System.Drawing.Point(205, 35);
this.rbSunset.Location = new System.Drawing.Point(27, 71);
this.rbSunset.Name = "rbSunset";
this.rbSunset.Size = new System.Drawing.Size(60, 17);
this.rbSunset.TabIndex = 7;
@ -1617,7 +1671,7 @@
// rbOutThere3
//
this.rbOutThere3.AutoSize = true;
this.rbOutThere3.Location = new System.Drawing.Point(32, 18);
this.rbOutThere3.Location = new System.Drawing.Point(27, 54);
this.rbOutThere3.Name = "rbOutThere3";
this.rbOutThere3.Size = new System.Drawing.Size(84, 17);
this.rbOutThere3.TabIndex = 6;
@ -1628,7 +1682,7 @@
// rbSkybox
//
this.rbSkybox.AutoSize = true;
this.rbSkybox.Location = new System.Drawing.Point(32, 35);
this.rbSkybox.Location = new System.Drawing.Point(200, 71);
this.rbSkybox.Name = "rbSkybox";
this.rbSkybox.Size = new System.Drawing.Size(83, 17);
this.rbSkybox.TabIndex = 5;
@ -1639,12 +1693,10 @@
// rbOutThere1
//
this.rbOutThere1.AutoSize = true;
this.rbOutThere1.Checked = true;
this.rbOutThere1.Location = new System.Drawing.Point(32, 1);
this.rbOutThere1.Location = new System.Drawing.Point(27, 37);
this.rbOutThere1.Name = "rbOutThere1";
this.rbOutThere1.Size = new System.Drawing.Size(84, 17);
this.rbOutThere1.TabIndex = 4;
this.rbOutThere1.TabStop = true;
this.rbOutThere1.Text = "Out there 1";
this.rbOutThere1.UseVisualStyleBackColor = true;
this.rbOutThere1.CheckedChanged += new System.EventHandler(this.rbOutThere1_CheckedChanged);
@ -1652,7 +1704,7 @@
// rbBigSight
//
this.rbBigSight.AutoSize = true;
this.rbBigSight.Location = new System.Drawing.Point(205, 18);
this.rbBigSight.Location = new System.Drawing.Point(200, 54);
this.rbBigSight.Name = "rbBigSight";
this.rbBigSight.Size = new System.Drawing.Size(72, 17);
this.rbBigSight.TabIndex = 3;
@ -1663,7 +1715,7 @@
// rbHighway
//
this.rbHighway.AutoSize = true;
this.rbHighway.Location = new System.Drawing.Point(205, 1);
this.rbHighway.Location = new System.Drawing.Point(200, 37);
this.rbHighway.Name = "rbHighway";
this.rbHighway.Size = new System.Drawing.Size(70, 17);
this.rbHighway.TabIndex = 2;
@ -1674,7 +1726,7 @@
// rbHelipad
//
this.rbHelipad.AutoSize = true;
this.rbHelipad.Location = new System.Drawing.Point(122, 35);
this.rbHelipad.Location = new System.Drawing.Point(117, 71);
this.rbHelipad.Name = "rbHelipad";
this.rbHelipad.Size = new System.Drawing.Size(80, 17);
this.rbHelipad.TabIndex = 1;
@ -1685,7 +1737,7 @@
// rbShiodome
//
this.rbShiodome.AutoSize = true;
this.rbShiodome.Location = new System.Drawing.Point(122, 18);
this.rbShiodome.Location = new System.Drawing.Point(117, 54);
this.rbShiodome.Name = "rbShiodome";
this.rbShiodome.Size = new System.Drawing.Size(77, 17);
this.rbShiodome.TabIndex = 1;
@ -1696,7 +1748,7 @@
// rbCanyon
//
this.rbCanyon.AutoSize = true;
this.rbCanyon.Location = new System.Drawing.Point(122, 1);
this.rbCanyon.Location = new System.Drawing.Point(117, 37);
this.rbCanyon.Name = "rbCanyon";
this.rbCanyon.Size = new System.Drawing.Size(64, 17);
this.rbCanyon.TabIndex = 0;
@ -1990,5 +2042,9 @@
private System.Windows.Forms.Label lblGraphSaturation;
private System.Windows.Forms.Label lblGraphDeadzone;
private System.Windows.Forms.RadioButton rbPtDeadzone;
private System.Windows.Forms.RadioButton rbArea18;
private System.Windows.Forms.RadioButton rbDemien;
private System.Windows.Forms.RadioButton rbBrokenMoon;
private System.Windows.Forms.RadioButton rbDyingStar;
}
}

File diff suppressed because it is too large Load Diff

@ -348,6 +348,10 @@
<Content Include="graphics\Readme.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="graphics\SB_SC_Area18.dds" />
<Content Include="graphics\SB_SC_BrokenMoon.dds" />
<Content Include="graphics\SB_SC_Demien.dds" />
<Content Include="graphics\SB_SC_DyingStar.dds" />
<Content Include="graphics\selected.png" />
<Content Include="graphics\XBOX.ico" />
</ItemGroup>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save