Ejemplo n.º 1
0
 public ScrollingMarqueeLabelDrawFilter(UltraLabel label, bool scrollLeft, int pauseTime)
     : this(label, scrollLeft)
 {
     if (_timer != null)
     {
         _timer.Interval = pauseTime;
     }
 }
Ejemplo n.º 2
0
 public ScrollingMarqueeLabelDrawFilter(UltraLabel label)
 {
     if (label == null)
     {
         return;
     }
     _label              = label;
     _label.TextChanged += Label_TextChanged;
     _text           = new StringBuilder(label.Text);
     _timer.Interval = 250;
     _timer.Tick    += Timer_Tick;
     _scrollLeft     = true;
 }
Ejemplo n.º 3
0
 public void MakeStyleConfirmation() {
     base.Text = "Confirmación";
     base.Size = new System.Drawing.Size(225, 150);
     UltraLabel LabelMsg = new UltraLabel();
     LabelMsg.Text = "¿ Seguro de Continuar ?";
     LabelMsg.Location = new System.Drawing.Point(35, 10);
     LabelMsg.Size = new System.Drawing.Size(160, 25);
     LabelMsg.Appearance.BackColor = System.Drawing.Color.Transparent;
     UltraButton ButtonAcept = new UltraButton();
     ButtonAcept.Text = "Si";
     ButtonAcept.Location = new System.Drawing.Point(20, 40);
     ButtonAcept.Click += ButtonAcept_Click;
     UltraButton ButtonCancel = new UltraButton();
     ButtonCancel.Text = "No";
     ButtonCancel.Location = new System.Drawing.Point(100, 40);
     ButtonCancel.Click += ButtonCancel_Click;
     ugbMessageBox.Controls.Add(LabelMsg);
     ugbMessageBox.Controls.Add(ButtonAcept);
     ugbMessageBox.Controls.Add(ButtonCancel);
 }
Ejemplo n.º 4
0
        public void ColorSet_ConnectStatus(UltraLabel colorLbl, int colorNo)
        {
            UltraLabel colorLabel = null; // this.uGrd_Status1;

            colorLabel = colorLbl;

            if (colorNo == 1)
            {
                colorLabel.Appearance.BackColor  = Color.Chartreuse; // GreenYellow;//Chartreuse;
                colorLabel.Appearance.BackColor2 = Color.LawnGreen;
                // YellowGreen;//Chartreuse;//ForestGreen;//LimeGreen;
            }
            else if (colorNo == 2)
            {
                colorLabel.Appearance.BackColor  = Color.Red;
                colorLabel.Appearance.BackColor2 = Color.Firebrick;
            }
            else if (colorNo == 3)
            {
                colorLabel.Appearance.BackColor  = Color.FromArgb(((((224)))), ((((224)))), ((((224)))));
                colorLabel.Appearance.BackColor2 = Color.DarkGray;
            }
        }
Ejemplo n.º 5
0
        public void MakeStyleConfirmation()
        {
            base.Text = "Confirmación";
            base.Size = new System.Drawing.Size(225, 150);
            UltraLabel LabelMsg = new UltraLabel();

            LabelMsg.Text                 = "¿ Seguro de Continuar ?";
            LabelMsg.Location             = new System.Drawing.Point(35, 10);
            LabelMsg.Size                 = new System.Drawing.Size(160, 25);
            LabelMsg.Appearance.BackColor = System.Drawing.Color.Transparent;
            UltraButton ButtonAcept = new UltraButton();

            ButtonAcept.Text     = "Si";
            ButtonAcept.Location = new System.Drawing.Point(20, 40);
            ButtonAcept.Click   += ButtonAcept_Click;
            UltraButton ButtonCancel = new UltraButton();

            ButtonCancel.Text     = "No";
            ButtonCancel.Location = new System.Drawing.Point(100, 40);
            ButtonCancel.Click   += ButtonCancel_Click;
            ugbMessageBox.Controls.Add(LabelMsg);
            ugbMessageBox.Controls.Add(ButtonAcept);
            ugbMessageBox.Controls.Add(ButtonCancel);
        }
Ejemplo n.º 6
0
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     this.Panel2 = new System.Windows.Forms.Panel();
     this.ButtonDatotekaUniverzalna = new System.Windows.Forms.Button();
     this.Button1              = new System.Windows.Forms.Button();
     this.GroupBox1            = new System.Windows.Forms.GroupBox();
     this.PozivNaBrojZaduzenja = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.UltraLabel2          = new Infragistics.Win.Misc.UltraLabel();
     this.ModelZaduzenja       = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel4          = new Infragistics.Win.Misc.UltraLabel();
     this.ultratxtSifra        = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.UltraLabel3          = new Infragistics.Win.Misc.UltraLabel();
     this.ultraDTDatum         = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.UltraLabel1          = new Infragistics.Win.Misc.UltraLabel();
     this.Panel2.SuspendLayout();
     this.GroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PozivNaBrojZaduzenja)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ModelZaduzenja)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultratxtSifra)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDTDatum)).BeginInit();
     this.SuspendLayout();
     //
     // Panel2
     //
     this.Panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.Panel2.BackColor = System.Drawing.Color.SteelBlue;
     this.Panel2.Controls.Add(this.ButtonDatotekaUniverzalna);
     this.Panel2.Controls.Add(this.Button1);
     this.Panel2.Location = new System.Drawing.Point(8, 140);
     this.Panel2.Name     = "Panel2";
     this.Panel2.Size     = new System.Drawing.Size(392, 24);
     this.Panel2.TabIndex = 1;
     //
     // ButtonDatotekaUniverzalna
     //
     this.ButtonDatotekaUniverzalna.Location = new System.Drawing.Point(206, 1);
     this.ButtonDatotekaUniverzalna.Name     = "ButtonDatotekaUniverzalna";
     this.ButtonDatotekaUniverzalna.Size     = new System.Drawing.Size(153, 23);
     this.ButtonDatotekaUniverzalna.TabIndex = 7;
     this.ButtonDatotekaUniverzalna.Text     = "Kreiraj univerzalnu datoteku";
     this.ButtonDatotekaUniverzalna.UseVisualStyleBackColor = true;
     this.ButtonDatotekaUniverzalna.Click += new System.EventHandler(this.ButtonDatotekaUniverzalna_Click);
     //
     // Button1
     //
     this.Button1.Location = new System.Drawing.Point(28, 1);
     this.Button1.Name     = "Button1";
     this.Button1.Size     = new System.Drawing.Size(153, 23);
     this.Button1.TabIndex = 3;
     this.Button1.Text     = "Kreiraj ";
     this.Button1.UseVisualStyleBackColor = true;
     this.Button1.Visible = false;
     this.Button1.Click  += new System.EventHandler(this.Button1_Click);
     //
     // GroupBox1
     //
     this.GroupBox1.Controls.Add(this.PozivNaBrojZaduzenja);
     this.GroupBox1.Controls.Add(this.UltraLabel2);
     this.GroupBox1.Controls.Add(this.ModelZaduzenja);
     this.GroupBox1.Controls.Add(this.ultraLabel4);
     this.GroupBox1.Controls.Add(this.ultratxtSifra);
     this.GroupBox1.Controls.Add(this.UltraLabel3);
     this.GroupBox1.Controls.Add(this.ultraDTDatum);
     this.GroupBox1.Controls.Add(this.UltraLabel1);
     this.GroupBox1.Location = new System.Drawing.Point(8, 8);
     this.GroupBox1.Name     = "GroupBox1";
     this.GroupBox1.Size     = new System.Drawing.Size(392, 127);
     this.GroupBox1.TabIndex = 0;
     this.GroupBox1.TabStop  = false;
     //
     // PozivNaBrojZaduzenja
     //
     this.PozivNaBrojZaduzenja.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
     this.PozivNaBrojZaduzenja.Location     = new System.Drawing.Point(167, 90);
     this.PozivNaBrojZaduzenja.MaxLength    = 22;
     this.PozivNaBrojZaduzenja.Name         = "PozivNaBrojZaduzenja";
     this.PozivNaBrojZaduzenja.Size         = new System.Drawing.Size(184, 21);
     this.PozivNaBrojZaduzenja.TabIndex     = 11;
     //
     // UltraLabel2
     //
     appearance3.ForeColor              = System.Drawing.Color.Black;
     appearance3.TextVAlignAsString     = "Middle";
     this.UltraLabel2.Appearance        = appearance3;
     this.UltraLabel2.BackColorInternal = System.Drawing.Color.Transparent;
     this.UltraLabel2.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.UltraLabel2.Location          = new System.Drawing.Point(12, 90);
     this.UltraLabel2.Name              = "UltraLabel2";
     this.UltraLabel2.Size              = new System.Drawing.Size(149, 23);
     this.UltraLabel2.TabIndex          = 10;
     this.UltraLabel2.Tag  = "";
     this.UltraLabel2.Text = "Poziv na broj zaduženja:";
     //
     // ModelZaduzenja
     //
     this.ModelZaduzenja.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
     this.ModelZaduzenja.Location     = new System.Drawing.Point(167, 66);
     this.ModelZaduzenja.MaxLength    = 2;
     this.ModelZaduzenja.Name         = "ModelZaduzenja";
     this.ModelZaduzenja.Size         = new System.Drawing.Size(28, 21);
     this.ModelZaduzenja.TabIndex     = 9;
     //
     // ultraLabel4
     //
     appearance.ForeColor               = System.Drawing.Color.Black;
     appearance.TextVAlignAsString      = "Middle";
     this.ultraLabel4.Appearance        = appearance;
     this.ultraLabel4.BackColorInternal = System.Drawing.Color.Transparent;
     this.ultraLabel4.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.ultraLabel4.Location          = new System.Drawing.Point(12, 66);
     this.ultraLabel4.Name              = "ultraLabel4";
     this.ultraLabel4.Size              = new System.Drawing.Size(149, 23);
     this.ultraLabel4.TabIndex          = 8;
     this.ultraLabel4.Tag               = "";
     this.ultraLabel4.Text              = "Model za PNB zaduženja:";
     //
     // ultratxtSifra
     //
     this.ultratxtSifra.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
     this.ultratxtSifra.Location     = new System.Drawing.Point(167, 40);
     this.ultratxtSifra.MaxLength    = 20;
     this.ultratxtSifra.Name         = "ultratxtSifra";
     this.ultratxtSifra.Size         = new System.Drawing.Size(144, 21);
     this.ultratxtSifra.TabIndex     = 5;
     //
     // UltraLabel3
     //
     appearance1.ForeColor              = System.Drawing.Color.Black;
     appearance1.TextVAlignAsString     = "Middle";
     this.UltraLabel3.Appearance        = appearance1;
     this.UltraLabel3.BackColorInternal = System.Drawing.Color.Transparent;
     this.UltraLabel3.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.UltraLabel3.Location          = new System.Drawing.Point(12, 40);
     this.UltraLabel3.Name              = "UltraLabel3";
     this.UltraLabel3.Size              = new System.Drawing.Size(130, 23);
     this.UltraLabel3.TabIndex          = 4;
     this.UltraLabel3.Tag  = "";
     this.UltraLabel3.Text = "Identifikator korisnika:";
     //
     // ultraDTDatum
     //
     this.ultraDTDatum.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
     this.ultraDTDatum.Location     = new System.Drawing.Point(167, 16);
     this.ultraDTDatum.Name         = "ultraDTDatum";
     this.ultraDTDatum.Size         = new System.Drawing.Size(90, 21);
     this.ultraDTDatum.TabIndex     = 1;
     //
     // UltraLabel1
     //
     appearance2.ForeColor              = System.Drawing.Color.Black;
     appearance2.TextVAlignAsString     = "Middle";
     this.UltraLabel1.Appearance        = appearance2;
     this.UltraLabel1.BackColorInternal = System.Drawing.Color.Transparent;
     this.UltraLabel1.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.UltraLabel1.Location          = new System.Drawing.Point(12, 16);
     this.UltraLabel1.Name              = "UltraLabel1";
     this.UltraLabel1.Size              = new System.Drawing.Size(130, 23);
     this.UltraLabel1.TabIndex          = 0;
     this.UltraLabel1.Tag  = "";
     this.UltraLabel1.Text = "Datum uplate:";
     //
     // DatotekaOTP
     //
     this.Controls.Add(this.GroupBox1);
     this.Controls.Add(this.Panel2);
     this.Name = "DatotekaOTP";
     this.Size = new System.Drawing.Size(408, 172);
     this.Panel2.ResumeLayout(false);
     this.GroupBox1.ResumeLayout(false);
     this.GroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PozivNaBrojZaduzenja)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ModelZaduzenja)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultratxtSifra)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDTDatum)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 7
