Example #1
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmArchiveClient));
     this.id                       = new System.Windows.Forms.ColumnHeader();
     this.time                     = new System.Windows.Forms.ColumnHeader();
     this.btnCancel                = new System.Windows.Forms.Button();
     this.lblConferenceHeader      = new System.Windows.Forms.Label();
     this.lblConferenceSelected    = new System.Windows.Forms.Label();
     this.tbPlayBack               = new System.Windows.Forms.TrackBar();
     this.lblStartTime             = new System.Windows.Forms.Label();
     this.lblEndTime               = new System.Windows.Forms.Label();
     this.lblConferenceDetails1    = new System.Windows.Forms.Label();
     this.timerSliderUpdate        = new System.Windows.Forms.Timer(this.components);
     this.gbHorizontalSeparation1  = new System.Windows.Forms.GroupBox();
     this.gbHorizontalSeparation2  = new System.Windows.Forms.GroupBox();
     this.lblRewind                = new System.Windows.Forms.Label();
     this.lblFF                    = new System.Windows.Forms.Label();
     this.btnPlay                  = new MSR.LST.MediaControlButton();
     this.lblCurrentTime           = new System.Windows.Forms.Label();
     this.imageListRewindFFButtons = new System.Windows.Forms.ImageList(this.components);
     this.btnStop                  = new MSR.LST.MediaControlButton();
     this.buttonToolTips           = new System.Windows.Forms.ToolTip(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.tbPlayBack)).BeginInit();
     this.SuspendLayout();
     //
     // id
     //
     this.id.Width = 0;
     //
     // time
     //
     this.time.Text = "Duration";
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.btnCancel.Location     = new System.Drawing.Point(288, 192);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(96, 23);
     this.btnCancel.TabIndex     = 14;
     this.btnCancel.Text         = "Close";
     this.btnCancel.Click       += new System.EventHandler(this.btnCancel_Click);
     //
     // lblConferenceHeader
     //
     this.lblConferenceHeader.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblConferenceHeader.ForeColor = System.Drawing.Color.Black;
     this.lblConferenceHeader.Location  = new System.Drawing.Point(16, 12);
     this.lblConferenceHeader.Name      = "lblConferenceHeader";
     this.lblConferenceHeader.Size      = new System.Drawing.Size(68, 16);
     this.lblConferenceHeader.TabIndex  = 3;
     this.lblConferenceHeader.Text      = "Conference:";
     this.lblConferenceHeader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblConferenceSelected
     //
     this.lblConferenceSelected.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblConferenceSelected.Location  = new System.Drawing.Point(80, 12);
     this.lblConferenceSelected.Name      = "lblConferenceSelected";
     this.lblConferenceSelected.Size      = new System.Drawing.Size(304, 16);
     this.lblConferenceSelected.TabIndex  = 15;
     this.lblConferenceSelected.Text      = "<< No conference selected >>";
     this.lblConferenceSelected.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tbPlayBack
     //
     this.tbPlayBack.Enabled       = false;
     this.tbPlayBack.Location      = new System.Drawing.Point(36, 72);
     this.tbPlayBack.Maximum       = 1000;
     this.tbPlayBack.Name          = "tbPlayBack";
     this.tbPlayBack.Size          = new System.Drawing.Size(328, 45);
     this.tbPlayBack.TabIndex      = 18;
     this.tbPlayBack.TickFrequency = 50;
     this.tbPlayBack.MouseDown    += new System.Windows.Forms.MouseEventHandler(this.tbPlayBack_MouseDown);
     this.tbPlayBack.MouseUp      += new System.Windows.Forms.MouseEventHandler(this.tbPlayBack_MouseUp);
     //
     // lblStartTime
     //
     this.lblStartTime.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblStartTime.Location  = new System.Drawing.Point(12, 112);
     this.lblStartTime.Name      = "lblStartTime";
     this.lblStartTime.Size      = new System.Drawing.Size(96, 16);
     this.lblStartTime.TabIndex  = 19;
     this.lblStartTime.Text      = "00:00:00";
     //
     // lblEndTime
     //
     this.lblEndTime.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblEndTime.Location  = new System.Drawing.Point(268, 112);
     this.lblEndTime.Name      = "lblEndTime";
     this.lblEndTime.Size      = new System.Drawing.Size(116, 16);
     this.lblEndTime.TabIndex  = 20;
     this.lblEndTime.Text      = "<< End Time >>";
     this.lblEndTime.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // lblConferenceDetails1
     //
     this.lblConferenceDetails1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblConferenceDetails1.Location  = new System.Drawing.Point(16, 36);
     this.lblConferenceDetails1.Name      = "lblConferenceDetails1";
     this.lblConferenceDetails1.Size      = new System.Drawing.Size(368, 16);
     this.lblConferenceDetails1.TabIndex  = 22;
     this.lblConferenceDetails1.Text      = "<< No details >>";
     //
     // timerSliderUpdate
     //
     this.timerSliderUpdate.Interval = 1000;
     this.timerSliderUpdate.Tick    += new System.EventHandler(this.timerSliderUpdate_Tick);
     //
     // gbHorizontalSeparation1
     //
     this.gbHorizontalSeparation1.Location = new System.Drawing.Point(16, 56);
     this.gbHorizontalSeparation1.Name     = "gbHorizontalSeparation1";
     this.gbHorizontalSeparation1.Size     = new System.Drawing.Size(368, 8);
     this.gbHorizontalSeparation1.TabIndex = 25;
     this.gbHorizontalSeparation1.TabStop  = false;
     //
     // gbHorizontalSeparation2
     //
     this.gbHorizontalSeparation2.Location = new System.Drawing.Point(16, 168);
     this.gbHorizontalSeparation2.Name     = "gbHorizontalSeparation2";
     this.gbHorizontalSeparation2.Size     = new System.Drawing.Size(368, 8);
     this.gbHorizontalSeparation2.TabIndex = 26;
     this.gbHorizontalSeparation2.TabStop  = false;
     //
     // lblRewind
     //
     this.lblRewind.Enabled  = false;
     this.lblRewind.Location = new System.Drawing.Point(16, 76);
     this.lblRewind.Name     = "lblRewind";
     this.lblRewind.Size     = new System.Drawing.Size(14, 18);
     this.lblRewind.TabIndex = 31;
     this.lblRewind.Click   += new System.EventHandler(this.lblRewind_Click);
     //
     // lblFF
     //
     this.lblFF.Enabled  = false;
     this.lblFF.Location = new System.Drawing.Point(368, 76);
     this.lblFF.Name     = "lblFF";
     this.lblFF.Size     = new System.Drawing.Size(14, 18);
     this.lblFF.TabIndex = 32;
     this.lblFF.Click   += new System.EventHandler(this.lblFF_Click);
     //
     // btnPlay
     //
     this.btnPlay.Image     = ((System.Drawing.Image)(resources.GetObject("btnPlay.Image")));
     this.btnPlay.ImageType = MSR.LST.MediaControlImage.Play;
     this.btnPlay.Location  = new System.Drawing.Point(16, 136);
     this.btnPlay.Name      = "btnPlay";
     this.btnPlay.Size      = new System.Drawing.Size(24, 24);
     this.btnPlay.TabIndex  = 33;
     this.buttonToolTips.SetToolTip(this.btnPlay, "Play");
     this.btnPlay.Click += new System.EventHandler(this.btnPlay_Click);
     //
     // lblCurrentTime
     //
     this.lblCurrentTime.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblCurrentTime.Location  = new System.Drawing.Point(268, 144);
     this.lblCurrentTime.Name      = "lblCurrentTime";
     this.lblCurrentTime.Size      = new System.Drawing.Size(116, 16);
     this.lblCurrentTime.TabIndex  = 34;
     this.lblCurrentTime.Text      = "00:00:00";
     this.lblCurrentTime.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // imageListRewindFFButtons
     //
     this.imageListRewindFFButtons.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListRewindFFButtons.ImageStream")));
     this.imageListRewindFFButtons.TransparentColor = System.Drawing.Color.White;
     this.imageListRewindFFButtons.Images.SetKeyName(0, "");
     this.imageListRewindFFButtons.Images.SetKeyName(1, "");
     this.imageListRewindFFButtons.Images.SetKeyName(2, "");
     this.imageListRewindFFButtons.Images.SetKeyName(3, "");
     //
     // btnStop
     //
     this.btnStop.Image     = ((System.Drawing.Image)(resources.GetObject("btnStop.Image")));
     this.btnStop.ImageType = MSR.LST.MediaControlImage.Stop;
     this.btnStop.Location  = new System.Drawing.Point(48, 136);
     this.btnStop.Name      = "btnStop";
     this.btnStop.Size      = new System.Drawing.Size(24, 24);
     this.btnStop.TabIndex  = 35;
     this.buttonToolTips.SetToolTip(this.btnStop, "Stop");
     this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
     //
     // frmArchiveClient
     //
     this.AcceptButton      = this.btnCancel;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(402, 232);
     this.ControlBox        = false;
     this.Controls.Add(this.btnStop);
     this.Controls.Add(this.lblCurrentTime);
     this.Controls.Add(this.btnPlay);
     this.Controls.Add(this.lblFF);
     this.Controls.Add(this.lblRewind);
     this.Controls.Add(this.gbHorizontalSeparation2);
     this.Controls.Add(this.gbHorizontalSeparation1);
     this.Controls.Add(this.lblConferenceDetails1);
     this.Controls.Add(this.lblEndTime);
     this.Controls.Add(this.lblStartTime);
     this.Controls.Add(this.tbPlayBack);
     this.Controls.Add(this.lblConferenceSelected);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.lblConferenceHeader);
     this.Font            = UIFont.FormFont;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmArchiveClient";
     this.Text            = "Conference Playback";
     this.Closing        += new System.ComponentModel.CancelEventHandler(this.frmArchiveClient_Closing);
     this.Load           += new System.EventHandler(this.frmArchiveClient_Load);
     ((System.ComponentModel.ISupportInitialize)(this.tbPlayBack)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #2
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmRecord));
     this.lblNameHeader           = new System.Windows.Forms.Label();
     this.txtConferenceName       = new System.Windows.Forms.TextBox();
     this.gbHorizontalSeparation1 = new System.Windows.Forms.GroupBox();
     this.lblCurrentTime          = new System.Windows.Forms.Label();
     this.btnStopRecording        = new MSR.LST.MediaControlButton();
     this.timerUpdateTime         = new System.Windows.Forms.Timer(this.components);
     this.btnCancel         = new System.Windows.Forms.Button();
     this.buttonToolTips    = new System.Windows.Forms.ToolTip(this.components);
     this.btnStartRecording = new MSR.LST.MediaControlButton();
     this.SuspendLayout();
     //
     // lblNameHeader
     //
     this.lblNameHeader.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblNameHeader.Location  = new System.Drawing.Point(16, 12);
     this.lblNameHeader.Name      = "lblNameHeader";
     this.lblNameHeader.Size      = new System.Drawing.Size(40, 16);
     this.lblNameHeader.TabIndex  = 0;
     this.lblNameHeader.Text      = "Name:";
     //
     // txtConferenceName
     //
     this.txtConferenceName.Location     = new System.Drawing.Point(16, 28);
     this.txtConferenceName.MaxLength    = 254;
     this.txtConferenceName.Name         = "txtConferenceName";
     this.txtConferenceName.Size         = new System.Drawing.Size(312, 20);
     this.txtConferenceName.TabIndex     = 0;
     this.txtConferenceName.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txtConferenceName_KeyPress);
     this.txtConferenceName.TextChanged += new System.EventHandler(this.txtConferenceName_TextChanged);
     //
     // gbHorizontalSeparation1
     //
     this.gbHorizontalSeparation1.Location = new System.Drawing.Point(16, 88);
     this.gbHorizontalSeparation1.Name     = "gbHorizontalSeparation1";
     this.gbHorizontalSeparation1.Size     = new System.Drawing.Size(312, 8);
     this.gbHorizontalSeparation1.TabIndex = 26;
     this.gbHorizontalSeparation1.TabStop  = false;
     //
     // lblCurrentTime
     //
     this.lblCurrentTime.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblCurrentTime.Location  = new System.Drawing.Point(280, 68);
     this.lblCurrentTime.Name      = "lblCurrentTime";
     this.lblCurrentTime.Size      = new System.Drawing.Size(48, 16);
     this.lblCurrentTime.TabIndex  = 35;
     this.lblCurrentTime.Text      = "00:00:00";
     this.lblCurrentTime.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // btnStopRecording
     //
     this.btnStopRecording.Enabled   = false;
     this.btnStopRecording.Image     = ((System.Drawing.Image)(resources.GetObject("btnStopRecording.Image")));
     this.btnStopRecording.ImageType = MSR.LST.MediaControlImage.Stop;
     this.btnStopRecording.Location  = new System.Drawing.Point(56, 60);
     this.btnStopRecording.Name      = "btnStopRecording";
     this.btnStopRecording.Size      = new System.Drawing.Size(24, 24);
     this.btnStopRecording.TabIndex  = 36;
     this.buttonToolTips.SetToolTip(this.btnStopRecording, "Stop");
     this.btnStopRecording.Click += new System.EventHandler(this.btnStopRecording_Click);
     //
     // timerUpdateTime
     //
     this.timerUpdateTime.Interval = 1000;
     this.timerUpdateTime.Tick    += new System.EventHandler(this.timerUpdateTime_Tick);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.btnCancel.Location     = new System.Drawing.Point(232, 104);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(96, 23);
     this.btnCancel.TabIndex     = 37;
     this.btnCancel.Text         = "Close";
     this.btnCancel.Click       += new System.EventHandler(this.btnCancel_Click);
     //
     // btnStartRecording
     //
     this.btnStartRecording.Enabled   = false;
     this.btnStartRecording.Image     = ((System.Drawing.Image)(resources.GetObject("btnStartRecording.Image")));
     this.btnStartRecording.ImageType = MSR.LST.MediaControlImage.Record;
     this.btnStartRecording.Location  = new System.Drawing.Point(16, 60);
     this.btnStartRecording.Name      = "btnStartRecording";
     this.btnStartRecording.Size      = new System.Drawing.Size(24, 24);
     this.btnStartRecording.TabIndex  = 3;
     this.buttonToolTips.SetToolTip(this.btnStartRecording, "Record");
     this.btnStartRecording.Click += new System.EventHandler(this.btnStartRecording_Click);
     //
     // frmRecord
     //
     this.AcceptButton      = this.btnCancel;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(346, 144);
     this.ControlBox        = false;
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnStopRecording);
     this.Controls.Add(this.lblCurrentTime);
     this.Controls.Add(this.gbHorizontalSeparation1);
     this.Controls.Add(this.btnStartRecording);
     this.Controls.Add(this.txtConferenceName);
     this.Controls.Add(this.lblNameHeader);
     this.Font            = UIFont.FormFont;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmRecord";
     this.ShowInTaskbar   = false;
     this.Text            = "Record This Conference";
     this.Load           += new System.EventHandler(this.frmRecord_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmArchiveClient));
            this.id = new System.Windows.Forms.ColumnHeader();
            this.time = new System.Windows.Forms.ColumnHeader();
            this.btnCancel = new System.Windows.Forms.Button();
            this.lblConferenceHeader = new System.Windows.Forms.Label();
            this.lblConferenceSelected = new System.Windows.Forms.Label();
            this.tbPlayBack = new System.Windows.Forms.TrackBar();
            this.lblStartTime = new System.Windows.Forms.Label();
            this.lblEndTime = new System.Windows.Forms.Label();
            this.lblConferenceDetails1 = new System.Windows.Forms.Label();
            this.timerSliderUpdate = new System.Windows.Forms.Timer(this.components);
            this.gbHorizontalSeparation1 = new System.Windows.Forms.GroupBox();
            this.gbHorizontalSeparation2 = new System.Windows.Forms.GroupBox();
            this.lblRewind = new System.Windows.Forms.Label();
            this.lblFF = new System.Windows.Forms.Label();
            this.btnPlay = new MSR.LST.MediaControlButton();
            this.lblCurrentTime = new System.Windows.Forms.Label();
            this.imageListRewindFFButtons = new System.Windows.Forms.ImageList(this.components);
            this.btnStop = new MSR.LST.MediaControlButton();
            this.buttonToolTips = new System.Windows.Forms.ToolTip(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.tbPlayBack)).BeginInit();
            this.SuspendLayout();
            // 
            // id
            // 
            this.id.Width = 0;
            // 
            // time
            // 
            this.time.Text = "Duration";
            // 
            // btnCancel
            // 
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnCancel.Location = new System.Drawing.Point(288, 192);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(96, 23);
            this.btnCancel.TabIndex = 14;
            this.btnCancel.Text = "Close";
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // lblConferenceHeader
            // 
            this.lblConferenceHeader.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.lblConferenceHeader.ForeColor = System.Drawing.Color.Black;
            this.lblConferenceHeader.Location = new System.Drawing.Point(16, 12);
            this.lblConferenceHeader.Name = "lblConferenceHeader";
            this.lblConferenceHeader.Size = new System.Drawing.Size(68, 16);
            this.lblConferenceHeader.TabIndex = 3;
            this.lblConferenceHeader.Text = "Conference:";
            this.lblConferenceHeader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblConferenceSelected
            // 
            this.lblConferenceSelected.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.lblConferenceSelected.Location = new System.Drawing.Point(80, 12);
            this.lblConferenceSelected.Name = "lblConferenceSelected";
            this.lblConferenceSelected.Size = new System.Drawing.Size(304, 16);
            this.lblConferenceSelected.TabIndex = 15;
            this.lblConferenceSelected.Text = "<< No conference selected >>";
            this.lblConferenceSelected.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // tbPlayBack
            // 
            this.tbPlayBack.Enabled = false;
            this.tbPlayBack.Location = new System.Drawing.Point(36, 72);
            this.tbPlayBack.Maximum = 1000;
            this.tbPlayBack.Name = "tbPlayBack";
            this.tbPlayBack.Size = new System.Drawing.Size(328, 45);
            this.tbPlayBack.TabIndex = 18;
            this.tbPlayBack.TickFrequency = 50;
            this.tbPlayBack.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tbPlayBack_MouseDown);
            this.tbPlayBack.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tbPlayBack_MouseUp);
            // 
            // lblStartTime
            // 
            this.lblStartTime.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.lblStartTime.Location = new System.Drawing.Point(12, 112);
            this.lblStartTime.Name = "lblStartTime";
            this.lblStartTime.Size = new System.Drawing.Size(96, 16);
            this.lblStartTime.TabIndex = 19;
            this.lblStartTime.Text = "00:00:00";
            // 
            // lblEndTime
            // 
            this.lblEndTime.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.lblEndTime.Location = new System.Drawing.Point(268, 112);
            this.lblEndTime.Name = "lblEndTime";
            this.lblEndTime.Size = new System.Drawing.Size(116, 16);
            this.lblEndTime.TabIndex = 20;
            this.lblEndTime.Text = "<< End Time >>";
            this.lblEndTime.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // lblConferenceDetails1
            // 
            this.lblConferenceDetails1.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.lblConferenceDetails1.Location = new System.Drawing.Point(16, 36);
            this.lblConferenceDetails1.Name = "lblConferenceDetails1";
            this.lblConferenceDetails1.Size = new System.Drawing.Size(368, 16);
            this.lblConferenceDetails1.TabIndex = 22;
            this.lblConferenceDetails1.Text = "<< No details >>";
            // 
            // timerSliderUpdate
            // 
            this.timerSliderUpdate.Interval = 1000;
            this.timerSliderUpdate.Tick += new System.EventHandler(this.timerSliderUpdate_Tick);
            // 
            // gbHorizontalSeparation1
            // 
            this.gbHorizontalSeparation1.Location = new System.Drawing.Point(16, 56);
            this.gbHorizontalSeparation1.Name = "gbHorizontalSeparation1";
            this.gbHorizontalSeparation1.Size = new System.Drawing.Size(368, 8);
            this.gbHorizontalSeparation1.TabIndex = 25;
            this.gbHorizontalSeparation1.TabStop = false;
            // 
            // gbHorizontalSeparation2
            // 
            this.gbHorizontalSeparation2.Location = new System.Drawing.Point(16, 168);
            this.gbHorizontalSeparation2.Name = "gbHorizontalSeparation2";
            this.gbHorizontalSeparation2.Size = new System.Drawing.Size(368, 8);
            this.gbHorizontalSeparation2.TabIndex = 26;
            this.gbHorizontalSeparation2.TabStop = false;
            // 
            // lblRewind
            // 
            this.lblRewind.Enabled = false;
            this.lblRewind.Location = new System.Drawing.Point(16, 76);
            this.lblRewind.Name = "lblRewind";
            this.lblRewind.Size = new System.Drawing.Size(14, 18);
            this.lblRewind.TabIndex = 31;
            this.lblRewind.Click += new System.EventHandler(this.lblRewind_Click);
            // 
            // lblFF
            // 
            this.lblFF.Enabled = false;
            this.lblFF.Location = new System.Drawing.Point(368, 76);
            this.lblFF.Name = "lblFF";
            this.lblFF.Size = new System.Drawing.Size(14, 18);
            this.lblFF.TabIndex = 32;
            this.lblFF.Click += new System.EventHandler(this.lblFF_Click);
            // 
            // btnPlay
            // 
            this.btnPlay.Image = ((System.Drawing.Image)(resources.GetObject("btnPlay.Image")));
            this.btnPlay.ImageType = MSR.LST.MediaControlImage.Play;
            this.btnPlay.Location = new System.Drawing.Point(16, 136);
            this.btnPlay.Name = "btnPlay";
            this.btnPlay.Size = new System.Drawing.Size(24, 24);
            this.btnPlay.TabIndex = 33;
            this.buttonToolTips.SetToolTip(this.btnPlay, "Play");
            this.btnPlay.Click += new System.EventHandler(this.btnPlay_Click);
            // 
            // lblCurrentTime
            // 
            this.lblCurrentTime.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.lblCurrentTime.Location = new System.Drawing.Point(268, 144);
            this.lblCurrentTime.Name = "lblCurrentTime";
            this.lblCurrentTime.Size = new System.Drawing.Size(116, 16);
            this.lblCurrentTime.TabIndex = 34;
            this.lblCurrentTime.Text = "00:00:00";
            this.lblCurrentTime.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // imageListRewindFFButtons
            // 
            this.imageListRewindFFButtons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListRewindFFButtons.ImageStream")));
            this.imageListRewindFFButtons.TransparentColor = System.Drawing.Color.White;
            this.imageListRewindFFButtons.Images.SetKeyName(0, "");
            this.imageListRewindFFButtons.Images.SetKeyName(1, "");
            this.imageListRewindFFButtons.Images.SetKeyName(2, "");
            this.imageListRewindFFButtons.Images.SetKeyName(3, "");
            // 
            // btnStop
            // 
            this.btnStop.Image = ((System.Drawing.Image)(resources.GetObject("btnStop.Image")));
            this.btnStop.ImageType = MSR.LST.MediaControlImage.Stop;
            this.btnStop.Location = new System.Drawing.Point(48, 136);
            this.btnStop.Name = "btnStop";
            this.btnStop.Size = new System.Drawing.Size(24, 24);
            this.btnStop.TabIndex = 35;
            this.buttonToolTips.SetToolTip(this.btnStop, "Stop");
            this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
            // 
            // frmArchiveClient
            // 
            this.AcceptButton = this.btnCancel;
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.CancelButton = this.btnCancel;
            this.ClientSize = new System.Drawing.Size(402, 232);
            this.ControlBox = false;
            this.Controls.Add(this.btnStop);
            this.Controls.Add(this.lblCurrentTime);
            this.Controls.Add(this.btnPlay);
            this.Controls.Add(this.lblFF);
            this.Controls.Add(this.lblRewind);
            this.Controls.Add(this.gbHorizontalSeparation2);
            this.Controls.Add(this.gbHorizontalSeparation1);
            this.Controls.Add(this.lblConferenceDetails1);
            this.Controls.Add(this.lblEndTime);
            this.Controls.Add(this.lblStartTime);
            this.Controls.Add(this.tbPlayBack);
            this.Controls.Add(this.lblConferenceSelected);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.lblConferenceHeader);
            this.Font = UIFont.FormFont;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "frmArchiveClient";
            this.Text = "Conference Playback";
            this.Closing += new System.ComponentModel.CancelEventHandler(this.frmArchiveClient_Closing);
            this.Load += new System.EventHandler(this.frmArchiveClient_Load);
            ((System.ComponentModel.ISupportInitialize)(this.tbPlayBack)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.startServiceBtn = new MSR.LST.MediaControlButton();
     this.stopServiceBtn  = new MSR.LST.MediaControlButton();
     this.startServiceLbl = new System.Windows.Forms.Label();
     this.stopServiceLbl  = new System.Windows.Forms.Label();
     this.autoStartChkBx  = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // startServiceBtn
     //
     this.startServiceBtn.ImageType = MSR.LST.MediaControlImage.Play;
     this.startServiceBtn.Location  = new System.Drawing.Point(0, 0);
     this.startServiceBtn.Name      = "startServiceBtn";
     this.startServiceBtn.Size      = new System.Drawing.Size(24, 24);
     this.startServiceBtn.TabIndex  = 7;
     this.startServiceBtn.Click    += new System.EventHandler(this.startServiceBtn_Click);
     //
     // stopServiceBtn
     //
     this.stopServiceBtn.ImageType = MSR.LST.MediaControlImage.Stop;
     this.stopServiceBtn.Location  = new System.Drawing.Point(0, 36);
     this.stopServiceBtn.Name      = "stopServiceBtn";
     this.stopServiceBtn.Size      = new System.Drawing.Size(24, 24);
     this.stopServiceBtn.TabIndex  = 8;
     this.stopServiceBtn.Click    += new System.EventHandler(this.stopServiceBtn_Click);
     //
     // startServiceLbl
     //
     this.startServiceLbl.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.startServiceLbl.Location  = new System.Drawing.Point(32, 3);
     this.startServiceLbl.Name      = "startServiceLbl";
     this.startServiceLbl.Size      = new System.Drawing.Size(74, 18);
     this.startServiceLbl.TabIndex  = 5;
     this.startServiceLbl.Text      = Strings.StartService;
     this.startServiceLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // stopServiceLbl
     //
     this.stopServiceLbl.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.stopServiceLbl.Location  = new System.Drawing.Point(32, 39);
     this.stopServiceLbl.Name      = "stopServiceLbl";
     this.stopServiceLbl.Size      = new System.Drawing.Size(72, 18);
     this.stopServiceLbl.TabIndex  = 6;
     this.stopServiceLbl.Text      = Strings.StopService;
     this.stopServiceLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // autoStartChkBx
     //
     this.autoStartChkBx.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.autoStartChkBx.Location        = new System.Drawing.Point(128, 32);
     this.autoStartChkBx.Name            = "autoStartChkBx";
     this.autoStartChkBx.Size            = new System.Drawing.Size(176, 28);
     this.autoStartChkBx.TabIndex        = 9;
     this.autoStartChkBx.Text            = Strings.AutomaticallyStartThisService;
     this.autoStartChkBx.CheckedChanged += new System.EventHandler(this.autoStartChkBx_CheckedChanged);
     //
     // ServiceControlButtons
     //
     this.Controls.Add(this.startServiceBtn);
     this.Controls.Add(this.stopServiceBtn);
     this.Controls.Add(this.startServiceLbl);
     this.Controls.Add(this.stopServiceLbl);
     this.Controls.Add(this.autoStartChkBx);
     this.Name = "ServiceControlButtons";
     this.Size = new System.Drawing.Size(304, 60);
     this.ResumeLayout(false);
 }
