Fixed alignment issues; disabled resize

master
Aaron Johnson 5 years ago
parent 75814756dd
commit ee04caad0c

@ -0,0 +1,83 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{7FC8D566-B9B7-4FE8-BA7E-60A2EC6BC741}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>Elite_Power_Management_Simulator</RootNamespace>
<AssemblyName>Elite Power Management Simulator</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Form1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

@ -46,7 +46,7 @@
// prog_eng
//
this.prog_eng.BackColor = System.Drawing.SystemColors.ControlDarkDark;
this.prog_eng.Location = new System.Drawing.Point(115, 32);
this.prog_eng.Location = new System.Drawing.Point(117, 32);
this.prog_eng.Maximum = 8;
this.prog_eng.Name = "prog_eng";
this.prog_eng.Size = new System.Drawing.Size(158, 23);
@ -82,8 +82,9 @@
//
// lbl_eng
//
this.lbl_eng.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.lbl_eng.AutoSize = true;
this.lbl_eng.Location = new System.Drawing.Point(182, 58);
this.lbl_eng.Location = new System.Drawing.Point(181, 58);
this.lbl_eng.Name = "lbl_eng";
this.lbl_eng.Size = new System.Drawing.Size(30, 13);
this.lbl_eng.TabIndex = 3;
@ -92,7 +93,7 @@
// lbl_sys
//
this.lbl_sys.AutoSize = true;
this.lbl_sys.Location = new System.Drawing.Point(81, 107);
this.lbl_sys.Location = new System.Drawing.Point(76, 107);
this.lbl_sys.Name = "lbl_sys";
this.lbl_sys.Size = new System.Drawing.Size(28, 13);
this.lbl_sys.TabIndex = 4;
@ -101,7 +102,7 @@
// lbl_wep
//
this.lbl_wep.AutoSize = true;
this.lbl_wep.Location = new System.Drawing.Point(287, 107);
this.lbl_wep.Location = new System.Drawing.Point(283, 107);
this.lbl_wep.Name = "lbl_wep";
this.lbl_wep.Size = new System.Drawing.Size(32, 13);
this.lbl_wep.TabIndex = 5;
@ -109,7 +110,7 @@
//
// btn_reset
//
this.btn_reset.Location = new System.Drawing.Point(131, 125);
this.btn_reset.Location = new System.Drawing.Point(133, 125);
this.btn_reset.Name = "btn_reset";
this.btn_reset.Size = new System.Drawing.Size(126, 31);
this.btn_reset.TabIndex = 6;
@ -131,7 +132,7 @@
//
this.lbl_xant_ad.AutoSize = true;
this.lbl_xant_ad.ForeColor = System.Drawing.SystemColors.ControlDark;
this.lbl_xant_ad.Location = new System.Drawing.Point(95, 9);
this.lbl_xant_ad.Location = new System.Drawing.Point(92, 9);
this.lbl_xant_ad.Name = "lbl_xant_ad";
this.lbl_xant_ad.Size = new System.Drawing.Size(209, 13);
this.lbl_xant_ad.TabIndex = 8;
@ -142,7 +143,7 @@
//
this.lbl_instructions.AutoSize = true;
this.lbl_instructions.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.lbl_instructions.Location = new System.Drawing.Point(100, 167);
this.lbl_instructions.Location = new System.Drawing.Point(98, 166);
this.lbl_instructions.Name = "lbl_instructions";
this.lbl_instructions.Size = new System.Drawing.Size(196, 13);
this.lbl_instructions.TabIndex = 10;
@ -176,6 +177,7 @@
this.Controls.Add(this.prog_wep);
this.Controls.Add(this.prog_sys);
this.Controls.Add(this.prog_eng);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "form_main";
this.Text = "Elite Power Management Simulator";

@ -1,9 +1,10 @@
C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\bin\Release\Elite Power Management Simulator.exe.config
C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\bin\Release\Elite Power Management Simulator.exe
C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\bin\Release\Elite Power Management Simulator.pdb
C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\obj\Release\Elite_Power_Management_Simulator.form_main.resources
C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\obj\Release\Elite_Power_Management_Simulator.Properties.Resources.resources
C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\obj\Release\Elite Power Management Simulator.csproj.GenerateResource.cache
C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\obj\Release\Elite Power Management Simulator.csproj.CoreCompileInputs.cache
C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\obj\Release\Elite Power Management Simulator.csprojAssemblyReference.cache
C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\bin\Release\Elite Power Management Simulator.exe.config
C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\bin\Release\Elite Power Management Simulator.exe
C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\bin\Release\Elite Power Management Simulator.pdb
C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\obj\Release\Elite Power Management Simulator.exe
C:\Users\ajohnson\source\repos\Elite Power Management Simulator\Elite Power Management Simulator\obj\Release\Elite Power Management Simulator.pdb

Loading…
Cancel
Save