0
 public ScrollingMarqueeLabelDrawFilter(UltraLabel label, bool scrollLeft)
     : this(label)
 {
     _scrollLeft = scrollLeft;
 }
Ejemplo n.º 8
0
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     this.GroupBox1                 = new System.Windows.Forms.GroupBox();
     this.PozivNaBrojZaduzenja      = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.UltraLabel2               = new Infragistics.Win.Misc.UltraLabel();
     this.ModelZaduzenja            = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel4               = new Infragistics.Win.Misc.UltraLabel();
     this.BrojPoslovnice            = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.UltraLabel3               = new Infragistics.Win.Misc.UltraLabel();
     this.datUplate                 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.UltraLabel1               = new Infragistics.Win.Misc.UltraLabel();
     this.btnIzradi                 = new Infragistics.Win.Misc.UltraButton();
     this.ButtonDatotekaUniverzalna = new System.Windows.Forms.Button();
     this.GroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PozivNaBrojZaduzenja)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ModelZaduzenja)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.datUplate)).BeginInit();
     this.SuspendLayout();
     //
     // GroupBox1
     //
     this.GroupBox1.Controls.Add(this.PozivNaBrojZaduzenja);
     this.GroupBox1.Controls.Add(this.UltraLabel2);
     this.GroupBox1.Controls.Add(this.ModelZaduzenja);
     this.GroupBox1.Controls.Add(this.ultraLabel4);
     this.GroupBox1.Controls.Add(this.BrojPoslovnice);
     this.GroupBox1.Controls.Add(this.UltraLabel3);
     this.GroupBox1.Controls.Add(this.datUplate);
     this.GroupBox1.Controls.Add(this.UltraLabel1);
     this.GroupBox1.Location = new System.Drawing.Point(8, 8);
     this.GroupBox1.Name     = "GroupBox1";
     this.GroupBox1.Size     = new System.Drawing.Size(360, 127);
     this.GroupBox1.TabIndex = 0;
     this.GroupBox1.TabStop  = false;
     //
     // PozivNaBrojZaduzenja
     //
     this.PozivNaBrojZaduzenja.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
     this.PozivNaBrojZaduzenja.Location     = new System.Drawing.Point(168, 90);
     this.PozivNaBrojZaduzenja.MaxLength    = 22;
     this.PozivNaBrojZaduzenja.Name         = "PozivNaBrojZaduzenja";
     this.PozivNaBrojZaduzenja.Size         = new System.Drawing.Size(184, 21);
     this.PozivNaBrojZaduzenja.TabIndex     = 11;
     //
     // UltraLabel2
     //
     appearance3.ForeColor              = System.Drawing.Color.Black;
     appearance3.TextVAlignAsString     = "Middle";
     this.UltraLabel2.Appearance        = appearance3;
     this.UltraLabel2.BackColorInternal = System.Drawing.Color.Transparent;
     this.UltraLabel2.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.UltraLabel2.Location          = new System.Drawing.Point(13, 90);
     this.UltraLabel2.Name              = "UltraLabel2";
     this.UltraLabel2.Size              = new System.Drawing.Size(149, 23);
     this.UltraLabel2.TabIndex          = 10;
     this.UltraLabel2.Tag  = "";
     this.UltraLabel2.Text = "Poziv na broj zaduženja:";
     //
     // ModelZaduzenja
     //
     this.ModelZaduzenja.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
     this.ModelZaduzenja.Location     = new System.Drawing.Point(168, 66);
     this.ModelZaduzenja.MaxLength    = 2;
     this.ModelZaduzenja.Name         = "ModelZaduzenja";
     this.ModelZaduzenja.Size         = new System.Drawing.Size(28, 21);
     this.ModelZaduzenja.TabIndex     = 9;
     //
     // ultraLabel4
     //
     appearance.ForeColor               = System.Drawing.Color.Black;
     appearance.TextVAlignAsString      = "Middle";
     this.ultraLabel4.Appearance        = appearance;
     this.ultraLabel4.BackColorInternal = System.Drawing.Color.Transparent;
     this.ultraLabel4.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.ultraLabel4.Location          = new System.Drawing.Point(13, 66);
     this.ultraLabel4.Name              = "ultraLabel4";
     this.ultraLabel4.Size              = new System.Drawing.Size(149, 23);
     this.ultraLabel4.TabIndex          = 8;
     this.ultraLabel4.Tag               = "";
     this.ultraLabel4.Text              = "Model za PNB zaduženja:";
     //
     // BrojPoslovnice
     //
     this.BrojPoslovnice.EditAs    = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.BrojPoslovnice.InputMask = "#######";
     this.BrojPoslovnice.Location  = new System.Drawing.Point(168, 41);
     this.BrojPoslovnice.Name      = "BrojPoslovnice";
     this.BrojPoslovnice.Size      = new System.Drawing.Size(100, 20);
     this.BrojPoslovnice.TabIndex  = 6;
     //
     // UltraLabel3
     //
     appearance2.ForeColor              = System.Drawing.Color.Black;
     appearance2.TextVAlignAsString     = "Middle";
     this.UltraLabel3.Appearance        = appearance2;
     this.UltraLabel3.BackColorInternal = System.Drawing.Color.Transparent;
     this.UltraLabel3.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.UltraLabel3.Location          = new System.Drawing.Point(12, 40);
     this.UltraLabel3.Name              = "UltraLabel3";
     this.UltraLabel3.Size              = new System.Drawing.Size(139, 23);
     this.UltraLabel3.TabIndex          = 4;
     this.UltraLabel3.Tag  = "";
     this.UltraLabel3.Text = "Šifra poslodavca u banci";
     //
     // datUplate
     //
     this.datUplate.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2003;
     this.datUplate.Location     = new System.Drawing.Point(168, 16);
     this.datUplate.Name         = "datUplate";
     this.datUplate.Size         = new System.Drawing.Size(100, 21);
     this.datUplate.TabIndex     = 1;
     //
     // UltraLabel1
     //
     appearance1.ForeColor              = System.Drawing.Color.Black;
     appearance1.TextVAlignAsString     = "Middle";
     this.UltraLabel1.Appearance        = appearance1;
     this.UltraLabel1.BackColorInternal = System.Drawing.Color.Transparent;
     this.UltraLabel1.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.UltraLabel1.Location          = new System.Drawing.Point(12, 16);
     this.UltraLabel1.Name              = "UltraLabel1";
     this.UltraLabel1.Size              = new System.Drawing.Size(117, 23);
     this.UltraLabel1.TabIndex          = 0;
     this.UltraLabel1.Tag  = "";
     this.UltraLabel1.Text = "Datum uplate:";
     //
     // btnIzradi
     //
     appearance4.ImageHAlign          = Infragistics.Win.HAlign.Left;
     appearance4.ImageVAlign          = Infragistics.Win.VAlign.Middle;
     this.btnIzradi.Appearance        = appearance4;
     this.btnIzradi.BackColorInternal = System.Drawing.Color.LightSteelBlue;
     this.btnIzradi.ButtonStyle       = Infragistics.Win.UIElementButtonStyle.Office2003ToolbarButton;
     this.btnIzradi.Font          = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.btnIzradi.ImageSize     = new System.Drawing.Size(24, 16);
     this.btnIzradi.Location      = new System.Drawing.Point(8, 141);
     this.btnIzradi.Name          = "btnIzradi";
     this.btnIzradi.ShowFocusRect = false;
     this.btnIzradi.ShowOutline   = false;
     this.btnIzradi.Size          = new System.Drawing.Size(169, 24);
     this.btnIzradi.TabIndex      = 0;
     this.btnIzradi.Text          = "Kreiraj datoteku";
     this.btnIzradi.Visible       = false;
     this.btnIzradi.WrapText      = false;
     this.btnIzradi.Click        += new System.EventHandler(this.btnGeneriraj_Click);
     //
     // ButtonDatotekaUniverzalna
     //
     this.ButtonDatotekaUniverzalna.Location = new System.Drawing.Point(215, 141);
     this.ButtonDatotekaUniverzalna.Name     = "ButtonDatotekaUniverzalna";
     this.ButtonDatotekaUniverzalna.Size     = new System.Drawing.Size(153, 23);
     this.ButtonDatotekaUniverzalna.TabIndex = 7;
     this.ButtonDatotekaUniverzalna.Text     = "Kreiraj univerzalnu datoteku";
     this.ButtonDatotekaUniverzalna.UseVisualStyleBackColor = true;
     this.ButtonDatotekaUniverzalna.Click += new System.EventHandler(this.ButtonDatotekaUniverzalna_Click);
     //
     // DatotekaRAIF
     //
     this.Controls.Add(this.ButtonDatotekaUniverzalna);
     this.Controls.Add(this.btnIzradi);
     this.Controls.Add(this.GroupBox1);
     this.Name = "DatotekaRAIF";
     this.Size = new System.Drawing.Size(376, 179);
     this.GroupBox1.ResumeLayout(false);
     this.GroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PozivNaBrojZaduzenja)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ModelZaduzenja)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.datUplate)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 9
