/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.historySplitter = new System.Windows.Forms.SplitContainer(); this.historyListBox = new Lyra2.LyraShell.SongListBox(); this.historySongPreview = new Lyra2.LyraShell.SongPreview(); this.bottomPanel = new Infragistics.Win.Misc.UltraPanel(); this.line = new Infragistics.Win.Misc.UltraPanel(); this.ultraButton1 = new Lyra2.LyraShell.LyraButtonControl(); this.historyAsListBtn = new Lyra2.LyraShell.LyraButtonControl(); this.historySplitter.Panel1.SuspendLayout(); this.historySplitter.Panel2.SuspendLayout(); this.historySplitter.SuspendLayout(); this.bottomPanel.ClientArea.SuspendLayout(); this.bottomPanel.SuspendLayout(); this.line.SuspendLayout(); this.SuspendLayout(); // // historySplitter // this.historySplitter.Dock = System.Windows.Forms.DockStyle.Fill; this.historySplitter.Location = new System.Drawing.Point(0, 0); this.historySplitter.Name = "historySplitter"; this.historySplitter.Orientation = System.Windows.Forms.Orientation.Horizontal; // // historySplitter.Panel1 // this.historySplitter.Panel1.Controls.Add(this.historyListBox); // // historySplitter.Panel2 // this.historySplitter.Panel2.Controls.Add(this.historySongPreview); this.historySplitter.Size = new System.Drawing.Size(593, 644); this.historySplitter.SplitterDistance = 405; this.historySplitter.TabIndex = 7; // // historyListBox // this.historyListBox.Dock = System.Windows.Forms.DockStyle.Fill; this.historyListBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.historyListBox.ItemHeight = 15; this.historyListBox.Location = new System.Drawing.Point(0, 0); this.historyListBox.Name = "historyListBox"; this.historyListBox.NrOfNumberMatches = 0; this.historyListBox.Size = new System.Drawing.Size(593, 394); this.historyListBox.TabIndex = 6; this.historyListBox.SelectedIndexChanged += new System.EventHandler(this.historyListBox_SelectedIndexChanged); this.historyListBox.DoubleClick += new System.EventHandler(this.listBox3_DoubleClick); this.historyListBox.SelectedValueChanged += new System.EventHandler(this.listBox3_SelectedValueChanged); // // historySongPreview // this.historySongPreview.AutoScroll = true; this.historySongPreview.Dock = System.Windows.Forms.DockStyle.Fill; this.historySongPreview.Location = new System.Drawing.Point(0, 0); this.historySongPreview.Name = "historySongPreview"; this.historySongPreview.Size = new System.Drawing.Size(593, 235); this.historySongPreview.TabIndex = 1; // // bottomPanel // Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance(); appearance1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); appearance1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(241)))), ((int)(((byte)(241))))); appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.GlassTop50; this.bottomPanel.Appearance = appearance1; // // bottomPanel.ClientArea // this.bottomPanel.ClientArea.Controls.Add(this.line); this.bottomPanel.ClientArea.Controls.Add(this.ultraButton1); this.bottomPanel.ClientArea.Controls.Add(this.historyAsListBtn); this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom; this.bottomPanel.Location = new System.Drawing.Point(0, 644); this.bottomPanel.Name = "bottomPanel"; this.bottomPanel.Size = new System.Drawing.Size(593, 29); this.bottomPanel.TabIndex = 8; // // line // Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance(); appearance2.BackColor = System.Drawing.Color.DimGray; this.line.Appearance = appearance2; this.line.Dock = System.Windows.Forms.DockStyle.Top; this.line.Location = new System.Drawing.Point(0, 0); this.line.Name = "line"; this.line.Size = new System.Drawing.Size(593, 1); this.line.TabIndex = 1; // // ultraButton1 // this.ultraButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.ultraButton1.Location = new System.Drawing.Point(217, 3); this.ultraButton1.Name = "ultraButton1"; this.ultraButton1.Size = new System.Drawing.Size(179, 23); this.ultraButton1.TabIndex = 0; this.ultraButton1.Text = "History in Text Datei speichern..."; this.ultraButton1.Click += new System.EventHandler(this.SaveHistoryAsTextFile); // // historyAsListBtn // this.historyAsListBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.historyAsListBtn.Location = new System.Drawing.Point(404, 3); this.historyAsListBtn.Name = "historyAsListBtn"; this.historyAsListBtn.Size = new System.Drawing.Size(179, 23); this.historyAsListBtn.TabIndex = 0; this.historyAsListBtn.Text = "History als Liste speichern..."; this.historyAsListBtn.Click += new System.EventHandler(this.SaveAsListButtonClickHandler); // // History // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(593, 673); this.Controls.Add(this.historySplitter); this.Controls.Add(this.bottomPanel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "History"; this.ShowInTaskbar = false; this.Text = "History"; this.historySplitter.Panel1.ResumeLayout(false); this.historySplitter.Panel2.ResumeLayout(false); this.historySplitter.ResumeLayout(false); this.bottomPanel.ClientArea.ResumeLayout(false); this.bottomPanel.ResumeLayout(false); this.line.ResumeLayout(false); this.ResumeLayout(false); }
/// <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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Frst)); this.label1 = new System.Windows.Forms.Label(); this.button1 = new LyraButtonControl(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(8, 120); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(104, 88); this.label1.TabIndex = 1; this.label1.Text = "label1"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // button1 // this.button1.Location = new System.Drawing.Point(581, 189); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(72, 24); this.button1.TabIndex = 2; this.button1.Text = "schliessen"; this.button1.Click += new System.EventHandler(this.button1_Click); // // pictureBox1 // this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(8, 8); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(104, 104); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 3; this.pictureBox1.TabStop = false; // // checkBox1 // this.checkBox1.Checked = true; this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.checkBox1.Location = new System.Drawing.Point(432, 192); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(120, 16); this.checkBox1.TabIndex = 4; this.checkBox1.Text = "weiterhin anzeigen"; // // label2 // this.label2.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.label2.ForeColor = System.Drawing.Color.SlateGray; this.label2.Location = new System.Drawing.Point(128, 8); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(200, 24); this.label2.TabIndex = 5; this.label2.Text = "buildnews"; // // label3 // this.label3.Location = new System.Drawing.Point(136, 192); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(192, 16); this.label3.TabIndex = 7; this.label3.Text = "Hilfedatei zeigen Sie mit F1 an!"; // // richTextBox1 // this.richTextBox1.BackColor = System.Drawing.SystemColors.Info; this.richTextBox1.HideSelection = false; this.richTextBox1.Location = new System.Drawing.Point(136, 32); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(512, 152); this.richTextBox1.TabIndex = 8; this.richTextBox1.Text = ""; // // Frst // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(656, 216); this.ControlBox = false; this.Controls.Add(this.richTextBox1); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.checkBox1); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.button1); this.Controls.Add(this.label1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Frst"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.TopMost = true; this.Load += new System.EventHandler(this.Frst_Load); this.LostFocus += new System.EventHandler(this.Frst_LostFocus); this.ResumeLayout(false); }
/// <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() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.nameTextBox = new System.Windows.Forms.TextBox(); this.authorTextBox = new System.Windows.Forms.TextBox(); this.button3 = new LyraButtonControl(); this.button1 = new LyraButtonControl(); this.SuspendLayout(); // // label1 // this.label1.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte) (0))); this.label1.ForeColor = System.Drawing.Color.SlateGray; this.label1.Location = new System.Drawing.Point(8, 8); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(192, 16); this.label1.TabIndex = 6; this.label1.Text = "Neue Liste erstellen"; // // label2 // this.label2.Location = new System.Drawing.Point(16, 32); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(32, 16); this.label2.TabIndex = 7; this.label2.Text = "Titel:"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label3 // this.label3.Location = new System.Drawing.Point(8, 56); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(40, 16); this.label3.TabIndex = 8; this.label3.Text = "Autor:"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // nameTextBox // this.nameTextBox.Location = new System.Drawing.Point(58, 29); this.nameTextBox.Name = "nameTextBox"; this.nameTextBox.Size = new System.Drawing.Size(296, 20); this.nameTextBox.TabIndex = 10; this.nameTextBox.Text = ""; // // authorTextBox // this.authorTextBox.Location = new System.Drawing.Point(58, 56); this.authorTextBox.Name = "authorTextBox"; this.authorTextBox.Size = new System.Drawing.Size(296, 20); this.authorTextBox.TabIndex = 11; this.authorTextBox.Text = ""; // // button3 // this.button3.Location = new System.Drawing.Point(200, 88); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(80, 24); this.button3.TabIndex = 13; this.button3.Text = "Abbrechen"; this.button3.Click += new System.EventHandler(this.button3_Click); // // button1 // this.button1.Location = new System.Drawing.Point(288, 88); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(64, 24); this.button1.TabIndex = 12; this.button1.Text = "Ok"; this.button1.Click += new System.EventHandler(this.button1_Click); // // NewList // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(362, 115); this.ControlBox = false; this.Controls.Add(this.button3); this.Controls.Add(this.button1); this.Controls.Add(this.authorTextBox); this.Controls.Add(this.nameTextBox); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "NewList"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Neue Liste"; this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.NewList_KeyDown); this.ResumeLayout(false); }
/// <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() { this.label4 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.button9 = new LyraButtonControl(); this.label6 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.button8 = new LyraButtonControl(); this.button7 = new LyraButtonControl(); this.button6 = new LyraButtonControl(); this.button5 = new LyraButtonControl(); this.button4 = new LyraButtonControl(); this.label5 = new System.Windows.Forms.Label(); this.button3 = new LyraButtonControl(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.label3 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.button2 = new LyraButtonControl(); this.button1 = new LyraButtonControl(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.label7 = new System.Windows.Forms.Label(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte) (0))); this.label4.Location = new System.Drawing.Point(24, 72); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(30, 16); this.label4.TabIndex = 19; this.label4.Text = "Text:"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte) (0))); this.label2.Location = new System.Drawing.Point(24, 42); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(73, 16); this.label2.TabIndex = 17; this.label2.Text = "Liednummer:"; // // label1 // this.label1.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte) (0))); this.label1.ForeColor = System.Drawing.Color.SlateGray; this.label1.Location = new System.Drawing.Point(8, 8); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(216, 24); this.label1.TabIndex = 15; this.label1.Text = "Lyra Übersetzung Editor"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.Gainsboro; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.button9); this.panel1.Controls.Add(this.label6); this.panel1.Controls.Add(this.comboBox1); this.panel1.Controls.Add(this.button8); this.panel1.Controls.Add(this.button7); this.panel1.Controls.Add(this.button6); this.panel1.Controls.Add(this.button5); this.panel1.Controls.Add(this.button4); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.button3); this.panel1.Location = new System.Drawing.Point(640, 96); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(80, 232); this.panel1.TabIndex = 20; // // button9 // this.button9.BackColor = System.Drawing.Color.LightSteelBlue; this.button9.Location = new System.Drawing.Point(7, 141); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(64, 24); this.button9.TabIndex = 9; this.button9.Text = "Tab"; this.button9.Click += new System.EventHandler(this.button9_Click); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(7, 115); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(20, 16); this.label6.TabIndex = 8; this.label6.Text = "um"; // // comboBox1 // this.comboBox1.BackColor = System.Drawing.Color.LightGray; this.comboBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte) (0))); this.comboBox1.Items.AddRange(new object[] { "8", "16", "24", "32", "40" }); this.comboBox1.Location = new System.Drawing.Point(32, 112); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(40, 21); this.comboBox1.TabIndex = 7; this.comboBox1.Text = "8"; // // button8 // this.button8.BackColor = System.Drawing.Color.LightSteelBlue; this.button8.Location = new System.Drawing.Point(7, 86); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(64, 24); this.button8.TabIndex = 6; this.button8.Text = "Einrücken"; this.button8.Click += new System.EventHandler(this.button8_Click); // // button7 // this.button7.BackColor = System.Drawing.Color.LightSteelBlue; this.button7.Location = new System.Drawing.Point(7, 54); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(64, 24); this.button7.TabIndex = 5; this.button7.Text = "Spezial"; this.button7.Click += new System.EventHandler(this.button7_Click); // // button6 // this.button6.BackColor = System.Drawing.Color.LightSteelBlue; this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((System.Byte) (0))); this.button6.Location = new System.Drawing.Point(47, 173); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(24, 24); this.button6.TabIndex = 4; this.button6.Text = "K"; this.button6.Click += new System.EventHandler(this.button6_Click); // // button5 // this.button5.BackColor = System.Drawing.Color.LightSteelBlue; this.button5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte) (0))); this.button5.Location = new System.Drawing.Point(7, 173); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(24, 24); this.button5.TabIndex = 3; this.button5.Text = "F"; this.button5.Click += new System.EventHandler(this.button5_Click); // // button4 // this.button4.BackColor = System.Drawing.Color.LightSteelBlue; this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte) (0))); this.button4.Location = new System.Drawing.Point(56, 208); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(22, 22); this.button4.TabIndex = 2; this.button4.Text = "«"; this.button4.Click += new System.EventHandler(this.button4_Click); // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte) (0))); this.label5.ForeColor = System.Drawing.Color.SlateGray; this.label5.Location = new System.Drawing.Point(2, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(45, 17); this.label5.TabIndex = 1; this.label5.Text = "Format"; // // button3 // this.button3.BackColor = System.Drawing.Color.LightSteelBlue; this.button3.Location = new System.Drawing.Point(7, 22); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(64, 24); this.button3.TabIndex = 0; this.button3.Text = "Refrain"; this.button3.Click += new System.EventHandler(this.button3_Click); // // richTextBox1 // this.richTextBox1.Location = new System.Drawing.Point(24, 96); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(600, 232); this.richTextBox1.TabIndex = 2; this.richTextBox1.Text = "richTextBox1"; // // label3 // this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte) (0))); this.label3.Location = new System.Drawing.Point(160, 42); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(32, 16); this.label3.TabIndex = 18; this.label3.Text = "Titel:"; // // textBox2 // this.textBox2.Enabled = false; this.textBox2.Location = new System.Drawing.Point(104, 40); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(40, 20); this.textBox2.TabIndex = 0; this.textBox2.Text = "textBox2"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(200, 40); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(424, 20); this.textBox1.TabIndex = 1; this.textBox1.Text = "textBox1"; // // button2 // this.button2.BackColor = System.Drawing.SystemColors.Control; this.button2.Location = new System.Drawing.Point(608, 344); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(72, 24); this.button2.TabIndex = 16; this.button2.Text = "Abbrechen"; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.BackColor = System.Drawing.SystemColors.Control; this.button1.Location = new System.Drawing.Point(688, 344); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(40, 24); this.button1.TabIndex = 14; this.button1.Text = "Ok"; this.button1.Click += new System.EventHandler(this.button1_Click); // // comboBox2 // this.comboBox2.Items.AddRange(new object[] { "english", "français", "italiano", "andere" }); this.comboBox2.Location = new System.Drawing.Point(536, 64); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(88, 21); this.comboBox2.TabIndex = 21; this.comboBox2.Text = "english"; // // label7 // this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte) (0))); this.label7.Location = new System.Drawing.Point(480, 68); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(56, 16); this.label7.TabIndex = 22; this.label7.Text = "Sprache:"; // // checkBox1 // this.checkBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.checkBox1.Location = new System.Drawing.Point(200, 68); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(125, 16); this.checkBox1.TabIndex = 23; this.checkBox1.Text = "wird nicht gesungen"; this.checkBox1.Click += new System.EventHandler(this.checkBox1_Click); // // TEditor // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(734, 375); this.ControlBox = false; this.Controls.Add(this.checkBox1); this.Controls.Add(this.label7); this.Controls.Add(this.comboBox2); this.Controls.Add(this.label4); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.panel1); this.Controls.Add(this.richTextBox1); this.Controls.Add(this.label3); this.Controls.Add(this.textBox2); this.Controls.Add(this.textBox1); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "TEditor"; this.ShowInTaskbar = false; this.Text = "Übersetzung"; this.Load += new System.EventHandler(this.TEditor_Load); this.panel1.ResumeLayout(false); this.ResumeLayout(false); }
/// <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(Options)); this.label1 = new System.Windows.Forms.Label(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.richTextBox3 = new System.Windows.Forms.RichTextBox(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.panel1 = new System.Windows.Forms.Panel(); this.label3 = new System.Windows.Forms.Label(); this.richTextBox2 = new System.Windows.Forms.RichTextBox(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.label2 = new System.Windows.Forms.Label(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.checkBox6 = new System.Windows.Forms.CheckBox(); this.label9 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.radioButton6 = new System.Windows.Forms.RadioButton(); this.radioButton5 = new System.Windows.Forms.RadioButton(); this.panel5 = new System.Windows.Forms.Panel(); this.radioButton4 = new System.Windows.Forms.RadioButton(); this.panel4 = new System.Windows.Forms.Panel(); this.panel3 = new System.Windows.Forms.Panel(); this.pictureBox8 = new System.Windows.Forms.PictureBox(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.label8 = new System.Windows.Forms.Label(); this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); this.checkBox5 = new System.Windows.Forms.CheckBox(); this.linkLabel1 = new System.Windows.Forms.LinkLabel(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.checkBox4 = new System.Windows.Forms.CheckBox(); this.checkBox3 = new System.Windows.Forms.CheckBox(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.label4 = new System.Windows.Forms.Label(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.panel10 = new System.Windows.Forms.Panel(); this.pictureBox6 = new System.Windows.Forms.PictureBox(); this.label16 = new System.Windows.Forms.Label(); this.panel7 = new System.Windows.Forms.Panel(); this.label13 = new System.Windows.Forms.Label(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.panel6 = new System.Windows.Forms.Panel(); this.label12 = new System.Windows.Forms.Label(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.button14 = new System.Windows.Forms.Button(); this.button15 = new System.Windows.Forms.Button(); this.button16 = new System.Windows.Forms.Button(); this.button17 = new System.Windows.Forms.Button(); this.button18 = new System.Windows.Forms.Button(); this.button19 = new System.Windows.Forms.Button(); this.label11 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.panel8 = new System.Windows.Forms.Panel(); this.pictureBox4 = new System.Windows.Forms.PictureBox(); this.label14 = new System.Windows.Forms.Label(); this.panel9 = new System.Windows.Forms.Panel(); this.label15 = new System.Windows.Forms.Label(); this.pictureBox5 = new System.Windows.Forms.PictureBox(); this.panel11 = new System.Windows.Forms.Panel(); this.pictureBox7 = new System.Windows.Forms.PictureBox(); this.label17 = new System.Windows.Forms.Label(); this.radioButton3 = new System.Windows.Forms.RadioButton(); this.button9 = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.label18 = new System.Windows.Forms.Label(); this.comboStyle = new System.Windows.Forms.ComboBox(); this.button3 = new Lyra2.LyraShell.LyraButtonControl(); this.button2 = new Lyra2.LyraShell.LyraButtonControl(); this.button1 = new Lyra2.LyraShell.LyraButtonControl(); this.button8 = new Lyra2.LyraShell.LyraButtonControl(); this.button6 = new Lyra2.LyraShell.LyraButtonControl(); this.button5 = new Lyra2.LyraShell.LyraButtonControl(); this.button4 = new Lyra2.LyraShell.LyraButtonControl(); this.button13 = new Lyra2.LyraShell.LyraButtonControl(); this.button12 = new Lyra2.LyraShell.LyraButtonControl(); this.button11 = new Lyra2.LyraShell.LyraButtonControl(); this.button10 = new Lyra2.LyraShell.LyraButtonControl(); this.button7 = new Lyra2.LyraShell.LyraButtonControl(); this.tabControl1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tabPage3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); this.tabPage4.SuspendLayout(); this.panel10.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit(); this.panel7.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); this.panel6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); this.panel8.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); this.panel9.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit(); this.panel11.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.Color.SlateGray; this.label1.Location = new System.Drawing.Point(8, 8); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(160, 16); this.label1.TabIndex = 5; this.label1.Text = "Lyra Optionen"; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage4); this.tabControl1.Location = new System.Drawing.Point(0, 32); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(388, 310); this.tabControl1.TabIndex = 6; // // tabPage2 // this.tabPage2.Controls.Add(this.comboStyle); this.tabPage2.Controls.Add(this.button8); this.tabPage2.Controls.Add(this.richTextBox3); this.tabPage2.Controls.Add(this.radioButton2); this.tabPage2.Controls.Add(this.radioButton1); this.tabPage2.Controls.Add(this.button6); this.tabPage2.Controls.Add(this.panel1); this.tabPage2.Controls.Add(this.label3); this.tabPage2.Controls.Add(this.button5); this.tabPage2.Controls.Add(this.button4); this.tabPage2.Controls.Add(this.richTextBox2); this.tabPage2.Controls.Add(this.richTextBox1); this.tabPage2.Controls.Add(this.label18); this.tabPage2.Controls.Add(this.label2); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Size = new System.Drawing.Size(380, 284); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Anzeige"; // // richTextBox3 // this.richTextBox3.AutoSize = true; this.richTextBox3.BackColor = System.Drawing.Color.White; this.richTextBox3.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox3.Cursor = System.Windows.Forms.Cursors.Arrow; this.richTextBox3.Location = new System.Drawing.Point(84, 119); this.richTextBox3.Name = "richTextBox3"; this.richTextBox3.ReadOnly = true; this.richTextBox3.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; this.richTextBox3.Size = new System.Drawing.Size(288, 15); this.richTextBox3.TabIndex = 11; this.richTextBox3.Text = "nicht gesungene Texte"; // // radioButton2 // this.radioButton2.Checked = true; this.radioButton2.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.radioButton2.ForeColor = System.Drawing.Color.SaddleBrown; this.radioButton2.Location = new System.Drawing.Point(169, 179); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(191, 16); this.radioButton2.TabIndex = 10; this.radioButton2.TabStop = true; this.radioButton2.Text = "standard, mit \"Refrain\" markiert"; this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged); // // radioButton1 // this.radioButton1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.radioButton1.Location = new System.Drawing.Point(169, 195); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(40, 16); this.radioButton1.TabIndex = 9; this.radioButton1.Text = "fett"; this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged); // // panel1 // this.panel1.BackColor = System.Drawing.Color.Brown; this.panel1.Location = new System.Drawing.Point(112, 179); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(40, 24); this.panel1.TabIndex = 7; // // label3 // this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.ForeColor = System.Drawing.Color.DimGray; this.label3.Location = new System.Drawing.Point(8, 155); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(360, 13); this.label3.TabIndex = 6; this.label3.Text = "Refrain: (basiert auf Standardschriftart)"; // // richTextBox2 // this.richTextBox2.AutoSize = true; this.richTextBox2.BackColor = System.Drawing.Color.White; this.richTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox2.Cursor = System.Windows.Forms.Cursors.Default; this.richTextBox2.Location = new System.Drawing.Point(84, 95); this.richTextBox2.Name = "richTextBox2"; this.richTextBox2.ReadOnly = true; this.richTextBox2.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; this.richTextBox2.Size = new System.Drawing.Size(288, 12); this.richTextBox2.TabIndex = 2; this.richTextBox2.Text = "Spezial-Schriftart"; // // richTextBox1 // this.richTextBox1.AutoSize = true; this.richTextBox1.BackColor = System.Drawing.Color.White; this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox1.Cursor = System.Windows.Forms.Cursors.Default; this.richTextBox1.Location = new System.Drawing.Point(84, 71); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.ReadOnly = true; this.richTextBox1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; this.richTextBox1.Size = new System.Drawing.Size(288, 12); this.richTextBox1.TabIndex = 1; this.richTextBox1.Text = "Standardschriftart"; // // label2 // this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.Color.DimGray; this.label2.Location = new System.Drawing.Point(8, 50); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(259, 24); this.label2.TabIndex = 5; this.label2.Text = "Standardeinstellungen für neue Styles :"; // // tabPage3 // this.tabPage3.Controls.Add(this.checkBox6); this.tabPage3.Controls.Add(this.label9); this.tabPage3.Controls.Add(this.pictureBox1); this.tabPage3.Controls.Add(this.radioButton6); this.tabPage3.Controls.Add(this.radioButton5); this.tabPage3.Controls.Add(this.panel5); this.tabPage3.Controls.Add(this.radioButton4); this.tabPage3.Controls.Add(this.panel4); this.tabPage3.Controls.Add(this.panel3); this.tabPage3.Controls.Add(this.pictureBox8); this.tabPage3.Controls.Add(this.button13); this.tabPage3.Controls.Add(this.button12); this.tabPage3.Controls.Add(this.button11); this.tabPage3.Controls.Add(this.button10); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Size = new System.Drawing.Size(380, 284); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "Präsentationsmodus"; // // checkBox6 // this.checkBox6.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.checkBox6.ForeColor = System.Drawing.Color.DimGray; this.checkBox6.Location = new System.Drawing.Point(40, 192); this.checkBox6.Name = "checkBox6"; this.checkBox6.Size = new System.Drawing.Size(80, 16); this.checkBox6.TabIndex = 24; this.checkBox6.Text = "kacheln"; this.checkBox6.CheckedChanged += new System.EventHandler(this.checkBox6_CheckedChanged); // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label9.ForeColor = System.Drawing.Color.DimGray; this.label9.Location = new System.Drawing.Point(187, 100); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(16, 16); this.label9.TabIndex = 23; this.label9.Text = ">"; // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.White; this.pictureBox1.Location = new System.Drawing.Point(155, 164); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(112, 81); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.pictureBox1.TabIndex = 22; this.pictureBox1.TabStop = false; // // radioButton6 // this.radioButton6.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.radioButton6.ForeColor = System.Drawing.Color.DimGray; this.radioButton6.Location = new System.Drawing.Point(16, 136); this.radioButton6.Name = "radioButton6"; this.radioButton6.Size = new System.Drawing.Size(328, 16); this.radioButton6.TabIndex = 21; this.radioButton6.Text = "Bild als Hintergrund verwenden"; this.radioButton6.CheckedChanged += new System.EventHandler(this.presMode_CheckedChanged); // // radioButton5 // this.radioButton5.Checked = true; this.radioButton5.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.radioButton5.ForeColor = System.Drawing.Color.DimGray; this.radioButton5.Location = new System.Drawing.Point(16, 72); this.radioButton5.Name = "radioButton5"; this.radioButton5.Size = new System.Drawing.Size(328, 16); this.radioButton5.TabIndex = 19; this.radioButton5.TabStop = true; this.radioButton5.Text = "Vertikaler Verlauf als Hintergrund verwenden"; this.radioButton5.CheckedChanged += new System.EventHandler(this.presMode_CheckedChanged); // // panel5 // this.panel5.BackColor = System.Drawing.Color.LightBlue; this.panel5.Location = new System.Drawing.Point(136, 96); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(40, 24); this.panel5.TabIndex = 17; // // radioButton4 // this.radioButton4.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.radioButton4.ForeColor = System.Drawing.Color.DimGray; this.radioButton4.Location = new System.Drawing.Point(16, 8); this.radioButton4.Name = "radioButton4"; this.radioButton4.Size = new System.Drawing.Size(328, 16); this.radioButton4.TabIndex = 16; this.radioButton4.Text = "Hintergrundfarbe verwenden"; this.radioButton4.CheckedChanged += new System.EventHandler(this.presMode_CheckedChanged); // // panel4 // this.panel4.BackColor = System.Drawing.Color.Navy; this.panel4.Location = new System.Drawing.Point(304, 96); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(40, 24); this.panel4.TabIndex = 14; // // panel3 // this.panel3.BackColor = System.Drawing.Color.Gainsboro; this.panel3.Location = new System.Drawing.Point(136, 32); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(40, 24); this.panel3.TabIndex = 12; // // pictureBox8 // this.pictureBox8.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox8.Image"))); this.pictureBox8.Location = new System.Drawing.Point(144, 152); this.pictureBox8.Name = "pictureBox8"; this.pictureBox8.Size = new System.Drawing.Size(144, 120); this.pictureBox8.TabIndex = 25; this.pictureBox8.TabStop = false; // // tabPage1 // this.tabPage1.Controls.Add(this.label8); this.tabPage1.Controls.Add(this.numericUpDown1); this.tabPage1.Controls.Add(this.checkBox5); this.tabPage1.Controls.Add(this.linkLabel1); this.tabPage1.Controls.Add(this.label7); this.tabPage1.Controls.Add(this.label6); this.tabPage1.Controls.Add(this.label5); this.tabPage1.Controls.Add(this.checkBox4); this.tabPage1.Controls.Add(this.checkBox3); this.tabPage1.Controls.Add(this.checkBox2); this.tabPage1.Controls.Add(this.checkBox1); this.tabPage1.Controls.Add(this.label4); this.tabPage1.Controls.Add(this.button7); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Size = new System.Drawing.Size(380, 284); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Allgemein"; // // label8 // this.label8.Location = new System.Drawing.Point(304, 162); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(72, 24); this.label8.TabIndex = 20; this.label8.Text = "Sekunde(n)."; // // numericUpDown1 // this.numericUpDown1.Location = new System.Drawing.Point(266, 160); this.numericUpDown1.Name = "numericUpDown1"; this.numericUpDown1.Size = new System.Drawing.Size(40, 20); this.numericUpDown1.TabIndex = 19; this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged); // // checkBox5 // this.checkBox5.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.checkBox5.Location = new System.Drawing.Point(16, 151); this.checkBox5.Name = "checkBox5"; this.checkBox5.Size = new System.Drawing.Size(296, 37); this.checkBox5.TabIndex = 18; this.checkBox5.Text = "Nummer bei SongView zuerst gross anzeigen."; this.checkBox5.CheckedChanged += new System.EventHandler(this.checkBox5_CheckedChanged); // // linkLabel1 // this.linkLabel1.ActiveLinkColor = System.Drawing.Color.SaddleBrown; this.linkLabel1.LinkColor = System.Drawing.Color.Navy; this.linkLabel1.Location = new System.Drawing.Point(61, 41); this.linkLabel1.Name = "linkLabel1"; this.linkLabel1.Size = new System.Drawing.Size(24, 16); this.linkLabel1.TabIndex = 17; this.linkLabel1.TabStop = true; this.linkLabel1.Text = "Info"; this.linkLabel1.VisitedLinkColor = System.Drawing.Color.Navy; this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked); // // label7 // this.label7.ForeColor = System.Drawing.Color.SaddleBrown; this.label7.Location = new System.Drawing.Point(16, 248); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(272, 32); this.label7.TabIndex = 16; this.label7.Text = "Diese Pfade werden vorerst nicht für manuelle Einstellungen freigegeben."; // // label6 // this.label6.Location = new System.Drawing.Point(16, 216); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(296, 32); this.label6.TabIndex = 15; this.label6.Text = "Basis XML-Datei (curtext.xml) finden Sie im Verzeichnis {lyra}\\data\\, die Dokumen" + "tation in {lyra}\\doc."; // // label5 // this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.ForeColor = System.Drawing.Color.DimGray; this.label5.Location = new System.Drawing.Point(8, 192); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(136, 24); this.label5.TabIndex = 14; this.label5.Text = "Pfade:"; // // checkBox4 // this.checkBox4.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.checkBox4.Location = new System.Drawing.Point(16, 118); this.checkBox4.Name = "checkBox4"; this.checkBox4.Size = new System.Drawing.Size(240, 37); this.checkBox4.TabIndex = 13; this.checkBox4.Text = "bei Vollbildanzeige von Übersetzungen deutschen Titel auch einblenden"; this.checkBox4.Click += new System.EventHandler(this.checkBox4_Click); // // checkBox3 // this.checkBox3.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.checkBox3.Location = new System.Drawing.Point(17, 96); this.checkBox3.Name = "checkBox3"; this.checkBox3.Size = new System.Drawing.Size(320, 16); this.checkBox3.TabIndex = 12; this.checkBox3.Text = "rechte Ansicht standardmässig verwenden"; this.checkBox3.Click += new System.EventHandler(this.checkBox3_Click); // // checkBox2 // this.checkBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.checkBox2.Location = new System.Drawing.Point(17, 40); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(320, 16); this.checkBox2.TabIndex = 1; this.checkBox2.Text = "zeige beim Start an"; this.checkBox2.Click += new System.EventHandler(this.checkBox2_Click); // // checkBox1 // this.checkBox1.Enabled = false; this.checkBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.checkBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.checkBox1.ForeColor = System.Drawing.Color.SaddleBrown; this.checkBox1.Location = new System.Drawing.Point(17, 16); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(241, 18); this.checkBox1.TabIndex = 0; this.checkBox1.Text = "keine Änderungen zulassen!"; this.checkBox1.Click += new System.EventHandler(this.checkBox1_Click); // // label4 // this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.ForeColor = System.Drawing.Color.DimGray; this.label4.Location = new System.Drawing.Point(8, 72); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(136, 24); this.label4.TabIndex = 11; this.label4.Text = "View:"; // // tabPage4 // this.tabPage4.Controls.Add(this.panel10); this.tabPage4.Controls.Add(this.panel7); this.tabPage4.Controls.Add(this.panel6); this.tabPage4.Controls.Add(this.button14); this.tabPage4.Controls.Add(this.button15); this.tabPage4.Controls.Add(this.button16); this.tabPage4.Controls.Add(this.button17); this.tabPage4.Controls.Add(this.button18); this.tabPage4.Controls.Add(this.button19); this.tabPage4.Controls.Add(this.label11); this.tabPage4.Controls.Add(this.label10); this.tabPage4.Controls.Add(this.panel8); this.tabPage4.Controls.Add(this.panel9); this.tabPage4.Controls.Add(this.panel11); this.tabPage4.Location = new System.Drawing.Point(4, 22); this.tabPage4.Name = "tabPage4"; this.tabPage4.Size = new System.Drawing.Size(380, 284); this.tabPage4.TabIndex = 3; this.tabPage4.Text = "Spezialfunktionen"; // // panel10 // this.panel10.BackColor = System.Drawing.Color.WhiteSmoke; this.panel10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel10.Controls.Add(this.pictureBox6); this.panel10.Controls.Add(this.label16); this.panel10.Location = new System.Drawing.Point(56, 202); this.panel10.Name = "panel10"; this.panel10.Size = new System.Drawing.Size(312, 32); this.panel10.TabIndex = 23; // // pictureBox6 // this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image"))); this.pictureBox6.Location = new System.Drawing.Point(2, 3); this.pictureBox6.Name = "pictureBox6"; this.pictureBox6.Size = new System.Drawing.Size(24, 24); this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.pictureBox6.TabIndex = 20; this.pictureBox6.TabStop = false; // // label16 // this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label16.ForeColor = System.Drawing.Color.DimGray; this.label16.Location = new System.Drawing.Point(32, 0); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(280, 30); this.label16.TabIndex = 19; this.label16.Text = "-"; this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // panel7 // this.panel7.BackColor = System.Drawing.Color.WhiteSmoke; this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel7.Controls.Add(this.label13); this.panel7.Controls.Add(this.pictureBox3); this.panel7.Location = new System.Drawing.Point(56, 94); this.panel7.Name = "panel7"; this.panel7.Size = new System.Drawing.Size(312, 32); this.panel7.TabIndex = 22; // // label13 // this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label13.ForeColor = System.Drawing.Color.DimGray; this.label13.Location = new System.Drawing.Point(32, 0); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(280, 30); this.label13.TabIndex = 19; this.label13.Text = "-"; this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // pictureBox3 // this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image"))); this.pictureBox3.Location = new System.Drawing.Point(2, 3); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(24, 24); this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.pictureBox3.TabIndex = 20; this.pictureBox3.TabStop = false; // // panel6 // this.panel6.BackColor = System.Drawing.Color.WhiteSmoke; this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel6.Controls.Add(this.label12); this.panel6.Controls.Add(this.pictureBox2); this.panel6.Location = new System.Drawing.Point(56, 58); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(312, 32); this.panel6.TabIndex = 21; // // label12 // this.label12.BackColor = System.Drawing.Color.Transparent; this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label12.ForeColor = System.Drawing.Color.DimGray; this.label12.Location = new System.Drawing.Point(32, 0); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(280, 30); this.label12.TabIndex = 19; this.label12.Text = "powerpoint.ppt"; this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // pictureBox2 // this.pictureBox2.BackColor = System.Drawing.Color.Transparent; this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); this.pictureBox2.Location = new System.Drawing.Point(2, 3); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(24, 24); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.pictureBox2.TabIndex = 20; this.pictureBox2.TabStop = false; // // button14 // this.button14.BackColor = System.Drawing.Color.DarkGray; this.button14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button14.Location = new System.Drawing.Point(16, 58); this.button14.Name = "button14"; this.button14.Size = new System.Drawing.Size(32, 32); this.button14.TabIndex = 0; this.button14.Text = " F3"; this.button14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button14.UseVisualStyleBackColor = false; this.button14.Click += new System.EventHandler(this.button14_Click); // // button15 // this.button15.BackColor = System.Drawing.Color.DarkGray; this.button15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button15.Location = new System.Drawing.Point(16, 94); this.button15.Name = "button15"; this.button15.Size = new System.Drawing.Size(32, 32); this.button15.TabIndex = 0; this.button15.Text = " F4"; this.button15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button15.UseVisualStyleBackColor = false; this.button15.Click += new System.EventHandler(this.button15_Click); // // button16 // this.button16.BackColor = System.Drawing.Color.DarkGray; this.button16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button16.Location = new System.Drawing.Point(16, 130); this.button16.Name = "button16"; this.button16.Size = new System.Drawing.Size(32, 32); this.button16.TabIndex = 0; this.button16.Text = " F5"; this.button16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button16.UseVisualStyleBackColor = false; this.button16.Click += new System.EventHandler(this.button16_Click); // // button17 // this.button17.BackColor = System.Drawing.Color.DarkGray; this.button17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button17.Location = new System.Drawing.Point(16, 166); this.button17.Name = "button17"; this.button17.Size = new System.Drawing.Size(32, 32); this.button17.TabIndex = 0; this.button17.Text = " F6"; this.button17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button17.UseVisualStyleBackColor = false; this.button17.Click += new System.EventHandler(this.button17_Click); // // button18 // this.button18.BackColor = System.Drawing.Color.DarkGray; this.button18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button18.Location = new System.Drawing.Point(16, 202); this.button18.Name = "button18"; this.button18.Size = new System.Drawing.Size(32, 32); this.button18.TabIndex = 0; this.button18.Text = " F7"; this.button18.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button18.UseVisualStyleBackColor = false; this.button18.Click += new System.EventHandler(this.button18_Click); // // button19 // this.button19.BackColor = System.Drawing.Color.DarkGray; this.button19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button19.Location = new System.Drawing.Point(16, 238); this.button19.Name = "button19"; this.button19.Size = new System.Drawing.Size(32, 32); this.button19.TabIndex = 0; this.button19.Text = " F8"; this.button19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button19.UseVisualStyleBackColor = false; this.button19.Click += new System.EventHandler(this.button19_Click); // // label11 // this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label11.ForeColor = System.Drawing.Color.DimGray; this.label11.Location = new System.Drawing.Point(8, 33); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(360, 20); this.label11.TabIndex = 18; this.label11.Text = "Klicken Sie auf die Tasten, um die Einstellungen zu ändern:"; // // label10 // this.label10.ForeColor = System.Drawing.Color.SaddleBrown; this.label10.Location = new System.Drawing.Point(8, 16); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(360, 16); this.label10.TabIndex = 17; this.label10.Text = "Die folgenden Dateien können Sie im Anzeigemodus mit F1-F6 öffnen!"; // // panel8 // this.panel8.BackColor = System.Drawing.Color.WhiteSmoke; this.panel8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel8.Controls.Add(this.pictureBox4); this.panel8.Controls.Add(this.label14); this.panel8.Location = new System.Drawing.Point(56, 130); this.panel8.Name = "panel8"; this.panel8.Size = new System.Drawing.Size(312, 32); this.panel8.TabIndex = 22; // // pictureBox4 // this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image"))); this.pictureBox4.Location = new System.Drawing.Point(2, 3); this.pictureBox4.Name = "pictureBox4"; this.pictureBox4.Size = new System.Drawing.Size(24, 24); this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.pictureBox4.TabIndex = 20; this.pictureBox4.TabStop = false; // // label14 // this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label14.ForeColor = System.Drawing.Color.DimGray; this.label14.Location = new System.Drawing.Point(32, 0); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(280, 30); this.label14.TabIndex = 19; this.label14.Text = "-"; this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // panel9 // this.panel9.BackColor = System.Drawing.Color.WhiteSmoke; this.panel9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel9.Controls.Add(this.label15); this.panel9.Controls.Add(this.pictureBox5); this.panel9.Location = new System.Drawing.Point(56, 166); this.panel9.Name = "panel9"; this.panel9.Size = new System.Drawing.Size(312, 32); this.panel9.TabIndex = 22; // // label15 // this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label15.ForeColor = System.Drawing.Color.DimGray; this.label15.Location = new System.Drawing.Point(32, 0); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(280, 30); this.label15.TabIndex = 19; this.label15.Text = "-"; this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // pictureBox5 // this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image"))); this.pictureBox5.Location = new System.Drawing.Point(2, 3); this.pictureBox5.Name = "pictureBox5"; this.pictureBox5.Size = new System.Drawing.Size(24, 24); this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.pictureBox5.TabIndex = 20; this.pictureBox5.TabStop = false; // // panel11 // this.panel11.BackColor = System.Drawing.Color.WhiteSmoke; this.panel11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel11.Controls.Add(this.pictureBox7); this.panel11.Controls.Add(this.label17); this.panel11.Location = new System.Drawing.Point(56, 238); this.panel11.Name = "panel11"; this.panel11.Size = new System.Drawing.Size(312, 32); this.panel11.TabIndex = 23; // // pictureBox7 // this.pictureBox7.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image"))); this.pictureBox7.Location = new System.Drawing.Point(2, 3); this.pictureBox7.Name = "pictureBox7"; this.pictureBox7.Size = new System.Drawing.Size(24, 24); this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.pictureBox7.TabIndex = 20; this.pictureBox7.TabStop = false; // // label17 // this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label17.ForeColor = System.Drawing.Color.DimGray; this.label17.Location = new System.Drawing.Point(32, 0); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(280, 30); this.label17.TabIndex = 19; this.label17.Text = "-"; this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // radioButton3 // this.radioButton3.Checked = true; this.radioButton3.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.radioButton3.ForeColor = System.Drawing.Color.SaddleBrown; this.radioButton3.Location = new System.Drawing.Point(169, 136); this.radioButton3.Name = "radioButton3"; this.radioButton3.Size = new System.Drawing.Size(191, 16); this.radioButton3.TabIndex = 10; this.radioButton3.TabStop = true; this.radioButton3.Text = "standard, mit \"Refrain\" markiert"; // // button9 // this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button9.Location = new System.Drawing.Point(11, 136); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(85, 24); this.button9.TabIndex = 8; this.button9.Text = "Farbe wählen"; // // panel2 // this.panel2.BackColor = System.Drawing.Color.Brown; this.panel2.Location = new System.Drawing.Point(112, 136); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(40, 24); this.panel2.TabIndex = 7; // // label18 // this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label18.ForeColor = System.Drawing.Color.DimGray; this.label18.Location = new System.Drawing.Point(8, 6); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(259, 24); this.label18.TabIndex = 5; this.label18.Text = "Standard Style :"; // // comboStyle // this.comboStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboStyle.FormattingEnabled = true; this.comboStyle.Location = new System.Drawing.Point(12, 23); this.comboStyle.Name = "comboStyle"; this.comboStyle.Size = new System.Drawing.Size(257, 21); this.comboStyle.TabIndex = 36; // // button3 // this.button3.Location = new System.Drawing.Point(8, 368); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(80, 24); this.button3.TabIndex = 9; this.button3.Text = "Abbrechen"; this.button3.Click += new System.EventHandler(this.button3_Click); // // button2 // this.button2.Enabled = false; this.button2.Location = new System.Drawing.Point(216, 368); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(88, 24); this.button2.TabIndex = 8; this.button2.Text = "Übernehmen"; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.Location = new System.Drawing.Point(312, 368); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(64, 24); this.button1.TabIndex = 7; this.button1.Text = "Ok"; this.button1.Click += new System.EventHandler(this.button1_Click); // // button8 // this.button8.Location = new System.Drawing.Point(12, 116); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(64, 21); this.button8.TabIndex = 12; this.button8.Text = "ändern…"; this.button8.Click += new System.EventHandler(this.button8_Click); // // button6 // this.button6.Location = new System.Drawing.Point(11, 179); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(85, 24); this.button6.TabIndex = 8; this.button6.Text = "Farbe wählen"; this.button6.Click += new System.EventHandler(this.button6_Click); // // button5 // this.button5.Location = new System.Drawing.Point(12, 92); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(64, 21); this.button5.TabIndex = 4; this.button5.Text = "ändern…"; this.button5.Click += new System.EventHandler(this.button5_Click); // // button4 // this.button4.Location = new System.Drawing.Point(12, 68); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(64, 21); this.button4.TabIndex = 3; this.button4.Text = "ändern…"; this.button4.Click += new System.EventHandler(this.button4_Click); // // button13 // this.button13.Location = new System.Drawing.Point(40, 160); this.button13.Name = "button13"; this.button13.Size = new System.Drawing.Size(85, 24); this.button13.TabIndex = 20; this.button13.Text = "Bild wählen"; this.button13.Click += new System.EventHandler(this.button13_Click); // // button12 // this.button12.Location = new System.Drawing.Point(40, 96); this.button12.Name = "button12"; this.button12.Size = new System.Drawing.Size(85, 24); this.button12.TabIndex = 18; this.button12.Text = "Farbe wählen"; this.button12.Click += new System.EventHandler(this.button12_Click); // // button11 // this.button11.Location = new System.Drawing.Point(208, 96); this.button11.Name = "button11"; this.button11.Size = new System.Drawing.Size(85, 24); this.button11.TabIndex = 15; this.button11.Text = "Farbe wählen"; this.button11.Click += new System.EventHandler(this.button11_Click); // // button10 // this.button10.Location = new System.Drawing.Point(40, 32); this.button10.Name = "button10"; this.button10.Size = new System.Drawing.Size(85, 24); this.button10.TabIndex = 13; this.button10.Text = "Farbe wählen"; this.button10.Click += new System.EventHandler(this.button10_Click); // // button7 // this.button7.Location = new System.Drawing.Point(264, 11); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(104, 24); this.button7.TabIndex = 10; this.button7.Text = "Option freigeben"; this.button7.Click += new System.EventHandler(this.button7_Click); // // Options // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(386, 396); this.ControlBox = false; this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.tabControl1); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "Options"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Lyra Optionen"; this.tabControl1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit(); this.tabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); this.tabPage4.ResumeLayout(false); this.panel10.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit(); this.panel7.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); this.panel6.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.panel8.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); this.panel9.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit(); this.panel11.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit(); this.ResumeLayout(false); }
/// <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() { this.label1 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.button1 = new LyraButtonControl(); this.button2 = new LyraButtonControl(); this.label2 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.linkLabel1 = new System.Windows.Forms.LinkLabel(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.button3 = new LyraButtonControl(); this.SuspendLayout(); // // label1 // this.label1.ForeColor = System.Drawing.Color.SaddleBrown; this.label1.Location = new System.Drawing.Point(8, 8); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(320, 32); this.label1.TabIndex = 0; this.label1.Text = "Zum Ändern dieser Option müssen Sie Berechtigung haben! Geben Sie bitte das Admi" + "nistratorpasswort ein."; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(16, 48); this.textBox1.Name = "textBox1"; this.textBox1.PasswordChar = '*'; this.textBox1.Size = new System.Drawing.Size(80, 20); this.textBox1.TabIndex = 0; this.textBox1.Text = ""; // // button1 // this.button1.Location = new System.Drawing.Point(280, 48); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(56, 24); this.button1.TabIndex = 1; this.button1.Text = "Ok"; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button2.Location = new System.Drawing.Point(200, 48); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(72, 24); this.button2.TabIndex = 4; this.button2.Text = "Abbrechen"; this.button2.Click += new System.EventHandler(this.button2_Click); // // label2 // this.label2.Location = new System.Drawing.Point(16, 83); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(160, 16); this.label2.TabIndex = 6; this.label2.Text = "neues Passwort:"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(104, 80); this.textBox2.Name = "textBox2"; this.textBox2.PasswordChar = '*'; this.textBox2.Size = new System.Drawing.Size(80, 20); this.textBox2.TabIndex = 1; this.textBox2.Text = ""; // // linkLabel1 // this.linkLabel1.ActiveLinkColor = System.Drawing.Color.SaddleBrown; this.linkLabel1.LinkColor = System.Drawing.Color.Navy; this.linkLabel1.Location = new System.Drawing.Point(104, 56); this.linkLabel1.Name = "linkLabel1"; this.linkLabel1.Size = new System.Drawing.Size(64, 16); this.linkLabel1.TabIndex = 8; this.linkLabel1.TabStop = true; this.linkLabel1.Text = "ändern"; this.linkLabel1.VisitedLinkColor = System.Drawing.Color.Navy; this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked); // // textBox3 // this.textBox3.Location = new System.Drawing.Point(104, 107); this.textBox3.Name = "textBox3"; this.textBox3.PasswordChar = '*'; this.textBox3.Size = new System.Drawing.Size(80, 20); this.textBox3.TabIndex = 2; this.textBox3.Text = ""; // // label3 // this.label3.Location = new System.Drawing.Point(16, 112); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(64, 16); this.label3.TabIndex = 9; this.label3.Text = "bestätigen:"; // // button3 // this.button3.Location = new System.Drawing.Point(200, 107); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(56, 20); this.button3.TabIndex = 3; this.button3.Text = "setzen"; this.button3.Click += new System.EventHandler(this.button3_Click); // // Pswd // this.AcceptButton = this.button1; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.button2; this.ClientSize = new System.Drawing.Size(354, 131); this.ControlBox = false; this.Controls.Add(this.button3); this.Controls.Add(this.textBox3); this.Controls.Add(this.label3); this.Controls.Add(this.linkLabel1); this.Controls.Add(this.textBox2); this.Controls.Add(this.label2); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.textBox1); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "Pswd"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Passworteingabe"; this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Pswd_KeyDown); 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.button1 = new LyraButtonControl(); this.label1 = new System.Windows.Forms.Label(); this.button2 = new LyraButtonControl(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // button1 // this.button1.DialogResult = System.Windows.Forms.DialogResult.OK; this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte) (0))); this.button1.ForeColor = System.Drawing.Color.LightSlateGray; this.button1.Location = new System.Drawing.Point(220, 175); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(104, 24); this.button1.TabIndex = 0; this.button1.Text = "Starte Download"; this.button1.Click += new System.EventHandler(this.button1_Click); // // label1 // this.label1.ForeColor = System.Drawing.Color.DimGray; this.label1.Location = new System.Drawing.Point(12, 38); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(296, 32); this.label1.TabIndex = 2; this.label1.Text = "Wenn Sie auf \"update\" klicken, werden die Liedtexte automatisch vom Server gelade" + "n."; // // button2 // this.button2.DialogResult = System.Windows.Forms.DialogResult.Abort; this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte) (0))); this.button2.ForeColor = System.Drawing.SystemColors.ControlText; this.button2.Location = new System.Drawing.Point(140, 175); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(72, 24); this.button2.TabIndex = 0; this.button2.Text = "Abbrechen"; this.button2.Click += new System.EventHandler(this.button2_Click); // // label2 // this.label2.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte) (0))); this.label2.ForeColor = System.Drawing.Color.SlateGray; this.label2.Location = new System.Drawing.Point(8, 8); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(280, 32); this.label2.TabIndex = 3; this.label2.Text = "Update der Liedtexte"; // // label3 // this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte) (0))); this.label3.ForeColor = System.Drawing.Color.SaddleBrown; this.label3.Location = new System.Drawing.Point(29, 69); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(296, 38); this.label3.TabIndex = 2; this.label3.Text = "Vorerst wird kein Merging unterstützt, d.h. Ihre eigenen Liedtexte werden beim Up" + "date einfach überschrieben und direkt übernommen!"; // // label4 // this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte) (0))); this.label4.ForeColor = System.Drawing.Color.DarkRed; this.label4.Location = new System.Drawing.Point(8, 70); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(16, 32); this.label4.TabIndex = 4; this.label4.Text = "!"; // // label5 // this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte) (0))); this.label5.ForeColor = System.Drawing.Color.DimGray; this.label5.Location = new System.Drawing.Point(272, 8); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(56, 23); this.label5.TabIndex = 5; this.label5.Text = "BETA"; // // textBox1 // this.textBox1.Enabled = false; this.textBox1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte) (0))); this.textBox1.Location = new System.Drawing.Point(12, 139); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(312, 20); this.textBox1.TabIndex = 6; this.textBox1.Text = "textBox1"; // // label6 // this.label6.Location = new System.Drawing.Point(12, 120); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(152, 16); this.label6.TabIndex = 7; this.label6.Text = "Update Server URL:"; // // checkBox1 // this.checkBox1.Checked = true; this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.checkBox1.Location = new System.Drawing.Point(12, 168); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(108, 16); this.checkBox1.TabIndex = 8; this.checkBox1.Text = "erstelle Backup "; // // LyraUpdate // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(330, 205); this.Controls.Add(this.checkBox1); this.Controls.Add(this.label6); this.Controls.Add(this.textBox1); this.Controls.Add(this.label5); this.Controls.Add(this.label3); this.Controls.Add(this.label1); this.Controls.Add(this.label2); this.Controls.Add(this.button1); this.Controls.Add(this.button2); this.Controls.Add(this.label4); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "LyraUpdate"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "lyra - Update BETA"; this.TopMost = true; this.ResumeLayout(false); }
/// <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() { this.components = new System.ComponentModel.Container(); Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("editorToolBar"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("bold"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("italic"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("refrain"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("special"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("tab"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("indent"); Infragistics.Win.UltraWinToolbars.ComboBoxTool comboBoxTool1 = new Infragistics.Win.UltraWinToolbars.ComboBoxTool("indentCombo"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("jumpmark"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Seitenumbruch"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("undo"); Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("bold"); Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("italic"); Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("refrain"); Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("special"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("tab"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("indent"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Seitenumbruch"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("jumpmark"); Infragistics.Win.UltraWinToolbars.ComboBoxTool comboBoxTool2 = new Infragistics.Win.UltraWinToolbars.ComboBoxTool("indentCombo"); Infragistics.Win.ValueList valueList1 = new Infragistics.Win.ValueList(0); Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem(); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool18 = new Infragistics.Win.UltraWinToolbars.ButtonTool("undo"); Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Editor)); this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.listBox1 = new System.Windows.Forms.ListBox(); this.label7 = new System.Windows.Forms.Label(); this.textBox3 = new System.Windows.Forms.TextBox(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.textBox4 = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.trackBar1 = new System.Windows.Forms.TrackBar(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.toolbars = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components); this.toolbarPanel = new Infragistics.Win.Misc.UltraPanel(); this.ClientArea_Fill_Panel = new System.Windows.Forms.Panel(); this._ClientArea_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this._ClientArea_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this._ClientArea_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this._ClientArea_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this.Editor_Fill_Panel = new System.Windows.Forms.Panel(); this.previewBtn = new System.Windows.Forms.PictureBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.button12 = new Lyra2.LyraShell.LyraButtonControl(); this.button10 = new Lyra2.LyraShell.LyraButtonControl(); this.button2 = new Lyra2.LyraShell.LyraButtonControl(); this.button1 = new Lyra2.LyraShell.LyraButtonControl(); this.button14 = new Lyra2.LyraShell.LyraButtonControl(); this.button16 = new Lyra2.LyraShell.LyraButtonControl(); this.button17 = new Lyra2.LyraShell.LyraButtonControl(); this.button13 = new Lyra2.LyraShell.LyraButtonControl(); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.toolbars)).BeginInit(); this.toolbarPanel.ClientArea.SuspendLayout(); this.toolbarPanel.SuspendLayout(); this.ClientArea_Fill_Panel.SuspendLayout(); this.Editor_Fill_Panel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.previewBtn)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(240, 38); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(384, 20); this.textBox1.TabIndex = 1; this.textBox1.Text = "textBox1"; // // textBox2 // this.textBox2.Enabled = false; this.textBox2.Location = new System.Drawing.Point(102, 38); this.textBox2.MaxLength = 4; this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(40, 20); this.textBox2.TabIndex = 0; this.textBox2.Text = "textBox2"; // // label1 // this.label1.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.Color.SlateGray; this.label1.Location = new System.Drawing.Point(8, 8); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(160, 16); this.label1.TabIndex = 4; this.label1.Text = "Lyra Songtext Editor"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(24, 40); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(78, 13); this.label2.TabIndex = 5; this.label2.Text = "Liednummer:"; // // label3 // this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(206, 40); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(32, 16); this.label3.TabIndex = 6; this.label3.Text = "Titel:"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(24, 72); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(36, 13); this.label4.TabIndex = 7; this.label4.Text = "Text:"; // // richTextBox1 // this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.richTextBox1.Location = new System.Drawing.Point(0, 0); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(685, 209); this.richTextBox1.TabIndex = 2; this.richTextBox1.Text = "richTextBox1"; // // listBox1 // this.listBox1.Location = new System.Drawing.Point(24, 465); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(600, 69); this.listBox1.TabIndex = 25; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label7.ForeColor = System.Drawing.Color.Black; this.label7.Location = new System.Drawing.Point(24, 441); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(92, 13); this.label7.TabIndex = 12; this.label7.Text = "Übersetzungen"; // // textBox3 // this.textBox3.Enabled = false; this.textBox3.Location = new System.Drawing.Point(200, 64); this.textBox3.MaxLength = 3; this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(40, 20); this.textBox3.TabIndex = 28; this.textBox3.Text = "---"; // // checkBox1 // this.checkBox1.Location = new System.Drawing.Point(104, 65); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(104, 16); this.checkBox1.TabIndex = 29; this.checkBox1.Text = "Bemerkungen:"; this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); // // textBox4 // this.textBox4.Location = new System.Drawing.Point(117, 341); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(384, 20); this.textBox4.TabIndex = 1; this.textBox4.TextChanged += new System.EventHandler(this.textBox4_TextChanged); // // label8 // this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label8.Location = new System.Drawing.Point(24, 344); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(168, 16); this.label8.TabIndex = 6; this.label8.Text = "Hintergrundbild:"; // // trackBar1 // this.trackBar1.AutoSize = false; this.trackBar1.Enabled = false; this.trackBar1.LargeChange = 10; this.trackBar1.Location = new System.Drawing.Point(304, 368); this.trackBar1.Maximum = 100; this.trackBar1.Name = "trackBar1"; this.trackBar1.Size = new System.Drawing.Size(104, 16); this.trackBar1.TabIndex = 30; this.trackBar1.TickFrequency = 25; this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged); // // checkBox2 // this.checkBox2.Enabled = false; this.checkBox2.Location = new System.Drawing.Point(116, 368); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(104, 16); this.checkBox2.TabIndex = 29; this.checkBox2.Text = "Bild strecken"; // // label9 // this.label9.Enabled = false; this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label9.Location = new System.Drawing.Point(232, 368); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(168, 16); this.label9.TabIndex = 6; this.label9.Text = "Transparenz:"; // // label10 // this.label10.Enabled = false; this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label10.Location = new System.Drawing.Point(305, 388); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(168, 16); this.label10.TabIndex = 6; this.label10.Text = "0% 50% 100%"; // // label11 // this.label11.AutoSize = true; this.label11.BackColor = System.Drawing.Color.Transparent; this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label11.ForeColor = System.Drawing.Color.DimGray; this.label11.Location = new System.Drawing.Point(653, 68); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(52, 13); this.label11.TabIndex = 5; this.label11.Text = "Vorschau"; // // toolbars // this.toolbars.DesignerFlags = 1; this.toolbars.DockWithinContainer = this.toolbarPanel.ClientArea; this.toolbars.ShowFullMenusDelay = 500; ultraToolbar1.DockedColumn = 0; ultraToolbar1.DockedRow = 0; buttonTool3.InstanceProps.IsFirstInGroup = true; buttonTool5.InstanceProps.IsFirstInGroup = true; buttonTool8.InstanceProps.IsFirstInGroup = true; buttonTool17.InstanceProps.IsFirstInGroup = true; ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] { buttonTool1, buttonTool2, buttonTool3, buttonTool4, buttonTool5, buttonTool6, comboBoxTool1, buttonTool8, buttonTool7, buttonTool17}); ultraToolbar1.Settings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False; ultraToolbar1.Settings.AllowDockBottom = Infragistics.Win.DefaultableBoolean.False; ultraToolbar1.Settings.AllowDockLeft = Infragistics.Win.DefaultableBoolean.False; ultraToolbar1.Settings.AllowDockRight = Infragistics.Win.DefaultableBoolean.False; ultraToolbar1.Settings.AllowFloating = Infragistics.Win.DefaultableBoolean.False; ultraToolbar1.Settings.AllowHiding = Infragistics.Win.DefaultableBoolean.False; ultraToolbar1.Settings.FillEntireRow = Infragistics.Win.DefaultableBoolean.True; ultraToolbar1.Settings.GrabHandleStyle = Infragistics.Win.UltraWinToolbars.GrabHandleStyle.NoGlyph; ultraToolbar1.Settings.ToolDisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways; ultraToolbar1.Text = "editorToolBar"; this.toolbars.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] { ultraToolbar1}); this.toolbars.ToolbarSettings.BorderStyleDocked = Infragistics.Win.UIElementBorderStyle.Etched; appearance14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); appearance14.BackColor2 = System.Drawing.Color.Silver; appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.GlassTop37; appearance14.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.toolbars.ToolbarSettings.DockedAppearance = appearance14; appearance16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(178))))); appearance16.BackColor2 = System.Drawing.Color.Silver; appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.VerticalWithGlassLeft50; appearance16.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.toolbars.ToolbarSettings.HotTrackAppearance = appearance16; appearance11.FontData.BoldAsString = "True"; buttonTool9.SharedPropsInternal.AppearancesSmall.Appearance = appearance11; buttonTool9.SharedPropsInternal.Caption = "F"; appearance12.FontData.ItalicAsString = "True"; buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance12; buttonTool10.SharedPropsInternal.Caption = "K"; appearance13.FontData.BoldAsString = "True"; appearance13.FontData.ItalicAsString = "True"; appearance13.FontData.Name = "Times New Roman"; buttonTool11.SharedPropsInternal.AppearancesSmall.Appearance = appearance13; buttonTool11.SharedPropsInternal.Caption = "Refrain"; buttonTool12.SharedPropsInternal.Caption = "Spezial"; buttonTool13.SharedPropsInternal.Caption = "Tab"; buttonTool14.SharedPropsInternal.Caption = "Einrücken um"; buttonTool15.SharedPropsInternal.Caption = "Seitenumbruch"; buttonTool16.SharedPropsInternal.Caption = "Sprungmarke"; comboBoxTool2.SharedPropsInternal.Width = 50; valueList1.DisplayStyle = Infragistics.Win.ValueListDisplayStyle.DisplayText; valueListItem1.DataValue = "ValueListItem0"; valueListItem1.DisplayText = "8"; valueListItem2.DataValue = "ValueListItem1"; valueListItem2.DisplayText = "16"; valueListItem3.DataValue = "ValueListItem2"; valueListItem3.DisplayText = "24"; valueListItem4.DataValue = "ValueListItem3"; valueListItem4.DisplayText = "32"; valueListItem5.DataValue = "ValueListItem4"; valueListItem5.DisplayText = "40"; valueList1.ValueListItems.AddRange(new Infragistics.Win.ValueListItem[] { valueListItem1, valueListItem2, valueListItem3, valueListItem4, valueListItem5}); comboBoxTool2.ValueList = valueList1; appearance15.Image = global::Lyra2.LyraShell.Properties.Resources.undo_icon; buttonTool18.SharedPropsInternal.AppearancesSmall.Appearance = appearance15; buttonTool18.SharedPropsInternal.Caption = "Undo"; buttonTool18.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.DefaultForToolType; this.toolbars.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] { buttonTool9, buttonTool10, buttonTool11, buttonTool12, buttonTool13, buttonTool14, buttonTool15, buttonTool16, comboBoxTool2, buttonTool18}); // // toolbarPanel // // // toolbarPanel.ClientArea // this.toolbarPanel.ClientArea.Controls.Add(this.ClientArea_Fill_Panel); this.toolbarPanel.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Left); this.toolbarPanel.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Right); this.toolbarPanel.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Top); this.toolbarPanel.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Bottom); this.toolbarPanel.Location = new System.Drawing.Point(27, 88); this.toolbarPanel.Name = "toolbarPanel"; this.toolbarPanel.Size = new System.Drawing.Size(685, 240); this.toolbarPanel.TabIndex = 34; // // ClientArea_Fill_Panel // this.ClientArea_Fill_Panel.Controls.Add(this.richTextBox1); this.ClientArea_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default; this.ClientArea_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill; this.ClientArea_Fill_Panel.Location = new System.Drawing.Point(0, 31); this.ClientArea_Fill_Panel.Name = "ClientArea_Fill_Panel"; this.ClientArea_Fill_Panel.Size = new System.Drawing.Size(685, 209); this.ClientArea_Fill_Panel.TabIndex = 0; // // _ClientArea_Toolbars_Dock_Area_Left // this._ClientArea_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._ClientArea_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control; this._ClientArea_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left; this._ClientArea_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText; this._ClientArea_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 31); this._ClientArea_Toolbars_Dock_Area_Left.Name = "_ClientArea_Toolbars_Dock_Area_Left"; this._ClientArea_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 209); this._ClientArea_Toolbars_Dock_Area_Left.ToolbarsManager = this.toolbars; // // _ClientArea_Toolbars_Dock_Area_Right // this._ClientArea_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._ClientArea_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control; this._ClientArea_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right; this._ClientArea_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText; this._ClientArea_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(685, 31); this._ClientArea_Toolbars_Dock_Area_Right.Name = "_ClientArea_Toolbars_Dock_Area_Right"; this._ClientArea_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 209); this._ClientArea_Toolbars_Dock_Area_Right.ToolbarsManager = this.toolbars; // // _ClientArea_Toolbars_Dock_Area_Top // this._ClientArea_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._ClientArea_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control; this._ClientArea_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top; this._ClientArea_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText; this._ClientArea_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0); this._ClientArea_Toolbars_Dock_Area_Top.Name = "_ClientArea_Toolbars_Dock_Area_Top"; this._ClientArea_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(685, 31); this._ClientArea_Toolbars_Dock_Area_Top.ToolbarsManager = this.toolbars; // // _ClientArea_Toolbars_Dock_Area_Bottom // this._ClientArea_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._ClientArea_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control; this._ClientArea_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom; this._ClientArea_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText; this._ClientArea_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 240); this._ClientArea_Toolbars_Dock_Area_Bottom.Name = "_ClientArea_Toolbars_Dock_Area_Bottom"; this._ClientArea_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(685, 0); this._ClientArea_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.toolbars; // // Editor_Fill_Panel // this.Editor_Fill_Panel.Controls.Add(this.toolbarPanel); this.Editor_Fill_Panel.Controls.Add(this.label11); this.Editor_Fill_Panel.Controls.Add(this.previewBtn); this.Editor_Fill_Panel.Controls.Add(this.pictureBox1); this.Editor_Fill_Panel.Controls.Add(this.trackBar1); this.Editor_Fill_Panel.Controls.Add(this.textBox3); this.Editor_Fill_Panel.Controls.Add(this.label7); this.Editor_Fill_Panel.Controls.Add(this.label4); this.Editor_Fill_Panel.Controls.Add(this.label2); this.Editor_Fill_Panel.Controls.Add(this.textBox2); this.Editor_Fill_Panel.Controls.Add(this.textBox1); this.Editor_Fill_Panel.Controls.Add(this.textBox4); this.Editor_Fill_Panel.Controls.Add(this.checkBox1); this.Editor_Fill_Panel.Controls.Add(this.button12); this.Editor_Fill_Panel.Controls.Add(this.listBox1); this.Editor_Fill_Panel.Controls.Add(this.button10); this.Editor_Fill_Panel.Controls.Add(this.label1); this.Editor_Fill_Panel.Controls.Add(this.label3); this.Editor_Fill_Panel.Controls.Add(this.button2); this.Editor_Fill_Panel.Controls.Add(this.button1); this.Editor_Fill_Panel.Controls.Add(this.button14); this.Editor_Fill_Panel.Controls.Add(this.button16); this.Editor_Fill_Panel.Controls.Add(this.button17); this.Editor_Fill_Panel.Controls.Add(this.label8); this.Editor_Fill_Panel.Controls.Add(this.button13); this.Editor_Fill_Panel.Controls.Add(this.checkBox2); this.Editor_Fill_Panel.Controls.Add(this.label9); this.Editor_Fill_Panel.Controls.Add(this.label10); this.Editor_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default; this.Editor_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill; this.Editor_Fill_Panel.Location = new System.Drawing.Point(0, 0); this.Editor_Fill_Panel.Name = "Editor_Fill_Panel"; this.Editor_Fill_Panel.Size = new System.Drawing.Size(736, 544); this.Editor_Fill_Panel.TabIndex = 0; // // previewBtn // this.previewBtn.Cursor = System.Windows.Forms.Cursors.Hand; this.previewBtn.Image = ((System.Drawing.Image)(resources.GetObject("previewBtn.Image"))); this.previewBtn.Location = new System.Drawing.Point(648, 5); this.previewBtn.Name = "previewBtn"; this.previewBtn.Size = new System.Drawing.Size(64, 64); this.previewBtn.TabIndex = 33; this.previewBtn.TabStop = false; this.previewBtn.Click += new System.EventHandler(this.previewButton_Click); // // pictureBox1 // this.pictureBox1.Enabled = false; this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(440, 368); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(48, 48); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 31; this.pictureBox1.TabStop = false; // // button12 // this.button12.Enabled = false; this.button12.Location = new System.Drawing.Point(149, 38); this.button12.Name = "button12"; this.button12.Size = new System.Drawing.Size(53, 20); this.button12.TabIndex = 27; this.button12.Text = "ändern"; this.button12.Click += new System.EventHandler(this.button12_Click); // // button10 // this.button10.BackColorInternal = System.Drawing.SystemColors.Control; this.button10.Location = new System.Drawing.Point(24, 401); this.button10.Name = "button10"; this.button10.Size = new System.Drawing.Size(160, 24); this.button10.TabIndex = 21; this.button10.Text = "Übersetzungen >>"; this.button10.Click += new System.EventHandler(this.button10_Click); // // button2 // this.button2.BackColorInternal = System.Drawing.SystemColors.Control; this.button2.Location = new System.Drawing.Point(608, 401); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(72, 24); this.button2.TabIndex = 20; this.button2.Text = "Abbrechen"; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.BackColorInternal = System.Drawing.SystemColors.Control; this.button1.Location = new System.Drawing.Point(688, 401); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(40, 24); this.button1.TabIndex = 19; this.button1.Text = "Ok"; this.button1.Click += new System.EventHandler(this.button1_Click); // // button14 // this.button14.Location = new System.Drawing.Point(688, 505); this.button14.Name = "button14"; this.button14.Size = new System.Drawing.Size(40, 24); this.button14.TabIndex = 24; this.button14.Text = "Del"; this.button14.Click += new System.EventHandler(this.button14_Click); // // button16 // this.button16.Location = new System.Drawing.Point(632, 473); this.button16.Name = "button16"; this.button16.Size = new System.Drawing.Size(96, 24); this.button16.TabIndex = 22; this.button16.Text = "Neu…"; this.button16.Click += new System.EventHandler(this.button16_Click); // // button17 // this.button17.Location = new System.Drawing.Point(632, 505); this.button17.Name = "button17"; this.button17.Size = new System.Drawing.Size(40, 24); this.button17.TabIndex = 23; this.button17.Text = "Edit"; this.button17.Click += new System.EventHandler(this.button17_Click); // // button13 // this.button13.Location = new System.Drawing.Point(512, 342); this.button13.Name = "button13"; this.button13.Size = new System.Drawing.Size(88, 20); this.button13.TabIndex = 27; this.button13.Text = "durchsuchen…"; this.button13.Click += new System.EventHandler(this.button13_Click); // // Editor // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(736, 544); this.ControlBox = false; this.Controls.Add(this.Editor_Fill_Panel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "Editor"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Editor"; this.Activated += new System.EventHandler(this.MeGotFocus); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.toolbars)).EndInit(); this.toolbarPanel.ClientArea.ResumeLayout(false); this.toolbarPanel.ResumeLayout(false); this.ClientArea_Fill_Panel.ResumeLayout(false); this.Editor_Fill_Panel.ResumeLayout(false); this.Editor_Fill_Panel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.previewBtn)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); 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.button2 = new LyraButtonControl(); this.button1 = new LyraButtonControl(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.checkedListBox1 = new System.Windows.Forms.CheckedListBox(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // button2 // this.button2.DialogResult = System.Windows.Forms.DialogResult.Abort; this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte) (0))); this.button2.ForeColor = System.Drawing.SystemColors.ControlText; this.button2.Location = new System.Drawing.Point(208, 176); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(72, 24); this.button2.TabIndex = 1; this.button2.Text = "Abbrechen"; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.DialogResult = System.Windows.Forms.DialogResult.OK; this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte) (0))); this.button1.ForeColor = System.Drawing.SystemColors.ControlText; this.button1.Location = new System.Drawing.Point(296, 176); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(72, 24); this.button1.TabIndex = 1; this.button1.Text = "Ok"; this.button1.Click += new System.EventHandler(this.button1_Click); // // label2 // this.label2.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte) (0))); this.label2.ForeColor = System.Drawing.Color.SlateGray; this.label2.Location = new System.Drawing.Point(8, 8); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(280, 32); this.label2.TabIndex = 4; this.label2.Text = "Server:"; // // label1 // this.label1.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte) (0))); this.label1.ForeColor = System.Drawing.Color.SlateGray; this.label1.Location = new System.Drawing.Point(8, 56); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(280, 32); this.label1.TabIndex = 4; this.label1.Text = "Update:"; // // label3 // this.label3.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte) (0))); this.label3.ForeColor = System.Drawing.Color.SlateGray; this.label3.Location = new System.Drawing.Point(8, 88); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(280, 32); this.label3.TabIndex = 4; this.label3.Text = "Listen:"; // // checkedListBox1 // this.checkedListBox1.Location = new System.Drawing.Point(88, 88); this.checkedListBox1.Name = "checkedListBox1"; this.checkedListBox1.Size = new System.Drawing.Size(280, 79); this.checkedListBox1.TabIndex = 5; // // comboBox1 // this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.Location = new System.Drawing.Point(88, 56); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(280, 21); this.comboBox1.TabIndex = 6; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); // // label4 // this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte) (0))); this.label4.Location = new System.Drawing.Point(4, 5); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(272, 16); this.label4.TabIndex = 7; this.label4.Text = "url"; // // label5 // this.label5.BackColor = System.Drawing.Color.Transparent; this.label5.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte) (0))); this.label5.Location = new System.Drawing.Point(4, 21); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(272, 16); this.label5.TabIndex = 7; this.label5.Text = "name [owner]"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.WhiteSmoke; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.label4); this.panel1.Location = new System.Drawing.Point(88, 8); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(280, 40); this.panel1.TabIndex = 8; // // LyraUpdateView // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(378, 208); this.Controls.Add(this.panel1); this.Controls.Add(this.comboBox1); this.Controls.Add(this.checkedListBox1); this.Controls.Add(this.label2); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.label1); this.Controls.Add(this.label3); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "LyraUpdateView"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Lyra Update konfigurieren"; this.TopMost = true; this.panel1.ResumeLayout(false); this.ResumeLayout(false); }
/// <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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GUI)); Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.searchSplitter = new System.Windows.Forms.SplitContainer(); this.searchListBox = new Lyra2.LyraShell.SongListBox(); this.label4 = new System.Windows.Forms.Label(); this.songPreview3 = new Lyra2.LyraShell.SongPreview(); this.panel4 = new System.Windows.Forms.Panel(); this.sortCombo = new System.Windows.Forms.ComboBox(); this.sortLabel = new System.Windows.Forms.Label(); this.searchPaneTop = new System.Windows.Forms.Panel(); this.pictureBox4 = new System.Windows.Forms.PictureBox(); this.label2 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.mainSearchBox = new Lyra2.LyraShell.SearchTextBox(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.resultsLabel = new System.Windows.Forms.Label(); this.panel1 = new Infragistics.Win.Misc.UltraPanel(); this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel(); this.textBox1 = new Lyra2.LyraShell.SearchTextBox(); this.button7 = new Lyra2.LyraShell.LyraButtonControl(); this.showSongBtn = new Lyra2.LyraShell.LyraButtonControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.allSongsSplitter = new System.Windows.Forms.SplitContainer(); this.allSongsListBox = new Lyra2.LyraShell.SongListBox(); this.songPreview1 = new Lyra2.LyraShell.SongPreview(); this.controlPaneRight = new Infragistics.Win.Misc.UltraPanel(); this.songManagmentLabel = new Infragistics.Win.Misc.UltraLabel(); this.button3 = new Lyra2.LyraShell.LyraButtonControl(); this.button1 = new Lyra2.LyraShell.LyraButtonControl(); this.button2 = new Lyra2.LyraShell.LyraButtonControl(); this.button9 = new Lyra2.LyraShell.LyraButtonControl(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.persListSplitter = new System.Windows.Forms.SplitContainer(); this.personalListsListBox = new Lyra2.LyraShell.SongListBox(); this.panel8 = new System.Windows.Forms.Panel(); this.persListCombo = new System.Windows.Forms.ComboBox(); this.button5 = new Lyra2.LyraShell.LyraButtonControl(); this.moveUpDownPanel = new System.Windows.Forms.Panel(); this.moveListItemDownBtn = new Infragistics.Win.Misc.UltraButton(); this.moveListItemUpBtn = new Infragistics.Win.Misc.UltraButton(); this.songPreview2 = new Lyra2.LyraShell.SongPreview(); this.panel7 = new Infragistics.Win.Misc.UltraPanel(); this.listManagementLabel = new Infragistics.Win.Misc.UltraLabel(); this.linkLabel1 = new System.Windows.Forms.LinkLabel(); this.button6 = new Lyra2.LyraShell.LyraButtonControl(); this.button4 = new Lyra2.LyraShell.LyraButtonControl(); this.label3 = new System.Windows.Forms.Label(); this.textBox3 = new Lyra2.LyraShell.SearchTextBox(); this.mainMenu1 = new System.Windows.Forms.MainMenu(this.components); this.menuItem1 = new System.Windows.Forms.MenuItem(); this.menuItem13 = new System.Windows.Forms.MenuItem(); this.menuItem14 = new System.Windows.Forms.MenuItem(); this.menuItem15 = new System.Windows.Forms.MenuItem(); this.menuItem17 = new System.Windows.Forms.MenuItem(); this.menuItem30 = new System.Windows.Forms.MenuItem(); this.menuItem31 = new System.Windows.Forms.MenuItem(); this.menuItem18 = new System.Windows.Forms.MenuItem(); this.menuItem16 = new System.Windows.Forms.MenuItem(); this.menuItem2 = new System.Windows.Forms.MenuItem(); this.menuItem19 = new System.Windows.Forms.MenuItem(); this.menuItem35 = new System.Windows.Forms.MenuItem(); this.menuItem36 = new System.Windows.Forms.MenuItem(); this.menuItem20 = new System.Windows.Forms.MenuItem(); this.menuItem21 = new System.Windows.Forms.MenuItem(); this.menuItem51 = new System.Windows.Forms.MenuItem(); this.menuItem52 = new System.Windows.Forms.MenuItem(); this.menuItem69 = new System.Windows.Forms.MenuItem(); this.menuItem68 = new System.Windows.Forms.MenuItem(); this.menuItem53 = new System.Windows.Forms.MenuItem(); this.menuItem40 = new System.Windows.Forms.MenuItem(); this.menuItem63 = new System.Windows.Forms.MenuItem(); this.menuItem64 = new System.Windows.Forms.MenuItem(); this.menuItem38 = new System.Windows.Forms.MenuItem(); this.menuItem41 = new System.Windows.Forms.MenuItem(); this.menuItem45 = new System.Windows.Forms.MenuItem(); this.menuItem44 = new System.Windows.Forms.MenuItem(); this.menuItem49 = new System.Windows.Forms.MenuItem(); this.menuItem50 = new System.Windows.Forms.MenuItem(); this.menuItem43 = new System.Windows.Forms.MenuItem(); this.menuItem34 = new System.Windows.Forms.MenuItem(); this.menuItem46 = new System.Windows.Forms.MenuItem(); this.menuItem42 = new System.Windows.Forms.MenuItem(); this.menuItem47 = new System.Windows.Forms.MenuItem(); this.menuItem48 = new System.Windows.Forms.MenuItem(); this.menuItem24 = new System.Windows.Forms.MenuItem(); this.menuItem3 = new System.Windows.Forms.MenuItem(); this.menuItem57 = new System.Windows.Forms.MenuItem(); this.menuItem59 = new System.Windows.Forms.MenuItem(); this.menuItem65 = new System.Windows.Forms.MenuItem(); this.menuItem70 = new System.Windows.Forms.MenuItem(); this.menuItem58 = new System.Windows.Forms.MenuItem(); this.menuItem54 = new System.Windows.Forms.MenuItem(); this.menuItem55 = new System.Windows.Forms.MenuItem(); this.menuItem56 = new System.Windows.Forms.MenuItem(); this.menuItem61 = new System.Windows.Forms.MenuItem(); this.menuItem62 = new System.Windows.Forms.MenuItem(); this.menuItem10 = new System.Windows.Forms.MenuItem(); this.menuItem26 = new System.Windows.Forms.MenuItem(); this.menuItem23 = new System.Windows.Forms.MenuItem(); this.menuItem28 = new System.Windows.Forms.MenuItem(); this.menuItem27 = new System.Windows.Forms.MenuItem(); this.menuItem11 = new System.Windows.Forms.MenuItem(); this.menuItem22 = new System.Windows.Forms.MenuItem(); this.menuItem12 = new System.Windows.Forms.MenuItem(); this.menuItem4 = new System.Windows.Forms.MenuItem(); this.menuItem5 = new System.Windows.Forms.MenuItem(); this.menuItem33 = new System.Windows.Forms.MenuItem(); this.menuItem29 = new System.Windows.Forms.MenuItem(); this.menuItem32 = new System.Windows.Forms.MenuItem(); this.menuItem37 = new System.Windows.Forms.MenuItem(); this.statusBar1 = new System.Windows.Forms.StatusBar(); this.statusBarPanel1 = new System.Windows.Forms.StatusBarPanel(); this.statusBarPanel2 = new System.Windows.Forms.StatusBarPanel(); this.contextMenu1 = new System.Windows.Forms.ContextMenu(); this.menuItem6 = new System.Windows.Forms.MenuItem(); this.menuItem7 = new System.Windows.Forms.MenuItem(); this.menuItem39 = new System.Windows.Forms.MenuItem(); this.menuItem8 = new System.Windows.Forms.MenuItem(); this.menuItem25 = new System.Windows.Forms.MenuItem(); this.contextMenu2 = new System.Windows.Forms.ContextMenu(); this.menuItem60 = new System.Windows.Forms.MenuItem(); this.menuItem66 = new System.Windows.Forms.MenuItem(); this.menuItem67 = new System.Windows.Forms.MenuItem(); this.menuItem9 = new System.Windows.Forms.MenuItem(); this.tabControl1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.searchSplitter.Panel1.SuspendLayout(); this.searchSplitter.Panel2.SuspendLayout(); this.searchSplitter.SuspendLayout(); this.panel4.SuspendLayout(); this.searchPaneTop.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel1.ClientArea.SuspendLayout(); this.panel1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.allSongsSplitter.Panel1.SuspendLayout(); this.allSongsSplitter.Panel2.SuspendLayout(); this.allSongsSplitter.SuspendLayout(); this.controlPaneRight.ClientArea.SuspendLayout(); this.controlPaneRight.SuspendLayout(); this.tabPage3.SuspendLayout(); this.persListSplitter.Panel1.SuspendLayout(); this.persListSplitter.Panel2.SuspendLayout(); this.persListSplitter.SuspendLayout(); this.panel8.SuspendLayout(); this.moveUpDownPanel.SuspendLayout(); this.panel7.ClientArea.SuspendLayout(); this.panel7.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel2)).BeginInit(); this.SuspendLayout(); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(950, 449); this.tabControl1.TabIndex = 0; this.tabControl1.SelectedIndexChanged += this.tabControl1_SelectedIndexChanged; // // tabPage2 // this.tabPage2.BackColor = System.Drawing.Color.WhiteSmoke; this.tabPage2.Controls.Add(this.searchSplitter); this.tabPage2.Controls.Add(this.panel4); this.tabPage2.Controls.Add(this.panel1); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Size = new System.Drawing.Size(942, 423); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Suche"; this.tabPage2.UseVisualStyleBackColor = true; // // searchSplitter // this.searchSplitter.Dock = System.Windows.Forms.DockStyle.Fill; this.searchSplitter.Location = new System.Drawing.Point(0, 60); this.searchSplitter.Name = "searchSplitter"; this.searchSplitter.Orientation = System.Windows.Forms.Orientation.Horizontal; // // searchSplitter.Panel1 // this.searchSplitter.Panel1.Controls.Add(this.searchListBox); this.searchSplitter.Panel1.Controls.Add(this.label4); this.searchSplitter.Panel1MinSize = 150; // // searchSplitter.Panel2 // this.searchSplitter.Panel2.Controls.Add(this.songPreview3); this.searchSplitter.Panel2MinSize = 50; this.searchSplitter.Size = new System.Drawing.Size(830, 363); this.searchSplitter.SplitterDistance = 266; this.searchSplitter.TabIndex = 18; // // searchListBox // this.searchListBox.Dock = System.Windows.Forms.DockStyle.Fill; this.searchListBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.searchListBox.ItemHeight = 15; this.searchListBox.Location = new System.Drawing.Point(0, 0); this.searchListBox.Name = "searchListBox"; this.searchListBox.NrOfNumberMatches = 0; this.searchListBox.Size = new System.Drawing.Size(830, 244); this.searchListBox.TabIndex = 5; this.searchListBox.SelectedIndexChanged += this.listBox3_SelectedIndexChanged; this.searchListBox.DoubleClick += this.listBox3_dblClick; this.searchListBox.SelectedValueChanged += this.listBox3_SelectedValueChanged; // // label4 // this.label4.Dock = System.Windows.Forms.DockStyle.Bottom; this.label4.ForeColor = System.Drawing.Color.SaddleBrown; this.label4.Location = new System.Drawing.Point(0, 251); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(830, 15); this.label4.TabIndex = 14; this.label4.Text = "Suchergebnisse könnten fehlerhaft sein. Bitte Änderungen übernehmen!"; this.label4.Visible = false; // // songPreview3 // this.songPreview3.AutoScroll = true; this.songPreview3.Dock = System.Windows.Forms.DockStyle.Fill; this.songPreview3.Location = new System.Drawing.Point(0, 0); this.songPreview3.Name = "songPreview3"; this.songPreview3.Size = new System.Drawing.Size(830, 93); this.songPreview3.TabIndex = 0; // // panel4 // this.panel4.Controls.Add(this.sortCombo); this.panel4.Controls.Add(this.sortLabel); this.panel4.Controls.Add(this.searchPaneTop); this.panel4.Controls.Add(this.mainSearchBox); this.panel4.Controls.Add(this.checkBox1); this.panel4.Controls.Add(this.resultsLabel); this.panel4.Dock = System.Windows.Forms.DockStyle.Top; this.panel4.Location = new System.Drawing.Point(0, 0); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(830, 60); this.panel4.TabIndex = 17; // // sortCombo // this.sortCombo.BackColor = System.Drawing.Color.WhiteSmoke; this.sortCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.sortCombo.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.sortCombo.FormattingEnabled = true; this.sortCombo.Items.AddRange(new object[] { "Nummer (aufsteigend)", "Nummer (absteigend)", "Relevanz (absteigend)", "Relevanz (aufsteigend)", "Titel (aufsteigend)", "Titel (absteiged)" }); this.sortCombo.Location = new System.Drawing.Point(193, 32); this.sortCombo.Name = "sortCombo"; this.sortCombo.Size = new System.Drawing.Size(164, 21); this.sortCombo.TabIndex = 16; // // sortLabel // this.sortLabel.AutoSize = true; this.sortLabel.ForeColor = System.Drawing.Color.DimGray; this.sortLabel.Location = new System.Drawing.Point(111, 35); this.sortLabel.Name = "sortLabel"; this.sortLabel.Size = new System.Drawing.Size(76, 13); this.sortLabel.TabIndex = 15; this.sortLabel.Text = "Sortierung :"; // // searchPaneTop // this.searchPaneTop.BackColor = System.Drawing.Color.WhiteSmoke; this.searchPaneTop.Controls.Add(this.pictureBox4); this.searchPaneTop.Controls.Add(this.label2); this.searchPaneTop.Controls.Add(this.pictureBox1); this.searchPaneTop.Dock = System.Windows.Forms.DockStyle.Right; this.searchPaneTop.Location = new System.Drawing.Point(630, 0); this.searchPaneTop.Name = "searchPaneTop"; this.searchPaneTop.Size = new System.Drawing.Size(200, 60); this.searchPaneTop.TabIndex = 2; // // pictureBox4 // this.pictureBox4.Cursor = System.Windows.Forms.Cursors.Hand; this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image"))); this.pictureBox4.Location = new System.Drawing.Point(3, 8); this.pictureBox4.Name = "pictureBox4"; this.pictureBox4.Size = new System.Drawing.Size(22, 22); this.pictureBox4.TabIndex = 12; this.pictureBox4.TabStop = false; this.pictureBox4.Click += this.button8_Click; // // label2 // this.label2.AutoSize = true; this.label2.ForeColor = System.Drawing.Color.DimGray; this.label2.Location = new System.Drawing.Point(67, 12); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(121, 13); this.label2.TabIndex = 15; this.label2.Text = "Suche zurücksetzen"; // // pictureBox1 // this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Hand; this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(43, 8); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(22, 22); this.pictureBox1.TabIndex = 14; this.pictureBox1.TabStop = false; this.pictureBox1.Click += this.pictureBox1_Click; // // mainSearchBox // this.mainSearchBox.Anchor = ((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.mainSearchBox.BackColor = System.Drawing.Color.FromArgb(((((253)))), ((((253)))), ((((176))))); this.mainSearchBox.DefaultText = "Suchbegriffe"; this.mainSearchBox.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((0))); this.mainSearchBox.ForeColor = System.Drawing.Color.DimGray; this.mainSearchBox.Location = new System.Drawing.Point(8, 8); this.mainSearchBox.Name = "mainSearchBox"; this.mainSearchBox.Size = new System.Drawing.Size(616, 22); this.mainSearchBox.TabIndex = 0; this.mainSearchBox.Text = "Suchbegriffe"; this.mainSearchBox.TextChanged += this.textBox2_TextChanged; this.mainSearchBox.KeyDown += this.textBox2_KeyDown; // // checkBox1 // this.checkBox1.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkBox1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((0))); this.checkBox1.ForeColor = System.Drawing.Color.DimGray; this.checkBox1.Location = new System.Drawing.Point(8, 34); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(88, 18); this.checkBox1.TabIndex = 7; this.checkBox1.Text = "Nur Titel :"; this.checkBox1.CheckedChanged += this.checkBox3_CheckedChanged; // // resultsLabel // this.resultsLabel.BackColor = System.Drawing.Color.Transparent; this.resultsLabel.ForeColor = System.Drawing.Color.DimGray; this.resultsLabel.Location = new System.Drawing.Point(504, 32); this.resultsLabel.Name = "resultsLabel"; this.resultsLabel.Size = new System.Drawing.Size(100, 23); this.resultsLabel.TabIndex = 13; this.resultsLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // panel1 // appearance1.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.right_pane_bg; appearance1.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(110, 100, 1, 350); appearance1.ImageBackgroundStyle = Infragistics.Win.ImageBackgroundStyle.Stretched; this.panel1.Appearance = appearance1; // // panel1.ClientArea // this.panel1.ClientArea.Controls.Add(this.ultraLabel1); this.panel1.ClientArea.Controls.Add(this.textBox1); this.panel1.ClientArea.Controls.Add(this.button7); this.panel1.ClientArea.Controls.Add(this.showSongBtn); this.panel1.Dock = System.Windows.Forms.DockStyle.Right; this.panel1.Location = new System.Drawing.Point(830, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(112, 423); this.panel1.TabIndex = 15; // // ultraLabel1 // appearance15.BackColor = System.Drawing.Color.Transparent; appearance15.BackColor2 = System.Drawing.Color.FromArgb(((((255)))), ((((255)))), ((((192))))); appearance15.BackColorAlpha = Infragistics.Win.Alpha.Opaque; appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal; appearance15.FontData.ItalicAsString = "True"; appearance15.ForeColor = System.Drawing.Color.DimGray; appearance15.TextHAlignAsString = "Left"; this.ultraLabel1.Appearance = appearance15; this.ultraLabel1.Location = new System.Drawing.Point(12, 87); this.ultraLabel1.Name = "ultraLabel1"; this.ultraLabel1.Padding = new System.Drawing.Size(10, 0); this.ultraLabel1.Size = new System.Drawing.Size(96, 26); this.ultraLabel1.TabIndex = 7; this.ultraLabel1.Text = "Quick\r\n View"; // // textBox1 // this.textBox1.DefaultText = "Nummer"; this.textBox1.ForeColor = System.Drawing.Color.DimGray; this.textBox1.Location = new System.Drawing.Point(12, 119); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(96, 21); this.textBox1.TabIndex = 0; this.textBox1.Text = "Nummer"; this.textBox1.Click += this.textBox1_Click; this.textBox1.KeyDown += this.textBox1_KeyDown; // // button7 // this.button7.Location = new System.Drawing.Point(28, 144); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(80, 22); this.button7.TabIndex = 1; this.button7.Text = "Anzeigen"; this.button7.Click += this.button7_Click; // // showSongBtn // appearance10.FontData.BoldAsString = "False"; appearance10.FontData.SizeInPoints = 11F; appearance10.ForeColor = System.Drawing.Color.FromArgb(((((0)))), ((((85)))), ((((170))))); this.showSongBtn.Appearance = appearance10; this.showSongBtn.ForeColor = System.Drawing.Color.Brown; this.showSongBtn.Location = new System.Drawing.Point(12, 8); this.showSongBtn.Name = "showSongBtn"; this.showSongBtn.Size = new System.Drawing.Size(96, 46); this.showSongBtn.TabIndex = 4; this.showSongBtn.Text = "Anzeigen!"; this.showSongBtn.Click += this.listBox3_dblClick; // // tabPage1 // this.tabPage1.BackColor = System.Drawing.Color.WhiteSmoke; this.tabPage1.Controls.Add(this.allSongsSplitter); this.tabPage1.Controls.Add(this.controlPaneRight); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Size = new System.Drawing.Size(942, 423); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Songliste"; this.tabPage1.UseVisualStyleBackColor = true; // // allSongsSplitter // this.allSongsSplitter.Dock = System.Windows.Forms.DockStyle.Fill; this.allSongsSplitter.Location = new System.Drawing.Point(0, 0); this.allSongsSplitter.Name = "allSongsSplitter"; this.allSongsSplitter.Orientation = System.Windows.Forms.Orientation.Horizontal; // // allSongsSplitter.Panel1 // this.allSongsSplitter.Panel1.Controls.Add(this.allSongsListBox); this.allSongsSplitter.Panel1MinSize = 150; // // allSongsSplitter.Panel2 // this.allSongsSplitter.Panel2.Controls.Add(this.songPreview1); this.allSongsSplitter.Panel2MinSize = 50; this.allSongsSplitter.Size = new System.Drawing.Size(830, 423); this.allSongsSplitter.SplitterDistance = 292; this.allSongsSplitter.TabIndex = 8; // // allSongsListBox // this.allSongsListBox.Dock = System.Windows.Forms.DockStyle.Fill; this.allSongsListBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.allSongsListBox.ItemHeight = 15; this.allSongsListBox.Location = new System.Drawing.Point(0, 0); this.allSongsListBox.Name = "allSongsListBox"; this.allSongsListBox.NrOfNumberMatches = 0; this.allSongsListBox.RightToLeft = System.Windows.Forms.RightToLeft.No; this.allSongsListBox.Size = new System.Drawing.Size(830, 289); this.allSongsListBox.Sorted = true; this.allSongsListBox.TabIndex = 0; this.allSongsListBox.SelectedIndexChanged += this.listBox1_SelectedIndexChanged; this.allSongsListBox.DoubleClick += this.listBox1_dblClick; this.allSongsListBox.SelectedValueChanged += this.listBox1_SelectedValueChanged; // // songPreview1 // this.songPreview1.AutoScroll = true; this.songPreview1.Dock = System.Windows.Forms.DockStyle.Fill; this.songPreview1.Location = new System.Drawing.Point(0, 0); this.songPreview1.Name = "songPreview1"; this.songPreview1.Size = new System.Drawing.Size(830, 127); this.songPreview1.TabIndex = 0; // // controlPaneRight // appearance2.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.right_pane_bg; appearance2.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(110, 100, 1, 350); appearance2.ImageBackgroundStyle = Infragistics.Win.ImageBackgroundStyle.Stretched; this.controlPaneRight.Appearance = appearance2; // // controlPaneRight.ClientArea // this.controlPaneRight.ClientArea.Controls.Add(this.songManagmentLabel); this.controlPaneRight.ClientArea.Controls.Add(this.button3); this.controlPaneRight.ClientArea.Controls.Add(this.button1); this.controlPaneRight.ClientArea.Controls.Add(this.button2); this.controlPaneRight.ClientArea.Controls.Add(this.button9); this.controlPaneRight.Dock = System.Windows.Forms.DockStyle.Right; this.controlPaneRight.Location = new System.Drawing.Point(830, 0); this.controlPaneRight.Name = "controlPaneRight"; this.controlPaneRight.Size = new System.Drawing.Size(112, 423); this.controlPaneRight.TabIndex = 7; // // songManagmentLabel // appearance13.BackColor = System.Drawing.Color.Transparent; appearance13.BackColor2 = System.Drawing.Color.FromArgb(((((255)))), ((((255)))), ((((192))))); appearance13.BackColorAlpha = Infragistics.Win.Alpha.Opaque; appearance13.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal; appearance13.FontData.ItalicAsString = "True"; appearance13.ForeColor = System.Drawing.Color.DimGray; appearance13.TextHAlignAsString = "Left"; this.songManagmentLabel.Appearance = appearance13; this.songManagmentLabel.Location = new System.Drawing.Point(12, 87); this.songManagmentLabel.Name = "songManagmentLabel"; this.songManagmentLabel.Padding = new System.Drawing.Size(10, 0); this.songManagmentLabel.Size = new System.Drawing.Size(96, 26); this.songManagmentLabel.TabIndex = 6; this.songManagmentLabel.Text = "Lieder\r\n verwalten"; // // button3 // appearance12.FontData.BoldAsString = "False"; appearance12.FontData.SizeInPoints = 11F; appearance12.ForeColor = System.Drawing.Color.FromArgb(((((0)))), ((((85)))), ((((170))))); this.button3.Appearance = appearance12; this.button3.ForeColor = System.Drawing.Color.Brown; this.button3.Location = new System.Drawing.Point(12, 8); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(96, 46); this.button3.TabIndex = 3; this.button3.Text = "Anzeigen!"; this.button3.Click += this.button3_Click; // // button1 // this.button1.Location = new System.Drawing.Point(12, 119); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(96, 28); this.button1.TabIndex = 1; this.button1.Text = "Neues Lied…"; this.button1.Click += this.button1_Click; // // button2 // this.button2.Location = new System.Drawing.Point(12, 153); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(96, 28); this.button2.TabIndex = 2; this.button2.Text = "Editieren…"; this.button2.Click += this.button2_Click; // // button9 // this.button9.Location = new System.Drawing.Point(12, 187); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(96, 28); this.button9.TabIndex = 5; this.button9.Text = "Löschen"; this.button9.Click += this.button9_Click; // // tabPage3 // this.tabPage3.BackColor = System.Drawing.Color.WhiteSmoke; this.tabPage3.Controls.Add(this.persListSplitter); this.tabPage3.Controls.Add(this.panel7); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Size = new System.Drawing.Size(942, 423); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "Listen"; this.tabPage3.UseVisualStyleBackColor = true; // // persListSplitter // this.persListSplitter.Dock = System.Windows.Forms.DockStyle.Fill; this.persListSplitter.Location = new System.Drawing.Point(0, 0); this.persListSplitter.Name = "persListSplitter"; this.persListSplitter.Orientation = System.Windows.Forms.Orientation.Horizontal; // // persListSplitter.Panel1 // this.persListSplitter.Panel1.Controls.Add(this.personalListsListBox); this.persListSplitter.Panel1.Controls.Add(this.panel8); this.persListSplitter.Panel1.Controls.Add(this.moveUpDownPanel); this.persListSplitter.Panel1MinSize = 150; // // persListSplitter.Panel2 // this.persListSplitter.Panel2.Controls.Add(this.songPreview2); this.persListSplitter.Panel2MinSize = 50; this.persListSplitter.Size = new System.Drawing.Size(830, 423); this.persListSplitter.SplitterDistance = 292; this.persListSplitter.TabIndex = 17; // // personalListsListBox // this.personalListsListBox.Dock = System.Windows.Forms.DockStyle.Fill; this.personalListsListBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.personalListsListBox.ItemHeight = 15; this.personalListsListBox.Location = new System.Drawing.Point(24, 30); this.personalListsListBox.Name = "personalListsListBox"; this.personalListsListBox.NrOfNumberMatches = 0; this.personalListsListBox.Size = new System.Drawing.Size(806, 259); this.personalListsListBox.TabIndex = 0; this.personalListsListBox.SelectedIndexChanged += this.listBox2_SelectedIndexChanged; this.personalListsListBox.DoubleClick += this.listBox2_DoubleClick; this.personalListsListBox.SelectedValueChanged += this.listBox2_SelectedValueChanged; // // panel8 // this.panel8.Controls.Add(this.persListCombo); this.panel8.Controls.Add(this.button5); this.panel8.Dock = System.Windows.Forms.DockStyle.Top; this.panel8.Location = new System.Drawing.Point(24, 0); this.panel8.Name = "panel8"; this.panel8.Size = new System.Drawing.Size(806, 30); this.panel8.TabIndex = 15; // // persListCombo // this.persListCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.persListCombo.Location = new System.Drawing.Point(1, 4); this.persListCombo.Name = "persListCombo"; this.persListCombo.Size = new System.Drawing.Size(448, 21); this.persListCombo.TabIndex = 4; this.persListCombo.SelectedIndexChanged += this.comboBox1_SelectedIndexChanged; // // button5 // this.button5.Location = new System.Drawing.Point(455, 4); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(96, 21); this.button5.TabIndex = 2; this.button5.Text = "Neue Liste…"; this.button5.Click += this.button5_Click; // // moveUpDownPanel // this.moveUpDownPanel.Controls.Add(this.moveListItemDownBtn); this.moveUpDownPanel.Controls.Add(this.moveListItemUpBtn); this.moveUpDownPanel.Dock = System.Windows.Forms.DockStyle.Left; this.moveUpDownPanel.Location = new System.Drawing.Point(0, 0); this.moveUpDownPanel.Name = "moveUpDownPanel"; this.moveUpDownPanel.Size = new System.Drawing.Size(24, 292); this.moveUpDownPanel.TabIndex = 16; this.moveUpDownPanel.Resize += this.MoveUpDownPanelResizeHandler; // // moveListItemDownBtn // appearance7.BorderAlpha = Infragistics.Win.Alpha.Transparent; appearance7.ForegroundAlpha = Infragistics.Win.Alpha.Transparent; appearance7.ImageAlpha = Infragistics.Win.Alpha.Transparent; appearance7.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.arrow_down; this.moveListItemDownBtn.Appearance = appearance7; this.moveListItemDownBtn.BackgroundImage = global::Lyra2.LyraShell.Properties.Resources.pfeilDown; this.moveListItemDownBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.moveListItemDownBtn.ButtonStyle = Infragistics.Win.UIElementButtonStyle.FlatBorderless; appearance6.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.arrow_down_over; this.moveListItemDownBtn.HotTrackAppearance = appearance6; this.moveListItemDownBtn.Location = new System.Drawing.Point(5, 136); this.moveListItemDownBtn.Name = "moveListItemDownBtn"; appearance9.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.arrow_down_down; this.moveListItemDownBtn.PressedAppearance = appearance9; this.moveListItemDownBtn.ShowFocusRect = false; this.moveListItemDownBtn.ShowOutline = false; this.moveListItemDownBtn.Size = new System.Drawing.Size(13, 37); this.moveListItemDownBtn.TabIndex = 7; this.moveListItemDownBtn.UseFlatMode = Infragistics.Win.DefaultableBoolean.True; this.moveListItemDownBtn.UseHotTracking = Infragistics.Win.DefaultableBoolean.True; this.moveListItemDownBtn.UseOsThemes = Infragistics.Win.DefaultableBoolean.False; this.moveListItemDownBtn.Click += this.button12_Click; // // moveListItemUpBtn // appearance4.BorderAlpha = Infragistics.Win.Alpha.Transparent; appearance4.ForegroundAlpha = Infragistics.Win.Alpha.Transparent; appearance4.ImageAlpha = Infragistics.Win.Alpha.Transparent; appearance4.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.arrow_up; appearance4.ImageBackgroundStyle = Infragistics.Win.ImageBackgroundStyle.Stretched; this.moveListItemUpBtn.Appearance = appearance4; this.moveListItemUpBtn.BackgroundImage = global::Lyra2.LyraShell.Properties.Resources.pfeilUp; this.moveListItemUpBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.moveListItemUpBtn.ButtonStyle = Infragistics.Win.UIElementButtonStyle.FlatBorderless; appearance5.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.arrow_up_over; this.moveListItemUpBtn.HotTrackAppearance = appearance5; this.moveListItemUpBtn.Location = new System.Drawing.Point(5, 88); this.moveListItemUpBtn.Name = "moveListItemUpBtn"; appearance8.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.arrow_up_down; this.moveListItemUpBtn.PressedAppearance = appearance8; this.moveListItemUpBtn.ShowFocusRect = false; this.moveListItemUpBtn.ShowOutline = false; this.moveListItemUpBtn.Size = new System.Drawing.Size(13, 37); this.moveListItemUpBtn.TabIndex = 8; this.moveListItemUpBtn.UseFlatMode = Infragistics.Win.DefaultableBoolean.True; this.moveListItemUpBtn.UseHotTracking = Infragistics.Win.DefaultableBoolean.True; this.moveListItemUpBtn.UseOsThemes = Infragistics.Win.DefaultableBoolean.False; this.moveListItemUpBtn.Click += this.button13_Click; // // songPreview2 // this.songPreview2.AutoScroll = true; this.songPreview2.Dock = System.Windows.Forms.DockStyle.Fill; this.songPreview2.Location = new System.Drawing.Point(0, 0); this.songPreview2.Name = "songPreview2"; this.songPreview2.Size = new System.Drawing.Size(830, 127); this.songPreview2.TabIndex = 0; // // panel7 // appearance3.ImageBackground = global::Lyra2.LyraShell.Properties.Resources.right_pane_bg; appearance3.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(110, 100, 1, 350); appearance3.ImageBackgroundStyle = Infragistics.Win.ImageBackgroundStyle.Stretched; this.panel7.Appearance = appearance3; // // panel7.ClientArea // this.panel7.ClientArea.Controls.Add(this.listManagementLabel); this.panel7.ClientArea.Controls.Add(this.linkLabel1); this.panel7.ClientArea.Controls.Add(this.button6); this.panel7.ClientArea.Controls.Add(this.button4); this.panel7.ClientArea.Controls.Add(this.label3); this.panel7.ClientArea.Controls.Add(this.textBox3); this.panel7.Dock = System.Windows.Forms.DockStyle.Right; this.panel7.Location = new System.Drawing.Point(830, 0); this.panel7.Name = "panel7"; this.panel7.Size = new System.Drawing.Size(112, 423); this.panel7.TabIndex = 14; // // listManagementLabel // appearance14.BackColor = System.Drawing.Color.Transparent; appearance14.BackColor2 = System.Drawing.Color.FromArgb(((((255)))), ((((255)))), ((((192))))); appearance14.BackColorAlpha = Infragistics.Win.Alpha.Opaque; appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal; appearance14.FontData.ItalicAsString = "True"; appearance14.ForeColor = System.Drawing.Color.DimGray; appearance14.TextHAlignAsString = "Left"; this.listManagementLabel.Appearance = appearance14; this.listManagementLabel.Location = new System.Drawing.Point(12, 87); this.listManagementLabel.Name = "listManagementLabel"; this.listManagementLabel.Padding = new System.Drawing.Size(10, 0); this.listManagementLabel.Size = new System.Drawing.Size(96, 26); this.listManagementLabel.TabIndex = 15; this.listManagementLabel.Text = "Listen\r\n verwalten"; // // linkLabel1 // this.linkLabel1.ActiveLinkColor = System.Drawing.Color.Orange; this.linkLabel1.AutoSize = true; this.linkLabel1.BackColor = System.Drawing.Color.Transparent; this.linkLabel1.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((0))); this.linkLabel1.LinkColor = System.Drawing.Color.FromArgb(((((64)))), ((((64)))), ((((64))))); this.linkLabel1.Location = new System.Drawing.Point(12, 169); this.linkLabel1.Name = "linkLabel1"; this.linkLabel1.Size = new System.Drawing.Size(24, 18); this.linkLabel1.TabIndex = 13; this.linkLabel1.TabStop = true; this.linkLabel1.Text = "<<"; this.linkLabel1.VisitedLinkColor = System.Drawing.Color.FromArgb(((((64)))), ((((64)))), ((((64))))); this.linkLabel1.Click += this.button10_Click; // // button6 // this.button6.Location = new System.Drawing.Point(12, 119); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(96, 27); this.button6.TabIndex = 3; this.button6.Text = "Lied entfernen"; this.button6.Click += this.button6_Click; // // button4 // appearance11.FontData.SizeInPoints = 11F; appearance11.ForeColor = System.Drawing.Color.FromArgb(((((0)))), ((((85)))), ((((170))))); this.button4.Appearance = appearance11; this.button4.Location = new System.Drawing.Point(12, 8); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(96, 46); this.button4.TabIndex = 1; this.button4.Text = "Anzeigen!"; this.button4.Click += this.button4_Click; // // label3 // this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.ForeColor = System.Drawing.Color.DimGray; this.label3.Location = new System.Drawing.Point(12, 153); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(96, 13); this.label3.TabIndex = 12; this.label3.Text = "Lied hinzufügen"; // // textBox3 // this.textBox3.DefaultText = "Nummer"; this.textBox3.ForeColor = System.Drawing.Color.DimGray; this.textBox3.Location = new System.Drawing.Point(36, 169); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(72, 21); this.textBox3.TabIndex = 9; this.textBox3.Text = "Nummer"; this.textBox3.Click += this.textBox3_Click; this.textBox3.KeyDown += this.textBox3_KeyDown; // // mainMenu1 // this.mainMenu1.MenuItems.AddRange(new[] { this.menuItem1, this.menuItem19, this.menuItem57, this.menuItem10, this.menuItem4, this.menuItem37 }); // // menuItem1 // this.menuItem1.Index = 0; this.menuItem1.MenuItems.AddRange(new[] { this.menuItem13, this.menuItem14, this.menuItem17, this.menuItem18, this.menuItem16, this.menuItem2 }); this.menuItem1.Text = "&Datei"; // // menuItem13 // this.menuItem13.Enabled = false; this.menuItem13.Index = 0; this.menuItem13.Shortcut = System.Windows.Forms.Shortcut.CtrlS; this.menuItem13.Text = "Ü&bernehmen!"; this.menuItem13.Click += this.CommitMenuItemClickHandler; // // menuItem14 // this.menuItem14.Enabled = false; this.menuItem14.Index = 1; this.menuItem14.MenuItems.AddRange(new[] { this.menuItem15 }); this.menuItem14.Text = "Änderungen &verwerfen!"; // // menuItem15 // this.menuItem15.Index = 0; this.menuItem15.Text = "&Ok"; this.menuItem15.Click += this.menuItem15_Click; // // menuItem17 // this.menuItem17.Index = 2; this.menuItem17.MenuItems.AddRange(new[] { this.menuItem30, this.menuItem31 }); this.menuItem17.Text = "I&mportieren"; // // menuItem30 // this.menuItem30.Index = 0; this.menuItem30.Shortcut = System.Windows.Forms.Shortcut.CtrlShiftI; this.menuItem30.Text = "&XML"; this.menuItem30.Click += this.menuItem30_Click; // // menuItem31 // this.menuItem31.Index = 1; this.menuItem31.Text = "<X (Liedtext-Format)"; this.menuItem31.Click += this.menuItem31_Click; // // menuItem18 // this.menuItem18.Index = 3; this.menuItem18.Shortcut = System.Windows.Forms.Shortcut.CtrlShiftE; this.menuItem18.Text = "Ex&portieren…"; this.menuItem18.Click += this.menuItem18_Click; // // menuItem16 // this.menuItem16.Index = 4; this.menuItem16.Text = "-"; // // menuItem2 // this.menuItem2.Index = 5; this.menuItem2.Text = "Be&enden"; this.menuItem2.Click += this.menuItem2_Click; // // menuItem19 // this.menuItem19.Index = 1; this.menuItem19.MenuItems.AddRange(new[] { this.menuItem35, this.menuItem36, this.menuItem20, this.menuItem21, this.menuItem51, this.menuItem40, this.menuItem24, this.menuItem3 }); this.menuItem19.Text = "E&xtras"; // // menuItem35 // this.menuItem35.Index = 0; this.menuItem35.Shortcut = System.Windows.Forms.Shortcut.F12; this.menuItem35.Text = "&Präsentationsmodus"; this.menuItem35.Click += this.menuItem35_Click; // // menuItem36 // this.menuItem36.Index = 1; this.menuItem36.Text = "-"; // // menuItem20 // this.menuItem20.Enabled = false; this.menuItem20.Index = 2; this.menuItem20.Text = "Songbook drucken..."; // // menuItem21 // this.menuItem21.Index = 3; this.menuItem21.Text = "HTML Seite generieren…"; this.menuItem21.Click += this.menuItem21_Click; // // menuItem51 // this.menuItem51.Index = 4; this.menuItem51.MenuItems.AddRange(new[] { this.menuItem52, this.menuItem69 }); this.menuItem51.Text = "Unformatierter Text…"; // // menuItem52 // this.menuItem52.Index = 0; this.menuItem52.Text = "Ausgewählter Song"; this.menuItem52.Click += this.menuItem52_Click; // // menuItem69 // this.menuItem69.Index = 1; this.menuItem69.MenuItems.AddRange(new[] { this.menuItem68, this.menuItem53 }); this.menuItem69.Text = "Alle Songs"; // // menuItem68 // this.menuItem68.Index = 0; this.menuItem68.Text = "Titel-Index"; this.menuItem68.Click += this.menuItem68_Click; // // menuItem53 // this.menuItem53.Index = 1; this.menuItem53.Text = "Komplett"; this.menuItem53.Click += this.menuItem53_Click; // // menuItem40 // this.menuItem40.Index = 5; this.menuItem40.MenuItems.AddRange(new[] { this.menuItem63, this.menuItem64, this.menuItem38, this.menuItem41, this.menuItem45, this.menuItem44, this.menuItem43, this.menuItem34, this.menuItem46, this.menuItem42, this.menuItem47, this.menuItem48 }); this.menuItem40.Text = "E&xpertentools"; // // menuItem63 // this.menuItem63.Index = 0; this.menuItem63.Text = "Suchindex ern&euern"; this.menuItem63.Click += this.menuItem63_Click; // // menuItem64 // this.menuItem64.Index = 1; this.menuItem64.Text = "-"; // // menuItem38 // this.menuItem38.Index = 2; this.menuItem38.Text = "&Update lyra Songtexte..."; this.menuItem38.Click += this.menuItem38_Click; // // menuItem41 // this.menuItem41.Index = 3; this.menuItem41.Text = "Letztes Update &rückgängig machen"; this.menuItem41.Click += this.menuItem41_Click; // // menuItem45 // this.menuItem45.Index = 4; this.menuItem45.Text = "-"; // // menuItem44 // this.menuItem44.Enabled = false; this.menuItem44.Index = 5; this.menuItem44.MenuItems.AddRange(new[] { this.menuItem49, this.menuItem50 }); this.menuItem44.Text = "Dateien für Update-&Server erstellen"; // // menuItem49 // this.menuItem49.Index = 0; this.menuItem49.Text = "neuer Server..."; this.menuItem49.Click += this.menuItem49_Click; // // menuItem50 // this.menuItem50.Index = 1; this.menuItem50.Text = "für bestehenden Server..."; this.menuItem50.Click += this.menuItem50_Click; // // menuItem43 // this.menuItem43.Index = 6; this.menuItem43.Text = "-"; // // menuItem34 // this.menuItem34.Index = 7; this.menuItem34.Text = "Liste für &Pocket PC..."; this.menuItem34.Click += this.menuItem34_Click; // // menuItem46 // this.menuItem46.Index = 8; this.menuItem46.Text = "-"; // // menuItem42 // this.menuItem42.Enabled = false; this.menuItem42.Index = 9; this.menuItem42.Text = "&Vorbereiten für Lyra 2.0"; // // menuItem47 // this.menuItem47.Index = 10; this.menuItem47.Text = "-"; // // menuItem48 // this.menuItem48.Index = 11; this.menuItem48.Text = "Lyra neu starten! (ohne Übernehmen)"; this.menuItem48.Click += this.menuItem48_Click; // // menuItem24 // this.menuItem24.Index = 6; this.menuItem24.Text = "-"; // // menuItem3 // this.menuItem3.Index = 7; this.menuItem3.Text = "&Optionen…"; this.menuItem3.Click += this.menuItem3_Click; // // menuItem57 // this.menuItem57.Index = 2; this.menuItem57.MenuItems.AddRange(new[] { this.menuItem59, this.menuItem65, this.menuItem70, this.menuItem58, this.menuItem54, this.menuItem61, this.menuItem62 }); this.menuItem57.Text = "&Anzeige"; this.menuItem57.Popup += this.menuItem57_Popup; // // menuItem59 // this.menuItem59.Index = 0; this.menuItem59.Shortcut = System.Windows.Forms.Shortcut.CtrlH; this.menuItem59.Text = "History"; this.menuItem59.Click += this.menuItem59_Click; // // menuItem65 // this.menuItem65.Index = 1; this.menuItem65.Shortcut = System.Windows.Forms.Shortcut.CtrlR; this.menuItem65.Text = "Fernsteuerung"; this.menuItem65.Click += this.menuItem65_Click; // // menuItem70 // this.menuItem70.Index = 2; this.menuItem70.Shortcut = System.Windows.Forms.Shortcut.CtrlShiftS; this.menuItem70.Text = "Style Editor"; this.menuItem70.Click += this.menuItem70_Click; // // menuItem58 // this.menuItem58.Index = 3; this.menuItem58.Text = "-"; // // menuItem54 // this.menuItem54.Index = 4; this.menuItem54.MenuItems.AddRange(new[] { this.menuItem55, this.menuItem56 }); this.menuItem54.Text = "Anzeige&schirm"; // // menuItem55 // this.menuItem55.Index = 0; this.menuItem55.Text = "Primär"; this.menuItem55.Click += this.menuItem55_Click; // // menuItem56 // this.menuItem56.Index = 1; this.menuItem56.Text = "Sekundär"; this.menuItem56.Click += this.menuItem56_Click; // // menuItem61 // this.menuItem61.Index = 5; this.menuItem61.Shortcut = System.Windows.Forms.Shortcut.CtrlB; this.menuItem61.Text = "Anzeige aus&blenden"; this.menuItem61.Click += this.menuItem61_Click; // // menuItem62 // this.menuItem62.Index = 6; this.menuItem62.Shortcut = System.Windows.Forms.Shortcut.CtrlShiftB; this.menuItem62.Text = "Anzeige &schliessen"; this.menuItem62.Click += this.menuItem62_Click; // // menuItem10 // this.menuItem10.Index = 3; this.menuItem10.MenuItems.AddRange(new[] { this.menuItem26, this.menuItem23, this.menuItem27, this.menuItem11, this.menuItem22, this.menuItem12 }); this.menuItem10.Text = "aktuelle &Liste"; this.menuItem10.Visible = false; // // menuItem26 // this.menuItem26.Index = 0; this.menuItem26.Text = "&Anzeigen!"; this.menuItem26.Click += this.menuItem26_Click; // // menuItem23 // this.menuItem23.Index = 1; this.menuItem23.MenuItems.AddRange(new[] { this.menuItem28 }); this.menuItem23.Text = "Liste &löschen"; // // menuItem28 // this.menuItem28.Index = 0; this.menuItem28.Text = "&Ok"; this.menuItem28.Click += this.menuItem28_Click; // // menuItem27 // this.menuItem27.Index = 2; this.menuItem27.Text = "-"; // // menuItem11 // this.menuItem11.Index = 3; this.menuItem11.Text = "Neue Liste…"; this.menuItem11.Click += this.menuItem11_Click; // // menuItem22 // this.menuItem22.Index = 4; this.menuItem22.Text = "Liste &importieren…"; this.menuItem22.Click += this.menuItem22_Click; // // menuItem12 // this.menuItem12.Index = 5; this.menuItem12.Text = "Liste &exportieren…"; this.menuItem12.Click += this.menuItem12_Click; // // menuItem4 // this.menuItem4.Index = 4; this.menuItem4.MenuItems.AddRange(new[] { this.menuItem5, this.menuItem33, this.menuItem29, this.menuItem32 }); this.menuItem4.Text = "&Hilfe"; // // menuItem5 // this.menuItem5.Index = 0; this.menuItem5.Shortcut = System.Windows.Forms.Shortcut.F1; this.menuItem5.Text = "&Inhalt"; this.menuItem5.Click += this.menuItem5_Click; // // menuItem33 // this.menuItem33.Index = 1; this.menuItem33.Text = "In&fo"; this.menuItem33.Click += this.menuItem33_Click; // // menuItem29 // this.menuItem29.Index = 2; this.menuItem29.Text = "-"; this.menuItem29.Visible = false; // // menuItem32 // this.menuItem32.Index = 3; this.menuItem32.Shortcut = System.Windows.Forms.Shortcut.CtrlD; this.menuItem32.Text = "&Debug Console"; this.menuItem32.Visible = false; this.menuItem32.Click += this.menuItem32_Click; // // menuItem37 // this.menuItem37.Index = 5; this.menuItem37.Shortcut = System.Windows.Forms.Shortcut.F12; this.menuItem37.Text = "Präsentation b&eenden"; this.menuItem37.Visible = false; this.menuItem37.Click += this.menuItem35_Click; // // statusBar1 // this.statusBar1.Location = new System.Drawing.Point(0, 449); this.statusBar1.Name = "statusBar1"; this.statusBar1.Panels.AddRange(new[] { this.statusBarPanel1, this.statusBarPanel2 }); this.statusBar1.ShowPanels = true; this.statusBar1.Size = new System.Drawing.Size(950, 18); this.statusBar1.TabIndex = 1; this.statusBar1.Text = "d"; // // statusBarPanel1 // this.statusBarPanel1.Name = "statusBarPanel1"; this.statusBarPanel1.Text = "cur state/action"; this.statusBarPanel1.Width = 250; // // statusBarPanel2 // this.statusBarPanel2.Name = "statusBarPanel2"; this.statusBarPanel2.Text = "cur xml-path / options"; this.statusBarPanel2.Width = 330; // // contextMenu1 // this.contextMenu1.MenuItems.AddRange(new[] { this.menuItem6, this.menuItem7, this.menuItem39, this.menuItem8, this.menuItem25 }); // // menuItem6 // this.menuItem6.Index = 0; this.menuItem6.Text = "&Anzeigen!"; this.menuItem6.Click += this.menuItem6_Click; // // menuItem7 // this.menuItem7.Index = 1; this.menuItem7.Text = "&Editieren…"; this.menuItem7.Click += this.menuItem7_Click; // // menuItem39 // this.menuItem39.Index = 2; this.menuItem39.Text = "&Löschen"; this.menuItem39.Click += this.menuItem39_Click; // // menuItem8 // this.menuItem8.Index = 3; this.menuItem8.Text = "Zu aktueller &Liste hinzufügen"; this.menuItem8.Click += this.menuItem8_Click; // // menuItem25 // this.menuItem25.Index = 4; this.menuItem25.Text = "Überse&tzungen"; // // contextMenu2 // this.contextMenu2.MenuItems.AddRange(new[] { this.menuItem60, this.menuItem66, this.menuItem67, this.menuItem9 }); // // menuItem60 // this.menuItem60.Index = 0; this.menuItem60.Text = "&Anzeigen!"; this.menuItem60.Click += this.menuItem60_Click; // // menuItem66 // this.menuItem66.Index = 1; this.menuItem66.Text = "&Editieren…"; this.menuItem66.Click += this.menuItem66_Click; // // menuItem67 // this.menuItem67.Index = 2; this.menuItem67.Text = "&Löschen"; this.menuItem67.Click += this.menuItem67_Click; // // menuItem9 // this.menuItem9.Index = 3; this.menuItem9.Text = "Zu aktueller &Liste hinzufügen"; this.menuItem9.Click += this.menuItem9_Click; // // GUI // this.AutoScaleBaseSize = new System.Drawing.Size(6, 14); this.BackColor = System.Drawing.Color.WhiteSmoke; this.ClientSize = new System.Drawing.Size(950, 467); this.Controls.Add(this.tabControl1); this.Controls.Add(this.statusBar1); this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((0))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Menu = this.mainMenu1; this.MinimumSize = new System.Drawing.Size(500, 300); this.Name = "GUI"; this.Text = "lyra"; this.WindowState = System.Windows.Forms.FormWindowState.Minimized; this.Activated += this.MeGotFocus; this.Closing += this.Exit; this.tabControl1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.searchSplitter.Panel1.ResumeLayout(false); this.searchSplitter.Panel2.ResumeLayout(false); this.searchSplitter.ResumeLayout(false); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); this.searchPaneTop.ResumeLayout(false); this.searchPaneTop.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panel1.ClientArea.ResumeLayout(false); this.panel1.ClientArea.PerformLayout(); this.panel1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.allSongsSplitter.Panel1.ResumeLayout(false); this.allSongsSplitter.Panel2.ResumeLayout(false); this.allSongsSplitter.ResumeLayout(false); this.controlPaneRight.ClientArea.ResumeLayout(false); this.controlPaneRight.ResumeLayout(false); this.tabPage3.ResumeLayout(false); this.persListSplitter.Panel1.ResumeLayout(false); this.persListSplitter.Panel2.ResumeLayout(false); this.persListSplitter.ResumeLayout(false); this.panel8.ResumeLayout(false); this.moveUpDownPanel.ResumeLayout(false); this.panel7.ClientArea.ResumeLayout(false); this.panel7.ClientArea.PerformLayout(); this.panel7.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel2)).EndInit(); 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() { 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); }
/// <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() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.nameTextBox = new System.Windows.Forms.TextBox(); this.cancelBtn = new Lyra2.LyraShell.LyraButtonControl(); this.okBtn = new Lyra2.LyraShell.LyraButtonControl(); this.SuspendLayout(); // // label1 // this.label1.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.Color.SlateGray; this.label1.Location = new System.Drawing.Point(8, 8); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(192, 16); this.label1.TabIndex = 6; this.label1.Text = "Sprungmarke einfügen"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(16, 32); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(38, 13); this.label2.TabIndex = 7; this.label2.Text = "Name:"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // nameTextBox // this.nameTextBox.Location = new System.Drawing.Point(58, 29); this.nameTextBox.Name = "nameTextBox"; this.nameTextBox.Size = new System.Drawing.Size(296, 20); this.nameTextBox.TabIndex = 10; // // cancelBtn // this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelBtn.Location = new System.Drawing.Point(200, 61); this.cancelBtn.Name = "cancelBtn"; this.cancelBtn.Size = new System.Drawing.Size(80, 24); this.cancelBtn.TabIndex = 13; this.cancelBtn.Text = "Abbrechen"; this.cancelBtn.Click += new System.EventHandler(this.button3_Click); // // okBtn // this.okBtn.DialogResult = System.Windows.Forms.DialogResult.OK; this.okBtn.Location = new System.Drawing.Point(288, 61); this.okBtn.Name = "okBtn"; this.okBtn.Size = new System.Drawing.Size(64, 24); this.okBtn.TabIndex = 12; this.okBtn.Text = "Ok"; // // InsertJumpMark // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(362, 95); this.ControlBox = false; this.Controls.Add(this.cancelBtn); this.Controls.Add(this.okBtn); this.Controls.Add(this.nameTextBox); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "InsertJumpMark"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Sprungmarke einfügen"; this.ResumeLayout(false); this.PerformLayout(); }