add discohawk icon

This commit is contained in:
zeromus 2011-09-08 03:35:19 +00:00
parent 41de458ec6
commit cf580b33df
5 changed files with 2420 additions and 1061 deletions

View File

@ -63,7 +63,7 @@
<StartupObject /> <StartupObject />
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<ApplicationIcon>corphawk.ico</ApplicationIcon> <ApplicationIcon>discohawk.ico</ApplicationIcon>
</PropertyGroup> </PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
@ -76,9 +76,7 @@
<ItemGroup> <ItemGroup>
<Compile Include="AudioExtractor.cs" /> <Compile Include="AudioExtractor.cs" />
<Compile Include="DiscoHawk.cs" /> <Compile Include="DiscoHawk.cs" />
<Compile Include="DiscoHawkDialog.cs"> <Compile Include="DiscoHawkDialog.cs" />
<SubType>Form</SubType>
</Compile>
<Compile Include="DiscoHawkDialog.Designer.cs"> <Compile Include="DiscoHawkDialog.Designer.cs">
<DependentUpon>DiscoHawkDialog.cs</DependentUpon> <DependentUpon>DiscoHawkDialog.cs</DependentUpon>
</Compile> </Compile>
@ -140,6 +138,6 @@
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Content Include="corphawk.ico" /> <Content Include="discohawk.ico" />
</ItemGroup> </ItemGroup>
</Project> </Project>

View File

