/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.dataGrid1 = new VisionInfoSolutionLibrary.DataGrid();
			((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
			this.SuspendLayout();
			// 
			// dataGrid1
			// 
			this.dataGrid1.AllowSorting = false;
			this.dataGrid1.CaptionVisible = false;
			this.dataGrid1.DataMember = "";
			this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.dataGrid1.Location = new System.Drawing.Point(16, 16);
			this.dataGrid1.Name = "dataGrid1";
			this.dataGrid1.RowHeaderWidth = 20;
			this.dataGrid1.Selekto = true;
			this.dataGrid1.Size = new System.Drawing.Size(600, 192);
			this.dataGrid1.TabIndex = 0;
			// 
			// frmPagesaGrupi
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(634, 232);
			this.Controls.Add(this.dataGrid1);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
			this.Name = "frmPagesaGrupi";
			this.Text = "Pagesa e detajuar per grupin";
			((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
			this.ResumeLayout(false);

		}
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components      = new System.ComponentModel.Container();
     this.grid            = new VisionInfoSolutionLibrary.DataGrid();
     this.ds              = new System.Data.DataSet();
     this.dateTimePicker1 = new VisionInfoSolutionLibrary.DateTimePicker();
     this.btnOK           = new VisionInfoSolutionLibrary.Button(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ds)).BeginInit();
     this.SuspendLayout();
     //
     // lblStatus
     //
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(339, 24);
     //
     // grid
     //
     this.grid.AllowSorting            = false;
     this.grid.BackgroundColor         = System.Drawing.Color.WhiteSmoke;
     this.grid.CanDelete               = true;
     this.grid.CaptionVisible          = false;
     this.grid.DataMember              = "";
     this.grid.DataSource              = this.ds;
     this.grid.HeaderBackColor         = System.Drawing.SystemColors.InactiveCaptionText;
     this.grid.HeaderForeColor         = System.Drawing.SystemColors.ControlText;
     this.grid.HideHorizontalScrollBar = false;
     this.grid.HideVerticalScrollBar   = false;
     this.grid.Location       = new System.Drawing.Point(20, 8);
     this.grid.Name           = "grid";
     this.grid.RowHeaderWidth = 20;
     this.grid.Selekto        = true;
     this.grid.Size           = new System.Drawing.Size(312, 142);
     this.grid.TabIndex       = 0;
     //
     // ds
     //
     this.ds.DataSetName = "NewDataSet";
     this.ds.Locale      = new System.Globalization.CultureInfo("sq-AL");
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.BackColor           = System.Drawing.Color.White;
     this.dateTimePicker1.CustomFormat        = "dd.MM.yyyy";
     this.dateTimePicker1.DefaultErrorMessage = "";
     this.dateTimePicker1.Format   = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.IsValid  = true;
     this.dateTimePicker1.Location = new System.Drawing.Point(24, 156);
     this.dateTimePicker1.Name     = "dateTimePicker1";
     this.dateTimePicker1.Required = false;
     this.dateTimePicker1.Size     = new System.Drawing.Size(112, 20);
     this.dateTimePicker1.TabIndex = 2;
     this.dateTimePicker1.Value    = new System.DateTime(2005, 8, 15, 10, 53, 0, 0);
     this.dateTimePicker1.Visible  = false;
     //
     // 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(128, 160);
     this.btnOK.Name         = "btnOK";
     this.btnOK.Size         = new System.Drawing.Size(90, 21);
     this.btnOK.TabIndex     = 3;
     this.btnOK.Text         = "OK";
     this.btnOK.VisualStyle  = Janus.Windows.UI.VisualStyle.Office2003;
     this.btnOK.Click       += new System.EventHandler(this.btnOK_Click);
     //
     // Dhoma2
     //
     this.AutoScale         = false;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.AutoScroll        = false;
     this.BackColor         = System.Drawing.SystemColors.Control;
     this.ClientSize        = new System.Drawing.Size(346, 206);
     this.ControlBox        = true;
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.dateTimePicker1);
     this.Controls.Add(this.grid);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Location        = new System.Drawing.Point(350, 300);
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "Dhoma2";
     this.ShfaqTitull     = false;
     this.ShowInTaskbar   = false;
     this.Text            = "Te dhena per dhomen";
     this.TitullGjeresi   = 339;
     this.Load           += new System.EventHandler(this.Dhoma2_Load);
     this.Controls.SetChildIndex(this.grid, 0);
     this.Controls.SetChildIndex(this.dateTimePicker1, 0);
     this.Controls.SetChildIndex(this.btnOK, 0);
     this.Controls.SetChildIndex(this.lblStatus, 0);
     ((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ds)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #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.dataGrid1  = new VisionInfoSolutionLibrary.DataGrid();
     this.btnOK      = new VisionInfoSolutionLibrary.Button(this.components);
     this.btnAnullo  = new VisionInfoSolutionLibrary.Button(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // lblStatus
     //
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(475, 24);
     //
     // dataGrid1
     //
     this.dataGrid1.AllowSorting            = false;
     this.dataGrid1.BackgroundColor         = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.CanDelete               = true;
     this.dataGrid1.CaptionVisible          = false;
     this.dataGrid1.DataMember              = "";
     this.dataGrid1.HeaderBackColor         = System.Drawing.SystemColors.InactiveCaptionText;
     this.dataGrid1.HeaderForeColor         = System.Drawing.SystemColors.ControlText;
     this.dataGrid1.HideHorizontalScrollBar = false;
     this.dataGrid1.HideVerticalScrollBar   = false;
     this.dataGrid1.Location            = new System.Drawing.Point(40, 12);
     this.dataGrid1.Name                = "dataGrid1";
     this.dataGrid1.RowHeaderWidth      = 20;
     this.dataGrid1.Selekto             = true;
     this.dataGrid1.Size                = new System.Drawing.Size(216, 272);
     this.dataGrid1.TabIndex            = 1;
     this.dataGrid1.CurrentCellChanged += new System.EventHandler(this.dataGrid1_CurrentCellChanged);
     //
     // btnOK
     //
     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(284, 60);
     this.btnOK.Name         = "btnOK";
     this.btnOK.Size         = new System.Drawing.Size(90, 21);
     this.btnOK.TabIndex     = 2;
     this.btnOK.Text         = "OK";
     this.toolTips.SetToolTip(this.btnOK, "Klikoni butonin per te zevendesuar te dhenat e programit");
     this.btnOK.VisualStyle = Janus.Windows.UI.VisualStyle.Office2003;
     this.btnOK.Click      += new System.EventHandler(this.btnOK_Click);
     //
     // btnAnullo
     //
     this.btnAnullo.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.btnAnullo.DoValidation = true;
     this.btnAnullo.FlatStyle    = System.Windows.Forms.FlatStyle.Flat;
     this.btnAnullo.Location     = new System.Drawing.Point(284, 96);
     this.btnAnullo.Name         = "btnAnullo";
     this.btnAnullo.Size         = new System.Drawing.Size(90, 21);
     this.btnAnullo.TabIndex     = 3;
     this.btnAnullo.Text         = "Anullo";
     this.toolTips.SetToolTip(this.btnAnullo, "Klikoni per te dale");
     this.btnAnullo.VisualStyle = Janus.Windows.UI.VisualStyle.Office2003;
     this.btnAnullo.Click      += new System.EventHandler(this.btnAnullo_Click);
     //
     // RestoreDataBase
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.AutoScroll        = false;
     this.ClientSize        = new System.Drawing.Size(396, 364);
     this.ControlBox        = true;
     this.Controls.Add(this.btnAnullo);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.dataGrid1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "RestoreDataBase";
     this.ShfaqTitull     = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.TitullGjeresi   = 475;
     this.Load           += new System.EventHandler(this.RestoreDataBase_Load);
     this.Controls.SetChildIndex(this.dataGrid1, 0);
     this.Controls.SetChildIndex(this.btnOK, 0);
     this.Controls.SetChildIndex(this.btnAnullo, 0);
     this.Controls.SetChildIndex(this.lblStatus, 0);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #4
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.dataGrid1  = new VisionInfoSolutionLibrary.DataGrid();
     this.label1     = new VisionInfoSolutionLibrary.Label();
     this.cmdDil     = new VisionInfoSolutionLibrary.Button(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // dataGrid1
     //
     this.dataGrid1.AllowSorting    = false;
     this.dataGrid1.BackgroundColor = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.dataGrid1.CanDelete       = true;
     this.dataGrid1.CaptionVisible  = false;
     this.dataGrid1.DataMember      = "";
     this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGrid1.Location        = new System.Drawing.Point(32, 88);
     this.dataGrid1.Name            = "dataGrid1";
     this.dataGrid1.ReadOnly        = true;
     this.dataGrid1.RowHeaderWidth  = 20;
     this.dataGrid1.Size            = new System.Drawing.Size(536, 220);
     this.dataGrid1.TabIndex        = 1;
     this.dataGrid1.Navigate       += new System.Windows.Forms.NavigateEventHandler(this.dataGrid1_Navigate);
     //
     // label1
     //
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(192)));
     this.label1.Location  = new System.Drawing.Point(32, 44);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(532, 28);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Klientet per dhomen e zgjedhur jane :";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // cmdDil
     //
     this.cmdDil.BackColor    = System.Drawing.Color.Blue;
     this.cmdDil.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.cmdDil.DoValidation = true;
     this.cmdDil.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.cmdDil.Font         = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmdDil.Location     = new System.Drawing.Point(232, 348);
     this.cmdDil.Name         = "cmdDil";
     this.cmdDil.Size         = new System.Drawing.Size(128, 24);
     this.cmdDil.TabIndex     = 3;
     this.cmdDil.Text         = "Dil";
     this.cmdDil.Click       += new System.EventHandler(this.cmdDil_Click);
     //
     // frmDhomaGrupi
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.Gainsboro;
     this.ClientSize        = new System.Drawing.Size(600, 400);
     this.ControlBox        = false;
     this.Controls.Add(this.cmdDil);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.dataGrid1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "frmDhomaGrupi";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load           += new System.EventHandler(this.frmDhomaGrupi_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     this.ResumeLayout(false);
 }