/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.pbIcon       = new VisionInfoSolutionLibrary.PictureBox();
     this.lblKujdes    = new System.Windows.Forms.Label();
     this.lblNrDhomash = new System.Windows.Forms.Label();
     this.numNrDhomash = new VisionInfoSolutionLibrary.NumericBox();
     this.btnOK        = new System.Windows.Forms.Button();
     this.btnAnullo    = new System.Windows.Forms.Button();
     this.error1       = new VisionInfoSolutionLibrary.ErrorProvider();
     this.cmCopyPaste  = new VisionInfoSolutionLibrary.ContextMenu();
     this.mKopjo       = new System.Windows.Forms.MenuItem();
     this.mPrej        = new System.Windows.Forms.MenuItem();
     this.mNgjit       = new System.Windows.Forms.MenuItem();
     this.menuItem4    = new System.Windows.Forms.MenuItem();
     this.mFshi        = new System.Windows.Forms.MenuItem();
     this.mPerzgjidh   = new System.Windows.Forms.MenuItem();
     this.SuspendLayout();
     //
     // pbIcon
     //
     this.pbIcon.Location = new System.Drawing.Point(12, 20);
     this.pbIcon.Name     = "pbIcon";
     this.pbIcon.Size     = new System.Drawing.Size(48, 40);
     this.pbIcon.TabIndex = 0;
     this.pbIcon.TabStop  = false;
     this.pbIcon.Paint   += new System.Windows.Forms.PaintEventHandler(this.pbIcon_Paint);
     //
     // lblKujdes
     //
     this.lblKujdes.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblKujdes.Location  = new System.Drawing.Point(64, 12);
     this.lblKujdes.Name      = "lblKujdes";
     this.lblKujdes.Size      = new System.Drawing.Size(320, 56);
     this.lblKujdes.TabIndex  = 1;
     this.lblKujdes.Text      = "Kujdes!\r\nJu po ndryshoni numrin e dhomave te hotelit.\r\nNese rrisni numrin e dhoma" +
                                "ve atehere duhet te kerkoni nje tjeter numer aktivizimi per programin";
     //
     // lblNrDhomash
     //
     this.lblNrDhomash.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblNrDhomash.Location  = new System.Drawing.Point(16, 92);
     this.lblNrDhomash.Name      = "lblNrDhomash";
     this.lblNrDhomash.Size      = new System.Drawing.Size(160, 23);
     this.lblNrDhomash.TabIndex  = 2;
     this.lblNrDhomash.Text      = "Jepni numrin e ri te dhomave:";
     //
     // numNrDhomash
     //
     this.numNrDhomash.AutoSize                = false;
     this.numNrDhomash.ContextMenu             = this.cmCopyPaste;
     this.numNrDhomash.DefaultErrorMessage     = "";
     this.numNrDhomash.DesabledControlColor    = System.Drawing.SystemColors.ControlLight;
     this.numNrDhomash.DigitsAfterDecimalPoint = 0;
     this.numNrDhomash.FixedLength             = false;
     this.numNrDhomash.IsValid              = false;
     this.numNrDhomash.KeepFocus            = false;
     this.numNrDhomash.Location             = new System.Drawing.Point(180, 92);
     this.numNrDhomash.Name                 = "numNrDhomash";
     this.numNrDhomash.OnlyPositive         = true;
     this.numNrDhomash.Required             = false;
     this.numNrDhomash.RequiredControlColor = System.Drawing.Color.White;
     this.numNrDhomash.Size                 = new System.Drawing.Size(92, 20);
     this.numNrDhomash.TabIndex             = 3;
     this.numNrDhomash.Text                 = "";
     this.numNrDhomash.TextAlign            = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // btnOK
     //
     this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnOK.Location  = new System.Drawing.Point(60, 140);
     this.btnOK.Name      = "btnOK";
     this.btnOK.TabIndex  = 4;
     this.btnOK.Text      = "OK";
     this.btnOK.Click    += new System.EventHandler(this.btnOK_Click);
     //
     // btnAnullo
     //
     this.btnAnullo.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnAnullo.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.btnAnullo.Location     = new System.Drawing.Point(216, 140);
     this.btnAnullo.Name         = "btnAnullo";
     this.btnAnullo.TabIndex     = 5;
     this.btnAnullo.Text         = "Anullo";
     //
     // error1
     //
     this.error1.ContainerControl = this;
     //
     // cmCopyPaste
     //
     this.cmCopyPaste.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mKopjo,
         this.mPrej,
         this.mNgjit,
         this.menuItem4,
         this.mFshi,
         this.mPerzgjidh
     });
     this.cmCopyPaste.Popup += new System.EventHandler(this.contextMenu1_Popup);
     //
     // mKopjo
     //
     this.mKopjo.Index  = 0;
     this.mKopjo.Text   = "Kopjo";
     this.mKopjo.Click += new System.EventHandler(this.mKopjo_Click);
     //
     // mPrej
     //
     this.mPrej.Index  = 1;
     this.mPrej.Text   = "Prej";
     this.mPrej.Click += new System.EventHandler(this.mPrej_Click);
     //
     // mNgjit
     //
     this.mNgjit.Index  = 2;
     this.mNgjit.Text   = "Ngjit";
     this.mNgjit.Click += new System.EventHandler(this.mNgjit_Click);
     //
     // menuItem4
     //
     this.menuItem4.Index = 3;
     this.menuItem4.Text  = "-";
     //
     // mFshi
     //
     this.mFshi.Index  = 4;
     this.mFshi.Text   = "Fshi";
     this.mFshi.Click += new System.EventHandler(this.mFshi_Click);
     //
     // mPerzgjidh
     //
     this.mPerzgjidh.Index  = 5;
     this.mPerzgjidh.Text   = "Perzgjidh te gjithen";
     this.mPerzgjidh.Click += new System.EventHandler(this.mPerzgjidh_Click);
     //
     // NumriDhomave
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnAnullo;
     this.ClientSize        = new System.Drawing.Size(414, 180);
     this.Controls.Add(this.btnAnullo);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.numNrDhomash);
     this.Controls.Add(this.lblNrDhomash);
     this.Controls.Add(this.lblKujdes);
     this.Controls.Add(this.pbIcon);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "NumriDhomave";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Ndryshimi i numrit te dhomave";
     this.Load           += new System.EventHandler(this.NumriDhomave_Load);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.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);
 }
 private void InitializeComponentFirstTime()
 {
     this.pbIcon       = new VisionInfoSolutionLibrary.PictureBox();
     this.lblKujdes    = new System.Windows.Forms.Label();
     this.lblNrDhomash = new System.Windows.Forms.Label();
     this.numNrDhomash = new VisionInfoSolutionLibrary.NumericBox();
     this.btnOK        = new System.Windows.Forms.Button();
     this.btnAnullo    = new System.Windows.Forms.Button();
     this.error1       = new VisionInfoSolutionLibrary.ErrorProvider();
     this.SuspendLayout();
     //
     // pbIcon
     //
     this.pbIcon.Location = new System.Drawing.Point(12, 16);
     this.pbIcon.Name     = "pbIcon";
     this.pbIcon.Size     = new System.Drawing.Size(48, 40);
     this.pbIcon.TabIndex = 0;
     this.pbIcon.TabStop  = false;
     this.pbIcon.Paint   += new System.Windows.Forms.PaintEventHandler(this.pbIcon_Paint);
     //
     // lblKujdes
     //
     this.lblKujdes.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblKujdes.Location  = new System.Drawing.Point(408, 140);
     this.lblKujdes.Name      = "lblKujdes";
     this.lblKujdes.Size      = new System.Drawing.Size(320, 56);
     this.lblKujdes.TabIndex  = 1;
     this.lblKujdes.Text      = "Kujdes!\r\nJu po ndryshoni numrin e dhomave te hotelit.\r\nNese rrisni numrin e dhoma" +
                                "ve atehere duhet te kerkoni nje tjeter numer aktivizimi per programin";
     //
     // lblNrDhomash
     //
     this.lblNrDhomash.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblNrDhomash.Location  = new System.Drawing.Point(88, 16);
     this.lblNrDhomash.Name      = "lblNrDhomash";
     this.lblNrDhomash.Size      = new System.Drawing.Size(160, 23);
     this.lblNrDhomash.TabIndex  = 2;
     this.lblNrDhomash.Text      = "Jepni numrin e ri te dhomave:";
     this.lblNrDhomash.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // numNrDhomash
     //
     this.numNrDhomash.AutoSize                = false;
     this.numNrDhomash.DefaultErrorMessage     = "";
     this.numNrDhomash.DesabledControlColor    = System.Drawing.SystemColors.ControlLight;
     this.numNrDhomash.DigitsAfterDecimalPoint = 0;
     this.numNrDhomash.FixedLength             = false;
     this.numNrDhomash.IsValid              = true;
     this.numNrDhomash.KeepFocus            = false;
     this.numNrDhomash.Location             = new System.Drawing.Point(112, 44);
     this.numNrDhomash.Name                 = "numNrDhomash";
     this.numNrDhomash.Required             = false;
     this.numNrDhomash.RequiredControlColor = System.Drawing.Color.White;
     this.numNrDhomash.Size                 = new System.Drawing.Size(92, 20);
     this.numNrDhomash.TabIndex             = 3;
     this.numNrDhomash.Text                 = "";
     this.numNrDhomash.TextAlign            = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // btnOK
     //
     this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnOK.Location  = new System.Drawing.Point(52, 84);
     this.btnOK.Name      = "btnOK";
     this.btnOK.TabIndex  = 4;
     this.btnOK.Text      = "OK";
     this.btnOK.Click    += new System.EventHandler(this.btnOK_Click);
     //
     // btnAnullo
     //
     this.btnAnullo.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnAnullo.Enabled      = true;
     this.btnAnullo.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.btnAnullo.Location     = new System.Drawing.Point(184, 84);
     this.btnAnullo.Name         = "btnAnullo";
     this.btnAnullo.TabIndex     = 5;
     this.btnAnullo.Text         = "Anullo";
     //
     // error1
     //
     this.error1.ContainerControl = this;
     //
     // NumriDhomave
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnAnullo;
     this.ClientSize        = new System.Drawing.Size(318, 116);
     this.ControlBox        = false;
     this.Controls.Add(this.btnAnullo);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.numNrDhomash);
     this.Controls.Add(this.lblNrDhomash);
     this.Controls.Add(this.lblKujdes);
     this.Controls.Add(this.pbIcon);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "NumriDhomave";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Ndryshimi i numrit te dhomave";
     this.Load           += new System.EventHandler(this.NumriDhomave_Load);
     this.ResumeLayout(false);
 }