@ -28,86 +28,86 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainDiscoForm)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainDiscoForm));
this.ExitButton = new System.Windows.Forms.Button(); this.ExitButton = new System.Windows.Forms.Button();
this.lblMagicDragArea = new System.Windows.Forms.Panel(); this.lblMagicDragArea = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label();
this.lblMp3ExtractMagicArea = new System.Windows.Forms.Panel(); this.lblMp3ExtractMagicArea = new System.Windows.Forms.Panel();
this.label2 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label();
this.lblMagicDragArea.SuspendLayout(); this.lblMagicDragArea.SuspendLayout();
this.lblMp3ExtractMagicArea.SuspendLayout(); this.lblMp3ExtractMagicArea.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// ExitButton // ExitButton
// //
this.ExitButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.ExitButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.ExitButton.Location = new System.Drawing.Point(281, 316); this.ExitButton.Location = new System.Drawing.Point(281, 316);
this.ExitButton.Name = "ExitButton"; this.ExitButton.Name = "ExitButton";
this.ExitButton.Size = new System.Drawing.Size(75, 23); this.ExitButton.Size = new System.Drawing.Size(75, 23);
this.ExitButton.TabIndex = 0; this.ExitButton.TabIndex = 0;
this.ExitButton.Text = "E&xit"; this.ExitButton.Text = "E&xit";
this.ExitButton.UseVisualStyleBackColor = true; this.ExitButton.UseVisualStyleBackColor = true;
this.ExitButton.Click += new System.EventHandler(this.ExitButton_Click); this.ExitButton.Click += new System.EventHandler(this.ExitButton_Click);
// //
// lblMagicDragArea // lblMagicDragArea
// //
this.lblMagicDragArea.AllowDrop = true; this.lblMagicDragArea.AllowDrop = true;
this.lblMagicDragArea.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblMagicDragArea.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lblMagicDragArea.Controls.Add(this.label1); this.lblMagicDragArea.Controls.Add(this.label1);
this.lblMagicDragArea.Location = new System.Drawing.Point(84, 12); this.lblMagicDragArea.Location = new System.Drawing.Point(84, 12);
this.lblMagicDragArea.Name = "lblMagicDragArea"; this.lblMagicDragArea.Name = "lblMagicDragArea";
this.lblMagicDragArea.Size = new System.Drawing.Size(200, 100); this.lblMagicDragArea.Size = new System.Drawing.Size(200, 100);
this.lblMagicDragArea.TabIndex = 1; this.lblMagicDragArea.TabIndex = 1;
this.lblMagicDragArea.DragDrop += new System.Windows.Forms.DragEventHandler(this.lblMagicDragArea_DragDrop); this.lblMagicDragArea.DragDrop += new System.Windows.Forms.DragEventHandler(this.lblMagicDragArea_DragDrop);
this.lblMagicDragArea.DragEnter += new System.Windows.Forms.DragEventHandler(this.lblMagicDragArea_DragEnter); this.lblMagicDragArea.DragEnter += new System.Windows.Forms.DragEventHandler(this.lblMagicDragArea_DragEnter);
// //
// label1 // label1
// //
this.label1.AutoSize = true; this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(47, 10); this.label1.Location = new System.Drawing.Point(47, 10);
this.label1.Name = "label1"; this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(106, 13); this.label1.Size = new System.Drawing.Size(106, 13);
this.label1.TabIndex = 0; this.label1.TabIndex = 0;
this.label1.Text = "Drag here for MAGIC"; this.label1.Text = "Drag here for MAGIC";
// //
// lblMp3ExtractMagicArea // lblMp3ExtractMagicArea
// //
this.lblMp3ExtractMagicArea.AllowDrop = true; this.lblMp3ExtractMagicArea.AllowDrop = true;
this.lblMp3ExtractMagicArea.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblMp3ExtractMagicArea.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lblMp3ExtractMagicArea.Controls.Add(this.label2); this.lblMp3ExtractMagicArea.Controls.Add(this.label2);
this.lblMp3ExtractMagicArea.Location = new System.Drawing.Point(84, 167); this.lblMp3ExtractMagicArea.Location = new System.Drawing.Point(84, 167);
this.lblMp3ExtractMagicArea.Name = "lblMp3ExtractMagicArea"; this.lblMp3ExtractMagicArea.Name = "lblMp3ExtractMagicArea";
this.lblMp3ExtractMagicArea.Size = new System.Drawing.Size(200, 100); this.lblMp3ExtractMagicArea.Size = new System.Drawing.Size(200, 100);
this.lblMp3ExtractMagicArea.TabIndex = 2; this.lblMp3ExtractMagicArea.TabIndex = 2;
this.lblMp3ExtractMagicArea.DragDrop += new System.Windows.Forms.DragEventHandler(this.lblMp3ExtractMagicArea_DragDrop); this.lblMp3ExtractMagicArea.DragDrop += new System.Windows.Forms.DragEventHandler(this.lblMp3ExtractMagicArea_DragDrop);
this.lblMp3ExtractMagicArea.DragEnter += new System.Windows.Forms.DragEventHandler(this.lblMagicDragArea_DragEnter); this.lblMp3ExtractMagicArea.DragEnter += new System.Windows.Forms.DragEventHandler(this.lblMagicDragArea_DragEnter);
// //
// label2 // label2
// //
this.label2.AutoSize = true; this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(17, 25); this.label2.Location = new System.Drawing.Point(17, 25);
this.label2.Name = "label2"; this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(151, 39); this.label2.Size = new System.Drawing.Size(151, 39);
this.label2.TabIndex = 0; this.label2.TabIndex = 0;
this.label2.Text = "Drag cue here to extract audio\ntracks to MP3 for listening\npleasure!"; this.label2.Text = "Drag cue here to extract audio\ntracks to MP3 for listening\npleasure!";
// //
// MainDiscoForm // MainDiscoForm
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(368, 351); this.ClientSize = new System.Drawing.Size(368, 351);
this.Controls.Add(this.lblMp3ExtractMagicArea); this.Controls.Add(this.lblMp3ExtractMagicArea);
this.Controls.Add(this.lblMagicDragArea); this.Controls.Add(this.lblMagicDragArea);
this.Controls.Add(this.ExitButton); this.Controls.Add(this.ExitButton);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "MainDiscoForm"; this.Name = "MainDiscoForm";
this.Text = "DiscoHawk"; this.Text = "DiscoHawk";
this.Load += new System.EventHandler(this.MainDiscoForm_Load); this.Load += new System.EventHandler(this.MainDiscoForm_Load);
this.lblMagicDragArea.ResumeLayout(false); this.lblMagicDragArea.ResumeLayout(false);
this.lblMagicDragArea.PerformLayout(); this.lblMagicDragArea.PerformLayout();
this.lblMp3ExtractMagicArea.ResumeLayout(false); this.lblMp3ExtractMagicArea.ResumeLayout(false);
this.lblMp3ExtractMagicArea.PerformLayout(); this.lblMp3ExtractMagicArea.PerformLayout();
this.ResumeLayout(false); this.ResumeLayout(false);
} }

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

BIN
DiscoHawk/discohawk.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB