diff --git a/HotelManagement/.vs/HotelManagement/v17/.suo b/HotelManagement/.vs/HotelManagement/v17/.suo index 7380cec..3fdc9c2 100644 Binary files a/HotelManagement/.vs/HotelManagement/v17/.suo and b/HotelManagement/.vs/HotelManagement/v17/.suo differ diff --git a/HotelManagement/HotelManagement/AboutForm.Designer.cs b/HotelManagement/HotelManagement/AboutForm.Designer.cs index 37fe368..e9ba1ef 100644 --- a/HotelManagement/HotelManagement/AboutForm.Designer.cs +++ b/HotelManagement/HotelManagement/AboutForm.Designer.cs @@ -31,7 +31,6 @@ private void InitializeComponent() System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm)); this.panel1 = new System.Windows.Forms.Panel(); this.guna2HtmlLabel1 = new Guna.UI2.WinForms.Guna2HtmlLabel(); - this.exit = new System.Windows.Forms.PictureBox(); this.btnLogIn = new Guna.UI2.WinForms.Guna2Button(); this.btnBooking = new Guna.UI2.WinForms.Guna2Button(); this.guna2PictureBox1 = new Guna.UI2.WinForms.Guna2PictureBox(); @@ -46,7 +45,6 @@ private void InitializeComponent() this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.panel1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.exit)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.guna2PictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); @@ -57,14 +55,13 @@ private void InitializeComponent() // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.panel1.Controls.Add(this.guna2HtmlLabel1); - this.panel1.Controls.Add(this.exit); this.panel1.Controls.Add(this.btnLogIn); this.panel1.Controls.Add(this.btnBooking); this.panel1.Controls.Add(this.guna2PictureBox1); this.panel1.Location = new System.Drawing.Point(0, 0); - this.panel1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.panel1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(245, 802); + this.panel1.Size = new System.Drawing.Size(327, 987); this.panel1.TabIndex = 8; this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint); // @@ -73,34 +70,23 @@ private void InitializeComponent() this.guna2HtmlLabel1.BackColor = System.Drawing.Color.Transparent; this.guna2HtmlLabel1.Font = new System.Drawing.Font("Imprint MT Shadow", 20F, System.Drawing.FontStyle.Bold); this.guna2HtmlLabel1.ForeColor = System.Drawing.Color.White; - this.guna2HtmlLabel1.Location = new System.Drawing.Point(40, 223); - this.guna2HtmlLabel1.Margin = new System.Windows.Forms.Padding(2); + this.guna2HtmlLabel1.Location = new System.Drawing.Point(53, 274); + this.guna2HtmlLabel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.guna2HtmlLabel1.Name = "guna2HtmlLabel1"; - this.guna2HtmlLabel1.Size = new System.Drawing.Size(155, 34); + this.guna2HtmlLabel1.Size = new System.Drawing.Size(185, 41); this.guna2HtmlLabel1.TabIndex = 36; this.guna2HtmlLabel1.Text = "Hotel LIAV"; // - // exit - // - this.exit.Image = global::HotelManagement.Properties.Resources.close; - this.exit.Location = new System.Drawing.Point(1, 0); - this.exit.Name = "exit"; - this.exit.Size = new System.Drawing.Size(31, 29); - this.exit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; - this.exit.TabIndex = 35; - this.exit.TabStop = false; - this.exit.Click += new System.EventHandler(this.exit_Click); - // // btnLogIn // this.btnLogIn.BorderThickness = 2; this.btnLogIn.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnLogIn.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnLogIn.ForeColor = System.Drawing.Color.White; - this.btnLogIn.Location = new System.Drawing.Point(21, 692); - this.btnLogIn.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnLogIn.Location = new System.Drawing.Point(23, 786); + this.btnLogIn.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnLogIn.Name = "btnLogIn"; - this.btnLogIn.Size = new System.Drawing.Size(200, 46); + this.btnLogIn.Size = new System.Drawing.Size(267, 57); this.btnLogIn.TabIndex = 19; this.btnLogIn.Text = "Staff: Intră în cont"; this.btnLogIn.Click += new System.EventHandler(this.btnLogIn_Click); @@ -111,10 +97,10 @@ private void InitializeComponent() this.btnBooking.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnBooking.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnBooking.ForeColor = System.Drawing.Color.White; - this.btnBooking.Location = new System.Drawing.Point(21, 639); - this.btnBooking.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnBooking.Location = new System.Drawing.Point(23, 720); + this.btnBooking.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnBooking.Name = "btnBooking"; - this.btnBooking.Size = new System.Drawing.Size(200, 46); + this.btnBooking.Size = new System.Drawing.Size(267, 57); this.btnBooking.TabIndex = 18; this.btnBooking.Text = "Rezervă"; this.btnBooking.Click += new System.EventHandler(this.btnBooking_Click); @@ -123,10 +109,10 @@ private void InitializeComponent() // this.guna2PictureBox1.Image = global::HotelManagement.Properties.Resources.hotel_icon; this.guna2PictureBox1.ImageRotate = 0F; - this.guna2PictureBox1.Location = new System.Drawing.Point(51, 81); - this.guna2PictureBox1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.guna2PictureBox1.Location = new System.Drawing.Point(68, 100); + this.guna2PictureBox1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.guna2PictureBox1.Name = "guna2PictureBox1"; - this.guna2PictureBox1.Size = new System.Drawing.Size(138, 122); + this.guna2PictureBox1.Size = new System.Drawing.Size(184, 150); this.guna2PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.guna2PictureBox1.TabIndex = 7; this.guna2PictureBox1.TabStop = false; @@ -137,10 +123,10 @@ private void InitializeComponent() this.btnContact.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnContact.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnContact.ForeColor = System.Drawing.Color.White; - this.btnContact.Location = new System.Drawing.Point(1070, 0); - this.btnContact.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnContact.Location = new System.Drawing.Point(1304, 0); + this.btnContact.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnContact.Name = "btnContact"; - this.btnContact.Size = new System.Drawing.Size(165, 46); + this.btnContact.Size = new System.Drawing.Size(196, 57); this.btnContact.TabIndex = 26; this.btnContact.Text = "Contact"; this.btnContact.Click += new System.EventHandler(this.btnContact_Click); @@ -151,10 +137,10 @@ private void InitializeComponent() this.btnTarife.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnTarife.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnTarife.ForeColor = System.Drawing.Color.White; - this.btnTarife.Location = new System.Drawing.Point(905, 0); - this.btnTarife.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnTarife.Location = new System.Drawing.Point(1108, 0); + this.btnTarife.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnTarife.Name = "btnTarife"; - this.btnTarife.Size = new System.Drawing.Size(165, 46); + this.btnTarife.Size = new System.Drawing.Size(196, 57); this.btnTarife.TabIndex = 25; this.btnTarife.Text = "Tarife"; this.btnTarife.Click += new System.EventHandler(this.btnTarife_Click); @@ -165,10 +151,10 @@ private void InitializeComponent() this.btnGalerie.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnGalerie.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnGalerie.ForeColor = System.Drawing.Color.White; - this.btnGalerie.Location = new System.Drawing.Point(740, 0); - this.btnGalerie.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnGalerie.Location = new System.Drawing.Point(912, 0); + this.btnGalerie.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnGalerie.Name = "btnGalerie"; - this.btnGalerie.Size = new System.Drawing.Size(165, 46); + this.btnGalerie.Size = new System.Drawing.Size(196, 57); this.btnGalerie.TabIndex = 24; this.btnGalerie.Text = "Galerie"; this.btnGalerie.Click += new System.EventHandler(this.btnGalerie_Click); @@ -179,10 +165,10 @@ private void InitializeComponent() this.btnFacilitati.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnFacilitati.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnFacilitati.ForeColor = System.Drawing.Color.White; - this.btnFacilitati.Location = new System.Drawing.Point(575, 0); - this.btnFacilitati.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnFacilitati.Location = new System.Drawing.Point(716, 0); + this.btnFacilitati.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnFacilitati.Name = "btnFacilitati"; - this.btnFacilitati.Size = new System.Drawing.Size(165, 46); + this.btnFacilitati.Size = new System.Drawing.Size(196, 57); this.btnFacilitati.TabIndex = 23; this.btnFacilitati.Text = "Facilitati"; this.btnFacilitati.Click += new System.EventHandler(this.btnFacilitati_Click); @@ -193,10 +179,10 @@ private void InitializeComponent() this.btnCamere.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnCamere.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnCamere.ForeColor = System.Drawing.Color.White; - this.btnCamere.Location = new System.Drawing.Point(410, 0); - this.btnCamere.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnCamere.Location = new System.Drawing.Point(521, 0); + this.btnCamere.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnCamere.Name = "btnCamere"; - this.btnCamere.Size = new System.Drawing.Size(165, 46); + this.btnCamere.Size = new System.Drawing.Size(196, 57); this.btnCamere.TabIndex = 22; this.btnCamere.Text = "Camere"; this.btnCamere.Click += new System.EventHandler(this.btnCamere_Click); @@ -207,10 +193,10 @@ private void InitializeComponent() this.btnDespreHotel.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnDespreHotel.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnDespreHotel.ForeColor = System.Drawing.Color.White; - this.btnDespreHotel.Location = new System.Drawing.Point(245, 0); - this.btnDespreHotel.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnDespreHotel.Location = new System.Drawing.Point(327, 0); + this.btnDespreHotel.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnDespreHotel.Name = "btnDespreHotel"; - this.btnDespreHotel.Size = new System.Drawing.Size(165, 46); + this.btnDespreHotel.Size = new System.Drawing.Size(196, 57); this.btnDespreHotel.TabIndex = 21; this.btnDespreHotel.Text = "Despre Hotel"; this.btnDespreHotel.Click += new System.EventHandler(this.btnDespreHotel_Click); @@ -221,20 +207,20 @@ private void InitializeComponent() this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.richTextBox1.Location = new System.Drawing.Point(370, 427); - this.richTextBox1.Margin = new System.Windows.Forms.Padding(2); + this.richTextBox1.Location = new System.Drawing.Point(401, 584); + this.richTextBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.richTextBox1.Name = "richTextBox1"; - this.richTextBox1.Size = new System.Drawing.Size(351, 237); + this.richTextBox1.Size = new System.Drawing.Size(468, 292); this.richTextBox1.TabIndex = 34; this.richTextBox1.Text = resources.GetString("richTextBox1.Text"); // // pictureBox1 // this.pictureBox1.Image = global::HotelManagement.Properties.Resources.terrace; - this.pictureBox1.Location = new System.Drawing.Point(376, 159); - this.pictureBox1.Margin = new System.Windows.Forms.Padding(2); + this.pictureBox1.Location = new System.Drawing.Point(369, 141); + this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(336, 218); + this.pictureBox1.Size = new System.Drawing.Size(526, 319); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 33; this.pictureBox1.TabStop = false; @@ -242,10 +228,10 @@ private void InitializeComponent() // pictureBox3 // this.pictureBox3.Image = global::HotelManagement.Properties.Resources.spa; - this.pictureBox3.Location = new System.Drawing.Point(753, 407); - this.pictureBox3.Margin = new System.Windows.Forms.Padding(2); + this.pictureBox3.Location = new System.Drawing.Point(970, 524); + this.pictureBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.pictureBox3.Name = "pictureBox3"; - this.pictureBox3.Size = new System.Drawing.Size(372, 213); + this.pictureBox3.Size = new System.Drawing.Size(518, 319); this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox3.TabIndex = 32; this.pictureBox3.TabStop = false; @@ -253,19 +239,19 @@ private void InitializeComponent() // pictureBox2 // this.pictureBox2.Image = global::HotelManagement.Properties.Resources.room1; - this.pictureBox2.Location = new System.Drawing.Point(753, 159); - this.pictureBox2.Margin = new System.Windows.Forms.Padding(2); + this.pictureBox2.Location = new System.Drawing.Point(974, 141); + this.pictureBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.pictureBox2.Name = "pictureBox2"; - this.pictureBox2.Size = new System.Drawing.Size(372, 218); + this.pictureBox2.Size = new System.Drawing.Size(518, 319); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox2.TabIndex = 31; this.pictureBox2.TabStop = false; // // AboutForm // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1236, 800); + this.ClientSize = new System.Drawing.Size(1500, 900); this.Controls.Add(this.richTextBox1); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.pictureBox3); @@ -278,13 +264,11 @@ private void InitializeComponent() this.Controls.Add(this.btnDespreHotel); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; - this.Margin = new System.Windows.Forms.Padding(2); + this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "AboutForm"; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "AboutForm"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.exit)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.guna2PictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); @@ -309,7 +293,6 @@ private void InitializeComponent() private System.Windows.Forms.RichTextBox richTextBox1; private Guna.UI2.WinForms.Guna2Button btnBooking; private Guna.UI2.WinForms.Guna2Button btnLogIn; - private System.Windows.Forms.PictureBox exit; private Guna.UI2.WinForms.Guna2HtmlLabel guna2HtmlLabel1; } } \ No newline at end of file diff --git a/HotelManagement/HotelManagement/Booking.Designer.cs b/HotelManagement/HotelManagement/Booking.Designer.cs index a19d5c0..0d9932e 100644 --- a/HotelManagement/HotelManagement/Booking.Designer.cs +++ b/HotelManagement/HotelManagement/Booking.Designer.cs @@ -31,7 +31,6 @@ private void InitializeComponent() System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Booking)); this.guna2DateTimePicker1 = new Guna.UI2.WinForms.Guna2DateTimePicker(); this.panel1 = new System.Windows.Forms.Panel(); - this.exit = new System.Windows.Forms.PictureBox(); this.label2 = new System.Windows.Forms.Label(); this.Datelbl = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); @@ -55,7 +54,6 @@ private void InitializeComponent() this.emaitb = new System.Windows.Forms.TextBox(); this.guna2CheckBox1 = new Guna.UI2.WinForms.Guna2CheckBox(); this.panel1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.exit)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.guna2CustomGradientPanel1.SuspendLayout(); this.SuspendLayout(); @@ -66,48 +64,35 @@ private void InitializeComponent() this.guna2DateTimePicker1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.guna2DateTimePicker1.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold); this.guna2DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Long; - this.guna2DateTimePicker1.Location = new System.Drawing.Point(35, 162); - this.guna2DateTimePicker1.Margin = new System.Windows.Forms.Padding(2); + this.guna2DateTimePicker1.Location = new System.Drawing.Point(47, 199); + this.guna2DateTimePicker1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.guna2DateTimePicker1.MaxDate = new System.DateTime(9998, 12, 31, 0, 0, 0, 0); this.guna2DateTimePicker1.MinDate = new System.DateTime(1753, 1, 1, 0, 0, 0, 0); this.guna2DateTimePicker1.Name = "guna2DateTimePicker1"; - this.guna2DateTimePicker1.Size = new System.Drawing.Size(267, 30); + this.guna2DateTimePicker1.Size = new System.Drawing.Size(356, 37); this.guna2DateTimePicker1.TabIndex = 13; this.guna2DateTimePicker1.Value = new System.DateTime(2023, 1, 19, 22, 27, 54, 0); // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.panel1.Controls.Add(this.exit); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.Datelbl); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.ForeColor = System.Drawing.Color.WhiteSmoke; this.panel1.Location = new System.Drawing.Point(0, 0); - this.panel1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.panel1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(1203, 81); + this.panel1.Size = new System.Drawing.Size(1500, 100); this.panel1.TabIndex = 15; // - // exit - // - this.exit.Image = global::HotelManagement.Properties.Resources.close; - this.exit.Location = new System.Drawing.Point(0, 0); - this.exit.Name = "exit"; - this.exit.Size = new System.Drawing.Size(31, 29); - this.exit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; - this.exit.TabIndex = 55; - this.exit.TabStop = false; - this.exit.Click += new System.EventHandler(this.exit_Click); - // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Imprint MT Shadow", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label2.Location = new System.Drawing.Point(491, 13); - this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label2.Location = new System.Drawing.Point(655, 16); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(241, 57); + this.label2.Size = new System.Drawing.Size(296, 71); this.label2.TabIndex = 3; this.label2.Text = "Rezervare"; // @@ -115,20 +100,19 @@ private void InitializeComponent() // this.Datelbl.AutoSize = true; this.Datelbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F); - this.Datelbl.Location = new System.Drawing.Point(996, 44); - this.Datelbl.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.Datelbl.Location = new System.Drawing.Point(1328, 54); this.Datelbl.Name = "Datelbl"; - this.Datelbl.Size = new System.Drawing.Size(57, 25); + this.Datelbl.Size = new System.Drawing.Size(72, 31); this.Datelbl.TabIndex = 1; this.Datelbl.Text = "Date"; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); - this.pictureBox1.Location = new System.Drawing.Point(35, 700); - this.pictureBox1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.pictureBox1.Location = new System.Drawing.Point(33, 791); + this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(82, 58); + this.pictureBox1.Size = new System.Drawing.Size(89, 77); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 16; this.pictureBox1.TabStop = false; @@ -138,10 +122,10 @@ private void InitializeComponent() // this.guna2HtmlLabel1.BackColor = System.Drawing.Color.Transparent; this.guna2HtmlLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.guna2HtmlLabel1.Location = new System.Drawing.Point(67, 120); - this.guna2HtmlLabel1.Margin = new System.Windows.Forms.Padding(2); + this.guna2HtmlLabel1.Location = new System.Drawing.Point(89, 148); + this.guna2HtmlLabel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.guna2HtmlLabel1.Name = "guna2HtmlLabel1"; - this.guna2HtmlLabel1.Size = new System.Drawing.Size(70, 20); + this.guna2HtmlLabel1.Size = new System.Drawing.Size(82, 24); this.guna2HtmlLabel1.TabIndex = 17; this.guna2HtmlLabel1.Text = "Check-in"; // @@ -149,10 +133,10 @@ private void InitializeComponent() // this.guna2HtmlLabel2.BackColor = System.Drawing.Color.Transparent; this.guna2HtmlLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.guna2HtmlLabel2.Location = new System.Drawing.Point(369, 120); - this.guna2HtmlLabel2.Margin = new System.Windows.Forms.Padding(2); + this.guna2HtmlLabel2.Location = new System.Drawing.Point(492, 148); + this.guna2HtmlLabel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.guna2HtmlLabel2.Name = "guna2HtmlLabel2"; - this.guna2HtmlLabel2.Size = new System.Drawing.Size(81, 20); + this.guna2HtmlLabel2.Size = new System.Drawing.Size(94, 24); this.guna2HtmlLabel2.TabIndex = 18; this.guna2HtmlLabel2.Text = "Check-out"; // @@ -163,10 +147,10 @@ private void InitializeComponent() this.trimitereMailbtn.FillColor2 = System.Drawing.Color.LightGray; this.trimitereMailbtn.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.trimitereMailbtn.ForeColor = System.Drawing.Color.Black; - this.trimitereMailbtn.Location = new System.Drawing.Point(450, 700); - this.trimitereMailbtn.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.trimitereMailbtn.Location = new System.Drawing.Point(618, 786); + this.trimitereMailbtn.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.trimitereMailbtn.Name = "trimitereMailbtn"; - this.trimitereMailbtn.Size = new System.Drawing.Size(250, 73); + this.trimitereMailbtn.Size = new System.Drawing.Size(333, 90); this.trimitereMailbtn.TabIndex = 36; this.trimitereMailbtn.Text = "Rezervă"; this.trimitereMailbtn.Click += new System.EventHandler(this.trimitereMailbtn_Click); @@ -175,10 +159,10 @@ private void InitializeComponent() // this.guna2HtmlLabel3.BackColor = System.Drawing.Color.Transparent; this.guna2HtmlLabel3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.guna2HtmlLabel3.Location = new System.Drawing.Point(724, 162); - this.guna2HtmlLabel3.Margin = new System.Windows.Forms.Padding(2); + this.guna2HtmlLabel3.Location = new System.Drawing.Point(965, 199); + this.guna2HtmlLabel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.guna2HtmlLabel3.Name = "guna2HtmlLabel3"; - this.guna2HtmlLabel3.Size = new System.Drawing.Size(386, 22); + this.guna2HtmlLabel3.Size = new System.Drawing.Size(458, 27); this.guna2HtmlLabel3.TabIndex = 37; this.guna2HtmlLabel3.Text = "Facilităţi extra - pentru toată perioada rezervată"; // @@ -190,10 +174,10 @@ private void InitializeComponent() this.guna2CheckBox3.CheckedState.BorderThickness = 0; this.guna2CheckBox3.CheckedState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255))))); this.guna2CheckBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold); - this.guna2CheckBox3.Location = new System.Drawing.Point(806, 305); - this.guna2CheckBox3.Margin = new System.Windows.Forms.Padding(2); + this.guna2CheckBox3.Location = new System.Drawing.Point(1075, 375); + this.guna2CheckBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.guna2CheckBox3.Name = "guna2CheckBox3"; - this.guna2CheckBox3.Size = new System.Drawing.Size(164, 29); + this.guna2CheckBox3.Size = new System.Drawing.Size(201, 33); this.guna2CheckBox3.TabIndex = 40; this.guna2CheckBox3.Text = "Spa - 100 LEI"; this.guna2CheckBox3.UncheckedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))), ((int)(((byte)(149))))); @@ -208,10 +192,10 @@ private void InitializeComponent() this.guna2CheckBox4.CheckedState.BorderThickness = 0; this.guna2CheckBox4.CheckedState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255))))); this.guna2CheckBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold); - this.guna2CheckBox4.Location = new System.Drawing.Point(806, 270); - this.guna2CheckBox4.Margin = new System.Windows.Forms.Padding(2); + this.guna2CheckBox4.Location = new System.Drawing.Point(1075, 332); + this.guna2CheckBox4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.guna2CheckBox4.Name = "guna2CheckBox4"; - this.guna2CheckBox4.Size = new System.Drawing.Size(188, 29); + this.guna2CheckBox4.Size = new System.Drawing.Size(231, 33); this.guna2CheckBox4.TabIndex = 41; this.guna2CheckBox4.Text = "Saună - 150 LEI"; this.guna2CheckBox4.UncheckedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))), ((int)(((byte)(149))))); @@ -227,10 +211,10 @@ private void InitializeComponent() this.guna2CheckBox5.CheckedState.BorderThickness = 0; this.guna2CheckBox5.CheckedState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255))))); this.guna2CheckBox5.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold); - this.guna2CheckBox5.Location = new System.Drawing.Point(806, 233); - this.guna2CheckBox5.Margin = new System.Windows.Forms.Padding(2); + this.guna2CheckBox5.Location = new System.Drawing.Point(1075, 287); + this.guna2CheckBox5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.guna2CheckBox5.Name = "guna2CheckBox5"; - this.guna2CheckBox5.Size = new System.Drawing.Size(195, 29); + this.guna2CheckBox5.Size = new System.Drawing.Size(243, 33); this.guna2CheckBox5.TabIndex = 42; this.guna2CheckBox5.Text = "Piscină - 100 LEI"; this.guna2CheckBox5.UncheckedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))), ((int)(((byte)(149))))); @@ -244,12 +228,12 @@ private void InitializeComponent() this.guna2DateTimePicker2.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.guna2DateTimePicker2.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.guna2DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Long; - this.guna2DateTimePicker2.Location = new System.Drawing.Point(353, 162); - this.guna2DateTimePicker2.Margin = new System.Windows.Forms.Padding(2); + this.guna2DateTimePicker2.Location = new System.Drawing.Point(471, 199); + this.guna2DateTimePicker2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.guna2DateTimePicker2.MaxDate = new System.DateTime(9998, 12, 31, 0, 0, 0, 0); this.guna2DateTimePicker2.MinDate = new System.DateTime(1753, 1, 1, 0, 0, 0, 0); this.guna2DateTimePicker2.Name = "guna2DateTimePicker2"; - this.guna2DateTimePicker2.Size = new System.Drawing.Size(267, 30); + this.guna2DateTimePicker2.Size = new System.Drawing.Size(356, 37); this.guna2DateTimePicker2.TabIndex = 44; this.guna2DateTimePicker2.Value = new System.DateTime(2023, 1, 19, 22, 27, 50, 0); // @@ -257,10 +241,10 @@ private void InitializeComponent() // this.guna2HtmlLabel4.BackColor = System.Drawing.Color.Transparent; this.guna2HtmlLabel4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.guna2HtmlLabel4.Location = new System.Drawing.Point(55, 12); - this.guna2HtmlLabel4.Margin = new System.Windows.Forms.Padding(2); + this.guna2HtmlLabel4.Location = new System.Drawing.Point(73, 15); + this.guna2HtmlLabel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.guna2HtmlLabel4.Name = "guna2HtmlLabel4"; - this.guna2HtmlLabel4.Size = new System.Drawing.Size(13, 22); + this.guna2HtmlLabel4.Size = new System.Drawing.Size(15, 27); this.guna2HtmlLabel4.TabIndex = 45; this.guna2HtmlLabel4.Text = "0"; // @@ -268,10 +252,10 @@ private void InitializeComponent() // this.guna2HtmlLabel5.BackColor = System.Drawing.Color.Transparent; this.guna2HtmlLabel5.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold); - this.guna2HtmlLabel5.Location = new System.Drawing.Point(972, 358); - this.guna2HtmlLabel5.Margin = new System.Windows.Forms.Padding(2); + this.guna2HtmlLabel5.Location = new System.Drawing.Point(1296, 441); + this.guna2HtmlLabel5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.guna2HtmlLabel5.Name = "guna2HtmlLabel5"; - this.guna2HtmlLabel5.Size = new System.Drawing.Size(150, 27); + this.guna2HtmlLabel5.Size = new System.Drawing.Size(186, 31); this.guna2HtmlLabel5.TabIndex = 46; this.guna2HtmlLabel5.Text = "Cost total(LEI):"; // @@ -284,19 +268,20 @@ private void InitializeComponent() this.guna2CustomGradientPanel1.FillColor3 = System.Drawing.Color.DarkGray; this.guna2CustomGradientPanel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); this.guna2CustomGradientPanel1.ForeColor = System.Drawing.Color.Black; - this.guna2CustomGradientPanel1.Location = new System.Drawing.Point(972, 396); - this.guna2CustomGradientPanel1.Margin = new System.Windows.Forms.Padding(2); + this.guna2CustomGradientPanel1.Location = new System.Drawing.Point(1296, 487); + this.guna2CustomGradientPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.guna2CustomGradientPanel1.Name = "guna2CustomGradientPanel1"; - this.guna2CustomGradientPanel1.Size = new System.Drawing.Size(123, 44); + this.guna2CustomGradientPanel1.Size = new System.Drawing.Size(164, 54); this.guna2CustomGradientPanel1.TabIndex = 47; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); - this.label1.Location = new System.Drawing.Point(64, 273); + this.label1.Location = new System.Drawing.Point(85, 336); + this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(50, 18); + this.label1.Size = new System.Drawing.Size(62, 24); this.label1.TabIndex = 49; this.label1.Text = "Email"; // @@ -307,10 +292,10 @@ private void InitializeComponent() this.guna2GradientButton1.FillColor2 = System.Drawing.Color.LightGray; this.guna2GradientButton1.Font = new System.Drawing.Font("Segoe UI", 15F, System.Drawing.FontStyle.Bold); this.guna2GradientButton1.ForeColor = System.Drawing.Color.Black; - this.guna2GradientButton1.Location = new System.Drawing.Point(734, 396); - this.guna2GradientButton1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.guna2GradientButton1.Location = new System.Drawing.Point(979, 487); + this.guna2GradientButton1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.guna2GradientButton1.Name = "guna2GradientButton1"; - this.guna2GradientButton1.Size = new System.Drawing.Size(177, 44); + this.guna2GradientButton1.Size = new System.Drawing.Size(236, 54); this.guna2GradientButton1.TabIndex = 50; this.guna2GradientButton1.Text = "Calculează Preţ Total"; this.guna2GradientButton1.Click += new System.EventHandler(this.guna2GradientButton1_Click); @@ -319,28 +304,30 @@ private void InitializeComponent() // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold); - this.label3.Location = new System.Drawing.Point(366, 270); + this.label3.Location = new System.Drawing.Point(488, 332); + this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(64, 18); + this.label3.Size = new System.Drawing.Size(81, 24); this.label3.TabIndex = 52; this.label3.Text = "Telefon"; // // textBox1 // - this.textBox1.Location = new System.Drawing.Point(353, 305); + this.textBox1.Location = new System.Drawing.Point(471, 375); + this.textBox1.Margin = new System.Windows.Forms.Padding(4); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; - this.textBox1.Size = new System.Drawing.Size(267, 29); + this.textBox1.Size = new System.Drawing.Size(355, 35); this.textBox1.TabIndex = 51; // // guna2HtmlLabel6 // this.guna2HtmlLabel6.BackColor = System.Drawing.Color.Transparent; this.guna2HtmlLabel6.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.guna2HtmlLabel6.Location = new System.Drawing.Point(218, 374); - this.guna2HtmlLabel6.Margin = new System.Windows.Forms.Padding(2); + this.guna2HtmlLabel6.Location = new System.Drawing.Point(291, 460); + this.guna2HtmlLabel6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.guna2HtmlLabel6.Name = "guna2HtmlLabel6"; - this.guna2HtmlLabel6.Size = new System.Drawing.Size(107, 20); + this.guna2HtmlLabel6.Size = new System.Drawing.Size(128, 24); this.guna2HtmlLabel6.TabIndex = 53; this.guna2HtmlLabel6.Text = "Tipul Camerei"; // @@ -353,17 +340,19 @@ private void InitializeComponent() "Camera Dubla Deluxe", "Camera pentru Familie", "Triol"}); - this.comboBox1.Location = new System.Drawing.Point(203, 415); + this.comboBox1.Location = new System.Drawing.Point(271, 511); + this.comboBox1.Margin = new System.Windows.Forms.Padding(4); this.comboBox1.Name = "comboBox1"; - this.comboBox1.Size = new System.Drawing.Size(247, 21); + this.comboBox1.Size = new System.Drawing.Size(328, 24); this.comboBox1.TabIndex = 54; // // emaitb // - this.emaitb.Location = new System.Drawing.Point(35, 305); + this.emaitb.Location = new System.Drawing.Point(47, 375); + this.emaitb.Margin = new System.Windows.Forms.Padding(4); this.emaitb.Multiline = true; this.emaitb.Name = "emaitb"; - this.emaitb.Size = new System.Drawing.Size(267, 29); + this.emaitb.Size = new System.Drawing.Size(355, 35); this.emaitb.TabIndex = 55; // // guna2CheckBox1 @@ -373,23 +362,23 @@ private void InitializeComponent() this.guna2CheckBox1.CheckedState.BorderRadius = 0; this.guna2CheckBox1.CheckedState.BorderThickness = 0; this.guna2CheckBox1.CheckedState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255))))); - this.guna2CheckBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold); - this.guna2CheckBox1.Location = new System.Drawing.Point(824, 208); - this.guna2CheckBox1.Margin = new System.Windows.Forms.Padding(2); + this.guna2CheckBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold); + this.guna2CheckBox1.Location = new System.Drawing.Point(1075, 249); + this.guna2CheckBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.guna2CheckBox1.Name = "guna2CheckBox1"; - this.guna2CheckBox1.Size = new System.Drawing.Size(177, 21); + this.guna2CheckBox1.Size = new System.Drawing.Size(225, 33); this.guna2CheckBox1.TabIndex = 56; - this.guna2CheckBox1.Text = "Sky Resort - 250 LEI"; + this.guna2CheckBox1.Text = "Sală de Fitness"; this.guna2CheckBox1.UncheckedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))), ((int)(((byte)(149))))); this.guna2CheckBox1.UncheckedState.BorderRadius = 0; this.guna2CheckBox1.UncheckedState.BorderThickness = 0; // // Booking // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlLight; - this.ClientSize = new System.Drawing.Size(1203, 800); + this.ClientSize = new System.Drawing.Size(1500, 900); this.Controls.Add(this.guna2CheckBox1); this.Controls.Add(this.emaitb); this.Controls.Add(this.comboBox1); @@ -412,14 +401,13 @@ private void InitializeComponent() this.Controls.Add(this.panel1); this.Controls.Add(this.guna2DateTimePicker1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; - this.Margin = new System.Windows.Forms.Padding(2); + this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "Booking"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Booking"; this.Load += new System.EventHandler(this.Booking_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.exit)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.guna2CustomGradientPanel1.ResumeLayout(false); this.guna2CustomGradientPanel1.PerformLayout(); @@ -451,7 +439,6 @@ private void InitializeComponent() private System.Windows.Forms.TextBox textBox1; private Guna.UI2.WinForms.Guna2HtmlLabel guna2HtmlLabel6; private System.Windows.Forms.ComboBox comboBox1; - private System.Windows.Forms.PictureBox exit; private System.Windows.Forms.TextBox emaitb; private Guna.UI2.WinForms.Guna2CheckBox guna2CheckBox1; } diff --git a/HotelManagement/HotelManagement/CamereForm.Designer.cs b/HotelManagement/HotelManagement/CamereForm.Designer.cs index 54f09a1..6f8ecba 100644 --- a/HotelManagement/HotelManagement/CamereForm.Designer.cs +++ b/HotelManagement/HotelManagement/CamereForm.Designer.cs @@ -47,7 +47,7 @@ private void InitializeComponent() this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.btnLogIn = new Guna.UI2.WinForms.Guna2Button(); this.panel1 = new System.Windows.Forms.Panel(); - this.exit = new System.Windows.Forms.PictureBox(); + this.guna2HtmlLabel1 = new Guna.UI2.WinForms.Guna2HtmlLabel(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.richTextBox3 = new System.Windows.Forms.RichTextBox(); this.richTextBox6 = new System.Windows.Forms.RichTextBox(); @@ -55,14 +55,12 @@ private void InitializeComponent() this.richTextBox8 = new System.Windows.Forms.RichTextBox(); this.richTextBox9 = new System.Windows.Forms.RichTextBox(); this.richTextBox10 = new System.Windows.Forms.RichTextBox(); - this.guna2HtmlLabel1 = new Guna.UI2.WinForms.Guna2HtmlLabel(); ((System.ComponentModel.ISupportInitialize)(this.guna2PictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.exit)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); this.SuspendLayout(); // @@ -72,10 +70,10 @@ private void InitializeComponent() this.btnContact.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnContact.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnContact.ForeColor = System.Drawing.Color.White; - this.btnContact.Location = new System.Drawing.Point(867, 0); - this.btnContact.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnContact.Location = new System.Drawing.Point(1304, -1); + this.btnContact.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnContact.Name = "btnContact"; - this.btnContact.Size = new System.Drawing.Size(133, 46); + this.btnContact.Size = new System.Drawing.Size(196, 57); this.btnContact.TabIndex = 14; this.btnContact.Text = "Contact"; this.btnContact.Click += new System.EventHandler(this.btnContact_Click); @@ -86,10 +84,10 @@ private void InitializeComponent() this.btnTarife.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnTarife.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnTarife.ForeColor = System.Drawing.Color.White; - this.btnTarife.Location = new System.Drawing.Point(733, 0); - this.btnTarife.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnTarife.Location = new System.Drawing.Point(1108, -1); + this.btnTarife.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnTarife.Name = "btnTarife"; - this.btnTarife.Size = new System.Drawing.Size(133, 46); + this.btnTarife.Size = new System.Drawing.Size(196, 57); this.btnTarife.TabIndex = 13; this.btnTarife.Text = "Tarife"; this.btnTarife.Click += new System.EventHandler(this.btnTarife_Click); @@ -100,10 +98,10 @@ private void InitializeComponent() this.btnGalerie.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnGalerie.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnGalerie.ForeColor = System.Drawing.Color.White; - this.btnGalerie.Location = new System.Drawing.Point(601, 0); - this.btnGalerie.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnGalerie.Location = new System.Drawing.Point(912, -1); + this.btnGalerie.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnGalerie.Name = "btnGalerie"; - this.btnGalerie.Size = new System.Drawing.Size(133, 46); + this.btnGalerie.Size = new System.Drawing.Size(196, 57); this.btnGalerie.TabIndex = 12; this.btnGalerie.Text = "Galerie"; this.btnGalerie.Click += new System.EventHandler(this.btnGalerie_Click); @@ -112,10 +110,10 @@ private void InitializeComponent() // this.guna2PictureBox1.Image = global::HotelManagement.Properties.Resources.hotel_icon; this.guna2PictureBox1.ImageRotate = 0F; - this.guna2PictureBox1.Location = new System.Drawing.Point(31, 74); - this.guna2PictureBox1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.guna2PictureBox1.Location = new System.Drawing.Point(71, 63); + this.guna2PictureBox1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.guna2PictureBox1.Name = "guna2PictureBox1"; - this.guna2PictureBox1.Size = new System.Drawing.Size(138, 122); + this.guna2PictureBox1.Size = new System.Drawing.Size(184, 150); this.guna2PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.guna2PictureBox1.TabIndex = 7; this.guna2PictureBox1.TabStop = false; @@ -126,10 +124,10 @@ private void InitializeComponent() this.btnFacilitati.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnFacilitati.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnFacilitati.ForeColor = System.Drawing.Color.White; - this.btnFacilitati.Location = new System.Drawing.Point(467, 0); - this.btnFacilitati.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnFacilitati.Location = new System.Drawing.Point(716, -1); + this.btnFacilitati.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnFacilitati.Name = "btnFacilitati"; - this.btnFacilitati.Size = new System.Drawing.Size(133, 46); + this.btnFacilitati.Size = new System.Drawing.Size(196, 57); this.btnFacilitati.TabIndex = 11; this.btnFacilitati.Text = "Facilitati"; this.btnFacilitati.Click += new System.EventHandler(this.btnFacilitati_Click); @@ -140,10 +138,10 @@ private void InitializeComponent() this.btnBooking.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnBooking.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnBooking.ForeColor = System.Drawing.Color.White; - this.btnBooking.Location = new System.Drawing.Point(1, 453); - this.btnBooking.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnBooking.Location = new System.Drawing.Point(24, 684); + this.btnBooking.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnBooking.Name = "btnBooking"; - this.btnBooking.Size = new System.Drawing.Size(200, 46); + this.btnBooking.Size = new System.Drawing.Size(267, 57); this.btnBooking.TabIndex = 16; this.btnBooking.Text = "Rezervă"; this.btnBooking.Click += new System.EventHandler(this.btnBooking_Click); @@ -154,10 +152,10 @@ private void InitializeComponent() this.btnCamere.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnCamere.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnCamere.ForeColor = System.Drawing.Color.White; - this.btnCamere.Location = new System.Drawing.Point(334, 0); - this.btnCamere.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnCamere.Location = new System.Drawing.Point(520, -1); + this.btnCamere.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnCamere.Name = "btnCamere"; - this.btnCamere.Size = new System.Drawing.Size(133, 46); + this.btnCamere.Size = new System.Drawing.Size(196, 57); this.btnCamere.TabIndex = 10; this.btnCamere.Text = "Camere"; this.btnCamere.Click += new System.EventHandler(this.btnCamere_Click); @@ -168,10 +166,10 @@ private void InitializeComponent() this.btnDespreHotel.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnDespreHotel.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnDespreHotel.ForeColor = System.Drawing.Color.White; - this.btnDespreHotel.Location = new System.Drawing.Point(201, 0); - this.btnDespreHotel.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnDespreHotel.Location = new System.Drawing.Point(324, -1); + this.btnDespreHotel.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnDespreHotel.Name = "btnDespreHotel"; - this.btnDespreHotel.Size = new System.Drawing.Size(133, 46); + this.btnDespreHotel.Size = new System.Drawing.Size(196, 57); this.btnDespreHotel.TabIndex = 9; this.btnDespreHotel.Text = "Despre Hotel"; this.btnDespreHotel.Click += new System.EventHandler(this.btnDespreHotel_Click); @@ -179,10 +177,10 @@ private void InitializeComponent() // pictureBox5 // this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image"))); - this.pictureBox5.Location = new System.Drawing.Point(249, 354); - this.pictureBox5.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.pictureBox5.Location = new System.Drawing.Point(432, 481); + this.pictureBox5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pictureBox5.Name = "pictureBox5"; - this.pictureBox5.Size = new System.Drawing.Size(197, 122); + this.pictureBox5.Size = new System.Drawing.Size(263, 150); this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox5.TabIndex = 54; this.pictureBox5.TabStop = false; @@ -193,21 +191,21 @@ private void InitializeComponent() this.richTextBox5.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox5.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.richTextBox5.Location = new System.Drawing.Point(328, 329); - this.richTextBox5.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.richTextBox5.Location = new System.Drawing.Point(537, 450); + this.richTextBox5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.richTextBox5.Name = "richTextBox5"; this.richTextBox5.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; - this.richTextBox5.Size = new System.Drawing.Size(41, 20); + this.richTextBox5.Size = new System.Drawing.Size(55, 25); this.richTextBox5.TabIndex = 53; this.richTextBox5.Text = "Tirol"; // // pictureBox4 // this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image"))); - this.pictureBox4.Location = new System.Drawing.Point(756, 99); - this.pictureBox4.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.pictureBox4.Location = new System.Drawing.Point(1108, 167); + this.pictureBox4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pictureBox4.Name = "pictureBox4"; - this.pictureBox4.Size = new System.Drawing.Size(197, 122); + this.pictureBox4.Size = new System.Drawing.Size(263, 150); this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox4.TabIndex = 51; this.pictureBox4.TabStop = false; @@ -218,21 +216,21 @@ private void InitializeComponent() this.richTextBox4.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.richTextBox4.Location = new System.Drawing.Point(779, 73); - this.richTextBox4.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.richTextBox4.Location = new System.Drawing.Point(1139, 135); + this.richTextBox4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.richTextBox4.Name = "richTextBox4"; this.richTextBox4.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; - this.richTextBox4.Size = new System.Drawing.Size(156, 20); + this.richTextBox4.Size = new System.Drawing.Size(208, 25); this.richTextBox4.TabIndex = 50; this.richTextBox4.Text = "Cameră de Familie"; // // pictureBox3 // this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image"))); - this.pictureBox3.Location = new System.Drawing.Point(497, 239); - this.pictureBox3.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.pictureBox3.Location = new System.Drawing.Point(763, 339); + this.pictureBox3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pictureBox3.Name = "pictureBox3"; - this.pictureBox3.Size = new System.Drawing.Size(197, 122); + this.pictureBox3.Size = new System.Drawing.Size(263, 150); this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox3.TabIndex = 45; this.pictureBox3.TabStop = false; @@ -243,11 +241,11 @@ private void InitializeComponent() this.richTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.richTextBox2.Location = new System.Drawing.Point(503, 213); - this.richTextBox2.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.richTextBox2.Location = new System.Drawing.Point(771, 307); + this.richTextBox2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.richTextBox2.Name = "richTextBox2"; this.richTextBox2.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; - this.richTextBox2.Size = new System.Drawing.Size(184, 20); + this.richTextBox2.Size = new System.Drawing.Size(245, 25); this.richTextBox2.TabIndex = 39; this.richTextBox2.Text = "Cameră Dublă Standard"; // @@ -257,21 +255,21 @@ private void InitializeComponent() this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.richTextBox1.Location = new System.Drawing.Point(293, 73); - this.richTextBox1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.richTextBox1.Location = new System.Drawing.Point(491, 135); + this.richTextBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; - this.richTextBox1.Size = new System.Drawing.Size(129, 20); + this.richTextBox1.Size = new System.Drawing.Size(172, 25); this.richTextBox1.TabIndex = 38; this.richTextBox1.Text = "Cameră Dublă Standard"; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); - this.pictureBox1.Location = new System.Drawing.Point(249, 99); - this.pictureBox1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.pictureBox1.Location = new System.Drawing.Point(432, 167); + this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(197, 122); + this.pictureBox1.Size = new System.Drawing.Size(263, 150); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 15; this.pictureBox1.TabStop = false; @@ -282,10 +280,10 @@ private void InitializeComponent() this.btnLogIn.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnLogIn.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnLogIn.ForeColor = System.Drawing.Color.White; - this.btnLogIn.Location = new System.Drawing.Point(1, 506); - this.btnLogIn.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnLogIn.Location = new System.Drawing.Point(24, 749); + this.btnLogIn.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnLogIn.Name = "btnLogIn"; - this.btnLogIn.Size = new System.Drawing.Size(200, 46); + this.btnLogIn.Size = new System.Drawing.Size(267, 57); this.btnLogIn.TabIndex = 15; this.btnLogIn.Text = "Staff: Intră în cont"; this.btnLogIn.Click += new System.EventHandler(this.btnLogIn_Click); @@ -294,34 +292,34 @@ private void InitializeComponent() // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.panel1.Controls.Add(this.guna2HtmlLabel1); - this.panel1.Controls.Add(this.exit); this.panel1.Controls.Add(this.btnBooking); this.panel1.Controls.Add(this.btnLogIn); this.panel1.Controls.Add(this.guna2PictureBox1); this.panel1.Location = new System.Drawing.Point(-1, -1); - this.panel1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.panel1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(202, 605); + this.panel1.Size = new System.Drawing.Size(327, 987); this.panel1.TabIndex = 13; // - // exit + // guna2HtmlLabel1 // - this.exit.Image = global::HotelManagement.Properties.Resources.close; - this.exit.Location = new System.Drawing.Point(1, 1); - this.exit.Name = "exit"; - this.exit.Size = new System.Drawing.Size(31, 29); - this.exit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; - this.exit.TabIndex = 36; - this.exit.TabStop = false; - this.exit.Click += new System.EventHandler(this.exit_Click); + this.guna2HtmlLabel1.BackColor = System.Drawing.Color.Transparent; + this.guna2HtmlLabel1.Font = new System.Drawing.Font("Imprint MT Shadow", 20F, System.Drawing.FontStyle.Bold); + this.guna2HtmlLabel1.ForeColor = System.Drawing.Color.White; + this.guna2HtmlLabel1.Location = new System.Drawing.Point(62, 243); + this.guna2HtmlLabel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.guna2HtmlLabel1.Name = "guna2HtmlLabel1"; + this.guna2HtmlLabel1.Size = new System.Drawing.Size(185, 41); + this.guna2HtmlLabel1.TabIndex = 37; + this.guna2HtmlLabel1.Text = "Hotel LIAV"; // // pictureBox2 // this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); - this.pictureBox2.Location = new System.Drawing.Point(756, 344); - this.pictureBox2.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.pictureBox2.Location = new System.Drawing.Point(1108, 468); + this.pictureBox2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pictureBox2.Name = "pictureBox2"; - this.pictureBox2.Size = new System.Drawing.Size(197, 122); + this.pictureBox2.Size = new System.Drawing.Size(263, 150); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox2.TabIndex = 48; this.pictureBox2.TabStop = false; @@ -332,11 +330,11 @@ private void InitializeComponent() this.richTextBox3.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.richTextBox3.Location = new System.Drawing.Point(779, 318); - this.richTextBox3.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.richTextBox3.Location = new System.Drawing.Point(1139, 436); + this.richTextBox3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.richTextBox3.Name = "richTextBox3"; this.richTextBox3.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; - this.richTextBox3.Size = new System.Drawing.Size(156, 20); + this.richTextBox3.Size = new System.Drawing.Size(208, 25); this.richTextBox3.TabIndex = 56; this.richTextBox3.Text = "Cameră de Familie"; // @@ -346,10 +344,10 @@ private void InitializeComponent() this.richTextBox6.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox6.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.richTextBox6.Location = new System.Drawing.Point(249, 239); - this.richTextBox6.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.richTextBox6.Location = new System.Drawing.Point(432, 339); + this.richTextBox6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.richTextBox6.Name = "richTextBox6"; - this.richTextBox6.Size = new System.Drawing.Size(197, 59); + this.richTextBox6.Size = new System.Drawing.Size(263, 73); this.richTextBox6.TabIndex = 57; this.richTextBox6.Text = "Camera cu doua paturi\nsau pat matrimonial, \ncu priveliste la zona montana"; // @@ -359,10 +357,10 @@ private void InitializeComponent() this.richTextBox7.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox7.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.richTextBox7.Location = new System.Drawing.Point(249, 492); - this.richTextBox7.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.richTextBox7.Location = new System.Drawing.Point(432, 651); + this.richTextBox7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.richTextBox7.Name = "richTextBox7"; - this.richTextBox7.Size = new System.Drawing.Size(197, 59); + this.richTextBox7.Size = new System.Drawing.Size(263, 73); this.richTextBox7.TabIndex = 58; this.richTextBox7.Text = "Apartament situat pe doua nivele, cu 2 camere si bai private"; // @@ -372,10 +370,10 @@ private void InitializeComponent() this.richTextBox8.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox8.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.richTextBox8.Location = new System.Drawing.Point(497, 379); - this.richTextBox8.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.richTextBox8.Location = new System.Drawing.Point(763, 511); + this.richTextBox8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.richTextBox8.Name = "richTextBox8"; - this.richTextBox8.Size = new System.Drawing.Size(197, 59); + this.richTextBox8.Size = new System.Drawing.Size(263, 73); this.richTextBox8.TabIndex = 59; this.richTextBox8.Text = "Camera cu doua paturi\nsau pat matrimonial, \ncu priveliste la zona montana"; // @@ -385,10 +383,10 @@ private void InitializeComponent() this.richTextBox9.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox9.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.richTextBox9.Location = new System.Drawing.Point(763, 239); - this.richTextBox9.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.richTextBox9.Location = new System.Drawing.Point(1117, 339); + this.richTextBox9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.richTextBox9.Name = "richTextBox9"; - this.richTextBox9.Size = new System.Drawing.Size(197, 59); + this.richTextBox9.Size = new System.Drawing.Size(263, 73); this.richTextBox9.TabIndex = 60; this.richTextBox9.Text = "Apartament \ncu priveliste la zona montana"; // @@ -398,32 +396,20 @@ private void InitializeComponent() this.richTextBox10.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox10.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.richTextBox10.Location = new System.Drawing.Point(756, 492); - this.richTextBox10.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.richTextBox10.Location = new System.Drawing.Point(1108, 651); + this.richTextBox10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.richTextBox10.Name = "richTextBox10"; - this.richTextBox10.Size = new System.Drawing.Size(204, 85); + this.richTextBox10.Size = new System.Drawing.Size(272, 105); this.richTextBox10.TabIndex = 61; this.richTextBox10.Text = "Camera cu trei paturi\nsau pat matrimonial si \npat de o singura persoana\ncu privel" + "iste la zona montana"; this.richTextBox10.TextChanged += new System.EventHandler(this.richTextBox10_TextChanged); // - // guna2HtmlLabel1 - // - this.guna2HtmlLabel1.BackColor = System.Drawing.Color.Transparent; - this.guna2HtmlLabel1.Font = new System.Drawing.Font("Imprint MT Shadow", 20F, System.Drawing.FontStyle.Bold); - this.guna2HtmlLabel1.ForeColor = System.Drawing.Color.White; - this.guna2HtmlLabel1.Location = new System.Drawing.Point(24, 220); - this.guna2HtmlLabel1.Margin = new System.Windows.Forms.Padding(2); - this.guna2HtmlLabel1.Name = "guna2HtmlLabel1"; - this.guna2HtmlLabel1.Size = new System.Drawing.Size(155, 34); - this.guna2HtmlLabel1.TabIndex = 37; - this.guna2HtmlLabel1.Text = "Hotel LIAV"; - // // CamereForm // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1000, 585); + this.ClientSize = new System.Drawing.Size(1500, 900); this.Controls.Add(this.richTextBox10); this.Controls.Add(this.richTextBox9); this.Controls.Add(this.richTextBox8); @@ -446,8 +432,8 @@ private void InitializeComponent() this.Controls.Add(this.pictureBox3); this.Controls.Add(this.richTextBox2); this.Controls.Add(this.richTextBox1); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; - this.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; + this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "CamereForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "CamereForm"; @@ -458,7 +444,6 @@ private void InitializeComponent() ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.exit)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.ResumeLayout(false); @@ -484,7 +469,6 @@ private void InitializeComponent() private System.Windows.Forms.RichTextBox richTextBox4; private System.Windows.Forms.PictureBox pictureBox5; private System.Windows.Forms.RichTextBox richTextBox5; - private System.Windows.Forms.PictureBox exit; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.RichTextBox richTextBox3; private System.Windows.Forms.RichTextBox richTextBox6; diff --git a/HotelManagement/HotelManagement/ClientLogIn.Designer.cs b/HotelManagement/HotelManagement/ClientLogIn.Designer.cs index 7de5595..8570586 100644 --- a/HotelManagement/HotelManagement/ClientLogIn.Designer.cs +++ b/HotelManagement/HotelManagement/ClientLogIn.Designer.cs @@ -31,7 +31,6 @@ private void InitializeComponent() this.panel1 = new System.Windows.Forms.Panel(); this.guna2HtmlLabel1 = new Guna.UI2.WinForms.Guna2HtmlLabel(); this.guna2PictureBox1 = new Guna.UI2.WinForms.Guna2PictureBox(); - this.exit = new System.Windows.Forms.PictureBox(); this.btnBooking = new Guna.UI2.WinForms.Guna2Button(); this.btnLogIn = new Guna.UI2.WinForms.Guna2Button(); this.guna2Panel1 = new Guna.UI2.WinForms.Guna2Panel(); @@ -51,7 +50,6 @@ private void InitializeComponent() this.btnDespreHotel = new Guna.UI2.WinForms.Guna2Button(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.guna2PictureBox1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.exit)).BeginInit(); this.guna2Panel1.SuspendLayout(); this.staffGB.SuspendLayout(); this.SuspendLayout(); @@ -61,13 +59,12 @@ private void InitializeComponent() this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.panel1.Controls.Add(this.guna2HtmlLabel1); this.panel1.Controls.Add(this.guna2PictureBox1); - this.panel1.Controls.Add(this.exit); this.panel1.Controls.Add(this.btnBooking); this.panel1.Controls.Add(this.btnLogIn); this.panel1.Location = new System.Drawing.Point(-1, 0); - this.panel1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.panel1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(245, 802); + this.panel1.Size = new System.Drawing.Size(327, 987); this.panel1.TabIndex = 6; this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint); // @@ -76,10 +73,10 @@ private void InitializeComponent() this.guna2HtmlLabel1.BackColor = System.Drawing.Color.Transparent; this.guna2HtmlLabel1.Font = new System.Drawing.Font("Imprint MT Shadow", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.guna2HtmlLabel1.ForeColor = System.Drawing.Color.White; - this.guna2HtmlLabel1.Location = new System.Drawing.Point(27, 220); - this.guna2HtmlLabel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.guna2HtmlLabel1.Location = new System.Drawing.Point(36, 271); + this.guna2HtmlLabel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.guna2HtmlLabel1.Name = "guna2HtmlLabel1"; - this.guna2HtmlLabel1.Size = new System.Drawing.Size(179, 40); + this.guna2HtmlLabel1.Size = new System.Drawing.Size(222, 49); this.guna2HtmlLabel1.TabIndex = 38; this.guna2HtmlLabel1.Text = "Hotel LIAV"; // @@ -87,35 +84,24 @@ private void InitializeComponent() // this.guna2PictureBox1.Image = global::HotelManagement.Properties.Resources.hotel_icon; this.guna2PictureBox1.ImageRotate = 0F; - this.guna2PictureBox1.Location = new System.Drawing.Point(45, 74); - this.guna2PictureBox1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.guna2PictureBox1.Location = new System.Drawing.Point(60, 91); + this.guna2PictureBox1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.guna2PictureBox1.Name = "guna2PictureBox1"; - this.guna2PictureBox1.Size = new System.Drawing.Size(138, 122); + this.guna2PictureBox1.Size = new System.Drawing.Size(184, 150); this.guna2PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.guna2PictureBox1.TabIndex = 37; this.guna2PictureBox1.TabStop = false; // - // exit - // - this.exit.Image = global::HotelManagement.Properties.Resources.close; - this.exit.Location = new System.Drawing.Point(0, 0); - this.exit.Name = "exit"; - this.exit.Size = new System.Drawing.Size(31, 29); - this.exit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; - this.exit.TabIndex = 36; - this.exit.TabStop = false; - this.exit.Click += new System.EventHandler(this.exit_Click); - // // btnBooking // this.btnBooking.BorderThickness = 2; this.btnBooking.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnBooking.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnBooking.ForeColor = System.Drawing.Color.White; - this.btnBooking.Location = new System.Drawing.Point(23, 632); - this.btnBooking.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnBooking.Location = new System.Drawing.Point(23, 720); + this.btnBooking.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnBooking.Name = "btnBooking"; - this.btnBooking.Size = new System.Drawing.Size(200, 46); + this.btnBooking.Size = new System.Drawing.Size(267, 57); this.btnBooking.TabIndex = 16; this.btnBooking.Text = "Rezervă"; this.btnBooking.Click += new System.EventHandler(this.btnBooking_Click); @@ -126,10 +112,10 @@ private void InitializeComponent() this.btnLogIn.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnLogIn.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnLogIn.ForeColor = System.Drawing.Color.White; - this.btnLogIn.Location = new System.Drawing.Point(23, 685); - this.btnLogIn.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnLogIn.Location = new System.Drawing.Point(23, 786); + this.btnLogIn.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnLogIn.Name = "btnLogIn"; - this.btnLogIn.Size = new System.Drawing.Size(200, 46); + this.btnLogIn.Size = new System.Drawing.Size(267, 57); this.btnLogIn.TabIndex = 15; this.btnLogIn.Text = "Staff: Intră în cont"; this.btnLogIn.Click += new System.EventHandler(this.btnLogIn_Click); @@ -144,10 +130,10 @@ private void InitializeComponent() this.guna2Panel1.Controls.Add(this.btnFacilitati); this.guna2Panel1.Controls.Add(this.btnCamere); this.guna2Panel1.Controls.Add(this.btnDespreHotel); - this.guna2Panel1.Location = new System.Drawing.Point(242, 0); - this.guna2Panel1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.guna2Panel1.Location = new System.Drawing.Point(325, 0); + this.guna2Panel1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.guna2Panel1.Name = "guna2Panel1"; - this.guna2Panel1.Size = new System.Drawing.Size(959, 801); + this.guna2Panel1.Size = new System.Drawing.Size(1277, 947); this.guna2Panel1.TabIndex = 8; this.guna2Panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.guna2Panel1_Paint); // @@ -163,11 +149,11 @@ private void InitializeComponent() this.staffGB.Controls.Add(this.textBox1); this.staffGB.Controls.Add(this.UsernameLogInTxtBox); this.staffGB.Controls.Add(this.staffLogInbtn); - this.staffGB.Location = new System.Drawing.Point(132, 91); - this.staffGB.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.staffGB.Location = new System.Drawing.Point(176, 112); + this.staffGB.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.staffGB.Name = "staffGB"; - this.staffGB.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3); - this.staffGB.Size = new System.Drawing.Size(702, 665); + this.staffGB.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.staffGB.Size = new System.Drawing.Size(934, 779); this.staffGB.TabIndex = 15; this.staffGB.TabStop = false; this.staffGB.Visible = false; @@ -176,7 +162,7 @@ private void InitializeComponent() // guna2TextBox2 // this.guna2TextBox2.AutoRoundedCorners = true; - this.guna2TextBox2.BorderRadius = 38; + this.guna2TextBox2.BorderRadius = 47; this.guna2TextBox2.BorderThickness = 0; this.guna2TextBox2.Cursor = System.Windows.Forms.Cursors.IBeam; this.guna2TextBox2.DefaultText = "Client: Intră în cont"; @@ -189,14 +175,14 @@ private void InitializeComponent() this.guna2TextBox2.Font = new System.Drawing.Font("Imprint MT Shadow", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.guna2TextBox2.ForeColor = System.Drawing.Color.Black; this.guna2TextBox2.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255))))); - this.guna2TextBox2.Location = new System.Drawing.Point(209, 90); - this.guna2TextBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.guna2TextBox2.Location = new System.Drawing.Point(279, 111); + this.guna2TextBox2.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.guna2TextBox2.Name = "guna2TextBox2"; this.guna2TextBox2.PasswordChar = '\0'; this.guna2TextBox2.PlaceholderForeColor = System.Drawing.Color.Black; this.guna2TextBox2.PlaceholderText = ""; this.guna2TextBox2.SelectedText = ""; - this.guna2TextBox2.Size = new System.Drawing.Size(311, 79); + this.guna2TextBox2.Size = new System.Drawing.Size(415, 97); this.guna2TextBox2.TabIndex = 19; this.guna2TextBox2.TextChanged += new System.EventHandler(this.guna2TextBox2_TextChanged); // @@ -204,10 +190,9 @@ private void InitializeComponent() // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold); - this.label2.Location = new System.Drawing.Point(221, 264); - this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label2.Location = new System.Drawing.Point(295, 325); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(74, 25); + this.label2.Size = new System.Drawing.Size(92, 29); this.label2.TabIndex = 30; this.label2.Text = "Parolă"; this.label2.Click += new System.EventHandler(this.label2_Click); @@ -216,10 +201,9 @@ private void InitializeComponent() // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold); - this.label1.Location = new System.Drawing.Point(221, 188); - this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label1.Location = new System.Drawing.Point(295, 231); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(154, 25); + this.label1.Size = new System.Drawing.Size(193, 29); this.label1.TabIndex = 29; this.label1.Text = "Număr Telefon"; this.label1.Click += new System.EventHandler(this.label1_Click); @@ -227,16 +211,16 @@ private void InitializeComponent() // staffCancelbtn // this.staffCancelbtn.AutoRoundedCorners = true; - this.staffCancelbtn.BorderRadius = 13; + this.staffCancelbtn.BorderRadius = 27; this.staffCancelbtn.BorderThickness = 1; this.staffCancelbtn.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.staffCancelbtn.FillColor2 = System.Drawing.Color.LightGray; this.staffCancelbtn.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold); this.staffCancelbtn.ForeColor = System.Drawing.Color.Black; - this.staffCancelbtn.Location = new System.Drawing.Point(353, 443); - this.staffCancelbtn.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.staffCancelbtn.Location = new System.Drawing.Point(463, 525); + this.staffCancelbtn.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.staffCancelbtn.Name = "staffCancelbtn"; - this.staffCancelbtn.Size = new System.Drawing.Size(107, 29); + this.staffCancelbtn.Size = new System.Drawing.Size(134, 56); this.staffCancelbtn.TabIndex = 28; this.staffCancelbtn.Text = "Înapoi"; this.staffCancelbtn.Click += new System.EventHandler(this.staffCancelbtn_Click); @@ -244,38 +228,38 @@ private void InitializeComponent() // textBox1 // this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.textBox1.Location = new System.Drawing.Point(224, 290); - this.textBox1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.textBox1.Location = new System.Drawing.Point(299, 357); + this.textBox1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; - this.textBox1.Size = new System.Drawing.Size(259, 38); + this.textBox1.Size = new System.Drawing.Size(345, 46); this.textBox1.TabIndex = 26; this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged); // // UsernameLogInTxtBox // this.UsernameLogInTxtBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.UsernameLogInTxtBox.Location = new System.Drawing.Point(223, 214); - this.UsernameLogInTxtBox.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.UsernameLogInTxtBox.Location = new System.Drawing.Point(297, 263); + this.UsernameLogInTxtBox.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.UsernameLogInTxtBox.Multiline = true; this.UsernameLogInTxtBox.Name = "UsernameLogInTxtBox"; - this.UsernameLogInTxtBox.Size = new System.Drawing.Size(259, 38); + this.UsernameLogInTxtBox.Size = new System.Drawing.Size(345, 46); this.UsernameLogInTxtBox.TabIndex = 25; this.UsernameLogInTxtBox.TextChanged += new System.EventHandler(this.UsernameLogInTxtBox_TextChanged); // // staffLogInbtn // this.staffLogInbtn.AutoRoundedCorners = true; - this.staffLogInbtn.BorderRadius = 13; + this.staffLogInbtn.BorderRadius = 27; this.staffLogInbtn.BorderThickness = 1; this.staffLogInbtn.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.staffLogInbtn.FillColor2 = System.Drawing.Color.LightGray; this.staffLogInbtn.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold); this.staffLogInbtn.ForeColor = System.Drawing.Color.Black; - this.staffLogInbtn.Location = new System.Drawing.Point(216, 443); - this.staffLogInbtn.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.staffLogInbtn.Location = new System.Drawing.Point(279, 525); + this.staffLogInbtn.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.staffLogInbtn.Name = "staffLogInbtn"; - this.staffLogInbtn.Size = new System.Drawing.Size(107, 29); + this.staffLogInbtn.Size = new System.Drawing.Size(134, 56); this.staffLogInbtn.TabIndex = 22; this.staffLogInbtn.Text = "Intră în cont"; this.staffLogInbtn.Click += new System.EventHandler(this.staffLogInbtn_Click); @@ -286,10 +270,10 @@ private void InitializeComponent() this.btnContact.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnContact.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnContact.ForeColor = System.Drawing.Color.White; - this.btnContact.Location = new System.Drawing.Point(792, 0); - this.btnContact.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnContact.Location = new System.Drawing.Point(979, 0); + this.btnContact.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnContact.Name = "btnContact"; - this.btnContact.Size = new System.Drawing.Size(165, 46); + this.btnContact.Size = new System.Drawing.Size(196, 57); this.btnContact.TabIndex = 14; this.btnContact.Text = "Contact"; this.btnContact.Click += new System.EventHandler(this.btnContact_Click); @@ -300,10 +284,10 @@ private void InitializeComponent() this.btnTarife.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnTarife.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnTarife.ForeColor = System.Drawing.Color.White; - this.btnTarife.Location = new System.Drawing.Point(627, 0); - this.btnTarife.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnTarife.Location = new System.Drawing.Point(783, 0); + this.btnTarife.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnTarife.Name = "btnTarife"; - this.btnTarife.Size = new System.Drawing.Size(165, 46); + this.btnTarife.Size = new System.Drawing.Size(196, 57); this.btnTarife.TabIndex = 13; this.btnTarife.Text = "Tarife"; this.btnTarife.Click += new System.EventHandler(this.btnTarife_Click); @@ -314,10 +298,10 @@ private void InitializeComponent() this.btnGalerie.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnGalerie.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnGalerie.ForeColor = System.Drawing.Color.White; - this.btnGalerie.Location = new System.Drawing.Point(462, 0); - this.btnGalerie.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnGalerie.Location = new System.Drawing.Point(587, 0); + this.btnGalerie.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnGalerie.Name = "btnGalerie"; - this.btnGalerie.Size = new System.Drawing.Size(165, 46); + this.btnGalerie.Size = new System.Drawing.Size(196, 57); this.btnGalerie.TabIndex = 12; this.btnGalerie.Text = "Galerie"; this.btnGalerie.Click += new System.EventHandler(this.btnGalerie_Click); @@ -328,10 +312,10 @@ private void InitializeComponent() this.btnFacilitati.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnFacilitati.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnFacilitati.ForeColor = System.Drawing.Color.White; - this.btnFacilitati.Location = new System.Drawing.Point(297, 0); - this.btnFacilitati.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnFacilitati.Location = new System.Drawing.Point(391, 0); + this.btnFacilitati.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnFacilitati.Name = "btnFacilitati"; - this.btnFacilitati.Size = new System.Drawing.Size(165, 46); + this.btnFacilitati.Size = new System.Drawing.Size(196, 57); this.btnFacilitati.TabIndex = 11; this.btnFacilitati.Text = "Facilitati"; this.btnFacilitati.Click += new System.EventHandler(this.btnFacilitati_Click); @@ -342,10 +326,10 @@ private void InitializeComponent() this.btnCamere.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnCamere.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnCamere.ForeColor = System.Drawing.Color.White; - this.btnCamere.Location = new System.Drawing.Point(132, 1); - this.btnCamere.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnCamere.Location = new System.Drawing.Point(195, 0); + this.btnCamere.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnCamere.Name = "btnCamere"; - this.btnCamere.Size = new System.Drawing.Size(165, 46); + this.btnCamere.Size = new System.Drawing.Size(196, 57); this.btnCamere.TabIndex = 10; this.btnCamere.Text = "Camere"; this.btnCamere.Click += new System.EventHandler(this.btnCamere_Click); @@ -356,23 +340,23 @@ private void InitializeComponent() this.btnDespreHotel.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnDespreHotel.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnDespreHotel.ForeColor = System.Drawing.Color.White; - this.btnDespreHotel.Location = new System.Drawing.Point(-1, 1); - this.btnDespreHotel.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnDespreHotel.Location = new System.Drawing.Point(-1, 0); + this.btnDespreHotel.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnDespreHotel.Name = "btnDespreHotel"; - this.btnDespreHotel.Size = new System.Drawing.Size(165, 46); + this.btnDespreHotel.Size = new System.Drawing.Size(196, 57); this.btnDespreHotel.TabIndex = 9; this.btnDespreHotel.Text = "Despre Hotel"; this.btnDespreHotel.Click += new System.EventHandler(this.btnDespreHotel_Click); // // ClientLogIn // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1203, 800); + this.ClientSize = new System.Drawing.Size(1500, 900); this.Controls.Add(this.guna2Panel1); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; - this.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.Name = "ClientLogIn"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FirstPage"; @@ -380,7 +364,6 @@ private void InitializeComponent() this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.guna2PictureBox1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.exit)).EndInit(); this.guna2Panel1.ResumeLayout(false); this.staffGB.ResumeLayout(false); this.staffGB.PerformLayout(); @@ -408,7 +391,6 @@ private void InitializeComponent() private System.Windows.Forms.Label label1; private Guna.UI2.WinForms.Guna2GradientButton staffCancelbtn; private Guna.UI2.WinForms.Guna2TextBox guna2TextBox2; - private System.Windows.Forms.PictureBox exit; private Guna.UI2.WinForms.Guna2PictureBox guna2PictureBox1; private Guna.UI2.WinForms.Guna2HtmlLabel guna2HtmlLabel1; } diff --git a/HotelManagement/HotelManagement/Clientinfo.Designer.cs b/HotelManagement/HotelManagement/Clientinfo.Designer.cs index 9cdfa72..f17ef2c 100644 --- a/HotelManagement/HotelManagement/Clientinfo.Designer.cs +++ b/HotelManagement/HotelManagement/Clientinfo.Designer.cs @@ -39,6 +39,11 @@ private void InitializeComponent() this.clientphonetb = new System.Windows.Forms.RichTextBox(); this.clientctrytb = new System.Windows.Forms.ComboBox(); this.ClientGridview = new System.Windows.Forms.DataGridView(); + this.ClientId = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.ClientName = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.ClientPhone = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Country = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Password = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ClientSearchtb = new System.Windows.Forms.RichTextBox(); this.Search = new System.Windows.Forms.Button(); this.timer1 = new System.Windows.Forms.Timer(this.components); @@ -49,11 +54,6 @@ private void InitializeComponent() this.BtnEditStaff = new Guna.UI2.WinForms.Guna2GradientButton(); this.BtnAddStaff = new Guna.UI2.WinForms.Guna2GradientButton(); this.passwordTb = new System.Windows.Forms.TextBox(); - this.ClientId = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.ClientName = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.ClientPhone = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.Country = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.Password = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ClientGridview)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); @@ -68,19 +68,18 @@ private void InitializeComponent() this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.ForeColor = System.Drawing.Color.WhiteSmoke; this.panel1.Location = new System.Drawing.Point(0, 0); - this.panel1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.panel1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(982, 81); + this.panel1.Size = new System.Drawing.Size(1500, 142); this.panel1.TabIndex = 0; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Imprint MT Shadow", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label2.Location = new System.Drawing.Point(285, 13); - this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label2.Location = new System.Drawing.Point(461, 36); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(398, 57); + this.label2.Size = new System.Drawing.Size(491, 71); this.label2.TabIndex = 3; this.label2.Text = "Informaţii Clienţi"; // @@ -88,10 +87,9 @@ private void InitializeComponent() // this.Datelbl.AutoSize = true; this.Datelbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F); - this.Datelbl.Location = new System.Drawing.Point(797, 44); - this.Datelbl.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.Datelbl.Location = new System.Drawing.Point(1159, 83); this.Datelbl.Name = "Datelbl"; - this.Datelbl.Size = new System.Drawing.Size(57, 25); + this.Datelbl.Size = new System.Drawing.Size(72, 31); this.Datelbl.TabIndex = 1; this.Datelbl.Text = "Date"; // @@ -99,10 +97,10 @@ private void InitializeComponent() // this.clientnametbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.clientnametbl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.clientnametbl.Location = new System.Drawing.Point(81, 229); - this.clientnametbl.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.clientnametbl.Location = new System.Drawing.Point(106, 314); + this.clientnametbl.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.clientnametbl.Name = "clientnametbl"; - this.clientnametbl.Size = new System.Drawing.Size(215, 35); + this.clientnametbl.Size = new System.Drawing.Size(321, 52); this.clientnametbl.TabIndex = 2; this.clientnametbl.Text = "Nume"; // @@ -110,10 +108,10 @@ private void InitializeComponent() // this.clientphonetb.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.clientphonetb.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.clientphonetb.Location = new System.Drawing.Point(81, 280); - this.clientphonetb.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.clientphonetb.Location = new System.Drawing.Point(106, 377); + this.clientphonetb.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.clientphonetb.Name = "clientphonetb"; - this.clientphonetb.Size = new System.Drawing.Size(215, 35); + this.clientphonetb.Size = new System.Drawing.Size(321, 52); this.clientphonetb.TabIndex = 3; this.clientphonetb.Text = "Număr Telefon"; // @@ -129,10 +127,10 @@ private void InitializeComponent() "CHINA", "FRANCE", "ITALY"}); - this.clientctrytb.Location = new System.Drawing.Point(81, 378); - this.clientctrytb.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.clientctrytb.Location = new System.Drawing.Point(106, 497); + this.clientctrytb.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.clientctrytb.Name = "clientctrytb"; - this.clientctrytb.Size = new System.Drawing.Size(215, 28); + this.clientctrytb.Size = new System.Drawing.Size(321, 33); this.clientctrytb.TabIndex = 4; this.clientctrytb.Text = "Ţara"; // @@ -145,23 +143,64 @@ private void InitializeComponent() this.ClientPhone, this.Country, this.Password}); - this.ClientGridview.Location = new System.Drawing.Point(355, 101); - this.ClientGridview.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.ClientGridview.Location = new System.Drawing.Point(621, 162); + this.ClientGridview.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.ClientGridview.Name = "ClientGridview"; this.ClientGridview.RowHeadersWidth = 51; this.ClientGridview.RowTemplate.Height = 29; - this.ClientGridview.Size = new System.Drawing.Size(554, 461); + this.ClientGridview.Size = new System.Drawing.Size(739, 706); this.ClientGridview.TabIndex = 5; this.ClientGridview.DoubleClick += new System.EventHandler(this.ClientGridview_DoubleClick); // + // ClientId + // + this.ClientId.DataPropertyName = "ClientId"; + this.ClientId.HeaderText = "ClientId"; + this.ClientId.MinimumWidth = 6; + this.ClientId.Name = "ClientId"; + this.ClientId.Width = 125; + // + // ClientName + // + this.ClientName.DataPropertyName = "ClientName"; + this.ClientName.HeaderText = "Nume"; + this.ClientName.MinimumWidth = 6; + this.ClientName.Name = "ClientName"; + this.ClientName.Width = 125; + // + // ClientPhone + // + this.ClientPhone.DataPropertyName = "ClientPhone"; + this.ClientPhone.HeaderText = "NumărTelefon"; + this.ClientPhone.MinimumWidth = 6; + this.ClientPhone.Name = "ClientPhone"; + this.ClientPhone.Width = 125; + // + // Country + // + this.Country.DataPropertyName = "ClientCountry"; + this.Country.HeaderText = "Ţara"; + this.Country.MinimumWidth = 6; + this.Country.Name = "Country"; + this.Country.Width = 125; + // + // Password + // + this.Password.DataPropertyName = "Password"; + this.Password.HeaderText = "Parola"; + this.Password.MinimumWidth = 6; + this.Password.Name = "Password"; + this.Password.Visible = false; + this.Password.Width = 125; + // // ClientSearchtb // this.ClientSearchtb.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ClientSearchtb.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.ClientSearchtb.Location = new System.Drawing.Point(33, 101); - this.ClientSearchtb.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.ClientSearchtb.Location = new System.Drawing.Point(38, 171); + this.ClientSearchtb.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.ClientSearchtb.Name = "ClientSearchtb"; - this.ClientSearchtb.Size = new System.Drawing.Size(160, 30); + this.ClientSearchtb.Size = new System.Drawing.Size(212, 36); this.ClientSearchtb.TabIndex = 9; this.ClientSearchtb.Text = "Caută după nume"; // @@ -172,10 +211,10 @@ private void InitializeComponent() this.Search.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.Search.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Search.ForeColor = System.Drawing.Color.WhiteSmoke; - this.Search.Location = new System.Drawing.Point(197, 101); - this.Search.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.Search.Location = new System.Drawing.Point(263, 168); + this.Search.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.Search.Name = "Search"; - this.Search.Size = new System.Drawing.Size(106, 29); + this.Search.Size = new System.Drawing.Size(141, 36); this.Search.TabIndex = 10; this.Search.Text = "Caută"; this.Search.UseVisualStyleBackColor = false; @@ -184,10 +223,10 @@ private void InitializeComponent() // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); - this.pictureBox1.Location = new System.Drawing.Point(19, 523); - this.pictureBox1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.pictureBox1.Location = new System.Drawing.Point(33, 791); + this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(59, 50); + this.pictureBox1.Size = new System.Drawing.Size(89, 77); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 12; this.pictureBox1.TabStop = false; @@ -196,10 +235,10 @@ private void InitializeComponent() // refreshpb // this.refreshpb.Image = ((System.Drawing.Image)(resources.GetObject("refreshpb.Image"))); - this.refreshpb.Location = new System.Drawing.Point(307, 97); - this.refreshpb.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.refreshpb.Location = new System.Drawing.Point(410, 162); + this.refreshpb.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.refreshpb.Name = "refreshpb"; - this.refreshpb.Size = new System.Drawing.Size(31, 34); + this.refreshpb.Size = new System.Drawing.Size(41, 42); this.refreshpb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.refreshpb.TabIndex = 11; this.refreshpb.TabStop = false; @@ -210,26 +249,26 @@ private void InitializeComponent() this.clientIdTxtbox.Enabled = false; this.clientIdTxtbox.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.clientIdTxtbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.clientIdTxtbox.Location = new System.Drawing.Point(81, 176); - this.clientIdTxtbox.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.clientIdTxtbox.Location = new System.Drawing.Point(106, 249); + this.clientIdTxtbox.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.clientIdTxtbox.Name = "clientIdTxtbox"; - this.clientIdTxtbox.Size = new System.Drawing.Size(215, 35); + this.clientIdTxtbox.Size = new System.Drawing.Size(321, 52); this.clientIdTxtbox.TabIndex = 14; this.clientIdTxtbox.Text = "Id"; // // BtnDeleteStaff // this.BtnDeleteStaff.AutoRoundedCorners = true; - this.BtnDeleteStaff.BorderRadius = 17; + this.BtnDeleteStaff.BorderRadius = 27; this.BtnDeleteStaff.BorderThickness = 1; this.BtnDeleteStaff.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.BtnDeleteStaff.FillColor2 = System.Drawing.Color.LightGray; this.BtnDeleteStaff.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold); this.BtnDeleteStaff.ForeColor = System.Drawing.Color.Black; - this.BtnDeleteStaff.Location = new System.Drawing.Point(242, 469); - this.BtnDeleteStaff.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.BtnDeleteStaff.Location = new System.Drawing.Point(334, 590); + this.BtnDeleteStaff.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.BtnDeleteStaff.Name = "BtnDeleteStaff"; - this.BtnDeleteStaff.Size = new System.Drawing.Size(96, 36); + this.BtnDeleteStaff.Size = new System.Drawing.Size(117, 56); this.BtnDeleteStaff.TabIndex = 36; this.BtnDeleteStaff.Text = "Şterge"; this.BtnDeleteStaff.Click += new System.EventHandler(this.BtnDeleteStaff_Click); @@ -237,16 +276,16 @@ private void InitializeComponent() // BtnEditStaff // this.BtnEditStaff.AutoRoundedCorners = true; - this.BtnEditStaff.BorderRadius = 17; + this.BtnEditStaff.BorderRadius = 27; this.BtnEditStaff.BorderThickness = 1; this.BtnEditStaff.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.BtnEditStaff.FillColor2 = System.Drawing.Color.LightGray; this.BtnEditStaff.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold); this.BtnEditStaff.ForeColor = System.Drawing.Color.Black; - this.BtnEditStaff.Location = new System.Drawing.Point(142, 469); - this.BtnEditStaff.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.BtnEditStaff.Location = new System.Drawing.Point(200, 590); + this.BtnEditStaff.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.BtnEditStaff.Name = "BtnEditStaff"; - this.BtnEditStaff.Size = new System.Drawing.Size(96, 36); + this.BtnEditStaff.Size = new System.Drawing.Size(117, 56); this.BtnEditStaff.TabIndex = 35; this.BtnEditStaff.Text = "Editează"; this.BtnEditStaff.Click += new System.EventHandler(this.BtnEditStaff_Click); @@ -254,16 +293,16 @@ private void InitializeComponent() // BtnAddStaff // this.BtnAddStaff.AutoRoundedCorners = true; - this.BtnAddStaff.BorderRadius = 17; + this.BtnAddStaff.BorderRadius = 27; this.BtnAddStaff.BorderThickness = 1; this.BtnAddStaff.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.BtnAddStaff.FillColor2 = System.Drawing.Color.LightGray; this.BtnAddStaff.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold); this.BtnAddStaff.ForeColor = System.Drawing.Color.Black; - this.BtnAddStaff.Location = new System.Drawing.Point(42, 469); - this.BtnAddStaff.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.BtnAddStaff.Location = new System.Drawing.Point(67, 590); + this.BtnAddStaff.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.BtnAddStaff.Name = "BtnAddStaff"; - this.BtnAddStaff.Size = new System.Drawing.Size(96, 36); + this.BtnAddStaff.Size = new System.Drawing.Size(117, 56); this.BtnAddStaff.TabIndex = 34; this.BtnAddStaff.Text = "Adaugă"; this.BtnAddStaff.Click += new System.EventHandler(this.BtnAddStaff_Click); @@ -271,59 +310,19 @@ private void InitializeComponent() // passwordTb // this.passwordTb.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); - this.passwordTb.Location = new System.Drawing.Point(81, 335); + this.passwordTb.Location = new System.Drawing.Point(106, 444); + this.passwordTb.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.passwordTb.Name = "passwordTb"; this.passwordTb.PasswordChar = '*'; - this.passwordTb.Size = new System.Drawing.Size(215, 26); + this.passwordTb.Size = new System.Drawing.Size(321, 30); this.passwordTb.TabIndex = 37; this.passwordTb.Text = "Parolă"; // - // ClientId - // - this.ClientId.DataPropertyName = "ClientId"; - this.ClientId.HeaderText = "ClientId"; - this.ClientId.MinimumWidth = 6; - this.ClientId.Name = "ClientId"; - this.ClientId.Width = 125; - // - // ClientName - // - this.ClientName.DataPropertyName = "ClientName"; - this.ClientName.HeaderText = "Nume"; - this.ClientName.MinimumWidth = 6; - this.ClientName.Name = "ClientName"; - this.ClientName.Width = 125; - // - // ClientPhone - // - this.ClientPhone.DataPropertyName = "ClientPhone"; - this.ClientPhone.HeaderText = "NumărTelefon"; - this.ClientPhone.MinimumWidth = 6; - this.ClientPhone.Name = "ClientPhone"; - this.ClientPhone.Width = 125; - // - // Country - // - this.Country.DataPropertyName = "ClientCountry"; - this.Country.HeaderText = "Ţara"; - this.Country.MinimumWidth = 6; - this.Country.Name = "Country"; - this.Country.Width = 125; - // - // Password - // - this.Password.DataPropertyName = "Password"; - this.Password.HeaderText = "Parola"; - this.Password.MinimumWidth = 6; - this.Password.Name = "Password"; - this.Password.Visible = false; - this.Password.Width = 125; - // // Clientinfo // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(982, 605); + this.ClientSize = new System.Drawing.Size(1500, 900); this.Controls.Add(this.passwordTb); this.Controls.Add(this.BtnDeleteStaff); this.Controls.Add(this.BtnEditStaff); @@ -338,8 +337,8 @@ private void InitializeComponent() this.Controls.Add(this.clientphonetb); this.Controls.Add(this.clientnametbl); this.Controls.Add(this.panel1); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; - this.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.Name = "Clientinfo"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Clientinfo"; diff --git a/HotelManagement/HotelManagement/Clientinfo.resx b/HotelManagement/HotelManagement/Clientinfo.resx index 487710f..8d358f8 100644 --- a/HotelManagement/HotelManagement/Clientinfo.resx +++ b/HotelManagement/HotelManagement/Clientinfo.resx @@ -120,6 +120,9 @@ True + + True + 17, 17 diff --git a/HotelManagement/HotelManagement/ContactForm.Designer.cs b/HotelManagement/HotelManagement/ContactForm.Designer.cs index 2a2095d..7b65aea 100644 --- a/HotelManagement/HotelManagement/ContactForm.Designer.cs +++ b/HotelManagement/HotelManagement/ContactForm.Designer.cs @@ -44,7 +44,7 @@ private void InitializeComponent() this.btnBooking = new Guna.UI2.WinForms.Guna2Button(); this.btnLogIn = new Guna.UI2.WinForms.Guna2Button(); this.panel1 = new System.Windows.Forms.Panel(); - this.exit = new System.Windows.Forms.PictureBox(); + this.guna2HtmlLabel1 = new Guna.UI2.WinForms.Guna2HtmlLabel(); this.guna2PictureBox1 = new Guna.UI2.WinForms.Guna2PictureBox(); this.btnDespreHotel = new Guna.UI2.WinForms.Guna2Button(); this.guna2Panel1 = new Guna.UI2.WinForms.Guna2Panel(); @@ -54,10 +54,8 @@ private void InitializeComponent() this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); - this.guna2HtmlLabel1 = new Guna.UI2.WinForms.Guna2HtmlLabel(); this.staffGB.SuspendLayout(); this.panel1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.exit)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.guna2PictureBox1)).BeginInit(); this.guna2Panel1.SuspendLayout(); this.SuspendLayout(); @@ -68,10 +66,10 @@ private void InitializeComponent() this.btnContact.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnContact.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnContact.ForeColor = System.Drawing.Color.White; - this.btnContact.Location = new System.Drawing.Point(667, 1); - this.btnContact.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnContact.Location = new System.Drawing.Point(983, -1); + this.btnContact.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnContact.Name = "btnContact"; - this.btnContact.Size = new System.Drawing.Size(133, 46); + this.btnContact.Size = new System.Drawing.Size(196, 57); this.btnContact.TabIndex = 14; this.btnContact.Text = "Contact"; this.btnContact.Click += new System.EventHandler(this.btnContact_Click); @@ -82,10 +80,10 @@ private void InitializeComponent() this.btnTarife.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnTarife.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnTarife.ForeColor = System.Drawing.Color.White; - this.btnTarife.Location = new System.Drawing.Point(534, 1); - this.btnTarife.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnTarife.Location = new System.Drawing.Point(787, -1); + this.btnTarife.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnTarife.Name = "btnTarife"; - this.btnTarife.Size = new System.Drawing.Size(133, 46); + this.btnTarife.Size = new System.Drawing.Size(196, 57); this.btnTarife.TabIndex = 13; this.btnTarife.Text = "Tarife"; this.btnTarife.Click += new System.EventHandler(this.btnTarife_Click); @@ -96,10 +94,10 @@ private void InitializeComponent() this.btnGalerie.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnGalerie.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnGalerie.ForeColor = System.Drawing.Color.White; - this.btnGalerie.Location = new System.Drawing.Point(401, 1); - this.btnGalerie.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnGalerie.Location = new System.Drawing.Point(591, -1); + this.btnGalerie.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnGalerie.Name = "btnGalerie"; - this.btnGalerie.Size = new System.Drawing.Size(133, 46); + this.btnGalerie.Size = new System.Drawing.Size(196, 57); this.btnGalerie.TabIndex = 12; this.btnGalerie.Text = "Galerie"; this.btnGalerie.Click += new System.EventHandler(this.btnGalerie_Click); @@ -110,10 +108,10 @@ private void InitializeComponent() this.btnFacilitati.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnFacilitati.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnFacilitati.ForeColor = System.Drawing.Color.White; - this.btnFacilitati.Location = new System.Drawing.Point(267, 1); - this.btnFacilitati.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnFacilitati.Location = new System.Drawing.Point(395, -1); + this.btnFacilitati.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnFacilitati.Name = "btnFacilitati"; - this.btnFacilitati.Size = new System.Drawing.Size(133, 46); + this.btnFacilitati.Size = new System.Drawing.Size(196, 57); this.btnFacilitati.TabIndex = 11; this.btnFacilitati.Text = "Facilitati"; this.btnFacilitati.Click += new System.EventHandler(this.btnFacilitati_Click); @@ -124,10 +122,10 @@ private void InitializeComponent() this.btnCamere.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnCamere.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnCamere.ForeColor = System.Drawing.Color.White; - this.btnCamere.Location = new System.Drawing.Point(134, 1); - this.btnCamere.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnCamere.Location = new System.Drawing.Point(199, -1); + this.btnCamere.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnCamere.Name = "btnCamere"; - this.btnCamere.Size = new System.Drawing.Size(133, 46); + this.btnCamere.Size = new System.Drawing.Size(196, 57); this.btnCamere.TabIndex = 10; this.btnCamere.Text = "Camere"; this.btnCamere.Click += new System.EventHandler(this.btnCamere_Click); @@ -144,11 +142,11 @@ private void InitializeComponent() this.staffGB.Controls.Add(this.label3); this.staffGB.Controls.Add(this.subiectContacttxt); this.staffGB.Controls.Add(this.label1); - this.staffGB.Location = new System.Drawing.Point(22, 55); - this.staffGB.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.staffGB.Location = new System.Drawing.Point(29, 68); + this.staffGB.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.staffGB.Name = "staffGB"; - this.staffGB.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3); - this.staffGB.Size = new System.Drawing.Size(379, 506); + this.staffGB.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.staffGB.Size = new System.Drawing.Size(619, 799); this.staffGB.TabIndex = 15; this.staffGB.TabStop = false; // @@ -167,24 +165,25 @@ private void InitializeComponent() "chelemenantonia@gmail.com", "laura.antonn@yahoo.com", "ambarusvictor@gmail.com"}); - this.guna2ComboBox1.Location = new System.Drawing.Point(81, 98); + this.guna2ComboBox1.Location = new System.Drawing.Point(108, 121); + this.guna2ComboBox1.Margin = new System.Windows.Forms.Padding(4); this.guna2ComboBox1.Name = "guna2ComboBox1"; - this.guna2ComboBox1.Size = new System.Drawing.Size(252, 36); + this.guna2ComboBox1.Size = new System.Drawing.Size(335, 36); this.guna2ComboBox1.TabIndex = 36; // // trimitereMailbtn // this.trimitereMailbtn.AutoRoundedCorners = true; - this.trimitereMailbtn.BorderRadius = 13; + this.trimitereMailbtn.BorderRadius = 17; this.trimitereMailbtn.BorderThickness = 1; this.trimitereMailbtn.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.trimitereMailbtn.FillColor2 = System.Drawing.Color.LightGray; this.trimitereMailbtn.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold); this.trimitereMailbtn.ForeColor = System.Drawing.Color.Black; - this.trimitereMailbtn.Location = new System.Drawing.Point(155, 437); - this.trimitereMailbtn.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.trimitereMailbtn.Location = new System.Drawing.Point(207, 538); + this.trimitereMailbtn.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.trimitereMailbtn.Name = "trimitereMailbtn"; - this.trimitereMailbtn.Size = new System.Drawing.Size(107, 29); + this.trimitereMailbtn.Size = new System.Drawing.Size(143, 36); this.trimitereMailbtn.TabIndex = 35; this.trimitereMailbtn.Text = "Trimitere"; this.trimitereMailbtn.Click += new System.EventHandler(this.trimitereMailbtn_Click); @@ -192,48 +191,45 @@ private void InitializeComponent() // label7 // this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label7.Location = new System.Drawing.Point(76, 216); - this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label7.Location = new System.Drawing.Point(101, 266); this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(110, 30); + this.label7.Size = new System.Drawing.Size(147, 37); this.label7.TabIndex = 34; this.label7.Text = "Mesaj:"; // // mesajContacttxt // - this.mesajContacttxt.Location = new System.Drawing.Point(80, 248); - this.mesajContacttxt.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.mesajContacttxt.Location = new System.Drawing.Point(107, 305); + this.mesajContacttxt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.mesajContacttxt.Multiline = true; this.mesajContacttxt.Name = "mesajContacttxt"; - this.mesajContacttxt.Size = new System.Drawing.Size(252, 143); + this.mesajContacttxt.Size = new System.Drawing.Size(335, 175); this.mesajContacttxt.TabIndex = 33; // // label3 // this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label3.Location = new System.Drawing.Point(77, 137); - this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label3.Location = new System.Drawing.Point(103, 169); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(110, 30); + this.label3.Size = new System.Drawing.Size(147, 37); this.label3.TabIndex = 32; this.label3.Text = "Subiect:"; // // subiectContacttxt // - this.subiectContacttxt.Location = new System.Drawing.Point(81, 170); - this.subiectContacttxt.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.subiectContacttxt.Location = new System.Drawing.Point(108, 209); + this.subiectContacttxt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.subiectContacttxt.Multiline = true; this.subiectContacttxt.Name = "subiectContacttxt"; - this.subiectContacttxt.Size = new System.Drawing.Size(252, 23); + this.subiectContacttxt.Size = new System.Drawing.Size(335, 27); this.subiectContacttxt.TabIndex = 31; // // label1 // this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label1.Location = new System.Drawing.Point(77, 64); - this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label1.Location = new System.Drawing.Point(103, 79); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(110, 30); + this.label1.Size = new System.Drawing.Size(147, 37); this.label1.TabIndex = 30; this.label1.Text = "Către (Email):"; // @@ -243,10 +239,10 @@ private void InitializeComponent() this.btnBooking.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnBooking.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnBooking.ForeColor = System.Drawing.Color.White; - this.btnBooking.Location = new System.Drawing.Point(1, 453); - this.btnBooking.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnBooking.Location = new System.Drawing.Point(23, 720); + this.btnBooking.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnBooking.Name = "btnBooking"; - this.btnBooking.Size = new System.Drawing.Size(200, 46); + this.btnBooking.Size = new System.Drawing.Size(267, 57); this.btnBooking.TabIndex = 16; this.btnBooking.Text = "Rezervă"; this.btnBooking.Click += new System.EventHandler(this.btnBooking_Click); @@ -257,10 +253,10 @@ private void InitializeComponent() this.btnLogIn.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnLogIn.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnLogIn.ForeColor = System.Drawing.Color.White; - this.btnLogIn.Location = new System.Drawing.Point(1, 506); - this.btnLogIn.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnLogIn.Location = new System.Drawing.Point(23, 786); + this.btnLogIn.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnLogIn.Name = "btnLogIn"; - this.btnLogIn.Size = new System.Drawing.Size(200, 46); + this.btnLogIn.Size = new System.Drawing.Size(267, 57); this.btnLogIn.TabIndex = 15; this.btnLogIn.Text = "Staff: Intră în cont"; this.btnLogIn.Click += new System.EventHandler(this.btnLogIn_Click); @@ -269,35 +265,35 @@ private void InitializeComponent() // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.panel1.Controls.Add(this.guna2HtmlLabel1); - this.panel1.Controls.Add(this.exit); this.panel1.Controls.Add(this.btnBooking); this.panel1.Controls.Add(this.btnLogIn); this.panel1.Controls.Add(this.guna2PictureBox1); this.panel1.Location = new System.Drawing.Point(0, 0); - this.panel1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.panel1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(202, 587); + this.panel1.Size = new System.Drawing.Size(327, 987); this.panel1.TabIndex = 9; // - // exit + // guna2HtmlLabel1 // - this.exit.Image = global::HotelManagement.Properties.Resources.close; - this.exit.Location = new System.Drawing.Point(0, 1); - this.exit.Name = "exit"; - this.exit.Size = new System.Drawing.Size(31, 29); - this.exit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; - this.exit.TabIndex = 36; - this.exit.TabStop = false; - this.exit.Click += new System.EventHandler(this.exit_Click); + this.guna2HtmlLabel1.BackColor = System.Drawing.Color.Transparent; + this.guna2HtmlLabel1.Font = new System.Drawing.Font("Imprint MT Shadow", 20F, System.Drawing.FontStyle.Bold); + this.guna2HtmlLabel1.ForeColor = System.Drawing.Color.White; + this.guna2HtmlLabel1.Location = new System.Drawing.Point(58, 268); + this.guna2HtmlLabel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.guna2HtmlLabel1.Name = "guna2HtmlLabel1"; + this.guna2HtmlLabel1.Size = new System.Drawing.Size(185, 41); + this.guna2HtmlLabel1.TabIndex = 37; + this.guna2HtmlLabel1.Text = "Hotel LIAV"; // // guna2PictureBox1 // this.guna2PictureBox1.Image = global::HotelManagement.Properties.Resources.hotel_icon; this.guna2PictureBox1.ImageRotate = 0F; - this.guna2PictureBox1.Location = new System.Drawing.Point(31, 74); - this.guna2PictureBox1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.guna2PictureBox1.Location = new System.Drawing.Point(71, 86); + this.guna2PictureBox1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.guna2PictureBox1.Name = "guna2PictureBox1"; - this.guna2PictureBox1.Size = new System.Drawing.Size(138, 122); + this.guna2PictureBox1.Size = new System.Drawing.Size(184, 150); this.guna2PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.guna2PictureBox1.TabIndex = 7; this.guna2PictureBox1.TabStop = false; @@ -308,10 +304,10 @@ private void InitializeComponent() this.btnDespreHotel.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnDespreHotel.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnDespreHotel.ForeColor = System.Drawing.Color.White; - this.btnDespreHotel.Location = new System.Drawing.Point(1, 1); - this.btnDespreHotel.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnDespreHotel.Location = new System.Drawing.Point(3, -1); + this.btnDespreHotel.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnDespreHotel.Name = "btnDespreHotel"; - this.btnDespreHotel.Size = new System.Drawing.Size(133, 46); + this.btnDespreHotel.Size = new System.Drawing.Size(196, 57); this.btnDespreHotel.TabIndex = 9; this.btnDespreHotel.Text = "Despre Hotel"; this.btnDespreHotel.Click += new System.EventHandler(this.btnDespreHotel_Click); @@ -332,26 +328,25 @@ private void InitializeComponent() this.guna2Panel1.Controls.Add(this.btnTarife); this.guna2Panel1.Controls.Add(this.btnGalerie); this.guna2Panel1.Controls.Add(this.btnDespreHotel); - this.guna2Panel1.Location = new System.Drawing.Point(202, 0); - this.guna2Panel1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.guna2Panel1.Location = new System.Drawing.Point(324, 0); + this.guna2Panel1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.guna2Panel1.Name = "guna2Panel1"; - this.guna2Panel1.Size = new System.Drawing.Size(796, 587); + this.guna2Panel1.Size = new System.Drawing.Size(1175, 898); this.guna2Panel1.TabIndex = 10; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label9.Location = new System.Drawing.Point(344, 454); - this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label9.Location = new System.Drawing.Point(459, 559); this.label9.Name = "label9"; - this.label9.Size = new System.Drawing.Size(0, 20); + this.label9.Size = new System.Drawing.Size(0, 25); this.label9.TabIndex = 35; // // guna2TextBox2 // this.guna2TextBox2.AutoRoundedCorners = true; - this.guna2TextBox2.BorderRadius = 38; + this.guna2TextBox2.BorderRadius = 47; this.guna2TextBox2.BorderThickness = 0; this.guna2TextBox2.Cursor = System.Windows.Forms.Cursors.IBeam; this.guna2TextBox2.DefaultText = "Contact"; @@ -364,23 +359,22 @@ private void InitializeComponent() this.guna2TextBox2.Font = new System.Drawing.Font("Imprint MT Shadow", 20F, System.Drawing.FontStyle.Bold); this.guna2TextBox2.ForeColor = System.Drawing.Color.Black; this.guna2TextBox2.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255))))); - this.guna2TextBox2.Location = new System.Drawing.Point(448, 155); - this.guna2TextBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.guna2TextBox2.Location = new System.Drawing.Point(597, 191); + this.guna2TextBox2.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.guna2TextBox2.Name = "guna2TextBox2"; this.guna2TextBox2.PasswordChar = '\0'; this.guna2TextBox2.PlaceholderForeColor = System.Drawing.Color.Black; this.guna2TextBox2.PlaceholderText = ""; this.guna2TextBox2.SelectedText = ""; - this.guna2TextBox2.Size = new System.Drawing.Size(136, 79); + this.guna2TextBox2.Size = new System.Drawing.Size(181, 97); this.guna2TextBox2.TabIndex = 33; // // label6 // this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label6.Location = new System.Drawing.Point(405, 330); - this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label6.Location = new System.Drawing.Point(540, 406); this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(363, 30); + this.label6.Size = new System.Drawing.Size(484, 37); this.label6.TabIndex = 34; this.label6.Text = "Paznic - ambarusvictor@gmail.com"; this.label6.Click += new System.EventHandler(this.label6_Click); @@ -388,55 +382,40 @@ private void InitializeComponent() // label5 // this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label5.Location = new System.Drawing.Point(405, 269); - this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label5.Location = new System.Drawing.Point(540, 331); this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(391, 30); + this.label5.Size = new System.Drawing.Size(521, 37); this.label5.TabIndex = 33; this.label5.Text = "Manager - chelemenantonia@gmail.com"; // // label4 // this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label4.Location = new System.Drawing.Point(405, 239); - this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label4.Location = new System.Drawing.Point(540, 294); this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(299, 30); + this.label4.Size = new System.Drawing.Size(399, 37); this.label4.TabIndex = 32; this.label4.Text = "CEO - ailenei.ioana@yahoo.com"; // // label2 // this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label2.Location = new System.Drawing.Point(405, 300); - this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label2.Location = new System.Drawing.Point(540, 369); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(363, 30); + this.label2.Size = new System.Drawing.Size(484, 37); this.label2.TabIndex = 31; this.label2.Text = "Relaţii Clienti - laura.antonn@yahoo.com"; this.label2.Click += new System.EventHandler(this.label2_Click); // - // guna2HtmlLabel1 - // - this.guna2HtmlLabel1.BackColor = System.Drawing.Color.Transparent; - this.guna2HtmlLabel1.Font = new System.Drawing.Font("Imprint MT Shadow", 20F, System.Drawing.FontStyle.Bold); - this.guna2HtmlLabel1.ForeColor = System.Drawing.Color.White; - this.guna2HtmlLabel1.Location = new System.Drawing.Point(21, 222); - this.guna2HtmlLabel1.Margin = new System.Windows.Forms.Padding(2); - this.guna2HtmlLabel1.Name = "guna2HtmlLabel1"; - this.guna2HtmlLabel1.Size = new System.Drawing.Size(155, 34); - this.guna2HtmlLabel1.TabIndex = 37; - this.guna2HtmlLabel1.Text = "Hotel LIAV"; - // // ContactForm // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1000, 585); + this.ClientSize = new System.Drawing.Size(1500, 900); this.Controls.Add(this.panel1); this.Controls.Add(this.guna2Panel1); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; - this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; + this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "ContactForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ContactForm"; @@ -445,7 +424,6 @@ private void InitializeComponent() this.staffGB.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.exit)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.guna2PictureBox1)).EndInit(); this.guna2Panel1.ResumeLayout(false); this.guna2Panel1.PerformLayout(); @@ -480,7 +458,6 @@ private void InitializeComponent() private Guna.UI2.WinForms.Guna2GradientButton trimitereMailbtn; private System.Windows.Forms.Label label9; private Guna.UI2.WinForms.Guna2ComboBox guna2ComboBox1; - private System.Windows.Forms.PictureBox exit; private Guna.UI2.WinForms.Guna2HtmlLabel guna2HtmlLabel1; } } \ No newline at end of file diff --git a/HotelManagement/HotelManagement/FacilitatiForrm.Designer.cs b/HotelManagement/HotelManagement/FacilitatiForrm.Designer.cs index dad5b50..e6b0a0e 100644 --- a/HotelManagement/HotelManagement/FacilitatiForrm.Designer.cs +++ b/HotelManagement/HotelManagement/FacilitatiForrm.Designer.cs @@ -53,11 +53,10 @@ private void InitializeComponent() this.btnCamere = new Guna.UI2.WinForms.Guna2Button(); this.btnDespreHotel = new Guna.UI2.WinForms.Guna2Button(); this.panel1 = new System.Windows.Forms.Panel(); + this.guna2HtmlLabel1 = new Guna.UI2.WinForms.Guna2HtmlLabel(); this.guna2PictureBox1 = new Guna.UI2.WinForms.Guna2PictureBox(); - this.exit = new System.Windows.Forms.PictureBox(); this.btnBooking = new Guna.UI2.WinForms.Guna2Button(); this.btnLogIn = new Guna.UI2.WinForms.Guna2Button(); - this.guna2HtmlLabel1 = new Guna.UI2.WinForms.Guna2HtmlLabel(); this.guna2Panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit(); @@ -69,7 +68,6 @@ private void InitializeComponent() ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.guna2PictureBox1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.exit)).BeginInit(); this.SuspendLayout(); // // guna2Panel1 @@ -97,19 +95,19 @@ private void InitializeComponent() this.guna2Panel1.Controls.Add(this.btnFacilitati); this.guna2Panel1.Controls.Add(this.btnCamere); this.guna2Panel1.Controls.Add(this.btnDespreHotel); - this.guna2Panel1.Location = new System.Drawing.Point(201, 0); - this.guna2Panel1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.guna2Panel1.Location = new System.Drawing.Point(325, 0); + this.guna2Panel1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.guna2Panel1.Name = "guna2Panel1"; - this.guna2Panel1.Size = new System.Drawing.Size(797, 585); + this.guna2Panel1.Size = new System.Drawing.Size(1175, 900); this.guna2Panel1.TabIndex = 12; // // guna2TextBox9 // this.guna2TextBox9.AutoRoundedCorners = true; - this.guna2TextBox9.BorderRadius = 23; + this.guna2TextBox9.BorderRadius = 29; this.guna2TextBox9.BorderThickness = 0; this.guna2TextBox9.Cursor = System.Windows.Forms.Cursors.IBeam; - this.guna2TextBox9.DefaultText = "Televizor Retro (nefuncţional)"; + this.guna2TextBox9.DefaultText = "Televizor "; this.guna2TextBox9.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))); this.guna2TextBox9.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226))))); this.guna2TextBox9.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138))))); @@ -119,23 +117,23 @@ private void InitializeComponent() this.guna2TextBox9.Font = new System.Drawing.Font("Imprint MT Shadow", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.guna2TextBox9.ForeColor = System.Drawing.Color.Black; this.guna2TextBox9.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255))))); - this.guna2TextBox9.Location = new System.Drawing.Point(483, 428); - this.guna2TextBox9.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.guna2TextBox9.Location = new System.Drawing.Point(659, 597); + this.guna2TextBox9.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.guna2TextBox9.Name = "guna2TextBox9"; this.guna2TextBox9.PasswordChar = '\0'; this.guna2TextBox9.PlaceholderForeColor = System.Drawing.Color.Black; this.guna2TextBox9.PlaceholderText = ""; this.guna2TextBox9.SelectedText = ""; - this.guna2TextBox9.Size = new System.Drawing.Size(259, 49); + this.guna2TextBox9.Size = new System.Drawing.Size(345, 60); this.guna2TextBox9.TabIndex = 48; // // pictureBox8 // this.pictureBox8.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox8.Image"))); - this.pictureBox8.Location = new System.Drawing.Point(429, 428); - this.pictureBox8.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.pictureBox8.Location = new System.Drawing.Point(587, 597); + this.pictureBox8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pictureBox8.Name = "pictureBox8"; - this.pictureBox8.Size = new System.Drawing.Size(49, 52); + this.pictureBox8.Size = new System.Drawing.Size(65, 64); this.pictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox8.TabIndex = 47; this.pictureBox8.TabStop = false; @@ -143,10 +141,10 @@ private void InitializeComponent() // guna2TextBox8 // this.guna2TextBox8.AutoRoundedCorners = true; - this.guna2TextBox8.BorderRadius = 23; + this.guna2TextBox8.BorderRadius = 29; this.guna2TextBox8.BorderThickness = 0; this.guna2TextBox8.Cursor = System.Windows.Forms.Cursors.IBeam; - this.guna2TextBox8.DefaultText = "Modul Duş + Cadă (contra cost) "; + this.guna2TextBox8.DefaultText = "Loc de Joacă pentru copii"; this.guna2TextBox8.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))); this.guna2TextBox8.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226))))); this.guna2TextBox8.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138))))); @@ -156,23 +154,23 @@ private void InitializeComponent() this.guna2TextBox8.Font = new System.Drawing.Font("Imprint MT Shadow", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.guna2TextBox8.ForeColor = System.Drawing.Color.Black; this.guna2TextBox8.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255))))); - this.guna2TextBox8.Location = new System.Drawing.Point(483, 336); - this.guna2TextBox8.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.guna2TextBox8.Location = new System.Drawing.Point(659, 484); + this.guna2TextBox8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.guna2TextBox8.Name = "guna2TextBox8"; this.guna2TextBox8.PasswordChar = '\0'; this.guna2TextBox8.PlaceholderForeColor = System.Drawing.Color.Black; this.guna2TextBox8.PlaceholderText = ""; this.guna2TextBox8.SelectedText = ""; - this.guna2TextBox8.Size = new System.Drawing.Size(306, 49); + this.guna2TextBox8.Size = new System.Drawing.Size(408, 60); this.guna2TextBox8.TabIndex = 46; // // pictureBox7 // this.pictureBox7.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image"))); - this.pictureBox7.Location = new System.Drawing.Point(429, 333); - this.pictureBox7.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.pictureBox7.Location = new System.Drawing.Point(587, 480); + this.pictureBox7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pictureBox7.Name = "pictureBox7"; - this.pictureBox7.Size = new System.Drawing.Size(49, 52); + this.pictureBox7.Size = new System.Drawing.Size(65, 64); this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox7.TabIndex = 45; this.pictureBox7.TabStop = false; @@ -180,7 +178,7 @@ private void InitializeComponent() // guna2TextBox7 // this.guna2TextBox7.AutoRoundedCorners = true; - this.guna2TextBox7.BorderRadius = 23; + this.guna2TextBox7.BorderRadius = 29; this.guna2TextBox7.BorderThickness = 0; this.guna2TextBox7.Cursor = System.Windows.Forms.Cursors.IBeam; this.guna2TextBox7.DefaultText = "Ciubăr cu apa rece inclus"; @@ -193,23 +191,23 @@ private void InitializeComponent() this.guna2TextBox7.Font = new System.Drawing.Font("Imprint MT Shadow", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.guna2TextBox7.ForeColor = System.Drawing.Color.Black; this.guna2TextBox7.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255))))); - this.guna2TextBox7.Location = new System.Drawing.Point(483, 246); - this.guna2TextBox7.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.guna2TextBox7.Location = new System.Drawing.Point(659, 373); + this.guna2TextBox7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.guna2TextBox7.Name = "guna2TextBox7"; this.guna2TextBox7.PasswordChar = '\0'; this.guna2TextBox7.PlaceholderForeColor = System.Drawing.Color.Black; this.guna2TextBox7.PlaceholderText = ""; this.guna2TextBox7.SelectedText = ""; - this.guna2TextBox7.Size = new System.Drawing.Size(229, 49); + this.guna2TextBox7.Size = new System.Drawing.Size(305, 60); this.guna2TextBox7.TabIndex = 44; // // pictureBox6 // this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image"))); - this.pictureBox6.Location = new System.Drawing.Point(429, 242); - this.pictureBox6.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.pictureBox6.Location = new System.Drawing.Point(587, 368); + this.pictureBox6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pictureBox6.Name = "pictureBox6"; - this.pictureBox6.Size = new System.Drawing.Size(49, 52); + this.pictureBox6.Size = new System.Drawing.Size(65, 64); this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox6.TabIndex = 43; this.pictureBox6.TabStop = false; @@ -217,36 +215,36 @@ private void InitializeComponent() // guna2TextBox6 // this.guna2TextBox6.AutoRoundedCorners = true; - this.guna2TextBox6.BorderRadius = 23; + this.guna2TextBox6.BorderRadius = 29; this.guna2TextBox6.BorderThickness = 0; this.guna2TextBox6.Cursor = System.Windows.Forms.Cursors.IBeam; - this.guna2TextBox6.DefaultText = "Geamuri Rabatabile"; + this.guna2TextBox6.DefaultText = "jacuzii exterior"; this.guna2TextBox6.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))); this.guna2TextBox6.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226))))); this.guna2TextBox6.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138))))); this.guna2TextBox6.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138))))); this.guna2TextBox6.FillColor = System.Drawing.SystemColors.ControlLight; this.guna2TextBox6.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255))))); - this.guna2TextBox6.Font = new System.Drawing.Font("Imprint MT Shadow", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.guna2TextBox6.Font = new System.Drawing.Font("Imprint MT Shadow", 12F, System.Drawing.FontStyle.Bold); this.guna2TextBox6.ForeColor = System.Drawing.Color.Black; this.guna2TextBox6.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255))))); - this.guna2TextBox6.Location = new System.Drawing.Point(483, 155); - this.guna2TextBox6.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.guna2TextBox6.Location = new System.Drawing.Point(659, 261); + this.guna2TextBox6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.guna2TextBox6.Name = "guna2TextBox6"; this.guna2TextBox6.PasswordChar = '\0'; this.guna2TextBox6.PlaceholderForeColor = System.Drawing.Color.Black; this.guna2TextBox6.PlaceholderText = ""; this.guna2TextBox6.SelectedText = ""; - this.guna2TextBox6.Size = new System.Drawing.Size(187, 49); + this.guna2TextBox6.Size = new System.Drawing.Size(249, 60); this.guna2TextBox6.TabIndex = 42; // // pictureBox5 // this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image"))); - this.pictureBox5.Location = new System.Drawing.Point(429, 151); - this.pictureBox5.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.pictureBox5.Location = new System.Drawing.Point(587, 256); + this.pictureBox5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pictureBox5.Name = "pictureBox5"; - this.pictureBox5.Size = new System.Drawing.Size(49, 52); + this.pictureBox5.Size = new System.Drawing.Size(65, 64); this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox5.TabIndex = 41; this.pictureBox5.TabStop = false; @@ -254,36 +252,36 @@ private void InitializeComponent() // guna2TextBox5 // this.guna2TextBox5.AutoRoundedCorners = true; - this.guna2TextBox5.BorderRadius = 23; + this.guna2TextBox5.BorderRadius = 29; this.guna2TextBox5.BorderThickness = 0; this.guna2TextBox5.Cursor = System.Windows.Forms.Cursors.IBeam; - this.guna2TextBox5.DefaultText = "Mic dejun inclus (contra cost)"; + this.guna2TextBox5.DefaultText = "Mic dejun inclus"; this.guna2TextBox5.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))); this.guna2TextBox5.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226))))); this.guna2TextBox5.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138))))); this.guna2TextBox5.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138))))); this.guna2TextBox5.FillColor = System.Drawing.SystemColors.ControlLight; this.guna2TextBox5.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255))))); - this.guna2TextBox5.Font = new System.Drawing.Font("Imprint MT Shadow", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.guna2TextBox5.Font = new System.Drawing.Font("Imprint MT Shadow", 12F, System.Drawing.FontStyle.Bold); this.guna2TextBox5.ForeColor = System.Drawing.Color.Black; this.guna2TextBox5.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255))))); - this.guna2TextBox5.Location = new System.Drawing.Point(129, 431); - this.guna2TextBox5.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.guna2TextBox5.Location = new System.Drawing.Point(187, 600); + this.guna2TextBox5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.guna2TextBox5.Name = "guna2TextBox5"; this.guna2TextBox5.PasswordChar = '\0'; this.guna2TextBox5.PlaceholderForeColor = System.Drawing.Color.Black; this.guna2TextBox5.PlaceholderText = ""; this.guna2TextBox5.SelectedText = ""; - this.guna2TextBox5.Size = new System.Drawing.Size(258, 49); + this.guna2TextBox5.Size = new System.Drawing.Size(344, 60); this.guna2TextBox5.TabIndex = 40; // // pictureBox4 // this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image"))); - this.pictureBox4.Location = new System.Drawing.Point(74, 431); - this.pictureBox4.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.pictureBox4.Location = new System.Drawing.Point(114, 600); + this.pictureBox4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pictureBox4.Name = "pictureBox4"; - this.pictureBox4.Size = new System.Drawing.Size(49, 52); + this.pictureBox4.Size = new System.Drawing.Size(65, 64); this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox4.TabIndex = 39; this.pictureBox4.TabStop = false; @@ -291,36 +289,36 @@ private void InitializeComponent() // guna2TextBox4 // this.guna2TextBox4.AutoRoundedCorners = true; - this.guna2TextBox4.BorderRadius = 23; + this.guna2TextBox4.BorderRadius = 29; this.guna2TextBox4.BorderThickness = 0; this.guna2TextBox4.Cursor = System.Windows.Forms.Cursors.IBeam; - this.guna2TextBox4.DefaultText = "Încărcare maşină\r\n electrică inclus"; + this.guna2TextBox4.DefaultText = "Acces la sala de jocuri"; this.guna2TextBox4.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))); this.guna2TextBox4.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226))))); this.guna2TextBox4.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138))))); this.guna2TextBox4.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138))))); this.guna2TextBox4.FillColor = System.Drawing.SystemColors.ControlLight; this.guna2TextBox4.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255))))); - this.guna2TextBox4.Font = new System.Drawing.Font("Imprint MT Shadow", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.guna2TextBox4.Font = new System.Drawing.Font("Imprint MT Shadow", 12F, System.Drawing.FontStyle.Bold); this.guna2TextBox4.ForeColor = System.Drawing.Color.Black; this.guna2TextBox4.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255))))); - this.guna2TextBox4.Location = new System.Drawing.Point(129, 336); - this.guna2TextBox4.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.guna2TextBox4.Location = new System.Drawing.Point(187, 484); + this.guna2TextBox4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.guna2TextBox4.Name = "guna2TextBox4"; this.guna2TextBox4.PasswordChar = '\0'; this.guna2TextBox4.PlaceholderForeColor = System.Drawing.Color.Black; this.guna2TextBox4.PlaceholderText = ""; this.guna2TextBox4.SelectedText = ""; - this.guna2TextBox4.Size = new System.Drawing.Size(295, 49); + this.guna2TextBox4.Size = new System.Drawing.Size(393, 60); this.guna2TextBox4.TabIndex = 38; // // pictureBox3 // this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image"))); - this.pictureBox3.Location = new System.Drawing.Point(74, 333); - this.pictureBox3.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.pictureBox3.Location = new System.Drawing.Point(114, 480); + this.pictureBox3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pictureBox3.Name = "pictureBox3"; - this.pictureBox3.Size = new System.Drawing.Size(49, 52); + this.pictureBox3.Size = new System.Drawing.Size(65, 64); this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox3.TabIndex = 37; this.pictureBox3.TabStop = false; @@ -328,36 +326,36 @@ private void InitializeComponent() // guna2TextBox3 // this.guna2TextBox3.AutoRoundedCorners = true; - this.guna2TextBox3.BorderRadius = 23; + this.guna2TextBox3.BorderRadius = 29; this.guna2TextBox3.BorderThickness = 0; this.guna2TextBox3.Cursor = System.Windows.Forms.Cursors.IBeam; - this.guna2TextBox3.DefaultText = "Parcare asigurată"; + this.guna2TextBox3.DefaultText = "Parcare gratuită"; this.guna2TextBox3.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))); this.guna2TextBox3.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226))))); this.guna2TextBox3.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138))))); this.guna2TextBox3.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138))))); this.guna2TextBox3.FillColor = System.Drawing.SystemColors.ControlLight; this.guna2TextBox3.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255))))); - this.guna2TextBox3.Font = new System.Drawing.Font("Imprint MT Shadow", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.guna2TextBox3.Font = new System.Drawing.Font("Imprint MT Shadow", 12F, System.Drawing.FontStyle.Bold); this.guna2TextBox3.ForeColor = System.Drawing.Color.Black; this.guna2TextBox3.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255))))); - this.guna2TextBox3.Location = new System.Drawing.Point(129, 246); - this.guna2TextBox3.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.guna2TextBox3.Location = new System.Drawing.Point(187, 373); + this.guna2TextBox3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.guna2TextBox3.Name = "guna2TextBox3"; this.guna2TextBox3.PasswordChar = '\0'; this.guna2TextBox3.PlaceholderForeColor = System.Drawing.Color.Black; this.guna2TextBox3.PlaceholderText = ""; this.guna2TextBox3.SelectedText = ""; - this.guna2TextBox3.Size = new System.Drawing.Size(148, 49); + this.guna2TextBox3.Size = new System.Drawing.Size(197, 60); this.guna2TextBox3.TabIndex = 36; // // pictureBox2 // this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); - this.pictureBox2.Location = new System.Drawing.Point(74, 242); - this.pictureBox2.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.pictureBox2.Location = new System.Drawing.Point(114, 368); + this.pictureBox2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pictureBox2.Name = "pictureBox2"; - this.pictureBox2.Size = new System.Drawing.Size(49, 52); + this.pictureBox2.Size = new System.Drawing.Size(65, 64); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox2.TabIndex = 35; this.pictureBox2.TabStop = false; @@ -365,10 +363,10 @@ private void InitializeComponent() // guna2TextBox2 // this.guna2TextBox2.AutoRoundedCorners = true; - this.guna2TextBox2.BorderRadius = 23; + this.guna2TextBox2.BorderRadius = 29; this.guna2TextBox2.BorderThickness = 0; this.guna2TextBox2.Cursor = System.Windows.Forms.Cursors.IBeam; - this.guna2TextBox2.DefaultText = "Wi-fi 5G gratis"; + this.guna2TextBox2.DefaultText = "Wi-fi "; this.guna2TextBox2.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208))))); this.guna2TextBox2.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226))))); this.guna2TextBox2.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138))))); @@ -378,23 +376,23 @@ private void InitializeComponent() this.guna2TextBox2.Font = new System.Drawing.Font("Imprint MT Shadow", 12F, System.Drawing.FontStyle.Bold); this.guna2TextBox2.ForeColor = System.Drawing.Color.Black; this.guna2TextBox2.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255))))); - this.guna2TextBox2.Location = new System.Drawing.Point(129, 151); - this.guna2TextBox2.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.guna2TextBox2.Location = new System.Drawing.Point(187, 256); + this.guna2TextBox2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.guna2TextBox2.Name = "guna2TextBox2"; this.guna2TextBox2.PasswordChar = '\0'; this.guna2TextBox2.PlaceholderForeColor = System.Drawing.Color.Black; this.guna2TextBox2.PlaceholderText = ""; this.guna2TextBox2.SelectedText = ""; - this.guna2TextBox2.Size = new System.Drawing.Size(139, 49); + this.guna2TextBox2.Size = new System.Drawing.Size(185, 60); this.guna2TextBox2.TabIndex = 34; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); - this.pictureBox1.Location = new System.Drawing.Point(74, 151); - this.pictureBox1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.pictureBox1.Location = new System.Drawing.Point(114, 256); + this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(49, 52); + this.pictureBox1.Size = new System.Drawing.Size(65, 64); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 15; this.pictureBox1.TabStop = false; @@ -405,10 +403,10 @@ private void InitializeComponent() this.btnContact.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnContact.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnContact.ForeColor = System.Drawing.Color.White; - this.btnContact.Location = new System.Drawing.Point(667, 1); - this.btnContact.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnContact.Location = new System.Drawing.Point(978, 1); + this.btnContact.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnContact.Name = "btnContact"; - this.btnContact.Size = new System.Drawing.Size(133, 46); + this.btnContact.Size = new System.Drawing.Size(196, 57); this.btnContact.TabIndex = 14; this.btnContact.Text = "Contact"; this.btnContact.Click += new System.EventHandler(this.btnContact_Click); @@ -419,10 +417,10 @@ private void InitializeComponent() this.btnTarife.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnTarife.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnTarife.ForeColor = System.Drawing.Color.White; - this.btnTarife.Location = new System.Drawing.Point(534, 1); - this.btnTarife.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnTarife.Location = new System.Drawing.Point(782, 1); + this.btnTarife.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnTarife.Name = "btnTarife"; - this.btnTarife.Size = new System.Drawing.Size(133, 46); + this.btnTarife.Size = new System.Drawing.Size(196, 57); this.btnTarife.TabIndex = 13; this.btnTarife.Text = "Tarife"; this.btnTarife.Click += new System.EventHandler(this.btnTarife_Click); @@ -433,10 +431,10 @@ private void InitializeComponent() this.btnGalerie.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnGalerie.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnGalerie.ForeColor = System.Drawing.Color.White; - this.btnGalerie.Location = new System.Drawing.Point(401, 1); - this.btnGalerie.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnGalerie.Location = new System.Drawing.Point(586, 1); + this.btnGalerie.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnGalerie.Name = "btnGalerie"; - this.btnGalerie.Size = new System.Drawing.Size(133, 46); + this.btnGalerie.Size = new System.Drawing.Size(196, 57); this.btnGalerie.TabIndex = 12; this.btnGalerie.Text = "Galerie"; this.btnGalerie.Click += new System.EventHandler(this.btnGalerie_Click); @@ -447,10 +445,10 @@ private void InitializeComponent() this.btnFacilitati.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnFacilitati.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnFacilitati.ForeColor = System.Drawing.Color.White; - this.btnFacilitati.Location = new System.Drawing.Point(267, 1); - this.btnFacilitati.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnFacilitati.Location = new System.Drawing.Point(390, 1); + this.btnFacilitati.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnFacilitati.Name = "btnFacilitati"; - this.btnFacilitati.Size = new System.Drawing.Size(133, 46); + this.btnFacilitati.Size = new System.Drawing.Size(196, 57); this.btnFacilitati.TabIndex = 11; this.btnFacilitati.Text = "Facilitati"; this.btnFacilitati.Click += new System.EventHandler(this.btnFacilitati_Click); @@ -461,10 +459,10 @@ private void InitializeComponent() this.btnCamere.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnCamere.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnCamere.ForeColor = System.Drawing.Color.White; - this.btnCamere.Location = new System.Drawing.Point(134, 1); - this.btnCamere.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnCamere.Location = new System.Drawing.Point(194, 1); + this.btnCamere.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnCamere.Name = "btnCamere"; - this.btnCamere.Size = new System.Drawing.Size(133, 46); + this.btnCamere.Size = new System.Drawing.Size(196, 57); this.btnCamere.TabIndex = 10; this.btnCamere.Text = "Camere"; // @@ -475,9 +473,9 @@ private void InitializeComponent() this.btnDespreHotel.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnDespreHotel.ForeColor = System.Drawing.Color.White; this.btnDespreHotel.Location = new System.Drawing.Point(1, 1); - this.btnDespreHotel.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnDespreHotel.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnDespreHotel.Name = "btnDespreHotel"; - this.btnDespreHotel.Size = new System.Drawing.Size(133, 46); + this.btnDespreHotel.Size = new System.Drawing.Size(196, 57); this.btnDespreHotel.TabIndex = 9; this.btnDespreHotel.Text = "Despre Hotel"; this.btnDespreHotel.Click += new System.EventHandler(this.btnDespreHotel_Click); @@ -487,48 +485,48 @@ private void InitializeComponent() this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.panel1.Controls.Add(this.guna2HtmlLabel1); this.panel1.Controls.Add(this.guna2PictureBox1); - this.panel1.Controls.Add(this.exit); this.panel1.Controls.Add(this.btnBooking); this.panel1.Controls.Add(this.btnLogIn); this.panel1.Location = new System.Drawing.Point(0, 0); - this.panel1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.panel1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(202, 605); + this.panel1.Size = new System.Drawing.Size(327, 987); this.panel1.TabIndex = 11; // + // guna2HtmlLabel1 + // + this.guna2HtmlLabel1.BackColor = System.Drawing.Color.Transparent; + this.guna2HtmlLabel1.Font = new System.Drawing.Font("Imprint MT Shadow", 20F, System.Drawing.FontStyle.Bold); + this.guna2HtmlLabel1.ForeColor = System.Drawing.Color.White; + this.guna2HtmlLabel1.Location = new System.Drawing.Point(55, 260); + this.guna2HtmlLabel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.guna2HtmlLabel1.Name = "guna2HtmlLabel1"; + this.guna2HtmlLabel1.Size = new System.Drawing.Size(185, 41); + this.guna2HtmlLabel1.TabIndex = 39; + this.guna2HtmlLabel1.Text = "Hotel LIAV"; + // // guna2PictureBox1 // this.guna2PictureBox1.Image = global::HotelManagement.Properties.Resources.hotel_icon; this.guna2PictureBox1.ImageRotate = 0F; - this.guna2PictureBox1.Location = new System.Drawing.Point(31, 74); - this.guna2PictureBox1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.guna2PictureBox1.Location = new System.Drawing.Point(64, 81); + this.guna2PictureBox1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.guna2PictureBox1.Name = "guna2PictureBox1"; - this.guna2PictureBox1.Size = new System.Drawing.Size(138, 122); + this.guna2PictureBox1.Size = new System.Drawing.Size(184, 150); this.guna2PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.guna2PictureBox1.TabIndex = 38; this.guna2PictureBox1.TabStop = false; // - // exit - // - this.exit.Image = global::HotelManagement.Properties.Resources.close; - this.exit.Location = new System.Drawing.Point(0, 0); - this.exit.Name = "exit"; - this.exit.Size = new System.Drawing.Size(31, 29); - this.exit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; - this.exit.TabIndex = 37; - this.exit.TabStop = false; - this.exit.Click += new System.EventHandler(this.exit_Click); - // // btnBooking // this.btnBooking.BorderThickness = 2; this.btnBooking.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnBooking.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnBooking.ForeColor = System.Drawing.Color.White; - this.btnBooking.Location = new System.Drawing.Point(1, 453); - this.btnBooking.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnBooking.Location = new System.Drawing.Point(23, 720); + this.btnBooking.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnBooking.Name = "btnBooking"; - this.btnBooking.Size = new System.Drawing.Size(200, 46); + this.btnBooking.Size = new System.Drawing.Size(267, 57); this.btnBooking.TabIndex = 16; this.btnBooking.Text = "Rezervă"; // @@ -538,34 +536,22 @@ private void InitializeComponent() this.btnLogIn.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnLogIn.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnLogIn.ForeColor = System.Drawing.Color.White; - this.btnLogIn.Location = new System.Drawing.Point(1, 506); - this.btnLogIn.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnLogIn.Location = new System.Drawing.Point(23, 786); + this.btnLogIn.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnLogIn.Name = "btnLogIn"; - this.btnLogIn.Size = new System.Drawing.Size(200, 46); + this.btnLogIn.Size = new System.Drawing.Size(267, 57); this.btnLogIn.TabIndex = 15; this.btnLogIn.Text = "Staff: Intră în cont"; // - // guna2HtmlLabel1 - // - this.guna2HtmlLabel1.BackColor = System.Drawing.Color.Transparent; - this.guna2HtmlLabel1.Font = new System.Drawing.Font("Imprint MT Shadow", 20F, System.Drawing.FontStyle.Bold); - this.guna2HtmlLabel1.ForeColor = System.Drawing.Color.White; - this.guna2HtmlLabel1.Location = new System.Drawing.Point(24, 219); - this.guna2HtmlLabel1.Margin = new System.Windows.Forms.Padding(2); - this.guna2HtmlLabel1.Name = "guna2HtmlLabel1"; - this.guna2HtmlLabel1.Size = new System.Drawing.Size(155, 34); - this.guna2HtmlLabel1.TabIndex = 39; - this.guna2HtmlLabel1.Text = "Hotel LIAV"; - // // FacilitatiForrm // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1000, 585); + this.ClientSize = new System.Drawing.Size(1500, 900); this.Controls.Add(this.guna2Panel1); this.Controls.Add(this.panel1); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; - this.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; + this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "FacilitatiForrm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FacilitatiForrm"; @@ -581,7 +567,6 @@ private void InitializeComponent() this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.guna2PictureBox1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.exit)).EndInit(); this.ResumeLayout(false); } @@ -613,7 +598,6 @@ private void InitializeComponent() private Guna.UI2.WinForms.Guna2TextBox guna2TextBox4; private System.Windows.Forms.PictureBox pictureBox3; private Guna.UI2.WinForms.Guna2TextBox guna2TextBox3; - private System.Windows.Forms.PictureBox exit; private Guna.UI2.WinForms.Guna2PictureBox guna2PictureBox1; private Guna.UI2.WinForms.Guna2HtmlLabel guna2HtmlLabel1; } diff --git a/HotelManagement/HotelManagement/Galerie.Designer.cs b/HotelManagement/HotelManagement/Galerie.Designer.cs index 2109d58..4665a76 100644 --- a/HotelManagement/HotelManagement/Galerie.Designer.cs +++ b/HotelManagement/HotelManagement/Galerie.Designer.cs @@ -36,8 +36,8 @@ private void InitializeComponent() this.btnDespreHotel = new Guna.UI2.WinForms.Guna2Button(); this.btnCamere = new Guna.UI2.WinForms.Guna2Button(); this.panel1 = new System.Windows.Forms.Panel(); + this.guna2HtmlLabel1 = new Guna.UI2.WinForms.Guna2HtmlLabel(); this.guna2PictureBox1 = new Guna.UI2.WinForms.Guna2PictureBox(); - this.exit = new System.Windows.Forms.PictureBox(); this.btnBooking = new Guna.UI2.WinForms.Guna2Button(); this.btnLogIn = new Guna.UI2.WinForms.Guna2Button(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); @@ -50,10 +50,8 @@ private void InitializeComponent() this.pictureBox8 = new System.Windows.Forms.PictureBox(); this.pictureBox9 = new System.Windows.Forms.PictureBox(); this.pictureBox10 = new System.Windows.Forms.PictureBox(); - this.guna2HtmlLabel1 = new Guna.UI2.WinForms.Guna2HtmlLabel(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.guna2PictureBox1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.exit)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); @@ -72,10 +70,10 @@ private void InitializeComponent() this.btnContact.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnContact.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnContact.ForeColor = System.Drawing.Color.White; - this.btnContact.Location = new System.Drawing.Point(867, 0); - this.btnContact.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnContact.Location = new System.Drawing.Point(1156, 0); + this.btnContact.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnContact.Name = "btnContact"; - this.btnContact.Size = new System.Drawing.Size(133, 46); + this.btnContact.Size = new System.Drawing.Size(177, 57); this.btnContact.TabIndex = 43; this.btnContact.Text = "Contact"; this.btnContact.Click += new System.EventHandler(this.btnContact_Click); @@ -86,10 +84,10 @@ private void InitializeComponent() this.btnTarife.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnTarife.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnTarife.ForeColor = System.Drawing.Color.White; - this.btnTarife.Location = new System.Drawing.Point(733, 0); - this.btnTarife.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnTarife.Location = new System.Drawing.Point(977, 0); + this.btnTarife.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnTarife.Name = "btnTarife"; - this.btnTarife.Size = new System.Drawing.Size(133, 46); + this.btnTarife.Size = new System.Drawing.Size(177, 57); this.btnTarife.TabIndex = 42; this.btnTarife.Text = "Tarife"; this.btnTarife.Click += new System.EventHandler(this.btnTarife_Click); @@ -100,10 +98,10 @@ private void InitializeComponent() this.btnGalerie.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnGalerie.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnGalerie.ForeColor = System.Drawing.Color.White; - this.btnGalerie.Location = new System.Drawing.Point(600, 0); - this.btnGalerie.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnGalerie.Location = new System.Drawing.Point(800, 0); + this.btnGalerie.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnGalerie.Name = "btnGalerie"; - this.btnGalerie.Size = new System.Drawing.Size(133, 46); + this.btnGalerie.Size = new System.Drawing.Size(177, 57); this.btnGalerie.TabIndex = 41; this.btnGalerie.Text = "Galerie"; this.btnGalerie.Click += new System.EventHandler(this.btnGalerie_Click); @@ -114,10 +112,10 @@ private void InitializeComponent() this.btnFacilitati.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnFacilitati.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnFacilitati.ForeColor = System.Drawing.Color.White; - this.btnFacilitati.Location = new System.Drawing.Point(467, 0); - this.btnFacilitati.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnFacilitati.Location = new System.Drawing.Point(623, 0); + this.btnFacilitati.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnFacilitati.Name = "btnFacilitati"; - this.btnFacilitati.Size = new System.Drawing.Size(133, 46); + this.btnFacilitati.Size = new System.Drawing.Size(177, 57); this.btnFacilitati.TabIndex = 40; this.btnFacilitati.Text = "Facilitati"; this.btnFacilitati.Click += new System.EventHandler(this.btnFacilitati_Click); @@ -128,10 +126,10 @@ private void InitializeComponent() this.btnDespreHotel.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnDespreHotel.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnDespreHotel.ForeColor = System.Drawing.Color.White; - this.btnDespreHotel.Location = new System.Drawing.Point(200, 0); - this.btnDespreHotel.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnDespreHotel.Location = new System.Drawing.Point(267, 0); + this.btnDespreHotel.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnDespreHotel.Name = "btnDespreHotel"; - this.btnDespreHotel.Size = new System.Drawing.Size(133, 46); + this.btnDespreHotel.Size = new System.Drawing.Size(177, 57); this.btnDespreHotel.TabIndex = 38; this.btnDespreHotel.Text = "Despre Hotel"; this.btnDespreHotel.Click += new System.EventHandler(this.btnDespreHotel_Click); @@ -142,10 +140,10 @@ private void InitializeComponent() this.btnCamere.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnCamere.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnCamere.ForeColor = System.Drawing.Color.White; - this.btnCamere.Location = new System.Drawing.Point(333, 0); - this.btnCamere.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnCamere.Location = new System.Drawing.Point(444, 0); + this.btnCamere.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnCamere.Name = "btnCamere"; - this.btnCamere.Size = new System.Drawing.Size(133, 46); + this.btnCamere.Size = new System.Drawing.Size(177, 57); this.btnCamere.TabIndex = 39; this.btnCamere.Text = "Camere"; this.btnCamere.Click += new System.EventHandler(this.btnCamere_Click); @@ -155,48 +153,48 @@ private void InitializeComponent() this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.panel1.Controls.Add(this.guna2HtmlLabel1); this.panel1.Controls.Add(this.guna2PictureBox1); - this.panel1.Controls.Add(this.exit); this.panel1.Controls.Add(this.btnBooking); this.panel1.Controls.Add(this.btnLogIn); - this.panel1.Location = new System.Drawing.Point(0, -5); - this.panel1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.panel1.Location = new System.Drawing.Point(0, -6); + this.panel1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(202, 605); + this.panel1.Size = new System.Drawing.Size(269, 745); this.panel1.TabIndex = 37; // + // guna2HtmlLabel1 + // + this.guna2HtmlLabel1.BackColor = System.Drawing.Color.Transparent; + this.guna2HtmlLabel1.Font = new System.Drawing.Font("Imprint MT Shadow", 20F, System.Drawing.FontStyle.Bold); + this.guna2HtmlLabel1.ForeColor = System.Drawing.Color.White; + this.guna2HtmlLabel1.Location = new System.Drawing.Point(32, 270); + this.guna2HtmlLabel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.guna2HtmlLabel1.Name = "guna2HtmlLabel1"; + this.guna2HtmlLabel1.Size = new System.Drawing.Size(185, 41); + this.guna2HtmlLabel1.TabIndex = 57; + this.guna2HtmlLabel1.Text = "Hotel LIAV"; + // // guna2PictureBox1 // this.guna2PictureBox1.Image = global::HotelManagement.Properties.Resources.hotel_icon; this.guna2PictureBox1.ImageRotate = 0F; - this.guna2PictureBox1.Location = new System.Drawing.Point(31, 74); - this.guna2PictureBox1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.guna2PictureBox1.Location = new System.Drawing.Point(41, 91); + this.guna2PictureBox1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.guna2PictureBox1.Name = "guna2PictureBox1"; - this.guna2PictureBox1.Size = new System.Drawing.Size(138, 122); + this.guna2PictureBox1.Size = new System.Drawing.Size(184, 150); this.guna2PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.guna2PictureBox1.TabIndex = 56; this.guna2PictureBox1.TabStop = false; // - // exit - // - this.exit.Image = global::HotelManagement.Properties.Resources.close; - this.exit.Location = new System.Drawing.Point(8, 3); - this.exit.Name = "exit"; - this.exit.Size = new System.Drawing.Size(31, 29); - this.exit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; - this.exit.TabIndex = 54; - this.exit.TabStop = false; - this.exit.Click += new System.EventHandler(this.exit_Click); - // // btnBooking // this.btnBooking.BorderThickness = 2; this.btnBooking.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnBooking.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnBooking.ForeColor = System.Drawing.Color.White; - this.btnBooking.Location = new System.Drawing.Point(1, 453); - this.btnBooking.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnBooking.Location = new System.Drawing.Point(1, 558); + this.btnBooking.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnBooking.Name = "btnBooking"; - this.btnBooking.Size = new System.Drawing.Size(200, 46); + this.btnBooking.Size = new System.Drawing.Size(267, 57); this.btnBooking.TabIndex = 19; this.btnBooking.Text = "Rezervă"; this.btnBooking.Click += new System.EventHandler(this.btnBooking_Click); @@ -207,10 +205,10 @@ private void InitializeComponent() this.btnLogIn.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnLogIn.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnLogIn.ForeColor = System.Drawing.Color.White; - this.btnLogIn.Location = new System.Drawing.Point(1, 506); - this.btnLogIn.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnLogIn.Location = new System.Drawing.Point(1, 623); + this.btnLogIn.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnLogIn.Name = "btnLogIn"; - this.btnLogIn.Size = new System.Drawing.Size(200, 46); + this.btnLogIn.Size = new System.Drawing.Size(267, 57); this.btnLogIn.TabIndex = 18; this.btnLogIn.Text = "Staff: Intră în cont"; this.btnLogIn.Click += new System.EventHandler(this.btnLogIn_Click); @@ -218,10 +216,10 @@ private void InitializeComponent() // pictureBox3 // this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image"))); - this.pictureBox3.Location = new System.Drawing.Point(221, 69); - this.pictureBox3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.pictureBox3.Location = new System.Drawing.Point(295, 85); + this.pictureBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.pictureBox3.Name = "pictureBox3"; - this.pictureBox3.Size = new System.Drawing.Size(226, 159); + this.pictureBox3.Size = new System.Drawing.Size(301, 196); this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox3.TabIndex = 44; this.pictureBox3.TabStop = false; @@ -229,10 +227,10 @@ private void InitializeComponent() // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); - this.pictureBox1.Location = new System.Drawing.Point(813, 251); - this.pictureBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.pictureBox1.Location = new System.Drawing.Point(1084, 309); + this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(169, 126); + this.pictureBox1.Size = new System.Drawing.Size(225, 155); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 45; this.pictureBox1.TabStop = false; @@ -240,10 +238,10 @@ private void InitializeComponent() // pictureBox2 // this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); - this.pictureBox2.Location = new System.Drawing.Point(613, 251); - this.pictureBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.pictureBox2.Location = new System.Drawing.Point(817, 309); + this.pictureBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.pictureBox2.Name = "pictureBox2"; - this.pictureBox2.Size = new System.Drawing.Size(178, 126); + this.pictureBox2.Size = new System.Drawing.Size(237, 155); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox2.TabIndex = 46; this.pictureBox2.TabStop = false; @@ -251,10 +249,10 @@ private void InitializeComponent() // pictureBox4 // this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image"))); - this.pictureBox4.Location = new System.Drawing.Point(487, 400); - this.pictureBox4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.pictureBox4.Location = new System.Drawing.Point(649, 492); + this.pictureBox4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.pictureBox4.Name = "pictureBox4"; - this.pictureBox4.Size = new System.Drawing.Size(226, 159); + this.pictureBox4.Size = new System.Drawing.Size(301, 196); this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox4.TabIndex = 47; this.pictureBox4.TabStop = false; @@ -262,10 +260,10 @@ private void InitializeComponent() // pictureBox5 // this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image"))); - this.pictureBox5.Location = new System.Drawing.Point(221, 251); - this.pictureBox5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.pictureBox5.Location = new System.Drawing.Point(295, 309); + this.pictureBox5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.pictureBox5.Name = "pictureBox5"; - this.pictureBox5.Size = new System.Drawing.Size(178, 126); + this.pictureBox5.Size = new System.Drawing.Size(237, 155); this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox5.TabIndex = 48; this.pictureBox5.TabStop = false; @@ -273,10 +271,10 @@ private void InitializeComponent() // pictureBox6 // this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image"))); - this.pictureBox6.Location = new System.Drawing.Point(221, 400); - this.pictureBox6.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.pictureBox6.Location = new System.Drawing.Point(295, 492); + this.pictureBox6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.pictureBox6.Name = "pictureBox6"; - this.pictureBox6.Size = new System.Drawing.Size(226, 159); + this.pictureBox6.Size = new System.Drawing.Size(301, 196); this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox6.TabIndex = 49; this.pictureBox6.TabStop = false; @@ -284,10 +282,10 @@ private void InitializeComponent() // pictureBox7 // this.pictureBox7.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image"))); - this.pictureBox7.Location = new System.Drawing.Point(415, 251); - this.pictureBox7.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.pictureBox7.Location = new System.Drawing.Point(553, 309); + this.pictureBox7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.pictureBox7.Name = "pictureBox7"; - this.pictureBox7.Size = new System.Drawing.Size(178, 126); + this.pictureBox7.Size = new System.Drawing.Size(237, 155); this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox7.TabIndex = 50; this.pictureBox7.TabStop = false; @@ -295,10 +293,10 @@ private void InitializeComponent() // pictureBox8 // this.pictureBox8.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox8.Image"))); - this.pictureBox8.Location = new System.Drawing.Point(487, 69); - this.pictureBox8.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.pictureBox8.Location = new System.Drawing.Point(649, 85); + this.pictureBox8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.pictureBox8.Name = "pictureBox8"; - this.pictureBox8.Size = new System.Drawing.Size(226, 159); + this.pictureBox8.Size = new System.Drawing.Size(301, 196); this.pictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox8.TabIndex = 51; this.pictureBox8.TabStop = false; @@ -306,10 +304,10 @@ private void InitializeComponent() // pictureBox9 // this.pictureBox9.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox9.Image"))); - this.pictureBox9.Location = new System.Drawing.Point(756, 400); - this.pictureBox9.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.pictureBox9.Location = new System.Drawing.Point(1008, 492); + this.pictureBox9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.pictureBox9.Name = "pictureBox9"; - this.pictureBox9.Size = new System.Drawing.Size(226, 159); + this.pictureBox9.Size = new System.Drawing.Size(301, 196); this.pictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox9.TabIndex = 52; this.pictureBox9.TabStop = false; @@ -317,31 +315,19 @@ private void InitializeComponent() // pictureBox10 // this.pictureBox10.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox10.Image"))); - this.pictureBox10.Location = new System.Drawing.Point(756, 69); - this.pictureBox10.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.pictureBox10.Location = new System.Drawing.Point(1008, 85); + this.pictureBox10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.pictureBox10.Name = "pictureBox10"; - this.pictureBox10.Size = new System.Drawing.Size(226, 159); + this.pictureBox10.Size = new System.Drawing.Size(301, 196); this.pictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox10.TabIndex = 53; this.pictureBox10.TabStop = false; // - // guna2HtmlLabel1 - // - this.guna2HtmlLabel1.BackColor = System.Drawing.Color.Transparent; - this.guna2HtmlLabel1.Font = new System.Drawing.Font("Imprint MT Shadow", 20F, System.Drawing.FontStyle.Bold); - this.guna2HtmlLabel1.ForeColor = System.Drawing.Color.White; - this.guna2HtmlLabel1.Location = new System.Drawing.Point(24, 219); - this.guna2HtmlLabel1.Margin = new System.Windows.Forms.Padding(2); - this.guna2HtmlLabel1.Name = "guna2HtmlLabel1"; - this.guna2HtmlLabel1.Size = new System.Drawing.Size(155, 34); - this.guna2HtmlLabel1.TabIndex = 57; - this.guna2HtmlLabel1.Text = "Hotel LIAV"; - // // Galerie // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1000, 585); + this.ClientSize = new System.Drawing.Size(1333, 720); this.Controls.Add(this.pictureBox10); this.Controls.Add(this.pictureBox9); this.Controls.Add(this.pictureBox8); @@ -360,14 +346,13 @@ private void InitializeComponent() this.Controls.Add(this.btnCamere); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; - this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "Galerie"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Galerie"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.guna2PictureBox1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.exit)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); @@ -402,7 +387,6 @@ private void InitializeComponent() private System.Windows.Forms.PictureBox pictureBox10; private Guna.UI2.WinForms.Guna2Button btnBooking; private Guna.UI2.WinForms.Guna2Button btnLogIn; - private System.Windows.Forms.PictureBox exit; private Guna.UI2.WinForms.Guna2PictureBox guna2PictureBox1; private Guna.UI2.WinForms.Guna2HtmlLabel guna2HtmlLabel1; } diff --git a/HotelManagement/HotelManagement/MainStaff.Designer.cs b/HotelManagement/HotelManagement/MainStaff.Designer.cs index 0f08d97..1a89f24 100644 --- a/HotelManagement/HotelManagement/MainStaff.Designer.cs +++ b/HotelManagement/HotelManagement/MainStaff.Designer.cs @@ -33,14 +33,12 @@ private void InitializeComponent() this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); - this.exit = new System.Windows.Forms.PictureBox(); this.singoutpb = new System.Windows.Forms.PictureBox(); this.reservationpb = new System.Windows.Forms.PictureBox(); this.roompb = new System.Windows.Forms.PictureBox(); this.clientpb = new System.Windows.Forms.PictureBox(); this.staffpb = new System.Windows.Forms.PictureBox(); this.guna2HtmlLabel1 = new Guna.UI2.WinForms.Guna2HtmlLabel(); - ((System.ComponentModel.ISupportInitialize)(this.exit)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.singoutpb)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.reservationpb)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.roompb)).BeginInit(); @@ -54,9 +52,10 @@ private void InitializeComponent() this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("Imprint MT Shadow", 28F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.ForeColor = System.Drawing.Color.White; - this.label3.Location = new System.Drawing.Point(114, 105); + this.label3.Location = new System.Drawing.Point(229, 203); + this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(124, 44); + this.label3.Size = new System.Drawing.Size(153, 56); this.label3.TabIndex = 8; this.label3.Text = "Client"; // @@ -66,9 +65,10 @@ private void InitializeComponent() this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.Font = new System.Drawing.Font("Imprint MT Shadow", 28F, System.Drawing.FontStyle.Bold); this.label4.ForeColor = System.Drawing.Color.White; - this.label4.Location = new System.Drawing.Point(233, 272); + this.label4.Location = new System.Drawing.Point(388, 409); + this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(151, 44); + this.label4.Size = new System.Drawing.Size(186, 56); this.label4.TabIndex = 9; this.label4.Text = "Camere"; // @@ -78,9 +78,10 @@ private void InitializeComponent() this.label5.BackColor = System.Drawing.Color.Transparent; this.label5.Font = new System.Drawing.Font("Imprint MT Shadow", 28F, System.Drawing.FontStyle.Bold); this.label5.ForeColor = System.Drawing.Color.White; - this.label5.Location = new System.Drawing.Point(792, 105); + this.label5.Location = new System.Drawing.Point(1133, 203); + this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(98, 44); + this.label5.Size = new System.Drawing.Size(121, 56); this.label5.TabIndex = 10; this.label5.Text = "Staff"; // @@ -90,29 +91,20 @@ private void InitializeComponent() this.label6.BackColor = System.Drawing.Color.Transparent; this.label6.Font = new System.Drawing.Font("Imprint MT Shadow", 28F, System.Drawing.FontStyle.Bold); this.label6.ForeColor = System.Drawing.Color.White; - this.label6.Location = new System.Drawing.Point(594, 272); + this.label6.Location = new System.Drawing.Point(869, 409); + this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(186, 44); + this.label6.Size = new System.Drawing.Size(231, 56); this.label6.TabIndex = 11; this.label6.Text = "Rezervări"; // - // exit - // - this.exit.Image = global::HotelManagement.Properties.Resources.close; - this.exit.Location = new System.Drawing.Point(2, 1); - this.exit.Name = "exit"; - this.exit.Size = new System.Drawing.Size(31, 29); - this.exit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; - this.exit.TabIndex = 6; - this.exit.TabStop = false; - this.exit.Click += new System.EventHandler(this.exit_Click); - // // singoutpb // this.singoutpb.Image = global::HotelManagement.Properties.Resources.log_out; - this.singoutpb.Location = new System.Drawing.Point(441, 445); + this.singoutpb.Location = new System.Drawing.Point(665, 622); + this.singoutpb.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.singoutpb.Name = "singoutpb"; - this.singoutpb.Size = new System.Drawing.Size(138, 108); + this.singoutpb.Size = new System.Drawing.Size(184, 133); this.singoutpb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.singoutpb.TabIndex = 5; this.singoutpb.TabStop = false; @@ -121,9 +113,10 @@ private void InitializeComponent() // reservationpb // this.reservationpb.Image = global::HotelManagement.Properties.Resources.reservation; - this.reservationpb.Location = new System.Drawing.Point(622, 318); + this.reservationpb.Location = new System.Drawing.Point(906, 465); + this.reservationpb.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.reservationpb.Name = "reservationpb"; - this.reservationpb.Size = new System.Drawing.Size(138, 108); + this.reservationpb.Size = new System.Drawing.Size(184, 133); this.reservationpb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.reservationpb.TabIndex = 4; this.reservationpb.TabStop = false; @@ -132,9 +125,10 @@ private void InitializeComponent() // roompb // this.roompb.Image = global::HotelManagement.Properties.Resources.room; - this.roompb.Location = new System.Drawing.Point(241, 318); + this.roompb.Location = new System.Drawing.Point(398, 465); + this.roompb.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.roompb.Name = "roompb"; - this.roompb.Size = new System.Drawing.Size(138, 108); + this.roompb.Size = new System.Drawing.Size(184, 133); this.roompb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.roompb.TabIndex = 3; this.roompb.TabStop = false; @@ -143,9 +137,10 @@ private void InitializeComponent() // clientpb // this.clientpb.Image = global::HotelManagement.Properties.Resources.client; - this.clientpb.Location = new System.Drawing.Point(106, 151); + this.clientpb.Location = new System.Drawing.Point(218, 260); + this.clientpb.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.clientpb.Name = "clientpb"; - this.clientpb.Size = new System.Drawing.Size(128, 114); + this.clientpb.Size = new System.Drawing.Size(171, 140); this.clientpb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.clientpb.TabIndex = 2; this.clientpb.TabStop = false; @@ -154,9 +149,10 @@ private void InitializeComponent() // staffpb // this.staffpb.Image = global::HotelManagement.Properties.Resources.staff; - this.staffpb.Location = new System.Drawing.Point(772, 157); + this.staffpb.Location = new System.Drawing.Point(1106, 267); + this.staffpb.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.staffpb.Name = "staffpb"; - this.staffpb.Size = new System.Drawing.Size(131, 108); + this.staffpb.Size = new System.Drawing.Size(175, 133); this.staffpb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.staffpb.TabIndex = 1; this.staffpb.TabStop = false; @@ -167,35 +163,34 @@ private void InitializeComponent() this.guna2HtmlLabel1.BackColor = System.Drawing.Color.Transparent; this.guna2HtmlLabel1.Font = new System.Drawing.Font("Imprint MT Shadow", 40F, System.Drawing.FontStyle.Bold); this.guna2HtmlLabel1.ForeColor = System.Drawing.Color.White; - this.guna2HtmlLabel1.Location = new System.Drawing.Point(373, 49); - this.guna2HtmlLabel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.guna2HtmlLabel1.Location = new System.Drawing.Point(573, 91); + this.guna2HtmlLabel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.guna2HtmlLabel1.Name = "guna2HtmlLabel1"; - this.guna2HtmlLabel1.Size = new System.Drawing.Size(290, 64); + this.guna2HtmlLabel1.Size = new System.Drawing.Size(364, 81); this.guna2HtmlLabel1.TabIndex = 39; this.guna2HtmlLabel1.Text = "Hotel LIAV"; // // MainStaff // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.ClientSize = new System.Drawing.Size(1000, 585); + this.ClientSize = new System.Drawing.Size(1500, 900); this.Controls.Add(this.guna2HtmlLabel1); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); - this.Controls.Add(this.exit); this.Controls.Add(this.singoutpb); this.Controls.Add(this.reservationpb); this.Controls.Add(this.roompb); this.Controls.Add(this.clientpb); this.Controls.Add(this.staffpb); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; + this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "MainStaff"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Main"; - ((System.ComponentModel.ISupportInitialize)(this.exit)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.singoutpb)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.reservationpb)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.roompb)).EndInit(); @@ -212,7 +207,6 @@ private void InitializeComponent() private PictureBox roompb; private PictureBox reservationpb; private PictureBox singoutpb; - private PictureBox exit; private Label label3; private Label label4; private Label label5; diff --git a/HotelManagement/HotelManagement/PricesPage.Designer.cs b/HotelManagement/HotelManagement/PricesPage.Designer.cs index 6aef141..9acb0c2 100644 --- a/HotelManagement/HotelManagement/PricesPage.Designer.cs +++ b/HotelManagement/HotelManagement/PricesPage.Designer.cs @@ -29,8 +29,8 @@ protected override void Dispose(bool disposing) private void InitializeComponent() { this.panel1 = new System.Windows.Forms.Panel(); + this.guna2HtmlLabel1 = new Guna.UI2.WinForms.Guna2HtmlLabel(); this.guna2PictureBox1 = new Guna.UI2.WinForms.Guna2PictureBox(); - this.exit = new System.Windows.Forms.PictureBox(); this.btnLogIn = new Guna.UI2.WinForms.Guna2Button(); this.btnBooking = new Guna.UI2.WinForms.Guna2Button(); this.btnContact = new Guna.UI2.WinForms.Guna2Button(); @@ -40,15 +40,10 @@ private void InitializeComponent() this.btnCamere = new Guna.UI2.WinForms.Guna2Button(); this.btnDespreHotel = new Guna.UI2.WinForms.Guna2Button(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); - this.button1 = new System.Windows.Forms.Button(); this.richTextBox2 = new System.Windows.Forms.RichTextBox(); - this.button2 = new System.Windows.Forms.Button(); this.richTextBox3 = new System.Windows.Forms.RichTextBox(); - this.button3 = new System.Windows.Forms.Button(); this.richTextBox4 = new System.Windows.Forms.RichTextBox(); - this.button4 = new System.Windows.Forms.Button(); this.richTextBox5 = new System.Windows.Forms.RichTextBox(); - this.button5 = new System.Windows.Forms.Button(); this.richTextBox6 = new System.Windows.Forms.RichTextBox(); this.richTextBox7 = new System.Windows.Forms.RichTextBox(); this.richTextBox8 = new System.Windows.Forms.RichTextBox(); @@ -59,10 +54,8 @@ private void InitializeComponent() this.richTextBox13 = new System.Windows.Forms.RichTextBox(); this.richTextBox14 = new System.Windows.Forms.RichTextBox(); this.richTextBox15 = new System.Windows.Forms.RichTextBox(); - this.guna2HtmlLabel1 = new Guna.UI2.WinForms.Guna2HtmlLabel(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.guna2PictureBox1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.exit)).BeginInit(); this.SuspendLayout(); // // panel1 @@ -70,47 +63,48 @@ private void InitializeComponent() this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.panel1.Controls.Add(this.guna2HtmlLabel1); this.panel1.Controls.Add(this.guna2PictureBox1); - this.panel1.Controls.Add(this.exit); this.panel1.Controls.Add(this.btnLogIn); this.panel1.Controls.Add(this.btnBooking); this.panel1.Location = new System.Drawing.Point(0, 0); - this.panel1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.panel1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(202, 605); + this.panel1.Size = new System.Drawing.Size(327, 987); this.panel1.TabIndex = 9; // + // guna2HtmlLabel1 + // + this.guna2HtmlLabel1.BackColor = System.Drawing.Color.Transparent; + this.guna2HtmlLabel1.Font = new System.Drawing.Font("Imprint MT Shadow", 20F, System.Drawing.FontStyle.Bold); + this.guna2HtmlLabel1.ForeColor = System.Drawing.Color.White; + this.guna2HtmlLabel1.Location = new System.Drawing.Point(52, 276); + this.guna2HtmlLabel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + this.guna2HtmlLabel1.Name = "guna2HtmlLabel1"; + this.guna2HtmlLabel1.Size = new System.Drawing.Size(185, 41); + this.guna2HtmlLabel1.TabIndex = 55; + this.guna2HtmlLabel1.Text = "Hotel LIAV"; + // // guna2PictureBox1 // this.guna2PictureBox1.Image = global::HotelManagement.Properties.Resources.hotel_icon; this.guna2PictureBox1.ImageRotate = 0F; - this.guna2PictureBox1.Location = new System.Drawing.Point(31, 74); - this.guna2PictureBox1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.guna2PictureBox1.Location = new System.Drawing.Point(64, 91); + this.guna2PictureBox1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.guna2PictureBox1.Name = "guna2PictureBox1"; - this.guna2PictureBox1.Size = new System.Drawing.Size(138, 122); + this.guna2PictureBox1.Size = new System.Drawing.Size(184, 150); this.guna2PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.guna2PictureBox1.TabIndex = 54; this.guna2PictureBox1.TabStop = false; // - // exit - // - this.exit.Image = global::HotelManagement.Properties.Resources.close; - this.exit.Location = new System.Drawing.Point(0, 0); - this.exit.Name = "exit"; - this.exit.Size = new System.Drawing.Size(31, 29); - this.exit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; - this.exit.TabIndex = 53; - this.exit.TabStop = false; - // // btnLogIn // this.btnLogIn.BorderThickness = 2; this.btnLogIn.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnLogIn.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnLogIn.ForeColor = System.Drawing.Color.White; - this.btnLogIn.Location = new System.Drawing.Point(1, 506); - this.btnLogIn.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnLogIn.Location = new System.Drawing.Point(23, 786); + this.btnLogIn.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnLogIn.Name = "btnLogIn"; - this.btnLogIn.Size = new System.Drawing.Size(200, 46); + this.btnLogIn.Size = new System.Drawing.Size(267, 57); this.btnLogIn.TabIndex = 52; this.btnLogIn.Text = "Staff: Intră în cont"; this.btnLogIn.Click += new System.EventHandler(this.btnLogIn_Click); @@ -121,10 +115,10 @@ private void InitializeComponent() this.btnBooking.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnBooking.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnBooking.ForeColor = System.Drawing.Color.White; - this.btnBooking.Location = new System.Drawing.Point(1, 453); - this.btnBooking.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnBooking.Location = new System.Drawing.Point(23, 720); + this.btnBooking.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnBooking.Name = "btnBooking"; - this.btnBooking.Size = new System.Drawing.Size(200, 46); + this.btnBooking.Size = new System.Drawing.Size(267, 57); this.btnBooking.TabIndex = 51; this.btnBooking.Text = "Rezervă"; this.btnBooking.Click += new System.EventHandler(this.btnBooking_Click); @@ -135,10 +129,10 @@ private void InitializeComponent() this.btnContact.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnContact.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnContact.ForeColor = System.Drawing.Color.White; - this.btnContact.Location = new System.Drawing.Point(869, 0); - this.btnContact.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnContact.Location = new System.Drawing.Point(1302, 0); + this.btnContact.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnContact.Name = "btnContact"; - this.btnContact.Size = new System.Drawing.Size(133, 46); + this.btnContact.Size = new System.Drawing.Size(196, 57); this.btnContact.TabIndex = 32; this.btnContact.Text = "Contact"; this.btnContact.Click += new System.EventHandler(this.btnContact_Click); @@ -149,10 +143,10 @@ private void InitializeComponent() this.btnTarife.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnTarife.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnTarife.ForeColor = System.Drawing.Color.White; - this.btnTarife.Location = new System.Drawing.Point(735, 0); - this.btnTarife.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnTarife.Location = new System.Drawing.Point(1106, 0); + this.btnTarife.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnTarife.Name = "btnTarife"; - this.btnTarife.Size = new System.Drawing.Size(133, 46); + this.btnTarife.Size = new System.Drawing.Size(196, 57); this.btnTarife.TabIndex = 31; this.btnTarife.Text = "Tarife"; this.btnTarife.Click += new System.EventHandler(this.btnTarife_Click); @@ -163,10 +157,10 @@ private void InitializeComponent() this.btnGalerie.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnGalerie.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnGalerie.ForeColor = System.Drawing.Color.White; - this.btnGalerie.Location = new System.Drawing.Point(602, 0); - this.btnGalerie.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnGalerie.Location = new System.Drawing.Point(910, 0); + this.btnGalerie.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnGalerie.Name = "btnGalerie"; - this.btnGalerie.Size = new System.Drawing.Size(133, 46); + this.btnGalerie.Size = new System.Drawing.Size(196, 57); this.btnGalerie.TabIndex = 30; this.btnGalerie.Text = "Galerie"; this.btnGalerie.Click += new System.EventHandler(this.btnGalerie_Click); @@ -177,10 +171,10 @@ private void InitializeComponent() this.btnFacilitati.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnFacilitati.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnFacilitati.ForeColor = System.Drawing.Color.White; - this.btnFacilitati.Location = new System.Drawing.Point(469, 0); - this.btnFacilitati.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnFacilitati.Location = new System.Drawing.Point(714, 0); + this.btnFacilitati.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnFacilitati.Name = "btnFacilitati"; - this.btnFacilitati.Size = new System.Drawing.Size(133, 46); + this.btnFacilitati.Size = new System.Drawing.Size(196, 57); this.btnFacilitati.TabIndex = 29; this.btnFacilitati.Text = "Facilitati"; this.btnFacilitati.Click += new System.EventHandler(this.btnFacilitati_Click); @@ -191,10 +185,10 @@ private void InitializeComponent() this.btnCamere.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnCamere.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnCamere.ForeColor = System.Drawing.Color.White; - this.btnCamere.Location = new System.Drawing.Point(335, 0); - this.btnCamere.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnCamere.Location = new System.Drawing.Point(518, 0); + this.btnCamere.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnCamere.Name = "btnCamere"; - this.btnCamere.Size = new System.Drawing.Size(133, 46); + this.btnCamere.Size = new System.Drawing.Size(196, 57); this.btnCamere.TabIndex = 28; this.btnCamere.Text = "Camere"; this.btnCamere.Click += new System.EventHandler(this.btnCamere_Click); @@ -205,10 +199,10 @@ private void InitializeComponent() this.btnDespreHotel.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnDespreHotel.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnDespreHotel.ForeColor = System.Drawing.Color.White; - this.btnDespreHotel.Location = new System.Drawing.Point(202, 0); - this.btnDespreHotel.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnDespreHotel.Location = new System.Drawing.Point(322, 0); + this.btnDespreHotel.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnDespreHotel.Name = "btnDespreHotel"; - this.btnDespreHotel.Size = new System.Drawing.Size(133, 46); + this.btnDespreHotel.Size = new System.Drawing.Size(196, 57); this.btnDespreHotel.TabIndex = 27; this.btnDespreHotel.Text = "Despre Hotel"; this.btnDespreHotel.Click += new System.EventHandler(this.btnDespreHotel_Click); @@ -219,153 +213,84 @@ private void InitializeComponent() this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.richTextBox1.Location = new System.Drawing.Point(292, 168); - this.richTextBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.richTextBox1.Location = new System.Drawing.Point(481, 224); + this.richTextBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; - this.richTextBox1.Size = new System.Drawing.Size(203, 46); + this.richTextBox1.Size = new System.Drawing.Size(271, 57); this.richTextBox1.TabIndex = 33; this.richTextBox1.Text = "Cameră Dublă Standard\n 540 Lei/Noapte"; // - // button1 - // - this.button1.BackColor = System.Drawing.Color.DimGray; - this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.button1.ForeColor = System.Drawing.Color.White; - this.button1.Location = new System.Drawing.Point(499, 176); - this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); - this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(108, 28); - this.button1.TabIndex = 34; - this.button1.Text = "Selectează"; - this.button1.UseVisualStyleBackColor = false; - this.button1.Click += new System.EventHandler(this.button1_Click); - // // richTextBox2 // this.richTextBox2.BackColor = System.Drawing.SystemColors.Control; this.richTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.richTextBox2.Location = new System.Drawing.Point(292, 246); - this.richTextBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.richTextBox2.Location = new System.Drawing.Point(481, 327); + this.richTextBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.richTextBox2.Name = "richTextBox2"; this.richTextBox2.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; - this.richTextBox2.Size = new System.Drawing.Size(203, 50); + this.richTextBox2.Size = new System.Drawing.Size(271, 62); this.richTextBox2.TabIndex = 35; this.richTextBox2.Text = "Cameră Dublă Superioară\n 560 Lei/Noapte\n"; // - // button2 - // - this.button2.BackColor = System.Drawing.Color.DimGray; - this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.button2.ForeColor = System.Drawing.Color.White; - this.button2.Location = new System.Drawing.Point(499, 246); - this.button2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); - this.button2.Name = "button2"; - this.button2.Size = new System.Drawing.Size(108, 28); - this.button2.TabIndex = 36; - this.button2.Text = "Selectează"; - this.button2.UseVisualStyleBackColor = false; - this.button2.Click += new System.EventHandler(this.button2_Click); - // // richTextBox3 // this.richTextBox3.BackColor = System.Drawing.SystemColors.Control; this.richTextBox3.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.richTextBox3.Location = new System.Drawing.Point(301, 320); - this.richTextBox3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.richTextBox3.Location = new System.Drawing.Point(481, 421); + this.richTextBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.richTextBox3.Name = "richTextBox3"; this.richTextBox3.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; - this.richTextBox3.Size = new System.Drawing.Size(203, 50); + this.richTextBox3.Size = new System.Drawing.Size(271, 62); this.richTextBox3.TabIndex = 37; this.richTextBox3.Text = "Cameră Dublă Deluxe\n 580 Lei/Noapte\n"; // - // button3 - // - this.button3.BackColor = System.Drawing.Color.DimGray; - this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.button3.ForeColor = System.Drawing.Color.White; - this.button3.Location = new System.Drawing.Point(499, 320); - this.button3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); - this.button3.Name = "button3"; - this.button3.Size = new System.Drawing.Size(108, 28); - this.button3.TabIndex = 38; - this.button3.Text = "Selectează"; - this.button3.UseVisualStyleBackColor = false; - this.button3.Click += new System.EventHandler(this.button3_Click); - // // richTextBox4 // this.richTextBox4.BackColor = System.Drawing.SystemColors.Control; this.richTextBox4.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.richTextBox4.Location = new System.Drawing.Point(301, 397); - this.richTextBox4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.richTextBox4.Location = new System.Drawing.Point(481, 511); + this.richTextBox4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.richTextBox4.Name = "richTextBox4"; this.richTextBox4.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; - this.richTextBox4.Size = new System.Drawing.Size(203, 50); + this.richTextBox4.Size = new System.Drawing.Size(271, 62); this.richTextBox4.TabIndex = 39; this.richTextBox4.Text = "Family Room\n1100 Lei/Noapte\n"; // - // button4 - // - this.button4.BackColor = System.Drawing.Color.DimGray; - this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.button4.ForeColor = System.Drawing.Color.White; - this.button4.Location = new System.Drawing.Point(499, 413); - this.button4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); - this.button4.Name = "button4"; - this.button4.Size = new System.Drawing.Size(108, 28); - this.button4.TabIndex = 40; - this.button4.Text = "Selectează"; - this.button4.UseVisualStyleBackColor = false; - this.button4.Click += new System.EventHandler(this.button4_Click); - // // richTextBox5 // this.richTextBox5.BackColor = System.Drawing.SystemColors.Control; this.richTextBox5.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox5.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.richTextBox5.Location = new System.Drawing.Point(301, 470); - this.richTextBox5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.richTextBox5.Location = new System.Drawing.Point(481, 603); + this.richTextBox5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.richTextBox5.Name = "richTextBox5"; this.richTextBox5.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; - this.richTextBox5.Size = new System.Drawing.Size(203, 50); + this.richTextBox5.Size = new System.Drawing.Size(271, 62); this.richTextBox5.TabIndex = 41; this.richTextBox5.Text = "Tirol\n1100 Lei/Noapte\n"; // - // button5 - // - this.button5.BackColor = System.Drawing.Color.DimGray; - this.button5.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.button5.ForeColor = System.Drawing.Color.White; - this.button5.Location = new System.Drawing.Point(499, 492); - this.button5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); - this.button5.Name = "button5"; - this.button5.Size = new System.Drawing.Size(108, 28); - this.button5.TabIndex = 42; - this.button5.Text = "Selectează"; - this.button5.UseVisualStyleBackColor = false; - this.button5.Click += new System.EventHandler(this.button5_Click); - // // richTextBox6 // this.richTextBox6.BackColor = System.Drawing.SystemColors.Control; this.richTextBox6.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox6.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.richTextBox6.Location = new System.Drawing.Point(349, 98); - this.richTextBox6.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.richTextBox6.Location = new System.Drawing.Point(481, 143); + this.richTextBox6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.richTextBox6.Name = "richTextBox6"; this.richTextBox6.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; - this.richTextBox6.Size = new System.Drawing.Size(190, 40); + this.richTextBox6.Size = new System.Drawing.Size(253, 49); this.richTextBox6.TabIndex = 43; this.richTextBox6.Text = "Tarife Camere"; + this.richTextBox6.TextChanged += new System.EventHandler(this.richTextBox6_TextChanged); // // richTextBox7 // @@ -373,11 +298,11 @@ private void InitializeComponent() this.richTextBox7.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox7.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold); this.richTextBox7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.richTextBox7.Location = new System.Drawing.Point(689, 98); - this.richTextBox7.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.richTextBox7.Location = new System.Drawing.Point(999, 143); + this.richTextBox7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.richTextBox7.Name = "richTextBox7"; this.richTextBox7.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; - this.richTextBox7.Size = new System.Drawing.Size(229, 33); + this.richTextBox7.Size = new System.Drawing.Size(305, 41); this.richTextBox7.TabIndex = 44; this.richTextBox7.Text = "Tarife Facilități"; // @@ -387,11 +312,11 @@ private void InitializeComponent() this.richTextBox8.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox8.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.richTextBox8.Location = new System.Drawing.Point(683, 147); - this.richTextBox8.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.richTextBox8.Location = new System.Drawing.Point(999, 224); + this.richTextBox8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.richTextBox8.Name = "richTextBox8"; this.richTextBox8.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; - this.richTextBox8.Size = new System.Drawing.Size(64, 24); + this.richTextBox8.Size = new System.Drawing.Size(85, 30); this.richTextBox8.TabIndex = 45; this.richTextBox8.Text = "SPA"; // @@ -401,11 +326,11 @@ private void InitializeComponent() this.richTextBox9.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox9.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.richTextBox9.Location = new System.Drawing.Point(676, 205); - this.richTextBox9.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.richTextBox9.Location = new System.Drawing.Point(989, 295); + this.richTextBox9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.richTextBox9.Name = "richTextBox9"; this.richTextBox9.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; - this.richTextBox9.Size = new System.Drawing.Size(100, 28); + this.richTextBox9.Size = new System.Drawing.Size(133, 34); this.richTextBox9.TabIndex = 46; this.richTextBox9.Text = " Piscină"; // @@ -415,13 +340,13 @@ private void InitializeComponent() this.richTextBox10.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox10.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.richTextBox10.Location = new System.Drawing.Point(676, 276); - this.richTextBox10.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.richTextBox10.Location = new System.Drawing.Point(989, 357); + this.richTextBox10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.richTextBox10.Name = "richTextBox10"; this.richTextBox10.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; - this.richTextBox10.Size = new System.Drawing.Size(100, 22); + this.richTextBox10.Size = new System.Drawing.Size(133, 27); this.richTextBox10.TabIndex = 47; - this.richTextBox10.Text = " Sky Resort"; + this.richTextBox10.Text = "Sală Fitness"; // // richTextBox11 // @@ -429,11 +354,11 @@ private void InitializeComponent() this.richTextBox11.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox11.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.richTextBox11.Location = new System.Drawing.Point(679, 352); - this.richTextBox11.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.richTextBox11.Location = new System.Drawing.Point(989, 421); + this.richTextBox11.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.richTextBox11.Name = "richTextBox11"; this.richTextBox11.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; - this.richTextBox11.Size = new System.Drawing.Size(93, 31); + this.richTextBox11.Size = new System.Drawing.Size(124, 38); this.richTextBox11.TabIndex = 48; this.richTextBox11.Text = "Saună"; // @@ -443,11 +368,11 @@ private void InitializeComponent() this.richTextBox12.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox12.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.richTextBox12.Location = new System.Drawing.Point(776, 147); - this.richTextBox12.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.richTextBox12.Location = new System.Drawing.Point(1123, 224); + this.richTextBox12.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.richTextBox12.Name = "richTextBox12"; this.richTextBox12.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; - this.richTextBox12.Size = new System.Drawing.Size(106, 33); + this.richTextBox12.Size = new System.Drawing.Size(141, 41); this.richTextBox12.TabIndex = 49; this.richTextBox12.Text = "100 lei/ sejur"; // @@ -457,11 +382,11 @@ private void InitializeComponent() this.richTextBox13.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox13.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.richTextBox13.Location = new System.Drawing.Point(780, 205); - this.richTextBox13.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.richTextBox13.Location = new System.Drawing.Point(1128, 295); + this.richTextBox13.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.richTextBox13.Name = "richTextBox13"; this.richTextBox13.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; - this.richTextBox13.Size = new System.Drawing.Size(106, 33); + this.richTextBox13.Size = new System.Drawing.Size(141, 41); this.richTextBox13.TabIndex = 50; this.richTextBox13.Text = "100 lei/ sejur"; // @@ -471,11 +396,11 @@ private void InitializeComponent() this.richTextBox14.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox14.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.richTextBox14.Location = new System.Drawing.Point(780, 276); - this.richTextBox14.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.richTextBox14.Location = new System.Drawing.Point(1128, 357); + this.richTextBox14.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.richTextBox14.Name = "richTextBox14"; this.richTextBox14.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; - this.richTextBox14.Size = new System.Drawing.Size(106, 33); + this.richTextBox14.Size = new System.Drawing.Size(141, 41); this.richTextBox14.TabIndex = 51; this.richTextBox14.Text = "250 lei/ sejur"; // @@ -485,31 +410,19 @@ private void InitializeComponent() this.richTextBox15.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox15.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBox15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.richTextBox15.Location = new System.Drawing.Point(776, 354); - this.richTextBox15.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.richTextBox15.Location = new System.Drawing.Point(1123, 421); + this.richTextBox15.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.richTextBox15.Name = "richTextBox15"; this.richTextBox15.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; - this.richTextBox15.Size = new System.Drawing.Size(106, 20); + this.richTextBox15.Size = new System.Drawing.Size(141, 25); this.richTextBox15.TabIndex = 52; this.richTextBox15.Text = "150 lei/ sejur"; // - // guna2HtmlLabel1 - // - this.guna2HtmlLabel1.BackColor = System.Drawing.Color.Transparent; - this.guna2HtmlLabel1.Font = new System.Drawing.Font("Imprint MT Shadow", 20F, System.Drawing.FontStyle.Bold); - this.guna2HtmlLabel1.ForeColor = System.Drawing.Color.White; - this.guna2HtmlLabel1.Location = new System.Drawing.Point(22, 224); - this.guna2HtmlLabel1.Margin = new System.Windows.Forms.Padding(2); - this.guna2HtmlLabel1.Name = "guna2HtmlLabel1"; - this.guna2HtmlLabel1.Size = new System.Drawing.Size(155, 34); - this.guna2HtmlLabel1.TabIndex = 55; - this.guna2HtmlLabel1.Text = "Hotel LIAV"; - // // PricesPage // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1000, 585); + this.ClientSize = new System.Drawing.Size(1500, 900); this.Controls.Add(this.richTextBox15); this.Controls.Add(this.richTextBox14); this.Controls.Add(this.richTextBox13); @@ -520,15 +433,10 @@ private void InitializeComponent() this.Controls.Add(this.richTextBox8); this.Controls.Add(this.richTextBox7); this.Controls.Add(this.richTextBox6); - this.Controls.Add(this.button5); this.Controls.Add(this.richTextBox5); - this.Controls.Add(this.button4); this.Controls.Add(this.richTextBox4); - this.Controls.Add(this.button3); this.Controls.Add(this.richTextBox3); - this.Controls.Add(this.button2); this.Controls.Add(this.richTextBox2); - this.Controls.Add(this.button1); this.Controls.Add(this.richTextBox1); this.Controls.Add(this.btnContact); this.Controls.Add(this.btnTarife); @@ -537,15 +445,14 @@ private void InitializeComponent() this.Controls.Add(this.btnCamere); this.Controls.Add(this.btnDespreHotel); this.Controls.Add(this.panel1); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; - this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; + this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "PricesPage"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "PricesPage"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.guna2PictureBox1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.exit)).EndInit(); this.ResumeLayout(false); } @@ -560,15 +467,10 @@ private void InitializeComponent() private Guna.UI2.WinForms.Guna2Button btnCamere; private Guna.UI2.WinForms.Guna2Button btnDespreHotel; private System.Windows.Forms.RichTextBox richTextBox1; - private System.Windows.Forms.Button button1; private System.Windows.Forms.RichTextBox richTextBox2; - private System.Windows.Forms.Button button2; private System.Windows.Forms.RichTextBox richTextBox3; - private System.Windows.Forms.Button button3; private System.Windows.Forms.RichTextBox richTextBox4; - private System.Windows.Forms.Button button4; private System.Windows.Forms.RichTextBox richTextBox5; - private System.Windows.Forms.Button button5; private System.Windows.Forms.RichTextBox richTextBox6; private Guna.UI2.WinForms.Guna2Button btnBooking; private Guna.UI2.WinForms.Guna2Button btnLogIn; @@ -581,7 +483,6 @@ private void InitializeComponent() private System.Windows.Forms.RichTextBox richTextBox13; private System.Windows.Forms.RichTextBox richTextBox14; private System.Windows.Forms.RichTextBox richTextBox15; - private System.Windows.Forms.PictureBox exit; private Guna.UI2.WinForms.Guna2PictureBox guna2PictureBox1; private Guna.UI2.WinForms.Guna2HtmlLabel guna2HtmlLabel1; } diff --git a/HotelManagement/HotelManagement/PricesPage.cs b/HotelManagement/HotelManagement/PricesPage.cs index a0f2dad..951470e 100644 --- a/HotelManagement/HotelManagement/PricesPage.cs +++ b/HotelManagement/HotelManagement/PricesPage.cs @@ -102,5 +102,10 @@ private void btnTarife_Click(object sender, EventArgs e) { } + + private void richTextBox6_TextChanged(object sender, EventArgs e) + { + + } } } diff --git a/HotelManagement/HotelManagement/Program.cs b/HotelManagement/HotelManagement/Program.cs index 87f469f..6286058 100644 --- a/HotelManagement/HotelManagement/Program.cs +++ b/HotelManagement/HotelManagement/Program.cs @@ -16,7 +16,7 @@ static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new AboutForm()); + Application.Run(new StaffInformation()); } } } diff --git a/HotelManagement/HotelManagement/Register.Designer.cs b/HotelManagement/HotelManagement/Register.Designer.cs index 8c28eae..de6ec62 100644 --- a/HotelManagement/HotelManagement/Register.Designer.cs +++ b/HotelManagement/HotelManagement/Register.Designer.cs @@ -34,7 +34,6 @@ private void InitializeComponent() this.panel1 = new System.Windows.Forms.Panel(); this.guna2HtmlLabel2 = new Guna.UI2.WinForms.Guna2HtmlLabel(); this.guna2PictureBox1 = new Guna.UI2.WinForms.Guna2PictureBox(); - this.exit = new System.Windows.Forms.PictureBox(); this.btnBack = new Guna.UI2.WinForms.Guna2Button(); this.guna2Panel1 = new Guna.UI2.WinForms.Guna2Panel(); this.RegisterGpBx = new System.Windows.Forms.GroupBox(); @@ -63,7 +62,6 @@ private void InitializeComponent() this.LoginPageLogInbtn = new Guna.UI2.WinForms.Guna2GradientButton(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.guna2PictureBox1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.exit)).BeginInit(); this.guna2Panel1.SuspendLayout(); this.RegisterGpBx.SuspendLayout(); this.SuspendLayout(); @@ -72,32 +70,31 @@ private void InitializeComponent() // this.PhoneNrTxtbox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.PhoneNrTxtbox.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.PhoneNrTxtbox.Location = new System.Drawing.Point(270, 214); - this.PhoneNrTxtbox.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.PhoneNrTxtbox.Location = new System.Drawing.Point(360, 263); + this.PhoneNrTxtbox.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.PhoneNrTxtbox.Multiline = true; this.PhoneNrTxtbox.Name = "PhoneNrTxtbox"; - this.PhoneNrTxtbox.Size = new System.Drawing.Size(257, 40); + this.PhoneNrTxtbox.Size = new System.Drawing.Size(342, 49); this.PhoneNrTxtbox.TabIndex = 1; // // PasswordLogInTxtBox // this.PasswordLogInTxtBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.PasswordLogInTxtBox.Location = new System.Drawing.Point(270, 301); - this.PasswordLogInTxtBox.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.PasswordLogInTxtBox.Location = new System.Drawing.Point(360, 370); + this.PasswordLogInTxtBox.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.PasswordLogInTxtBox.Multiline = true; this.PasswordLogInTxtBox.Name = "PasswordLogInTxtBox"; this.PasswordLogInTxtBox.PasswordChar = '*'; - this.PasswordLogInTxtBox.Size = new System.Drawing.Size(257, 40); + this.PasswordLogInTxtBox.Size = new System.Drawing.Size(342, 49); this.PasswordLogInTxtBox.TabIndex = 2; // // LogInPasswordLabel // this.LogInPasswordLabel.AutoSize = true; this.LogInPasswordLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.LogInPasswordLabel.Location = new System.Drawing.Point(274, 283); - this.LogInPasswordLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.LogInPasswordLabel.Location = new System.Drawing.Point(365, 348); this.LogInPasswordLabel.Name = "LogInPasswordLabel"; - this.LogInPasswordLabel.Size = new System.Drawing.Size(77, 17); + this.LogInPasswordLabel.Size = new System.Drawing.Size(91, 20); this.LogInPasswordLabel.TabIndex = 4; this.LogInPasswordLabel.Text = "Password"; // @@ -106,12 +103,11 @@ private void InitializeComponent() this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.panel1.Controls.Add(this.guna2HtmlLabel2); this.panel1.Controls.Add(this.guna2PictureBox1); - this.panel1.Controls.Add(this.exit); this.panel1.Controls.Add(this.btnBack); this.panel1.Location = new System.Drawing.Point(0, 0); - this.panel1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.panel1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(202, 605); + this.panel1.Size = new System.Drawing.Size(327, 987); this.panel1.TabIndex = 7; // // guna2HtmlLabel2 @@ -119,10 +115,10 @@ private void InitializeComponent() this.guna2HtmlLabel2.BackColor = System.Drawing.Color.Transparent; this.guna2HtmlLabel2.Font = new System.Drawing.Font("Imprint MT Shadow", 20F, System.Drawing.FontStyle.Bold); this.guna2HtmlLabel2.ForeColor = System.Drawing.Color.White; - this.guna2HtmlLabel2.Location = new System.Drawing.Point(19, 220); - this.guna2HtmlLabel2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.guna2HtmlLabel2.Location = new System.Drawing.Point(51, 275); + this.guna2HtmlLabel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.guna2HtmlLabel2.Name = "guna2HtmlLabel2"; - this.guna2HtmlLabel2.Size = new System.Drawing.Size(155, 34); + this.guna2HtmlLabel2.Size = new System.Drawing.Size(185, 41); this.guna2HtmlLabel2.TabIndex = 39; this.guna2HtmlLabel2.Text = "Hotel LIAV"; // @@ -130,35 +126,24 @@ private void InitializeComponent() // this.guna2PictureBox1.Image = global::HotelManagement.Properties.Resources.hotel_icon; this.guna2PictureBox1.ImageRotate = 0F; - this.guna2PictureBox1.Location = new System.Drawing.Point(31, 74); - this.guna2PictureBox1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.guna2PictureBox1.Location = new System.Drawing.Point(67, 95); + this.guna2PictureBox1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.guna2PictureBox1.Name = "guna2PictureBox1"; - this.guna2PictureBox1.Size = new System.Drawing.Size(138, 122); + this.guna2PictureBox1.Size = new System.Drawing.Size(184, 150); this.guna2PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.guna2PictureBox1.TabIndex = 38; this.guna2PictureBox1.TabStop = false; // - // exit - // - this.exit.Image = global::HotelManagement.Properties.Resources.close; - this.exit.Location = new System.Drawing.Point(3, 3); - this.exit.Name = "exit"; - this.exit.Size = new System.Drawing.Size(31, 29); - this.exit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; - this.exit.TabIndex = 37; - this.exit.TabStop = false; - this.exit.Click += new System.EventHandler(this.exit_Click); - // // btnBack // this.btnBack.BorderThickness = 2; this.btnBack.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnBack.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnBack.ForeColor = System.Drawing.Color.White; - this.btnBack.Location = new System.Drawing.Point(1, 493); - this.btnBack.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnBack.Location = new System.Drawing.Point(23, 786); + this.btnBack.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnBack.Name = "btnBack"; - this.btnBack.Size = new System.Drawing.Size(200, 46); + this.btnBack.Size = new System.Drawing.Size(267, 57); this.btnBack.TabIndex = 15; this.btnBack.Text = "Înapoi"; this.btnBack.Click += new System.EventHandler(this.btnBack_Click); @@ -183,10 +168,10 @@ private void InitializeComponent() this.guna2Panel1.Controls.Add(this.LogInPasswordLabel); this.guna2Panel1.Controls.Add(this.PhoneNrTxtbox); this.guna2Panel1.Controls.Add(this.LoginPageLogInbtn); - this.guna2Panel1.Location = new System.Drawing.Point(202, 0); - this.guna2Panel1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.guna2Panel1.Location = new System.Drawing.Point(269, 0); + this.guna2Panel1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.guna2Panel1.Name = "guna2Panel1"; - this.guna2Panel1.Size = new System.Drawing.Size(798, 587); + this.guna2Panel1.Size = new System.Drawing.Size(1231, 902); this.guna2Panel1.TabIndex = 9; // // RegisterGpBx @@ -207,11 +192,11 @@ private void InitializeComponent() this.RegisterGpBx.Controls.Add(this.ClientPassTxt); this.RegisterGpBx.Controls.Add(this.label2); this.RegisterGpBx.Controls.Add(this.clientPhoneNr); - this.RegisterGpBx.Location = new System.Drawing.Point(170, 105); - this.RegisterGpBx.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.RegisterGpBx.Location = new System.Drawing.Point(269, 114); + this.RegisterGpBx.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.RegisterGpBx.Name = "RegisterGpBx"; - this.RegisterGpBx.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3); - this.RegisterGpBx.Size = new System.Drawing.Size(477, 405); + this.RegisterGpBx.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.RegisterGpBx.Size = new System.Drawing.Size(803, 747); this.RegisterGpBx.TabIndex = 25; this.RegisterGpBx.TabStop = false; this.RegisterGpBx.Visible = false; @@ -219,7 +204,7 @@ private void InitializeComponent() // guna2TextBox2 // this.guna2TextBox2.AutoRoundedCorners = true; - this.guna2TextBox2.BorderRadius = 38; + this.guna2TextBox2.BorderRadius = 47; this.guna2TextBox2.BorderThickness = 0; this.guna2TextBox2.Cursor = System.Windows.Forms.Cursors.IBeam; this.guna2TextBox2.DefaultText = "Înregistrare Client"; @@ -232,29 +217,29 @@ private void InitializeComponent() this.guna2TextBox2.Font = new System.Drawing.Font("Imprint MT Shadow", 20F, System.Drawing.FontStyle.Bold); this.guna2TextBox2.ForeColor = System.Drawing.Color.Black; this.guna2TextBox2.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255))))); - this.guna2TextBox2.Location = new System.Drawing.Point(88, 7); - this.guna2TextBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.guna2TextBox2.Location = new System.Drawing.Point(117, 9); + this.guna2TextBox2.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.guna2TextBox2.Name = "guna2TextBox2"; this.guna2TextBox2.PasswordChar = '\0'; this.guna2TextBox2.PlaceholderForeColor = System.Drawing.Color.Black; this.guna2TextBox2.PlaceholderText = ""; this.guna2TextBox2.SelectedText = ""; - this.guna2TextBox2.Size = new System.Drawing.Size(244, 79); + this.guna2TextBox2.Size = new System.Drawing.Size(325, 97); this.guna2TextBox2.TabIndex = 24; // // cancelRegisterbtn // this.cancelRegisterbtn.AutoRoundedCorners = true; - this.cancelRegisterbtn.BorderRadius = 13; + this.cancelRegisterbtn.BorderRadius = 27; this.cancelRegisterbtn.BorderThickness = 1; this.cancelRegisterbtn.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.cancelRegisterbtn.FillColor2 = System.Drawing.Color.LightGray; this.cancelRegisterbtn.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold); this.cancelRegisterbtn.ForeColor = System.Drawing.Color.Black; - this.cancelRegisterbtn.Location = new System.Drawing.Point(244, 339); - this.cancelRegisterbtn.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.cancelRegisterbtn.Location = new System.Drawing.Point(335, 613); + this.cancelRegisterbtn.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.cancelRegisterbtn.Name = "cancelRegisterbtn"; - this.cancelRegisterbtn.Size = new System.Drawing.Size(120, 29); + this.cancelRegisterbtn.Size = new System.Drawing.Size(163, 56); this.cancelRegisterbtn.TabIndex = 23; this.cancelRegisterbtn.Text = "Anulează"; this.cancelRegisterbtn.Click += new System.EventHandler(this.cancelRegisterbtn_Click); @@ -262,16 +247,16 @@ private void InitializeComponent() // registerBtn // this.registerBtn.AutoRoundedCorners = true; - this.registerBtn.BorderRadius = 13; + this.registerBtn.BorderRadius = 27; this.registerBtn.BorderThickness = 1; this.registerBtn.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.registerBtn.FillColor2 = System.Drawing.Color.LightGray; this.registerBtn.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold); this.registerBtn.ForeColor = System.Drawing.Color.Black; - this.registerBtn.Location = new System.Drawing.Point(91, 339); - this.registerBtn.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.registerBtn.Location = new System.Drawing.Point(117, 613); + this.registerBtn.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.registerBtn.Name = "registerBtn"; - this.registerBtn.Size = new System.Drawing.Size(120, 29); + this.registerBtn.Size = new System.Drawing.Size(163, 56); this.registerBtn.TabIndex = 22; this.registerBtn.Text = "Înregistrare"; this.registerBtn.Click += new System.EventHandler(this.registerBtn_Click); @@ -279,108 +264,104 @@ private void InitializeComponent() // ClientCountryTxtbox // this.ClientCountryTxtbox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.ClientCountryTxtbox.Location = new System.Drawing.Point(105, 194); - this.ClientCountryTxtbox.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.ClientCountryTxtbox.Location = new System.Drawing.Point(140, 322); + this.ClientCountryTxtbox.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.ClientCountryTxtbox.Multiline = true; this.ClientCountryTxtbox.Name = "ClientCountryTxtbox"; - this.ClientCountryTxtbox.Size = new System.Drawing.Size(257, 25); + this.ClientCountryTxtbox.Size = new System.Drawing.Size(345, 46); this.ClientCountryTxtbox.TabIndex = 16; // // label5 // this.label5.AutoSize = true; - this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label5.Location = new System.Drawing.Point(113, 176); - this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label5.Location = new System.Drawing.Point(151, 296); this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(42, 17); + this.label5.Size = new System.Drawing.Size(57, 25); this.label5.TabIndex = 17; this.label5.Text = "Ţara"; // // label4 // this.label4.AutoSize = true; - this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label4.Location = new System.Drawing.Point(112, 86); - this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label4.Location = new System.Drawing.Point(148, 99); this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(54, 17); + this.label4.Size = new System.Drawing.Size(74, 25); this.label4.TabIndex = 15; this.label4.Text = "Nume "; + this.label4.Click += new System.EventHandler(this.label4_Click); // // clientNametxtBox // this.clientNametxtBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.clientNametxtBox.Location = new System.Drawing.Point(105, 103); - this.clientNametxtBox.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.clientNametxtBox.Location = new System.Drawing.Point(140, 127); + this.clientNametxtBox.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.clientNametxtBox.Multiline = true; this.clientNametxtBox.Name = "clientNametxtBox"; - this.clientNametxtBox.Size = new System.Drawing.Size(257, 25); + this.clientNametxtBox.Size = new System.Drawing.Size(345, 46); this.clientNametxtBox.TabIndex = 14; // // confirmPasstxtbox // this.confirmPasstxtbox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.confirmPasstxtbox.Location = new System.Drawing.Point(105, 298); - this.confirmPasstxtbox.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.confirmPasstxtbox.Location = new System.Drawing.Point(140, 523); + this.confirmPasstxtbox.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.confirmPasstxtbox.Multiline = true; this.confirmPasstxtbox.Name = "confirmPasstxtbox"; this.confirmPasstxtbox.PasswordChar = '*'; - this.confirmPasstxtbox.Size = new System.Drawing.Size(257, 25); + this.confirmPasstxtbox.Size = new System.Drawing.Size(345, 46); this.confirmPasstxtbox.TabIndex = 12; // // label3 // this.label3.AutoSize = true; - this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label3.Location = new System.Drawing.Point(109, 281); - this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label3.Location = new System.Drawing.Point(145, 497); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(152, 17); + this.label3.Size = new System.Drawing.Size(203, 25); this.label3.TabIndex = 13; this.label3.Text = "Confirmarea Parolei"; // // label1 // this.label1.AutoSize = true; - this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label1.Location = new System.Drawing.Point(112, 129); - this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label1.Location = new System.Drawing.Point(148, 199); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(110, 17); + this.label1.Size = new System.Drawing.Size(146, 25); this.label1.TabIndex = 10; this.label1.Text = "Număr telefon"; // // ClientPassTxt // this.ClientPassTxt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.ClientPassTxt.Location = new System.Drawing.Point(108, 244); - this.ClientPassTxt.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.ClientPassTxt.Location = new System.Drawing.Point(140, 426); + this.ClientPassTxt.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.ClientPassTxt.Multiline = true; this.ClientPassTxt.Name = "ClientPassTxt"; this.ClientPassTxt.PasswordChar = '*'; - this.ClientPassTxt.Size = new System.Drawing.Size(257, 25); + this.ClientPassTxt.Size = new System.Drawing.Size(345, 46); this.ClientPassTxt.TabIndex = 8; // // label2 // this.label2.AutoSize = true; - this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label2.Location = new System.Drawing.Point(111, 226); - this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label2.Location = new System.Drawing.Point(151, 400); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(55, 17); + this.label2.Size = new System.Drawing.Size(74, 25); this.label2.TabIndex = 9; this.label2.Text = "Parola"; // // clientPhoneNr // this.clientPhoneNr.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.clientPhoneNr.Location = new System.Drawing.Point(105, 148); - this.clientPhoneNr.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.clientPhoneNr.Location = new System.Drawing.Point(140, 225); + this.clientPhoneNr.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.clientPhoneNr.Multiline = true; this.clientPhoneNr.Name = "clientPhoneNr"; - this.clientPhoneNr.Size = new System.Drawing.Size(257, 25); + this.clientPhoneNr.Size = new System.Drawing.Size(345, 46); this.clientPhoneNr.TabIndex = 7; // // linkRegister @@ -389,10 +370,9 @@ private void InitializeComponent() this.linkRegister.BackColor = System.Drawing.Color.Transparent; this.linkRegister.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.linkRegister.LinkColor = System.Drawing.Color.Black; - this.linkRegister.Location = new System.Drawing.Point(248, 457); - this.linkRegister.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.linkRegister.Location = new System.Drawing.Point(331, 562); this.linkRegister.Name = "linkRegister"; - this.linkRegister.Size = new System.Drawing.Size(332, 18); + this.linkRegister.Size = new System.Drawing.Size(409, 24); this.linkRegister.TabIndex = 24; this.linkRegister.TabStop = true; this.linkRegister.Text = "Esti client nou? Apasă ca să te înregistrezi!"; @@ -404,10 +384,10 @@ private void InitializeComponent() this.btnContact.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnContact.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnContact.ForeColor = System.Drawing.Color.White; - this.btnContact.Location = new System.Drawing.Point(667, 1); - this.btnContact.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnContact.Location = new System.Drawing.Point(1032, 1); + this.btnContact.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnContact.Name = "btnContact"; - this.btnContact.Size = new System.Drawing.Size(133, 46); + this.btnContact.Size = new System.Drawing.Size(196, 57); this.btnContact.TabIndex = 20; this.btnContact.Text = "Contact"; this.btnContact.Click += new System.EventHandler(this.btnContact_Click); @@ -418,10 +398,10 @@ private void InitializeComponent() this.btnTarife.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnTarife.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnTarife.ForeColor = System.Drawing.Color.White; - this.btnTarife.Location = new System.Drawing.Point(534, 1); - this.btnTarife.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnTarife.Location = new System.Drawing.Point(836, 0); + this.btnTarife.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnTarife.Name = "btnTarife"; - this.btnTarife.Size = new System.Drawing.Size(133, 46); + this.btnTarife.Size = new System.Drawing.Size(196, 57); this.btnTarife.TabIndex = 19; this.btnTarife.Text = "Tarife"; // @@ -431,10 +411,10 @@ private void InitializeComponent() this.btnGalerie.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnGalerie.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnGalerie.ForeColor = System.Drawing.Color.White; - this.btnGalerie.Location = new System.Drawing.Point(401, 1); - this.btnGalerie.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnGalerie.Location = new System.Drawing.Point(640, 0); + this.btnGalerie.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnGalerie.Name = "btnGalerie"; - this.btnGalerie.Size = new System.Drawing.Size(133, 46); + this.btnGalerie.Size = new System.Drawing.Size(196, 57); this.btnGalerie.TabIndex = 18; this.btnGalerie.Text = "Galerie"; // @@ -444,10 +424,10 @@ private void InitializeComponent() this.btnFacilitati.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnFacilitati.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnFacilitati.ForeColor = System.Drawing.Color.White; - this.btnFacilitati.Location = new System.Drawing.Point(267, 1); - this.btnFacilitati.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnFacilitati.Location = new System.Drawing.Point(444, 0); + this.btnFacilitati.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnFacilitati.Name = "btnFacilitati"; - this.btnFacilitati.Size = new System.Drawing.Size(133, 46); + this.btnFacilitati.Size = new System.Drawing.Size(196, 57); this.btnFacilitati.TabIndex = 17; this.btnFacilitati.Text = "Facilitati"; // @@ -457,10 +437,10 @@ private void InitializeComponent() this.btnCamere.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnCamere.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnCamere.ForeColor = System.Drawing.Color.White; - this.btnCamere.Location = new System.Drawing.Point(134, 1); - this.btnCamere.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnCamere.Location = new System.Drawing.Point(248, 0); + this.btnCamere.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnCamere.Name = "btnCamere"; - this.btnCamere.Size = new System.Drawing.Size(133, 46); + this.btnCamere.Size = new System.Drawing.Size(196, 57); this.btnCamere.TabIndex = 16; this.btnCamere.Text = "Camere"; // @@ -470,10 +450,10 @@ private void InitializeComponent() this.btnDespreHotel.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnDespreHotel.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold); this.btnDespreHotel.ForeColor = System.Drawing.Color.White; - this.btnDespreHotel.Location = new System.Drawing.Point(1, 1); - this.btnDespreHotel.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnDespreHotel.Location = new System.Drawing.Point(52, 0); + this.btnDespreHotel.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnDespreHotel.Name = "btnDespreHotel"; - this.btnDespreHotel.Size = new System.Drawing.Size(133, 46); + this.btnDespreHotel.Size = new System.Drawing.Size(196, 57); this.btnDespreHotel.TabIndex = 15; this.btnDespreHotel.Text = "Despre Hotel"; // @@ -481,10 +461,10 @@ private void InitializeComponent() // this.guna2HtmlLabel1.BackColor = System.Drawing.Color.Transparent; this.guna2HtmlLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.guna2HtmlLabel1.Location = new System.Drawing.Point(359, 140); - this.guna2HtmlLabel1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.guna2HtmlLabel1.Location = new System.Drawing.Point(479, 172); + this.guna2HtmlLabel1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.guna2HtmlLabel1.Name = "guna2HtmlLabel1"; - this.guna2HtmlLabel1.Size = new System.Drawing.Size(78, 32); + this.guna2HtmlLabel1.Size = new System.Drawing.Size(98, 40); this.guna2HtmlLabel1.TabIndex = 6; this.guna2HtmlLabel1.Text = "Log In"; // @@ -492,47 +472,45 @@ private void InitializeComponent() // this.LogInEmailLbl.AutoSize = true; this.LogInEmailLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.LogInEmailLbl.Location = new System.Drawing.Point(274, 196); - this.LogInEmailLbl.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.LogInEmailLbl.Location = new System.Drawing.Point(365, 241); this.LogInEmailLbl.Name = "LogInEmailLbl"; - this.LogInEmailLbl.Size = new System.Drawing.Size(115, 17); + this.LogInEmailLbl.Size = new System.Drawing.Size(132, 20); this.LogInEmailLbl.TabIndex = 5; this.LogInEmailLbl.Text = "Phone Number"; // // LoginPageLogInbtn // this.LoginPageLogInbtn.AutoRoundedCorners = true; - this.LoginPageLogInbtn.BorderRadius = 13; + this.LoginPageLogInbtn.BorderRadius = 17; this.LoginPageLogInbtn.BorderThickness = 1; this.LoginPageLogInbtn.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.LoginPageLogInbtn.FillColor2 = System.Drawing.Color.LightGray; this.LoginPageLogInbtn.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold); this.LoginPageLogInbtn.ForeColor = System.Drawing.Color.Black; - this.LoginPageLogInbtn.Location = new System.Drawing.Point(337, 377); - this.LoginPageLogInbtn.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.LoginPageLogInbtn.Location = new System.Drawing.Point(449, 464); + this.LoginPageLogInbtn.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.LoginPageLogInbtn.Name = "LoginPageLogInbtn"; - this.LoginPageLogInbtn.Size = new System.Drawing.Size(120, 29); + this.LoginPageLogInbtn.Size = new System.Drawing.Size(160, 36); this.LoginPageLogInbtn.TabIndex = 21; this.LoginPageLogInbtn.Text = "Log In"; this.LoginPageLogInbtn.Click += new System.EventHandler(this.LoginPageLogInbtn_Click); // // Register // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; - this.ClientSize = new System.Drawing.Size(1000, 585); + this.ClientSize = new System.Drawing.Size(1500, 900); this.Controls.Add(this.panel1); this.Controls.Add(this.guna2Panel1); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; - this.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; + this.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.Name = "Register"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Form1"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.guna2PictureBox1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.exit)).EndInit(); this.guna2Panel1.ResumeLayout(false); this.guna2Panel1.PerformLayout(); this.RegisterGpBx.ResumeLayout(false); @@ -574,7 +552,6 @@ private void InitializeComponent() private Guna.UI2.WinForms.Guna2GradientButton cancelRegisterbtn; private Guna.UI2.WinForms.Guna2GradientButton registerBtn; private Guna.UI2.WinForms.Guna2TextBox guna2TextBox2; - private System.Windows.Forms.PictureBox exit; private Guna.UI2.WinForms.Guna2PictureBox guna2PictureBox1; private Guna.UI2.WinForms.Guna2HtmlLabel guna2HtmlLabel2; } diff --git a/HotelManagement/HotelManagement/Register.cs b/HotelManagement/HotelManagement/Register.cs index 22456fd..77d25d8 100644 --- a/HotelManagement/HotelManagement/Register.cs +++ b/HotelManagement/HotelManagement/Register.cs @@ -101,5 +101,10 @@ private void btnContact_Click(object sender, EventArgs e) { } + + private void label4_Click(object sender, EventArgs e) + { + + } } } diff --git a/HotelManagement/HotelManagement/ReservationInformation.Designer.cs b/HotelManagement/HotelManagement/ReservationInformation.Designer.cs index 1752550..a66cdc8 100644 --- a/HotelManagement/HotelManagement/ReservationInformation.Designer.cs +++ b/HotelManagement/HotelManagement/ReservationInformation.Designer.cs @@ -45,7 +45,6 @@ private void InitializeComponent() this.ReservationIdtb = new System.Windows.Forms.TextBox(); this.Datelb = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); - this.exit = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.BtnDeleteRes = new Guna.UI2.WinForms.Guna2GradientButton(); @@ -54,17 +53,16 @@ private void InitializeComponent() ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ResView)).BeginInit(); this.panel1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.exit)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); this.SuspendLayout(); // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); - this.pictureBox1.Location = new System.Drawing.Point(8, 520); - this.pictureBox1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.pictureBox1.Location = new System.Drawing.Point(29, 811); + this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(59, 50); + this.pictureBox1.Size = new System.Drawing.Size(89, 77); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 44; this.pictureBox1.TabStop = false; @@ -75,9 +73,10 @@ private void InitializeComponent() this.roomnumbercb.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.roomnumbercb.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.roomnumbercb.FormattingEnabled = true; - this.roomnumbercb.Location = new System.Drawing.Point(76, 298); + this.roomnumbercb.Location = new System.Drawing.Point(144, 419); + this.roomnumbercb.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.roomnumbercb.Name = "roomnumbercb"; - this.roomnumbercb.Size = new System.Drawing.Size(215, 28); + this.roomnumbercb.Size = new System.Drawing.Size(321, 33); this.roomnumbercb.TabIndex = 41; this.roomnumbercb.Text = "Numărul Camerei"; // @@ -87,9 +86,10 @@ private void InitializeComponent() this.clientcb.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.clientcb.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.clientcb.FormattingEnabled = true; - this.clientcb.Location = new System.Drawing.Point(76, 252); + this.clientcb.Location = new System.Drawing.Point(144, 362); + this.clientcb.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.clientcb.Name = "clientcb"; - this.clientcb.Size = new System.Drawing.Size(215, 28); + this.clientcb.Size = new System.Drawing.Size(321, 33); this.clientcb.TabIndex = 40; this.clientcb.Text = "Numele Clientului"; // @@ -100,9 +100,10 @@ private void InitializeComponent() this.Search.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.Search.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.Search.ForeColor = System.Drawing.Color.White; - this.Search.Location = new System.Drawing.Point(188, 138); + this.Search.Location = new System.Drawing.Point(273, 186); + this.Search.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Search.Name = "Search"; - this.Search.Size = new System.Drawing.Size(106, 29); + this.Search.Size = new System.Drawing.Size(159, 45); this.Search.TabIndex = 35; this.Search.Text = "Caută"; this.Search.UseVisualStyleBackColor = false; @@ -112,10 +113,11 @@ private void InitializeComponent() // this.Searchtb.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.Searchtb.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.Searchtb.Location = new System.Drawing.Point(24, 138); + this.Searchtb.Location = new System.Drawing.Point(27, 186); + this.Searchtb.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Searchtb.Multiline = true; this.Searchtb.Name = "Searchtb"; - this.Searchtb.Size = new System.Drawing.Size(160, 30); + this.Searchtb.Size = new System.Drawing.Size(238, 44); this.Searchtb.TabIndex = 34; this.Searchtb.Text = "Caută Rezervare"; // @@ -129,11 +131,12 @@ private void InitializeComponent() this.Room, this.DateIn, this.DateOut}); - this.ResView.Location = new System.Drawing.Point(358, 121); + this.ResView.Location = new System.Drawing.Point(598, 176); + this.ResView.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.ResView.Name = "ResView"; this.ResView.RowHeadersWidth = 51; this.ResView.RowTemplate.Height = 25; - this.ResView.Size = new System.Drawing.Size(613, 427); + this.ResView.Size = new System.Drawing.Size(817, 676); this.ResView.TabIndex = 33; this.ResView.DoubleClick += new System.EventHandler(this.ResView_DoubleClick); // @@ -183,9 +186,10 @@ private void InitializeComponent() this.dateOutTimePicker.CalendarTitleForeColor = System.Drawing.Color.DodgerBlue; this.dateOutTimePicker.Font = new System.Drawing.Font("Century Gothic", 12F); this.dateOutTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Short; - this.dateOutTimePicker.Location = new System.Drawing.Point(76, 388); + this.dateOutTimePicker.Location = new System.Drawing.Point(144, 530); + this.dateOutTimePicker.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.dateOutTimePicker.Name = "dateOutTimePicker"; - this.dateOutTimePicker.Size = new System.Drawing.Size(215, 27); + this.dateOutTimePicker.Size = new System.Drawing.Size(321, 32); this.dateOutTimePicker.TabIndex = 32; // // dateInTimePicker @@ -194,20 +198,22 @@ private void InitializeComponent() this.dateInTimePicker.CalendarTitleForeColor = System.Drawing.Color.DodgerBlue; this.dateInTimePicker.Font = new System.Drawing.Font("Century Gothic", 12F); this.dateInTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Short; - this.dateInTimePicker.Location = new System.Drawing.Point(76, 341); + this.dateInTimePicker.Location = new System.Drawing.Point(144, 472); + this.dateInTimePicker.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.dateInTimePicker.Name = "dateInTimePicker"; - this.dateInTimePicker.Size = new System.Drawing.Size(215, 27); + this.dateInTimePicker.Size = new System.Drawing.Size(321, 32); this.dateInTimePicker.TabIndex = 30; // // ReservationIdtb // this.ReservationIdtb.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.ReservationIdtb.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.ReservationIdtb.Location = new System.Drawing.Point(76, 198); + this.ReservationIdtb.Location = new System.Drawing.Point(144, 296); + this.ReservationIdtb.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.ReservationIdtb.Multiline = true; this.ReservationIdtb.Name = "ReservationIdtb"; this.ReservationIdtb.ReadOnly = true; - this.ReservationIdtb.Size = new System.Drawing.Size(215, 35); + this.ReservationIdtb.Size = new System.Drawing.Size(321, 52); this.ReservationIdtb.TabIndex = 29; this.ReservationIdtb.Text = "Id"; // @@ -215,9 +221,10 @@ private void InitializeComponent() // this.Datelb.AutoSize = true; this.Datelb.Font = new System.Drawing.Font("Century", 15.75F); - this.Datelb.Location = new System.Drawing.Point(774, 47); + this.Datelb.Location = new System.Drawing.Point(1159, 83); + this.Datelb.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.Datelb.Name = "Datelb"; - this.Datelb.Size = new System.Drawing.Size(59, 25); + this.Datelb.Size = new System.Drawing.Size(76, 33); this.Datelb.TabIndex = 1; this.Datelb.Text = "Date"; this.Datelb.TextAlign = System.Drawing.ContentAlignment.TopCenter; @@ -226,45 +233,33 @@ private void InitializeComponent() // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.panel1.Controls.Add(this.exit); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.Datelb); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.ForeColor = System.Drawing.Color.WhiteSmoke; this.panel1.Location = new System.Drawing.Point(0, 0); + this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(1000, 92); + this.panel1.Size = new System.Drawing.Size(1500, 142); this.panel1.TabIndex = 27; // - // exit - // - this.exit.Image = global::HotelManagement.Properties.Resources.close; - this.exit.Location = new System.Drawing.Point(0, 0); - this.exit.Name = "exit"; - this.exit.Size = new System.Drawing.Size(31, 29); - this.exit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; - this.exit.TabIndex = 50; - this.exit.TabStop = false; - this.exit.Click += new System.EventHandler(this.exit_Click); - // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Imprint MT Shadow", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label1.Location = new System.Drawing.Point(262, 23); - this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label1.Location = new System.Drawing.Point(461, 36); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(466, 57); + this.label1.Size = new System.Drawing.Size(575, 71); this.label1.TabIndex = 4; this.label1.Text = "Informaţii Rezervări"; // // pictureBox2 // this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); - this.pictureBox2.Location = new System.Drawing.Point(305, 138); - this.pictureBox2.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.pictureBox2.Location = new System.Drawing.Point(439, 186); + this.pictureBox2.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.pictureBox2.Name = "pictureBox2"; - this.pictureBox2.Size = new System.Drawing.Size(31, 34); + this.pictureBox2.Size = new System.Drawing.Size(47, 52); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox2.TabIndex = 45; this.pictureBox2.TabStop = false; @@ -273,16 +268,16 @@ private void InitializeComponent() // BtnDeleteRes // this.BtnDeleteRes.AutoRoundedCorners = true; - this.BtnDeleteRes.BorderRadius = 17; + this.BtnDeleteRes.BorderRadius = 27; this.BtnDeleteRes.BorderThickness = 1; this.BtnDeleteRes.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.BtnDeleteRes.FillColor2 = System.Drawing.Color.LightGray; this.BtnDeleteRes.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold); this.BtnDeleteRes.ForeColor = System.Drawing.Color.Black; - this.BtnDeleteRes.Location = new System.Drawing.Point(229, 461); - this.BtnDeleteRes.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.BtnDeleteRes.Location = new System.Drawing.Point(360, 619); + this.BtnDeleteRes.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.BtnDeleteRes.Name = "BtnDeleteRes"; - this.BtnDeleteRes.Size = new System.Drawing.Size(86, 36); + this.BtnDeleteRes.Size = new System.Drawing.Size(117, 56); this.BtnDeleteRes.TabIndex = 49; this.BtnDeleteRes.Text = "Şterge"; this.BtnDeleteRes.Click += new System.EventHandler(this.BtnDeleteRes_Click); @@ -290,16 +285,16 @@ private void InitializeComponent() // BtnEditRes // this.BtnEditRes.AutoRoundedCorners = true; - this.BtnEditRes.BorderRadius = 17; + this.BtnEditRes.BorderRadius = 27; this.BtnEditRes.BorderThickness = 1; this.BtnEditRes.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.BtnEditRes.FillColor2 = System.Drawing.Color.LightGray; this.BtnEditRes.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold); this.BtnEditRes.ForeColor = System.Drawing.Color.Black; - this.BtnEditRes.Location = new System.Drawing.Point(139, 461); - this.BtnEditRes.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.BtnEditRes.Location = new System.Drawing.Point(228, 619); + this.BtnEditRes.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.BtnEditRes.Name = "BtnEditRes"; - this.BtnEditRes.Size = new System.Drawing.Size(86, 36); + this.BtnEditRes.Size = new System.Drawing.Size(117, 56); this.BtnEditRes.TabIndex = 48; this.BtnEditRes.Text = "Editează"; this.BtnEditRes.Click += new System.EventHandler(this.BtnEditRes_Click); @@ -307,25 +302,25 @@ private void InitializeComponent() // BtnAddRes // this.BtnAddRes.AutoRoundedCorners = true; - this.BtnAddRes.BorderRadius = 17; + this.BtnAddRes.BorderRadius = 27; this.BtnAddRes.BorderThickness = 1; this.BtnAddRes.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.BtnAddRes.FillColor2 = System.Drawing.Color.LightGray; this.BtnAddRes.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold); this.BtnAddRes.ForeColor = System.Drawing.Color.Black; - this.BtnAddRes.Location = new System.Drawing.Point(49, 461); - this.BtnAddRes.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.BtnAddRes.Location = new System.Drawing.Point(96, 619); + this.BtnAddRes.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.BtnAddRes.Name = "BtnAddRes"; - this.BtnAddRes.Size = new System.Drawing.Size(86, 36); + this.BtnAddRes.Size = new System.Drawing.Size(117, 56); this.BtnAddRes.TabIndex = 47; this.BtnAddRes.Text = "Adaugă"; this.BtnAddRes.Click += new System.EventHandler(this.BtnAddRes_Click); // // ReservationInformation // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1000, 585); + this.ClientSize = new System.Drawing.Size(1500, 900); this.Controls.Add(this.BtnDeleteRes); this.Controls.Add(this.BtnEditRes); this.Controls.Add(this.BtnAddRes); @@ -340,8 +335,8 @@ private void InitializeComponent() this.Controls.Add(this.dateInTimePicker); this.Controls.Add(this.ReservationIdtb); this.Controls.Add(this.panel1); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; - this.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; + this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "ReservationInformation"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ReservationInformation"; @@ -350,7 +345,6 @@ private void InitializeComponent() ((System.ComponentModel.ISupportInitialize)(this.ResView)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.exit)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); @@ -380,6 +374,5 @@ private void InitializeComponent() private System.Windows.Forms.DataGridViewTextBoxColumn Room; private System.Windows.Forms.DataGridViewTextBoxColumn DateIn; private System.Windows.Forms.DataGridViewTextBoxColumn DateOut; - private System.Windows.Forms.PictureBox exit; } } \ No newline at end of file diff --git a/HotelManagement/HotelManagement/RoomInformation.Designer.cs b/HotelManagement/HotelManagement/RoomInformation.Designer.cs index ba4c58a..8883c2b 100644 --- a/HotelManagement/HotelManagement/RoomInformation.Designer.cs +++ b/HotelManagement/HotelManagement/RoomInformation.Designer.cs @@ -32,7 +32,6 @@ private void InitializeComponent() System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RoomInformation)); this.panel1 = new System.Windows.Forms.Panel(); this.Datelb = new System.Windows.Forms.Label(); - this.exit = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); this.RoomGridview = new System.Windows.Forms.DataGridView(); this.RoomNumber = new System.Windows.Forms.DataGridViewTextBoxColumn(); @@ -59,7 +58,6 @@ private void InitializeComponent() this.hoteldbDataSetBindingSource = new System.Windows.Forms.BindingSource(this.components); this.label3 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.exit)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.RoomGridview)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.refreshpb)).BeginInit(); @@ -70,46 +68,34 @@ private void InitializeComponent() // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.panel1.Controls.Add(this.Datelb); - this.panel1.Controls.Add(this.exit); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.ForeColor = System.Drawing.Color.WhiteSmoke; this.panel1.Location = new System.Drawing.Point(0, 0); - this.panel1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.panel1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(1000, 81); + this.panel1.Size = new System.Drawing.Size(1500, 142); this.panel1.TabIndex = 1; // // Datelb // this.Datelb.AutoSize = true; this.Datelb.Font = new System.Drawing.Font("Century", 15.75F); - this.Datelb.Location = new System.Drawing.Point(774, 47); + this.Datelb.Location = new System.Drawing.Point(1159, 83); + this.Datelb.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.Datelb.Name = "Datelb"; - this.Datelb.Size = new System.Drawing.Size(59, 25); + this.Datelb.Size = new System.Drawing.Size(76, 33); this.Datelb.TabIndex = 54; this.Datelb.Text = "Date"; this.Datelb.TextAlign = System.Drawing.ContentAlignment.TopCenter; // - // exit - // - this.exit.Image = global::HotelManagement.Properties.Resources.close; - this.exit.Location = new System.Drawing.Point(0, 0); - this.exit.Name = "exit"; - this.exit.Size = new System.Drawing.Size(31, 29); - this.exit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; - this.exit.TabIndex = 53; - this.exit.TabStop = false; - this.exit.Click += new System.EventHandler(this.exit_Click); - // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Imprint MT Shadow", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label1.Location = new System.Drawing.Point(279, 16); - this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label1.Location = new System.Drawing.Point(512, 45); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(421, 57); + this.label1.Size = new System.Drawing.Size(521, 71); this.label1.TabIndex = 0; this.label1.Text = "Informaţii Camere"; // @@ -121,12 +107,12 @@ private void InitializeComponent() this.RoomType, this.RoomPhone, this.RoomFree}); - this.RoomGridview.Location = new System.Drawing.Point(351, 101); - this.RoomGridview.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.RoomGridview.Location = new System.Drawing.Point(524, 158); + this.RoomGridview.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.RoomGridview.Name = "RoomGridview"; this.RoomGridview.RowHeadersWidth = 51; this.RoomGridview.RowTemplate.Height = 29; - this.RoomGridview.Size = new System.Drawing.Size(630, 448); + this.RoomGridview.Size = new System.Drawing.Size(840, 616); this.RoomGridview.TabIndex = 6; this.RoomGridview.DoubleClick += new System.EventHandler(this.RoomGridview_DoubleClick); // @@ -169,10 +155,10 @@ private void InitializeComponent() this.Search.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.Search.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Search.ForeColor = System.Drawing.Color.WhiteSmoke; - this.Search.Location = new System.Drawing.Point(195, 123); - this.Search.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.Search.Location = new System.Drawing.Point(265, 168); + this.Search.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.Search.Name = "Search"; - this.Search.Size = new System.Drawing.Size(106, 29); + this.Search.Size = new System.Drawing.Size(141, 36); this.Search.TabIndex = 13; this.Search.Text = "Caută"; this.Search.UseVisualStyleBackColor = false; @@ -182,10 +168,10 @@ private void InitializeComponent() // this.RoomSearchtbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.RoomSearchtbl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.RoomSearchtbl.Location = new System.Drawing.Point(31, 123); - this.RoomSearchtbl.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.RoomSearchtbl.Location = new System.Drawing.Point(38, 171); + this.RoomSearchtbl.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.RoomSearchtbl.Name = "RoomSearchtbl"; - this.RoomSearchtbl.Size = new System.Drawing.Size(160, 30); + this.RoomSearchtbl.Size = new System.Drawing.Size(212, 36); this.RoomSearchtbl.TabIndex = 12; this.RoomSearchtbl.Text = "Caută Cameră"; // @@ -193,10 +179,10 @@ private void InitializeComponent() // this.roomphonetbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.roomphonetbl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.roomphonetbl.Location = new System.Drawing.Point(68, 322); - this.roomphonetbl.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.roomphonetbl.Location = new System.Drawing.Point(91, 396); + this.roomphonetbl.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.roomphonetbl.Name = "roomphonetbl"; - this.roomphonetbl.Size = new System.Drawing.Size(215, 45); + this.roomphonetbl.Size = new System.Drawing.Size(285, 54); this.roomphonetbl.TabIndex = 16; this.roomphonetbl.Text = "Număr Telefon"; // @@ -204,76 +190,73 @@ private void InitializeComponent() // this.roomidtbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.roomidtbl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.roomidtbl.Location = new System.Drawing.Point(68, 250); - this.roomidtbl.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.roomidtbl.Location = new System.Drawing.Point(91, 308); + this.roomidtbl.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.roomidtbl.Name = "roomidtbl"; - this.roomidtbl.Size = new System.Drawing.Size(215, 45); + this.roomidtbl.Size = new System.Drawing.Size(285, 54); this.roomidtbl.TabIndex = 15; this.roomidtbl.Text = "Număr Cameră"; // // label2 // this.label2.AutoSize = true; - this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.label2.Location = new System.Drawing.Point(91, 386); - this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label2.Location = new System.Drawing.Point(96, 475); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(68, 24); + this.label2.Size = new System.Drawing.Size(89, 29); this.label2.TabIndex = 17; this.label2.Text = "Liberă"; // // Yesbtn // this.Yesbtn.AutoSize = true; - this.Yesbtn.Location = new System.Drawing.Point(157, 393); - this.Yesbtn.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.Yesbtn.Location = new System.Drawing.Point(209, 484); + this.Yesbtn.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Yesbtn.Name = "Yesbtn"; - this.Yesbtn.Size = new System.Drawing.Size(14, 13); + this.Yesbtn.Size = new System.Drawing.Size(17, 16); this.Yesbtn.TabIndex = 18; this.Yesbtn.UseVisualStyleBackColor = true; // // Noradio // this.Noradio.AutoSize = true; - this.Noradio.Location = new System.Drawing.Point(213, 393); - this.Noradio.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.Noradio.Location = new System.Drawing.Point(284, 484); + this.Noradio.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Noradio.Name = "Noradio"; - this.Noradio.Size = new System.Drawing.Size(14, 13); + this.Noradio.Size = new System.Drawing.Size(17, 16); this.Noradio.TabIndex = 19; this.Noradio.UseVisualStyleBackColor = true; // // Yesradio // this.Yesradio.AutoSize = true; - this.Yesradio.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Yesradio.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Yesradio.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.Yesradio.Location = new System.Drawing.Point(174, 389); - this.Yesradio.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.Yesradio.Location = new System.Drawing.Point(232, 479); this.Yesradio.Name = "Yesradio"; - this.Yesradio.Size = new System.Drawing.Size(30, 20); + this.Yesradio.Size = new System.Drawing.Size(43, 29); this.Yesradio.TabIndex = 20; this.Yesradio.Text = "Da"; // // label4 // this.label4.AutoSize = true; - this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.label4.Location = new System.Drawing.Point(231, 389); - this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label4.Location = new System.Drawing.Point(308, 479); this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(29, 20); + this.label4.Size = new System.Drawing.Size(44, 29); this.label4.TabIndex = 21; this.label4.Text = "Nu"; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); - this.pictureBox1.Location = new System.Drawing.Point(22, 514); - this.pictureBox1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.pictureBox1.Location = new System.Drawing.Point(33, 791); + this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(59, 50); + this.pictureBox1.Size = new System.Drawing.Size(89, 77); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 25; this.pictureBox1.TabStop = false; @@ -282,10 +265,10 @@ private void InitializeComponent() // refreshpb // this.refreshpb.Image = ((System.Drawing.Image)(resources.GetObject("refreshpb.Image"))); - this.refreshpb.Location = new System.Drawing.Point(305, 119); - this.refreshpb.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.refreshpb.Location = new System.Drawing.Point(412, 163); + this.refreshpb.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.refreshpb.Name = "refreshpb"; - this.refreshpb.Size = new System.Drawing.Size(31, 34); + this.refreshpb.Size = new System.Drawing.Size(41, 42); this.refreshpb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.refreshpb.TabIndex = 14; this.refreshpb.TabStop = false; @@ -300,16 +283,16 @@ private void InitializeComponent() // BtnAdd // this.BtnAdd.AutoRoundedCorners = true; - this.BtnAdd.BorderRadius = 17; + this.BtnAdd.BorderRadius = 27; this.BtnAdd.BorderThickness = 1; this.BtnAdd.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.BtnAdd.FillColor2 = System.Drawing.Color.LightGray; this.BtnAdd.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold); this.BtnAdd.ForeColor = System.Drawing.Color.Black; - this.BtnAdd.Location = new System.Drawing.Point(18, 467); - this.BtnAdd.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.BtnAdd.Location = new System.Drawing.Point(46, 578); + this.BtnAdd.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.BtnAdd.Name = "BtnAdd"; - this.BtnAdd.Size = new System.Drawing.Size(96, 36); + this.BtnAdd.Size = new System.Drawing.Size(117, 56); this.BtnAdd.TabIndex = 28; this.BtnAdd.Text = "Adaugă"; this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click); @@ -317,16 +300,16 @@ private void InitializeComponent() // BtnEdit // this.BtnEdit.AutoRoundedCorners = true; - this.BtnEdit.BorderRadius = 17; + this.BtnEdit.BorderRadius = 27; this.BtnEdit.BorderThickness = 1; this.BtnEdit.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.BtnEdit.FillColor2 = System.Drawing.Color.LightGray; this.BtnEdit.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold); this.BtnEdit.ForeColor = System.Drawing.Color.Black; - this.BtnEdit.Location = new System.Drawing.Point(118, 467); - this.BtnEdit.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.BtnEdit.Location = new System.Drawing.Point(179, 578); + this.BtnEdit.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.BtnEdit.Name = "BtnEdit"; - this.BtnEdit.Size = new System.Drawing.Size(96, 36); + this.BtnEdit.Size = new System.Drawing.Size(117, 56); this.BtnEdit.TabIndex = 29; this.BtnEdit.Text = "Editeză"; this.BtnEdit.Click += new System.EventHandler(this.BtnEdit_Click); @@ -334,16 +317,16 @@ private void InitializeComponent() // BtnDelete // this.BtnDelete.AutoRoundedCorners = true; - this.BtnDelete.BorderRadius = 17; + this.BtnDelete.BorderRadius = 27; this.BtnDelete.BorderThickness = 1; this.BtnDelete.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.BtnDelete.FillColor2 = System.Drawing.Color.LightGray; this.BtnDelete.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold); this.BtnDelete.ForeColor = System.Drawing.Color.Black; - this.BtnDelete.Location = new System.Drawing.Point(218, 467); - this.BtnDelete.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.BtnDelete.Location = new System.Drawing.Point(313, 578); + this.BtnDelete.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.BtnDelete.Name = "BtnDelete"; - this.BtnDelete.Size = new System.Drawing.Size(96, 36); + this.BtnDelete.Size = new System.Drawing.Size(117, 56); this.BtnDelete.TabIndex = 30; this.BtnDelete.Text = "Şterge"; this.BtnDelete.Click += new System.EventHandler(this.BtnDelete_Click); @@ -358,9 +341,10 @@ private void InitializeComponent() "Camera Dubla Deluxe", "Camera pentru Familie", "Triol"}); - this.comboBox1.Location = new System.Drawing.Point(68, 197); + this.comboBox1.Location = new System.Drawing.Point(91, 242); + this.comboBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.comboBox1.Name = "comboBox1"; - this.comboBox1.Size = new System.Drawing.Size(215, 28); + this.comboBox1.Size = new System.Drawing.Size(285, 33); this.comboBox1.TabIndex = 31; this.comboBox1.Text = "Tipul Camerei"; // @@ -368,18 +352,19 @@ private void InitializeComponent() // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label3.Location = new System.Drawing.Point(276, 561); + this.label3.Location = new System.Drawing.Point(367, 835); + this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(712, 15); + this.label3.Size = new System.Drawing.Size(829, 18); this.label3.TabIndex = 52; this.label3.Text = "Atenţie! Dacă vrei să modifici numărul unei camere, trebuie să o ştergi şi să o a" + "daugi din nou cu numărul nou!"; // // RoomInformation // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1000, 585); + this.ClientSize = new System.Drawing.Size(1500, 900); this.Controls.Add(this.label3); this.Controls.Add(this.comboBox1); this.Controls.Add(this.BtnDelete); @@ -398,15 +383,14 @@ private void InitializeComponent() this.Controls.Add(this.RoomSearchtbl); this.Controls.Add(this.RoomGridview); this.Controls.Add(this.panel1); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; - this.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; + this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "RoomInformation"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "RoomInfo"; this.Load += new System.EventHandler(this.RoomInfo_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.exit)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.RoomGridview)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.refreshpb)).EndInit(); @@ -444,7 +428,6 @@ private void InitializeComponent() private System.Windows.Forms.DataGridViewTextBoxColumn RoomPhone; private System.Windows.Forms.DataGridViewTextBoxColumn RoomFree; private System.Windows.Forms.Label label3; - private System.Windows.Forms.PictureBox exit; private System.Windows.Forms.Label Datelb; } } \ No newline at end of file diff --git a/HotelManagement/HotelManagement/RoomInformation.resx b/HotelManagement/HotelManagement/RoomInformation.resx index 0fcd660..430c8f2 100644 --- a/HotelManagement/HotelManagement/RoomInformation.resx +++ b/HotelManagement/HotelManagement/RoomInformation.resx @@ -129,6 +129,18 @@ True + + True + + + True + + + True + + + True + 17, 17 diff --git a/HotelManagement/HotelManagement/StaffInformation.Designer.cs b/HotelManagement/HotelManagement/StaffInformation.Designer.cs index 8bfe5cd..bf17dbf 100644 --- a/HotelManagement/HotelManagement/StaffInformation.Designer.cs +++ b/HotelManagement/HotelManagement/StaffInformation.Designer.cs @@ -34,7 +34,6 @@ private void InitializeComponent() System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StaffInformation)); this.panel1 = new System.Windows.Forms.Panel(); this.Datelb = new System.Windows.Forms.Label(); - this.exit = new System.Windows.Forms.PictureBox(); this.label2 = new System.Windows.Forms.Label(); this.StaffIdtb = new System.Windows.Forms.TextBox(); this.StaffNametb = new System.Windows.Forms.TextBox(); @@ -45,14 +44,6 @@ private void InitializeComponent() this.refreshpb = new System.Windows.Forms.PictureBox(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.StaffView = new System.Windows.Forms.DataGridView(); - this.pictureBox1 = new System.Windows.Forms.PictureBox(); - this.BtnDeleteStaff = new Guna.UI2.WinForms.Guna2GradientButton(); - this.BtnEditStaff = new Guna.UI2.WinForms.Guna2GradientButton(); - this.BtnAddStaff = new Guna.UI2.WinForms.Guna2GradientButton(); - this.emailtb = new System.Windows.Forms.TextBox(); - this.adresatb = new System.Windows.Forms.TextBox(); - this.functietb = new System.Windows.Forms.TextBox(); - this.parolatb = new System.Windows.Forms.TextBox(); this.StaffId = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Staffname = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Staffaddress = new System.Windows.Forms.DataGridViewTextBoxColumn(); @@ -61,8 +52,15 @@ private void InitializeComponent() this.Staffemail = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Gender = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Staffpassword = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.pictureBox1 = new System.Windows.Forms.PictureBox(); + this.BtnDeleteStaff = new Guna.UI2.WinForms.Guna2GradientButton(); + this.BtnEditStaff = new Guna.UI2.WinForms.Guna2GradientButton(); + this.BtnAddStaff = new Guna.UI2.WinForms.Guna2GradientButton(); + this.emailtb = new System.Windows.Forms.TextBox(); + this.adresatb = new System.Windows.Forms.TextBox(); + this.functietb = new System.Windows.Forms.TextBox(); + this.parolatb = new System.Windows.Forms.TextBox(); this.panel1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.exit)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.refreshpb)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.StaffView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); @@ -72,7 +70,6 @@ private void InitializeComponent() // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.panel1.Controls.Add(this.Datelb); - this.panel1.Controls.Add(this.exit); this.panel1.Controls.Add(this.label2); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.ForeColor = System.Drawing.Color.WhiteSmoke; @@ -89,30 +86,18 @@ private void InitializeComponent() this.Datelb.Location = new System.Drawing.Point(1159, 83); this.Datelb.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.Datelb.Name = "Datelb"; - this.Datelb.Size = new System.Drawing.Size(59, 25); + this.Datelb.Size = new System.Drawing.Size(76, 33); this.Datelb.TabIndex = 52; this.Datelb.Text = "Date"; this.Datelb.TextAlign = System.Drawing.ContentAlignment.TopCenter; // - // exit - // - this.exit.Image = global::HotelManagement.Properties.Resources.close; - this.exit.Location = new System.Drawing.Point(4, 5); - this.exit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.exit.Name = "exit"; - this.exit.Size = new System.Drawing.Size(46, 45); - this.exit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; - this.exit.TabIndex = 51; - this.exit.TabStop = false; - this.exit.Click += new System.EventHandler(this.exit_Click); - // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Imprint MT Shadow", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(461, 36); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(354, 57); + this.label2.Size = new System.Drawing.Size(437, 71); this.label2.TabIndex = 2; this.label2.Text = "Informaţii Staff"; // @@ -160,7 +145,7 @@ private void InitializeComponent() this.Gendercb.Location = new System.Drawing.Point(91, 663); this.Gendercb.Margin = new System.Windows.Forms.Padding(4); this.Gendercb.Name = "Gendercb"; - this.Gendercb.Size = new System.Drawing.Size(321, 28); + this.Gendercb.Size = new System.Drawing.Size(321, 33); this.Gendercb.TabIndex = 4; this.Gendercb.Text = "Gen"; // @@ -223,10 +208,75 @@ private void InitializeComponent() this.StaffView.TabIndex = 5; this.StaffView.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.StaffView_DoubleClick); // + // StaffId + // + this.StaffId.DataPropertyName = "StaffId"; + this.StaffId.HeaderText = "StaffId"; + this.StaffId.MinimumWidth = 6; + this.StaffId.Name = "StaffId"; + this.StaffId.Width = 125; + // + // Staffname + // + this.Staffname.DataPropertyName = "Staffname"; + this.Staffname.HeaderText = "Nume"; + this.Staffname.MinimumWidth = 6; + this.Staffname.Name = "Staffname"; + this.Staffname.Width = 125; + // + // Staffaddress + // + this.Staffaddress.DataPropertyName = "Staffaddress"; + this.Staffaddress.HeaderText = "Adresă"; + this.Staffaddress.MinimumWidth = 6; + this.Staffaddress.Name = "Staffaddress"; + this.Staffaddress.Width = 125; + // + // Stafffunction + // + this.Stafffunction.DataPropertyName = "Stafffunction"; + this.Stafffunction.HeaderText = "Funcţie"; + this.Stafffunction.MinimumWidth = 6; + this.Stafffunction.Name = "Stafffunction"; + this.Stafffunction.Width = 125; + // + // Staffphone + // + this.Staffphone.DataPropertyName = "Staffphone"; + this.Staffphone.HeaderText = "NumărTelefon"; + this.Staffphone.MinimumWidth = 6; + this.Staffphone.Name = "Staffphone"; + this.Staffphone.Width = 125; + // + // Staffemail + // + this.Staffemail.DataPropertyName = "Staffemail"; + this.Staffemail.HeaderText = "Email"; + this.Staffemail.MinimumWidth = 6; + this.Staffemail.Name = "Staffemail"; + this.Staffemail.Width = 125; + // + // Gender + // + this.Gender.DataPropertyName = "Gender"; + this.Gender.HeaderText = "Gen"; + this.Gender.MinimumWidth = 6; + this.Gender.Name = "Gender"; + this.Gender.Width = 125; + // + // Staffpassword + // + this.Staffpassword.DataPropertyName = "Staffpassword"; + this.Staffpassword.HeaderText = "Parolă"; + this.Staffpassword.MinimumWidth = 6; + this.Staffpassword.Name = "Staffpassword"; + this.Staffpassword.Visible = false; + this.Staffpassword.Width = 125; + // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); - this.pictureBox1.Location = new System.Drawing.Point(33, 791); + this.pictureBox1.Location = new System.Drawing.Point(29, 811); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(89, 77); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; @@ -330,68 +380,9 @@ private void InitializeComponent() this.parolatb.TabIndex = 37; this.parolatb.Text = "Parolă"; // - // StaffId - // - this.StaffId.DataPropertyName = "StaffId"; - this.StaffId.HeaderText = "StaffId"; - this.StaffId.MinimumWidth = 6; - this.StaffId.Name = "StaffId"; - this.StaffId.Width = 125; - // - // Staffname - // - this.Staffname.DataPropertyName = "Staffname"; - this.Staffname.HeaderText = "Nume"; - this.Staffname.MinimumWidth = 6; - this.Staffname.Name = "Staffname"; - this.Staffname.Width = 125; - // - // Staffaddress - // - this.Staffaddress.DataPropertyName = "Staffaddress"; - this.Staffaddress.HeaderText = "Adresă"; - this.Staffaddress.Name = "Staffaddress"; - // - // Stafffunction - // - this.Stafffunction.DataPropertyName = "Stafffunction"; - this.Stafffunction.HeaderText = "Funcţie"; - this.Stafffunction.Name = "Stafffunction"; - // - // Staffphone - // - this.Staffphone.DataPropertyName = "Staffphone"; - this.Staffphone.HeaderText = "NumărTelefon"; - this.Staffphone.MinimumWidth = 6; - this.Staffphone.Name = "Staffphone"; - this.Staffphone.Width = 125; - // - // Staffemail - // - this.Staffemail.DataPropertyName = "Staffemail"; - this.Staffemail.HeaderText = "Email"; - this.Staffemail.Name = "Staffemail"; - // - // Gender - // - this.Gender.DataPropertyName = "Gender"; - this.Gender.HeaderText = "Gen"; - this.Gender.MinimumWidth = 6; - this.Gender.Name = "Gender"; - this.Gender.Width = 125; - // - // Staffpassword - // - this.Staffpassword.DataPropertyName = "Staffpassword"; - this.Staffpassword.HeaderText = "Parolă"; - this.Staffpassword.MinimumWidth = 6; - this.Staffpassword.Name = "Staffpassword"; - this.Staffpassword.Visible = false; - this.Staffpassword.Width = 125; - // // StaffInformation // - this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F); + this.AutoScaleDimensions = new System.Drawing.SizeF(13F, 25F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Control; this.ClientSize = new System.Drawing.Size(1500, 900); @@ -413,7 +404,7 @@ private void InitializeComponent() this.Controls.Add(this.StaffIdtb); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.Margin = new System.Windows.Forms.Padding(4); this.Name = "StaffInformation"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; @@ -421,7 +412,6 @@ private void InitializeComponent() this.Load += new System.EventHandler(this.StaffInformation_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.exit)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.refreshpb)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.StaffView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); @@ -448,7 +438,6 @@ private void InitializeComponent() private Guna.UI2.WinForms.Guna2GradientButton BtnEditStaff; private Guna.UI2.WinForms.Guna2GradientButton BtnAddStaff; private Label label2; - private PictureBox exit; private Label Datelb; private TextBox emailtb; private TextBox adresatb; diff --git a/HotelManagement/HotelManagement/StaffInformation.resx b/HotelManagement/HotelManagement/StaffInformation.resx index 379f5b5..3c263c0 100644 --- a/HotelManagement/HotelManagement/StaffInformation.resx +++ b/HotelManagement/HotelManagement/StaffInformation.resx @@ -1391,6 +1391,15 @@ True + + True + + + True + + + True + /9j/4AAQSkZJRgABAQEBLAEsAAD/2wBDAAIBAQEBAQIBAQECAgICAgQDAgICAgUEBAMEBgUGBgYFBgYG diff --git a/HotelManagement/HotelManagement/StaffLogin.Designer.cs b/HotelManagement/HotelManagement/StaffLogin.Designer.cs index 1e1a34d..bd52e6f 100644 --- a/HotelManagement/HotelManagement/StaffLogin.Designer.cs +++ b/HotelManagement/HotelManagement/StaffLogin.Designer.cs @@ -36,33 +36,33 @@ private void InitializeComponent() this.guna2HtmlLabel1 = new Guna.UI2.WinForms.Guna2HtmlLabel(); this.btnBack = new Guna.UI2.WinForms.Guna2Button(); this.guna2PictureBox1 = new Guna.UI2.WinForms.Guna2PictureBox(); - this.pictureBox4 = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); this.registerBtn = new Guna.UI2.WinForms.Guna2GradientButton(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.guna2PictureBox1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); this.SuspendLayout(); // // usernametb // - this.usernametb.Location = new System.Drawing.Point(513, 229); + this.usernametb.Location = new System.Drawing.Point(801, 365); + this.usernametb.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.usernametb.Name = "usernametb"; - this.usernametb.Size = new System.Drawing.Size(182, 20); + this.usernametb.Size = new System.Drawing.Size(241, 22); this.usernametb.TabIndex = 2; this.usernametb.UseWaitCursor = true; this.usernametb.TextChanged += new System.EventHandler(this.usernametb_TextChanged); // // passwordtb // - this.passwordtb.Location = new System.Drawing.Point(513, 310); + this.passwordtb.Location = new System.Drawing.Point(801, 465); + this.passwordtb.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.passwordtb.Name = "passwordtb"; this.passwordtb.PasswordChar = '*'; - this.passwordtb.Size = new System.Drawing.Size(182, 20); + this.passwordtb.Size = new System.Drawing.Size(241, 22); this.passwordtb.TabIndex = 3; this.passwordtb.UseSystemPasswordChar = true; // @@ -72,11 +72,10 @@ private void InitializeComponent() this.panel1.Controls.Add(this.guna2HtmlLabel1); this.panel1.Controls.Add(this.btnBack); this.panel1.Controls.Add(this.guna2PictureBox1); - this.panel1.Controls.Add(this.pictureBox4); this.panel1.Location = new System.Drawing.Point(0, -1); - this.panel1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.panel1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(202, 605); + this.panel1.Size = new System.Drawing.Size(327, 987); this.panel1.TabIndex = 21; // // guna2HtmlLabel1 @@ -84,10 +83,10 @@ private void InitializeComponent() this.guna2HtmlLabel1.BackColor = System.Drawing.Color.Transparent; this.guna2HtmlLabel1.Font = new System.Drawing.Font("Imprint MT Shadow", 20F, System.Drawing.FontStyle.Bold); this.guna2HtmlLabel1.ForeColor = System.Drawing.Color.White; - this.guna2HtmlLabel1.Location = new System.Drawing.Point(23, 220); - this.guna2HtmlLabel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.guna2HtmlLabel1.Location = new System.Drawing.Point(59, 274); + this.guna2HtmlLabel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.guna2HtmlLabel1.Name = "guna2HtmlLabel1"; - this.guna2HtmlLabel1.Size = new System.Drawing.Size(155, 34); + this.guna2HtmlLabel1.Size = new System.Drawing.Size(185, 41); this.guna2HtmlLabel1.TabIndex = 39; this.guna2HtmlLabel1.Text = "Hotel LIAV"; // @@ -97,10 +96,10 @@ private void InitializeComponent() this.btnBack.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnBack.Font = new System.Drawing.Font("Imprint MT Shadow", 20F, System.Drawing.FontStyle.Bold); this.btnBack.ForeColor = System.Drawing.Color.Black; - this.btnBack.Location = new System.Drawing.Point(1, 518); - this.btnBack.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.btnBack.Location = new System.Drawing.Point(23, 786); + this.btnBack.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.btnBack.Name = "btnBack"; - this.btnBack.Size = new System.Drawing.Size(200, 46); + this.btnBack.Size = new System.Drawing.Size(267, 57); this.btnBack.TabIndex = 15; this.btnBack.Text = "Înapoi"; this.btnBack.Click += new System.EventHandler(this.btnBack_Click); @@ -110,55 +109,39 @@ private void InitializeComponent() this.guna2PictureBox1.BackColor = System.Drawing.Color.Transparent; this.guna2PictureBox1.Image = global::HotelManagement.Properties.Resources.hotel_icon; this.guna2PictureBox1.ImageRotate = 0F; - this.guna2PictureBox1.Location = new System.Drawing.Point(31, 74); - this.guna2PictureBox1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.guna2PictureBox1.Location = new System.Drawing.Point(69, 94); + this.guna2PictureBox1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.guna2PictureBox1.Name = "guna2PictureBox1"; - this.guna2PictureBox1.Size = new System.Drawing.Size(138, 122); + this.guna2PictureBox1.Size = new System.Drawing.Size(184, 150); this.guna2PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.guna2PictureBox1.TabIndex = 7; this.guna2PictureBox1.TabStop = false; this.guna2PictureBox1.UseTransparentBackground = true; this.guna2PictureBox1.Click += new System.EventHandler(this.guna2PictureBox1_Click); // - // pictureBox4 - // - this.pictureBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.pictureBox4.Image = global::HotelManagement.Properties.Resources.close; - this.pictureBox4.Location = new System.Drawing.Point(2, 3); - this.pictureBox4.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); - this.pictureBox4.Name = "pictureBox4"; - this.pictureBox4.Size = new System.Drawing.Size(33, 32); - this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; - this.pictureBox4.TabIndex = 8; - this.pictureBox4.TabStop = false; - this.pictureBox4.Click += new System.EventHandler(this.pictureBox4_Click); - // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Imprint MT Shadow", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label1.Location = new System.Drawing.Point(397, 88); - this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label1.Location = new System.Drawing.Point(646, 191); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(427, 57); + this.label1.Size = new System.Drawing.Size(520, 71); this.label1.TabIndex = 0; this.label1.Text = "Staff: Intră în cont"; // // registerBtn // this.registerBtn.AutoRoundedCorners = true; - this.registerBtn.BorderRadius = 20; + this.registerBtn.BorderRadius = 25; this.registerBtn.BorderThickness = 1; this.registerBtn.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.registerBtn.FillColor2 = System.Drawing.Color.LightGray; this.registerBtn.Font = new System.Drawing.Font("Segoe UI", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.registerBtn.ForeColor = System.Drawing.Color.Black; - this.registerBtn.Location = new System.Drawing.Point(499, 402); - this.registerBtn.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); + this.registerBtn.Location = new System.Drawing.Point(782, 578); + this.registerBtn.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.registerBtn.Name = "registerBtn"; - this.registerBtn.Size = new System.Drawing.Size(161, 43); + this.registerBtn.Size = new System.Drawing.Size(215, 53); this.registerBtn.TabIndex = 23; this.registerBtn.Text = "Intră în cont"; this.registerBtn.Click += new System.EventHandler(this.registerBtn_Click); @@ -166,9 +149,10 @@ private void InitializeComponent() // pictureBox3 // this.pictureBox3.Image = global::HotelManagement.Properties.Resources.password; - this.pictureBox3.Location = new System.Drawing.Point(460, 299); + this.pictureBox3.Location = new System.Drawing.Point(730, 451); + this.pictureBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.pictureBox3.Name = "pictureBox3"; - this.pictureBox3.Size = new System.Drawing.Size(47, 40); + this.pictureBox3.Size = new System.Drawing.Size(63, 49); this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox3.TabIndex = 7; this.pictureBox3.TabStop = false; @@ -176,19 +160,20 @@ private void InitializeComponent() // pictureBox2 // this.pictureBox2.Image = global::HotelManagement.Properties.Resources.username; - this.pictureBox2.Location = new System.Drawing.Point(461, 219); + this.pictureBox2.Location = new System.Drawing.Point(732, 353); + this.pictureBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.pictureBox2.Name = "pictureBox2"; - this.pictureBox2.Size = new System.Drawing.Size(47, 40); + this.pictureBox2.Size = new System.Drawing.Size(63, 49); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox2.TabIndex = 6; this.pictureBox2.TabStop = false; // // StaffLogin // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlLight; - this.ClientSize = new System.Drawing.Size(1000, 585); + this.ClientSize = new System.Drawing.Size(1500, 900); this.Controls.Add(this.label1); this.Controls.Add(this.registerBtn); this.Controls.Add(this.panel1); @@ -196,7 +181,8 @@ private void InitializeComponent() this.Controls.Add(this.pictureBox2); this.Controls.Add(this.passwordtb); this.Controls.Add(this.usernametb); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; + this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.MaximizeBox = false; this.Name = "StaffLogin"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; @@ -205,7 +191,6 @@ private void InitializeComponent() this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.guna2PictureBox1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.ResumeLayout(false); @@ -218,7 +203,6 @@ private void InitializeComponent() private TextBox passwordtb; private PictureBox pictureBox2; private PictureBox pictureBox3; - private PictureBox pictureBox4; private Panel panel1; private Guna.UI2.WinForms.Guna2Button btnBack; private Guna.UI2.WinForms.Guna2PictureBox guna2PictureBox1; diff --git a/HotelManagement/HotelManagement/bin/Debug/HotelManagement.exe b/HotelManagement/HotelManagement/bin/Debug/HotelManagement.exe index ea2d4f2..ae83297 100644 Binary files a/HotelManagement/HotelManagement/bin/Debug/HotelManagement.exe and b/HotelManagement/HotelManagement/bin/Debug/HotelManagement.exe differ diff --git a/HotelManagement/HotelManagement/bin/Debug/HotelManagement.exe.config b/HotelManagement/HotelManagement/bin/Debug/HotelManagement.exe.config index 46780ad..76b3c3c 100644 --- a/HotelManagement/HotelManagement/bin/Debug/HotelManagement.exe.config +++ b/HotelManagement/HotelManagement/bin/Debug/HotelManagement.exe.config @@ -1,4 +1,4 @@ - + @@ -14,7 +14,14 @@ - - - + + + + + + + + + + \ No newline at end of file diff --git a/HotelManagement/HotelManagement/bin/Debug/HotelManagement.pdb b/HotelManagement/HotelManagement/bin/Debug/HotelManagement.pdb index 9517e06..cf2fcf2 100644 Binary files a/HotelManagement/HotelManagement/bin/Debug/HotelManagement.pdb and b/HotelManagement/HotelManagement/bin/Debug/HotelManagement.pdb differ diff --git a/HotelManagement/HotelManagement/bin/Debug/Microsoft.Build.Framework.dll b/HotelManagement/HotelManagement/bin/Debug/Microsoft.Build.Framework.dll new file mode 100644 index 0000000..763a668 Binary files /dev/null and b/HotelManagement/HotelManagement/bin/Debug/Microsoft.Build.Framework.dll differ diff --git a/HotelManagement/HotelManagement/bin/Debug/Microsoft.Build.Framework.pdb b/HotelManagement/HotelManagement/bin/Debug/Microsoft.Build.Framework.pdb new file mode 100644 index 0000000..4eae520 Binary files /dev/null and b/HotelManagement/HotelManagement/bin/Debug/Microsoft.Build.Framework.pdb differ diff --git a/HotelManagement/HotelManagement/bin/Debug/Microsoft.Build.Framework.xml b/HotelManagement/HotelManagement/bin/Debug/Microsoft.Build.Framework.xml new file mode 100644 index 0000000..cfa7083 --- /dev/null +++ b/HotelManagement/HotelManagement/bin/Debug/Microsoft.Build.Framework.xml @@ -0,0 +1,7940 @@ + + + + Microsoft.Build.Framework + + + + + Provides methods for creating a segmented dictionary that is immutable; meaning it cannot be changed once it is + created. + + + + + Represents a segmented dictionary that is immutable; meaning it cannot be changed once it is created. + + + There are different scenarios best for and others + best for . + + In general, is applicable in scenarios most like + the scenarios where is applicable, and + is applicable in scenarios most like the scenarios where + is applicable. + + The following table summarizes the performance characteristics of + : + + + + Operation + Complexity + Complexity + Comments + + + Item + O(1) + O(log n) + Directly index into the underlying segmented dictionary + + + Add() + O(n) + O(log n) + Requires creating a new segmented dictionary + + + + This type is backed by segmented arrays to avoid using the Large Object Heap without impacting algorithmic + complexity. + + The type of the keys in the dictionary. + The type of the values in the dictionary. + + This type has a documented contract of being exactly one reference-type field in size. Our own + class depends on it, as well as others externally. + + IMPORTANT NOTICE FOR MAINTAINERS AND REVIEWERS: + + This type should be thread-safe. As a struct, it cannot protect its own fields from being changed from one + thread while its members are executing on other threads because structs can change in place simply by + reassigning the field containing this struct. Therefore it is extremely important that ⚠⚠ Every member + should only dereference this ONCE ⚠⚠. If a member needs to reference the + field, that counts as a dereference of this. Calling other instance members + (properties or methods) also counts as dereferencing this. Any member that needs to use this more + than once must instead assign this to a local variable and use that for the rest of the code instead. + This effectively copies the one field in the struct to a local variable so that it is insulated from other + threads. + + + + + The immutable collection this builder is based on. + + + + + The current mutable collection this builder is operating on. This field is initialized to a copy of + the first time a change is made. + + + + + The return value from the implementation of is + . This is the return value for most instances of this + enumerator. + + + + + The return value from the implementation of is + . This is the return value for instances of this + enumerator created by the implementation in + . + + + + + Private helper class for use only by . + + + + + + + + + + + + + + + + + + + + + + + + + + Represents a segmented list that is immutable; meaning it cannot be changed once it is created. + + + There are different scenarios best for and others + best for . + + The following table summarizes the performance characteristics of + : + + + + Operation + Complexity + Complexity + Comments + + + Item + O(1) + O(log n) + Directly index into the underlying segmented list + + + Add() + Currently O(n), but could be O(1) with a relatively large constant + O(log n) + Currently requires creating a new segmented list, but could be modified to only clone the segments with changes + + + Insert() + O(n) + O(log n) + Requires creating a new segmented list and cloning all impacted segments + + + + This type is backed by segmented arrays to avoid using the Large Object Heap without impacting algorithmic + complexity. + + The type of the value in the list. + + This type has a documented contract of being exactly one reference-type field in size. Our own + class depends on it, as well as others externally. + + IMPORTANT NOTICE FOR MAINTAINERS AND REVIEWERS: + + This type should be thread-safe. As a struct, it cannot protect its own fields from being changed from one + thread while its members are executing on other threads because structs can change in place simply by + reassigning the field containing this struct. Therefore it is extremely important that ⚠⚠ Every member + should only dereference this ONCE ⚠⚠. If a member needs to reference the + field, that counts as a dereference of this. Calling other instance members + (properties or methods) also counts as dereferencing this. Any member that needs to use this more + than once must instead assign this to a local variable and use that for the rest of the code instead. + This effectively copies the one field in the struct to a local variable so that it is insulated from other + threads. + + + + + The immutable collection this builder is based on. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Private helper class for use only by . + + + + + The immutable collection this builder is based on. + + + + + The current mutable collection this builder is operating on. This field is initialized to a copy of + the first time a change is made. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Swaps the values in the two references if the first is greater than the second. + + + Swaps the values in the two references, regardless of whether the two references are the same. + + + Helper methods for use in array/span sorting routines. + + + + Returns the integer (floor) log of the specified value, base 2. + Note that by convention, input value 0 returns 0 since Log(0) is undefined. + Does not directly use any hardware intrinsics, nor does it incur branching. + + The value. + + + Returns approximate reciprocal of the divisor: ceil(2**64 / divisor). + This should only be used on 64-bit. + + + Performs a mod operation using the multiplier pre-computed with . + + PERF: This improves performance in 64-bit scenarios at the expense of performance in 32-bit scenarios. Since + we only build a single AnyCPU binary, we opt for improved performance in the 64-bit scenario. + + + + + Provides static methods to invoke members on value types that explicitly implement the + member. + + + Normally, invocation of explicit interface members requires boxing or copying the value type, which is + especially problematic for operations that mutate the value. Invocation through these helpers behaves like a + normal call to an implicitly implemented member. + + + + + Provides static methods to invoke members on value types that explicitly implement + the member. + + + Normally, invocation of explicit interface members requires boxing or copying the value type, which is + especially problematic for operations that mutate the value. Invocation through these helpers behaves like a + normal call to an implicitly implemented member. + + + + + Provides static methods to invoke members on value types that explicitly implement the + member. + + + Normally, invocation of explicit interface members requires boxing or copying the value type, which is + especially problematic for operations that mutate the value. Invocation through these helpers behaves like a + normal call to an implicitly implemented member. + + + + + Provides static methods to invoke members on value types that explicitly implement + the member. + + + Normally, invocation of explicit interface members requires boxing or copying the value type, which is + especially problematic for operations that mutate the value. Invocation through these helpers behaves like a + normal call to an implicitly implemented member. + + + + + Provides static methods to invoke members on value types that explicitly implement the + member. + + + Normally, invocation of explicit interface members requires boxing or copying the value type, which is + especially problematic for operations that mutate the value. Invocation through these helpers behaves like a + normal call to an implicitly implemented member. + + + + + Used internally to control behavior of insertion into a or . + + + + + The default insertion behavior. + + + + + Specifies that an existing entry with the same key should be overwritten if encountered. + + + + + Specifies that if an existing entry with the same key is encountered, an exception should be thrown. + + + + + Returns a by-ref to type that is a null reference. + + + + + Returns if a given by-ref to type is a null reference. + + + This check is conceptually similar to (void*)(&source) == nullptr. + + + + + A combination of and + . + + + + + Calculates the maximum number of elements of size which can fit into an array + which has the following characteristics: + + The array can be allocated in the small object heap. + The array length is a power of 2. + + + The size of the elements in the array. + The segment size to use for small object heap segmented arrays. + + + + Calculates a shift which can be applied to an absolute index to get the page index within a segmented array. + + The number of elements in each page of the segmented array. Must be a power of 2. + The shift to apply to the absolute index to get the page index within a segmented array. + + + + Calculates a mask, which can be applied to an absolute index to get the index within a page of a segmented + array. + + The number of elements in each page of the segmented array. Must be a power of 2. + The bit mask to obtain the index within a page from an absolute index within a segmented array. + + + + Mutates a value in-place with optimistic locking transaction semantics via a specified transformation + function. The transformation is retried as many times as necessary to win the optimistic locking race. + + The type of value stored by the list. + + The variable or field to be changed, which may be accessed by multiple threads. + + + A function that mutates the value. This function should be side-effect free, + as it may run multiple times when races occur with other threads. + + if the location's value is changed by applying the result of the + function; otherwise, if the location's value remained + the same because the last invocation of returned the existing value. + + + + + Mutates a value in-place with optimistic locking transaction semantics via a specified transformation + function. The transformation is retried as many times as necessary to win the optimistic locking race. + + The type of value stored by the list. + The type of argument passed to the . + + The variable or field to be changed, which may be accessed by multiple threads. + + + A function that mutates the value. This function should be side-effect free, as it may run multiple times + when races occur with other threads. + The argument to pass to . + + if the location's value is changed by applying the result of the + function; otherwise, if the location's value remained + the same because the last invocation of returned the existing value. + + + + + Assigns a field or variable containing an immutable list to the specified value and returns the previous + value. + + The type of value stored by the list. + The field or local variable to change. + The new value to assign. + The prior value at the specified . + + + + Assigns a field or variable containing an immutable list to the specified value if it is currently equal to + another specified value. Returns the previous value. + + The type of value stored by the list. + The field or local variable to change. + The new value to assign. + The value to check equality for before assigning. + The prior value at the specified . + + + + Assigns a field or variable containing an immutable list to the specified value if it is has not yet been + initialized. + + The type of value stored by the list. + The field or local variable to change. + The new value to assign. + if the field was assigned the specified value; otherwise, + if it was previously initialized. + + + + Mutates a value in-place with optimistic locking transaction semantics via a specified transformation + function. The transformation is retried as many times as necessary to win the optimistic locking race. + + The type of key stored by the dictionary. + The type of value stored by the dictionary. + + The variable or field to be changed, which may be accessed by multiple threads. + + + A function that mutates the value. This function should be side-effect free, + as it may run multiple times when races occur with other threads. + + if the location's value is changed by applying the result of the + function; otherwise, if the location's value remained + the same because the last invocation of returned the existing value. + + + + + Mutates a value in-place with optimistic locking transaction semantics via a specified transformation + function. The transformation is retried as many times as necessary to win the optimistic locking race. + + The type of key stored by the dictionary. + The type of value stored by the dictionary. + The type of argument passed to the . + + The variable or field to be changed, which may be accessed by multiple threads. + + + A function that mutates the value. This function should be side-effect free, as it may run multiple times + when races occur with other threads. + The argument to pass to . + + if the location's value is changed by applying the result of the + function; otherwise, if the location's value remained + the same because the last invocation of returned the existing value. + + + + + Assigns a field or variable containing an immutable dictionary to the specified value and returns the + previous value. + + The type of key stored by the dictionary. + The type of value stored by the dictionary. + The field or local variable to change. + The new value to assign. + The prior value at the specified . + + + + Assigns a field or variable containing an immutable dictionary to the specified value if it is currently + equal to another specified value. Returns the previous value. + + The type of key stored by the dictionary. + The type of value stored by the dictionary. + The field or local variable to change. + The new value to assign. + The value to check equality for before assigning. + The prior value at the specified . + + + + Assigns a field or variable containing an immutable dictionary to the specified value if it is has not yet + been initialized. + + The type of key stored by the dictionary. + The type of value stored by the dictionary. + The field or local variable to change. + The new value to assign. + if the field was assigned the specified value; otherwise, + if it was previously initialized. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Defines a fixed-size collection with the same API surface and behavior as an "SZArray", which is a + single-dimensional zero-based array commonly represented in C# as T[]. The implementation of this + collection uses segmented arrays to avoid placing objects on the Large Object Heap. + + The type of elements stored in the array. + + + + The number of elements in each page of the segmented array of type . + + + The segment size is calculated according to , performs the IL operation + defined by . ECMA-335 defines this operation with the following note: + + sizeof returns the total size that would be occupied by each element in an array of this type – + including any padding the implementation chooses to add. Specifically, array elements lie sizeof + bytes apart. + + + + + The bit shift to apply to an array index to get the page index within . + + + + + The bit mask to apply to an array index to get the index within a page of . + + + + + Represents a collection of keys and values. + + + This collection has the same performance characteristics as , but + uses segmented arrays to avoid allocations in the Large Object Heap. + + The type of the keys in the dictionary. + The type of the values in the dictionary. + + + + doesn't devirtualize on .NET Framework, so we always ensure + is initialized to a non- value. + + + + + Ensures that the dictionary can hold up to 'capacity' entries without any further expansion of its backing storage + + + + + Sets the capacity of this dictionary to what it would be if it had been originally initialized with all its entries + + + This method can be used to minimize the memory overhead + once it is known that no new elements will be added. + + To allocate minimum size storage array, execute the following statements: + + dictionary.Clear(); + dictionary.TrimExcess(); + + + + + Sets the capacity of this dictionary to hold up 'capacity' entries without any further expansion of its backing storage + + + This method can be used to minimize the memory overhead + once it is known that no new elements will be added. + + + + + 0-based index of next entry in chain: -1 means end of chain + also encodes whether this entry _itself_ is part of the free list by changing sign and subtracting 3, + so -2 means end of free list, -3 means index 0 but on free list, -4 means index 1 but on free list, etc. + + + + + Represents a strongly typed list of objects that can be accessed by index. Provides methods to search, sort, and + manipulate lists. + + + This collection has the same performance characteristics as , but uses segmented + arrays to avoid allocations in the Large Object Heap. + + The type of elements in the list. + + + Destination array is not long enough to copy all the items in the collection. Check array index and length. + + + Hashtable's capacity overflowed and went negative. Check load factor, capacity and the current size of the table. + + + The given key '{0}' was not present in the dictionary. + + + Destination array was not long enough. Check the destination index, length, and the array's lower bounds. + + + Source array was not long enough. Check the source index, length, and the array's lower bounds. + + + The lower bound of target array must be zero. + + + Only single dimensional arrays are supported for the requested action. + + + The value "{0}" is not of type "{1}" and cannot be used in this generic collection. + + + An item with the same key has already been added. Key: {0} + + + Target array type is not compatible with the type of items in the collection. + + + Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection. + + + Number was less than the array's lower bound in the first dimension. + + + Larger than collection size. + + + Count must be positive and count must refer to a location within the string/array/collection. + + + Index was out of range. Must be non-negative and less than the size of the collection. + + + Index must be within the bounds of the List. + + + Non-negative number required. + + + capacity was less than the current size. + + + Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct. + + + Collection was modified; enumeration operation may not execute. + + + Enumeration has either not started or has already finished. + + + Failed to compare two elements in the array. + + + Mutating a key collection derived from a dictionary is not allowed. + + + Mutating a value collection derived from a dictionary is not allowed. + + + The specified arrays must have the same number of dimensions. + + + Collection was of a fixed size. + + + Object is not a array with the same number of elements as the array to compare it to. + + + Unable to sort because the IComparer.Compare() method returns inconsistent results. Either a value does not compare equal to itself, or one value repeatedly compared to another value yields different results. IComparer: '{0}'. + + + Cannot find the old value + + + + This class contains common reflection tasks + + + + + Helper class to wrap the Microsoft.VisualStudio.Setup.Configuration.Interop API to query + Visual Studio setup for instances installed on the machine. + Code derived from sample: https://code.msdn.microsoft.com/Visual-Studio-Setup-0cedd331 + + + + + Query the Visual Studio setup API to get instances of Visual Studio installed + on the machine. Will not include anything before Visual Studio "15". + + Enumerable list of Visual Studio instances + + + + Wrapper class to represent an installed instance of Visual Studio. + + + + + Version of the Visual Studio Instance + + + + + Path to the Visual Studio installation + + + + + Full name of the Visual Studio instance with SKU name + + + + + Constants that we want to be shareable across all our assemblies. + + + + + The name of the property that indicates the tools path + + + + + Name of the property that indicates the X64 tools path + + + + + Name of the property that indicates the root of the SDKs folder + + + + + Name of the property that indicates that all warnings should be treated as errors. + + + + + Name of the property that indicates a list of warnings to treat as errors. + + + + + Name of the property that indicates a list of warnings to not treat as errors. + + + + + Name of the property that indicates the list of warnings to treat as messages. + + + + + The name of the environment variable that users can specify to override where NuGet assemblies are loaded from in the NuGetSdkResolver. + + + + + The name of the target to run when a user specifies the /restore command-line argument. + + + + + The most current Visual Studio Version known to this version of MSBuild. + + + + + The most current ToolsVersion known to this version of MSBuild. + + + + + The most current VSGeneralAssemblyVersion known to this version of MSBuild. + + + + + Current version of this MSBuild Engine assembly in the form, e.g, "12.0" + + + + + Symbol used in ProjectReferenceTarget items to represent default targets + + + + + Framework version against which our test projects should be built. + + + The targeting pack for this version of .NET Framework must be installed + on any machine that wants to run tests successfully, so this can be + periodically updated. + + + + + Symbol used in ProjectReferenceTarget items to represent targets specified on the ProjectReference item + with fallback to default targets if the ProjectReference item has no targets specified. + + + + + Specifies whether the current evaluation / build is happening during a graph build + + + + + References to other msbuild projects + + + + + Statically specifies what targets a project calls on its references + + + + + Declares a project cache plugin and its configuration. + + + + + Embed specified files in the binary log + + + + + Constants naming well-known item metadata. + + + + + The output path for a given item. + + + + + This structure is used to return the result of the build and the target outputs. + + + + + Did the build pass or fail + + + + + Target outputs by project + + + + + The constructor takes the result of the build and a list of the target outputs per project + + + + + Did the build pass or fail. True means the build succeeded, False means the build failed. + + + + + Outputs of the targets per project. + + + + + Class to encapsulate state that was stored in BuildEnvironmentHelper. + + + This should be deleted when BuildEnvironmentHelper can be moved into Framework. + + + + + Arguments for error events + + + + + Subcategory of the error + + + + + Error code + + + + + File name + + + + + The project which issued the event + + + + + Line number + + + + + Column number + + + + + End line number + + + + + End column number + + + + + A link pointing to more information about the error + + + + + This constructor allows all event data to be initialized + + event sub-category + event code + file associated with the event + line number (0 if not applicable) + column number (0 if not applicable) + end line number (0 if not applicable) + end column number (0 if not applicable) + text message + help keyword + name of event sender + + + + This constructor which allows a timestamp to be set + + event sub-category + event code + file associated with the event + line number (0 if not applicable) + column number (0 if not applicable) + end line number (0 if not applicable) + end column number (0 if not applicable) + text message + help keyword + name of event sender + Timestamp when event was created + + + + This constructor which allows a timestamp to be set + + event sub-category + event code + file associated with the event + line number (0 if not applicable) + column number (0 if not applicable) + end line number (0 if not applicable) + end column number (0 if not applicable) + text message + help keyword + name of event sender + Timestamp when event was created + message arguments + + + + This constructor which allows a timestamp to be set + + event sub-category + event code + file associated with the event + line number (0 if not applicable) + column number (0 if not applicable) + end line number (0 if not applicable) + end column number (0 if not applicable) + text message + help keyword + A link pointing to more information about the error + name of event sender + Timestamp when event was created + message arguments + + + + Default constructor + + + + + The custom sub-type of the event. + + + + + Code associated with event. + + + + + File associated with event. + + + + + The project file which issued this event. + + + + + Line number of interest in associated file. + + + + + Column number of interest in associated file. + + + + + Ending line number of interest in associated file. + + + + + Ending column number of interest in associated file. + + + + + A link pointing to more information about the error. + + + + + Serializes to a stream through a binary writer + + Binary writer which is attached to the stream the event will be serialized into + + + + Deserializes to a stream through a binary writer + + Binary reader which the object will be deserialized from + The version of the runtime the message packet was created from + + + + This class encapsulates the default data associated with build events. + It is intended to be extended/sub-classed. + + + + + Message. Volatile because it may be updated lock-free after construction. + + + + + Help keyword + + + + + Sender name + + + + + Timestamp + + + + + Thread id + + + + + Build event context + + + + + Default constructor + + + + + This constructor allows all event data to be initialized + + text message + help keyword + name of event sender + + + + This constructor allows all event data to be initialized while providing a custom timestamp. + + text message + help keyword + name of event sender + TimeStamp of when the event was created + + + + The time when event was raised. + + + + + Exposes the private field to derived types. + Used for serialization. Avoids the side effects of calling the + getter. + + + + + The thread that raised event. + + + + + Text of event. + + + + + Exposes the underlying message field without side-effects. + Used for serialization. + + + + + Like but returns a formatted message string if available. + Used for serialization. + + + + + Custom help keyword associated with event. + + + + + Name of the object sending this event. + + + + + Event contextual information for the build event argument + + + + + Serializes to a stream through a binary writer + + Binary writer which is attached to the stream the event will be serialized into + The message to write to the stream. + + + + Serializes to a stream through a binary writer + + Binary writer which is attached to the stream the event will be serialized into + + + + Deserializes from a stream through a binary reader + + Binary reader which is attached to the stream the event will be deserialized from + The version of the runtime the message packet was created from + + + + Run before the object has been deserialized + UNDONE (Logging.) Can this and the next function go away, and instead return a BuildEventContext.Invalid from + the property if the buildEventContext field is null? + + + + + Run after the object has been deserialized + + + + + This is the default stub implementation, only here as a safeguard. + Actual logic is injected from Microsoft.Build.dll to replace this. + This is used by the Message property overrides to reconstruct the + message lazily on demand. + + + + + Shortcut method to mimic the original logic of creating the formatted strings. + + Name of the resource string. + Optional list of arguments to pass to the formatted string. + The concatenated formatted string. + + + + Will provide location information for an event, this is especially + needed in a multi processor environment + + + + + Node event was in + + + + + Target event was in + + + + + The node-unique project request context the event was in + + + + + Id of the task the event was caused from + + + + + The id of the project instance to which this event refers. + + + + + The id of the submission. + + + + + The id of the evaluation + + + + + This is the original constructor. No one should ever use this except internally for backward compatibility. + + + + + Constructs a BuildEventContext with a specified project instance id. + + + + + Constructs a BuildEventContext with a specific submission id + + + + + Constructs a BuildEventContext + + + + + Returns a default invalid BuildEventContext + + + + + Retrieves the Evaluation id. + + + + + NodeId where event took place + + + + + Id of the target the event was in when the event was fired + + + + + Retrieves the Project Context id. + + + + + Retrieves the task id. + + + + + Retrieves the project instance id. + + + + + Retrieves the Submission id. + + + + + Retrieves the BuildRequest id. Note that this is not the same as the global request id on a BuildRequest or BuildResult. + + + + + Indicates an invalid project context identifier. + + + + + Indicates an invalid task identifier. + + + + + Indicates an invalid target identifier. + + + + + Indicates an invalid node identifier. + + + + + Indicates an invalid project instance identifier. + + + + + Indicates an invalid submission identifier. + + + + + Indicates an invalid evaluation identifier. + + + + + Retrieves a hash code for this BuildEventContext. + + + + + + Compare a BuildEventContext with this BuildEventContext. + A build event context is compared in the following way. + + 1. If the object references are the same the contexts are equivalent + 2. If the object type is the same and the Id values in the context are the same, the contexts are equivalent + + + + + + + Override == so the equals comparison using this operator will be the same as + .Equals + + Left hand side operand + Right hand side operand + True if the object values are identical, false if they are not identical + + + + Override != so the equals comparison using this operator will be the same as + ! Equals + + Left hand side operand + Right hand side operand + True if the object values are not identical, false if they are identical + + + + Verify the fields are identical + + BuildEventContext to compare to this instance + True if the value fields are the same, false if otherwise + + + + This class represents the event arguments for build finished events. + + + + + Whether the build succeeded + + + + + Default constructor + + + + + Constructor to initialize all parameters. + Sender field cannot be set here and is assumed to be "MSBuild" + + text message + help keyword + True indicates a successful build + + + + Constructor which allows the timestamp to be set + + text message + help keyword + True indicates a successful build + Timestamp when the event was created + + + + Constructor which allows the timestamp to be set + + text message + help keyword + True indicates a successful build + Timestamp when the event was created + message arguments + + + + Serializes to a stream through a binary writer + + Binary writer which is attached to the stream the event will be serialized into + + + + Deserializes from a stream through a binary reader + + Binary reader which is attached to the stream the event will be deserialized from + The version of the runtime the message packet was created from + + + + Succeeded is true if the build succeeded; false otherwise. + + + + + This enumeration provides three levels of importance for messages. + + + + + High importance, appears in less verbose logs + + + + + Normal importance + + + + + Low importance, appears in more verbose logs + + + + + Arguments for message events + + + + + Default constructor + + + + + This constructor allows all event data to be initialized + + text message + help keyword + name of event sender + importance of the message + + + + This constructor allows a timestamp to be set + + text message + help keyword + name of event sender + importance of the message + Timestamp when event was created + + + + This constructor allows a timestamp to be set + + text message + help keyword + name of event sender + importance of the message + Timestamp when event was created + message arguments + + + + This constructor allows all event data to be initialized + + event subcategory + event code + file associated with the event + line number (0 if not applicable) + column number (0 if not applicable) + end line number (0 if not applicable) + end column number (0 if not applicable) + text message + help keyword + name of event sender + importance of the message + + + + This constructor allows timestamp to be set + + event subcategory + event code + file associated with the event + line number (0 if not applicable) + column number (0 if not applicable) + end line number (0 if not applicable) + end column number (0 if not applicable) + text message + help keyword + name of event sender + importance of the message + custom timestamp for the event + + + + This constructor allows timestamp to be set + + event subcategory + event code + file associated with the event + line number (0 if not applicable) + column number (0 if not applicable) + end line number (0 if not applicable) + end column number (0 if not applicable) + text message + help keyword + name of event sender + importance of the message + custom timestamp for the event + message arguments + + + + Serializes to a stream through a binary writer + + Binary writer which is attached to the stream the event will be serialized into + + + + Deserializes from a stream through a binary reader + + Binary reader which is attached to the stream the event will be deserialized from + The version of the runtime the message packet was created from + + + + Importance of the message + + + + + The custom sub-type of the event. + + + + + Code associated with event. + + + + + File associated with event. + + + + + Line number of interest in associated file. + + + + + Column number of interest in associated file. + + + + + Ending line number of interest in associated file. + + + + + Ending column number of interest in associated file. + + + + + The project which was building when the message was issued. + + + + + Arguments for build started events. + + + + + Default constructor + + + + + Constructor to initialize all parameters. + Sender field cannot be set here and is assumed to be "MSBuild" + + text message + help keyword + + + + Constructor to initialize all parameters. + Sender field cannot be set here and is assumed to be "MSBuild" + + text message + help keyword + A dictionary which lists the environment of the build when the build is started. + + + + Constructor to allow timestamp to be set + + text message + help keyword + Timestamp when the event was created + + + + Constructor to allow timestamp to be set + + text message + help keyword + Timestamp when the event was created + message args + + + + The environment which is used at the start of the build + + + + + Base class for build status events. This class is meant + to be extended. + + + WARNING: marking a type [Serializable] without implementing + ISerializable imposes a serialization contract -- it is a + promise to never change the type's fields i.e. the type is + immutable; adding new fields in the next version of the type + without following certain special FX guidelines, can break both + forward and backward compatibility + + + + + Default constructor + + + + + This constructor allows event data to be initialized. + + text message + help keyword + name of event sender + + + + This constructor allows timestamp to be set + + text message + help keyword + name of event sender + Timestamp when event was created + + + + This constructor allows timestamp to be set + + text message + help keyword + name of event sender + Timestamp when event was created + Optional arguments for formatting the message string. + + + + Arguments for warning events + + + + + Default constructor + + + + + This constructor allows all event data to be initialized + + event subcategory + event code + file associated with the event + line number (0 if not applicable) + column number (0 if not applicable) + end line number (0 if not applicable) + end column number (0 if not applicable) + text message + help keyword + name of event sender + + + + This constructor allows timestamp to be set + + event subcategory + event code + file associated with the event + line number (0 if not applicable) + column number (0 if not applicable) + end line number (0 if not applicable) + end column number (0 if not applicable) + text message + help keyword + name of event sender + custom timestamp for the event + + + + This constructor allows timestamp to be set + + event subcategory + event code + file associated with the event + line number (0 if not applicable) + column number (0 if not applicable) + end line number (0 if not applicable) + end column number (0 if not applicable) + text message + help keyword + name of event sender + custom timestamp for the event + message arguments + + + + This constructor allows timestamp to be set + + event subcategory + event code + file associated with the event + line number (0 if not applicable) + column number (0 if not applicable) + end line number (0 if not applicable) + end column number (0 if not applicable) + text message + help keyword + A link pointing to more information about the warning + name of event sender + custom timestamp for the event + message arguments + + + + Serializes the Errorevent to a stream through a binary writer + + Binary writer which is attached to the stream the event will be serialized into + + + + Deserializes from a stream through a binary reader + + Binary reader which is attached to the stream the event will be deserialized from + The version of the runtime the message packet was created from + + + + The custom sub-type of the event. + + + + + Code associated with event. + + + + + File associated with event. + + + + + Line number of interest in associated file. + + + + + Column number of interest in associated file. + + + + + Ending line number of interest in associated file. + + + + + Ending column number of interest in associated file. + + + + + The project which was building when the message was issued. + + + + + A link pointing to more information about the warning. + + + + + Coupled together with the MSBUILDDISABLEFEATURESFROMVERSION environment variable, + this class acts as a way to make risky changes while giving customers an opt-out. + + See docs here: https://github.com/dotnet/msbuild/blob/master/documentation/wiki/ChangeWaves.md + For dev docs: https://github.com/dotnet/msbuild/blob/master/documentation/wiki/ChangeWaves-Dev.md + + + + Special value indicating that all features behind all Change Waves should be enabled. + + + + + The lowest wave in the current rotation of Change Waves. + + + + + The highest wave in the current rotation of Change Waves. + + + + + Checks the conditions for whether or not we want ApplyChangeWave to be called again. + + + + + The current disabled wave. + + + + + The status of how the disabled wave was set. + + + + + Read from environment variable `MSBUILDDISABLEFEATURESFROMVERSION`, correct it if required, cache it and its ConversionState. + + + + + Determines whether features behind the given wave are enabled. + + The version to compare. + A bool indicating whether the change wave is enabled. + + + + Resets the state and value of the currently disabled version. + Used for testing only. + + + + + Arguments for critical message events. These always have High importance. + + + + + This constructor allows all event data to be initialized + + event subcategory + event code + file associated with the event + line number (0 if not applicable) + column number (0 if not applicable) + end line number (0 if not applicable) + end column number (0 if not applicable) + text message + help keyword + name of event sender + + + + This constructor allows timestamp to be set + + event subcategory + event code + file associated with the event + line number (0 if not applicable) + column number (0 if not applicable) + end line number (0 if not applicable) + end column number (0 if not applicable) + text message + help keyword + name of event sender + custom timestamp for the event + + + + This constructor allows timestamp to be set + + event subcategory + event code + file associated with the event + line number (0 if not applicable) + column number (0 if not applicable) + end line number (0 if not applicable) + end column number (0 if not applicable) + text message + help keyword + name of event sender + custom timestamp for the event + message arguments + + + + Default constructor + + + + + Arguments for custom build events. + + + + + Default constructor + + + + + This constructor allows event data to be initialized. + + text message + help keyword + name of sender + + + + This constructor allows event data to be initialized including timestamp. + + text message + help keyword + name of sender + Timestamp when event was created + + + + This constructor allows event data to be initialized including timestamp. + + text message + help keyword + name of sender + Timestamp when event was created + Message arguments + + + + Exposes build engine functionality that was made available in newer versions of MSBuild. + + + Make all members virtual but not abstract, ensuring that implementations can override them and external implementations + won't break when the class is extended with new members. This base implementation should be throwing . + + + + + Initial version with LogsMessagesOfImportance() and IsTaskInputLoggingEnabled as the only exposed members. + + + + + An explicit version of this class. Must be incremented whenever new members are added. Derived classes should override + the property to return the version actually being implemented. + + + + + Returns if the given message importance is not guaranteed to be ignored by registered loggers. + + The importance to check. + True if messages of the given importance should be logged, false if it's guaranteed that such messages would be ignored. + + Example: If we know that no logger is interested in , this method returns + for and , and returns + for . + + + + + Returns if the build is configured to log all task inputs. + + + This is a performance optimization allowing tasks to skip expensive double-logging. + + + + + Arguments for the environment variable read event. + + + + + Initializes an instance of the EnvironmentVariableReadEventArgs class. + + + + + Initializes an instance of the EnvironmentVariableReadEventArgs class. + + The name of the environment variable that was read. + The value of the environment variable that was read. + Help keyword. + The name of the sender of the event. + The importance of the message. + + + + The name of the environment variable that was read. + + + + + Emergency escape hatch. If a customer hits a bug in the shipped product causing an internal exception, + and fortuitously it happens that ignoring the VerifyThrow allows execution to continue in a reasonable way, + then we can give them this undocumented environment variable as an immediate workaround. + + + + + This method should be used in places where one would normally put + an "assert". It should be used to validate that our assumptions are + true, where false would indicate that there must be a bug in our + code somewhere. This should not be used to throw errors based on bad + user input or anything that the user did wrong. + + + + + + + Helper to throw an InternalErrorException when the specified parameter is null. + This should be used ONLY if this would indicate a bug in MSBuild rather than + anything caused by user action. + + The value of the argument. + Parameter that should not be null + + + + Throws InternalErrorException. + This is only for situations that would mean that there is a bug in MSBuild itself. + + + + + Arguments for external project finished events + + + + + Default constructor + + + + + Useful constructor + + text message + help keyword + name of the object sending this event + project name + true indicates project built successfully + + + + Useful constructor including the ability to set the timestamp + + text message + help keyword + name of the object sending this event + project name + true indicates project built successfully + Timestamp when event was created + + + + Project name + + + + + True if project built successfully, false otherwise + + + + + Arguments for external project started events + + + + + Default constructor + + + + + Useful constructor + + text message + help keyword + name of the object sending this event + project name + targets we are going to build (empty indicates default targets) + + + + Useful constructor, including the ability to set the timestamp of the event + + text message + help keyword + name of the object sending this event + project name + targets we are going to build (empty indicates default targets) + Timestamp when the event was created + + + + Project name + + + + + Targets that we will build in the project. This may mean different things for different project types, + our tasks will put something like Rebuild, Clean, etc. here. This may be null if the project is being + built with the default target. + + + + + Attempts to classify project files for various purposes such as safety and performance. + + + Callers of this class are responsible to respect current OS path string comparison. + + The term "project files" refers to the root project file (e.g. MyProject.csproj) and + any other .props and .targets files it imports. + + + Classifications provided are: + + + which indicates the file is not expected to change over time, + other than when it is first created. This is a subset of non-user-editable files and + generally excludes generated files which can be regenerated in response to user actions. + + + + + + + + StringComparison used for comparing paths on current OS. + + + TODO: Replace RuntimeInformation.IsOSPlatform(OSPlatform.Linux) by NativeMethodsShared.OSUsesCaseSensitivePaths once it is moved out from Shared + + + + + Single, static instance of shared file FileClassifier for member. + + + + + Serves purpose of thread safe set of known immutable directories. + + + Although is not optimal memory-wise, in this particular case it does not matter + much as the expected size of this set is ~5 and in very extreme cases less then 100. + + + + + Copy on write snapshot of . + + + + + Creates default FileClassifier which following immutable folders: + Classifications provided are: + + Program Files\Reference Assemblies\Microsoft + Program Files (x86)\Reference Assemblies\Microsoft + Visual Studio installation root + + + + Individual projects NuGet folders are added during project build by calling + + + + + + Shared singleton instance. + + + + + Try add path into set of known immutable paths. + Files under any of these folders are considered non-modifiable. + + + This value is used by . + Files in the NuGet package cache are not expected to change over time, once they are created. + + + + + Gets whether a file is expected to not be modified in place on disk once it has been created. + + The path to the file to test. + if the file is non-modifiable, otherwise . + + + + This interface exposes functionality on the build engine + that is required for task authoring. + + + + + Allows tasks to raise error events to all registered loggers. + The build engine may perform some filtering or + pre-processing on the events, before dispatching them. + + Details of event to raise. + + + + Allows tasks to raise warning events to all registered loggers. + The build engine may perform some filtering or + pre-processing on the events, before dispatching them. + + Details of event to raise. + + + + Allows tasks to raise message events to all registered loggers. + The build engine may perform some filtering or + pre-processing on the events, before dispatching them. + + Details of event to raise. + + + + Allows tasks to raise custom events to all registered loggers. + The build engine may perform some filtering or + pre-processing on the events, before dispatching them. + + Details of event to raise. + + + + Returns true if the ContinueOnError flag was set to true for this particular task + in the project file. + + + + + Retrieves the line number of the task node within the project file that called it. + + + + + Retrieves the line number of the task node within the project file that called it. + + + + + Returns the full path to the project file that contained the call to this task. + + + + + This method allows tasks to initiate a build on a + particular project file. If the build is successful, the outputs + (if any) of the specified targets are returned. + + + 1) it is acceptable to pass null for both targetNames and targetOutputs + 2) if no targets are specified, the default targets are built + 3) target outputs are returned as ITaskItem arrays indexed by target name + + The project to build. + The targets in the project to build (can be null). + A hash table of additional global properties to apply + to the child project (can be null). The key and value should both be strings. + The outputs of each specified target (can be null). + true, if build was successful + + + + This interface extends to provide a reference to the class. + Future engine API should be added to the class as opposed to introducing yet another version of the IBuildEngine interface. + + + + + Returns the new build engine interface. + + + + + This interface extends IBuildEngine to provide a method allowing building + project files in parallel. + + + + + This property allows a task to query whether or not the system is running in single process mode or multi process mode. + Single process mode (IsRunningMultipleNodes = false) is where the engine is initialized with the number of cpus = 1 and the engine is not a child engine. + The engine is in multi process mode (IsRunningMultipleNodes = true) when the engine is initialized with a number of cpus > 1 or the engine is a child engine. + + + + + This method allows tasks to initiate a build on a + particular project file. If the build is successful, the outputs + (if any) of the specified targets are returned. + + + 1) it is acceptable to pass null for both targetNames and targetOutputs + 2) if no targets are specified, the default targets are built + 3) target outputs are returned as ITaskItem arrays indexed by target name + + The project to build. + The targets in the project to build (can be null). + A hash table of additional global properties to apply + to the child project (can be null). The key and value should both be strings. + The outputs of each specified target (can be null). + A tools version recognized by the Engine that will be used during this build (can be null). + true, if build was successful + + + + This method allows tasks to initiate a build on a + particular project file. If the build is successful, the outputs + (if any) of the specified targets are returned. + + + 1) it is acceptable to pass null for both targetNames and targetOutputs + 2) if no targets are specified, the default targets are built + 3) target outputs are returned as ITaskItem arrays indexed by target name + + The project to build. + The targets in the project to build (can be null). + An array of hashtables of additional global properties to apply + to the child project (array entries can be null). + The key and value in the hashtable should both be strings. + The outputs of each specified target (can be null). + A tools version recognized by the Engine that will be used during this build (can be null). + If true the operation will only be run if the cache doesn't + already contain the result. After the operation the result is + stored in the cache + If true the project will be unloaded once the + operation is completed + true, if build was successful + + + + This interface extends IBuildEngine to provide a method allowing building + project files in parallel. + + + + + This method allows tasks to initiate a build on a + particular project file. If the build is successful, the outputs + (if any) of the specified targets are returned. + + + 1) it is acceptable to pass null for both targetNames and targetOutputs + 2) if no targets are specified, the default targets are built + + + The project to build. + The targets in the project to build (can be null). + An array of hashtables of additional global properties to apply + to the child project (array entries can be null). + The key and value in the hashtable should both be strings. + A list of global properties which should be removed. + A tools version recognized by the Engine that will be used during this build (can be null). + Should the target outputs be returned in the BuildEngineResult + Returns a structure containing the success or failure of the build and the target outputs by project. + + + + Informs the system that this task has a long-running out-of-process component and other work can be done in the + build while that work completes. + + + + + Waits to reacquire control after yielding. + + + + + Defines the lifetime of a registered task object. + + + + + The registered object will be disposed when the build ends. + + + + + The registered object will be disposed when the AppDomain is unloaded. + + + The AppDomain to which this refers is the one in which MSBuild was launched, + not the one in which the Task was launched. + + + + + This interface extends IBuildEngine to provide a mechanism allowing tasks to + share data between task invocations. + + + + + Registers an object with the system that will be disposed of at some specified time + in the future. + + The key used to retrieve the object. + The object to be held for later disposal. + The lifetime of the object. + The object may be disposed earlier that the requested time if + MSBuild needs to reclaim memory. + + + This method may be called by tasks which need to maintain state across task invocations, + such as to cache data which may be expensive to generate but which is known not to change during the + build. It is strongly recommended that be set to true if the + object will retain any significant amount of data, as this gives MSBuild the most flexibility to + manage limited process memory resources. + + + The thread on which the object is disposed may be arbitrary - however it is guaranteed not to + be disposed while the task is executing, even if is set + to true. + + + If the object implements IDisposable, IDisposable.Dispose will be invoked on the object before + discarding it. + + + + + + Retrieves a previously registered task object stored with the specified key. + + The key used to retrieve the object. + The lifetime of the object. + + The registered object, or null is there is no object registered under that key or the object + has been discarded through early collection. + + + + + Unregisters a previously-registered task object. + + The key used to retrieve the object. + The lifetime of the object. + + The registered object, or null is there is no object registered under that key or the object + has been discarded through early collection. + + + + + This interface extends IBuildEngine to log telemetry. + + + + + Logs telemetry. + + The event name. + The event properties. + + + + This interface extends to allow tasks to get the current project's global properties. + + + + + Gets the global properties for the current project. + + An containing the global properties of the current project. + + + + This interface extends to allow tasks to set whether they want to + log an error when a task returns without logging an error. + + + + + This interface extends to let tasks know if a warning + they are about to log will be converted into an error. + + + + + Determines whether the logging service will convert the specified + warning code into an error. + + The warning code to check. + A boolean to determine whether the warning should be treated as an error. + + + + This interface extends to provide resource management API to tasks. + + + + + If a task launches multiple parallel processes, it should ask how many cores it can use. + + The number of cores a task can potentially use. + The number of cores a task is allowed to use. + + + + A task should notify the build manager when all or some of the requested cores are not used anymore. + When task is finished, the cores it requested are automatically released. + + Number of cores no longer in use. + + + + Interface for tasks which can be cancelled. + + + + + Instructs the task to exit as soon as possible, or to immediately exit if Execute is invoked after this method. + + + Cancel() may be called at any time after the task has been instantiated, even before is called. + Cancel calls may come in from any thread. The implementation of this method should not block indefinitely. + + + + + This interface is used to forward events to another loggers + + + + + This method is called by the node loggers to forward the events to central logger + + + + + Type of handler for MessageRaised events + + + + + Type of handler for ErrorRaised events + + + + + Type of handler for WarningRaised events + + + + + Type of handler for CustomEventRaised events + + + + + Type of handler for BuildStartedEvent events + + + + + Type of handler for BuildFinishedEvent events + + + + + Type of handler for ProjectStarted events + + + + + Type of handler for ProjectFinished events + + + + + Type of handler for TargetStarted events + + + + + Type of handler for TargetFinished events + + + + + Type of handler for TaskStarted events + + + + + Type of handler for TaskFinished events + + + + + Type of handler for BuildStatus events + + + + + Type of handler for AnyEventRaised events + + + + + This interface defines the events raised by the build engine. + Loggers use this interface to subscribe to the events they + are interested in receiving. + + + + + this event is raised to log a message + + + + + this event is raised to log an error + + + + + this event is raised to log a warning + + + + + this event is raised to log the start of a build + + + + + this event is raised to log the end of a build + + + + + this event is raised to log the start of a project build + + + + + this event is raised to log the end of a project build + + + + + this event is raised to log the start of a target build + + + + + this event is raised to log the end of a target build + + + + + this event is raised to log the start of task execution + + + + + this event is raised to log the end of task execution + + + + + this event is raised to log custom events + + + + + this event is raised to log any build status event + + + + + this event is raised to log any build event. These events do not include telemetry. To receive telemetry, you must attach to the event. + + + + + Type of handler for TelemetryLogged events + + + + + This interface defines the events raised by the build engine. + Loggers use this interface to subscribe to the events they + are interested in receiving. + + + + + this event is raised to when telemetry is logged. + + + + + This interface defines the events raised by the build engine. + Loggers use this interface to subscribe to the events they + are interested in receiving. + + + + + Should evaluation events include generated metaprojects? + + + + + Should evaluation events include profiling information? + + + + + Should task events include task inputs? + + + + + This interface defines the events raised by the build engine. + Loggers use this interface to subscribe to the events they + are interested in receiving. + + + + + Determines whether properties and items should be logged on + instead of . + + + + + This interface extends the ILogger interface to provide a property which can be used to forward events + to a logger running in a different process. It can also be used create filtering loggers. + + + + + This property is set by the build engine to allow a node loggers to forward messages to the + central logger + + + + + This property is set by the build engine or node to inform the forwarding logger which node it is running on + + + + + An interface implemented by tasks that are generated by ITaskFactory instances. + + + + + Sets a value on a property of this task instance. + + The property to set. + The value to set. The caller is responsible to type-coerce this value to match the property's . + + All exceptions from this method will be caught in the taskExecution host and logged as a fatal task error + + + + + Gets the property value. + + The property to get. + + The value of the property, the value's type will match the type given by . + + + MSBuild calls this method after executing the task to get output parameters. + All exceptions from this method will be caught in the taskExecution host and logged as a fatal task error + + + + + Enumeration of the levels of detail of an event log. + + + The level of detail (i.e. verbosity) of an event log is entirely controlled by the logger generating the log -- a logger + will be directed to keep its verbosity at a certain level, based on user preferences, but a logger is free to choose the + events it logs for each verbosity level. + + LOGGING GUIDELINES FOR EACH VERBOSITY LEVEL: + 1) Quiet -- only display a summary at the end of build + 2) Minimal -- only display errors, warnings, high importance events and a build summary + 3) Normal -- display all errors, warnings, high importance events, some status events, and a build summary + 4) Detailed -- display all errors, warnings, high and normal importance events, all status events, and a build summary + 5) Diagnostic -- display all events, and a build summary + + + + + The most minimal output + + + + + Relatively little output + + + + + Standard output. This should be the default if verbosity level is not set + + + + + Relatively verbose, but not exhaustive + + + + + The most verbose and informative verbosity + + + + + This interface defines a "logger" in the build system. A logger subscribes to build system events. All logger classes must + implement this interface to be recognized by the build engine. + + + + + The verbosity level directs the amount of detail that appears in a logger's event log. Though this is only a + recommendation based on user preferences, and a logger is free to choose the exact events it logs, it is still + important that the guidelines for each level be followed, for a good user experience. + + The verbosity level. + + + + This property holds the user-specified parameters to the logger. If parameters are not provided, a logger should revert + to defaults. If a logger does not take parameters, it can ignore this property. + + The parameter string (can be null). + + + + Called by the build engine to allow loggers to subscribe to the events they desire. + + The events available to loggers. + + + + Called by the build engine to allow loggers to release any resources they may have allocated at initialization time, + or during the build. + + + + + Provides a way to efficiently enumerate item metadata + + + + + Returns a list of metadata names and unescaped values, including + metadata from item definition groups, but not including built-in + metadata. Implementations should be low-overhead as the method + is used for serialization (in node packet translator) as well as + in the binary logger. + + + + + Caching 'Last Write File Utc' times for Immutable files . + + + Cache is add only. It does not updates already existing cached items. + + + + + Shared singleton instance + + + + + Try get 'Last Write File Utc' time of particular file. + + if record exists + + + + Try Add 'Last Write File Utc' time of particular file into cache. + + + + + This interface defines a "parallel aware logger" in the build system. A parallel aware logger + will accept a cpu count and be aware that any cpu count greater than 1 means the events will + be received from the logger from each cpu as the events are logged. + + + + + Initializes the current instance. + + + + + + + This exception is to be thrown whenever an assumption we have made in the code turns out to be false. Thus, if this + exception ever gets thrown, it is because of a bug in our own code, not because of something the user or project author + did wrong. + + + + + Default constructor. + SHOULD ONLY BE CALLED BY DESERIALIZER. + SUPPLY A MESSAGE INSTEAD. + + + + + Creates an instance of this exception using the given message. + + + + + Creates an instance of this exception using the given message and inner exception. + Adds the inner exception's details to the exception message because most bug reporters don't bother + to provide the inner exception details which is typically what we care about. + + + + + Private constructor used for (de)serialization. The constructor is private as this class is sealed + If we ever add new members to this class, we'll need to update this. + + + + + A fatal internal error due to a bug has occurred. Give the dev a chance to debug it, if possible. + + Will in all cases launch the debugger, if the environment variable "MSBUILDLAUNCHDEBUGGER" is set. + + In DEBUG build, will always launch the debugger, unless we are in razzle (_NTROOT is set) or in NUnit, + or MSBUILDDONOTLAUNCHDEBUGGER is set (that could be useful in suite runs). + We don't launch in retail or LKG so builds don't jam; they get a callstack, and continue or send a mail, etc. + We don't launch in NUnit as tests often intentionally cause InternalErrorExceptions. + + Because we only call this method from this class, just before throwing an InternalErrorException, there is + no danger that this suppression will cause a bug to only manifest itself outside NUnit + (which would be most unfortunate!). Do not make this non-private. + + Unfortunately NUnit can't handle unhandled exceptions like InternalErrorException on anything other than + the main test thread. However, there's still a callstack displayed before it quits. + + If it is going to launch the debugger, it first does a Debug.Fail to give information about what needs to + be debugged -- the exception hasn't been thrown yet. This automatically displays the current callstack. + + + + + Interface for exposing a ProjectElement to the appropriate loggers + + + + + Gets the name of the associated element. + Useful for display in some circumstances. + + + + + The outer markup associated with this project element + + + + + This interface defines a "task" in the build system. A task is an atomic unit of build operation. All task classes must + implement this interface to be recognized by the build engine. + + + + + This property is set by the build engine to allow a task to call back into it. + + The interface on the build engine available to tasks. + + + + The build engine sets this property if the host IDE has associated a host object with this particular task. + + The host object instance (can be null). + + + + This method is called by the build engine to begin task execution. A task uses the return value to indicate + whether it was successful. If a task throws an exception out of this method, the engine will automatically + assume that the task has failed. + + true, if successful + + + + Interface that a task factory Instance should implement + + + + + Gets the name of the factory. + + The name of the factory. + + + + Gets the type of the task this factory will instantiate. Implementations must return a value for this property. + + + + + Initializes this factory for instantiating tasks with a particular inline task block. + + Name of the task. + The parameter group. + The task body. + The task factory logging host. + A value indicating whether initialization was successful. + + MSBuild engine will call this to initialize the factory. This should initialize the factory enough so that the factory can be asked + whether or not task names can be created by the factory. + + The taskFactoryLoggingHost will log messages in the context of the target where the task is first used. + + + + + + Get the descriptions for all the task's parameters. + + A non-null array of property descriptions. + + + + Create an instance of the task to be used. + + + The task factory logging host will log messages in the context of the task. + + + The generated task, or null if the task failed to be created. + + + + + Cleans up any context or state that may have been built up for a given task. + + The task to clean up. + + For many factories, this method is a no-op. But some factories may have built up + an AppDomain as part of an individual task instance, and this is their opportunity + to shutdown the AppDomain. + + + + + Interface that a task factory Instance should implement if it wants to be able to + use new UsingTask parameters such as Runtime and Architecture. + + + + + Initializes this factory for instantiating tasks with a particular inline task block and a set of UsingTask parameters. MSBuild + provides an implementation of this interface, TaskHostFactory, that uses "Runtime", with values "CLR2", "CLR4", "CurrentRuntime", + and "*" (Any); and "Architecture", with values "x86", "x64", "CurrentArchitecture", and "*" (Any). An implementer of ITaskFactory2 + can choose to use these pre-defined Runtime and Architecture values, or can specify new values for these parameters. + + Name of the task. + Special parameters that the task factory can use to modify how it executes tasks, + such as Runtime and Architecture. The key is the name of the parameter and the value is the parameter's value. This + is the set of parameters that was set on the UsingTask using e.g. the UsingTask Runtime and Architecture parameters. + The parameter group. + The task body. + The task factory logging host. + A value indicating whether initialization was successful. + + MSBuild engine will call this to initialize the factory. This should initialize the factory enough so that the + factory can be asked whether or not task names can be created by the factory. If a task factory implements ITaskFactory2, + this Initialize method will be called in place of ITaskFactory.Initialize. + + The taskFactoryLoggingHost will log messages in the context of the target where the task is first used. + + + + + + Create an instance of the task to be used, with an optional set of "special" parameters set on the individual task invocation using + the MSBuildRuntime and MSBuildArchitecture default task parameters. MSBuild provides an implementation of this interface, + TaskHostFactory, that uses "MSBuildRuntime", with values "CLR2", "CLR4", "CurrentRuntime", and "*" (Any); and "MSBuildArchitecture", + with values "x86", "x64", "CurrentArchitecture", and "*" (Any). An implementer of ITaskFactory2 can choose to use these pre-defined + MSBuildRuntime and MSBuildArchitecture values, or can specify new values for these parameters. + + + The task factory logging host will log messages in the context of the task. + + + Special parameters that the task factory can use to modify how it executes tasks, such as Runtime and Architecture. + The key is the name of the parameter and the value is the parameter's value. This is the set of parameters that was + set to the task invocation itself, via e.g. the special MSBuildRuntime and MSBuildArchitecture parameters. + + + If a task factory implements ITaskFactory2, MSBuild will call this method instead of ITaskFactory.CreateTask. + + + The generated task, or null if the task failed to be created. + + + + + This empty interface is used to pass host objects from an IDE to individual + tasks. Depending on the task itself and what kinds parameters and functionality + it exposes, the task should define its own interface that inherits from this one, + and then use that interface to communicate with the host. + + + + + This interface defines a project item that can be consumed and emitted by tasks. + + + + + Gets or sets the item "specification" e.g. for disk-based items this would be the file path. + + + This should be named "EvaluatedInclude" but that would be a breaking change to this interface. + + The item-spec string. + + + + Gets the names of all the metadata on the item. + Includes the built-in metadata like "FullPath". + + The list of metadata names. + + + + Gets the number of pieces of metadata on the item. Includes + both custom and built-in metadata. + + Count of pieces of metadata. + + + + Allows the values of metadata on the item to be queried. + + The name of the metadata to retrieve. + The value of the specified metadata. + + + + Allows a piece of custom metadata to be set on the item. + + The name of the metadata to set. + The metadata value. + + + + Allows the removal of custom metadata set on the item. + + The name of the metadata to remove. + + + + Allows custom metadata on the item to be copied to another item. + + + RECOMMENDED GUIDELINES FOR METHOD IMPLEMENTATIONS: + 1) this method should NOT copy over the item-spec + 2) if a particular piece of metadata already exists on the destination item, it should NOT be overwritten + 3) if there are pieces of metadata on the item that make no semantic sense on the destination item, they should NOT be copied + + The item to copy metadata to. + + + + Get the collection of custom metadata. This does not include built-in metadata. + + + RECOMMENDED GUIDELINES FOR METHOD IMPLEMENTATIONS: + 1) this method should return a clone of the metadata + 2) writing to this dictionary should not be reflected in the underlying item. + + Dictionary of cloned metadata + + + + This interface adds escaping support to the ITaskItem interface. + + + + + Gets or sets the item include value e.g. for disk-based items this would be the file path. + + + Taking the opportunity to fix the property name, although this doesn't + make it obvious it's an improvement on ItemSpec. + + + + + Allows the values of metadata on the item to be queried. + + + Taking the opportunity to fix the property name, although this doesn't + make it obvious it's an improvement on GetMetadata. + + + + + Allows a piece of custom metadata to be set on the item. Assumes that the value passed + in is unescaped, and escapes the value as necessary in order to maintain its value. + + + Taking the opportunity to fix the property name, although this doesn't + make it obvious it's an improvement on SetMetadata. + + + + + ITaskItem2 implementation which returns a clone of the metadata on this object. + Values returned are in their original escaped form. + + The cloned metadata, with values' escaping preserved. + + + + Provides a way to efficiently enumerate custom metadata of an item, without built-in metadata. + + TaskItem implementation to return metadata from + WARNING: do NOT use List`1.AddRange to iterate over this collection. + CopyOnWriteDictionary from Microsoft.Build.Utilities.v4.0.dll is broken. + A non-null (but possibly empty) enumerable of item metadata. + + + + Stores strings for parts of a message delaying the formatting until it needs to be shown + + + + + Stores the message arguments. + + + + + Exposes the underlying arguments field to serializers. + + + + + Exposes the formatted message string to serializers. + + + + + This constructor allows all event data to be initialized. + + text message. + help keyword. + name of event sender. + + + + This constructor that allows message arguments that are lazily formatted. + + text message. + help keyword. + name of event sender. + Timestamp when event was created. + Message arguments. + + + + Default constructor. + + + + + Gets the formatted message. + + + + + Serializes to a stream through a binary writer. + + Binary writer which is attached to the stream the event will be serialized into. + + + + Deserializes from a stream through a binary reader. + + Binary reader which is attached to the stream the event will be deserialized from. + The version of the runtime the message packet was created from + + + + Formats the given string using the variable arguments passed in. + + PERF WARNING: calling a method that takes a variable number of arguments is expensive, because memory is allocated for + the array of arguments -- do not call this method repeatedly in performance-critical scenarios + + This method is thread-safe. + The string to format. + Optional arguments for formatting the given string. + The formatted string. + + + + This attribute is used to mark tasks that need to be run in their own app domains. The build engine will create a new app + domain each time it needs to run such a task, and immediately unload it when the task is finished. + + + + + Default constructor. + + + + + Exception that should be thrown by a logger when it cannot continue. + Allows a logger to force the build to stop in an explicit way, when, for example, it + receives invalid parameters, or cannot write to disk. + + + + + Default constructor. + + + This constructor only exists to satisfy .NET coding guidelines. Use the rich constructor instead. + + + + + Creates an instance of this exception using the specified error message. + + Message string + + + + Creates an instance of this exception using the specified error message and inner exception. + + Message string + Inner exception. Can be null + + + + Creates an instance of this exception using rich error information. + + Message string + Inner exception. Can be null + Error code + Help keyword for host IDE. Can be null + + + + Protected constructor used for (de)serialization. + If we ever add new members to this class, we'll need to update this. + + Serialization info + Streaming context + + + + ISerializable method which we must override since Exception implements this interface + If we ever add new members to this class, we'll need to update this. + + Serialization info + Streaming context + + + + Gets the error code associated with this exception's message (not the inner exception). + + The error code string. + + + + Gets the F1-help keyword associated with this error, for the host IDE. + + The keyword string. + + + + Arguments for the metaproject generated event. + + + + + Raw xml representing the metaproject. + + + + + Initializes a new instance of the MetaprojectGeneratedEventArgs class. + + + + + Default buffer size to use when dealing with the Windows API. + + + + + Flags for CoWaitForMultipleHandles + + + + + Exit when a handle is signaled. + + + + + Exit when all handles are signaled AND a message is received. + + + + + Exit when an RPC call is serviced. + + + + + Processor architecture values + + + + + Structure that contain information about the system on which we are running + + + + + Wrap the intptr returned by OpenProcess in a safe handle. + + + + + Contains information about the current state of both physical and virtual memory, including extended memory + + + + + Initializes a new instance of the class. + + + + + Size of the structure, in bytes. You must set this member before calling GlobalMemoryStatusEx. + + + + + Number between 0 and 100 that specifies the approximate percentage of physical + memory that is in use (0 indicates no memory use and 100 indicates full memory use). + + + + + Total size of physical memory, in bytes. + + + + + Size of physical memory available, in bytes. + + + + + Size of the committed memory limit, in bytes. This is physical memory plus the + size of the page file, minus a small overhead. + + + + + Size of available memory to commit, in bytes. The limit is ullTotalPageFile. + + + + + Total size of the user mode portion of the virtual address space of the calling process, in bytes. + + + + + Size of unreserved and uncommitted memory in the user mode portion of the virtual + address space of the calling process, in bytes. + + + + + Size of unreserved and uncommitted memory in the extended portion of the virtual + address space of the calling process, in bytes. + + + + + Contains information about a file or directory; used by GetFileAttributesEx. + + + + + Contains the security descriptor for an object and specifies whether + the handle retrieved by specifying this structure is inheritable. + + + + + Architecture as far as the current process is concerned. + It's x86 in wow64 (native architecture is x64 in that case). + Otherwise it's the same as the native architecture. + + + + + Actual architecture of the system. + + + + + Convert SYSTEM_INFO architecture values to the internal enum + + + + + + + Read system info values + + + + + Get the exact physical core count on Windows + Useful for getting the exact core count in 32 bits processes, + as Environment.ProcessorCount has a 32-core limit in that case. + https://github.com/dotnet/runtime/blob/221ad5b728f93489655df290c1ea52956ad8f51c/src/libraries/System.Runtime.Extensions/src/System/Environment.Windows.cs#L171-L210 + + + + + Gets the max path limit of the current OS. + + + + + Cached value for MaxPath. + + + + + Cached value for IsUnixLike (this method is called frequently during evaluation). + + + + + Gets a flag indicating if we are running under a Unix-like system (Mac, Linux, etc.) + + + + + Gets a flag indicating if we are running under Linux + + + + + Gets a flag indicating if we are running under flavor of BSD (NetBSD, OpenBSD, FreeBSD) + + + + + Gets a flag indicating if we are running under MONO + + + + + Gets a flag indicating if we are running under some version of Windows + + + + + Gets a flag indicating if we are running under Mac OSX + + + + + Gets a string for the current OS. This matches the OS env variable + for Windows (Windows_NT). + + + + + Framework named as presented to users (for example in version info). + + + + + OS name that can be used for the msbuildExtensionsPathSearchPaths element + for a toolset + + + + + The base directory for all framework paths in Mono + + + + + The directory of the current framework + + + + + Gets the currently running framework path + + + + + Gets the base directory of all Mono frameworks + + + + + System information, initialized when required. + + + Initially implemented as , but + that's .NET 4+, and this is used in MSBuildTaskHost. + + + + + Architecture getter + + + + + Native architecture getter + + + + + Get the last write time of the fullpath to a directory. If the pointed path is not a directory, or + if the directory does not exist, then false is returned and fileModifiedTimeUtc is set DateTime.MinValue. + + Full path to the file in the filesystem + The UTC last write time for the directory + + + + Takes the path and returns the short path + + + + + Takes the path and returns a full path + + + + + + + Retrieves the current global memory status. + + + + + Get the last write time of the fullpath to the file. + + Full path to the file in the filesystem + The last write time of the file, or DateTime.MinValue if the file does not exist. + + This method should be accurate for regular files and symlinks, but can report incorrect data + if the file's content was modified by writing to it through a different link, unless + MSBUILDALWAYSCHECKCONTENTTIMESTAMP=1. + + + + + Get the last write time of the content pointed to by a file path. + + Full path to the file in the filesystem + The last write time of the file, or DateTime.MinValue if the file does not exist. + + This is the most accurate timestamp-extraction mechanism, but it is too slow to use all the time. + See https://github.com/dotnet/msbuild/issues/2052. + + + + + Did the HRESULT succeed + + + + + Did the HRESULT Fail + + + + + Given an error code, converts it to an HRESULT and throws the appropriate exception. + + + + + + Kills the specified process by id and all of its children recursively. + + + + + Returns the parent process id for the specified process. + Returns zero if it cannot be gotten for some reason. + + + + + Returns an array of all the immediate child processes by id. + NOTE: The IntPtr in the tuple is the handle of the child process. CloseHandle MUST be called on this. + + + + + Internal, optimized GetCurrentDirectory implementation that simply delegates to the native method + + + + + + Compare an unsafe char buffer with a to see if their contents are identical. + + The beginning of the char buffer. + The length of the buffer. + The string. + True only if the contents of and the first characters in are identical. + + + + Gets the current OEM code page which is used by console apps + (as opposed to the Windows/ANSI code page) + Basically for each ANSI code page (set in Regional settings) there's a corresponding OEM code page + that needs to be used for instance when writing to batch files + + + + + Gets the fully qualified filename of the currently executing .exe. + + of the module for which we are finding the file name. + The character buffer used to return the file name. + The length of the buffer. + + + + CoWaitForMultipleHandles allows us to wait in an STA apartment and still service RPC requests from other threads. + VS needs this in order to allow the in-proc compilers to properly initialize, since they will make calls from the + build thread which the main thread (blocked on BuildSubmission.Execute) must service. + + + + + This attribute is used by task writers to designate certain task parameters as "outputs". The build engine will only allow + task parameters (i.e. the task class' .NET properties) that are marked with this attribute to output data from a task. Project + authors can only use parameters marked with this attribute in a task's <Output> tag. All task parameters, including those + marked with this attribute, may be treated as inputs to a task by the build engine. + + + + + Default constructor. + + + + + Assigns unique evaluation ids. Thread safe. + + + + + Returns a unique evaluation id + + + The id is guaranteed to be unique across all running processes. + Additionally, it is monotonically increasing for callers on the same process id + + + + + Evaluation main phases used by the profiler + + + Order matters since the profiler pretty printer orders profiled items from top to bottom using + the pass they belong to + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The kind of the evaluated location being tracked + + + + + + + + + + + + + + Represents a location for different evaluation elements tracked by the EvaluationProfiler. + + + + + Default descriptions for locations that are used in case a description is not provided + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Constructs a generic evaluation location + + + Used by serialization/deserialization purposes + + + + + Constructs a generic evaluation location based on a (possibly null) parent Id. + + + A unique Id gets assigned automatically + Used by serialization/deserialization purposes + + + + + Constructs a generic evaluation location with no parent. + + + A unique Id gets assigned automatically + Used by serialization/deserialization purposes + + + + + An empty location, used as the starting instance. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Result of profiling an evaluation + + + + + + + + + + + + + + + + + Result of timing the evaluation of a given element at a given location + + + + + + + + + + + + + + + + + + + + + + + + + + Arguments for the project evaluation finished event. + + + + + Initializes a new instance of the ProjectEvaluationFinishedEventArgs class. + + + + + Initializes a new instance of the ProjectEvaluationFinishedEventArgs class. + + + + + Gets or sets the full path of the project that started evaluation. + + + + + Global properties used during this evaluation. + + + + + Final set of properties produced by this evaluation. + + + + + Final set of items produced by this evaluation. + + + + + The result of profiling a project. + + + Null if profiling is not turned on + + + + + Arguments for the project evaluation started event. + + + + + Initializes a new instance of the ProjectEvaluationStartedEventArgs class. + + + + + Initializes a new instance of the ProjectEvaluationStartedEventArgs class. + + + + + Gets or sets the full path of the project that started evaluation. + + + + + Arguments for project finished events + + + + + Default constructor + + + + + This constructor allows event data to be initialized. + Sender is assumed to be "MSBuild". + + text message + help keyword + name of the project + true indicates project built successfully + + + + This constructor allows event data to be initialized. + Sender is assumed to be "MSBuild". This constructor allows the timestamp to be set as well + + text message + help keyword + name of the project + true indicates project built successfully + Timestamp when the event was created + + + + Serializes to a stream through a binary writer + + Binary writer which is attached to the stream the event will be serialized into + + + + Deserializes from a stream through a binary reader + + Binary reader which is attached to the stream the event will be deserialized from + The version of the runtime the message packet was created from + + + + Project name + + + + + True if project built successfully, false otherwise + + + + + Arguments for the project imported event. + + + + + Initializes a new instance of the ProjectImportedEventArgs class. + + + + + Initializes a new instance of the ProjectImportedEventArgs class. + + + + + Gets or sets the original value of the Project attribute. + + + + + Gets or sets the full path to the project file that was imported. Will be null + if the import statement was a glob and no files matched, or the condition (if any) evaluated + to false. + + + + + Gets or sets if this import was ignored. Ignoring imports is controlled by + ProjectLoadSettings. This is only set when an import would have been included + but was ignored to due being invalid. This does not include when a globbed import returned + no matches, or a conditioned import that evaluated to false. + + + + + Arguments for project started events + + + + + Indicates an invalid project identifier. + + + + + Default constructor + + + + + This constructor allows event data to be initialized. + Sender is assumed to be "MSBuild". + + text message + help keyword + project name + targets we are going to build (empty indicates default targets) + list of properties + list of items + + + + This constructor allows event data to be initialized. + Sender is assumed to be "MSBuild". + + project id + text message + help keyword + project name + targets we are going to build (empty indicates default targets) + list of properties + list of items + event context info for the parent project + + + + This constructor allows event data to be initialized. + Sender is assumed to be "MSBuild". + + project id + text message + help keyword + project name + targets we are going to build (empty indicates default targets) + list of properties + list of items + event context info for the parent project + An containing global properties. + The tools version. + + + + This constructor allows event data to be initialized. Also the timestamp can be set + Sender is assumed to be "MSBuild". + + text message + help keyword + project name + targets we are going to build (empty indicates default targets) + list of properties + list of items + The of the event. + + + + This constructor allows event data to be initialized. + Sender is assumed to be "MSBuild". + + project id + text message + help keyword + project name + targets we are going to build (empty indicates default targets) + list of properties + list of items + event context info for the parent project + The of the event. + + + + Gets the identifier of the project. + + + + + Event context information, where the event was fired from in terms of the build location + + + + + The name of the project file + + + + + Project name + + + + + Targets that we will build in the project + + + + + Targets that we will build in the project + + + + + Gets the set of global properties used to evaluate this project. + + + + + Gets the set of global properties used to evaluate this project. + + + + + Gets the tools version used to evaluate this project. + + + + + List of properties in this project. This is a live, read-only list. + + + + + List of items in this project. This is a live, read-only list. + + + + + Serializes to a stream through a binary writer + + Binary writer which is attached to the stream the event will be serialized into + + + + Deserializes from a stream through a binary reader + + Binary reader which is attached to the stream the event will be deserialized from + The version of the runtime the message packet was created from + + + + The argument for a property initial value set event. + + + + + Creates an instance of the class. + + + + + Creates an instance of the class. + + The name of the property. + The value of the property. + The source of the property. + The message of the property. + The help keyword. + The sender name of the event. + The importance of the message. + + + + The name of the property. + + + + + The value of the property. + + + + + The source of the property. + + + + + The argument for a property reassignment event. + + + + + Creates an instance of the PropertyReassignmentEventArgs class. + + + + + Creates an instance of the PropertyReassignmentEventArgs class. + + The name of the property whose value was reassigned. + The previous value of the reassigned property. + The new value of the reassigned property. + The location of the reassignment. + The message of the reassignment event. + The help keyword of the reassignment. + The sender name of the reassignment event. + The importance of the message. + + + + The name of the property whose value was reassigned. + + + + + The previous value of the reassigned property. + + + + + The new value of the reassigned property. + + + + + The location of the reassignment. + + + + + This class defines the attribute that a task writer can apply to a task's property to declare the property to be a + required property. + + + + + Default constructor. + + + + + When marked with the RequiredRuntimeAttribute, a task indicates that it has stricter + runtime requirements than a regular task - this tells MSBuild that it will need to potentially + launch a separate process for that task if the current runtime does not match the version requirement. + This attribute is currently non-functional since there is only one version of the CLR that is + capable of running MSBuild v2.0 or v3.5 - the runtime v2.0 + + + + + Constructor taking a version, such as "v2.0". + + + + + Returns the runtime version the attribute was constructed with, + e.g., "v2.0" + + + + + A StringBuilder lookalike that reuses its internal storage. + + + This class is being deprecated in favor of SpanBasedStringBuilder in StringTools. Avoid adding more uses. + + + + + Captured string builder. + + + + + Capacity of borrowed string builder at the time of borrowing. + + + + + Capacity to initialize the builder with. + + + + + Create a new builder, under the covers wrapping a reused one. + + + + + The length of the target. + + + + + Convert to a string. + + + + + Dispose, indicating you are done with this builder. + + + + + Append a character. + + + + + Append a string. + + + + + Append a substring. + + + + + + + + + + + Remove a substring. + + + + + Grab a backing builder if necessary. + + + + + A utility class that mediates access to a shared string builder. + + + If this shared builder is highly contended, this class could add + a second one and try both in turn. + + + + + Made up limit beyond which we won't share the builder + because we could otherwise hold a huge builder indefinitely. + This was picked empirically to save at least 95% of allocated data size. + This constant has to be exactly 2^n (power of 2) where n = 4 ... 32 as GC is optimized to work with such block sizes. + Same approach is used in ArrayPool or RecyclableMemoryStream so having same uniform allocation sizes will + reduce likelihood of heaps fragmentation. + + + In order to collect and analyze ETW ReusableStringBuilderFactory events developer could follow these steps: + - With compiled as Debug capture events by perfview; example: "perfview collect /NoGui /OnlyProviders=*Microsoft-Build" + - Open Events view and filter for ReusableStringBuilderFactory and pick ReusableStringBuilderFactory/Stop + - Display columns: returning length, type + - Set MaxRet limit to 1_000_000 + - Right click and Open View in Excel + - Use Excel data analytic tools to extract required data from it. I recommend to use + Pivot Table/Chart with + filter: type=[return-se,discarder]; + rows: returningLength grouped (right click and Group... into sufficient size bins) + value: sum of returningLength + + + This constant might looks huge, but rather than lowering this constant, + we shall focus on eliminating code which requires creating such huge strings. + + + + + The shared builder. + + + + + Obtains a string builder which may or may not already + have been used. + Never returns null. + + + + + Returns the shared builder for the next caller to use. + ** CALLERS, DO NOT USE THE BUILDER AFTER RELEASING IT HERE! ** + + + + + This attribute is used to mark a task class as explicitly not being required to run in the STA for COM. + + + + + Default constructor. + + + + + This attribute is used to mark a task class as being required to run in a Single Threaded Apartment for COM. + + + + + Default constructor. + + + + + An abstract interface class to providing real-time logging and status while resolving + an SDK. + + + + + Log a build message to MSBuild. + + Message string. + Optional message importances. Default to low. + + + + Represents a software development kit (SDK) that is referenced in a <Project /> or <Import /> element. + + + + + Initializes a new instance of the SdkReference class. + + The name of the SDK. + The version of the SDK. + Minimum SDK version required by the project. + + + + Gets the name of the SDK. + + + + + Gets the version of the SDK. + + + + + Gets the minimum version required. This value is specified by the project to indicate the minimum version of the + SDK that is required in order to build. This is useful in order to produce an error message if a name match can + be found but no acceptable version could be resolved. + + + + Indicates whether the current object is equal to another object of the same type. + An object to compare with this object. + + if the current object is equal to the parameter; otherwise, . + + + + + Attempts to parse the specified string as a . The expected format is: + SDK, SDK/Version, or SDK/min=MinimumVersion + Values are not required to specify a version or MinimumVersion. + + An SDK name and version to parse in the format "SDK/Version,min=MinimumVersion". + A parsed if the specified value is a valid SDK name. + true if the SDK name was successfully parsed, otherwise false. + + + + + + + + + + + + + An abstract interface for classes that can resolve a Software Development Kit (SDK). + + + + + Gets the name of the to be displayed in build output log. + + + + + Gets the self-described resolution priority order. MSBuild will sort resolvers + by this value. + + + + + Resolves the specified SDK reference. + + A containing the referenced SDKs be resolved. + Context for resolving the SDK. + Factory class to create an + + An containing the resolved SDKs or associated error / reason + the SDK could not be resolved. Return if the resolver is not + applicable for a particular . + + + Note: You must use to return a result. + + + + + + Context used by an to resolve an SDK. + + + + + Gets a value indicating if the resolver is allowed to be interactive. + + + + + Gets a value indicating if the resolver is running in Visual Studio. + + + + + Logger to log real-time messages back to MSBuild. + + + + + Path to the project file being built. + + + + + Path to the solution file being built, if known. May be null. + + + + + Version of MSBuild currently running. + + + + + + + + Gets or sets any custom state for current build. This allows resolvers to maintain state between resolutions. + This property is not thread-safe. + + + + + An abstract interface class to indicate SDK resolver success or failure. + + + [!NOTE] + > Use to create instances of this class. Do not inherit from this class. + ]]> + + + + + Indicates the resolution was successful. + + + + + Resolved path to the SDK. + + Null if == false + + + + + Resolved version of the SDK. + Can be null or empty if the resolver did not provide a version (e.g. a path based resolver) + + Null if == false + + + + + Additional resolved SDK paths beyond the one specified in + + + This allows an SDK resolver to return multiple SDK paths, which will all be imported. + + + + + Properties that should be added to the evaluation. This allows an SDK resolver to provide information to the build + + + + + Items that should be added to the evaluation. This allows an SDK resolver to provide information to the build + + + + + The Sdk reference + + + + + An abstract interface class provided to to create an + object indicating success / failure. + + + + + Create an object indicating success resolving the SDK. + + Path to the SDK. + Version of the SDK that was resolved. + Optional warnings to display during resolution. + + + + + Create an object indicating success resolving the SDK. + + Path to the SDK. + Version of the SDK that was resolved. + Properties to set in the evaluation + Items to add to the evaluation + Optional warnings to display during resolution. + + + + + Create an object indicating success. + + + This overload allows any number (zero, one, or many) of SDK paths to be returned. This means a "successful" result + may not resolve to any SDKs. The resolver can also supply properties or items to communicate information to the build. This + can allow resolvers to report SDKs that could not be resolved without hard-failing the evaluation, which can allow other + components to take more appropriate action (for example installing optional workloads or downloading NuGet SDKs). + + SDK paths which should be imported + SDK version which should be imported + Properties to set in the evaluation + Items to add to the evaluation + Optional warnings to display during resolution. + + + + + Create an object indicating failure resolving the SDK. + + + Errors / reasons the SDK could not be resolved. Will be logged as a + build error if no other SdkResolvers were able to indicate success. + + + + + + + The value of an item and any associated metadata to be added by an SDK resolver. See + + + + + Creates an + + The value (itemspec) for the item + A dictionary of item metadata. This should be created with for the comparer. + + + + A cached reusable instance of StringBuilder. + + + An optimization that reduces the number of instances of constructed and collected. + + + + + Get a of at least the specified capacity. + + The suggested starting size of this instance. + A that may or may not be reused. + + It can be called any number of times; if a is in the cache then + it will be returned and the cache emptied. Subsequent calls will return a new . + + The instance is cached in Thread Local Storage and so there is one per thread. + + + + + Place the specified builder in the cache if it is not too big. Unbalanced Releases are acceptable. + The StringBuilder should not be used after it has + been released. + Unbalanced Releases are perfectly acceptable.It + will merely cause the runtime to create a new + StringBuilder next time Acquire is called. + + The to cache. Likely returned from . + + The StringBuilder should not be used after it has been released. + + + Unbalanced Releases are perfectly acceptable.It + will merely cause the runtime to create a new + StringBuilder next time Acquire is called. + + + + + + Get a string and return its builder to the cache. + + Builder to cache (if it's not too big). + The equivalent to 's contents. + + Convenience method equivalent to calling followed by . + + + + + The reason that a target was built by its parent target. + + + + + This wasn't built on because of a parent. + + + + + The target was part of the parent's BeforeTargets list. + + + + + The target was part of the parent's DependsOn list. + + + + + The target was part of the parent's AfterTargets list. + + + + + Arguments for target finished events + + + + + Default constructor + + + + + This constructor allows event data to be initialized. + Sender is assumed to be "MSBuild". + + text message + help keyword + target name + project file + file in which the target is defined + true if target built successfully + + + + This constructor allows event data to be initialized. + Sender is assumed to be "MSBuild". + + text message + help keyword + target name + project file + file in which the target is defined + true if target built successfully + Target output items for the target. If batching will be null for everything except for the last target in the batch + + + + This constructor allows event data to be initialized including the timestamp when the event was created. + Sender is assumed to be "MSBuild". + + text message + help keyword + target name + project file + file in which the target is defined + true if target built successfully + Timestamp when the event was created + An containing the outputs of the target. + + + + Serializes to a stream through a binary writer + + Binary writer which is attached to the stream the event will be serialized into + + + + Deserializes from a stream through a binary reader + + Binary reader which is attached to the stream the event will be deserialized from + The version of the runtime the message packet was created from + + + + Target name + + + + + True if target built successfully, false otherwise + + + + + Project file associated with event. + + + + + File where this target was declared. + + + + + Target outputs + + + + + A reason why a target was skipped. + + + + + The target was not skipped or the skip reason was unknown. + + + + + The target previously built successfully. + + + + + The target previously built unsuccessfully. + + + + + All the target outputs were up-to-date with respect to their inputs. + + + + + The condition on the target was evaluated as false. + + + + + Arguments for the target skipped event. + + + + + Initializes a new instance of the TargetSkippedEventArgs class. + + + + + Initializes a new instance of the TargetSkippedEventArgs class. + + + + + The reason why the target was skipped. + + + + + Gets or sets the name of the target being skipped. + + + + + Gets or sets the parent target of the target being skipped. + + + + + File where this target was declared. + + + + + Why the parent target built this target. + + + + + Whether the target succeeded originally. + + + + + describing the original build of the target, or null if not available. + + + + + The condition expression on the target declaration. + + + + + The value of the condition expression as it was evaluated. + + + + + Arguments for target started events + + + + + Default constructor + + + + + This constructor allows event data to be initialized. + Sender is assumed to be "MSBuild". + + text message + help keyword + target name + project file + file in which the target is defined + + + + This constructor allows event data to be initialized including the timestamp when the event was created. + + text message + help keyword + target name + project file + file in which the target is defined + The part of the target. + Timestamp when the event was created + + + + This constructor allows event data to be initialized. + + text message + help keyword + target name + project file + file in which the target is defined + The part of the target. + The reason the parent built this target. + Timestamp when the event was created + + + + Serializes to a stream through a binary writer + + Binary writer which is attached to the stream the event will be serialized into + + + + Deserializes from a stream through a binary reader + + Binary reader which is attached to the stream the event will be deserialized from + The version of the runtime the message packet was created from + + + + target name + + + + + Target which caused this target to build + + + + + Project file associated with event. + + + + + File where this target was declared. + + + + + Why this target was built by its parent. + + + + + This class is used by tasks to log their command lines. This class extends + so that command lines can be logged as + messages. Logging a command line is only relevant for tasks that wrap an + underlying executable/tool, or emulate a shell command. Tasks that have + no command line equivalent should not raise this extended message event. + + + WARNING: marking a type [Serializable] without implementing ISerializable + imposes a serialization contract -- it is a promise to never change the + type's fields i.e. the type is immutable; adding new fields in the next + version of the type without following certain special FX guidelines, can + break both forward and backward compatibility + + + + + Default (family) constructor. + + + + + Creates an instance of this class for the given task command line. + + The command line used by a task to launch + its underlying tool/executable. + The name of the task raising this event. + Importance of command line -- controls whether + the command line will be displayed by less verbose loggers. + + + + Creates an instance of this class for the given task command line. This constructor allows the timestamp to be set + + The command line used by a task to launch + its underlying tool/executable. + The name of the task raising this event. + Importance of command line -- controls whether + the command line will be displayed by less verbose loggers. + Timestamp when the event was created + + + + Gets the task command line associated with this event. + + + + + Gets the name of the task that raised this event. + + + + + Arguments for task finished events + + + + + Default constructor + + + + + This constructor allows event data to be initialized. + Sender is assumed to be "MSBuild". + + text message + help keyword + project file + file in which the task is defined + task name + true indicates task succeed + + + + This constructor allows event data to be initialized and the timestamp to be set + Sender is assumed to be "MSBuild". + + text message + help keyword + project file + file in which the task is defined + task name + true indicates task succeed + Timestamp when event was created + + + + Serializes to a stream through a binary writer + + Binary writer which is attached to the stream the event will be serialized into + + + + Deserializes the Errorevent from a stream through a binary reader + + Binary reader which is attached to the stream the event will be deserialized from + The version of the runtime the message packet was created from + + + + Task Name + + + + + True if target built successfully, false otherwise + + + + + Project file associated with event. + + + + + MSBuild file where this task was defined. + + + + + Lightweight specialized implementation of only used for deserializing items. + The goal is to minimize overhead when representing deserialized items. + Used by node packet translator and binary logger. + + + + + Clone the task item and all metadata to create a snapshot + + An to clone + + + + This class is used by tasks to log their parameters (input, output). + The intrinsic ItemGroupIntrinsicTask to add or remove items also + uses this class. + + + + + Creates an instance of this class for the given task parameter. + + + + + The type is declared in Microsoft.Build.Framework.dll + which is a declarations assembly. The logic to realize the Message is in Microsoft.Build.dll + which is an implementations assembly. This seems like the easiest way to inject the + implementation for realizing the Message. + + + Note that the current implementation never runs and is provided merely + as a safeguard in case MessageGetter isn't set for some reason. + + + + + Provides a way for Microsoft.Build.dll to provide a more efficient dictionary factory + (using ArrayDictionary`2). Since that is an implementation detail, it is not included + in Microsoft.Build.Framework.dll so we need this extensibility point here. + + + + + Class which represents the parameter information from the using task as a strongly typed class. + + + + + Encapsulates a list of parameters declared in the UsingTask + + Name of the parameter + The actual type of the parameter + True if the parameter is both an output and input parameter. False if the parameter is only an input parameter + True if the parameter must be supplied to each invocation of the task. + + + + The type of the property + + + + + Name of the property + + + + + This task parameter is an output parameter (analogous to [Output] attribute) + + + + + This task parameter is required (analogous to the [Required] attribute) + + + + + This task parameter should be logged when LogTaskInputs is set. Defaults to true. + + + + + When this task parameter is an item list, determines whether to log item metadata. Defaults to true. + + + + + Whether the Log and LogItemMetadata properties have been assigned already. + + + + + Arguments for task started events + + + + + Default constructor + + + + + This constructor allows event data to be initialized. + Sender is assumed to be "MSBuild". + + text message + help keyword + project file + file in which the task is defined + task name + + + + This constructor allows event data to be initialized. + Sender is assumed to be "MSBuild". + + text message + help keyword + project file + file in which the task is defined + task name + Timestamp when event was created + + + + Serializes to a stream through a binary writer + + Binary writer which is attached to the stream the event will be serialized into + + + + Deserializes the Errorevent from a stream through a binary reader + + Binary reader which is attached to the stream the event will be deserialized from + The version of the runtime the message packet was created from + + + + Task name. + + + + + Project file associated with event. + + + + + MSBuild file where this task was defined. + + + + + Line number of the task invocation in the project file + + + + + Column number of the task invocation in the project file + + + + + Arguments for telemetry events. + + + + + Gets or sets the name of the event. + + + + + Gets or sets a list of properties associated with the event. + + + + + Telemetry of build. + + + + + Time at which build have started. + + + It is time when build started, not when BuildManager start executing build. + For example in case of MSBuild Server it is time before we connected or launched MSBuild Server. + + + + + Time at which inner build have started. + + + It is time when build internally started, i.e. when BuildManager starts it. + In case of MSBuild Server it is time when Server starts build. + + + + + Time at which build have finished. + + + + + Overall build success. + + + + + Build Target. + + + + + MSBuild server fallback reason. + Either "ServerBusy", "ConnectionError" or null (no fallback). + + + + + Version of MSBuild. + + + + + Display version of the Engine suitable for display to a user. + + + + + Path to project file. + + + + + Host in which MSBuild build was executed. + For example: "VS", "VSCode", "Azure DevOps", "GitHub Action", "CLI", ... + + + + + State of MSBuild server process before this build. + One of 'cold', 'hot', null (if not run as server) + + + + + Framework name suitable for display to a user. + + + + + Static class to help access and modify known telemetries. + + + + + Telemetry for build. + If null Telemetry is not supposed to be emitted. + After telemetry is emitted, sender shall null it. + + + + + Gets or sets the name of the event. + + + + + Gets or sets a list of properties associated with the event. + + + + + Translate all derived type members into properties which will be used to build . + + + + + Represents toggleable features of the MSBuild engine + + + + + Do not expand wildcards that match a certain pattern + + + + + Cache file existence for the entire process + + + + + Cache wildcard expansions for the entire process + + + + + Enable restore first functionality in MSBuild.exe + + + + + Allow the user to specify that two processes should not be communicating via an environment variable. + + + + + Override property "MSBuildRuntimeType" to "Full", ignoring the actual runtime type of MSBuild. + + + + + Setting the associated environment variable to 1 restores the pre-15.8 single + threaded (slower) copy behavior. Zero implies Int32.MaxValue, less than zero + (default) uses the empirical default in Copy.cs, greater than zero can allow + perf tuning beyond the defaults chosen. + + + + + Instruct MSBuild to write out the generated "metaproj" file to disk when building a solution file. + + + + + Modifies Solution Generator to generate a metaproj that batches multiple Targets into one MSBuild task invoke. + + + For example, a run of Clean;Build target will first run Clean on all projects, + then run Build on all projects. When enabled, it will run Clean;Build on all + Projects at the back to back. Allowing the second target to start sooner than before. + + + + + Log statistics about property functions which require reflection + + + + + Log all environment variables whether or not they are used in a build in the binary log. + + + + + Log property tracking information. + + + + + When evaluating items, this is the minimum number of items on the running list to use a dictionary-based remove optimization. + + + + + Name of environment variables used to enable MSBuild server. + + + + + Do not log command line information to build loggers. Useful to unbreak people who parse the msbuild log and who are unwilling to change their code. + + + + + https://github.com/dotnet/msbuild/pull/4975 started expanding qualified metadata in Update operations. Before they'd expand to empty strings. + This escape hatch turns back the old empty string behavior. + + + + + Force whether Project based evaluations should evaluate elements with false conditions. + + + + + Always use the accurate-but-slow CreateFile approach to timestamp extraction. + + + + + Truncate task inputs when logging them. This can reduce memory pressure + at the expense of log usefulness. + + + + + Disables truncation of Condition messages in Tasks/Targets via ExpanderOptions.Truncate. + + + + + Disables skipping full drive/filesystem globs that are behind a false condition. + + + + + Disables skipping full up to date check for immutable files. See FileClassifier class. + + + + + Emit events for project imports. + + + + + Emit events for project imports. + + + + + Read information only once per file per ResolveAssemblyReference invocation. + + + + + Never use the slow (but more accurate) CreateFile approach to timestamp extraction. + + + + + Allow node reuse of TaskHost nodes. This results in task assemblies locked past the build lifetime, preventing them from being rebuilt if custom tasks change, but may improve performance. + + + + + Whether or not to ignore imports that are considered empty. See ProjectRootElement.IsEmptyXmlFile() for more info. + + + + + Whether to respect the TreatAsLocalProperty parameter on the Project tag. + + + + + Whether to write information about why we evaluate to debug output. + + + + + Whether to warn when we set a property for the first time, after it was previously used. + + + + + MSBUILDUSECASESENSITIVEITEMNAMES is an escape hatch for the fix + for https://github.com/dotnet/msbuild/issues/1751. It should + be removed (permanently set to false) after establishing that + it's unneeded (at least by the 16.0 timeframe). + + + + + Disable the use of paths longer than Windows MAX_PATH limits (260 characters) when running on a long path enabled OS. + + + + + Disable the use of any caching when resolving SDKs. + + + + + Disable the NuGet-based SDK resolver. + + + + + Don't delete TargetPath metadata from associated files found by RAR. + + + + + Disable AssemblyLoadContext isolation for plugins. + + + + + Enables the user of autorun functionality in CMD.exe on Windows which is disabled by default in MSBuild. + + + + + Disables switching codepage to UTF-8 after detection of characters that can't be represented in the current codepage. + + + + + Workaround for https://github.com/Microsoft/vstest/issues/1503. + + + + + Use the original, string-only resx parsing in .NET Core scenarios. + + + Escape hatch for problems arising from https://github.com/dotnet/msbuild/pull/4420. + + + + + Overrides the default behavior of property expansion on evaluation of a . + + + Escape hatch for problems arising from https://github.com/dotnet/msbuild/pull/5552. + + + + + Emergency escape hatch. If a customer hits a bug in the shipped product causing an internal exception, + and fortuitously it happens that ignoring the VerifyThrow allows execution to continue in a reasonable way, + then we can give them this undocumented environment variable as an immediate workaround. + + + Clone from ErrorUtilities which isn't (yet?) available in Framework. + + + + + Throws InternalErrorException. + + + Clone of ErrorUtilities.ThrowInternalError which isn't (yet?) available in Framework. + + + + + The arguments for an uninitialized property read event. + + + + + UninitializedPropertyReadEventArgs + + + + + Creates an instance of the UninitializedPropertyReadEventArgs class + + The name of the uninitialized property that was read. + The message of the uninitialized property that was read. + The helpKeyword of the uninitialized property that was read. + The sender name of the event. + The message importance of the event. + + + + The name of the uninitialized property that was read. + + + + + Represents an argument to a . + + + Functionally, it is simply a reference to another . Those who manually + instantiate this class should remember to call before setting the first + property and after setting the last property of the object. + + + + + Default constructor needed for XAML deserialization. + + + + + Name of the this argument refers to. + + + Its value must point to a valid . This field is mandatory and culture invariant. + + + + + Tells if the pointed to by must be defined for the definition + of the owning this argument to make sense. + + + This field is optional and is set to false by default. + + + + + The string used to separate this argument value from the parent switch in the command line. + + + This field is optional and culture invariant. + + + + + See ISupportInitialize. + + + + + See ISupportInitialize. + + + + + Represents a property. + + + This represents schema information (name, allowed values, etc) of a property. + Since this is just schema information, there is no field like "Value" used to get/set the value of this + property. + Those who manually instantiate this class should remember to call before + setting the first property and after setting the last property of the object. + + + This partial class contains all properties which are public and hence settable in XAML. Those properties that + are internal are defined in another partial class below. + + + Represents a property. + + + This represents schema information (name, allowed values, etc) of a property. + Since this is just schema information, there is no field like "Value" used to get/set the value of this + property. + Those who manually instantiate this class should remember to call before + setting the first property and after setting the last property of the object. + + + This partial class contains members that are auto-generated, internal, etc. Whereas the + other partial class contains public properties that can be set in XAML. + + + + + See DisplayName property. + + + + + Default constructor. Needed for deserializtion from a persisted format. + + + + + The name of this . + + + This field is mandatory and culture invariant. The value of this field cannot be set to the empty string. + + + + + The name that could be used by a prospective UI client to display this . + + + This field is optional and is culture sensitive. When this property is not set, it is assigned the same + value as the property (and hence, would not be localized). + + + + + Description of this for use by a prospective UI client. + + + This field is optional and is culture sensitive. + + + + + The keyword that is used to open the help page for this property. + + + This form of specifying help takes precedence over + and + . + This field is optional and is culture insensitive. + + + + + The URL of the help page for this property that will be opened when the user hits F1. + + + This property is higher in priority that + + (i.e., these two properties are ignored if + is specified), but lower in priority than . + This field is optional and is culture insensitive. + + ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_vstoc/html/06ddebea-2c83-4a45-bb48-6264c797ed93.htm + + + + The help file to use when the user hits F1. Must specify along with this. + + + This property goes along with . . This + form of specifying the help page for a property takes lower precedence than both + and . + This field is optional and is culture insensitive. + + + + + The help context to use when the user hits F1. Must specify along with this. + + + This property uses the property to display the help context of the specified + help file. This field is optional. This + form of specifying the help page for a property takes lower precedence than both + and . + + + + + The name of the category to which this property belongs to. + + + + If the value of this field does not correspond to the Name + property of a element defined in + the containing , a default with this name + is auto-generated and added to the containing class. + + + This field is optional and is culture invariant. + + + When this field is not specified, this property is added to a + auto-generated category called General (localized). This field cannot be set to the + empty string. + + + + + + The sub category to which this property belongs to. + + + + + Tells if this property is a read-only property. + + + This field is optional and its default value is "false". + + + + + A value indicating whether this property allows multiple values to be supplied/selected simultaneously. + + + + + The switch representation of this property for the case when this property represents a tool parameter. + + + This field is optional and culture invariant. + + + For the VC++ CL task, WholeProgramOptimization is a boolean parameter. It's switch is GL. + + + + + The prefix for the switch representation of this property for the case when this property represents a tool parameter. + + + The value specified here overrides the value specified for the parent 's . + This field is optional and culture invariant. + + + For the VC++ CL task, WholeProgramOptimization is a boolean parameter. It's switch is GL and its + switch prefix (inherited from the parent since it is not overridden by WholeProgramOptimization) + is /. Thus the complete switch in the command line for this property would be /GL + + + + + The token used to separate a switch from its value. + + + The value specified here overrides the value specified for the parent 's . + This field is optional and culture invariant. + + + Example: Consider /D:WIN32. In this switch and value representation, ":" is the separator since its separates the switch D + from its value WIN32. + + + + + A hint to the UI client telling it whether to display this property or not. + + + This field is optional and has the default value of "true". + + + + + A hint to the command line constructor whether to include this property in the command line or not. + + + Some properties are used only by the targets and don't want to be included in the command line. + Others (like task parameters) are included in the command line in the form of the switch/value they emit. + This field is optional and has the default value of true. + + + + + Indicates whether this property is required to have a value set. + + + + + Specifies the default value for this property. + + + This field is optional and whether, for a , + it is culture sensitive or not depends on the semantics of it. + + + + + The data source where the current value of this property is stored. + + + If defined, it overrides the + property on the containing . This field is mandatory only if the parent + does not have the data source initialized. The getter for this property returns + only the set directly on this instance. + + + + + Additional attributes of this . + + + This can be used as a grab bag of additional metadata of this property that are not + captured by the primary fields. You will need a custom UI to interpret the additional + metadata since the shipped UI formats can't obviously know about it. + This field is optional. + + + + + List of arguments for this property. + + + This field is optional. + + + + + List of value editors for this property. + + + This field is optional. + + + + + The containing this . + + + + + See ISupportInitialize. + + + + + See ISupportInitialize. + + + + + Represents the schame of a boolean property. + + + + + Represents the logical negation of a boolean switch. + + + + For the VC++ CL task, WholeProgramOptimization is a boolean parameter. It's switch is GL. To + disable whole program optimization, you need to pass the ReverseSwitch, which is GL-. + + + This field is optional. + + + + + + Represents a category to which a can belong to. + + + Those who manually + instantiate this class should remember to call before setting the first + property and after setting the last property of the object. + + + This partial class contains all properties which are public and hence settable in XAML. Those properties that + are internal are defined in another partial class below. + + + Represents a category to which a can belong to. + + + Those who manually + instantiate this class should remember to call before setting the first + property and after setting the last property of the object. + + + This partial class contains members that are auto-generated, internal, etc. Whereas the + other partial class contains public properties that can be set in XAML. + + + + + See DisplayName property. + + + + + The name of this . + + + This field is mandatory and culture invariant. + This field cannot be set to the empty string. + + + + + The name that could be used by a prospective UI client to display this . + + + This field is optional and is culture sensitive. When this property is not set, it is assigned the same + value as the property (and hence, would not be localized). + + + + + Description of this . + + + This field is optional and is culture sensitive. + + + + + Subtype of this . Is either Grid (default) or CommandLine. + + + It helps the UI display this category in an appropriate form. E.g. non command line category + properties are normally displayed in the form of a property grid. + + + + + Help information for this . + + + Maybe used to specify a help URL. This field + is optional and is culture sensitive. + + + + + Default constructor. Called during deserialization. + + + + + See ISupportInitialize. + + + + + See ISupportInitialize. + + + + + The CategorySchema provides a strongly typed identity handle to the underlying schema data model. + + + + + Used to deserialize the content type information + + + + + metadata hash + + + + + Constructor + + + + + serializes IContentType.Name + + + + + serializes IContentType.DisplayName + + + + + serializes IContentType.ItemType + + + + + serializes IContentType.DefaultContentTypeForItemType + + + + + This property was never used for anything. It should have been removed before we shipped MSBuild 4.0. + + + + + serializes content type's metadata. Accessible via IContentType.GetMetadata() + + + + + Access metadata in convenient way + + + + + See ISupportInitialize. + + + + + See ISupportInitialize. + + + + + see IProjectSchemaNode + + + + + see IProjectSchemaNode + + + + + Lazily initializes the metadata dictionary. + + The new dictionary. + + This is a destructive operation. It clears the NameValuePair list field. + + + + + Indicates where the default value for some property may be found. + + + + + The default value for a property is set at the top of the project file (usually via an import of a .props file). + + + + + The default value for a property is set at the bottom of the project file (usually via an import of a .targets file, + where the property definition is conditional on whether the property has not already been defined.) + + + + + Represents the location and grouping for a . + + + Those who manually + instantiate this class should remember to call before setting the first + property and after setting the last property of the object. + + + + + Default constructor. Needed for proper XAML deserialization. + + + + + The storage location for this data source. + + + This field is mandatory unless is set. In that case, the parent + will be used with the specified style. Example values are ProjectFile and + UserFile. ProjectFile causes the property value to be written to and read from the project + manifest file or the property sheet (depending on which node in the solution explorer/property manager window + is used to spawn the property pages UI). UserFile causes the property value to be written to and read + from the .user file. + + + + + The storage style for this data source. + + + For example, with of ProjectFile, this field can be Element (default) to + save as a child XML Element, or Attribute to save properties as an XML attribute. + + + + + Gets or sets the actual MSBuild property name used to read/write the value of this property. + Applicable only to objects attached to properties. + + The MSBuild property name to use; or null to use the as the MSBuild property name. + + The persisted name will usually be the same as the property name as it appears in the + and the value of this property can therefore be left at is default of null. + Since property names must be unique but need not be unique in the persisted store (due to other differences + in the data source such as item type) there may be times when Rule property names must be changed to be + unique in the XAML file, but without changing how the property is persisted in the MSBuild file. + It is in those cases where this property becomes useful. + It may also be useful in specialized build environments where property names must differ from the + normally used name in order to maintain compatibility with the project system. + + + + + The label of the MSBuild property group/item definition group to which + a property/item definition metadata belongs to. Default value is the + empty string. + + A VC++ property that exists in the project manifest + in the MSBuild property group with label Globals would have this + same value for this field. + + + + If a is an item definition metadata or item metadata, this field + specified the item type of the item definition or the item, respectively. For common properties + this field must not be set. + + + + + Indicates if a property is configuration-dependent as indicated by the presence of a configuration + condition attached to the property definition at its persistence location. + + + This field is optional and has the default value of true. + + + + + The data type of the source. Generally one of Item, ItemDefinition, Property, + or TargetResults (when is non-empty). + Among other things this governs how the data is treated during build. + + + A value of Item for this property indicates that this property is actually + an item array - the list of all items with the item type specified by . + + + + + Gets or sets the semicolon-delimited list of MSBuild targets that must be executed before reading + the read-only properties or items described by this . + + + + + Gets or sets a value indicating where the default value for this property can be found. + + + + + See ISupportInitialize. + + + + + See ISupportInitialize. + + + + + Represents the schema of an enumeration property. + + This class inherits the property from the class. + That property does not make sense for this property. Use the property on the + instead to mark the default value for this property. + + + + constructor + + + + + The provider that produces the list of possible values for this property. Must be set. + + + + + A provider-specific set of options to pass to the provider. + + + + + Represents the schema of an enumeration property. + + This class inherits the property from the class. + That property does not make sense for this property. Use the property on the + instead to mark the default value for this property. + + + + constructor + + + + + The list of possible values for this property. Must have at least one value. + + + + + See ISupportInitialize. + + + + + Represents an admissible value of an . + + + + + See DisplayName property. + + + + + Default constructor needed for XAML deserialization. + + + + + The name of this . + + + This field is mandatory and culture invariant. + + + + + The name that could be used by a prospective UI client to display this . + + + This field is optional and is culture sensitive. When this property is not set, it is assigned the same + value as the property (and hence, would not be localized). + + + + + Description of this for use by a prospective UI client. + + + This field is optional and is culture sensitive. + + + + + Help information for this . + + + Maybe used to specify a help URL. This field + is optional and is culture sensitive. + + + + + The switch representation of this property for the case when the parent represents a tool parameter. + + + This field is optional and culture invariant. + + The VC compiler has an named Optimizationused to specify the desired optimization type. All the + admissible values for this property have switches, e.g. Disabled (switch = Od), "MinimumSize" (switch = O1), + etc. + + + + The prefix for the switch representation of this value for the case when the parent represents a tool parameter. + + + This field is optional and culture invariant. + + + + + Tells if this is the default value for the associated + . + + + This field is optional and the default value for this + field is "false". + + + + + Additional attributes of this . + + + This can be used as a grab bag of additional metadata of this value that are not + captured by the primary fields. You will need a custom UI to interpret the additional + metadata since the shipped UI formats can't obviously know about it. + This field is optional. + + + + + List of arguments for this . + + + This field is optional. + + + + + simple class that deserialize extension to content type data + + + + + Constructor + + + + + file extension + + + + + corresponding content type + + + + + see IProjectSchemaNode + + + + + see IProjectSchemaNode + + + + + Represent the schema of an integer property. + + + + + Minimum allowed value for this property. + + + This field is optional. + It returns null when this property is not set. The value of this + property must be less than or equal to the + property (assuming that the latter is defined). + + + + + Maximum allowed value for this property. + + + This field is optional. + It returns null when this property is not set. The value of this + property must be greater than or equal to the + property (assuming that the latter is defined). + + + + + See ISupportInitialize. + + + + + Interface that we expect all root classes from project schema XAML files to implement + + + + + Return all types of static data for data driven features this node contains + + + + + Returns all instances of static data with Type "type". Null or Empty list if there is no objects from asked type provided by this node + + + + + Used to deserialize the item type information + + + + + Constructor + + + + + serializes IItemType.Name + + + + + serializes IItemType.DisplayName + + + + + serializes IItemType.ItemType + + + + + serializes IItemType.UpToDateCheckInput + + + + + See ISupportInitialize. + + + + + See ISupportInitialize. + + + + + see IProjectSchemaNode + + + + + see IProjectSchemaNode + + + + + Represents a name-value pair. The name cannot be null or empty. + + + + + Default constructor needed for + + + + + The name. + + + + + The value. + + + + + Serialization class for node for the Data driven project schema XAML + + + + + Constructor + + + + + Collection of any schema node + + + + + see IProjectSchemaNode + + + + + see IProjectSchemaNode + + + + + Methods for overriding one rule with another. + + + + + A subsequent definition for a rule (with the same name) entirely overrides a previous definition. + + + + + A subsequent definition for a rule (with the same name) adds properties to a previous definition. + + + + + Used to represent the schema information for a Tool, a Custom Build Rule, a PropertyPage, etc. + + + + Normally represented on disk as XAML, only one instance of this class is maintained per XAML + file per project engine (solution). + + Those who manually instantiate this class should remember to call before + setting the first property and after setting the last property of the object. + + + + This partial class contains all properties which are public and hence settable in XAML. Those properties that + are internal are defined in another partial class below. + + + Used to represent the schema information for a Tool, a Custom Build Rule, a PropertyPage, etc. + + + + Normally represented on disk as XAML, only one instance of this class is maintained per XAML + file per project engine (solution). + + Those who manually instantiate this class should remember to call before + setting the first property and after setting the last property of the object. + + + + This partial class contains members that are auto-generated, internal, etc. Whereas the + other partial class contains public properties that can be set in XAML. + + + + + See DisplayName property. + + + + + Default constructor. Needed for deserialization from a persisted format. + + + + + The name of this . + + + This field is mandatory and culture invariant. The value of this field cannot be set to the empty string. + + + + + The name that could be used by a prospective UI client to display this . + + + This field is optional and is culture sensitive. When this property is not set, it is assigned the same + value as the property (and hence, would not be localized). + + + + + The name of the tool executable when this rule represents a tool. + + + + + Description of this for use by a prospective UI client. + + + This field is optional and is culture sensitive. + + + + + Help information for this . + + + Maybe used to specify a help URL. This field + is optional and is culture sensitive. + + + + + The prefix to use for all property switches in this for the case when this property represent a tool. + + + The value specified can be overridden by the value specified by a child 's . + This field is optional and culture invariant. + + + For the VC++ CL task, WholeProgramOptimization is a boolean parameter. It's switch is GL and its + switch prefix (inherited from the parent since it is not overridden by WholeProgramOptimization) + is /. Thus the complete switch in the command line for this property would be /GL + + + + + The token used to separate a property switch from its value. + + + The value specified here is overridden by the value specified by the child 's . + This field is optional and culture invariant. + + + Example: Consider /D:WIN32. In this switch and value representation, ":" is the separator since its separates the switch D + from its value WIN32. + + + + + The UI renderer template used to display this Rule. + + + The value used to set + this field can be anything as long as it is recognized by the intended renderer. + This field is required only if this Rule is meant to be displayed as a property page. + + + + + The for all the properties in this . This is overriden by any + data source defined locally for a property. + + + This field need not be specified only if all individual properties have data source defined locally. + + + + + This is a suggestion to a prospective UI client on the relative location of this compared to all other Rules in the system. + + + + + This is used to specify whether multiple files need to be batched on one command line invocation. + + + This field is optional. + + + + + Indicates whether to hide the command line category or not. Default value is true. + + + This field is optional. + + + + + When this represents a Build Customization, this field represents the file extension to associate. + + + This field is optional. + + + + + When this represents a Build Customization, this field represents the message to be displayed before executing a Build Customization during the build. + + + This field is optional. + + + + + When this represents a Build Customization, this field represents the command line template that is going to be used by a Build Customization task to invoke the tool. + + + This field is optional. + + + + + When this represents a Build Customization, this field defines the semicolon separated list of additional inputs that are going to be evaluated + for the Build Customization target. + + + This field is optional. + + + + + When this represents a Build Customization, this field defines the semicolon separated list of outputs that are going to be evaluated + for the Build Customization target. + + + This field is optional. + + + + + Gets or sets the method to use when multiple rules with the same name appear in the project + to reconcile the rules into one instance. + + + + + This list of properties in this . Atleast one property should be specified. + + The list returned by this property should not be modified. + + + + The list of s that properties in this belong to. + + + This field is optional. Note that this field returns only the categories that were explicitly defined and do + not contain any auto-generated categories. When a contained in this + declares its category to be something that is not present in this list, then we auto-generate a + with that name and add it to the internal list of categories. That auto-generated category will not be returned + by this field. + + + + + Gets or sets arbitrary metadata that may be set on a rule. + + + + + Gets or sets a value indicating if property pages for this rule should be hidden or not. + + + + + Thread synchronization. + + + + + See the property. + + + + + Ordered dictionary of category names and the properties contained in them. + The order of the categories is exactly the same as that specified in the XAML file. + + + + + A lookup cache of property names to properties. + + + + + This property returns the union of XAML specified s and auto-generated + s. The latter are created from the missing categories that are being referred to by the + properties in this Rule. The auto-generated s only have their name set. + + + + + Returns all properties partitioned into categories. The return value is never + null. + The returned list may contain auto-generated categories. Note that if a + (or its derived classes) refer to a property that is not specified, then an new + Category is generated for the same. If not category is specified for the property, then + the property is placed in the "General" category. + The list of categories is exactly as specified in the Xaml file. The auto-generated + categories come (in no strict order) after the specified categories. + + A dictionary whose keys are the names and + the value is the list of properties in that category. + + + + Returns the list of properties in a . Returns null if this + doesn't contain this category. + + + + + Returns a property with a given name. + + The property, or null if one with a matching name could not be found. + + + + See ISupportInitialize. + + + + + See ISupportInitialize. + + + + + see IProjectSchemaNode + + + + + see IProjectSchemaNode + + + + + Initializes this class after Xaml loading is done. + + + + + Creates a map containing all the evaluated category names and the list of + properties belonging to that category. + + + + + This is a simple container for instances. + + + Note that we only deal in terms of s + as far as property pages are concerned. The is only used as a + container for more than one . The containing s are + immediately stripped off after loading of the xaml file. + + + + + Default constructor needed for XAML deserialization. + + + + + The collection of instances this instance contains. + Must have at least one . + + + + + See ISupportInitialize Members. + + + + + See ISupportInitialize Members. + + + + + see IProjectSchemaNode + + + + + see IProjectSchemaNode + + + + + The RuleSchema provides a strongly typed identity handle to the underlying schema data model. + + + + + Represents the schema of a list-of-strings property. + + + Note, this represents + a list of strings, not a list of s. + + + + + Default constructor. Needed for property XAML deserialization. + + + + + The separator to use in delineating individual values of this string list property + + + For Val1;Val2;Val3, if CommandLineValueSeparator is specified as, say ,, + the command line looks like this: /p:val1,val2,val3 + If not specified, the command line looks like this: /p:val1 /p:val2 /p:val3 + This field is optional. + + + + + Please don't use. This is planned to be deprecated. + + + + + Qualifies this string property to give it a more specific classification. + + + Similar to the property. + + + + + Represents the schema of a string property. + + + + + Qualifies this string property to give it a more specific classification. + + + The value this field is set to, must be understood by the consumer of this field + (normally a UI renderer). + + The value of this property can be set to, say, "File", "Folder", "CarModel" etc. to specify + if this is a file path, folder path, car model name etc. + + + + Represents a value editor + + + + + See DisplayName property. + + + + + Default constructor needed for XAML deserialization. + + + + + The name of this . This field is mandatory and culture invariant. + + + + + The UI display name for the editor + + + + + Additional attributes of the editor that are not generic enough to be made + properties on this class. This field is optional. + + + + + See ISupportInitialize. + + + + + See ISupportInitialize. + + + + + This captures information of how various key methods of building with MSBuild ran. + + + Changes to existing event method signatures will not be reflected unless you update the property or assign a new event ID. + + + + + Keyword applied to all MSBuild events. + + + Literally every event should define this. + + + + + Keyword for events that should go in the text performance log when turned on. + + + This keyword should be applied only to events that are low-volume + and likely to be useful to diagnose perf issues using the + text perf log. + + + + + define the singleton instance of the event source + + + + + Call this method to notify listeners of information relevant to collecting a set of items, mutating them in a specified way, and saving the results. + + The type of the item being mutated. + + + The type of the item being mutated. + + + + Call this method to notify listeners of information relevant to the setup for a BuildManager to receive build requests. + + + + + Call this method to notify listeners of information of how a project file built. + Filename of the project being built. + + + + Filename of the project being built. + Names of the targets that built. + + + The condition being evaluated. + + + The condition being evaluated. + The result of evaluating the condition. + + + + Call this method to notify listeners of how the project data was evaluated. + + Filename of the project being evaluated. + + + Filename of the project being evaluated. + + + Filename of the project being evaluated. + + + Filename of the project being evaluated. + + + Filename of the project being evaluated. + + + Filename of the project being evaluated. + + + Filename of the project being evaluated. + + + Filename of the project being evaluated. + + + Filename of the project being evaluated. + + + Filename of the project being evaluated. + + + Filename of the project being evaluated. + + + Filename of the project being evaluated. + + + Filename of the project being evaluated. + + + Filename of the project being evaluated. + + + + Call this method to notify listeners of information relevant to identifying a list of files that correspond to an item with a wildcard. + + Source of files to glob. + Pattern, possibly with wildcard(s) to be expanded. + Patterns not to expand. + + + Source of files to glob. + Pattern, possibly with wildcard(s) to be expanded. + Patterns not to expand. + + + + Call this method to notify listeners of timing related to loading an XmlDocumentWithLocation from a path. + Path to the document to load. + + + + Path to the document to load. + + + + Call this method to notify listeners of profiling for the function that parses an XML document into a ProjectRootElement. + + Filename of the project being evaluated. + + + Filename of the project being evaluated. + + + + Call this method to notify listeners of profiling for the method that removes blacklisted references from the reference table. It puts primary and dependency references in invalid file lists. + + + + Project file's location. + + + Project file's location. + + + The name of the target being executed. + + + The name of the target being executed. + + + + Call this method to notify listeners of the start of a build as called from the command line. + + The command line used to run MSBuild. + + + The command line used to run MSBuild. + + + + This events are quite frequent so they are collected by Debug binaries only. + + + + + This events are quite frequent so they are collected by Debug binaries only. + + + + + As oppose to other ReusableStringBuilderFactory events this one is expected to happens very un-frequently + and if it is seen more than 100x per build it might indicates wrong usage patterns resulting into degrading + efficiency of ReusableStringBuilderFactory. Hence it is collected in release build as well. + + + + + SupportedOSPlatform is a net5.0+ Attribute. + Create the same type only in full-framework and netstandard2.0 builds + to prevent many #if RUNTIME_TYPE_NETCORE checks. + + + + Specifies that null is allowed as an input even if the corresponding type disallows it. + + + Specifies that null is disallowed as an input even if the corresponding type allows it. + + + Specifies that an output may be null even if the corresponding type disallows it. + + + Specifies that an output will not be null even if the corresponding type allows it. + + + Specifies that when a method returns , the parameter may be null even if the corresponding type disallows it. + + + Initializes the attribute with the specified return value condition. + + The return value condition. If the method returns this value, the associated parameter may be null. + + + + Gets the return value condition. + + + Specifies that when a method returns , the parameter will not be null even if the corresponding type allows it. + + + Initializes the attribute with the specified return value condition. + + The return value condition. If the method returns this value, the associated parameter will not be null. + + + + Gets the return value condition. + + + Specifies that the output will be non-null if the named parameter is non-null. + + + Initializes the attribute with the associated parameter name. + + The associated parameter name. The output will be non-null if the argument to the parameter specified is non-null. + + + + Gets the associated parameter name. + + + Applied to a method that will never return under any circumstance. + + + Specifies that the method will not return if the associated Boolean parameter is passed the specified value. + + + Initializes the attribute with the specified parameter value. + + The condition parameter value. Code after the method will be considered unreachable by diagnostics if the argument to + the associated parameter matches this value. + + + + Gets the condition parameter value. + + + Specifies that the method or property will ensure that the listed field and property members have not-null values. + + + Initializes the attribute with a field or property member. + + The field or property member that is promised to be not-null. + + + + Initializes the attribute with the list of field and property members. + + The list of field and property members that are promised to be not-null. + + + + Gets field or property member names. + + + Specifies that the method or property will ensure that the listed field and property members have not-null values when returning with the specified return value condition. + + + Initializes the attribute with the specified return value condition and a field or property member. + + The return value condition. If the method returns this value, the associated parameter will not be null. + + + The field or property member that is promised to be not-null. + + + + Initializes the attribute with the specified return value condition and list of field and property members. + + The return value condition. If the method returns this value, the associated parameter will not be null. + + + The list of field and property members that are promised to be not-null. + + + + Gets the return value condition. + + + Gets field or property member names. + + + diff --git a/HotelManagement/HotelManagement/bin/Debug/System.Memory.dll b/HotelManagement/HotelManagement/bin/Debug/System.Memory.dll new file mode 100644 index 0000000..953a9d2 Binary files /dev/null and b/HotelManagement/HotelManagement/bin/Debug/System.Memory.dll differ diff --git a/HotelManagement/HotelManagement/bin/Debug/System.Runtime.CompilerServices.Unsafe.dll b/HotelManagement/HotelManagement/bin/Debug/System.Runtime.CompilerServices.Unsafe.dll new file mode 100644 index 0000000..c5ba4e4 Binary files /dev/null and b/HotelManagement/HotelManagement/bin/Debug/System.Runtime.CompilerServices.Unsafe.dll differ diff --git a/HotelManagement/HotelManagement/bin/Debug/System.Runtime.CompilerServices.Unsafe.xml b/HotelManagement/HotelManagement/bin/Debug/System.Runtime.CompilerServices.Unsafe.xml new file mode 100644 index 0000000..9d79492 --- /dev/null +++ b/HotelManagement/HotelManagement/bin/Debug/System.Runtime.CompilerServices.Unsafe.xml @@ -0,0 +1,291 @@ + + + + System.Runtime.CompilerServices.Unsafe + + + + Contains generic, low-level functionality for manipulating pointers. + + + Adds an element offset to the given reference. + The reference to add the offset to. + The offset to add. + The type of reference. + A new reference that reflects the addition of offset to pointer. + + + Adds an element offset to the given reference. + The reference to add the offset to. + The offset to add. + The type of reference. + A new reference that reflects the addition of offset to pointer. + + + Adds an element offset to the given reference. + The reference to add the offset to. + The offset to add. + The type of reference. + A new reference that reflects the addition of offset to pointer. + + + Adds an element offset to the given void pointer. + The void pointer to add the offset to. + The offset to add. + The type of void pointer. + A new void pointer that reflects the addition of offset to the specified pointer. + + + Adds a byte offset to the given reference. + The reference to add the offset to. + The offset to add. + The type of reference. + A new reference that reflects the addition of byte offset to pointer. + + + Adds a byte offset to the given reference. + The reference to add the offset to. + The offset to add. + The type of reference. + A new reference that reflects the addition of byte offset to pointer. + + + Determines whether the specified references point to the same location. + The first reference to compare. + The second reference to compare. + The type of reference. + + if and point to the same location; otherwise, . + + + Casts the given object to the specified type. + The object to cast. + The type which the object will be cast to. + The original object, casted to the given type. + + + Reinterprets the given reference as a reference to a value of type . + The reference to reinterpret. + The type of reference to reinterpret. + The desired type of the reference. + A reference to a value of type . + + + Returns a pointer to the given by-ref parameter. + The object whose pointer is obtained. + The type of object. + A pointer to the given value. + + + Reinterprets the given read-only reference as a reference. + The read-only reference to reinterpret. + The type of reference. + A reference to a value of type . + + + Reinterprets the given location as a reference to a value of type . + The location of the value to reference. + The type of the interpreted location. + A reference to a value of type . + + + Determines the byte offset from origin to target from the given references. + The reference to origin. + The reference to target. + The type of reference. + Byte offset from origin to target i.e. - . + + + Copies a value of type to the given location. + The location to copy to. + A pointer to the value to copy. + The type of value to copy. + + + Copies a value of type to the given location. + The location to copy to. + A reference to the value to copy. + The type of value to copy. + + + Copies bytes from the source address to the destination address. + The destination address to copy to. + The source address to copy from. + The number of bytes to copy. + + + Copies bytes from the source address to the destination address. + The destination address to copy to. + The source address to copy from. + The number of bytes to copy. + + + Copies bytes from the source address to the destination address without assuming architecture dependent alignment of the addresses. + The destination address to copy to. + The source address to copy from. + The number of bytes to copy. + + + Copies bytes from the source address to the destination address without assuming architecture dependent alignment of the addresses. + The destination address to copy to. + The source address to copy from. + The number of bytes to copy. + + + Initializes a block of memory at the given location with a given initial value. + The address of the start of the memory block to initialize. + The value to initialize the block to. + The number of bytes to initialize. + + + Initializes a block of memory at the given location with a given initial value. + The address of the start of the memory block to initialize. + The value to initialize the block to. + The number of bytes to initialize. + + + Initializes a block of memory at the given location with a given initial value without assuming architecture dependent alignment of the address. + The address of the start of the memory block to initialize. + The value to initialize the block to. + The number of bytes to initialize. + + + Initializes a block of memory at the given location with a given initial value without assuming architecture dependent alignment of the address. + The address of the start of the memory block to initialize. + The value to initialize the block to. + The number of bytes to initialize. + + + Returns a value that indicates whether a specified reference is greater than another specified reference. + The first value to compare. + The second value to compare. + The type of the reference. + + if is greater than ; otherwise, . + + + Returns a value that indicates whether a specified reference is less than another specified reference. + The first value to compare. + The second value to compare. + The type of the reference. + + if is less than ; otherwise, . + + + Determines if a given reference to a value of type is a null reference. + The reference to check. + The type of the reference. + + if is a null reference; otherwise, . + + + Returns a reference to a value of type that is a null reference. + The type of the reference. + A reference to a value of type that is a null reference. + + + Reads a value of type from the given location. + The location to read from. + The type to read. + An object of type read from the given location. + + + Reads a value of type from the given location without assuming architecture dependent alignment of the addresses. + The location to read from. + The type to read. + An object of type read from the given location. + + + Reads a value of type from the given location without assuming architecture dependent alignment of the addresses. + The location to read from. + The type to read. + An object of type read from the given location. + + + Returns the size of an object of the given type parameter. + The type of object whose size is retrieved. + The size of an object of type . + + + Bypasses definite assignment rules for a given value. + The uninitialized object. + The type of the uninitialized object. + + + Subtracts an element offset from the given reference. + The reference to subtract the offset from. + The offset to subtract. + The type of reference. + A new reference that reflects the subtraction of offset from pointer. + + + Subtracts an element offset from the given reference. + The reference to subtract the offset from. + The offset to subtract. + The type of reference. + A new reference that reflects the subtraction of offset from pointer. + + + Subtracts an element offset from the given reference. + The reference to subtract the offset from. + The offset to subtract. + The type of reference. + A new reference that reflects the subraction of offset from pointer. + + + Subtracts an element offset from the given void pointer. + The void pointer to subtract the offset from. + The offset to subtract. + The type of the void pointer. + A new void pointer that reflects the subtraction of offset from the specified pointer. + + + Subtracts a byte offset from the given reference. + The reference to subtract the offset from. + The offset to subtract. + The type of reference. + A new reference that reflects the subtraction of byte offset from pointer. + + + Subtracts a byte offset from the given reference. + The reference to subtract the offset from. + The offset to subtract. + The type of reference. + A new reference that reflects the subraction of byte offset from pointer. + + + Returns a to a boxed value. + The value to unbox. + The type to be unboxed. + + is , and is a non-nullable value type. + + is not a boxed value type. + +-or- + + is not a boxed . + + cannot be found. + A to the boxed value . + + + Writes a value of type to the given location. + The location to write to. + The value to write. + The type of value to write. + + + Writes a value of type to the given location without assuming architecture dependent alignment of the addresses. + The location to write to. + The value to write. + The type of value to write. + + + Writes a value of type to the given location without assuming architecture dependent alignment of the addresses. + The location to write to. + The value to write. + The type of value to write. + + + \ No newline at end of file diff --git a/HotelManagement/HotelManagement/bin/Release/HotelManagement.exe b/HotelManagement/HotelManagement/bin/Release/HotelManagement.exe index 77637a6..4831187 100644 Binary files a/HotelManagement/HotelManagement/bin/Release/HotelManagement.exe and b/HotelManagement/HotelManagement/bin/Release/HotelManagement.exe differ diff --git a/HotelManagement/HotelManagement/bin/Release/HotelManagement.exe.config b/HotelManagement/HotelManagement/bin/Release/HotelManagement.exe.config index 46780ad..76b3c3c 100644 --- a/HotelManagement/HotelManagement/bin/Release/HotelManagement.exe.config +++ b/HotelManagement/HotelManagement/bin/Release/HotelManagement.exe.config @@ -1,4 +1,4 @@ - + @@ -14,7 +14,14 @@ - - - + + + + + + + + + + \ No newline at end of file diff --git a/HotelManagement/HotelManagement/bin/Release/HotelManagement.pdb b/HotelManagement/HotelManagement/bin/Release/HotelManagement.pdb index 6db2ff7..682057e 100644 Binary files a/HotelManagement/HotelManagement/bin/Release/HotelManagement.pdb and b/HotelManagement/HotelManagement/bin/Release/HotelManagement.pdb differ diff --git a/HotelManagement/HotelManagement/bin/Release/System.Memory.dll b/HotelManagement/HotelManagement/bin/Release/System.Memory.dll new file mode 100644 index 0000000..953a9d2 Binary files /dev/null and b/HotelManagement/HotelManagement/bin/Release/System.Memory.dll differ diff --git a/HotelManagement/HotelManagement/obj/Debug/HotelManagement.csproj.AssemblyReference.cache b/HotelManagement/HotelManagement/obj/Debug/HotelManagement.csproj.AssemblyReference.cache index f486980..71b63fa 100644 Binary files a/HotelManagement/HotelManagement/obj/Debug/HotelManagement.csproj.AssemblyReference.cache and b/HotelManagement/HotelManagement/obj/Debug/HotelManagement.csproj.AssemblyReference.cache differ diff --git a/HotelManagement/HotelManagement/obj/Debug/HotelManagement.csproj.CoreCompileInputs.cache b/HotelManagement/HotelManagement/obj/Debug/HotelManagement.csproj.CoreCompileInputs.cache index 26bbcbc..98875b6 100644 --- a/HotelManagement/HotelManagement/obj/Debug/HotelManagement.csproj.CoreCompileInputs.cache +++ b/HotelManagement/HotelManagement/obj/Debug/HotelManagement.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -e4436656d8a2d39e4d61b629b7e8c6f6341dd96d +dbf61e890e8bfacf4cb161c1f47dd023750ab0fe diff --git a/HotelManagement/HotelManagement/obj/Debug/HotelManagement.csproj.FileListAbsolute.txt b/HotelManagement/HotelManagement/obj/Debug/HotelManagement.csproj.FileListAbsolute.txt index db50553..7a49707 100644 --- a/HotelManagement/HotelManagement/obj/Debug/HotelManagement.csproj.FileListAbsolute.txt +++ b/HotelManagement/HotelManagement/obj/Debug/HotelManagement.csproj.FileListAbsolute.txt @@ -325,3 +325,44 @@ C:\Users\ailen\Desktop\isw\Proiect\HotelManagement\HotelManagement\HotelManageme C:\Users\ailen\Desktop\isw\Proiect\HotelManagement\HotelManagement\HotelManagement\obj\Debug\HotelManagement.csproj.CopyComplete C:\Users\ailen\Desktop\isw\Proiect\HotelManagement\HotelManagement\HotelManagement\obj\Debug\HotelManagement.exe C:\Users\ailen\Desktop\isw\Proiect\HotelManagement\HotelManagement\HotelManagement\obj\Debug\HotelManagement.pdb +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Debug\HotelManagement.exe.config +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Debug\HotelManagement.exe +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Debug\HotelManagement.pdb +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Debug\EASendMail.dll +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Debug\EntityFramework.dll +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Debug\EntityFramework.SqlServer.dll +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Debug\Guna.UI2.dll +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Debug\Microsoft.Build.Framework.dll +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Debug\System.Security.Cryptography.Pkcs.dll +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Debug\System.Memory.dll +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Debug\EntityFramework.xml +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Debug\EntityFramework.SqlServer.xml +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Debug\Microsoft.Build.Framework.pdb +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Debug\Microsoft.Build.Framework.xml +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Debug\System.Runtime.CompilerServices.Unsafe.xml +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Debug\System.Security.Cryptography.Pkcs.xml +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Debug\HotelManagement.csproj.AssemblyReference.cache +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Debug\HotelManagement.csproj.SuggestedBindingRedirects.cache +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Debug\HotelManagement.exe.config +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Debug\HotelManagement.AboutForm.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Debug\HotelManagement.Booking.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Debug\HotelManagement.CamereForm.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Debug\HotelManagement.Clientinfo.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Debug\HotelManagement.ClientLogIn.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Debug\HotelManagement.ContactForm.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Debug\HotelManagement.FacilitatiForrm.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Debug\HotelManagement.Galerie.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Debug\HotelManagement.MainStaff.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Debug\HotelManagement.PricesPage.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Debug\HotelManagement.StaffLogin.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Debug\HotelManagement.Register.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Debug\HotelManagement.Properties.Resources.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Debug\HotelManagement.ReservationInformation.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Debug\HotelManagement.RoomInformation.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Debug\HotelManagement.StaffInformation.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Debug\HotelManagement.csproj.GenerateResource.cache +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Debug\HotelManagement.csproj.CoreCompileInputs.cache +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Debug\HotelManagement.csproj.CopyComplete +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Debug\HotelManagement.exe +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Debug\HotelManagement.pdb diff --git a/HotelManagement/HotelManagement/obj/Debug/HotelManagement.csproj.GenerateResource.cache b/HotelManagement/HotelManagement/obj/Debug/HotelManagement.csproj.GenerateResource.cache index c842b67..d18f2d0 100644 Binary files a/HotelManagement/HotelManagement/obj/Debug/HotelManagement.csproj.GenerateResource.cache and b/HotelManagement/HotelManagement/obj/Debug/HotelManagement.csproj.GenerateResource.cache differ diff --git a/HotelManagement/HotelManagement/obj/Debug/HotelManagement.csproj.SuggestedBindingRedirects.cache b/HotelManagement/HotelManagement/obj/Debug/HotelManagement.csproj.SuggestedBindingRedirects.cache index e69de29..8b9f013 100644 --- a/HotelManagement/HotelManagement/obj/Debug/HotelManagement.csproj.SuggestedBindingRedirects.cache +++ b/HotelManagement/HotelManagement/obj/Debug/HotelManagement.csproj.SuggestedBindingRedirects.cache @@ -0,0 +1 @@ +e9f67347689f871fdedb63cacf4c2b47caf2daf3 diff --git a/HotelManagement/HotelManagement/obj/Debug/HotelManagement.exe b/HotelManagement/HotelManagement/obj/Debug/HotelManagement.exe index ea2d4f2..ae83297 100644 Binary files a/HotelManagement/HotelManagement/obj/Debug/HotelManagement.exe and b/HotelManagement/HotelManagement/obj/Debug/HotelManagement.exe differ diff --git a/HotelManagement/HotelManagement/obj/Debug/HotelManagement.exe.config b/HotelManagement/HotelManagement/obj/Debug/HotelManagement.exe.config new file mode 100644 index 0000000..76b3c3c --- /dev/null +++ b/HotelManagement/HotelManagement/obj/Debug/HotelManagement.exe.config @@ -0,0 +1,27 @@ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/HotelManagement/HotelManagement/obj/Debug/HotelManagement.pdb b/HotelManagement/HotelManagement/obj/Debug/HotelManagement.pdb index 9517e06..cf2fcf2 100644 Binary files a/HotelManagement/HotelManagement/obj/Debug/HotelManagement.pdb and b/HotelManagement/HotelManagement/obj/Debug/HotelManagement.pdb differ diff --git a/HotelManagement/HotelManagement/obj/Release/DesignTimeResolveAssemblyReferences.cache b/HotelManagement/HotelManagement/obj/Release/DesignTimeResolveAssemblyReferences.cache index eefcd22..906e489 100644 Binary files a/HotelManagement/HotelManagement/obj/Release/DesignTimeResolveAssemblyReferences.cache and b/HotelManagement/HotelManagement/obj/Release/DesignTimeResolveAssemblyReferences.cache differ diff --git a/HotelManagement/HotelManagement/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache b/HotelManagement/HotelManagement/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache index c4f7b6f..ca222b1 100644 Binary files a/HotelManagement/HotelManagement/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache and b/HotelManagement/HotelManagement/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/HotelManagement/HotelManagement/obj/Release/HotelManagement.csproj.AssemblyReference.cache b/HotelManagement/HotelManagement/obj/Release/HotelManagement.csproj.AssemblyReference.cache index 0ef9f36..4a85c1b 100644 Binary files a/HotelManagement/HotelManagement/obj/Release/HotelManagement.csproj.AssemblyReference.cache and b/HotelManagement/HotelManagement/obj/Release/HotelManagement.csproj.AssemblyReference.cache differ diff --git a/HotelManagement/HotelManagement/obj/Release/HotelManagement.csproj.CoreCompileInputs.cache b/HotelManagement/HotelManagement/obj/Release/HotelManagement.csproj.CoreCompileInputs.cache index 1a467dc..a988006 100644 --- a/HotelManagement/HotelManagement/obj/Release/HotelManagement.csproj.CoreCompileInputs.cache +++ b/HotelManagement/HotelManagement/obj/Release/HotelManagement.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -cc2ffb034321e72f469bddd58760f3df6a9cc5d8 +82b4d89e35c0e7f4e2ee91175948d894f36596ad diff --git a/HotelManagement/HotelManagement/obj/Release/HotelManagement.csproj.FileListAbsolute.txt b/HotelManagement/HotelManagement/obj/Release/HotelManagement.csproj.FileListAbsolute.txt index b93970c..d29afa9 100644 --- a/HotelManagement/HotelManagement/obj/Release/HotelManagement.csproj.FileListAbsolute.txt +++ b/HotelManagement/HotelManagement/obj/Release/HotelManagement.csproj.FileListAbsolute.txt @@ -37,3 +37,44 @@ C:\Users\ailen\Desktop\isw\Proiect\HotelManagement\HotelManagement\HotelManageme C:\Users\ailen\Desktop\isw\Proiect\HotelManagement\HotelManagement\HotelManagement\bin\Release\Microsoft.Build.Framework.pdb C:\Users\ailen\Desktop\isw\Proiect\HotelManagement\HotelManagement\HotelManagement\bin\Release\Microsoft.Build.Framework.xml C:\Users\ailen\Desktop\isw\Proiect\HotelManagement\HotelManagement\HotelManagement\bin\Release\System.Runtime.CompilerServices.Unsafe.xml +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Release\HotelManagement.exe.config +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Release\HotelManagement.exe +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Release\HotelManagement.pdb +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Release\EASendMail.dll +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Release\EntityFramework.dll +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Release\EntityFramework.SqlServer.dll +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Release\Guna.UI2.dll +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Release\Microsoft.Build.Framework.dll +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Release\System.Runtime.CompilerServices.Unsafe.dll +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Release\System.Security.Cryptography.Pkcs.dll +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Release\System.Memory.dll +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Release\EntityFramework.xml +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Release\EntityFramework.SqlServer.xml +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Release\Microsoft.Build.Framework.pdb +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Release\Microsoft.Build.Framework.xml +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Release\System.Runtime.CompilerServices.Unsafe.xml +D:\hotel\HotelManagement\HotelManagement\HotelManagement\bin\Release\System.Security.Cryptography.Pkcs.xml +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Release\HotelManagement.csproj.AssemblyReference.cache +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Release\HotelManagement.csproj.SuggestedBindingRedirects.cache +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Release\HotelManagement.exe.config +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Release\HotelManagement.AboutForm.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Release\HotelManagement.Booking.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Release\HotelManagement.CamereForm.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Release\HotelManagement.Clientinfo.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Release\HotelManagement.ClientLogIn.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Release\HotelManagement.ContactForm.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Release\HotelManagement.FacilitatiForrm.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Release\HotelManagement.Galerie.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Release\HotelManagement.MainStaff.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Release\HotelManagement.PricesPage.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Release\HotelManagement.StaffLogin.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Release\HotelManagement.Register.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Release\HotelManagement.Properties.Resources.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Release\HotelManagement.ReservationInformation.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Release\HotelManagement.RoomInformation.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Release\HotelManagement.StaffInformation.resources +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Release\HotelManagement.csproj.GenerateResource.cache +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Release\HotelManagement.csproj.CoreCompileInputs.cache +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Release\HotelManagement.csproj.CopyComplete +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Release\HotelManagement.exe +D:\hotel\HotelManagement\HotelManagement\HotelManagement\obj\Release\HotelManagement.pdb diff --git a/HotelManagement/HotelManagement/obj/Release/HotelManagement.csproj.GenerateResource.cache b/HotelManagement/HotelManagement/obj/Release/HotelManagement.csproj.GenerateResource.cache index ade9287..21d0054 100644 Binary files a/HotelManagement/HotelManagement/obj/Release/HotelManagement.csproj.GenerateResource.cache and b/HotelManagement/HotelManagement/obj/Release/HotelManagement.csproj.GenerateResource.cache differ diff --git a/HotelManagement/HotelManagement/obj/Release/HotelManagement.csproj.SuggestedBindingRedirects.cache b/HotelManagement/HotelManagement/obj/Release/HotelManagement.csproj.SuggestedBindingRedirects.cache index e69de29..8b9f013 100644 --- a/HotelManagement/HotelManagement/obj/Release/HotelManagement.csproj.SuggestedBindingRedirects.cache +++ b/HotelManagement/HotelManagement/obj/Release/HotelManagement.csproj.SuggestedBindingRedirects.cache @@ -0,0 +1 @@ +e9f67347689f871fdedb63cacf4c2b47caf2daf3 diff --git a/HotelManagement/HotelManagement/obj/Release/HotelManagement.exe b/HotelManagement/HotelManagement/obj/Release/HotelManagement.exe index 77637a6..4831187 100644 Binary files a/HotelManagement/HotelManagement/obj/Release/HotelManagement.exe and b/HotelManagement/HotelManagement/obj/Release/HotelManagement.exe differ diff --git a/HotelManagement/HotelManagement/obj/Release/HotelManagement.exe.config b/HotelManagement/HotelManagement/obj/Release/HotelManagement.exe.config new file mode 100644 index 0000000..76b3c3c --- /dev/null +++ b/HotelManagement/HotelManagement/obj/Release/HotelManagement.exe.config @@ -0,0 +1,27 @@ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/HotelManagement/HotelManagement/obj/Release/HotelManagement.pdb b/HotelManagement/HotelManagement/obj/Release/HotelManagement.pdb index 6db2ff7..682057e 100644 Binary files a/HotelManagement/HotelManagement/obj/Release/HotelManagement.pdb and b/HotelManagement/HotelManagement/obj/Release/HotelManagement.pdb differ diff --git a/HotelManagement/UnitTestProject1/obj/Debug/UnitTestProject1.csproj.AssemblyReference.cache b/HotelManagement/UnitTestProject1/obj/Debug/UnitTestProject1.csproj.AssemblyReference.cache index d247044..b955727 100644 Binary files a/HotelManagement/UnitTestProject1/obj/Debug/UnitTestProject1.csproj.AssemblyReference.cache and b/HotelManagement/UnitTestProject1/obj/Debug/UnitTestProject1.csproj.AssemblyReference.cache differ diff --git a/HotelManagement/UnitTestProject1/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache b/HotelManagement/UnitTestProject1/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache index 788f102..962ca1f 100644 Binary files a/HotelManagement/UnitTestProject1/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache and b/HotelManagement/UnitTestProject1/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/HotelManagement/UnitTestProject1/obj/Release/UnitTestProject1.csproj.AssemblyReference.cache b/HotelManagement/UnitTestProject1/obj/Release/UnitTestProject1.csproj.AssemblyReference.cache index 2fc571b..54a256e 100644 Binary files a/HotelManagement/UnitTestProject1/obj/Release/UnitTestProject1.csproj.AssemblyReference.cache and b/HotelManagement/UnitTestProject1/obj/Release/UnitTestProject1.csproj.AssemblyReference.cache differ