Esempio n. 1
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.gbCaktim            = new VisionInfoSolutionLibrary.GroupBox();
     this.btnPastro           = new VisionInfoSolutionLibrary.Button(this.components);
     this.cmbKategorite       = new VisionInfoSolutionLibrary.DoubleCombo();
     this.lvDhomatLira        = new VisionInfoSolutionLibrary.ListView(this.components);
     this.emriDhoma1          = new System.Windows.Forms.ColumnHeader();
     this.cmimiDhoma1         = new System.Windows.Forms.ColumnHeader();
     this.idDhoma1            = new System.Windows.Forms.ColumnHeader();
     this.label16             = new VisionInfoSolutionLibrary.Label();
     this.btnMajas            = new VisionInfoSolutionLibrary.Button(this.components);
     this.btnDjathtas         = new VisionInfoSolutionLibrary.Button(this.components);
     this.label5              = new VisionInfoSolutionLibrary.Label();
     this.lvDhomatPerRezervim = new VisionInfoSolutionLibrary.ListView(this.components);
     this.emriDhoma2          = new System.Windows.Forms.ColumnHeader();
     this.cmimiDhoma2         = new System.Windows.Forms.ColumnHeader();
     this.idDhoma2            = new System.Windows.Forms.ColumnHeader();
     this.label1              = new VisionInfoSolutionLibrary.Label();
     this.btnShtoDhome        = new VisionInfoSolutionLibrary.Button(this.components);
     this.dsDhomaTeZgjedhura  = new System.Data.DataSet();
     ((System.ComponentModel.ISupportInitialize)(this.gbCaktim)).BeginInit();
     this.gbCaktim.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dsDhomaTeZgjedhura)).BeginInit();
     this.SuspendLayout();
     //
     // lblStatus
     //
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(493, 24);
     //
     // gbCaktim
     //
     this.gbCaktim.BackColor = System.Drawing.Color.Transparent;
     this.gbCaktim.Controls.Add(this.btnPastro);
     this.gbCaktim.Controls.Add(this.cmbKategorite);
     this.gbCaktim.Controls.Add(this.lvDhomatLira);
     this.gbCaktim.Controls.Add(this.label16);
     this.gbCaktim.Controls.Add(this.btnMajas);
     this.gbCaktim.Controls.Add(this.btnDjathtas);
     this.gbCaktim.Controls.Add(this.label5);
     this.gbCaktim.Controls.Add(this.lvDhomatPerRezervim);
     this.gbCaktim.Controls.Add(this.label1);
     this.gbCaktim.FlatStyle   = System.Windows.Forms.FlatStyle.System;
     this.gbCaktim.ForeColor   = System.Drawing.Color.Navy;
     this.gbCaktim.Location    = new System.Drawing.Point(10, 8);
     this.gbCaktim.Name        = "gbCaktim";
     this.gbCaktim.Size        = new System.Drawing.Size(506, 228);
     this.gbCaktim.TabIndex    = 15;
     this.gbCaktim.Text        = "Caktimi i dhomave";
     this.gbCaktim.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2003;
     //
     // btnPastro
     //
     this.btnPastro.BackColor    = System.Drawing.Color.Blue;
     this.btnPastro.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.btnPastro.DoValidation = false;
     this.btnPastro.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.btnPastro.Location     = new System.Drawing.Point(392, 16);
     this.btnPastro.Name         = "btnPastro";
     this.btnPastro.Size         = new System.Drawing.Size(70, 22);
     this.btnPastro.TabIndex     = 53;
     this.btnPastro.Text         = "Pastro";
     this.btnPastro.VisualStyle  = Janus.Windows.UI.VisualStyle.Office2003;
     this.btnPastro.Click       += new System.EventHandler(this.btnPastro_Click);
     //
     // cmbKategorite
     //
     this.cmbKategorite.BackColor           = System.Drawing.Color.Transparent;
     this.cmbKategorite.DefaultErrorMessage = "Ju duhet te zgjidhni kategorine!";
     this.cmbKategorite.IsValid             = false;
     this.cmbKategorite.Kolone1Vlere        = null;
     this.cmbKategorite.Kolone2Vlere        = null;
     this.cmbKategorite.Location            = new System.Drawing.Point(160, 16);
     this.cmbKategorite.Name                  = "cmbKategorite";
     this.cmbKategorite.ReadOnly              = false;
     this.cmbKategorite.Required              = false;
     this.cmbKategorite.Size                  = new System.Drawing.Size(160, 21);
     this.cmbKategorite.SkipValidation        = false;
     this.cmbKategorite.TabIndex              = 48;
     this.cmbKategorite.SelectedIndexChanged += new VisionInfoSolutionLibrary.SelectedIndexChangedEventHandler(this.cmKategorite_SelectedIndexChanged);
     //
     // lvDhomatLira
     //
     this.lvDhomatLira.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.emriDhoma1,
         this.cmimiDhoma1,
         this.idDhoma1
     });
     this.lvDhomatLira.DefaultErrorMessage = "";
     this.lvDhomatLira.FullRowSelect       = true;
     this.lvDhomatLira.GridLines           = true;
     this.lvDhomatLira.IsValid             = true;
     this.lvDhomatLira.Location            = new System.Drawing.Point(16, 72);
     this.lvDhomatLira.Name     = "lvDhomatLira";
     this.lvDhomatLira.Size     = new System.Drawing.Size(180, 130);
     this.lvDhomatLira.TabIndex = 49;
     //
     // emriDhoma1
     //
     this.emriDhoma1.Text  = "Emri i dhomes";
     this.emriDhoma1.Width = 100;
     //
     // cmimiDhoma1
     //
     this.cmimiDhoma1.Text  = "Cmimi";
     this.cmimiDhoma1.Width = 58;
     //
     // idDhoma1
     //
     this.idDhoma1.Text  = "idDhoma";
     this.idDhoma1.Width = 0;
     //
     // label16
     //
     this.label16.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label16.ForeColor = System.Drawing.Color.DarkRed;
     this.label16.Location  = new System.Drawing.Point(296, 56);
     this.label16.Name      = "label16";
     this.label16.Size      = new System.Drawing.Size(112, 16);
     this.label16.TabIndex  = 44;
     this.label16.Text      = "Dhomat per rezervim";
     this.label16.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // btnMajas
     //
     this.btnMajas.BackColor    = System.Drawing.Color.Blue;
     this.btnMajas.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.btnMajas.DoValidation = false;
     this.btnMajas.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.btnMajas.Location     = new System.Drawing.Point(208, 136);
     this.btnMajas.Name         = "btnMajas";
     this.btnMajas.Size         = new System.Drawing.Size(88, 21);
     this.btnMajas.TabIndex     = 51;
     this.btnMajas.Text         = "<<<Kalo";
     this.btnMajas.VisualStyle  = Janus.Windows.UI.VisualStyle.Office2003;
     this.btnMajas.Click       += new System.EventHandler(this.btnMajas_Click);
     //
     // btnDjathtas
     //
     this.btnDjathtas.BackColor    = System.Drawing.Color.Blue;
     this.btnDjathtas.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.btnDjathtas.DoValidation = false;
     this.btnDjathtas.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.btnDjathtas.Location     = new System.Drawing.Point(208, 104);
     this.btnDjathtas.Name         = "btnDjathtas";
     this.btnDjathtas.Size         = new System.Drawing.Size(88, 21);
     this.btnDjathtas.TabIndex     = 50;
     this.btnDjathtas.Text         = "Kalo>>>";
     this.btnDjathtas.VisualStyle  = Janus.Windows.UI.VisualStyle.Office2003;
     this.btnDjathtas.Click       += new System.EventHandler(this.btnDjathtas_Click);
     //
     // label5
     //
     this.label5.FlatStyle   = System.Windows.Forms.FlatStyle.System;
     this.label5.ForeColor   = System.Drawing.Color.Black;
     this.label5.Location    = new System.Drawing.Point(76, 16);
     this.label5.Name        = "label5";
     this.label5.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label5.Size        = new System.Drawing.Size(76, 20);
     this.label5.TabIndex    = 37;
     this.label5.Text        = "Kategorite";
     //
     // lvDhomatPerRezervim
     //
     this.lvDhomatPerRezervim.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.emriDhoma2,
         this.cmimiDhoma2,
         this.idDhoma2
     });
     this.lvDhomatPerRezervim.DefaultErrorMessage = "Ju duhet te zgjidhni nje prej dhomave !";
     this.lvDhomatPerRezervim.FullRowSelect       = true;
     this.lvDhomatPerRezervim.GridLines           = true;
     this.lvDhomatPerRezervim.IsValid             = true;
     this.lvDhomatPerRezervim.Location            = new System.Drawing.Point(312, 72);
     this.lvDhomatPerRezervim.Name     = "lvDhomatPerRezervim";
     this.lvDhomatPerRezervim.Size     = new System.Drawing.Size(180, 130);
     this.lvDhomatPerRezervim.TabIndex = 52;
     //
     // emriDhoma2
     //
     this.emriDhoma2.Text  = "Emri i dhomes";
     this.emriDhoma2.Width = 100;
     //
     // cmimiDhoma2
     //
     this.cmimiDhoma2.Text  = "Cmimi";
     this.cmimiDhoma2.Width = 58;
     //
     // idDhoma2
     //
     this.idDhoma2.Width = 0;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(16, 52);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(160, 20);
     this.label1.TabIndex  = 17;
     this.label1.Text      = "Dhomat e lira per kategorine";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // btnShtoDhome
     //
     this.btnShtoDhome.BackColor    = System.Drawing.Color.Blue;
     this.btnShtoDhome.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.btnShtoDhome.DoValidation = false;
     this.btnShtoDhome.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.btnShtoDhome.Location     = new System.Drawing.Point(216, 248);
     this.btnShtoDhome.Name         = "btnShtoDhome";
     this.btnShtoDhome.Size         = new System.Drawing.Size(88, 21);
     this.btnShtoDhome.TabIndex     = 54;
     this.btnShtoDhome.Text         = "Shto";
     this.toolTips.SetToolTip(this.btnShtoDhome, "Shton dhomat e zgjedhura ne listen e dhomave per rezervim!");
     this.btnShtoDhome.VisualStyle = Janus.Windows.UI.VisualStyle.Office2003;
     this.btnShtoDhome.Click      += new System.EventHandler(this.btnShtoDhome_Click);
     //
     // dsDhomaTeZgjedhura
     //
     this.dsDhomaTeZgjedhura.DataSetName = "NewDataSet";
     this.dsDhomaTeZgjedhura.Locale      = new System.Globalization.CultureInfo("en-GB");
     //
     // Dhoma1
     //
     this.AutoScale         = false;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.AutoScroll        = false;
     this.BackColor         = System.Drawing.Color.AntiqueWhite;
     this.ClientSize        = new System.Drawing.Size(534, 284);
     this.ControlBox        = true;
     this.Controls.Add(this.gbCaktim);
     this.Controls.Add(this.btnShtoDhome);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "Dhoma1";
     this.ShfaqTitull     = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Shto dhome per rezervim";
     this.TitullGjeresi   = 493;
     this.Load           += new System.EventHandler(this.Dhoma1_Load);
     this.Controls.SetChildIndex(this.btnShtoDhome, 0);
     this.Controls.SetChildIndex(this.gbCaktim, 0);
     this.Controls.SetChildIndex(this.lblStatus, 0);
     ((System.ComponentModel.ISupportInitialize)(this.gbCaktim)).EndInit();
     this.gbCaktim.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dsDhomaTeZgjedhura)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 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.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);
 }
Esempio n. 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.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);
 }
 /// <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);
 }