Example #5
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmWMFile));
     this.ofd            = new System.Windows.Forms.OpenFileDialog();
     this.btnSelect      = new System.Windows.Forms.Button();
     this.ckRepeat       = new System.Windows.Forms.CheckBox();
     this.btnPlay        = new MSR.LST.MediaControlButton();
     this.lblInfo        = new System.Windows.Forms.Label();
     this.btnStop        = new MSR.LST.MediaControlButton();
     this.btnClose       = new System.Windows.Forms.Button();
     this.btnPause       = new MSR.LST.MediaControlButton();
     this.buttonToolTips = new System.Windows.Forms.ToolTip(this.components);
     this.SuspendLayout();
     //
     // btnSelect
     //
     this.btnSelect.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSelect.Location  = new System.Drawing.Point(16, 48);
     this.btnSelect.Name      = "btnSelect";
     this.btnSelect.Size      = new System.Drawing.Size(96, 24);
     this.btnSelect.TabIndex  = 0;
     this.btnSelect.Text      = "Selected file: {0}";
     this.btnSelect.Click    += new System.EventHandler(this.btnSelect_Click);
     //
     // ckRepeat
     //
     this.ckRepeat.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.ckRepeat.Location  = new System.Drawing.Point(264, 48);
     this.ckRepeat.Name      = "ckRepeat";
     this.ckRepeat.Size      = new System.Drawing.Size(56, 24);
     this.ckRepeat.TabIndex  = 1;
     this.ckRepeat.Text      = "Repeat";
     //
     // btnPlay
     //
     this.btnPlay.Enabled   = false;
     this.btnPlay.Image     = ((System.Drawing.Image)(resources.GetObject("btnPlay.Image")));
     this.btnPlay.ImageType = MSR.LST.MediaControlImage.Play;
     this.btnPlay.Location  = new System.Drawing.Point(144, 48);
     this.btnPlay.Name      = "btnPlay";
     this.btnPlay.Size      = new System.Drawing.Size(24, 24);
     this.btnPlay.TabIndex  = 2;
     this.buttonToolTips.SetToolTip(this.btnPlay, "Play");
     this.btnPlay.Click += new System.EventHandler(this.btnPlay_Click);
     //
     // lblInfo
     //
     this.lblInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lblInfo.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblInfo.Location  = new System.Drawing.Point(16, 8);
     this.lblInfo.Name      = "lblInfo";
     this.lblInfo.Size      = new System.Drawing.Size(312, 30);
     this.lblInfo.TabIndex  = 5;
     this.lblInfo.Text      = "Click \"Select File\" to specify the Windows Media file you want to play.";
     //
     // btnStop
     //
     this.btnStop.Enabled   = false;
     this.btnStop.Image     = ((System.Drawing.Image)(resources.GetObject("btnStop.Image")));
     this.btnStop.ImageType = MSR.LST.MediaControlImage.Stop;
     this.btnStop.Location  = new System.Drawing.Point(208, 48);
     this.btnStop.Name      = "btnStop";
     this.btnStop.Size      = new System.Drawing.Size(24, 24);
     this.btnStop.TabIndex  = 6;
     this.buttonToolTips.SetToolTip(this.btnStop, "Stop");
     this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
     //
     // btnClose
     //
     this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnClose.Location  = new System.Drawing.Point(248, 88);
     this.btnClose.Name      = "btnClose";
     this.btnClose.Size      = new System.Drawing.Size(75, 24);
     this.btnClose.TabIndex  = 6;
     this.btnClose.Text      = "Close";
     this.btnClose.Click    += new System.EventHandler(this.btnClose_Click);
     //
     // btnPause
     //
     this.btnPause.Enabled   = false;
     this.btnPause.Image     = ((System.Drawing.Image)(resources.GetObject("btnPause.Image")));
     this.btnPause.ImageType = MSR.LST.MediaControlImage.Pause;
     this.btnPause.Location  = new System.Drawing.Point(176, 48);
     this.btnPause.Name      = "btnPause";
     this.btnPause.Size      = new System.Drawing.Size(24, 24);
     this.btnPause.TabIndex  = 2;
     this.buttonToolTips.SetToolTip(this.btnPause, "Pause");
     this.btnPause.Click += new System.EventHandler(this.btnPause_Click);
     //
     // frmWMFile
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(338, 128);
     this.ControlBox        = false;
     this.Controls.Add(this.btnStop);
     this.Controls.Add(this.lblInfo);
     this.Controls.Add(this.btnPlay);
     this.Controls.Add(this.ckRepeat);
     this.Controls.Add(this.btnSelect);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnPause);
     this.Font            = UIFont.FormFont;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "frmWMFile";
     this.Text            = "Windows Media Playback";
     this.Closing        += new System.ComponentModel.CancelEventHandler(this.frmWMV_Closing);
     this.Load           += new System.EventHandler(this.frmWMFile_Load);
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.startServiceBtn = new MSR.LST.MediaControlButton();
            this.stopServiceBtn = new MSR.LST.MediaControlButton();
            this.startServiceLbl = new System.Windows.Forms.Label();
            this.stopServiceLbl = new System.Windows.Forms.Label();
            this.autoStartChkBx = new System.Windows.Forms.CheckBox();
            this.SuspendLayout();
            // 
            // startServiceBtn
            // 
            this.startServiceBtn.ImageType = MSR.LST.MediaControlImage.Play;
            this.startServiceBtn.Location = new System.Drawing.Point(0, 0);
            this.startServiceBtn.Name = "startServiceBtn";
            this.startServiceBtn.Size = new System.Drawing.Size(24, 24);
            this.startServiceBtn.TabIndex = 7;
            this.startServiceBtn.Click += new System.EventHandler(this.startServiceBtn_Click);
            // 
            // stopServiceBtn
            // 
            this.stopServiceBtn.ImageType = MSR.LST.MediaControlImage.Stop;
            this.stopServiceBtn.Location = new System.Drawing.Point(0, 36);
            this.stopServiceBtn.Name = "stopServiceBtn";
            this.stopServiceBtn.Size = new System.Drawing.Size(24, 24);
            this.stopServiceBtn.TabIndex = 8;
            this.stopServiceBtn.Click += new System.EventHandler(this.stopServiceBtn_Click);
            // 
            // startServiceLbl
            // 
            this.startServiceLbl.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.startServiceLbl.Location = new System.Drawing.Point(32, 3);
            this.startServiceLbl.Name = "startServiceLbl";
            this.startServiceLbl.Size = new System.Drawing.Size(74, 18);
            this.startServiceLbl.TabIndex = 5;
            this.startServiceLbl.Text = Strings.StartService;
            this.startServiceLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // stopServiceLbl
            // 
            this.stopServiceLbl.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.stopServiceLbl.Location = new System.Drawing.Point(32, 39);
            this.stopServiceLbl.Name = "stopServiceLbl";
            this.stopServiceLbl.Size = new System.Drawing.Size(72, 18);
            this.stopServiceLbl.TabIndex = 6;
            this.stopServiceLbl.Text = Strings.StopService;
            this.stopServiceLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // autoStartChkBx
            // 
            this.autoStartChkBx.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.autoStartChkBx.Location = new System.Drawing.Point(128, 32);
            this.autoStartChkBx.Name = "autoStartChkBx";
            this.autoStartChkBx.Size = new System.Drawing.Size(176, 28);
            this.autoStartChkBx.TabIndex = 9;
            this.autoStartChkBx.Text = Strings.AutomaticallyStartThisService;
            this.autoStartChkBx.CheckedChanged += new System.EventHandler(this.autoStartChkBx_CheckedChanged);
            // 
            // ServiceControlButtons
            // 
            this.Controls.Add(this.startServiceBtn);
            this.Controls.Add(this.stopServiceBtn);
            this.Controls.Add(this.startServiceLbl);
            this.Controls.Add(this.stopServiceLbl);
            this.Controls.Add(this.autoStartChkBx);
            this.Name = "ServiceControlButtons";
            this.Size = new System.Drawing.Size(304, 60);
            this.ResumeLayout(false);

        }