0
        public ChangePwd(UltraGroupBox ultraGroupBox1, UltraGroupBox ultraGroupBox2, UltraGroupBox ultraGroupBox3, UltraTextEditor txtMemberCardNo, UltraTextEditor txtMemberPwd, UltraLabel lblError)
        {
            //
            // Windows 窗体设计器支持所必需的
            //
            InitializeComponent();

            this.boxLogin        = ultraGroupBox2;
            this.boxOper         = ultraGroupBox3;
            this.boxInfo         = ultraGroupBox1;
            this.txtMemberCardNo = txtMemberCardNo;
            this.txtMemberPwd    = txtMemberPwd;
            this.lblError        = lblError;
            //ApplicationIdleTimer idle = new ApplicationIdleTimer();
            //System.Windows.Forms.Application.AddMessageFilter(idle);
            //idle.ApplicationIdle += new ApplicationIdleTimer.ApplicationIdleEventHandler(this.App_Idle);
            //
            // TODO: 在 InitializeComponent 调用后添加任何构造函数代码
            //
        }
Ejemplo n.º 10
0
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance   = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance1  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmUnosPodatakaOObracunu));
     this.UltraGroupBox1     = new Infragistics.Win.Misc.UltraGroupBox();
     this.UltraButton3       = new Infragistics.Win.Misc.UltraButton();
     this.UltraButton4       = new Infragistics.Win.Misc.UltraButton();
     this.mjesecisplate      = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.godinaisplate      = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.godinaobracuna     = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.mjesecobracuna     = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.UltraLabel10       = new Infragistics.Win.Misc.UltraLabel();
     this.UltraLabel8        = new Infragistics.Win.Misc.UltraLabel();
     this.UltraLabel5        = new Infragistics.Win.Misc.UltraLabel();
     this.UltraLabel4        = new Infragistics.Win.Misc.UltraLabel();
     this.UltraLabel2        = new Infragistics.Win.Misc.UltraLabel();
     this.UltraLabel9        = new Infragistics.Win.Misc.UltraLabel();
     this.UltraLabel7        = new Infragistics.Win.Misc.UltraLabel();
     this.UltraLabel6        = new Infragistics.Win.Misc.UltraLabel();
     this.UltraLabel3        = new Infragistics.Win.Misc.UltraLabel();
     this.UltraLabel1        = new Infragistics.Win.Misc.UltraLabel();
     this.txtOpisObracuna    = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.tjednifond         = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.datumobracunastaza = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.osnovnioo          = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.obrosnovica        = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.mjesecnifond       = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.ultraLabel11       = new Infragistics.Win.Misc.UltraLabel();
     ((System.ComponentModel.ISupportInitialize)(this.UltraGroupBox1)).BeginInit();
     this.UltraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtOpisObracuna)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tjednifond)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.datumobracunastaza)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.osnovnioo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.obrosnovica)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mjesecnifond)).BeginInit();
     this.SuspendLayout();
     //
     // UltraGroupBox1
     //
     this.UltraGroupBox1.Controls.Add(this.ultraLabel11);
     this.UltraGroupBox1.Controls.Add(this.UltraButton3);
     this.UltraGroupBox1.Controls.Add(this.UltraButton4);
     this.UltraGroupBox1.Controls.Add(this.mjesecisplate);
     this.UltraGroupBox1.Controls.Add(this.godinaisplate);
     this.UltraGroupBox1.Controls.Add(this.godinaobracuna);
     this.UltraGroupBox1.Controls.Add(this.mjesecobracuna);
     this.UltraGroupBox1.Controls.Add(this.UltraLabel10);
     this.UltraGroupBox1.Controls.Add(this.UltraLabel8);
     this.UltraGroupBox1.Controls.Add(this.UltraLabel5);
     this.UltraGroupBox1.Controls.Add(this.UltraLabel4);
     this.UltraGroupBox1.Controls.Add(this.UltraLabel2);
     this.UltraGroupBox1.Controls.Add(this.UltraLabel9);
     this.UltraGroupBox1.Controls.Add(this.UltraLabel7);
     this.UltraGroupBox1.Controls.Add(this.UltraLabel6);
     this.UltraGroupBox1.Controls.Add(this.UltraLabel3);
     this.UltraGroupBox1.Controls.Add(this.UltraLabel1);
     this.UltraGroupBox1.Controls.Add(this.txtOpisObracuna);
     this.UltraGroupBox1.Controls.Add(this.tjednifond);
     this.UltraGroupBox1.Controls.Add(this.datumobracunastaza);
     this.UltraGroupBox1.Controls.Add(this.osnovnioo);
     this.UltraGroupBox1.Controls.Add(this.obrosnovica);
     this.UltraGroupBox1.Controls.Add(this.mjesecnifond);
     this.UltraGroupBox1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.UltraGroupBox1.Location  = new System.Drawing.Point(0, 0);
     this.UltraGroupBox1.Name      = "UltraGroupBox1";
     this.UltraGroupBox1.Size      = new System.Drawing.Size(450, 234);
     this.UltraGroupBox1.TabIndex  = 83;
     this.UltraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // UltraButton3
     //
     this.UltraButton3.ButtonStyle   = Infragistics.Win.UIElementButtonStyle.Office2007RibbonButton;
     this.UltraButton3.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.UltraButton3.Location      = new System.Drawing.Point(302, 200);
     this.UltraButton3.Name          = "UltraButton3";
     this.UltraButton3.Size          = new System.Drawing.Size(128, 23);
     this.UltraButton3.TabIndex      = 179;
     this.UltraButton3.Text          = "Odustani";
     this.UltraButton3.UseAppStyling = false;
     this.UltraButton3.UseOsThemes   = Infragistics.Win.DefaultableBoolean.False;
     this.UltraButton3.Click        += new System.EventHandler(this.UltraButton3_Click);
     //
     // UltraButton4
     //
     this.UltraButton4.ButtonStyle   = Infragistics.Win.UIElementButtonStyle.Office2007RibbonButton;
     this.UltraButton4.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.UltraButton4.Location      = new System.Drawing.Point(169, 200);
     this.UltraButton4.Name          = "UltraButton4";
     this.UltraButton4.Size          = new System.Drawing.Size(123, 23);
     this.UltraButton4.TabIndex      = 178;
     this.UltraButton4.Text          = "Spremi";
     this.UltraButton4.UseAppStyling = false;
     this.UltraButton4.UseOsThemes   = Infragistics.Win.DefaultableBoolean.False;
     this.UltraButton4.Click        += new System.EventHandler(this.UltraButton4_Click);
     //
     // mjesecisplate
     //
     appearance13.BackColor             = System.Drawing.Color.Lavender;
     appearance13.FontData.BoldAsString = "True";
     appearance13.ForeColor             = System.Drawing.SystemColors.ControlText;
     appearance13.TextHAlignAsString    = "Right";
     this.mjesecisplate.Appearance      = appearance13;
     this.mjesecisplate.DisplayStyle    = Infragistics.Win.EmbeddableElementDisplayStyle.WindowsVista;
     this.mjesecisplate.EditAs          = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.mjesecisplate.InputMask       = "##";
     this.mjesecisplate.Location        = new System.Drawing.Point(148, 35);
     this.mjesecisplate.MaxValue        = "12";
     this.mjesecisplate.MinimumSize     = new System.Drawing.Size(0, 1);
     this.mjesecisplate.MinValue        = "01";
     this.mjesecisplate.Name            = "mjesecisplate";
     this.mjesecisplate.Size            = new System.Drawing.Size(48, 20);
     this.mjesecisplate.TabIndex        = 95;
     this.mjesecisplate.UseAppStyling   = false;
     //
     // godinaisplate
     //
     appearance14.BackColor             = System.Drawing.Color.Lavender;
     appearance14.FontData.BoldAsString = "True";
     appearance14.ForeColor             = System.Drawing.SystemColors.ControlText;
     appearance14.TextHAlignAsString    = "Right";
     this.godinaisplate.Appearance      = appearance14;
     this.godinaisplate.DisplayStyle    = Infragistics.Win.EmbeddableElementDisplayStyle.WindowsVista;
     this.godinaisplate.EditAs          = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.godinaisplate.InputMask       = "####";
     this.godinaisplate.Location        = new System.Drawing.Point(302, 35);
     this.godinaisplate.MaxValue        = "2100";
     this.godinaisplate.MinimumSize     = new System.Drawing.Size(0, 1);
     this.godinaisplate.MinValue        = "1900";
     this.godinaisplate.Name            = "godinaisplate";
     this.godinaisplate.Size            = new System.Drawing.Size(48, 20);
     this.godinaisplate.TabIndex        = 96;
     this.godinaisplate.UseAppStyling   = false;
     //
     // godinaobracuna
     //
     appearance22.BackColor             = System.Drawing.Color.Lavender;
     appearance22.FontData.BoldAsString = "True";
     appearance22.ForeColor             = System.Drawing.SystemColors.ControlText;
     appearance22.TextHAlignAsString    = "Right";
     this.godinaobracuna.Appearance     = appearance22;
     this.godinaobracuna.DisplayStyle   = Infragistics.Win.EmbeddableElementDisplayStyle.WindowsVista;
     this.godinaobracuna.EditAs         = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.godinaobracuna.InputMask      = "####";
     this.godinaobracuna.Location       = new System.Drawing.Point(302, 9);
     this.godinaobracuna.MaxValue       = "2100";
     this.godinaobracuna.MinimumSize    = new System.Drawing.Size(0, 1);
     this.godinaobracuna.MinValue       = "1900";
     this.godinaobracuna.Name           = "godinaobracuna";
     this.godinaobracuna.Size           = new System.Drawing.Size(48, 20);
     this.godinaobracuna.TabIndex       = 94;
     this.godinaobracuna.UseAppStyling  = false;
     this.godinaobracuna.ValueChanged  += new System.EventHandler(this.godinaobracuna_ValueChanged);
     //
     // mjesecobracuna
     //
     appearance17.BackColor             = System.Drawing.Color.Lavender;
     appearance17.FontData.BoldAsString = "True";
     appearance17.ForeColor             = System.Drawing.SystemColors.ControlText;
     appearance17.TextHAlignAsString    = "Right";
     this.mjesecobracuna.Appearance     = appearance17;
     this.mjesecobracuna.DisplayStyle   = Infragistics.Win.EmbeddableElementDisplayStyle.WindowsVista;
     this.mjesecobracuna.EditAs         = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.mjesecobracuna.InputMask      = "##";
     this.mjesecobracuna.Location       = new System.Drawing.Point(148, 9);
     this.mjesecobracuna.MaxValue       = "12";
     this.mjesecobracuna.MinimumSize    = new System.Drawing.Size(0, 1);
     this.mjesecobracuna.MinValue       = "01";
     this.mjesecobracuna.Name           = "mjesecobracuna";
     this.mjesecobracuna.Size           = new System.Drawing.Size(48, 20);
     this.mjesecobracuna.TabIndex       = 93;
     this.mjesecobracuna.UseAppStyling  = false;
     this.mjesecobracuna.ValueChanged  += new System.EventHandler(this.mjesecobracuna_ValueChanged);
     //
     // UltraLabel10
     //
     appearance20.BackColor          = System.Drawing.Color.Transparent;
     this.UltraLabel10.Appearance    = appearance20;
     this.UltraLabel10.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.UltraLabel10.Location      = new System.Drawing.Point(23, 168);
     this.UltraLabel10.Name          = "UltraLabel10";
     this.UltraLabel10.Size          = new System.Drawing.Size(112, 14);
     this.UltraLabel10.TabIndex      = 91;
     this.UltraLabel10.Text          = "Opis obračuna";
     this.UltraLabel10.UseAppStyling = false;
     //
     // UltraLabel8
     //
     appearance.BackColor           = System.Drawing.Color.Transparent;
     this.UltraLabel8.Appearance    = appearance;
     this.UltraLabel8.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.UltraLabel8.Location      = new System.Drawing.Point(209, 13);
     this.UltraLabel8.Name          = "UltraLabel8";
     this.UltraLabel8.Size          = new System.Drawing.Size(93, 14);
     this.UltraLabel8.TabIndex      = 89;
     this.UltraLabel8.Text          = "Godina obračuna";
     this.UltraLabel8.UseAppStyling = false;
     //
     // UltraLabel5
     //
     appearance23.BackColor         = System.Drawing.Color.Transparent;
     this.UltraLabel5.Appearance    = appearance23;
     this.UltraLabel5.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.UltraLabel5.Location      = new System.Drawing.Point(206, 65);
     this.UltraLabel5.Name          = "UltraLabel5";
     this.UltraLabel5.Size          = new System.Drawing.Size(94, 16);
     this.UltraLabel5.TabIndex      = 86;
     this.UltraLabel5.Text          = "Tjedni fond sati";
     this.UltraLabel5.UseAppStyling = false;
     //
     // UltraLabel4
     //
     appearance24.BackColor         = System.Drawing.Color.Transparent;
     this.UltraLabel4.Appearance    = appearance24;
     this.UltraLabel4.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.UltraLabel4.Location      = new System.Drawing.Point(208, 39);
     this.UltraLabel4.Name          = "UltraLabel4";
     this.UltraLabel4.Size          = new System.Drawing.Size(83, 14);
     this.UltraLabel4.TabIndex      = 85;
     this.UltraLabel4.Text          = "Godina isplate";
     this.UltraLabel4.UseAppStyling = false;
     //
     // UltraLabel2
     //
     appearance25.BackColor         = System.Drawing.Color.Transparent;
     this.UltraLabel2.Appearance    = appearance25;
     this.UltraLabel2.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.UltraLabel2.Location      = new System.Drawing.Point(23, 117);
     this.UltraLabel2.Name          = "UltraLabel2";
     this.UltraLabel2.Size          = new System.Drawing.Size(117, 14);
     this.UltraLabel2.TabIndex      = 83;
     this.UltraLabel2.Text          = "Obračunska osnovica";
     this.UltraLabel2.UseAppStyling = false;
     //
     // UltraLabel9
     //
     appearance26.BackColor         = System.Drawing.Color.Transparent;
     this.UltraLabel9.Appearance    = appearance26;
     this.UltraLabel9.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.UltraLabel9.Location      = new System.Drawing.Point(23, 142);
     this.UltraLabel9.Name          = "UltraLabel9";
     this.UltraLabel9.Size          = new System.Drawing.Size(122, 14);
     this.UltraLabel9.TabIndex      = 90;
     this.UltraLabel9.Text          = "Datum obračuna staža";
     this.UltraLabel9.UseAppStyling = false;
     //
     // UltraLabel7
     //
     appearance27.BackColor          = System.Drawing.Color.Transparent;
     appearance27.TextHAlignAsString = "Left";
     this.UltraLabel7.Appearance     = appearance27;
     this.UltraLabel7.Font           = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.UltraLabel7.Location       = new System.Drawing.Point(23, 12);
     this.UltraLabel7.Name           = "UltraLabel7";
     this.UltraLabel7.Size           = new System.Drawing.Size(96, 14);
     this.UltraLabel7.TabIndex       = 88;
     this.UltraLabel7.Text           = "Mjesec obračuna";
     this.UltraLabel7.UseAppStyling  = false;
     //
     // UltraLabel6
     //
     appearance1.BackColor          = System.Drawing.Color.Transparent;
     appearance1.TextHAlignAsString = "Left";
     appearance1.TextVAlignAsString = "Middle";
     this.UltraLabel6.Appearance    = appearance1;
     this.UltraLabel6.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.UltraLabel6.Location      = new System.Drawing.Point(23, 90);
     this.UltraLabel6.Name          = "UltraLabel6";
     this.UltraLabel6.Size          = new System.Drawing.Size(123, 16);
     this.UltraLabel6.TabIndex      = 87;
     this.UltraLabel6.Text          = "Osnovni osobni odbitak";
     this.UltraLabel6.UseAppStyling = false;
     //
     // UltraLabel3
     //
     appearance29.BackColor         = System.Drawing.Color.Transparent;
     this.UltraLabel3.Appearance    = appearance29;
     this.UltraLabel3.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.UltraLabel3.Location      = new System.Drawing.Point(23, 37);
     this.UltraLabel3.Name          = "UltraLabel3";
     this.UltraLabel3.Size          = new System.Drawing.Size(87, 16);
     this.UltraLabel3.TabIndex      = 84;
     this.UltraLabel3.Text          = "Mjesec isplate";
     this.UltraLabel3.UseAppStyling = false;
     //
     // UltraLabel1
     //
     appearance30.BackColor         = System.Drawing.Color.Transparent;
     this.UltraLabel1.Appearance    = appearance30;
     this.UltraLabel1.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.UltraLabel1.Location      = new System.Drawing.Point(23, 64);
     this.UltraLabel1.Name          = "UltraLabel1";
     this.UltraLabel1.Size          = new System.Drawing.Size(96, 23);
     this.UltraLabel1.TabIndex      = 82;
     this.UltraLabel1.Text          = "Mjesečni fond sati";
     this.UltraLabel1.UseAppStyling = false;
     this.UltraLabel1.UseFlatMode   = Infragistics.Win.DefaultableBoolean.False;
     //
     // txtOpisObracuna
     //
     appearance19.BackColor             = System.Drawing.Color.Lavender;
     appearance19.FontData.BoldAsString = "True";
     appearance19.ForeColor             = System.Drawing.SystemColors.ControlText;
     this.txtOpisObracuna.Appearance    = appearance19;
     this.txtOpisObracuna.BackColor     = System.Drawing.Color.Lavender;
     this.txtOpisObracuna.DisplayStyle  = Infragistics.Win.EmbeddableElementDisplayStyle.WindowsVista;
     this.txtOpisObracuna.Location      = new System.Drawing.Point(148, 164);
     this.txtOpisObracuna.Name          = "txtOpisObracuna";
     this.txtOpisObracuna.Size          = new System.Drawing.Size(285, 21);
     this.txtOpisObracuna.TabIndex      = 105;
     this.txtOpisObracuna.UseAppStyling = false;
     //
     // tjednifond
     //
     appearance31.BackColor             = System.Drawing.Color.Lavender;
     appearance31.FontData.BoldAsString = "True";
     appearance31.ForeColor             = System.Drawing.SystemColors.ControlText;
     appearance31.TextHAlignAsString    = "Right";
     this.tjednifond.Appearance         = appearance31;
     this.tjednifond.BackColor          = System.Drawing.Color.Lavender;
     this.tjednifond.DisplayStyle       = Infragistics.Win.EmbeddableElementDisplayStyle.WindowsVista;
     this.tjednifond.Location           = new System.Drawing.Point(302, 60);
     this.tjednifond.MaskInput          = "nn";
     this.tjednifond.Name          = "tjednifond";
     this.tjednifond.Size          = new System.Drawing.Size(48, 21);
     this.tjednifond.TabIndex      = 98;
     this.tjednifond.UseAppStyling = false;
     //
     // datumobracunastaza
     //
     appearance18.BackColor                = System.Drawing.Color.Lavender;
     appearance18.FontData.BoldAsString    = "True";
     appearance18.ForeColor                = System.Drawing.SystemColors.ControlText;
     this.datumobracunastaza.Appearance    = appearance18;
     this.datumobracunastaza.BackColor     = System.Drawing.Color.Lavender;
     this.datumobracunastaza.DisplayStyle  = Infragistics.Win.EmbeddableElementDisplayStyle.WindowsVista;
     this.datumobracunastaza.Location      = new System.Drawing.Point(148, 137);
     this.datumobracunastaza.Name          = "datumobracunastaza";
     this.datumobracunastaza.Size          = new System.Drawing.Size(92, 21);
     this.datumobracunastaza.TabIndex      = 103;
     this.datumobracunastaza.UseAppStyling = false;
     //
     // osnovnioo
     //
     appearance32.BackColor             = System.Drawing.Color.Lavender;
     appearance32.FontData.BoldAsString = "True";
     appearance32.ForeColor             = System.Drawing.SystemColors.ControlText;
     appearance32.TextHAlignAsString    = "Right";
     this.osnovnioo.Appearance          = appearance32;
     this.osnovnioo.BackColor           = System.Drawing.Color.Lavender;
     this.osnovnioo.DisplayStyle        = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
     this.osnovnioo.Location            = new System.Drawing.Point(285, 87);
     this.osnovnioo.MaskInput           = "{LOC}nnnnnnnn.nn";
     this.osnovnioo.Name          = "osnovnioo";
     this.osnovnioo.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
     this.osnovnioo.PromptChar    = ' ';
     this.osnovnioo.Size          = new System.Drawing.Size(100, 21);
     this.osnovnioo.TabIndex      = 99;
     this.osnovnioo.UseAppStyling = false;
     this.osnovnioo.Visible       = false;
     this.osnovnioo.ValueChanged += new System.EventHandler(this.osnovnioo_ValueChanged);
     //
     // obrosnovica
     //
     appearance15.BackColor             = System.Drawing.Color.Lavender;
     appearance15.FontData.BoldAsString = "True";
     appearance15.ForeColor             = System.Drawing.SystemColors.ControlText;
     appearance15.TextHAlignAsString    = "Right";
     this.obrosnovica.Appearance        = appearance15;
     this.obrosnovica.BackColor         = System.Drawing.Color.Lavender;
     this.obrosnovica.DisplayStyle      = Infragistics.Win.EmbeddableElementDisplayStyle.WindowsVista;
     this.obrosnovica.Location          = new System.Drawing.Point(148, 113);
     this.obrosnovica.MaskInput         = "{LOC}nnnnnnnnnn.nn";
     this.obrosnovica.Name          = "obrosnovica";
     this.obrosnovica.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
     this.obrosnovica.Size          = new System.Drawing.Size(100, 21);
     this.obrosnovica.TabIndex      = 102;
     this.obrosnovica.UseAppStyling = false;
     //
     // mjesecnifond
     //
     appearance16.BackColor             = System.Drawing.Color.Lavender;
     appearance16.FontData.BoldAsString = "True";
     appearance16.ForeColor             = System.Drawing.SystemColors.ControlText;
     appearance16.TextHAlignAsString    = "Right";
     this.mjesecnifond.Appearance       = appearance16;
     this.mjesecnifond.BackColor        = System.Drawing.Color.Lavender;
     this.mjesecnifond.Location         = new System.Drawing.Point(148, 60);
     this.mjesecnifond.MaskInput        = "nnn";
     this.mjesecnifond.Name             = "mjesecnifond";
     this.mjesecnifond.Size             = new System.Drawing.Size(48, 21);
     this.mjesecnifond.TabIndex         = 97;
     this.mjesecnifond.UseAppStyling    = false;
     //
     // ultraLabel11
     //
     appearance28.BackColor          = System.Drawing.Color.Transparent;
     appearance28.TextHAlignAsString = "Left";
     appearance28.TextVAlignAsString = "Middle";
     this.ultraLabel11.Appearance    = appearance28;
     this.ultraLabel11.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.ultraLabel11.Location      = new System.Drawing.Point(146, 90);
     this.ultraLabel11.Name          = "ultraLabel11";
     this.ultraLabel11.Size          = new System.Drawing.Size(123, 16);
     this.ultraLabel11.TabIndex      = 180;
     this.ultraLabel11.Text          = "3.800,00";
     this.ultraLabel11.UseAppStyling = false;
     //
     // frmUnosPodatakaOObracunu
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(450, 232);
     this.Controls.Add(this.UltraGroupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "frmUnosPodatakaOObracunu";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Zadavanje podataka o obračunu";
     ((System.ComponentModel.ISupportInitialize)(this.UltraGroupBox1)).EndInit();
     this.UltraGroupBox1.ResumeLayout(false);
     this.UltraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtOpisObracuna)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tjednifond)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.datumobracunastaza)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.osnovnioo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.obrosnovica)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mjesecnifond)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 11
