예제 #1
0
 private void SerialKeyUp(object sender, System.Windows.Forms.KeyEventArgs e)
 {
     VisionInfoSolutionLibrary.TextBox txt = sender as VisionInfoSolutionLibrary.TextBox;
     if (txt.Text.Length >= 5 && Char.IsLetterOrDigit((char)e.KeyValue))
     {
         this.SelectNextControl(txt, true, true, true, true);
     }
     // Nese numri serial i futur eshte me 20 karaktere atehere kontrollojme nese numri eshte
     // ai i duhuri per te bere aktivizimin e programit
     if (this.txtSerial1.TextLength + this.txtSerial2.TextLength + this.txtSerial3.TextLength +
         this.txtSerial4.TextLength == 20)
     {
         this.btnOK.Enabled = true;
         this.AcceptButton  = btnOK;
     }
     else
     {
         this.btnOK.Enabled = false;
     }
 }
예제 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components           = new System.ComponentModel.Container();
     this.dgMesazhe            = new Janus.Windows.GridEX.GridEX();
     this.btnModifiko          = new VisionInfoSolutionLibrary.Button(this.components);
     this.gbShto               = new VisionInfoSolutionLibrary.GroupBox();
     this.lblTekstMesazh       = new VisionInfoSolutionLibrary.Label();
     this.txtShtoMesazh        = new VisionInfoSolutionLibrary.TextBox();
     this.lblDataShto          = new VisionInfoSolutionLibrary.Label();
     this.dtpShtoMesazh        = new VisionInfoSolutionLibrary.DateTimePicker();
     this.btnShto              = new VisionInfoSolutionLibrary.Button(this.components);
     this.gbMesazhet           = new VisionInfoSolutionLibrary.GroupBox();
     this.lblTekstModifikoFshi = new VisionInfoSolutionLibrary.Label();
     this.txtModifikoFshi      = new VisionInfoSolutionLibrary.TextBox();
     this.lblDataModifikoFshi  = new VisionInfoSolutionLibrary.Label();
     this.dtpModifikoFshi      = new VisionInfoSolutionLibrary.DateTimePicker();
     this.btnFshi              = new VisionInfoSolutionLibrary.Button(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.dgMesazhe)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbShto)).BeginInit();
     this.gbShto.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gbMesazhet)).BeginInit();
     this.gbMesazhet.SuspendLayout();
     this.SuspendLayout();
     //
     // lblStatus
     //
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(888, 24);
     //
     // dgMesazhe
     //
     this.dgMesazhe.AllowColumnDrag   = false;
     this.dgMesazhe.AllowEdit         = Janus.Windows.GridEX.InheritableBoolean.False;
     this.dgMesazhe.AlternatingColors = true;
     this.dgMesazhe.AlternatingRowFormatStyle.BackColor = System.Drawing.Color.Bisque;
     this.dgMesazhe.BackColor                           = System.Drawing.Color.WhiteSmoke;
     this.dgMesazhe.Cursor                              = System.Windows.Forms.Cursors.Default;
     this.dgMesazhe.GroupByBoxVisible                   = false;
     this.dgMesazhe.HeaderFormatStyle.BackColor         = System.Drawing.SystemColors.InactiveCaptionText;
     this.dgMesazhe.HeaderFormatStyle.BackColorGradient = System.Drawing.SystemColors.InactiveCaptionText;
     this.dgMesazhe.InvalidValueAction                  = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.dgMesazhe.LayoutData                          = @"<GridEXLayoutData><RootTable><Columns Collection=""true""><Column0 ID=""colData""><Caption>Data</Caption><CellToolTipText>Klikoni mbi mesazhin te cilin doni ta modifikoni ose fshini</CellToolTipText><DataMember>Data</DataMember><HeaderAlignment>Center</HeaderAlignment><Key>colData</Key><Position>0</Position><Width>139</Width></Column0><Column1 ID=""colTeksti""><Caption>Teksti</Caption><CellToolTipText>Klikoni mbi mesazhin te cilin doni ta modifikoni </CellToolTipText><DataMember>Mesazhi</DataMember><HeaderAlignment>Center</HeaderAlignment><Key>colTeksti</Key><Position>1</Position><Width>555</Width></Column1></Columns><DataMember>dsMesazhe</DataMember><GroupCondition ID="""" /><SortKeys Collection=""true""><SortKey0 ID=""SortKey0""><ColIndex>1</ColIndex></SortKey0></SortKeys></RootTable></GridEXLayoutData>";
     this.dgMesazhe.Location                            = new System.Drawing.Point(8, 20);
     this.dgMesazhe.Name = "dgMesazhe";
     this.dgMesazhe.SelectedFormatStyle.BackColorGradient = System.Drawing.SystemColors.Highlight;
     this.dgMesazhe.Size                = new System.Drawing.Size(696, 288);
     this.dgMesazhe.TabIndex            = 1;
     this.dgMesazhe.ThemedAreas         = Janus.Windows.GridEX.ThemedArea.ScrollBars;
     this.dgMesazhe.TreeLineColor       = System.Drawing.SystemColors.Desktop;
     this.dgMesazhe.UpdateOnLeave       = false;
     this.dgMesazhe.CurrentCellChanged += new System.EventHandler(this.dgMesazhe_CurrentCellChanged);
     //
     // btnModifiko
     //
     this.btnModifiko.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.btnModifiko.DoValidation = true;
     this.btnModifiko.FlatStyle    = System.Windows.Forms.FlatStyle.Flat;
     this.btnModifiko.Location     = new System.Drawing.Point(192, 532);
     this.btnModifiko.Name         = "btnModifiko";
     this.btnModifiko.Size         = new System.Drawing.Size(90, 21);
     this.btnModifiko.TabIndex     = 2;
     this.btnModifiko.Text         = "Modifiko";
     this.toolTips.SetToolTip(this.btnModifiko, "Modifiko mesazhin e zgjedhur");
     this.btnModifiko.VisualStyle = Janus.Windows.UI.VisualStyle.Office2003;
     this.btnModifiko.Click      += new System.EventHandler(this.btnModifiko_Click);
     //
     // gbShto
     //
     this.gbShto.BackColor = System.Drawing.Color.Transparent;
     this.gbShto.Controls.Add(this.lblTekstMesazh);
     this.gbShto.Controls.Add(this.txtShtoMesazh);
     this.gbShto.Controls.Add(this.lblDataShto);
     this.gbShto.Controls.Add(this.dtpShtoMesazh);
     this.gbShto.FlatStyle   = System.Windows.Forms.FlatStyle.Flat;
     this.gbShto.Location    = new System.Drawing.Point(10, 42);
     this.gbShto.Name        = "gbShto";
     this.gbShto.Size        = new System.Drawing.Size(536, 84);
     this.gbShto.TabIndex    = 3;
     this.gbShto.Text        = "Shto mesazh te ri";
     this.gbShto.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2003;
     //
     // lblTekstMesazh
     //
     this.lblTekstMesazh.Location  = new System.Drawing.Point(8, 48);
     this.lblTekstMesazh.Name      = "lblTekstMesazh";
     this.lblTekstMesazh.Size      = new System.Drawing.Size(100, 20);
     this.lblTekstMesazh.TabIndex  = 3;
     this.lblTekstMesazh.Text      = "Teksti i mesazhit";
     this.lblTekstMesazh.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtShtoMesazh
     //
     this.txtShtoMesazh.AutoSize             = false;
     this.txtShtoMesazh.DefaultErrorMessage  = "";
     this.txtShtoMesazh.DesabledControlColor = System.Drawing.SystemColors.ControlLight;
     this.txtShtoMesazh.FixedLength          = false;
     this.txtShtoMesazh.IsValid              = true;
     this.txtShtoMesazh.Location             = new System.Drawing.Point(112, 48);
     this.txtShtoMesazh.Name                 = "txtShtoMesazh";
     this.txtShtoMesazh.Required             = false;
     this.txtShtoMesazh.RequiredControlColor = System.Drawing.Color.White;
     this.txtShtoMesazh.Size                 = new System.Drawing.Size(336, 20);
     this.txtShtoMesazh.TabIndex             = 2;
     this.txtShtoMesazh.Text                 = "";
     this.toolTips.SetToolTip(this.txtShtoMesazh, "Teksti i mesazhit te ri qe do te shtoni");
     //
     // lblDataShto
     //
     this.lblDataShto.Location  = new System.Drawing.Point(8, 20);
     this.lblDataShto.Name      = "lblDataShto";
     this.lblDataShto.Size      = new System.Drawing.Size(100, 20);
     this.lblDataShto.TabIndex  = 1;
     this.lblDataShto.Text      = "Data e mesazhit";
     this.lblDataShto.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // dtpShtoMesazh
     //
     this.dtpShtoMesazh.CustomFormat        = "dd/MM/yyyy HH:mm";
     this.dtpShtoMesazh.DefaultErrorMessage = "";
     this.dtpShtoMesazh.Format     = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpShtoMesazh.IsValid    = true;
     this.dtpShtoMesazh.Location   = new System.Drawing.Point(112, 20);
     this.dtpShtoMesazh.Name       = "dtpShtoMesazh";
     this.dtpShtoMesazh.Required   = false;
     this.dtpShtoMesazh.ShowUpDown = true;
     this.dtpShtoMesazh.TabIndex   = 0;
     this.toolTips.SetToolTip(this.dtpShtoMesazh, "Koha ne te cilin do te paraqitet mesazhi i ri");
     this.dtpShtoMesazh.Value = new System.DateTime(2006, 1, 12, 11, 50, 0, 0);
     //
     // btnShto
     //
     this.btnShto.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.btnShto.DoValidation = true;
     this.btnShto.FlatStyle    = System.Windows.Forms.FlatStyle.Flat;
     this.btnShto.Location     = new System.Drawing.Point(564, 72);
     this.btnShto.Name         = "btnShto";
     this.btnShto.Size         = new System.Drawing.Size(90, 21);
     this.btnShto.TabIndex     = 4;
     this.btnShto.Text         = "Shto";
     this.toolTips.SetToolTip(this.btnShto, "Shto mesazhin e ri");
     this.btnShto.VisualStyle = Janus.Windows.UI.VisualStyle.Office2003;
     this.btnShto.Click      += new System.EventHandler(this.btnShto_Click);
     //
     // gbMesazhet
     //
     this.gbMesazhet.BackColor = System.Drawing.Color.Transparent;
     this.gbMesazhet.Controls.Add(this.dgMesazhe);
     this.gbMesazhet.Controls.Add(this.lblTekstModifikoFshi);
     this.gbMesazhet.Controls.Add(this.txtModifikoFshi);
     this.gbMesazhet.Controls.Add(this.lblDataModifikoFshi);
     this.gbMesazhet.Controls.Add(this.dtpModifikoFshi);
     this.gbMesazhet.FlatStyle   = System.Windows.Forms.FlatStyle.Flat;
     this.gbMesazhet.Location    = new System.Drawing.Point(10, 128);
     this.gbMesazhet.Name        = "gbMesazhet";
     this.gbMesazhet.Size        = new System.Drawing.Size(716, 388);
     this.gbMesazhet.TabIndex    = 5;
     this.gbMesazhet.Text        = "Mesazhet e deritanishme";
     this.gbMesazhet.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2003;
     //
     // lblTekstModifikoFshi
     //
     this.lblTekstModifikoFshi.Location  = new System.Drawing.Point(8, 352);
     this.lblTekstModifikoFshi.Name      = "lblTekstModifikoFshi";
     this.lblTekstModifikoFshi.Size      = new System.Drawing.Size(100, 20);
     this.lblTekstModifikoFshi.TabIndex  = 9;
     this.lblTekstModifikoFshi.Text      = "Teksti i mesazhit";
     this.lblTekstModifikoFshi.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtModifikoFshi
     //
     this.txtModifikoFshi.AutoSize             = false;
     this.txtModifikoFshi.DefaultErrorMessage  = "";
     this.txtModifikoFshi.DesabledControlColor = System.Drawing.SystemColors.ControlLight;
     this.txtModifikoFshi.FixedLength          = false;
     this.txtModifikoFshi.IsValid              = true;
     this.txtModifikoFshi.Location             = new System.Drawing.Point(112, 352);
     this.txtModifikoFshi.Name                 = "txtModifikoFshi";
     this.txtModifikoFshi.Required             = false;
     this.txtModifikoFshi.RequiredControlColor = System.Drawing.Color.White;
     this.txtModifikoFshi.Size                 = new System.Drawing.Size(336, 20);
     this.txtModifikoFshi.TabIndex             = 8;
     this.txtModifikoFshi.Text                 = "";
     this.toolTips.SetToolTip(this.txtModifikoFshi, "Teksti i mesazhit");
     //
     // lblDataModifikoFshi
     //
     this.lblDataModifikoFshi.Location  = new System.Drawing.Point(8, 324);
     this.lblDataModifikoFshi.Name      = "lblDataModifikoFshi";
     this.lblDataModifikoFshi.Size      = new System.Drawing.Size(100, 20);
     this.lblDataModifikoFshi.TabIndex  = 7;
     this.lblDataModifikoFshi.Text      = "Data e mesazhit";
     this.lblDataModifikoFshi.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // dtpModifikoFshi
     //
     this.dtpModifikoFshi.CustomFormat        = "dd/MM/yyyy HH:mm";
     this.dtpModifikoFshi.DefaultErrorMessage = "";
     this.dtpModifikoFshi.Format     = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpModifikoFshi.IsValid    = true;
     this.dtpModifikoFshi.Location   = new System.Drawing.Point(112, 324);
     this.dtpModifikoFshi.Name       = "dtpModifikoFshi";
     this.dtpModifikoFshi.Required   = false;
     this.dtpModifikoFshi.ShowUpDown = true;
     this.dtpModifikoFshi.TabIndex   = 6;
     this.toolTips.SetToolTip(this.dtpModifikoFshi, "Koha ne te cilin do te paraqitet mesazhi");
     this.dtpModifikoFshi.Value = new System.DateTime(2006, 1, 12, 11, 50, 0, 0);
     //
     // btnFshi
     //
     this.btnFshi.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.btnFshi.DoValidation = true;
     this.btnFshi.FlatStyle    = System.Windows.Forms.FlatStyle.Flat;
     this.btnFshi.Location     = new System.Drawing.Point(340, 532);
     this.btnFshi.Name         = "btnFshi";
     this.btnFshi.Size         = new System.Drawing.Size(90, 21);
     this.btnFshi.TabIndex     = 6;
     this.btnFshi.Text         = "Fshi";
     this.toolTips.SetToolTip(this.btnFshi, "Fshi mesazhin e zgjedhur");
     this.btnFshi.VisualStyle = Janus.Windows.UI.VisualStyle.Office2003;
     this.btnFshi.Click      += new System.EventHandler(this.btnFshi_Click);
     //
     // Reminder
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(888, 604);
     this.Controls.Add(this.btnFshi);
     this.Controls.Add(this.gbMesazhet);
     this.Controls.Add(this.btnShto);
     this.Controls.Add(this.gbShto);
     this.Controls.Add(this.btnModifiko);
     this.HelpFile      = "ALARM.htm";
     this.Name          = "Reminder";
     this.Text          = "Mesazhe alarmi";
     this.TitullGjeresi = 888;
     this.Load         += new System.EventHandler(this.Reminder_Load);
     this.Controls.SetChildIndex(this.btnModifiko, 0);
     this.Controls.SetChildIndex(this.gbShto, 0);
     this.Controls.SetChildIndex(this.btnShto, 0);
     this.Controls.SetChildIndex(this.gbMesazhet, 0);
     this.Controls.SetChildIndex(this.btnFshi, 0);
     this.Controls.SetChildIndex(this.lblStatus, 0);
     ((System.ComponentModel.ISupportInitialize)(this.dgMesazhe)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbShto)).EndInit();
     this.gbShto.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gbMesazhet)).EndInit();
     this.gbMesazhet.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components      = new System.ComponentModel.Container();
     this.gbStili         = new VisionInfoSolutionLibrary.GroupBox();
     this.rbStilXP        = new VisionInfoSolutionLibrary.RadioButton(this.components);
     this.rbStilOffice    = new VisionInfoSolutionLibrary.RadioButton(this.components);
     this.gbEmail         = new VisionInfoSolutionLibrary.GroupBox();
     this.lblEmail        = new VisionInfoSolutionLibrary.Label();
     this.lblPassword     = new VisionInfoSolutionLibrary.Label();
     this.lblHost         = new VisionInfoSolutionLibrary.Label();
     this.txtHost         = new VisionInfoSolutionLibrary.TextBox();
     this.txtEmail        = new VisionInfoSolutionLibrary.TextBox();
     this.txtPassword     = new VisionInfoSolutionLibrary.TextBox();
     this.btnRuaj         = new VisionInfoSolutionLibrary.Button(this.components);
     this.gbGjuha         = new VisionInfoSolutionLibrary.GroupBox();
     this.rbFrengjisht    = new VisionInfoSolutionLibrary.RadioButton(this.components);
     this.rbItalisht      = new VisionInfoSolutionLibrary.RadioButton(this.components);
     this.rbAnglisht      = new VisionInfoSolutionLibrary.RadioButton(this.components);
     this.rbShqip         = new VisionInfoSolutionLibrary.RadioButton(this.components);
     this.warning         = new VisionInfoSolutionLibrary.ErrorProvider();
     this.cmbProgramet    = new VisionInfoSolutionLibrary.ComboBox(this.components);
     this.gbAssemblies    = new VisionInfoSolutionLibrary.GroupBox();
     this.label2          = new VisionInfoSolutionLibrary.Label();
     this.label1          = new VisionInfoSolutionLibrary.Label();
     this.txtIpPc         = new VisionInfoSolutionLibrary.TextBox();
     this.btnRuajAssembly = new VisionInfoSolutionLibrary.Button(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.gbStili)).BeginInit();
     this.gbStili.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gbEmail)).BeginInit();
     this.gbEmail.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gbGjuha)).BeginInit();
     this.gbGjuha.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gbAssemblies)).BeginInit();
     this.gbAssemblies.SuspendLayout();
     this.SuspendLayout();
     //
     // lblStatus
     //
     this.lblStatus.Name = "lblStatus";
     //
     // gbStili
     //
     this.gbStili.BackColor = System.Drawing.Color.Transparent;
     this.gbStili.Controls.Add(this.rbStilXP);
     this.gbStili.Controls.Add(this.rbStilOffice);
     this.gbStili.FlatStyle   = System.Windows.Forms.FlatStyle.Flat;
     this.gbStili.Location    = new System.Drawing.Point(10, 42);
     this.gbStili.Name        = "gbStili";
     this.gbStili.Size        = new System.Drawing.Size(390, 68);
     this.gbStili.TabIndex    = 1;
     this.gbStili.Text        = "Stili ne te cilin do te paraqitet programi";
     this.gbStili.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2003;
     //
     // rbStilXP
     //
     this.rbStilXP.Location = new System.Drawing.Point(20, 24);
     this.rbStilXP.Name     = "rbStilXP";
     this.rbStilXP.Size     = new System.Drawing.Size(132, 24);
     this.rbStilXP.TabIndex = 1;
     this.rbStilXP.Text     = "Ne stilin XP dhe klasik";
     //
     // rbStilOffice
     //
     this.rbStilOffice.Location = new System.Drawing.Point(212, 24);
     this.rbStilOffice.Name     = "rbStilOffice";
     this.rbStilOffice.Size     = new System.Drawing.Size(116, 24);
     this.rbStilOffice.TabIndex = 0;
     this.rbStilOffice.Text     = "Ne stilin Office 2003";
     //
     // gbEmail
     //
     this.gbEmail.BackColor = System.Drawing.Color.Transparent;
     this.gbEmail.Controls.Add(this.lblEmail);
     this.gbEmail.Controls.Add(this.lblPassword);
     this.gbEmail.Controls.Add(this.lblHost);
     this.gbEmail.Controls.Add(this.txtHost);
     this.gbEmail.Controls.Add(this.txtEmail);
     this.gbEmail.Controls.Add(this.txtPassword);
     this.gbEmail.FlatStyle   = System.Windows.Forms.FlatStyle.Flat;
     this.gbEmail.Location    = new System.Drawing.Point(10, 184);
     this.gbEmail.Name        = "gbEmail";
     this.gbEmail.Size        = new System.Drawing.Size(390, 132);
     this.gbEmail.TabIndex    = 2;
     this.gbEmail.Text        = "Rregullimi i vlerave te adreses elektronike";
     this.gbEmail.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2003;
     //
     // lblEmail
     //
     this.lblEmail.Location  = new System.Drawing.Point(24, 28);
     this.lblEmail.Name      = "lblEmail";
     this.lblEmail.Size      = new System.Drawing.Size(100, 20);
     this.lblEmail.TabIndex  = 5;
     this.lblEmail.Text      = "Adresa e emailit";
     this.lblEmail.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblPassword
     //
     this.lblPassword.Location  = new System.Drawing.Point(24, 56);
     this.lblPassword.Name      = "lblPassword";
     this.lblPassword.Size      = new System.Drawing.Size(100, 20);
     this.lblPassword.TabIndex  = 4;
     this.lblPassword.Text      = "Fjalekalimi";
     this.lblPassword.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblHost
     //
     this.lblHost.Location  = new System.Drawing.Point(24, 84);
     this.lblHost.Name      = "lblHost";
     this.lblHost.Size      = new System.Drawing.Size(96, 20);
     this.lblHost.TabIndex  = 3;
     this.lblHost.Text      = "Host";
     this.lblHost.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtHost
     //
     this.txtHost.AutoSize             = false;
     this.txtHost.DefaultErrorMessage  = "";
     this.txtHost.DesabledControlColor = System.Drawing.SystemColors.ControlLight;
     this.txtHost.FixedLength          = false;
     this.txtHost.IsValid              = true;
     this.txtHost.Location             = new System.Drawing.Point(144, 84);
     this.txtHost.Name                 = "txtHost";
     this.txtHost.Required             = false;
     this.txtHost.RequiredControlColor = System.Drawing.Color.White;
     this.txtHost.Size                 = new System.Drawing.Size(168, 20);
     this.txtHost.TabIndex             = 2;
     this.txtHost.Text                 = "";
     //
     // txtEmail
     //
     this.txtEmail.AutoSize             = false;
     this.txtEmail.DefaultErrorMessage  = "";
     this.txtEmail.DesabledControlColor = System.Drawing.SystemColors.ControlLight;
     this.txtEmail.FixedLength          = false;
     this.txtEmail.IsValid              = true;
     this.txtEmail.Location             = new System.Drawing.Point(144, 28);
     this.txtEmail.Name                 = "txtEmail";
     this.txtEmail.Required             = false;
     this.txtEmail.RequiredControlColor = System.Drawing.Color.White;
     this.txtEmail.Size                 = new System.Drawing.Size(168, 20);
     this.txtEmail.TabIndex             = 1;
     this.txtEmail.Text                 = "";
     this.txtEmail.Leave               += new System.EventHandler(this.txtEmail_Leave);
     //
     // txtPassword
     //
     this.txtPassword.AutoSize             = false;
     this.txtPassword.DefaultErrorMessage  = "";
     this.txtPassword.DesabledControlColor = System.Drawing.SystemColors.ControlLight;
     this.txtPassword.FixedLength          = false;
     this.txtPassword.IsValid              = true;
     this.txtPassword.Location             = new System.Drawing.Point(144, 56);
     this.txtPassword.Name                 = "txtPassword";
     this.txtPassword.PasswordChar         = '*';
     this.txtPassword.Required             = false;
     this.txtPassword.RequiredControlColor = System.Drawing.Color.White;
     this.txtPassword.Size                 = new System.Drawing.Size(168, 20);
     this.txtPassword.TabIndex             = 0;
     this.txtPassword.Text                 = "";
     //
     // btnRuaj
     //
     this.btnRuaj.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.btnRuaj.DoValidation = false;
     this.btnRuaj.FlatStyle    = System.Windows.Forms.FlatStyle.Flat;
     this.btnRuaj.Location     = new System.Drawing.Point(272, 332);
     this.btnRuaj.Name         = "btnRuaj";
     this.btnRuaj.Size         = new System.Drawing.Size(90, 21);
     this.btnRuaj.TabIndex     = 3;
     this.btnRuaj.Text         = "Ruaj";
     this.toolTips.SetToolTip(this.btnRuaj, "Ruan ndryshimet e bera ne tiparet e programit!");
     this.btnRuaj.VisualStyle = Janus.Windows.UI.VisualStyle.Office2003;
     this.btnRuaj.Click      += new System.EventHandler(this.btnRuaj_Click);
     //
     // gbGjuha
     //
     this.gbGjuha.BackColor = System.Drawing.Color.Transparent;
     this.gbGjuha.Controls.Add(this.rbFrengjisht);
     this.gbGjuha.Controls.Add(this.rbItalisht);
     this.gbGjuha.Controls.Add(this.rbAnglisht);
     this.gbGjuha.Controls.Add(this.rbShqip);
     this.gbGjuha.FlatStyle   = System.Windows.Forms.FlatStyle.Flat;
     this.gbGjuha.Location    = new System.Drawing.Point(10, 112);
     this.gbGjuha.Name        = "gbGjuha";
     this.gbGjuha.Size        = new System.Drawing.Size(392, 68);
     this.gbGjuha.TabIndex    = 4;
     this.gbGjuha.Text        = "Zgjidhni gjuhen e printimit te faturave";
     this.gbGjuha.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2003;
     //
     // rbFrengjisht
     //
     this.rbFrengjisht.Location = new System.Drawing.Point(292, 24);
     this.rbFrengjisht.Name     = "rbFrengjisht";
     this.rbFrengjisht.Size     = new System.Drawing.Size(80, 24);
     this.rbFrengjisht.TabIndex = 3;
     this.rbFrengjisht.Text     = "Frengjisht";
     //
     // rbItalisht
     //
     this.rbItalisht.Location = new System.Drawing.Point(204, 24);
     this.rbItalisht.Name     = "rbItalisht";
     this.rbItalisht.Size     = new System.Drawing.Size(80, 24);
     this.rbItalisht.TabIndex = 2;
     this.rbItalisht.Text     = "Italisht";
     //
     // rbAnglisht
     //
     this.rbAnglisht.Location = new System.Drawing.Point(108, 24);
     this.rbAnglisht.Name     = "rbAnglisht";
     this.rbAnglisht.Size     = new System.Drawing.Size(80, 24);
     this.rbAnglisht.TabIndex = 1;
     this.rbAnglisht.Text     = "Anglisht";
     //
     // rbShqip
     //
     this.rbShqip.Location = new System.Drawing.Point(16, 24);
     this.rbShqip.Name     = "rbShqip";
     this.rbShqip.Size     = new System.Drawing.Size(80, 24);
     this.rbShqip.TabIndex = 0;
     this.rbShqip.Text     = "Shqip";
     //
     // warning
     //
     this.warning.ContainerControl = this;
     //
     // cmbProgramet
     //
     this.cmbProgramet.DefaultErrorMessage = null;
     this.cmbProgramet.IsValid             = false;
     this.cmbProgramet.Location            = new System.Drawing.Point(172, 36);
     this.cmbProgramet.Name     = "cmbProgramet";
     this.cmbProgramet.Required = false;
     this.cmbProgramet.Size     = new System.Drawing.Size(148, 21);
     this.cmbProgramet.TabIndex = 5;
     //
     // gbAssemblies
     //
     this.gbAssemblies.BackColor = System.Drawing.Color.Transparent;
     this.gbAssemblies.Controls.Add(this.label2);
     this.gbAssemblies.Controls.Add(this.label1);
     this.gbAssemblies.Controls.Add(this.txtIpPc);
     this.gbAssemblies.Controls.Add(this.cmbProgramet);
     this.gbAssemblies.FlatStyle   = System.Windows.Forms.FlatStyle.Flat;
     this.gbAssemblies.Location    = new System.Drawing.Point(412, 42);
     this.gbAssemblies.Name        = "gbAssemblies";
     this.gbAssemblies.Size        = new System.Drawing.Size(348, 140);
     this.gbAssemblies.TabIndex    = 6;
     this.gbAssemblies.Text        = "Konfigurimi i programeve te tjere";
     this.gbAssemblies.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2003;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(24, 76);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(136, 20);
     this.label2.TabIndex  = 8;
     this.label2.Text      = "Emri ose IP i kompjuterit";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(28, 36);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(132, 20);
     this.label1.TabIndex  = 7;
     this.label1.Text      = "Programi ndihmes";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtIpPc
     //
     this.txtIpPc.AutoSize             = false;
     this.txtIpPc.DefaultErrorMessage  = "";
     this.txtIpPc.DesabledControlColor = System.Drawing.SystemColors.ControlLight;
     this.txtIpPc.FixedLength          = false;
     this.txtIpPc.IsValid              = true;
     this.txtIpPc.Location             = new System.Drawing.Point(172, 72);
     this.txtIpPc.Name                 = "txtIpPc";
     this.txtIpPc.Required             = false;
     this.txtIpPc.RequiredControlColor = System.Drawing.Color.White;
     this.txtIpPc.Size                 = new System.Drawing.Size(144, 20);
     this.txtIpPc.TabIndex             = 6;
     this.txtIpPc.Text                 = "";
     //
     // btnRuajAssembly
     //
     this.btnRuajAssembly.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.btnRuajAssembly.DoValidation = true;
     this.btnRuajAssembly.FlatStyle    = System.Windows.Forms.FlatStyle.Flat;
     this.btnRuajAssembly.Location     = new System.Drawing.Point(644, 196);
     this.btnRuajAssembly.Name         = "btnRuajAssembly";
     this.btnRuajAssembly.Size         = new System.Drawing.Size(90, 21);
     this.btnRuajAssembly.TabIndex     = 7;
     this.btnRuajAssembly.Text         = "Ruaj";
     this.btnRuajAssembly.VisualStyle  = Janus.Windows.UI.VisualStyle.Office2003;
     this.btnRuajAssembly.Click       += new System.EventHandler(this.btnRuajAssembly_Click);
     //
     // Settings
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(936, 520);
     this.Controls.Add(this.btnRuajAssembly);
     this.Controls.Add(this.gbAssemblies);
     this.Controls.Add(this.gbGjuha);
     this.Controls.Add(this.btnRuaj);
     this.Controls.Add(this.gbEmail);
     this.Controls.Add(this.gbStili);
     this.HelpFile = "RREGULLIME.htm";
     this.Name     = "Settings";
     this.Text     = "Rregullime";
     this.Load    += new System.EventHandler(this.Settings_Load);
     this.Controls.SetChildIndex(this.gbStili, 0);
     this.Controls.SetChildIndex(this.gbEmail, 0);
     this.Controls.SetChildIndex(this.btnRuaj, 0);
     this.Controls.SetChildIndex(this.lblStatus, 0);
     this.Controls.SetChildIndex(this.gbGjuha, 0);
     this.Controls.SetChildIndex(this.gbAssemblies, 0);
     this.Controls.SetChildIndex(this.btnRuajAssembly, 0);
     ((System.ComponentModel.ISupportInitialize)(this.gbStili)).EndInit();
     this.gbStili.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gbEmail)).EndInit();
     this.gbEmail.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gbGjuha)).EndInit();
     this.gbGjuha.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gbAssemblies)).EndInit();
     this.gbAssemblies.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components      = new System.ComponentModel.Container();
     this.groupBox1       = new VisionInfoSolutionLibrary.GroupBox();
     this.txtKodFiskal    = new VisionInfoSolutionLibrary.TextBox();
     this.lblKodFiskal    = new VisionInfoSolutionLibrary.Label();
     this.btnFshi         = new VisionInfoSolutionLibrary.Button(this.components);
     this.pictureBox1     = new VisionInfoSolutionLibrary.PictureBox();
     this.button1         = new VisionInfoSolutionLibrary.Button(this.components);
     this.txtWebSite      = new VisionInfoSolutionLibrary.TextBox();
     this.txtEmail        = new VisionInfoSolutionLibrary.TextBox();
     this.txtTelefoni     = new VisionInfoSolutionLibrary.TextBox();
     this.txtAdresa       = new VisionInfoSolutionLibrary.TextBox();
     this.txtEmri         = new VisionInfoSolutionLibrary.TextBox();
     this.label6          = new VisionInfoSolutionLibrary.Label();
     this.label5          = new VisionInfoSolutionLibrary.Label();
     this.label3          = new VisionInfoSolutionLibrary.Label();
     this.label2          = new VisionInfoSolutionLibrary.Label();
     this.label1          = new VisionInfoSolutionLibrary.Label();
     this.btnRuaj         = new VisionInfoSolutionLibrary.Button(this.components);
     this.label7          = new VisionInfoSolutionLibrary.Label();
     this.label8          = new VisionInfoSolutionLibrary.Label();
     this.groupBox2       = new VisionInfoSolutionLibrary.GroupBox();
     this.txtFQendrimi    = new VisionInfoSolutionLibrary.TextBox();
     this.txtFRezervimi   = new VisionInfoSolutionLibrary.TextBox();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox1)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox2)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // lblStatus
     //
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(896, 25);
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.txtKodFiskal);
     this.groupBox1.Controls.Add(this.lblKodFiskal);
     this.groupBox1.Controls.Add(this.btnFshi);
     this.groupBox1.Controls.Add(this.pictureBox1);
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Controls.Add(this.txtWebSite);
     this.groupBox1.Controls.Add(this.txtEmail);
     this.groupBox1.Controls.Add(this.txtTelefoni);
     this.groupBox1.Controls.Add(this.txtAdresa);
     this.groupBox1.Controls.Add(this.txtEmri);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.FlatStyle   = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location    = new System.Drawing.Point(10, 42);
     this.groupBox1.Name        = "groupBox1";
     this.groupBox1.Size        = new System.Drawing.Size(520, 222);
     this.groupBox1.TabIndex    = 1;
     this.groupBox1.Text        = "Konfigurimi i te dhenave per hotelin";
     this.groupBox1.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2003;
     //
     // txtKodFiskal
     //
     this.txtKodFiskal.AutoSize             = false;
     this.txtKodFiskal.DefaultErrorMessage  = "";
     this.txtKodFiskal.DesabledControlColor = System.Drawing.SystemColors.ControlLight;
     this.txtKodFiskal.FixedLength          = false;
     this.txtKodFiskal.IsValid              = true;
     this.txtKodFiskal.Location             = new System.Drawing.Point(96, 184);
     this.txtKodFiskal.Name                 = "txtKodFiskal";
     this.txtKodFiskal.Required             = false;
     this.txtKodFiskal.RequiredControlColor = System.Drawing.Color.White;
     this.txtKodFiskal.Size                 = new System.Drawing.Size(200, 21);
     this.txtKodFiskal.TabIndex             = 16;
     this.txtKodFiskal.Text                 = "";
     //
     // lblKodFiskal
     //
     this.lblKodFiskal.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblKodFiskal.Location  = new System.Drawing.Point(20, 188);
     this.lblKodFiskal.Name      = "lblKodFiskal";
     this.lblKodFiskal.Size      = new System.Drawing.Size(68, 20);
     this.lblKodFiskal.TabIndex  = 15;
     this.lblKodFiskal.Text      = "Kodi fiskal";
     this.lblKodFiskal.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // btnFshi
     //
     this.btnFshi.BackColor    = System.Drawing.Color.Blue;
     this.btnFshi.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.btnFshi.DoValidation = true;
     this.btnFshi.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.btnFshi.Location     = new System.Drawing.Point(416, 152);
     this.btnFshi.Name         = "btnFshi";
     this.btnFshi.Size         = new System.Drawing.Size(90, 21);
     this.btnFshi.TabIndex     = 14;
     this.btnFshi.Text         = "Fshi logo";
     this.btnFshi.VisualStyle  = Janus.Windows.UI.VisualStyle.Office2003;
     this.btnFshi.Click       += new System.EventHandler(this.btnFshi_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pictureBox1.Location    = new System.Drawing.Point(344, 40);
     this.pictureBox1.Name        = "pictureBox1";
     this.pictureBox1.Size        = new System.Drawing.Size(128, 96);
     this.pictureBox1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex    = 13;
     this.pictureBox1.TabStop     = false;
     //
     // button1
     //
     this.button1.BackColor    = System.Drawing.Color.Blue;
     this.button1.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.button1.DoValidation = true;
     this.button1.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.button1.Location     = new System.Drawing.Point(316, 152);
     this.button1.Name         = "button1";
     this.button1.Size         = new System.Drawing.Size(90, 21);
     this.button1.TabIndex     = 12;
     this.button1.Text         = "Zgjidh logo";
     this.button1.VisualStyle  = Janus.Windows.UI.VisualStyle.Office2003;
     this.button1.Click       += new System.EventHandler(this.button1_Click);
     //
     // txtWebSite
     //
     this.txtWebSite.AutoSize             = false;
     this.txtWebSite.DefaultErrorMessage  = "";
     this.txtWebSite.DesabledControlColor = System.Drawing.SystemColors.ControlLight;
     this.txtWebSite.FixedLength          = false;
     this.txtWebSite.IsValid              = true;
     this.txtWebSite.Location             = new System.Drawing.Point(96, 152);
     this.txtWebSite.Name                 = "txtWebSite";
     this.txtWebSite.Required             = false;
     this.txtWebSite.RequiredControlColor = System.Drawing.Color.White;
     this.txtWebSite.Size                 = new System.Drawing.Size(200, 21);
     this.txtWebSite.TabIndex             = 11;
     this.txtWebSite.Text                 = "";
     //
     // txtEmail
     //
     this.txtEmail.AutoSize             = false;
     this.txtEmail.DefaultErrorMessage  = "";
     this.txtEmail.DesabledControlColor = System.Drawing.SystemColors.ControlLight;
     this.txtEmail.FixedLength          = false;
     this.txtEmail.IsValid              = true;
     this.txtEmail.Location             = new System.Drawing.Point(96, 120);
     this.txtEmail.Name                 = "txtEmail";
     this.txtEmail.Required             = false;
     this.txtEmail.RequiredControlColor = System.Drawing.Color.White;
     this.txtEmail.Size                 = new System.Drawing.Size(200, 21);
     this.txtEmail.TabIndex             = 10;
     this.txtEmail.Text                 = "";
     //
     // txtTelefoni
     //
     this.txtTelefoni.AutoSize             = false;
     this.txtTelefoni.DefaultErrorMessage  = "";
     this.txtTelefoni.DesabledControlColor = System.Drawing.SystemColors.ControlLight;
     this.txtTelefoni.FixedLength          = false;
     this.txtTelefoni.IsValid              = true;
     this.txtTelefoni.Location             = new System.Drawing.Point(96, 88);
     this.txtTelefoni.Name                 = "txtTelefoni";
     this.txtTelefoni.Required             = false;
     this.txtTelefoni.RequiredControlColor = System.Drawing.Color.White;
     this.txtTelefoni.Size                 = new System.Drawing.Size(200, 21);
     this.txtTelefoni.TabIndex             = 9;
     this.txtTelefoni.Text                 = "";
     //
     // txtAdresa
     //
     this.txtAdresa.AutoSize             = false;
     this.txtAdresa.DefaultErrorMessage  = "";
     this.txtAdresa.DesabledControlColor = System.Drawing.SystemColors.ControlLight;
     this.txtAdresa.FixedLength          = false;
     this.txtAdresa.IsValid              = true;
     this.txtAdresa.Location             = new System.Drawing.Point(96, 56);
     this.txtAdresa.Name                 = "txtAdresa";
     this.txtAdresa.Required             = false;
     this.txtAdresa.RequiredControlColor = System.Drawing.Color.White;
     this.txtAdresa.Size                 = new System.Drawing.Size(200, 21);
     this.txtAdresa.TabIndex             = 7;
     this.txtAdresa.Text                 = "";
     //
     // txtEmri
     //
     this.txtEmri.AutoSize             = false;
     this.txtEmri.DefaultErrorMessage  = "";
     this.txtEmri.DesabledControlColor = System.Drawing.SystemColors.ControlLight;
     this.txtEmri.FixedLength          = false;
     this.txtEmri.IsValid              = true;
     this.txtEmri.Location             = new System.Drawing.Point(96, 24);
     this.txtEmri.Name                 = "txtEmri";
     this.txtEmri.Required             = false;
     this.txtEmri.RequiredControlColor = System.Drawing.Color.White;
     this.txtEmri.Size                 = new System.Drawing.Size(200, 21);
     this.txtEmri.TabIndex             = 6;
     this.txtEmri.Text                 = "";
     this.txtEmri.TextChanged         += new System.EventHandler(this.textBox1_TextChanged);
     //
     // label6
     //
     this.label6.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label6.Location  = new System.Drawing.Point(24, 156);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(64, 20);
     this.label6.TabIndex  = 5;
     this.label6.Text      = "Website";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label5.Location  = new System.Drawing.Point(32, 120);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(56, 20);
     this.label5.TabIndex  = 4;
     this.label5.Text      = "E-mail";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label3.Location  = new System.Drawing.Point(4, 88);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(84, 20);
     this.label3.TabIndex  = 2;
     this.label3.Text      = "Numer telefoni";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label2.Location  = new System.Drawing.Point(28, 56);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(60, 20);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "Adresa";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label1.Location  = new System.Drawing.Point(40, 24);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(48, 20);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Emri";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnRuaj
     //
     this.btnRuaj.BackColor    = System.Drawing.Color.Blue;
     this.btnRuaj.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.btnRuaj.DoValidation = true;
     this.btnRuaj.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.btnRuaj.Location     = new System.Drawing.Point(44, 456);
     this.btnRuaj.Name         = "btnRuaj";
     this.btnRuaj.Size         = new System.Drawing.Size(90, 21);
     this.btnRuaj.TabIndex     = 3;
     this.btnRuaj.Text         = "Ruaj";
     this.toolTips.SetToolTip(this.btnRuaj, "Ruan ndryshimet e bera ne informacionet per hotelin!");
     this.btnRuaj.VisualStyle = Janus.Windows.UI.VisualStyle.Office2003;
     this.btnRuaj.Click      += new System.EventHandler(this.btnRuaj_Click);
     //
     // label7
     //
     this.label7.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label7.Location  = new System.Drawing.Point(8, 32);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(212, 20);
     this.label7.TabIndex  = 12;
     this.label7.Text      = "Mesazh falenderimi per rezervim ne hotel";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label8.Location  = new System.Drawing.Point(8, 104);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(212, 20);
     this.label8.TabIndex  = 13;
     this.label8.Text      = "Mesazh falenderimi per qendrim ne hotel";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox2
     //
     this.groupBox2.BackColor = System.Drawing.Color.Transparent;
     this.groupBox2.Controls.Add(this.txtFQendrimi);
     this.groupBox2.Controls.Add(this.txtFRezervimi);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.FlatStyle   = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location    = new System.Drawing.Point(10, 268);
     this.groupBox2.Name        = "groupBox2";
     this.groupBox2.Size        = new System.Drawing.Size(520, 180);
     this.groupBox2.TabIndex    = 14;
     this.groupBox2.Text        = "Konfigurimi i mesazheve te falenderimit";
     this.groupBox2.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2003;
     //
     // txtFQendrimi
     //
     this.txtFQendrimi.AutoSize             = false;
     this.txtFQendrimi.DefaultErrorMessage  = "";
     this.txtFQendrimi.DesabledControlColor = System.Drawing.SystemColors.ControlLight;
     this.txtFQendrimi.FixedLength          = false;
     this.txtFQendrimi.IsValid              = true;
     this.txtFQendrimi.Location             = new System.Drawing.Point(228, 100);
     this.txtFQendrimi.Multiline            = true;
     this.txtFQendrimi.Name                 = "txtFQendrimi";
     this.txtFQendrimi.Required             = false;
     this.txtFQendrimi.RequiredControlColor = System.Drawing.Color.White;
     this.txtFQendrimi.Size                 = new System.Drawing.Size(276, 64);
     this.txtFQendrimi.TabIndex             = 15;
     this.txtFQendrimi.Text                 = "";
     this.toolTips.SetToolTip(this.txtFQendrimi, "Ky mesazh do te sherbeje si mesazh falenderimi ne fature! ");
     //
     // txtFRezervimi
     //
     this.txtFRezervimi.AutoSize             = false;
     this.txtFRezervimi.DefaultErrorMessage  = "";
     this.txtFRezervimi.DesabledControlColor = System.Drawing.SystemColors.ControlLight;
     this.txtFRezervimi.FixedLength          = false;
     this.txtFRezervimi.IsValid              = true;
     this.txtFRezervimi.Location             = new System.Drawing.Point(228, 28);
     this.txtFRezervimi.Multiline            = true;
     this.txtFRezervimi.Name                 = "txtFRezervimi";
     this.txtFRezervimi.Required             = false;
     this.txtFRezervimi.RequiredControlColor = System.Drawing.Color.White;
     this.txtFRezervimi.Size                 = new System.Drawing.Size(276, 64);
     this.txtFRezervimi.TabIndex             = 14;
     this.txtFRezervimi.Text                 = "";
     //
     // frmTeDhenaHoteli
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(896, 528);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.btnRuaj);
     this.Controls.Add(this.groupBox1);
     this.HelpFile      = "INFORMACIONE.htm";
     this.Name          = "frmTeDhenaHoteli";
     this.Text          = "Informacione";
     this.TitullGjeresi = 896;
     this.Load         += new System.EventHandler(this.frmTeDhenaHoteli_Load);
     this.Controls.SetChildIndex(this.groupBox1, 0);
     this.Controls.SetChildIndex(this.btnRuaj, 0);
     this.Controls.SetChildIndex(this.groupBox2, 0);
     this.Controls.SetChildIndex(this.lblStatus, 0);
     ((System.ComponentModel.ISupportInitialize)(this.groupBox1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupBox2)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.button1        = new System.Windows.Forms.Button();
     this.label1         = new VisionInfoSolutionLibrary.Label();
     this.txtNumerSerial = new VisionInfoSolutionLibrary.TextBox();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button1.Location  = new System.Drawing.Point(144, 104);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(96, 23);
     this.button1.TabIndex  = 0;
     this.button1.Text      = "OK";
     this.button1.Click    += new System.EventHandler(this.button1_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(32, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(364, 52);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Dergojeni numrin me poshte dhe emrin e hotelit tuaj ne adresen info@visioninfosol" +
                            "ution.com per te bere rregjistrimin e programit ose telefononi ne numrat (+355)6" +
                            "92099613 ose ne  (+355)4251972";
     //
     // txtNumerSerial
     //
     this.txtNumerSerial.AutoSize             = false;
     this.txtNumerSerial.DefaultErrorMessage  = "";
     this.txtNumerSerial.DesabledControlColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.txtNumerSerial.FixedLength          = false;
     this.txtNumerSerial.Font                 = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtNumerSerial.IsValid              = true;
     this.txtNumerSerial.Location             = new System.Drawing.Point(36, 72);
     this.txtNumerSerial.Name                 = "txtNumerSerial";
     this.txtNumerSerial.ReadOnly             = true;
     this.txtNumerSerial.Required             = false;
     this.txtNumerSerial.RequiredControlColor = System.Drawing.Color.White;
     this.txtNumerSerial.Size                 = new System.Drawing.Size(304, 20);
     this.txtNumerSerial.TabIndex             = 2;
     this.txtNumerSerial.Text                 = "";
     //
     // NumriSerial
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(426, 138);
     this.Controls.Add(this.txtNumerSerial);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "NumriSerial";
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "NumriSerial";
     this.Load           += new System.EventHandler(this.NumriSerial_Load);
     this.ResumeLayout(false);
 }
예제 #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.btnOK      = new System.Windows.Forms.Button();
     this.btnAnullo  = new System.Windows.Forms.Button();
     this.lblMesazh  = new VisionInfoSolutionLibrary.Label();
     this.txtSerial1 = new VisionInfoSolutionLibrary.TextBox();
     this.txtSerial3 = new VisionInfoSolutionLibrary.TextBox();
     this.txtSerial4 = new VisionInfoSolutionLibrary.TextBox();
     this.txtSerial2 = new VisionInfoSolutionLibrary.TextBox();
     this.txtSerial5 = new VisionInfoSolutionLibrary.TextBox();
     this.SuspendLayout();
     //
     // btnOK
     //
     this.btnOK.Enabled   = false;
     this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnOK.Location  = new System.Drawing.Point(96, 100);
     this.btnOK.Name      = "btnOK";
     this.btnOK.Size      = new System.Drawing.Size(88, 23);
     this.btnOK.TabIndex  = 5;
     this.btnOK.Text      = "OK";
     this.btnOK.Click    += new System.EventHandler(this.btnOK_Click);
     //
     // btnAnullo
     //
     this.btnAnullo.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnAnullo.Location  = new System.Drawing.Point(204, 100);
     this.btnAnullo.Name      = "btnAnullo";
     this.btnAnullo.Size      = new System.Drawing.Size(88, 23);
     this.btnAnullo.TabIndex  = 7;
     this.btnAnullo.Text      = "Anullo";
     this.btnAnullo.Click    += new System.EventHandler(this.btnAnullo_Click);
     //
     // lblMesazh
     //
     this.lblMesazh.Location = new System.Drawing.Point(24, 16);
     this.lblMesazh.Name     = "lblMesazh";
     this.lblMesazh.Size     = new System.Drawing.Size(340, 36);
     this.lblMesazh.TabIndex = 2;
     this.lblMesazh.Text     = "Ju lutemi jepni numrin serial te cilin e keni marre me ane te telefonit ose inter" +
                               "netit";
     //
     // txtSerial1
     //
     this.txtSerial1.AutoSize             = false;
     this.txtSerial1.DefaultErrorMessage  = "";
     this.txtSerial1.DesabledControlColor = System.Drawing.SystemColors.ControlLight;
     this.txtSerial1.FixedLength          = false;
     this.txtSerial1.Font                 = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtSerial1.IsValid              = true;
     this.txtSerial1.Location             = new System.Drawing.Point(24, 64);
     this.txtSerial1.MaxLength            = 5;
     this.txtSerial1.Name                 = "txtSerial1";
     this.txtSerial1.Required             = false;
     this.txtSerial1.RequiredControlColor = System.Drawing.Color.White;
     this.txtSerial1.Size                 = new System.Drawing.Size(60, 20);
     this.txtSerial1.TabIndex             = 0;
     this.txtSerial1.Text                 = "";
     this.txtSerial1.KeyUp               += new System.Windows.Forms.KeyEventHandler(this.SerialKeyUp);
     this.txtSerial1.TextChanged         += new System.EventHandler(this.SerialTextChanged);
     //
     // txtSerial3
     //
     this.txtSerial3.AutoSize             = false;
     this.txtSerial3.DefaultErrorMessage  = "";
     this.txtSerial3.DesabledControlColor = System.Drawing.SystemColors.ControlLight;
     this.txtSerial3.FixedLength          = false;
     this.txtSerial3.Font                 = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtSerial3.IsValid              = true;
     this.txtSerial3.Location             = new System.Drawing.Point(168, 64);
     this.txtSerial3.MaxLength            = 5;
     this.txtSerial3.Name                 = "txtSerial3";
     this.txtSerial3.Required             = false;
     this.txtSerial3.RequiredControlColor = System.Drawing.Color.White;
     this.txtSerial3.Size                 = new System.Drawing.Size(60, 20);
     this.txtSerial3.TabIndex             = 2;
     this.txtSerial3.Text                 = "";
     this.txtSerial3.KeyUp               += new System.Windows.Forms.KeyEventHandler(this.SerialKeyUp);
     this.txtSerial3.TextChanged         += new System.EventHandler(this.SerialTextChanged);
     //
     // txtSerial4
     //
     this.txtSerial4.AutoSize             = false;
     this.txtSerial4.DefaultErrorMessage  = "";
     this.txtSerial4.DesabledControlColor = System.Drawing.SystemColors.ControlLight;
     this.txtSerial4.FixedLength          = false;
     this.txtSerial4.Font                 = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtSerial4.IsValid              = true;
     this.txtSerial4.Location             = new System.Drawing.Point(240, 64);
     this.txtSerial4.MaxLength            = 5;
     this.txtSerial4.Name                 = "txtSerial4";
     this.txtSerial4.Required             = false;
     this.txtSerial4.RequiredControlColor = System.Drawing.Color.White;
     this.txtSerial4.Size                 = new System.Drawing.Size(60, 20);
     this.txtSerial4.TabIndex             = 3;
     this.txtSerial4.Text                 = "";
     this.txtSerial4.KeyUp               += new System.Windows.Forms.KeyEventHandler(this.SerialKeyUp);
     this.txtSerial4.TextChanged         += new System.EventHandler(this.SerialTextChanged);
     //
     // txtSerial2
     //
     this.txtSerial2.AutoSize             = false;
     this.txtSerial2.DefaultErrorMessage  = "";
     this.txtSerial2.DesabledControlColor = System.Drawing.SystemColors.ControlLight;
     this.txtSerial2.FixedLength          = false;
     this.txtSerial2.Font                 = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtSerial2.IsValid              = true;
     this.txtSerial2.Location             = new System.Drawing.Point(96, 64);
     this.txtSerial2.MaxLength            = 5;
     this.txtSerial2.Name                 = "txtSerial2";
     this.txtSerial2.Required             = false;
     this.txtSerial2.RequiredControlColor = System.Drawing.Color.White;
     this.txtSerial2.Size                 = new System.Drawing.Size(60, 20);
     this.txtSerial2.TabIndex             = 1;
     this.txtSerial2.Text                 = "";
     this.txtSerial2.KeyUp               += new System.Windows.Forms.KeyEventHandler(this.SerialKeyUp);
     this.txtSerial2.TextChanged         += new System.EventHandler(this.SerialTextChanged);
     //
     // txtSerial5
     //
     this.txtSerial5.AutoSize             = false;
     this.txtSerial5.DefaultErrorMessage  = "";
     this.txtSerial5.DesabledControlColor = System.Drawing.SystemColors.ControlLight;
     this.txtSerial5.FixedLength          = false;
     this.txtSerial5.Font                 = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtSerial5.IsValid              = true;
     this.txtSerial5.Location             = new System.Drawing.Point(312, 64);
     this.txtSerial5.MaxLength            = 5;
     this.txtSerial5.Name                 = "txtSerial5";
     this.txtSerial5.Required             = false;
     this.txtSerial5.RequiredControlColor = System.Drawing.Color.White;
     this.txtSerial5.Size                 = new System.Drawing.Size(60, 20);
     this.txtSerial5.TabIndex             = 4;
     this.txtSerial5.Text                 = "";
     this.txtSerial5.KeyUp               += new System.Windows.Forms.KeyEventHandler(this.SerialKeyUp);
     this.txtSerial5.TextChanged         += new System.EventHandler(this.SerialTextChanged);
     //
     // Rregjistrimi
     //
     this.AcceptButton      = this.btnOK;
     this.AutoScale         = false;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(392, 134);
     this.Controls.Add(this.txtSerial5);
     this.Controls.Add(this.txtSerial2);
     this.Controls.Add(this.txtSerial4);
     this.Controls.Add(this.txtSerial3);
     this.Controls.Add(this.txtSerial1);
     this.Controls.Add(this.lblMesazh);
     this.Controls.Add(this.btnAnullo);
     this.Controls.Add(this.btnOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "Rregjistrimi";
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Rregjistrimi";
     this.Load           += new System.EventHandler(this.Rregjistrimi_Load);
     this.ResumeLayout(false);
 }
예제 #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Login));
     this.btnOK          = new VisionInfoSolutionLibrary.Button(this.components);
     this.btnAnullo      = new VisionInfoSolutionLibrary.Button(this.components);
     this.lblEmri        = new VisionInfoSolutionLibrary.Label();
     this.lblFjalekalimi = new VisionInfoSolutionLibrary.Label();
     this.txtFjalekalimi = new VisionInfoSolutionLibrary.TextBox();
     this.txtEmri        = new VisionInfoSolutionLibrary.TextBox();
     this.SuspendLayout();
     //
     // lblStatus
     //
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(334, 24);
     //
     // btnOK
     //
     this.btnOK.BackColor    = System.Drawing.Color.Blue;
     this.btnOK.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.btnOK.DoValidation = true;
     this.btnOK.FlatStyle    = System.Windows.Forms.FlatStyle.Flat;
     this.btnOK.Location     = new System.Drawing.Point(40, 120);
     this.btnOK.Name         = "btnOK";
     this.btnOK.Size         = new System.Drawing.Size(90, 21);
     this.btnOK.TabIndex     = 0;
     this.btnOK.Text         = "OK";
     this.btnOK.VisualStyle  = Janus.Windows.UI.VisualStyle.Office2003;
     this.btnOK.Click       += new System.EventHandler(this.btnOK_Click);
     //
     // btnAnullo
     //
     this.btnAnullo.BackColor    = System.Drawing.Color.Blue;
     this.btnAnullo.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.btnAnullo.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnAnullo.DoValidation = true;
     this.btnAnullo.FlatStyle    = System.Windows.Forms.FlatStyle.Flat;
     this.btnAnullo.Location     = new System.Drawing.Point(200, 120);
     this.btnAnullo.Name         = "btnAnullo";
     this.btnAnullo.Size         = new System.Drawing.Size(90, 21);
     this.btnAnullo.TabIndex     = 1;
     this.btnAnullo.Text         = "Anullo";
     this.btnAnullo.VisualStyle  = Janus.Windows.UI.VisualStyle.Office2003;
     this.btnAnullo.Click       += new System.EventHandler(this.btnAnullo_Click);
     //
     // lblEmri
     //
     this.lblEmri.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblEmri.Location  = new System.Drawing.Point(16, 24);
     this.lblEmri.Name      = "lblEmri";
     this.lblEmri.Size      = new System.Drawing.Size(100, 20);
     this.lblEmri.TabIndex  = 2;
     this.lblEmri.Text      = "Emri i perdoruesit";
     //
     // lblFjalekalimi
     //
     this.lblFjalekalimi.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblFjalekalimi.Location  = new System.Drawing.Point(16, 56);
     this.lblFjalekalimi.Name      = "lblFjalekalimi";
     this.lblFjalekalimi.Size      = new System.Drawing.Size(100, 20);
     this.lblFjalekalimi.TabIndex  = 3;
     this.lblFjalekalimi.Text      = "Fjalekalimi";
     //
     // txtFjalekalimi
     //
     this.txtFjalekalimi.AutoSize             = false;
     this.txtFjalekalimi.DefaultErrorMessage  = "";
     this.txtFjalekalimi.DesabledControlColor = System.Drawing.SystemColors.ControlLight;
     this.txtFjalekalimi.FixedLength          = false;
     this.txtFjalekalimi.IsValid              = true;
     this.txtFjalekalimi.Location             = new System.Drawing.Point(128, 56);
     this.txtFjalekalimi.Name                 = "txtFjalekalimi";
     this.txtFjalekalimi.PasswordChar         = '*';
     this.txtFjalekalimi.Required             = false;
     this.txtFjalekalimi.RequiredControlColor = System.Drawing.Color.White;
     this.txtFjalekalimi.Size                 = new System.Drawing.Size(164, 20);
     this.txtFjalekalimi.TabIndex             = 4;
     this.txtFjalekalimi.Text                 = "";
     this.txtFjalekalimi.TextChanged         += new System.EventHandler(this.txtFjalekalimi_TextChanged);
     //
     // txtEmri
     //
     this.txtEmri.AutoSize             = false;
     this.txtEmri.DefaultErrorMessage  = "";
     this.txtEmri.DesabledControlColor = System.Drawing.SystemColors.ControlLight;
     this.txtEmri.FixedLength          = false;
     this.txtEmri.IsValid              = true;
     this.txtEmri.Location             = new System.Drawing.Point(128, 24);
     this.txtEmri.Name                 = "txtEmri";
     this.txtEmri.Required             = false;
     this.txtEmri.RequiredControlColor = System.Drawing.Color.White;
     this.txtEmri.Size                 = new System.Drawing.Size(164, 20);
     this.txtEmri.TabIndex             = 5;
     this.txtEmri.Text                 = "";
     this.txtEmri.TextChanged         += new System.EventHandler(this.txtEmri_TextChanged);
     //
     // Login
     //
     this.AcceptButton      = this.btnOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.AutoScroll        = false;
     this.CancelButton      = this.btnAnullo;
     this.ClientSize        = new System.Drawing.Size(334, 180);
     this.ControlBox        = true;
     this.Controls.Add(this.txtEmri);
     this.Controls.Add(this.txtFjalekalimi);
     this.Controls.Add(this.lblFjalekalimi);
     this.Controls.Add(this.lblEmri);
     this.Controls.Add(this.btnAnullo);
     this.Controls.Add(this.btnOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "Login";
     this.ShfaqTitull     = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Login";
     this.TitullGjeresi   = 334;
     this.Load           += new System.EventHandler(this.Login_Load);
     this.Closed         += new System.EventHandler(this.Login_Closed);
     this.Activated      += new System.EventHandler(this.Login_Activated);
     this.Controls.SetChildIndex(this.btnOK, 0);
     this.Controls.SetChildIndex(this.btnAnullo, 0);
     this.Controls.SetChildIndex(this.lblEmri, 0);
     this.Controls.SetChildIndex(this.lblFjalekalimi, 0);
     this.Controls.SetChildIndex(this.txtFjalekalimi, 0);
     this.Controls.SetChildIndex(this.txtEmri, 0);
     this.Controls.SetChildIndex(this.lblStatus, 0);
     this.ResumeLayout(false);
 }