Example #7
0
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmRecord));
            this.lblNameHeader = new System.Windows.Forms.Label();
            this.txtConferenceName = new System.Windows.Forms.TextBox();
            this.gbHorizontalSeparation1 = new System.Windows.Forms.GroupBox();
            this.lblCurrentTime = new System.Windows.Forms.Label();
            this.btnStopRecording = new MSR.LST.MediaControlButton();
            this.timerUpdateTime = new System.Windows.Forms.Timer(this.components);
            this.btnCancel = new System.Windows.Forms.Button();
            this.buttonToolTips = new System.Windows.Forms.ToolTip(this.components);
            this.btnStartRecording = new MSR.LST.MediaControlButton();
            this.SuspendLayout();
            // 
            // lblNameHeader
            // 
            this.lblNameHeader.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.lblNameHeader.Location = new System.Drawing.Point(16, 12);
            this.lblNameHeader.Name = "lblNameHeader";
            this.lblNameHeader.Size = new System.Drawing.Size(40, 16);
            this.lblNameHeader.TabIndex = 0;
            this.lblNameHeader.Text = "Name:";
            // 
            // txtConferenceName
            // 
            this.txtConferenceName.Location = new System.Drawing.Point(16, 28);
            this.txtConferenceName.MaxLength = 254;
            this.txtConferenceName.Name = "txtConferenceName";
            this.txtConferenceName.Size = new System.Drawing.Size(312, 20);
            this.txtConferenceName.TabIndex = 0;
            this.txtConferenceName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtConferenceName_KeyPress);
            this.txtConferenceName.TextChanged += new System.EventHandler(this.txtConferenceName_TextChanged);
            // 
            // gbHorizontalSeparation1
            // 
            this.gbHorizontalSeparation1.Location = new System.Drawing.Point(16, 88);
            this.gbHorizontalSeparation1.Name = "gbHorizontalSeparation1";
            this.gbHorizontalSeparation1.Size = new System.Drawing.Size(312, 8);
            this.gbHorizontalSeparation1.TabIndex = 26;
            this.gbHorizontalSeparation1.TabStop = false;
            // 
            // lblCurrentTime
            // 
            this.lblCurrentTime.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.lblCurrentTime.Location = new System.Drawing.Point(280, 68);
            this.lblCurrentTime.Name = "lblCurrentTime";
            this.lblCurrentTime.Size = new System.Drawing.Size(48, 16);
            this.lblCurrentTime.TabIndex = 35;
            this.lblCurrentTime.Text = "00:00:00";
            this.lblCurrentTime.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // btnStopRecording
            // 
            this.btnStopRecording.Enabled = false;
            this.btnStopRecording.Image = ((System.Drawing.Image)(resources.GetObject("btnStopRecording.Image")));
            this.btnStopRecording.ImageType = MSR.LST.MediaControlImage.Stop;
            this.btnStopRecording.Location = new System.Drawing.Point(56, 60);
            this.btnStopRecording.Name = "btnStopRecording";
            this.btnStopRecording.Size = new System.Drawing.Size(24, 24);
            this.btnStopRecording.TabIndex = 36;
            this.buttonToolTips.SetToolTip(this.btnStopRecording, "Stop");
            this.btnStopRecording.Click += new System.EventHandler(this.btnStopRecording_Click);
            // 
            // timerUpdateTime
            // 
            this.timerUpdateTime.Interval = 1000;
            this.timerUpdateTime.Tick += new System.EventHandler(this.timerUpdateTime_Tick);
            // 
            // btnCancel
            // 
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnCancel.Location = new System.Drawing.Point(232, 104);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(96, 23);
            this.btnCancel.TabIndex = 37;
            this.btnCancel.Text = "Close";
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // btnStartRecording
            // 
            this.btnStartRecording.Enabled = false;
            this.btnStartRecording.Image = ((System.Drawing.Image)(resources.GetObject("btnStartRecording.Image")));
            this.btnStartRecording.ImageType = MSR.LST.MediaControlImage.Record;
            this.btnStartRecording.Location = new System.Drawing.Point(16, 60);
            this.btnStartRecording.Name = "btnStartRecording";
            this.btnStartRecording.Size = new System.Drawing.Size(24, 24);
            this.btnStartRecording.TabIndex = 3;
            this.buttonToolTips.SetToolTip(this.btnStartRecording, "Record");
            this.btnStartRecording.Click += new System.EventHandler(this.btnStartRecording_Click);
            // 
            // frmRecord
            // 
            this.AcceptButton = this.btnCancel;
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.CancelButton = this.btnCancel;
            this.ClientSize = new System.Drawing.Size(346, 144);
            this.ControlBox = false;
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnStopRecording);
            this.Controls.Add(this.lblCurrentTime);
            this.Controls.Add(this.gbHorizontalSeparation1);
            this.Controls.Add(this.btnStartRecording);
            this.Controls.Add(this.txtConferenceName);
            this.Controls.Add(this.lblNameHeader);
            this.Font = UIFont.FormFont;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "frmRecord";
            this.ShowInTaskbar = false;
            this.Text = "Record This Conference";
            this.Load += new System.EventHandler(this.frmRecord_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Example #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.ofd = new System.Windows.Forms.OpenFileDialog();
     this.btnSelect = new System.Windows.Forms.Button();
     this.ckRepeat = new System.Windows.Forms.CheckBox();
     this.btnPlay = new MSR.LST.MediaControlButton();
     this.lblInfo = new System.Windows.Forms.Label();
     this.btnStop = new MSR.LST.MediaControlButton();
     this.btnClose = new System.Windows.Forms.Button();
     this.btnPause = new MSR.LST.MediaControlButton();
     this.buttonToolTips = new System.Windows.Forms.ToolTip(this.components);
     this.SuspendLayout();
     //
     // btnSelect
     //
     this.btnSelect.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSelect.Location = new System.Drawing.Point(16, 48);
     this.btnSelect.Name = "btnSelect";
     this.btnSelect.Size = new System.Drawing.Size(96, 24);
     this.btnSelect.TabIndex = 0;
     this.btnSelect.Text = "Select File...";
     this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
     //
     // ckRepeat
     //
     this.ckRepeat.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.ckRepeat.Location = new System.Drawing.Point(264, 48);
     this.ckRepeat.Name = "ckRepeat";
     this.ckRepeat.Size = new System.Drawing.Size(56, 24);
     this.ckRepeat.TabIndex = 1;
     this.ckRepeat.Text = "Repeat";
     //
     // btnPlay
     //
     this.btnPlay.Enabled = false;
     this.btnPlay.ImageType = MSR.LST.MediaControlImage.Play;
     this.btnPlay.Location = new System.Drawing.Point(144, 48);
     this.btnPlay.Name = "btnPlay";
     this.btnPlay.Size = new System.Drawing.Size(24, 24);
     this.btnPlay.TabIndex = 2;
     this.buttonToolTips.SetToolTip(this.btnPlay, "Play");
     this.btnPlay.Click += new System.EventHandler(this.btnPlay_Click);
     //
     // lblInfo
     //
     this.lblInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.lblInfo.Location = new System.Drawing.Point(16, 8);
     this.lblInfo.Name = "lblInfo";
     this.lblInfo.Size = new System.Drawing.Size(312, 30);
     this.lblInfo.TabIndex = 5;
     this.lblInfo.Text = "Click \"Select File\" to specify the Windows Media file you want to play.";
     //
     // btnStop
     //
     this.btnStop.Enabled = false;
     this.btnStop.ImageType = MSR.LST.MediaControlImage.Stop;
     this.btnStop.Location = new System.Drawing.Point(208, 48);
     this.btnStop.Name = "btnStop";
     this.btnStop.Size = new System.Drawing.Size(24, 24);
     this.btnStop.TabIndex = 6;
     this.buttonToolTips.SetToolTip(this.btnStop, "Stop");
     this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
     //
     // btnClose
     //
     this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnClose.Location = new System.Drawing.Point(248, 88);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(75, 24);
     this.btnClose.TabIndex = 6;
     this.btnClose.Text = "Close";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnPause
     //
     this.btnPause.Enabled = false;
     this.btnPause.ImageType = MSR.LST.MediaControlImage.Pause;
     this.btnPause.Location = new System.Drawing.Point(176, 48);
     this.btnPause.Name = "btnPause";
     this.btnPause.Size = new System.Drawing.Size(24, 24);
     this.btnPause.TabIndex = 2;
     this.buttonToolTips.SetToolTip(this.btnPause, "Pause");
     this.btnPause.Click += new System.EventHandler(this.btnPause_Click);
     //
     // frmWMFile
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(338, 128);
     this.ControlBox = false;
     this.Controls.Add(this.btnStop);
     this.Controls.Add(this.lblInfo);
     this.Controls.Add(this.btnPlay);
     this.Controls.Add(this.ckRepeat);
     this.Controls.Add(this.btnSelect);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnPause);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name = "frmWMFile";
     this.Text = "Windows Media Playback";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.frmWMV_Closing);
     this.ResumeLayout(false);
 }