0
 public SmoothLabelDrawFilter(UltraLabel label, bool renderVertical)
 {
     this.label          = label;
     this.renderVertical = renderVertical;
 }
Ejemplo n.º 12
0
 public SmoothLabelDrawFilter(UltraLabel label) :
     this(label, false)
 {
 }
Ejemplo n.º 13
0
Archivo: GUI.cs Proyecto: ogirard/lyra2
 /// <summary>
 /// Erforderliche Methode für die Designerunterstützung. 
 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
 /// </summary>
 private void InitializeComponent()
 {
     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 = "&LTX (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);
 }
Ejemplo n.º 14
0
 /// <summary>
 ///   Required method for Designer support - do not modify the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
       Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
       Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
       Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
       Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
       Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
       Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
       Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
       Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
       Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
       this.remotePanel = new Infragistics.Win.Misc.UltraPanel();
       this.mainPane = new System.Windows.Forms.Panel();
       this.jumpMarksListBox = new System.Windows.Forms.ListBox();
       this.jumperLabel = new System.Windows.Forms.Label();
       this.scrollPane = new System.Windows.Forms.Panel();
       this.scrollVisual = new ScrollVisualPanel();
       this.scrollBox = new Infragistics.Win.Misc.UltraPanel();
       this.scrollImage = new System.Windows.Forms.PictureBox();
       this.jumpEndBtn = new Lyra2.LyraShell.LyraButtonControl();
       this.scrollDownwardsBtn = new Lyra2.LyraShell.LyraButtonControl();
       this.scrollUpwardsBtn = new Lyra2.LyraShell.LyraButtonControl();
       this.jumpTopBtn = new Lyra2.LyraShell.LyraButtonControl();
       this.bottomPanel = new Infragistics.Win.Misc.UltraPanel();
       this.titleLabel = new Infragistics.Win.Misc.UltraLabel();
       this.nrLabel = new System.Windows.Forms.Label();
       this.nextLabel = new System.Windows.Forms.Label();
       this.prevLabel = new System.Windows.Forms.Label();
       this.line = new Infragistics.Win.Misc.UltraPanel();
       this.nextBtn = new Lyra2.LyraShell.LyraButtonControl();
       this.lastBtn = new Lyra2.LyraShell.LyraButtonControl();
       this.remotePanel.ClientArea.SuspendLayout();
       this.remotePanel.SuspendLayout();
       this.mainPane.SuspendLayout();
       this.scrollPane.SuspendLayout();
       this.scrollBox.ClientArea.SuspendLayout();
       this.scrollBox.SuspendLayout();
       ((System.ComponentModel.ISupportInitialize)(this.scrollImage)).BeginInit();
       this.bottomPanel.ClientArea.SuspendLayout();
       this.bottomPanel.SuspendLayout();
       this.line.SuspendLayout();
       this.SuspendLayout();
       //
       // remotePanel
       //
       //
       // remotePanel.ClientArea
       //
       this.remotePanel.ClientArea.Controls.Add(this.mainPane);
       this.remotePanel.ClientArea.Controls.Add(this.scrollPane);
       this.remotePanel.ClientArea.Controls.Add(this.bottomPanel);
       this.remotePanel.Dock = System.Windows.Forms.DockStyle.Fill;
       this.remotePanel.Location = new System.Drawing.Point(0, 0);
       this.remotePanel.Name = "remotePanel";
       this.remotePanel.Size = new System.Drawing.Size(357, 174);
       this.remotePanel.TabIndex = 11;
       //
       // mainPane
       //
       this.mainPane.Controls.Add(this.jumpMarksListBox);
       this.mainPane.Controls.Add(this.jumperLabel);
       this.mainPane.Dock = System.Windows.Forms.DockStyle.Fill;
       this.mainPane.Location = new System.Drawing.Point(129, 43);
       this.mainPane.Name = "mainPane";
       this.mainPane.Size = new System.Drawing.Size(228, 131);
       this.mainPane.TabIndex = 12;
       //
       // jumpMarksListBox
       //
       this.jumpMarksListBox.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
       this.jumpMarksListBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))),
                                                               ((int)(((byte)(176)))));
       this.jumpMarksListBox.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular,
                                                    System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.jumpMarksListBox.FormattingEnabled = true;
       this.jumpMarksListBox.ItemHeight = 16;
       this.jumpMarksListBox.Items.AddRange(new object[]
                                      {
                                        "Test 1"
                                      });
       this.jumpMarksListBox.Location = new System.Drawing.Point(9, 25);
       this.jumpMarksListBox.Name = "jumpMarksListBox";
       this.jumpMarksListBox.Size = new System.Drawing.Size(216, 100);
       this.jumpMarksListBox.TabIndex = 0;
       this.jumpMarksListBox.Click += new System.EventHandler(this.JumpMarksDoubleClickHandler);
       this.jumpMarksListBox.DoubleClick += new System.EventHandler(this.JumpMarksDoubleClickHandler);
       //
       // jumperLabel
       //
       this.jumperLabel.AutoSize = true;
       this.jumperLabel.BackColor = System.Drawing.Color.Transparent;
       this.jumperLabel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold,
                                               System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.jumperLabel.ForeColor = System.Drawing.Color.DimGray;
       this.jumperLabel.Location = new System.Drawing.Point(6, 3);
       this.jumperLabel.Name = "jumperLabel";
       this.jumperLabel.Size = new System.Drawing.Size(103, 13);
       this.jumperLabel.TabIndex = 11;
       this.jumperLabel.Text = "Sprungmarken";
       //
       // scrollPane
       //
       this.scrollPane.Controls.Add(this.scrollVisual);
       this.scrollPane.Controls.Add(this.scrollBox);
       this.scrollPane.Controls.Add(this.jumpEndBtn);
       this.scrollPane.Controls.Add(this.scrollDownwardsBtn);
       this.scrollPane.Controls.Add(this.scrollUpwardsBtn);
       this.scrollPane.Controls.Add(this.jumpTopBtn);
       this.scrollPane.Dock = System.Windows.Forms.DockStyle.Left;
       this.scrollPane.Location = new System.Drawing.Point(0, 43);
       this.scrollPane.Name = "scrollPane";
       this.scrollPane.Size = new System.Drawing.Size(129, 131);
       this.scrollPane.TabIndex = 11;
       //
       // scrollVisual
       //
       this.scrollVisual.Location = new System.Drawing.Point(113, 5);
       this.scrollVisual.Name = "scrollVisual";
       this.scrollVisual.Size = new System.Drawing.Size(9, 119);
       this.scrollVisual.TabIndex = 14;
       //
       // scrollBox
       //
       appearance1.BackColor = System.Drawing.Color.DimGray;
       appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.Rectangular;
       appearance1.BorderColor = System.Drawing.Color.Silver;
       this.scrollBox.Appearance = appearance1;
       this.scrollBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded1;
       //
       // scrollBox.ClientArea
       //
       this.scrollBox.ClientArea.Controls.Add(this.scrollImage);
       this.scrollBox.Location = new System.Drawing.Point(43, 33);
       this.scrollBox.Name = "scrollBox";
       this.scrollBox.Size = new System.Drawing.Size(64, 64);
       this.scrollBox.TabIndex = 13;
       //
       // scrollImage
       //
       this.scrollImage.Location = new System.Drawing.Point(6, 6);
       this.scrollImage.Name = "scrollImage";
       this.scrollImage.Size = new System.Drawing.Size(48, 48);
       this.scrollImage.TabIndex = 12;
       this.scrollImage.TabStop = false;
       //
       // jumpEndBtn
       //
       appearance5.Image = global::Lyra2.LyraShell.Properties.Resources.scroll_bottom;
       appearance5.ImageHAlign = Infragistics.Win.HAlign.Center;
       appearance5.ImageVAlign = Infragistics.Win.VAlign.Middle;
       this.jumpEndBtn.Appearance = appearance5;
       this.jumpEndBtn.Location = new System.Drawing.Point(6, 97);
       this.jumpEndBtn.Name = "jumpEndBtn";
       this.jumpEndBtn.Size = new System.Drawing.Size(32, 27);
       this.jumpEndBtn.TabIndex = 12;
       this.jumpEndBtn.Click += new System.EventHandler(this.scrollToEndBtn_Click);
       //
       // scrollDownwardsBtn
       //
       appearance4.Image = global::Lyra2.LyraShell.Properties.Resources.scroll_down;
       appearance4.ImageHAlign = Infragistics.Win.HAlign.Center;
       appearance4.ImageVAlign = Infragistics.Win.VAlign.Middle;
       this.scrollDownwardsBtn.Appearance = appearance4;
       this.scrollDownwardsBtn.AutoRepeat = true;
       this.scrollDownwardsBtn.Location = new System.Drawing.Point(6, 68);
       this.scrollDownwardsBtn.Name = "scrollDownwardsBtn";
       this.scrollDownwardsBtn.Size = new System.Drawing.Size(32, 27);
       this.scrollDownwardsBtn.TabIndex = 12;
       this.scrollDownwardsBtn.Click += new System.EventHandler(this.scrollDownBtn_Click);
       //
       // scrollUpwardsBtn
       //
       appearance3.Image = global::Lyra2.LyraShell.Properties.Resources.scroll_up;
       appearance3.ImageHAlign = Infragistics.Win.HAlign.Center;
       appearance3.ImageVAlign = Infragistics.Win.VAlign.Middle;
       this.scrollUpwardsBtn.Appearance = appearance3;
       this.scrollUpwardsBtn.AutoRepeat = true;
       this.scrollUpwardsBtn.Location = new System.Drawing.Point(6, 34);
       this.scrollUpwardsBtn.Name = "scrollUpwardsBtn";
       this.scrollUpwardsBtn.Size = new System.Drawing.Size(32, 27);
       this.scrollUpwardsBtn.TabIndex = 12;
       this.scrollUpwardsBtn.Click += new System.EventHandler(this.scrollUpBtn_Click);
       //
       // jumpTopBtn
       //
       appearance2.Image = global::Lyra2.LyraShell.Properties.Resources.scroll_top;
       appearance2.ImageHAlign = Infragistics.Win.HAlign.Center;
       appearance2.ImageVAlign = Infragistics.Win.VAlign.Middle;
       this.jumpTopBtn.Appearance = appearance2;
       this.jumpTopBtn.Location = new System.Drawing.Point(6, 5);
       this.jumpTopBtn.Name = "jumpTopBtn";
       this.jumpTopBtn.Size = new System.Drawing.Size(32, 27);
       this.jumpTopBtn.TabIndex = 12;
       this.jumpTopBtn.Click += new System.EventHandler(this.scrollToTopBtn_Click);
       //
       // bottomPanel
       //
       appearance21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))),
                                                      ((int)(((byte)(224)))));
       appearance21.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(241)))),
                                                       ((int)(((byte)(241)))));
       appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.GlassTop50;
       this.bottomPanel.Appearance = appearance21;
       //
       // bottomPanel.ClientArea
       //
       this.bottomPanel.ClientArea.Controls.Add(this.titleLabel);
       this.bottomPanel.ClientArea.Controls.Add(this.nrLabel);
       this.bottomPanel.ClientArea.Controls.Add(this.nextLabel);
       this.bottomPanel.ClientArea.Controls.Add(this.prevLabel);
       this.bottomPanel.ClientArea.Controls.Add(this.line);
       this.bottomPanel.ClientArea.Controls.Add(this.nextBtn);
       this.bottomPanel.ClientArea.Controls.Add(this.lastBtn);
       this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Top;
       this.bottomPanel.Location = new System.Drawing.Point(0, 0);
       this.bottomPanel.Name = "bottomPanel";
       this.bottomPanel.Size = new System.Drawing.Size(357, 43);
       this.bottomPanel.TabIndex = 9;
       //
       // titleLabel
       //
       this.titleLabel.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
       appearance23.BackColorAlpha = Infragistics.Win.Alpha.Transparent;
       appearance23.FontData.Name = "Verdana";
       appearance23.FontData.SizeInPoints = 9F;
       appearance23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(85)))),
                                                      ((int)(((byte)(170)))));
       appearance23.TextHAlignAsString = "Left";
       appearance23.TextTrimming = Infragistics.Win.TextTrimming.EllipsisWord;
       appearance23.TextVAlignAsString = "Middle";
       this.titleLabel.Appearance = appearance23;
       this.titleLabel.Location = new System.Drawing.Point(5, 18);
       this.titleLabel.Name = "titleLabel";
       this.titleLabel.Size = new System.Drawing.Size(202, 23);
       this.titleLabel.TabIndex = 13;
       this.titleLabel.Text = "Titel";
       this.titleLabel.WrapText = false;
       //
       // nrLabel
       //
       this.nrLabel.BackColor = System.Drawing.Color.Transparent;
       this.nrLabel.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular,
                                           System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.nrLabel.ForeColor = System.Drawing.Color.Black;
       this.nrLabel.Location = new System.Drawing.Point(5, 0);
       this.nrLabel.Name = "nrLabel";
       this.nrLabel.Size = new System.Drawing.Size(39, 23);
       this.nrLabel.TabIndex = 11;
       this.nrLabel.Text = "0009";
       this.nrLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
       //
       // nextLabel
       //
       this.nextLabel.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
       this.nextLabel.BackColor = System.Drawing.Color.Transparent;
       this.nextLabel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular,
                                             System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.nextLabel.ForeColor = System.Drawing.Color.DimGray;
       this.nextLabel.Location = new System.Drawing.Point(307, 1);
       this.nextLabel.Name = "nextLabel";
       this.nextLabel.Size = new System.Drawing.Size(47, 14);
       this.nextLabel.TabIndex = 11;
       this.nextLabel.Text = "next";
       this.nextLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
       //
       // prevLabel
       //
       this.prevLabel.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
       this.prevLabel.BackColor = System.Drawing.Color.Transparent;
       this.prevLabel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular,
                                             System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.prevLabel.ForeColor = System.Drawing.Color.DimGray;
       this.prevLabel.Location = new System.Drawing.Point(258, 2);
       this.prevLabel.Name = "prevLabel";
       this.prevLabel.Size = new System.Drawing.Size(47, 13);
       this.prevLabel.TabIndex = 11;
       this.prevLabel.Text = "prev";
       this.prevLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
       //
       // line
       //
       appearance22.BackColor = System.Drawing.Color.DimGray;
       this.line.Appearance = appearance22;
       this.line.Dock = System.Windows.Forms.DockStyle.Bottom;
       this.line.Location = new System.Drawing.Point(0, 42);
       this.line.Name = "line";
       this.line.Size = new System.Drawing.Size(357, 1);
       this.line.TabIndex = 1;
       //
       // nextBtn
       //
       this.nextBtn.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
       appearance7.Image = global::Lyra2.LyraShell.Properties.Resources.next;
       appearance7.ImageHAlign = Infragistics.Win.HAlign.Center;
       this.nextBtn.Appearance = appearance7;
       this.nextBtn.Location = new System.Drawing.Point(307, 17);
       this.nextBtn.Name = "nextBtn";
       this.nextBtn.Size = new System.Drawing.Size(47, 24);
       this.nextBtn.TabIndex = 12;
       this.nextBtn.Click += new System.EventHandler(this.nextSongBtn_Click);
       //
       // lastBtn
       //
       this.lastBtn.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
       appearance6.Image = global::Lyra2.LyraShell.Properties.Resources.prev;
       appearance6.ImageHAlign = Infragistics.Win.HAlign.Center;
       this.lastBtn.Appearance = appearance6;
       this.lastBtn.Location = new System.Drawing.Point(258, 17);
       this.lastBtn.Name = "lastBtn";
       this.lastBtn.Size = new System.Drawing.Size(47, 24);
       this.lastBtn.TabIndex = 12;
       this.lastBtn.Click += new System.EventHandler(this.previousSongBtn_Click);
       //
       // RemoteControl
       //
       this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
       this.ClientSize = new System.Drawing.Size(357, 174);
       this.Controls.Add(this.remotePanel);
       this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
       this.MaximizeBox = false;
       this.MinimizeBox = false;
       this.MinimumSize = new System.Drawing.Size(128, 208);
       this.Name = "RemoteControl";
       this.ShowInTaskbar = false;
       this.Text = "Fernsteuerung";
       this.TopMost = true;
       this.remotePanel.ClientArea.ResumeLayout(false);
       this.remotePanel.ResumeLayout(false);
       this.mainPane.ResumeLayout(false);
       this.mainPane.PerformLayout();
       this.scrollPane.ResumeLayout(false);
       this.scrollBox.ClientArea.ResumeLayout(false);
       this.scrollBox.ResumeLayout(false);
       ((System.ComponentModel.ISupportInitialize)(this.scrollImage)).EndInit();
       this.bottomPanel.ClientArea.ResumeLayout(false);
       this.bottomPanel.ResumeLayout(false);
       this.line.ResumeLayout(false);
       this.ResumeLayout(false);
 }
