示例#1
0
文件: View.cs 项目: ogirard/lyra2
 /// <summary>
 ///   Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources =
     new System.ComponentModel.ComponentResourceManager(typeof (View));
       Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
       this._label5 = new System.Windows.Forms.Label();
       this._panel2 = new System.Windows.Forms.Panel();
       this._label9 = new System.Windows.Forms.Label();
       this._pictureBox1 = new System.Windows.Forms.PictureBox();
       this._label8 = new System.Windows.Forms.Label();
       this._lyraBtn = new Infragistics.Win.Misc.UltraPanel();
       this._panel4 = new System.Windows.Forms.Panel();
       this._title = new Lyra2.LyraShell.ViewTitle();
       this._scrollVisual = new Lyra2.LyraShell.ScrollVisualPanel();
       this._panel2.SuspendLayout();
       ((System.ComponentModel.ISupportInitialize) (this._pictureBox1)).BeginInit();
       this._lyraBtn.SuspendLayout();
       this.SuspendLayout();
       //
       // label5
       //
       this._label5.AutoSize = true;
       this._label5.BackColor = System.Drawing.Color.Transparent;
       this._label5.Font = new System.Drawing.Font("Verdana", 65.25F, System.Drawing.FontStyle.Bold,
                                          System.Drawing.GraphicsUnit.Point, ((byte) (0)));
       this._label5.ForeColor = System.Drawing.Color.DimGray;
       this._label5.Location = new System.Drawing.Point(432, 40);
       this._label5.Name = "_label5";
       this._label5.Size = new System.Drawing.Size(293, 106);
       this._label5.TabIndex = 9;
       this._label5.Text = "1000";
       this._label5.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
       //
       // panel2
       //
       this._panel2.Controls.Add(this._label9);
       this._panel2.Controls.Add(this._label5);
       this._panel2.Controls.Add(this._pictureBox1);
       this._panel2.Location = new System.Drawing.Point(21, 414);
       this._panel2.Name = "_panel2";
       this._panel2.Size = new System.Drawing.Size(752, 176);
       this._panel2.TabIndex = 11;
       //
       // label9
       //
       this._label9.AutoSize = true;
       this._label9.BackColor = System.Drawing.Color.Transparent;
       this._label9.Font = new System.Drawing.Font("Verdana", 48F, System.Drawing.FontStyle.Bold,
                                          System.Drawing.GraphicsUnit.Point, ((byte) (0)));
       this._label9.ForeColor = System.Drawing.Color.DarkGray;
       this._label9.Location = new System.Drawing.Point(272, 56);
       this._label9.Name = "_label9";
       this._label9.Size = new System.Drawing.Size(136, 78);
       this._label9.TabIndex = 10;
       this._label9.Text = "NB";
       this._label9.TextAlign = System.Drawing.ContentAlignment.BottomRight;
       //
       // pictureBox1
       //
       this._pictureBox1.BackColor = System.Drawing.Color.Transparent;
       this._pictureBox1.Image = ((System.Drawing.Image) (resources.GetObject("pictureBox1.Image")));
       this._pictureBox1.Location = new System.Drawing.Point(24, 16);
       this._pictureBox1.Name = "_pictureBox1";
       this._pictureBox1.Size = new System.Drawing.Size(216, 136);
       this._pictureBox1.TabIndex = 8;
       this._pictureBox1.TabStop = false;
       //
       // label8
       //
       this._label8.BackColor = System.Drawing.Color.Transparent;
       this._label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular,
                                          System.Drawing.GraphicsUnit.Point, ((byte) (0)));
       this._label8.ForeColor = System.Drawing.Color.DarkGray;
       this._label8.Location = new System.Drawing.Point(576, 280);
       this._label8.Name = "_label8";
       this._label8.Size = new System.Drawing.Size(56, 32);
       this._label8.TabIndex = 12;
       this._label8.Text = "next: 9999";
       this._label8.Visible = false;
       //
       // lyraBtn
       //
       this._lyraBtn.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
       appearance1.AlphaLevel = ((short) (64));
       appearance1.BackColor = System.Drawing.Color.Transparent;
       appearance1.BackColorAlpha = Infragistics.Win.Alpha.Opaque;
       appearance1.BorderAlpha = Infragistics.Win.Alpha.Transparent;
       appearance1.ImageAlpha = Infragistics.Win.Alpha.Transparent;
       appearance1.ImageBackground = ((System.Drawing.Image) (resources.GetObject("appearance1.ImageBackground")));
       appearance1.ImageBackgroundAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
       this._lyraBtn.Appearance = appearance1;
       this._lyraBtn.Location = new System.Drawing.Point(1054, 9);
       this._lyraBtn.Name = "_lyraBtn";
       this._lyraBtn.Size = new System.Drawing.Size(32, 32);
       this._lyraBtn.TabIndex = 13;
       this._lyraBtn.UseAppStyling = false;
       this._lyraBtn.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
       this._lyraBtn.ClickClient += new System.EventHandler(this.LyraButtonClickHandler);
       this._lyraBtn.MouseEnterClient += new System.EventHandler(this.LyraButtonMouseEnterHandler);
       this._lyraBtn.MouseLeaveClient += new System.EventHandler(this.LyraButtonMouseLeaveHandler);
       //
       // panel4
       //
       this._panel4.BackColor = System.Drawing.Color.Black;
       this._panel4.Location = new System.Drawing.Point(48, 272);
       this._panel4.Name = "_panel4";
       this._panel4.Size = new System.Drawing.Size(64, 40);
       this._panel4.TabIndex = 14;
       this._panel4.Visible = false;
       //
       // title
       //
       this._title.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
       this._title.BackColor = System.Drawing.Color.Transparent;
       this._title.Location = new System.Drawing.Point(0, 0);
       this._title.Mode = Lyra2.LyraShell.TitleMode.NumberAndTitle;
       this._title.Name = "_title";
       this._title.Number = "1050";
       this._title.Size = new System.Drawing.Size(1096, 16);
       this._title.TabIndex = 15;
       this._title.Title = "A test title";
       this._title.TitleBackgroundColor = System.Drawing.Color.Empty;
       this._title.TitleFont = null;
       this._title.TitleForegroundColor = System.Drawing.Color.Empty;
       this._title.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OnKeyDown);
       //
       // _scrollVisual
       //
       this._scrollVisual.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
        | System.Windows.Forms.AnchorStyles.Right)));
       this._scrollVisual.Location = new System.Drawing.Point(1085, 51);
       this._scrollVisual.Name = "_scrollVisual";
       this._scrollVisual.Size = new System.Drawing.Size(6, 519);
       this._scrollVisual.TabIndex = 16;
       //
       // View
       //
       this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
       this.BackColor = System.Drawing.Color.White;
       this.ClientSize = new System.Drawing.Size(1096, 576);
       this.ControlBox = false;
       this.Controls.Add(this._scrollVisual);
       this.Controls.Add(this._lyraBtn);
       this.Controls.Add(this._title);
       this.Controls.Add(this._panel4);
       this.Controls.Add(this._label8);
       this.Controls.Add(this._panel2);
       this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
       this.MaximizeBox = false;
       this.MinimizeBox = false;
       this.Name = "View";
       this.ShowInTaskbar = false;
       this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
       this.TopMost = true;
       this._panel2.ResumeLayout(false);
       this._panel2.PerformLayout();
       ((System.ComponentModel.ISupportInitialize) (this._pictureBox1)).EndInit();
       this._lyraBtn.ResumeLayout(false);
       this.ResumeLayout(false);
 }
