From 84abd2cd11b5bcd78052015cc1f33b9e738b7417 Mon Sep 17 00:00:00 2001 From: lempamo Date: Sat, 25 Feb 2017 16:10:59 -0500 Subject: Basic AudioPlayer planning to use naudio api for this. thoughts? --- .../Applications/AudioPlayer.Designer.cs | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 ShiftOS.WinForms/Applications/AudioPlayer.Designer.cs (limited to 'ShiftOS.WinForms/Applications/AudioPlayer.Designer.cs') 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 + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Component Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + components = new System.ComponentModel.Container(); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + } + + #endregion + } +} -- cgit v1.2.3