aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/AudioPlayer.Designer.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-02-25 16:10:59 -0500
committerlempamo <[email protected]>2017-02-25 16:10:59 -0500
commit84abd2cd11b5bcd78052015cc1f33b9e738b7417 (patch)
tree266492e49f87403f14b60e289ce6469739bc3d86 /ShiftOS.WinForms/Applications/AudioPlayer.Designer.cs
parent420a5e0a4bf92bb194c816a048f7f5b212778fe8 (diff)
downloadshiftos_thereturn-84abd2cd11b5bcd78052015cc1f33b9e738b7417.tar.gz
shiftos_thereturn-84abd2cd11b5bcd78052015cc1f33b9e738b7417.tar.bz2
shiftos_thereturn-84abd2cd11b5bcd78052015cc1f33b9e738b7417.zip
Basic AudioPlayer
planning to use naudio api for this. thoughts?
Diffstat (limited to 'ShiftOS.WinForms/Applications/AudioPlayer.Designer.cs')
-rw-r--r--ShiftOS.WinForms/Applications/AudioPlayer.Designer.cs37
1 files changed, 37 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/AudioPlayer.Designer.cs b/ShiftOS.WinForms/Applications/AudioPlayer.Designer.cs
new file mode 100644
index 0000000..3cc88df
--- /dev/null
+++ b/ShiftOS.WinForms/Applications/AudioPlayer.Designer.cs
@@ -0,0 +1,37 @@
+namespace ShiftOS.WinForms.Applications
+{
+ partial class AudioPlayer
+ {
+ /// <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 Component 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()
+ {
+ components = new System.ComponentModel.Container();
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ }
+
+ #endregion
+ }
+}