示例#2
0
 /// <summary>
 ///   Required method for Designer support - do not modify the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
       Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
       Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
       Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
       Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
       Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
       Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
       Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
       Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
       Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
       this.remotePanel = new Infragistics.Win.Misc.UltraPanel();
       this.mainPane = new System.Windows.Forms.Panel();
       this.jumpMarksListBox = new System.Windows.Forms.ListBox();
       this.jumperLabel = new System.Windows.Forms.Label();
       this.scrollPane = new System.Windows.Forms.Panel();
       this.scrollVisual = new ScrollVisualPanel();
       this.scrollBox = new Infragistics.Win.Misc.UltraPanel();
       this.scrollImage = new System.Windows.Forms.PictureBox();
       this.jumpEndBtn = new Lyra2.LyraShell.LyraButtonControl();
       this.scrollDownwardsBtn = new Lyra2.LyraShell.LyraButtonControl();
       this.scrollUpwardsBtn = new Lyra2.LyraShell.LyraButtonControl();
       this.jumpTopBtn = new Lyra2.LyraShell.LyraButtonControl();
       this.bottomPanel = new Infragistics.Win.Misc.UltraPanel();
       this.titleLabel = new Infragistics.Win.Misc.UltraLabel();
       this.nrLabel = new System.Windows.Forms.Label();
       this.nextLabel = new System.Windows.Forms.Label();
       this.prevLabel = new System.Windows.Forms.Label();
       this.line = new Infragistics.Win.Misc.UltraPanel();
       this.nextBtn = new Lyra2.LyraShell.LyraButtonControl();
       this.lastBtn = new Lyra2.LyraShell.LyraButtonControl();
       this.remotePanel.ClientArea.SuspendLayout();
       this.remotePanel.SuspendLayout();
       this.mainPane.SuspendLayout();
       this.scrollPane.SuspendLayout();
       this.scrollBox.ClientArea.SuspendLayout();
       this.scrollBox.SuspendLayout();
       ((System.ComponentModel.ISupportInitialize)(this.scrollImage)).BeginInit();
       this.bottomPanel.ClientArea.SuspendLayout();
       this.bottomPanel.SuspendLayout();
       this.line.SuspendLayout();
       this.SuspendLayout();
       //
       // remotePanel
       //
       //
       // remotePanel.ClientArea
       //
       this.remotePanel.ClientArea.Controls.Add(this.mainPane);
       this.remotePanel.ClientArea.Controls.Add(this.scrollPane);
       this.remotePanel.ClientArea.Controls.Add(this.bottomPanel);
       this.remotePanel.Dock = System.Windows.Forms.DockStyle.Fill;
       this.remotePanel.Location = new System.Drawing.Point(0, 0);
       this.remotePanel.Name = "remotePanel";
       this.remotePanel.Size = new System.Drawing.Size(357, 174);
       this.remotePanel.TabIndex = 11;
       //
       // mainPane
       //
       this.mainPane.Controls.Add(this.jumpMarksListBox);
       this.mainPane.Controls.Add(this.jumperLabel);
       this.mainPane.Dock = System.Windows.Forms.DockStyle.Fill;
       this.mainPane.Location = new System.Drawing.Point(129, 43);
       this.mainPane.Name = "mainPane";
       this.mainPane.Size = new System.Drawing.Size(228, 131);
       this.mainPane.TabIndex = 12;
       //
       // jumpMarksListBox
       //
       this.jumpMarksListBox.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
       this.jumpMarksListBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))),
                                                               ((int)(((byte)(176)))));
       this.jumpMarksListBox.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular,
                                                    System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.jumpMarksListBox.FormattingEnabled = true;
       this.jumpMarksListBox.ItemHeight = 16;
       this.jumpMarksListBox.Items.AddRange(new object[]
                                      {
                                        "Test 1"
                                      });
       this.jumpMarksListBox.Location = new System.Drawing.Point(9, 25);
       this.jumpMarksListBox.Name = "jumpMarksListBox";
       this.jumpMarksListBox.Size = new System.Drawing.Size(216, 100);
       this.jumpMarksListBox.TabIndex = 0;
       this.jumpMarksListBox.Click += new System.EventHandler(this.JumpMarksDoubleClickHandler);
       this.jumpMarksListBox.DoubleClick += new System.EventHandler(this.JumpMarksDoubleClickHandler);
       //
       // jumperLabel
       //
       this.jumperLabel.AutoSize = true;
       this.jumperLabel.BackColor = System.Drawing.Color.Transparent;
       this.jumperLabel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold,
                                               System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.jumperLabel.ForeColor = System.Drawing.Color.DimGray;
       this.jumperLabel.Location = new System.Drawing.Point(6, 3);
       this.jumperLabel.Name = "jumperLabel";
       this.jumperLabel.Size = new System.Drawing.Size(103, 13);
       this.jumperLabel.TabIndex = 11;
       this.jumperLabel.Text = "Sprungmarken";
       //
       // scrollPane
       //
       this.scrollPane.Controls.Add(this.scrollVisual);
       this.scrollPane.Controls.Add(this.scrollBox);
       this.scrollPane.Controls.Add(this.jumpEndBtn);
       this.scrollPane.Controls.Add(this.scrollDownwardsBtn);
       this.scrollPane.Controls.Add(this.scrollUpwardsBtn);
       this.scrollPane.Controls.Add(this.jumpTopBtn);
       this.scrollPane.Dock = System.Windows.Forms.DockStyle.Left;
       this.scrollPane.Location = new System.Drawing.Point(0, 43);
       this.scrollPane.Name = "scrollPane";
       this.scrollPane.Size = new System.Drawing.Size(129, 131);
       this.scrollPane.TabIndex = 11;
       //
       // scrollVisual
       //
       this.scrollVisual.Location = new System.Drawing.Point(113, 5);
       this.scrollVisual.Name = "scrollVisual";
       this.scrollVisual.Size = new System.Drawing.Size(9, 119);
       this.scrollVisual.TabIndex = 14;
       //
       // scrollBox
       //
       appearance1.BackColor = System.Drawing.Color.DimGray;
       appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.Rectangular;
       appearance1.BorderColor = System.Drawing.Color.Silver;
       this.scrollBox.Appearance = appearance1;
       this.scrollBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded1;
       //
       // scrollBox.ClientArea
       //
       this.scrollBox.ClientArea.Controls.Add(this.scrollImage);
       this.scrollBox.Location = new System.Drawing.Point(43, 33);
       this.scrollBox.Name = "scrollBox";
       this.scrollBox.Size = new System.Drawing.Size(64, 64);
       this.scrollBox.TabIndex = 13;
       //
       // scrollImage
       //
       this.scrollImage.Location = new System.Drawing.Point(6, 6);
       this.scrollImage.Name = "scrollImage";
       this.scrollImage.Size = new System.Drawing.Size(48, 48);
       this.scrollImage.TabIndex = 12;
       this.scrollImage.TabStop = false;
       //
       // jumpEndBtn
       //
       appearance5.Image = global::Lyra2.LyraShell.Properties.Resources.scroll_bottom;
       appearance5.ImageHAlign = Infragistics.Win.HAlign.Center;
       appearance5.ImageVAlign = Infragistics.Win.VAlign.Middle;
       this.jumpEndBtn.Appearance = appearance5;
       this.jumpEndBtn.Location = new System.Drawing.Point(6, 97);
       this.jumpEndBtn.Name = "jumpEndBtn";
       this.jumpEndBtn.Size = new System.Drawing.Size(32, 27);
       this.jumpEndBtn.TabIndex = 12;
       this.jumpEndBtn.Click += new System.EventHandler(this.scrollToEndBtn_Click);
       //
       // scrollDownwardsBtn
       //
       appearance4.Image = global::Lyra2.LyraShell.Properties.Resources.scroll_down;
       appearance4.ImageHAlign = Infragistics.Win.HAlign.Center;
       appearance4.ImageVAlign = Infragistics.Win.VAlign.Middle;
       this.scrollDownwardsBtn.Appearance = appearance4;
       this.scrollDownwardsBtn.AutoRepeat = true;
       this.scrollDownwardsBtn.Location = new System.Drawing.Point(6, 68);
       this.scrollDownwardsBtn.Name = "scrollDownwardsBtn";
       this.scrollDownwardsBtn.Size = new System.Drawing.Size(32, 27);
       this.scrollDownwardsBtn.TabIndex = 12;
       this.scrollDownwardsBtn.Click += new System.EventHandler(this.scrollDownBtn_Click);
       //
       // scrollUpwardsBtn
       //
       appearance3.Image = global::Lyra2.LyraShell.Properties.Resources.scroll_up;
       appearance3.ImageHAlign = Infragistics.Win.HAlign.Center;
       appearance3.ImageVAlign = Infragistics.Win.VAlign.Middle;
       this.scrollUpwardsBtn.Appearance = appearance3;
       this.scrollUpwardsBtn.AutoRepeat = true;
       this.scrollUpwardsBtn.Location = new System.Drawing.Point(6, 34);
       this.scrollUpwardsBtn.Name = "scrollUpwardsBtn";
       this.scrollUpwardsBtn.Size = new System.Drawing.Size(32, 27);
       this.scrollUpwardsBtn.TabIndex = 12;
       this.scrollUpwardsBtn.Click += new System.EventHandler(this.scrollUpBtn_Click);
       //
       // jumpTopBtn
       //
       appearance2.Image = global::Lyra2.LyraShell.Properties.Resources.scroll_top;
       appearance2.ImageHAlign = Infragistics.Win.HAlign.Center;
       appearance2.ImageVAlign = Infragistics.Win.VAlign.Middle;
       this.jumpTopBtn.Appearance = appearance2;
       this.jumpTopBtn.Location = new System.Drawing.Point(6, 5);
       this.jumpTopBtn.Name = "jumpTopBtn";
       this.jumpTopBtn.Size = new System.Drawing.Size(32, 27);
       this.jumpTopBtn.TabIndex = 12;
       this.jumpTopBtn.Click += new System.EventHandler(this.scrollToTopBtn_Click);
       //
       // bottomPanel
       //
       appearance21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))),
                                                      ((int)(((byte)(224)))));
       appearance21.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(241)))),
                                                       ((int)(((byte)(241)))));
       appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.GlassTop50;
       this.bottomPanel.Appearance = appearance21;
       //
       // bottomPanel.ClientArea
       //
       this.bottomPanel.ClientArea.Controls.Add(this.titleLabel);
       this.bottomPanel.ClientArea.Controls.Add(this.nrLabel);
       this.bottomPanel.ClientArea.Controls.Add(this.nextLabel);
       this.bottomPanel.ClientArea.Controls.Add(this.prevLabel);
       this.bottomPanel.ClientArea.Controls.Add(this.line);
       this.bottomPanel.ClientArea.Controls.Add(this.nextBtn);
       this.bottomPanel.ClientArea.Controls.Add(this.lastBtn);
       this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Top;
       this.bottomPanel.Location = new System.Drawing.Point(0, 0);
       this.bottomPanel.Name = "bottomPanel";
       this.bottomPanel.Size = new System.Drawing.Size(357, 43);
       this.bottomPanel.TabIndex = 9;
       //
       // titleLabel
       //
       this.titleLabel.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
       appearance23.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
       appearance23.FontData.Name = "Verdana";
       appearance23.FontData.SizeInPoints = 9F;
       appearance23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(85)))),
                                                      ((int)(((byte)(170)))));
       appearance23.TextHAlignAsString = "Left";
       appearance23.TextTrimming = Infragistics.Win.TextTrimming.EllipsisWord;
       appearance23.TextVAlignAsString = "Middle";
       this.titleLabel.Appearance = appearance23;
       this.titleLabel.Location = new System.Drawing.Point(5, 18);
       this.titleLabel.Name = "titleLabel";
       this.titleLabel.Size = new System.Drawing.Size(202, 23);
       this.titleLabel.TabIndex = 13;
       this.titleLabel.Text = "Titel";
       this.titleLabel.WrapText = false;
       //
       // nrLabel
       //
       this.nrLabel.BackColor = System.Drawing.Color.Transparent;
       this.nrLabel.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular,
                                           System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.nrLabel.ForeColor = System.Drawing.Color.Black;
       this.nrLabel.Location = new System.Drawing.Point(5, 0);
       this.nrLabel.Name = "nrLabel";
       this.nrLabel.Size = new System.Drawing.Size(39, 23);
       this.nrLabel.TabIndex = 11;
       this.nrLabel.Text = "0009";
       this.nrLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
       //
       // nextLabel
       //
       this.nextLabel.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
       this.nextLabel.BackColor = System.Drawing.Color.Transparent;
       this.nextLabel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular,
                                             System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.nextLabel.ForeColor = System.Drawing.Color.DimGray;
       this.nextLabel.Location = new System.Drawing.Point(307, 1);
       this.nextLabel.Name = "nextLabel";
       this.nextLabel.Size = new System.Drawing.Size(47, 14);
       this.nextLabel.TabIndex = 11;
       this.nextLabel.Text = "next";
       this.nextLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
       //
       // prevLabel
       //
       this.prevLabel.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
       this.prevLabel.BackColor = System.Drawing.Color.Transparent;
       this.prevLabel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular,
                                             System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.prevLabel.ForeColor = System.Drawing.Color.DimGray;
       this.prevLabel.Location = new System.Drawing.Point(258, 2);
       this.prevLabel.Name = "prevLabel";
       this.prevLabel.Size = new System.Drawing.Size(47, 13);
       this.prevLabel.TabIndex = 11;
       this.prevLabel.Text = "prev";
       this.prevLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
       //
       // line
       //
       appearance22.BackColor = System.Drawing.Color.DimGray;
       this.line.Appearance = appearance22;
       this.line.Dock = System.Windows.Forms.DockStyle.Bottom;
       this.line.Location = new System.Drawing.Point(0, 42);
       this.line.Name = "line";
       this.line.Size = new System.Drawing.Size(357, 1);
       this.line.TabIndex = 1;
       //
       // nextBtn
       //
       this.nextBtn.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
       appearance7.Image = global::Lyra2.LyraShell.Properties.Resources.next;
       appearance7.ImageHAlign = Infragistics.Win.HAlign.Center;
       this.nextBtn.Appearance = appearance7;
       this.nextBtn.Location = new System.Drawing.Point(307, 17);
       this.nextBtn.Name = "nextBtn";
       this.nextBtn.Size = new System.Drawing.Size(47, 24);
       this.nextBtn.TabIndex = 12;
       this.nextBtn.Click += new System.EventHandler(this.nextSongBtn_Click);
       //
       // lastBtn
       //
       this.lastBtn.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
       appearance6.Image = global::Lyra2.LyraShell.Properties.Resources.prev;
       appearance6.ImageHAlign = Infragistics.Win.HAlign.Center;
       this.lastBtn.Appearance = appearance6;
       this.lastBtn.Location = new System.Drawing.Point(258, 17);
       this.lastBtn.Name = "lastBtn";
       this.lastBtn.Size = new System.Drawing.Size(47, 24);
       this.lastBtn.TabIndex = 12;
       this.lastBtn.Click += new System.EventHandler(this.previousSongBtn_Click);
       //
       // RemoteControl
       //
       this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
       this.ClientSize = new System.Drawing.Size(357, 174);
       this.Controls.Add(this.remotePanel);
       this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
       this.MaximizeBox = false;
       this.MinimizeBox = false;
       this.MinimumSize = new System.Drawing.Size(128, 208);
       this.Name = "RemoteControl";
       this.ShowInTaskbar = false;
       this.Text = "Fernsteuerung";
       this.TopMost = true;
       this.remotePanel.ClientArea.ResumeLayout(false);
       this.remotePanel.ResumeLayout(false);
       this.mainPane.ResumeLayout(false);
       this.mainPane.PerformLayout();
       this.scrollPane.ResumeLayout(false);
       this.scrollBox.ClientArea.ResumeLayout(false);
       this.scrollBox.ResumeLayout(false);
       ((System.ComponentModel.ISupportInitialize)(this.scrollImage)).EndInit();
       this.bottomPanel.ClientArea.ResumeLayout(false);
       this.bottomPanel.ResumeLayout(false);
       this.line.ResumeLayout(false);
       this.ResumeLayout(false);
 }