Ejemplo n.º 15
0
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     this.Panel2 = new System.Windows.Forms.Panel();
     this.ButtonDatotekaUniverzalna = new System.Windows.Forms.Button();
     this.btnGeneriraj         = new Infragistics.Win.Misc.UltraButton();
     this.GroupBox1            = new System.Windows.Forms.GroupBox();
     this.PozivNaBrojZaduzenja = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.UltraLabel2          = new Infragistics.Win.Misc.UltraLabel();
     this.ModelZaduzenja       = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.UltraLabel3          = new Infragistics.Win.Misc.UltraLabel();
     this.udteDatumUplate      = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.UltraLabel1          = new Infragistics.Win.Misc.UltraLabel();
     this.Panel2.SuspendLayout();
     this.GroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PozivNaBrojZaduzenja)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ModelZaduzenja)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udteDatumUplate)).BeginInit();
     this.SuspendLayout();
     //
     // Panel2
     //
     this.Panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.Panel2.BackColor = System.Drawing.Color.SteelBlue;
     this.Panel2.Controls.Add(this.ButtonDatotekaUniverzalna);
     this.Panel2.Controls.Add(this.btnGeneriraj);
     this.Panel2.Location = new System.Drawing.Point(8, 122);
     this.Panel2.Name     = "Panel2";
     this.Panel2.Size     = new System.Drawing.Size(360, 24);
     this.Panel2.TabIndex = 1;
     //
     // ButtonDatotekaUniverzalna
     //
     this.ButtonDatotekaUniverzalna.Location = new System.Drawing.Point(185, 0);
     this.ButtonDatotekaUniverzalna.Name     = "ButtonDatotekaUniverzalna";
     this.ButtonDatotekaUniverzalna.Size     = new System.Drawing.Size(153, 23);
     this.ButtonDatotekaUniverzalna.TabIndex = 7;
     this.ButtonDatotekaUniverzalna.Text     = "Kreiraj univerzalnu datoteku";
     this.ButtonDatotekaUniverzalna.UseVisualStyleBackColor = true;
     this.ButtonDatotekaUniverzalna.Click += new System.EventHandler(this.ButtonDatotekaUniverzalna_Click);
     //
     // btnGeneriraj
     //
     appearance1.ImageHAlign             = Infragistics.Win.HAlign.Left;
     appearance1.ImageVAlign             = Infragistics.Win.VAlign.Middle;
     this.btnGeneriraj.Appearance        = appearance1;
     this.btnGeneriraj.BackColorInternal = System.Drawing.Color.LightSteelBlue;
     this.btnGeneriraj.ButtonStyle       = Infragistics.Win.UIElementButtonStyle.Office2007RibbonButton;
     this.btnGeneriraj.Font          = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.btnGeneriraj.ImageSize     = new System.Drawing.Size(24, 16);
     this.btnGeneriraj.Location      = new System.Drawing.Point(8, 0);
     this.btnGeneriraj.Name          = "btnGeneriraj";
     this.btnGeneriraj.ShowFocusRect = false;
     this.btnGeneriraj.ShowOutline   = false;
     this.btnGeneriraj.Size          = new System.Drawing.Size(149, 24);
     this.btnGeneriraj.TabIndex      = 0;
     this.btnGeneriraj.Text          = "Kreiraj datoteku";
     this.btnGeneriraj.Visible       = false;
     this.btnGeneriraj.WrapText      = false;
     this.btnGeneriraj.Click        += new System.EventHandler(this.btnGeneriraj_Click);
     //
     // GroupBox1
     //
     this.GroupBox1.Controls.Add(this.PozivNaBrojZaduzenja);
     this.GroupBox1.Controls.Add(this.UltraLabel2);
     this.GroupBox1.Controls.Add(this.ModelZaduzenja);
     this.GroupBox1.Controls.Add(this.UltraLabel3);
     this.GroupBox1.Controls.Add(this.udteDatumUplate);
     this.GroupBox1.Controls.Add(this.UltraLabel1);
     this.GroupBox1.Location = new System.Drawing.Point(8, 8);
     this.GroupBox1.Name     = "GroupBox1";
     this.GroupBox1.Size     = new System.Drawing.Size(360, 108);
     this.GroupBox1.TabIndex = 0;
     this.GroupBox1.TabStop  = false;
     //
     // PozivNaBrojZaduzenja
     //
     this.PozivNaBrojZaduzenja.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
     this.PozivNaBrojZaduzenja.Location     = new System.Drawing.Point(163, 67);
     this.PozivNaBrojZaduzenja.MaxLength    = 22;
     this.PozivNaBrojZaduzenja.Name         = "PozivNaBrojZaduzenja";
     this.PozivNaBrojZaduzenja.Size         = new System.Drawing.Size(184, 21);
     this.PozivNaBrojZaduzenja.TabIndex     = 11;
     //
     // UltraLabel2
     //
     appearance3.ForeColor              = System.Drawing.Color.Black;
     appearance3.TextVAlignAsString     = "Middle";
     this.UltraLabel2.Appearance        = appearance3;
     this.UltraLabel2.BackColorInternal = System.Drawing.Color.Transparent;
     this.UltraLabel2.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.UltraLabel2.Location          = new System.Drawing.Point(8, 67);
     this.UltraLabel2.Name              = "UltraLabel2";
     this.UltraLabel2.Size              = new System.Drawing.Size(149, 23);
     this.UltraLabel2.TabIndex          = 10;
     this.UltraLabel2.Tag  = "";
     this.UltraLabel2.Text = "Poziv na broj zaduženja:";
     //
     // ModelZaduzenja
     //
     this.ModelZaduzenja.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
     this.ModelZaduzenja.Location     = new System.Drawing.Point(163, 43);
     this.ModelZaduzenja.MaxLength    = 2;
     this.ModelZaduzenja.Name         = "ModelZaduzenja";
     this.ModelZaduzenja.Size         = new System.Drawing.Size(28, 21);
     this.ModelZaduzenja.TabIndex     = 9;
     //
     // UltraLabel3
     //
     appearance.ForeColor               = System.Drawing.Color.Black;
     appearance.TextVAlignAsString      = "Middle";
     this.UltraLabel3.Appearance        = appearance;
     this.UltraLabel3.BackColorInternal = System.Drawing.Color.Transparent;
     this.UltraLabel3.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.UltraLabel3.Location          = new System.Drawing.Point(8, 43);
     this.UltraLabel3.Name              = "UltraLabel3";
     this.UltraLabel3.Size              = new System.Drawing.Size(149, 23);
     this.UltraLabel3.TabIndex          = 8;
     this.UltraLabel3.Tag               = "";
     this.UltraLabel3.Text              = "Model za PNB zaduženja:";
     //
     // udteDatumUplate
     //
     this.udteDatumUplate.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
     this.udteDatumUplate.Location     = new System.Drawing.Point(163, 18);
     this.udteDatumUplate.Name         = "udteDatumUplate";
     this.udteDatumUplate.Size         = new System.Drawing.Size(90, 21);
     this.udteDatumUplate.TabIndex     = 3;
     //
     // UltraLabel1
     //
     appearance2.ForeColor              = System.Drawing.Color.Black;
     appearance2.TextVAlignAsString     = "Middle";
     this.UltraLabel1.Appearance        = appearance2;
     this.UltraLabel1.BackColorInternal = System.Drawing.Color.Transparent;
     this.UltraLabel1.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.UltraLabel1.Location          = new System.Drawing.Point(8, 16);
     this.UltraLabel1.Name              = "UltraLabel1";
     this.UltraLabel1.Size              = new System.Drawing.Size(152, 23);
     this.UltraLabel1.TabIndex          = 2;
     this.UltraLabel1.Tag  = "";
     this.UltraLabel1.Text = "Datum uplate:";
     //
     // DatotekaSplitska
     //
     this.Controls.Add(this.GroupBox1);
     this.Controls.Add(this.Panel2);
     this.Name = "DatotekaSplitska";
     this.Size = new System.Drawing.Size(376, 154);
     this.Panel2.ResumeLayout(false);
     this.GroupBox1.ResumeLayout(false);
     this.GroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PozivNaBrojZaduzenja)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ModelZaduzenja)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udteDatumUplate)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 16
0
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance  = new Infragistics.Win.Appearance();
     this.Button1                   = new System.Windows.Forms.Button();
     this.GroupBox1                 = new System.Windows.Forms.GroupBox();
     this.PozivNaBrojZaduzenja      = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.UltraLabel2               = new Infragistics.Win.Misc.UltraLabel();
     this.ModelZaduzenja            = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.UltraLabel3               = new Infragistics.Win.Misc.UltraLabel();
     this.ButtonDatotekaUniverzalna = new System.Windows.Forms.Button();
     this.Label3            = new System.Windows.Forms.Label();
     this.UltraButton1      = new Infragistics.Win.Misc.UltraButton();
     this.datum             = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.Label2            = new System.Windows.Forms.Label();
     this.sifraugovaratelja = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.rkdp   = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.Label1 = new System.Windows.Forms.Label();
     this.GroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PozivNaBrojZaduzenja)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ModelZaduzenja)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.datum)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sifraugovaratelja)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rkdp)).BeginInit();
     this.SuspendLayout();
     //
     // Button1
     //
     this.Button1.Location = new System.Drawing.Point(9, 192);
     this.Button1.Name     = "Button1";
     this.Button1.Size     = new System.Drawing.Size(153, 23);
     this.Button1.TabIndex = 3;
     this.Button1.Text     = "Kreiraj ";
     this.Button1.UseVisualStyleBackColor = true;
     this.Button1.Visible = false;
     this.Button1.Click  += new System.EventHandler(this.Button1_Click);
     //
     // GroupBox1
     //
     this.GroupBox1.Controls.Add(this.PozivNaBrojZaduzenja);
     this.GroupBox1.Controls.Add(this.UltraLabel2);
     this.GroupBox1.Controls.Add(this.ModelZaduzenja);
     this.GroupBox1.Controls.Add(this.UltraLabel3);
     this.GroupBox1.Controls.Add(this.ButtonDatotekaUniverzalna);
     this.GroupBox1.Controls.Add(this.Button1);
     this.GroupBox1.Controls.Add(this.Label3);
     this.GroupBox1.Controls.Add(this.UltraButton1);
     this.GroupBox1.Controls.Add(this.datum);
     this.GroupBox1.Controls.Add(this.Label2);
     this.GroupBox1.Controls.Add(this.sifraugovaratelja);
     this.GroupBox1.Controls.Add(this.rkdp);
     this.GroupBox1.Controls.Add(this.Label1);
     this.GroupBox1.Location = new System.Drawing.Point(8, 8);
     this.GroupBox1.Name     = "GroupBox1";
     this.GroupBox1.Size     = new System.Drawing.Size(384, 233);
     this.GroupBox1.TabIndex = 0;
     this.GroupBox1.TabStop  = false;
     this.GroupBox1.Enter   += new System.EventHandler(this.GroupBox1_Enter);
     //
     // PozivNaBrojZaduzenja
     //
     this.PozivNaBrojZaduzenja.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
     this.PozivNaBrojZaduzenja.Location     = new System.Drawing.Point(164, 152);
     this.PozivNaBrojZaduzenja.MaxLength    = 22;
     this.PozivNaBrojZaduzenja.Name         = "PozivNaBrojZaduzenja";
     this.PozivNaBrojZaduzenja.Size         = new System.Drawing.Size(184, 21);
     this.PozivNaBrojZaduzenja.TabIndex     = 16;
     //
     // UltraLabel2
     //
     appearance3.ForeColor              = System.Drawing.Color.Black;
     appearance3.TextVAlignAsString     = "Middle";
     this.UltraLabel2.Appearance        = appearance3;
     this.UltraLabel2.BackColorInternal = System.Drawing.Color.Transparent;
     this.UltraLabel2.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.UltraLabel2.Location          = new System.Drawing.Point(9, 152);
     this.UltraLabel2.Name              = "UltraLabel2";
     this.UltraLabel2.Size              = new System.Drawing.Size(149, 23);
     this.UltraLabel2.TabIndex          = 15;
     this.UltraLabel2.Tag  = "";
     this.UltraLabel2.Text = "Poziv na broj zaduženja:";
     //
     // ModelZaduzenja
     //
     this.ModelZaduzenja.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
     this.ModelZaduzenja.Location     = new System.Drawing.Point(164, 128);
     this.ModelZaduzenja.MaxLength    = 2;
     this.ModelZaduzenja.Name         = "ModelZaduzenja";
     this.ModelZaduzenja.Size         = new System.Drawing.Size(28, 21);
     this.ModelZaduzenja.TabIndex     = 14;
     //
     // UltraLabel3
     //
     appearance.ForeColor               = System.Drawing.Color.Black;
     appearance.TextVAlignAsString      = "Middle";
     this.UltraLabel3.Appearance        = appearance;
     this.UltraLabel3.BackColorInternal = System.Drawing.Color.Transparent;
     this.UltraLabel3.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.UltraLabel3.Location          = new System.Drawing.Point(9, 128);
     this.UltraLabel3.Name              = "UltraLabel3";
     this.UltraLabel3.Size              = new System.Drawing.Size(149, 23);
     this.UltraLabel3.TabIndex          = 13;
     this.UltraLabel3.Tag               = "";
     this.UltraLabel3.Text              = "Model za PNB zaduženja:";
     //
     // ButtonDatotekaUniverzalna
     //
     this.ButtonDatotekaUniverzalna.Location = new System.Drawing.Point(195, 192);
     this.ButtonDatotekaUniverzalna.Name     = "ButtonDatotekaUniverzalna";
     this.ButtonDatotekaUniverzalna.Size     = new System.Drawing.Size(153, 23);
     this.ButtonDatotekaUniverzalna.TabIndex = 12;
     this.ButtonDatotekaUniverzalna.Text     = "Kreiraj univerzalnu datoteku";
     this.ButtonDatotekaUniverzalna.UseVisualStyleBackColor = true;
     this.ButtonDatotekaUniverzalna.Click += new System.EventHandler(this.ButtonDatotekaUniverzalna_Click);
     //
     // Label3
     //
     this.Label3.Location = new System.Drawing.Point(4, 69);
     this.Label3.Name     = "Label3";
     this.Label3.Size     = new System.Drawing.Size(154, 23);
     this.Label3.TabIndex = 11;
     this.Label3.Text     = "Datum uplate:";
     //
     // UltraButton1
     //
     this.UltraButton1.Location = new System.Drawing.Point(164, 97);
     this.UltraButton1.Name     = "UltraButton1";
     this.UltraButton1.Size     = new System.Drawing.Size(154, 23);
     this.UltraButton1.TabIndex = 10;
     this.UltraButton1.Text     = "Olakšica (odabir)";
     this.UltraButton1.Click   += new System.EventHandler(this.UltraButton1_Click);
     //
     // datum
     //
     this.datum.Location = new System.Drawing.Point(164, 69);
     this.datum.Name     = "datum";
     this.datum.Size     = new System.Drawing.Size(154, 21);
     this.datum.TabIndex = 9;
     //
     // Label2
     //
     this.Label2.Location = new System.Drawing.Point(4, 43);
     this.Label2.Name     = "Label2";
     this.Label2.Size     = new System.Drawing.Size(154, 23);
     this.Label2.TabIndex = 8;
     this.Label2.Text     = "Šifr. ugovaratelja:";
     //
     // sifraugovaratelja
     //
     this.sifraugovaratelja.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
     this.sifraugovaratelja.Location     = new System.Drawing.Point(164, 41);
     this.sifraugovaratelja.MaxLength    = 8;
     this.sifraugovaratelja.Name         = "sifraugovaratelja";
     this.sifraugovaratelja.Size         = new System.Drawing.Size(154, 21);
     this.sifraugovaratelja.TabIndex     = 7;
     //
     // rkdp
     //
     this.rkdp.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
     this.rkdp.Location     = new System.Drawing.Point(164, 14);
     this.rkdp.MaxLength    = 7;
     this.rkdp.Name         = "rkdp";
     this.rkdp.Size         = new System.Drawing.Size(154, 21);
     this.rkdp.TabIndex     = 6;
     //
     // Label1
     //
     this.Label1.Location = new System.Drawing.Point(4, 16);
     this.Label1.Name     = "Label1";
     this.Label1.Size     = new System.Drawing.Size(154, 23);
     this.Label1.TabIndex = 0;
     this.Label1.Text     = "RKDP:";
     //
     // DatotekaHZZO
     //
     this.Controls.Add(this.GroupBox1);
     this.Name = "DatotekaHZZO";
     this.Size = new System.Drawing.Size(400, 252);
     this.GroupBox1.ResumeLayout(false);
     this.GroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PozivNaBrojZaduzenja)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ModelZaduzenja)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.datum)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sifraugovaratelja)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rkdp)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 17
0
        public static void SetValue(Control control, string textValue, Type columnType)
        {
            IEnumerator enumerator = null;

            if (control is TextBox)
            {
                TextBox box = (TextBox)control;
                box.Text = textValue;
            }
            if (control is Label)
            {
                Label label = (Label)control;
                label.Text = textValue;
            }
            if (control is UltraLabel)
            {
                UltraLabel label2 = (UltraLabel)control;
                label2.Text = textValue;
            }
            if (control is UltraDateTimeEditor)
            {
                UltraDateTimeEditor editor = (UltraDateTimeEditor)control;
                editor.Text = textValue;
            }
            if (control is UltraTextEditor)
            {
                UltraTextEditor editor2 = (UltraTextEditor)control;
                editor2.Text = textValue;
            }
            if (control is UltraNumericEditor)
            {
                UltraNumericEditor editor3 = (UltraNumericEditor)control;
                if (editor3.NumericType == NumericType.Double)
                {
                    editor3.Value = double.Parse(textValue, CultureInfo.CurrentCulture);
                }
                else
                {
                    editor3.Value = long.Parse(textValue, CultureInfo.CurrentCulture);
                }
            }
            if (control is UltraMaskedEdit)
            {
                UltraMaskedEdit edit = (UltraMaskedEdit)control;
                edit.Text = textValue;
            }
            if (control is UltraCheckEditor)
            {
                UltraCheckEditor editor4 = (UltraCheckEditor)control;
                if ((textValue == "true") || (textValue == "True"))
                {
                    editor4.Checked = true;
                }
                else
                {
                    editor4.Checked = false;
                }
            }
            if (control is CheckBox)
            {
                CheckBox box2 = (CheckBox)control;
                if ((textValue == "true") || (textValue == "True"))
                {
                    box2.Checked = true;
                }
                else
                {
                    box2.Checked = false;
                }
            }
            if (!(control is ComboBox))
            {
                goto Label_0252;
            }
            ComboBox box3        = (ComboBox)control;
            object   objectValue = RuntimeHelpers.GetObjectValue(box3.SelectedValue);

            if (box3.DisplayMember == box3.ValueMember)
            {
                box3.SelectedIndex = box3.FindStringExact(textValue);
                goto Label_0252;
            }
            string valueMember = box3.ValueMember;

            valueMember = valueMember.Substring(valueMember.IndexOf(".") + 1);
            try
            {
                enumerator = box3.Items.GetEnumerator();
                while (enumerator.MoveNext())
                {
                    object      obj3 = RuntimeHelpers.GetObjectValue(enumerator.Current);
                    DataRowView view = (DataRowView)obj3;
                    if (view.Row[valueMember].ToString().Trim().Equals(textValue.Trim()))
                    {
                        box3.SelectedItem = RuntimeHelpers.GetObjectValue(obj3);
                        goto Label_023F;
                    }
                }
            }
            finally
            {
                if (enumerator is IDisposable)
                {
                    (enumerator as IDisposable).Dispose();
                }
            }
Label_023F:
            box3.SelectedValue = RuntimeHelpers.GetObjectValue(ConvertStringToTyped(textValue, columnType));
Label_0252:
            if (typeof(DeklaritComboBox).IsAssignableFrom(control.GetType()))
            {
                DeklaritComboBox box4 = (DeklaritComboBox)control;
                object           obj4 = RuntimeHelpers.GetObjectValue(box4.Value);
                if (box4.DisplayMember == box4.ValueMember)
                {
                    box4.SelectedIndex = box4.FindStringExact(textValue);
                }
                else
                {
                    string str2 = box4.ValueMember;
                    str2 = str2.Substring(str2.IndexOf(".") + 1);
                    ValueListItemEnumerator enumerator2 = box4.Items.GetEnumerator();
                    while (enumerator2.MoveNext())
                    {
                        ValueListItem current    = enumerator2.Current;
                        DataRowView   listObject = (DataRowView)current.ListObject;
                        if (listObject.Row[str2].ToString().Trim().Equals(textValue.Trim()))
                        {
                            box4.SelectedItem = current;
                            break;
                        }
                    }
                    box4.Value = RuntimeHelpers.GetObjectValue(ConvertStringToTyped(textValue, columnType));
                }
            }
            if (typeof(UltraComboEditor).IsAssignableFrom(control.GetType()))
            {
                UltraComboEditor editor5 = (UltraComboEditor)control;
                object           obj5    = RuntimeHelpers.GetObjectValue(editor5.Value);
                if (editor5.DisplayMember == editor5.ValueMember)
                {
                    editor5.SelectedIndex = editor5.FindStringExact(textValue);
                }
                else
                {
                    string str3 = editor5.ValueMember;
                    str3 = str3.Substring(str3.IndexOf(".") + 1);
                    ValueListItemEnumerator enumerator3 = editor5.Items.GetEnumerator();
                    while (enumerator3.MoveNext())
                    {
                        ValueListItem item2 = enumerator3.Current;
                        DataRowView   view3 = (DataRowView)item2.ListObject;
                        if (view3.Row[str3].ToString().Trim().Equals(textValue.Trim()))
                        {
                            editor5.SelectedItem = item2;
                            break;
                        }
                    }
                    editor5.Value = RuntimeHelpers.GetObjectValue(ConvertStringToTyped(textValue, columnType));
                }
            }
        }