/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CBookingInfoForm));
     this.NoofGuestTextBox = new System.Windows.Forms.TextBox();
     this.NoOfGuest = new System.Windows.Forms.Label();
     this.CommentTextBox = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.CallBackRadioButton = new System.Windows.Forms.RadioButton();
     this.ConfirmRadioButton = new System.Windows.Forms.RadioButton();
     this.ProvisionalRadioButton = new System.Windows.Forms.RadioButton();
     this.DateLabel = new System.Windows.Forms.Label();
     this.DateTimeLabel = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.txtPhoneNumber = new System.Windows.Forms.TextBox();
     this.NameTextBox = new System.Windows.Forms.TextBox();
     this.myCalendar = new System.Windows.Forms.MonthCalendar();
     this.label10 = new System.Windows.Forms.Label();
     this.FinishRadioButton = new System.Windows.Forms.RadioButton();
     this.label13 = new System.Windows.Forms.Label();
     this.txtBuildingName = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.txtFloorAptNumber = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.txtHouseNumber = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.txtStreetName = new System.Windows.Forms.TextBox();
     this.cmbCountry = new System.Windows.Forms.ComboBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.txtTown = new System.Windows.Forms.TextBox();
     this.txtPostalCode = new System.Windows.Forms.TextBox();
     this.tmrCallerInfo = new System.Windows.Forms.Timer(this.components);
     this.lblPhoneNumber = new System.Windows.Forms.Label();
     this.lblCustomer = new System.Windows.Forms.Label();
     this.btnFindAddress = new System.Windows.Forms.Button();
     this.btnAccept = new System.Windows.Forms.Button();
     this.PhoneSearchButton = new System.Windows.Forms.Button();
     this.FinishButton = new RMSUI.FunctionalButton();
     this.CancelButton = new RMSUI.FunctionalButton();
     this.keyboard1 = new RMSUI.keyboard();
     this.SuspendLayout();
     //
     // NoofGuestTextBox
     //
     this.NoofGuestTextBox.BackColor = System.Drawing.Color.Gainsboro;
     this.NoofGuestTextBox.ForeColor = System.Drawing.Color.Black;
     this.NoofGuestTextBox.Location = new System.Drawing.Point(108, 252);
     this.NoofGuestTextBox.Name = "NoofGuestTextBox";
     this.NoofGuestTextBox.Size = new System.Drawing.Size(173, 20);
     this.NoofGuestTextBox.TabIndex = 13;
     this.NoofGuestTextBox.Click += new System.EventHandler(this.NoGuest_Click);
     this.NoofGuestTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NoofGuestTextBox_KeyPress);
     //
     // NoOfGuest
     //
     this.NoOfGuest.AutoSize = true;
     this.NoOfGuest.BackColor = System.Drawing.Color.Transparent;
     this.NoOfGuest.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.NoOfGuest.ForeColor = System.Drawing.Color.White;
     this.NoOfGuest.Location = new System.Drawing.Point(24, 252);
     this.NoOfGuest.Name = "NoOfGuest";
     this.NoOfGuest.Size = new System.Drawing.Size(75, 13);
     this.NoOfGuest.TabIndex = 93;
     this.NoOfGuest.Text = "No of Guest";
     //
     // CommentTextBox
     //
     this.CommentTextBox.BackColor = System.Drawing.Color.Gainsboro;
     this.CommentTextBox.ForeColor = System.Drawing.Color.Black;
     this.CommentTextBox.Location = new System.Drawing.Point(393, 224);
     this.CommentTextBox.Multiline = true;
     this.CommentTextBox.Name = "CommentTextBox";
     this.CommentTextBox.Size = new System.Drawing.Size(133, 57);
     this.CommentTextBox.TabIndex = 12;
     this.CommentTextBox.Click += new System.EventHandler(this.Comments_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location = new System.Drawing.Point(326, 222);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(64, 13);
     this.label3.TabIndex = 99;
     this.label3.Text = "Comments";
     //
     // CallBackRadioButton
     //
     this.CallBackRadioButton.AutoSize = true;
     this.CallBackRadioButton.BackColor = System.Drawing.Color.Transparent;
     this.CallBackRadioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CallBackRadioButton.ForeColor = System.Drawing.Color.White;
     this.CallBackRadioButton.Location = new System.Drawing.Point(286, 285);
     this.CallBackRadioButton.Name = "CallBackRadioButton";
     this.CallBackRadioButton.Size = new System.Drawing.Size(79, 17);
     this.CallBackRadioButton.TabIndex = 27;
     this.CallBackRadioButton.Text = "Call Back";
     this.CallBackRadioButton.UseVisualStyleBackColor = false;
     //
     // ConfirmRadioButton
     //
     this.ConfirmRadioButton.AutoSize = true;
     this.ConfirmRadioButton.BackColor = System.Drawing.Color.Transparent;
     this.ConfirmRadioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ConfirmRadioButton.ForeColor = System.Drawing.Color.White;
     this.ConfirmRadioButton.Location = new System.Drawing.Point(199, 285);
     this.ConfirmRadioButton.Name = "ConfirmRadioButton";
     this.ConfirmRadioButton.Size = new System.Drawing.Size(81, 17);
     this.ConfirmRadioButton.TabIndex = 26;
     this.ConfirmRadioButton.Text = "Confirmed";
     this.ConfirmRadioButton.UseVisualStyleBackColor = false;
     //
     // ProvisionalRadioButton
     //
     this.ProvisionalRadioButton.AutoSize = true;
     this.ProvisionalRadioButton.BackColor = System.Drawing.Color.Transparent;
     this.ProvisionalRadioButton.Checked = true;
     this.ProvisionalRadioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ProvisionalRadioButton.ForeColor = System.Drawing.Color.White;
     this.ProvisionalRadioButton.Location = new System.Drawing.Point(106, 285);
     this.ProvisionalRadioButton.Name = "ProvisionalRadioButton";
     this.ProvisionalRadioButton.Size = new System.Drawing.Size(87, 17);
     this.ProvisionalRadioButton.TabIndex = 25;
     this.ProvisionalRadioButton.TabStop = true;
     this.ProvisionalRadioButton.Text = "Provisional";
     this.ProvisionalRadioButton.UseVisualStyleBackColor = false;
     //
     // DateLabel
     //
     this.DateLabel.AutoSize = true;
     this.DateLabel.BackColor = System.Drawing.Color.Transparent;
     this.DateLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DateLabel.Location = new System.Drawing.Point(656, 271);
     this.DateLabel.Name = "DateLabel";
     this.DateLabel.Size = new System.Drawing.Size(38, 13);
     this.DateLabel.TabIndex = 109;
     this.DateLabel.Text = "Date:";
     //
     // DateTimeLabel
     //
     this.DateTimeLabel.AutoSize = true;
     this.DateTimeLabel.BackColor = System.Drawing.Color.Transparent;
     this.DateTimeLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DateTimeLabel.Location = new System.Drawing.Point(483, 53);
     this.DateTimeLabel.Name = "DateTimeLabel";
     this.DateTimeLabel.Size = new System.Drawing.Size(63, 13);
     this.DateTimeLabel.TabIndex = 110;
     this.DateTimeLabel.Text = "ffffffffffffff";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location = new System.Drawing.Point(343, 101);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(43, 13);
     this.label4.TabIndex = 178;
     this.label4.Text = "Phone";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(59, 102);
     this.label1.Name = "label1";
     this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label1.Size = new System.Drawing.Size(39, 13);
     this.label1.TabIndex = 177;
     this.label1.Text = "Name";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtPhoneNumber
     //
     this.txtPhoneNumber.BackColor = System.Drawing.Color.Gainsboro;
     this.txtPhoneNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPhoneNumber.ForeColor = System.Drawing.Color.Black;
     this.txtPhoneNumber.Location = new System.Drawing.Point(393, 101);
     this.txtPhoneNumber.Name = "txtPhoneNumber";
     this.txtPhoneNumber.Size = new System.Drawing.Size(133, 22);
     this.txtPhoneNumber.TabIndex = 1;
     this.txtPhoneNumber.Click += new System.EventHandler(this.Phone_Click);
     //
     // NameTextBox
     //
     this.NameTextBox.BackColor = System.Drawing.Color.Gainsboro;
     this.NameTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.NameTextBox.ForeColor = System.Drawing.Color.Black;
     this.NameTextBox.Location = new System.Drawing.Point(108, 99);
     this.NameTextBox.Name = "NameTextBox";
     this.NameTextBox.Size = new System.Drawing.Size(173, 24);
     this.NameTextBox.TabIndex = 0;
     this.NameTextBox.Click += new System.EventHandler(this.Name_Click);
     //
     // myCalendar
     //
     this.myCalendar.FirstDayOfWeek = System.Windows.Forms.Day.Monday;
     this.myCalendar.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
     this.myCalendar.Location = new System.Drawing.Point(574, 94);
     this.myCalendar.Name = "myCalendar";
     this.myCalendar.TabIndex = 70;
     this.myCalendar.TitleBackColor = System.Drawing.Color.Gray;
     this.myCalendar.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.myCalendar_DateChanged);
     this.myCalendar.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.myCalendar_DateSelected);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)), true);
     this.label10.ForeColor = System.Drawing.Color.White;
     this.label10.Location = new System.Drawing.Point(375, 51);
     this.label10.Name = "label10";
     this.label10.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label10.Size = new System.Drawing.Size(102, 16);
     this.label10.TabIndex = 192;
     this.label10.Text = "Booking Date";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FinishRadioButton
     //
     this.FinishRadioButton.AutoSize = true;
     this.FinishRadioButton.BackColor = System.Drawing.Color.Transparent;
     this.FinishRadioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FinishRadioButton.ForeColor = System.Drawing.Color.White;
     this.FinishRadioButton.Location = new System.Drawing.Point(371, 285);
     this.FinishRadioButton.Name = "FinishRadioButton";
     this.FinishRadioButton.Size = new System.Drawing.Size(72, 17);
     this.FinishRadioButton.TabIndex = 28;
     this.FinishRadioButton.Text = "Finished";
     this.FinishRadioButton.UseVisualStyleBackColor = false;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.BackColor = System.Drawing.Color.Transparent;
     this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.Color.White;
     this.label13.Location = new System.Drawing.Point(279, 158);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(109, 16);
     this.label13.TabIndex = 200;
     this.label13.Text = "Building Name";
     //
     // txtBuildingName
     //
     this.txtBuildingName.BackColor = System.Drawing.Color.Gainsboro;
     this.txtBuildingName.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtBuildingName.ForeColor = System.Drawing.Color.Black;
     this.txtBuildingName.Location = new System.Drawing.Point(393, 157);
     this.txtBuildingName.Name = "txtBuildingName";
     this.txtBuildingName.Size = new System.Drawing.Size(133, 22);
     this.txtBuildingName.TabIndex = 4;
     this.txtBuildingName.Click += new System.EventHandler(this.BuildinNo_Click);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.Color.White;
     this.label8.Location = new System.Drawing.Point(6, 127);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(92, 13);
     this.label8.TabIndex = 199;
     this.label8.Text = "Floor or apt No";
     //
     // txtFloorAptNumber
     //
     this.txtFloorAptNumber.BackColor = System.Drawing.Color.Gainsboro;
     this.txtFloorAptNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtFloorAptNumber.ForeColor = System.Drawing.Color.Black;
     this.txtFloorAptNumber.Location = new System.Drawing.Point(108, 127);
     this.txtFloorAptNumber.Name = "txtFloorAptNumber";
     this.txtFloorAptNumber.Size = new System.Drawing.Size(173, 22);
     this.txtFloorAptNumber.TabIndex = 3;
     this.txtFloorAptNumber.Click += new System.EventHandler(this.FloorNo_Click);
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.BackColor = System.Drawing.Color.Transparent;
     this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.ForeColor = System.Drawing.Color.White;
     this.label14.Location = new System.Drawing.Point(298, 129);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(90, 13);
     this.label14.TabIndex = 205;
     this.label14.Text = "House Number";
     //
     // txtHouseNumber
     //
     this.txtHouseNumber.BackColor = System.Drawing.Color.Gainsboro;
     this.txtHouseNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtHouseNumber.ForeColor = System.Drawing.Color.Black;
     this.txtHouseNumber.Location = new System.Drawing.Point(393, 129);
     this.txtHouseNumber.Name = "txtHouseNumber";
     this.txtHouseNumber.Size = new System.Drawing.Size(133, 22);
     this.txtHouseNumber.TabIndex = 5;
     this.txtHouseNumber.Click += new System.EventHandler(this.HouseNo_Click);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location = new System.Drawing.Point(25, 193);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(77, 13);
     this.label6.TabIndex = 204;
     this.label6.Text = "Street Name";
     //
     // txtStreetName
     //
     this.txtStreetName.BackColor = System.Drawing.Color.Gainsboro;
     this.txtStreetName.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtStreetName.ForeColor = System.Drawing.Color.Black;
     this.txtStreetName.Location = new System.Drawing.Point(108, 193);
     this.txtStreetName.Name = "txtStreetName";
     this.txtStreetName.Size = new System.Drawing.Size(173, 22);
     this.txtStreetName.TabIndex = 6;
     this.txtStreetName.Click += new System.EventHandler(this.Street_Click);
     //
     // cmbCountry
     //
     this.cmbCountry.BackColor = System.Drawing.Color.Gainsboro;
     this.cmbCountry.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbCountry.ForeColor = System.Drawing.Color.Black;
     this.cmbCountry.FormattingEnabled = true;
     this.cmbCountry.Items.AddRange(new object[] {
     " Afghanistan (Kabul) (AS)",
     "Albania (Tirane) (EU)",
     "Algeria (Algers) (AF)",
     "Andorra (Andorra la Vella) (EU)",
     "Angola (Luanda) (AF)",
     "Antigua and Barbuda (St. John\'s) (NA)",
     "Argentina (Buenos Aires) (SA)",
     "Armenia (Yerevan) (EU)",
     "Australia (Canberra) (AU)",
     "Austria (Vienna) (EU)",
     "Azerbaijan (Baku) (AS)",
     " Bahamas (Nassau) (NA)",
     "Bahrain (Manama) (AS)",
     "Bangladesh (Dhaka) (AS)",
     "Barbados (Bridgetown) (NA)",
     "Belarus (Minsk) (EU)",
     "Belgium (Brussels) (EU)",
     "Belize (Belmopan) (NA)",
     "Benin (Port-Novo) (AF)",
     "Bhutan (Thimphu) (AS)",
     "Bolivia (Sucre) (SA)",
     "Bosnia and Herzegovina (Sarajevo) (EU)",
     "Botswana (Gaborone) (AF)",
     "Brazil (Brasilia) (SA)",
     "Brunei (Bander Seri Begawan) (AS)",
     "Bulgaria (Sofia) (EU)",
     "Burkina Faso (Ouagadougou) (AF)",
     "Burma/Myanmar (Yangon) (AS)",
     "Burundi (Bujumbura) (AF)",
     " Cambodia (Phnom Penh) (AS)",
     "Cameroon (Yaounde) (AF)",
     "Canada (Ottawa) (NA)",
     "Cape Verde (Praia) (EU - Portugal)",
     "Central African Republic (Bangui) (AF)",
     "Chad (N\'Djamena) (AF)",
     "Chile (Santiago) (SA)",
     "China (Beijing) (AS)",
     "Colombia (Bogota) (SA)",
     "Comoros (Moroni) (AF)",
     "Congo (Brazzaville) (AF)",
     "Congo, Democratic Republic of (Kinshasa) (AF)",
     "Costa Rica (San Jose) (NA)",
     "Cote d\'Ivoire/Ivory Coast (Yamoussoukro) (AF)",
     "Croatia (Zagreb) (EU)",
     "Cuba (Havana) (NA)",
     "Cyprus (Nicosia) (AS) and/or (EU)",
     "Czech Republic (Prague) (EU)",
     " Denmark (Copenhagen) (EU)",
     "Djibouti (Djibouti) (AF)",
     "Dominica (Roseau) (NA)",
     "Dominican Republic (Santo Domingo) (NA)",
     " East Timor (Dili) (AS)",
     "Ecuador (Quito) (SA)",
     "Egypt (Cairo) (AF)",
     "El Salvador (San Salvador) (NA)",
     "Equatorial Guinea (Malabo) (AF)",
     "Eritrea (Asmara) (AF)",
     "Estonia (Tallinn) (EU)",
     "Ethiopia (Addis Ababa) (AF)",
     " Fiji (Suva) (AU - Oceania)",
     "Finland (Helsinki) (EU)",
     "France (Paris) (EU)",
     " Gabon (Liberville) (AF)",
     "Gambia (Banjul) (AF)",
     "Georgia (Tbilisi) (EU)",
     "Germany (Berlin) (EU)",
     "Ghana (Accra) (AF)",
     "Greece (Athens) (EU)",
     "Grenada (St. George\'s) (NA)",
     "Guatemala (Guatemala City) (NA)",
     "Guinea (Conakry) (AF)",
     "Guinea-Bissau (Bissau) (AF)",
     "Guyana (Georgetown) (SA)",
     " Haiti (Port-au-Prince) (NA)",
     "Honduras (Tegucigalpa) (NA)",
     "Hungary (Budapest) (EU)",
     " Iceland (Reykjavik) (EU)",
     "India (New Delhi) (AS)",
     "Indonesia (Jakarta) (AS)",
     "Iran (Tehran) (AS)",
     "Iraq (Baghdad) (AS)",
     "Ireland (Dublin) (EU)",
     "Israel (Jerusalem) (AS)",
     "Italy (Rome) (EU)",
     " Jamaica (Kingston) (NA)",
     "Japan (Tokyo) (AS)",
     "Jordan (Amman) (AS)",
     " Kazakstan (Astana) (AS)",
     "Kenya (Nairobi) (AF)",
     "Kiribati (Bairiki) (AU - Oceania)",
     "Korea, North (Pyongyang) (AS)",
     "Korea, South (Seoul) (AS)",
     "Kuwait (Kuwait City) (AS)",
     "Kyrgyzstan (Bishkek) (AS)",
     " Laos (Vientiane) (AS)",
     "Latvia (Riga) (EU)",
     "Lebanon (Beirut) (AS)",
     "Lesotho (Maseru) (AF)",
     "Liberia (Monrovia) (AF)",
     "Libya (Tripoli) (AF)",
     "Liechtenstein (Vaduz) (EU)",
     "Lithuania (Vilnius) (EU)",
     "Luxembourg (Luxembourg) (EU)",
     " Macedonia (Skopje) (EU)",
     "Madagascar (Antananarivo) (AF)",
     "Malawi (Lilongwe) (AF)",
     "Malaysia (Kuala Lumpur) (AS)",
     "Maldives (Male) (AS)",
     "Mali (Bamako) (AF)",
     "Malta (Valletta) (EU)",
     "Marshall Islands (Majuro) (AU - Oceania)",
     "Mauritania (Nouakchott) (AF)",
     "Mauritius (Port Louis) (AF)",
     "Mexico (Mexico City) (NA)",
     "Micronesia (Palikir) (AU - Oceania)",
     "Moldova (Chisinau) (EU)",
     "Monaco (Monaco) (EU)",
     "Mongolia (Ulan Bator) (AS)",
     "Montenegro (Podgorica) (EU)",
     "Morocco (Rabat) (AF) (including Western Sahara)",
     "Mozambique (Maputo) (AF)",
     " Namibia (Windhoek) (AF)",
     "Nauru (no official capital) (AU - Oceania)",
     "Nepal (Kathmandu) (AS)",
     "Netherlands (Amsterdam, The Hague) (EU)",
     "New Zealand (Wellington) (AU)",
     "Nicaragua (Managua) (NA)",
     "Niger (Niamey) (AF)",
     "Nigeria (Abuja) (AF)",
     "Norway (Oslo) (EU)",
     " Oman (Muscat) (AS) ",
     " Pakistan (Islamabad) (AS)",
     "Palau (Koror) (AU - Oceania)",
     "Panama (Panama City) (NA)",
     "Papua New Guinea (Port Moresby) (AU)",
     "Paraguay (Asuncion) (SA)",
     "Peru (Lima) (SA)",
     "Philippines (Manila) (AS)",
     "Poland (Warsaw) (EU)",
     "Portugal (Lisbon) (EU)",
     " Qatar (Doha) (AS) ",
     " Romania (Bucharest) (EU)",
     "Russian Federation (Moscow) (AS)",
     "Rwanda (Kigali) (AF)",
     " Saint Kitts and Nevis (Basseterre) (NA)",
     "Saint Lucia (Castries) (NA)",
     "Saint Vincent and the Grenadines (Kingstown) (NA)",
     "Samoa (Apia) (AU - Oceania)",
     "San Marino (San Marino) (EU)",
     "Sao Tome and Principe (Sao Tome) (AF)",
     "Saudi Arabia (Riyadh) (AS)",
     "Senegal (Dakar) (AF)",
     "Serbia (Belgrade) (EU)",
     "Seychelles (Victoria) (AF)",
     "Sierra Leone (Freetown) (AF)",
     "Singapore (Singapore City) (AS)",
     "Slovakia (Bratislava) (EU)",
     "Slovenia (Ljubljana) (EU)",
     "Solomon Islands (Honiara) (AU - Oceania)",
     "Somalia (Mogadishu) (AF)",
     "South Africa (Pretoria, Cape Town, Bloemfontein) (AF)",
     "Spain (Madrid) (EU)",
     "Sri Lanka (Colombo) (AS)",
     "Sudan (Khartoum) (AF)",
     "Suriname (Paramaribo) (SA)",
     "Swaziland (Mbabane) (AF)",
     "Sweden (Stockholm) (EU)",
     "Switzerland (Bern) (EU)",
     "Syria (Damascus) (AS)",
     " Tajikistan (Dushanbe) (AS)",
     "Tanzania (Dodoma) (AF)",
     "Thailand (Bangkok) (AS)",
     "Togo (Lome) (AF)",
     "Tonga (Nuku\'alofa) (AU - Oceania)",
     "Trinidad and Tobago (Port-of-Spain) (NA)",
     "Tunisia (Tunis) (AF)",
     "Turkey (Ankara) (AS) & (EU)",
     "Turkmenistan (Ashgabat) (AS)",
     "Tuvalu (Funafuti) (AU - Oceania)",
     " Uganda (Kampala) (AF)",
     "Ukraine (Kiev) (EU)",
     "United Arab Emirates (Abu Dhabi) (AS)",
     "United Kingdom (London) (EU)",
     "United States (Washington D.C.) (NA)",
     "Uruguay (Montevideo) (SA)",
     "Uzbekistan (Tashkent) (AS)",
     " Vanuatu (Port-Vila) (AU - Oceania)",
     "Vatican City (na) (EU)",
     "Venezuela (Caracas) (SA)",
     "Vietnam (Hanoi) (AS)",
     " Yemen (Sana) (AS)",
     " Zambia (Lusaka) (AF)",
     "Zimbabwe (Harare) (AF)"});
     this.cmbCountry.Location = new System.Drawing.Point(393, 187);
     this.cmbCountry.Name = "cmbCountry";
     this.cmbCountry.Size = new System.Drawing.Size(133, 21);
     this.cmbCountry.TabIndex = 11;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.ForeColor = System.Drawing.Color.White;
     this.label9.Location = new System.Drawing.Point(338, 187);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(50, 13);
     this.label9.TabIndex = 212;
     this.label9.Text = "Country";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.White;
     this.label7.Location = new System.Drawing.Point(60, 227);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(38, 13);
     this.label7.TabIndex = 211;
     this.label7.Text = "Town";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location = new System.Drawing.Point(25, 155);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(75, 13);
     this.label5.TabIndex = 210;
     this.label5.Text = "Postal Code";
     //
     // txtTown
     //
     this.txtTown.BackColor = System.Drawing.Color.Gainsboro;
     this.txtTown.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTown.ForeColor = System.Drawing.Color.Black;
     this.txtTown.Location = new System.Drawing.Point(108, 222);
     this.txtTown.Name = "txtTown";
     this.txtTown.Size = new System.Drawing.Size(173, 22);
     this.txtTown.TabIndex = 10;
     this.txtTown.Click += new System.EventHandler(this.Town_Click);
     //
     // txtPostalCode
     //
     this.txtPostalCode.BackColor = System.Drawing.Color.Gainsboro;
     this.txtPostalCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPostalCode.ForeColor = System.Drawing.Color.Black;
     this.txtPostalCode.Location = new System.Drawing.Point(108, 155);
     this.txtPostalCode.Name = "txtPostalCode";
     this.txtPostalCode.Size = new System.Drawing.Size(88, 22);
     this.txtPostalCode.TabIndex = 8;
     this.txtPostalCode.Click += new System.EventHandler(this.PostalCode_Click);
     //
     // tmrCallerInfo
     //
     this.tmrCallerInfo.Interval = 1000;
     this.tmrCallerInfo.Tick += new System.EventHandler(this.tmrCallerInfo_Tick);
     //
     // lblPhoneNumber
     //
     this.lblPhoneNumber.AutoSize = true;
     this.lblPhoneNumber.BackColor = System.Drawing.Color.Transparent;
     this.lblPhoneNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPhoneNumber.ForeColor = System.Drawing.Color.Yellow;
     this.lblPhoneNumber.Location = new System.Drawing.Point(77, 54);
     this.lblPhoneNumber.Name = "lblPhoneNumber";
     this.lblPhoneNumber.Size = new System.Drawing.Size(90, 13);
     this.lblPhoneNumber.TabIndex = 218;
     this.lblPhoneNumber.Text = "Phone Number";
     //
     // lblCustomer
     //
     this.lblCustomer.AutoSize = true;
     this.lblCustomer.BackColor = System.Drawing.Color.Transparent;
     this.lblCustomer.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCustomer.ForeColor = System.Drawing.Color.Yellow;
     this.lblCustomer.Location = new System.Drawing.Point(77, 73);
     this.lblCustomer.Name = "lblCustomer";
     this.lblCustomer.Size = new System.Drawing.Size(95, 13);
     this.lblCustomer.TabIndex = 219;
     this.lblCustomer.Text = "Customer Name";
     //
     // btnFindAddress
     //
     this.btnFindAddress.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.btnFindAddress.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnFindAddress.FlatAppearance.BorderSize = 0;
     this.btnFindAddress.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnFindAddress.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnFindAddress.Location = new System.Drawing.Point(201, 153);
     this.btnFindAddress.Name = "btnFindAddress";
     this.btnFindAddress.Size = new System.Drawing.Size(78, 32);
     this.btnFindAddress.TabIndex = 215;
     this.btnFindAddress.Text = " Look Up";
     this.btnFindAddress.UseVisualStyleBackColor = false;
     this.btnFindAddress.Click += new System.EventHandler(this.btnFindAddress_Click);
     //
     // btnAccept
     //
     this.btnAccept.BackColor = System.Drawing.Color.Silver;
     this.btnAccept.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnAccept.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnAccept.Image = global::RMS.Properties.Resources.ring_stop;
     this.btnAccept.Location = new System.Drawing.Point(39, 54);
     this.btnAccept.Name = "btnAccept";
     this.btnAccept.Size = new System.Drawing.Size(32, 32);
     this.btnAccept.TabIndex = 222;
     this.btnAccept.UseVisualStyleBackColor = false;
     this.btnAccept.Click += new System.EventHandler(this.btnAccept_Click);
     //
     // PhoneSearchButton
     //
     this.PhoneSearchButton.BackColor = System.Drawing.Color.Transparent;
     this.PhoneSearchButton.BackgroundImage = global::RMS.Properties.Resources.search3;
     this.PhoneSearchButton.FlatAppearance.BorderSize = 0;
     this.PhoneSearchButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.PhoneSearchButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PhoneSearchButton.ForeColor = System.Drawing.SystemColors.ControlText;
     this.PhoneSearchButton.Location = new System.Drawing.Point(529, 102);
     this.PhoneSearchButton.Name = "PhoneSearchButton";
     this.PhoneSearchButton.Size = new System.Drawing.Size(33, 29);
     this.PhoneSearchButton.TabIndex = 2;
     this.PhoneSearchButton.UseVisualStyleBackColor = false;
     this.PhoneSearchButton.Click += new System.EventHandler(this.PhoneSearchButton_Click);
     //
     // FinishButton
     //
     this.FinishButton.BackColor = System.Drawing.Color.Transparent;
     this.FinishButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("FinishButton.BackgroundImage")));
     this.FinishButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("FinishButton.BgImageOnMouseDown")));
     this.FinishButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("FinishButton.BgImageOnMouseUp")));
     this.FinishButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.FinishButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.FinishButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.FinishButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.FinishButton.Font = new System.Drawing.Font("Arial", 10F);
     this.FinishButton.ForeColor = System.Drawing.Color.Black;
     this.FinishButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.FinishButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.FinishButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.FinishButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.FinishButton.Location = new System.Drawing.Point(627, 555);
     this.FinishButton.Name = "FinishButton";
     this.FinishButton.Size = new System.Drawing.Size(120, 40);
     this.FinishButton.TabIndex = 71;
     this.FinishButton.Text = "Finished";
     this.FinishButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.FinishButton.UseVisualStyleBackColor = false;
     this.FinishButton.Click += new System.EventHandler(this.FinishButton_Click);
     //
     // CancelButton
     //
     this.CancelButton.BackColor = System.Drawing.Color.Transparent;
     this.CancelButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("CancelButton.BackgroundImage")));
     this.CancelButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("CancelButton.BgImageOnMouseDown")));
     this.CancelButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("CancelButton.BgImageOnMouseUp")));
     this.CancelButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.CancelButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.CancelButton.Font = new System.Drawing.Font("Arial", 10F);
     this.CancelButton.ForeColor = System.Drawing.Color.Black;
     this.CancelButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.CancelButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.CancelButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.CancelButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.CancelButton.Location = new System.Drawing.Point(488, 555);
     this.CancelButton.Name = "CancelButton";
     this.CancelButton.Size = new System.Drawing.Size(120, 40);
     this.CancelButton.TabIndex = 72;
     this.CancelButton.Text = "Cancel";
     this.CancelButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.CancelButton.UseVisualStyleBackColor = false;
     this.CancelButton.Click += new System.EventHandler(this.CancelButton_Click);
     //
     // keyboard1
     //
     this.keyboard1.BackColor = System.Drawing.Color.White;
     this.keyboard1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.keyboard1.ControlToInputText = null;
     this.keyboard1.ForeColor = System.Drawing.Color.Black;
     this.keyboard1.Location = new System.Drawing.Point(19, 304);
     this.keyboard1.Name = "keyboard1";
     this.keyboard1.Size = new System.Drawing.Size(728, 247);
     this.keyboard1.TabIndex = 307;
     this.keyboard1.textBox = null;
     //
     // CBookingInfoForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.Black;
     this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize = new System.Drawing.Size(800, 600);
     this.Controls.Add(this.btnAccept);
     this.Controls.Add(this.lblCustomer);
     this.Controls.Add(this.lblPhoneNumber);
     this.Controls.Add(this.btnFindAddress);
     this.Controls.Add(this.PhoneSearchButton);
     this.Controls.Add(this.cmbCountry);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.keyboard1);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.txtTown);
     this.Controls.Add(this.txtPostalCode);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.txtHouseNumber);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.txtStreetName);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.txtBuildingName);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.txtFloorAptNumber);
     this.Controls.Add(this.FinishRadioButton);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtPhoneNumber);
     this.Controls.Add(this.NameTextBox);
     this.Controls.Add(this.DateTimeLabel);
     this.Controls.Add(this.DateLabel);
     this.Controls.Add(this.CallBackRadioButton);
     this.Controls.Add(this.ConfirmRadioButton);
     this.Controls.Add(this.CancelButton);
     this.Controls.Add(this.ProvisionalRadioButton);
     this.Controls.Add(this.myCalendar);
     this.Controls.Add(this.FinishButton);
     this.Controls.Add(this.CommentTextBox);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.NoofGuestTextBox);
     this.Controls.Add(this.NoOfGuest);
     this.ForeColor = System.Drawing.Color.White;
     this.Name = "CBookingInfoForm";
     this.ScreenTitle = "Booking Form";
     this.Load += new System.EventHandler(this.CBookingInfoForm_Load);
     this.Controls.SetChildIndex(this.NoOfGuest, 0);
     this.Controls.SetChildIndex(this.NoofGuestTextBox, 0);
     this.Controls.SetChildIndex(this.label3, 0);
     this.Controls.SetChildIndex(this.CommentTextBox, 0);
     this.Controls.SetChildIndex(this.FinishButton, 0);
     this.Controls.SetChildIndex(this.myCalendar, 0);
     this.Controls.SetChildIndex(this.ProvisionalRadioButton, 0);
     this.Controls.SetChildIndex(this.CancelButton, 0);
     this.Controls.SetChildIndex(this.ConfirmRadioButton, 0);
     this.Controls.SetChildIndex(this.CallBackRadioButton, 0);
     this.Controls.SetChildIndex(this.DateLabel, 0);
     this.Controls.SetChildIndex(this.DateTimeLabel, 0);
     this.Controls.SetChildIndex(this.NameTextBox, 0);
     this.Controls.SetChildIndex(this.txtPhoneNumber, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.label4, 0);
     this.Controls.SetChildIndex(this.label10, 0);
     this.Controls.SetChildIndex(this.FinishRadioButton, 0);
     this.Controls.SetChildIndex(this.txtFloorAptNumber, 0);
     this.Controls.SetChildIndex(this.label8, 0);
     this.Controls.SetChildIndex(this.txtBuildingName, 0);
     this.Controls.SetChildIndex(this.label13, 0);
     this.Controls.SetChildIndex(this.txtStreetName, 0);
     this.Controls.SetChildIndex(this.label6, 0);
     this.Controls.SetChildIndex(this.txtHouseNumber, 0);
     this.Controls.SetChildIndex(this.label14, 0);
     this.Controls.SetChildIndex(this.txtPostalCode, 0);
     this.Controls.SetChildIndex(this.txtTown, 0);
     this.Controls.SetChildIndex(this.label5, 0);
     this.Controls.SetChildIndex(this.keyboard1, 0);
     this.Controls.SetChildIndex(this.label7, 0);
     this.Controls.SetChildIndex(this.label9, 0);
     this.Controls.SetChildIndex(this.cmbCountry, 0);
     this.Controls.SetChildIndex(this.PhoneSearchButton, 0);
     this.Controls.SetChildIndex(this.btnFindAddress, 0);
     this.Controls.SetChildIndex(this.lblPhoneNumber, 0);
     this.Controls.SetChildIndex(this.lblCustomer, 0);
     this.Controls.SetChildIndex(this.btnAccept, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label79 = new System.Windows.Forms.Label();
     this.lbEvents = new System.Windows.Forms.ListBox();
     this.label1 = new System.Windows.Forms.Label();
     this.tabControl2 = new System.Windows.Forms.TabControl();
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.label76 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.pictureBox3 = new System.Windows.Forms.PictureBox();
     this.label72 = new System.Windows.Forms.Label();
     this.label70 = new System.Windows.Forms.Label();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.tabPage4 = new System.Windows.Forms.TabPage();
     this.label75 = new System.Windows.Forms.Label();
     this.label74 = new System.Windows.Forms.Label();
     this.label73 = new System.Windows.Forms.Label();
     this.tabCalender = new System.Windows.Forms.TabPage();
     this.btBookAppointment = new System.Windows.Forms.Button();
     this.lbxBirthDays = new System.Windows.Forms.ListBox();
     this.label44 = new System.Windows.Forms.Label();
     this.label43 = new System.Windows.Forms.Label();
     this.lbChosenDayInCalendar = new System.Windows.Forms.Label();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.Time = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Activity = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.mcForDayCalendar = new System.Windows.Forms.MonthCalendar();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.tabCtrlJournal = new System.Windows.Forms.TabControl();
     this.tabJournalCompany = new System.Windows.Forms.TabPage();
     this.lbxJournalCompanyNotes = new System.Windows.Forms.ListBox();
     this.rtxbCompanyJournalNoteDate = new System.Windows.Forms.TextBox();
     this.rtxbCompanyJournalNoteText = new System.Windows.Forms.RichTextBox();
     this.lbCompanyJournal = new System.Windows.Forms.ListBox();
     this.pictureBox4 = new System.Windows.Forms.PictureBox();
     this.tabContactJournal = new System.Windows.Forms.TabPage();
     this.rtxbContactJournalNoteDate = new System.Windows.Forms.TextBox();
     this.lbxJournalContactNotes = new System.Windows.Forms.ListBox();
     this.rtbxContactNote = new System.Windows.Forms.RichTextBox();
     this.pictureBox5 = new System.Windows.Forms.PictureBox();
     this.lbContactsJournal = new System.Windows.Forms.ListBox();
     this.tabSearchAllNotes = new System.Windows.Forms.TabPage();
     this.tbAllNotesDate = new System.Windows.Forms.TextBox();
     this.lbxAllNotes = new System.Windows.Forms.ListBox();
     this.rtxbAllNotesText = new System.Windows.Forms.RichTextBox();
     this.pictureBox6 = new System.Windows.Forms.PictureBox();
     this.btSearchNotes = new System.Windows.Forms.Button();
     this.txbSearchAllNotes = new System.Windows.Forms.TextBox();
     this.mcInSearchNotes = new System.Windows.Forms.MonthCalendar();
     this.btUserManual = new System.Windows.Forms.Button();
     this.btJournal = new System.Windows.Forms.Button();
     this.btAppointments = new System.Windows.Forms.Button();
     this.btCompanies = new System.Windows.Forms.Button();
     this.btContacts = new System.Windows.Forms.Button();
     this.btHome = new System.Windows.Forms.Button();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
     this.tabCtrlCompanies = new System.Windows.Forms.TabControl();
     this.tabAddCompany = new System.Windows.Forms.TabPage();
     this.btClearSelection = new System.Windows.Forms.Button();
     this.cbCompanies = new System.Windows.Forms.ComboBox();
     this.label61 = new System.Windows.Forms.Label();
     this.lbxContacts = new System.Windows.Forms.ListBox();
     this.pbxCompanyLogo = new System.Windows.Forms.PictureBox();
     this.btDelContactFromCompany = new System.Windows.Forms.Button();
     this.btContactToCompany = new System.Windows.Forms.Button();
     this.btCompanyAddLogo = new System.Windows.Forms.Button();
     this.label77 = new System.Windows.Forms.Label();
     this.label42 = new System.Windows.Forms.Label();
     this.label26 = new System.Windows.Forms.Label();
     this.label27 = new System.Windows.Forms.Label();
     this.label28 = new System.Windows.Forms.Label();
     this.btDelCompany = new System.Windows.Forms.Button();
     this.btAddCompany = new System.Windows.Forms.Button();
     this.cbxSameAdress = new System.Windows.Forms.CheckBox();
     this.label29 = new System.Windows.Forms.Label();
     this.label30 = new System.Windows.Forms.Label();
     this.label31 = new System.Windows.Forms.Label();
     this.label32 = new System.Windows.Forms.Label();
     this.label33 = new System.Windows.Forms.Label();
     this.tbPostalPostNumber = new System.Windows.Forms.TextBox();
     this.tbPostalStreet = new System.Windows.Forms.TextBox();
     this.tbPostalCountry = new System.Windows.Forms.TextBox();
     this.tbPostalCity = new System.Windows.Forms.TextBox();
     this.cbCustomerType = new System.Windows.Forms.ComboBox();
     this.label34 = new System.Windows.Forms.Label();
     this.label35 = new System.Windows.Forms.Label();
     this.label36 = new System.Windows.Forms.Label();
     this.label37 = new System.Windows.Forms.Label();
     this.label38 = new System.Windows.Forms.Label();
     this.label39 = new System.Windows.Forms.Label();
     this.label40 = new System.Windows.Forms.Label();
     this.tbVisitPostNumber = new System.Windows.Forms.TextBox();
     this.tbVisitStreet = new System.Windows.Forms.TextBox();
     this.tbVisitCountry = new System.Windows.Forms.TextBox();
     this.tbVisitCity = new System.Windows.Forms.TextBox();
     this.tbVatNr = new System.Windows.Forms.TextBox();
     this.tbTelephone = new System.Windows.Forms.TextBox();
     this.tbWebPage = new System.Windows.Forms.TextBox();
     this.tbEmail = new System.Windows.Forms.TextBox();
     this.tbCompanyName = new System.Windows.Forms.TextBox();
     this.label41 = new System.Windows.Forms.Label();
     this.label51 = new System.Windows.Forms.Label();
     this.tabViewCompanyNote = new System.Windows.Forms.TabPage();
     this.label64 = new System.Windows.Forms.Label();
     this.label63 = new System.Windows.Forms.Label();
     this.lbNoteInfo = new System.Windows.Forms.Label();
     this.lbNoteSelectNote = new System.Windows.Forms.Label();
     this.label60 = new System.Windows.Forms.Label();
     this.btCompanyNoteClear = new System.Windows.Forms.Button();
     this.btNoteCompanyRemoveNote = new System.Windows.Forms.Button();
     this.btSaveCompanyNote = new System.Windows.Forms.Button();
     this.tbNoteCompanySubject = new System.Windows.Forms.TextBox();
     this.rtxNoteCompanyBody = new System.Windows.Forms.RichTextBox();
     this.cbNoteCompanyNote = new System.Windows.Forms.ComboBox();
     this.cbNoteSelectCompany = new System.Windows.Forms.ComboBox();
     this.tabViewCompanyContacts = new System.Windows.Forms.TabPage();
     this.btAddCompanyContactsDone = new System.Windows.Forms.Button();
     this.btAddContactToCompany = new System.Windows.Forms.Button();
     this.dgwCompanyContacts = new System.Windows.Forms.DataGridView();
     this.tabCtrlAppoinments = new System.Windows.Forms.TabControl();
     this.tabAddAppointment = new System.Windows.Forms.TabPage();
     this.btSaveEditedAppointment = new System.Windows.Forms.Button();
     this.label21 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.clbContacts = new System.Windows.Forms.CheckedListBox();
     this.label20 = new System.Windows.Forms.Label();
     this.tbCountry = new System.Windows.Forms.TextBox();
     this.label19 = new System.Windows.Forms.Label();
     this.dtpReminderTime = new System.Windows.Forms.DateTimePicker();
     this.dtpAppointmentTimeEnd = new System.Windows.Forms.DateTimePicker();
     this.dtpAppointmentTimeStart = new System.Windows.Forms.DateTimePicker();
     this.btSave = new System.Windows.Forms.Button();
     this.cbReminderType = new System.Windows.Forms.ComboBox();
     this.label15 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.dtpReminderDate = new System.Windows.Forms.DateTimePicker();
     this.label13 = new System.Windows.Forms.Label();
     this.tbSubject = new System.Windows.Forms.TextBox();
     this.label12 = new System.Windows.Forms.Label();
     this.rtbNotes = new System.Windows.Forms.RichTextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.cbCompany = new System.Windows.Forms.ComboBox();
     this.label10 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.dtpAppointmentDateStart = new System.Windows.Forms.DateTimePicker();
     this.tbCity = new System.Windows.Forms.TextBox();
     this.tbPostnumber = new System.Windows.Forms.TextBox();
     this.tbStreet = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.cbAppoinmentType = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.tabViewAppointment = new System.Windows.Forms.TabPage();
     this.btViewDetailsOfAppointment = new System.Windows.Forms.Button();
     this.tbSearchAppointmentsByContact = new System.Windows.Forms.TextBox();
     this.panelSearchOptionsAppointments = new System.Windows.Forms.Panel();
     this.rbtSearchByAppointmentDate = new System.Windows.Forms.RadioButton();
     this.rtbSearchAppointmentsByContacts = new System.Windows.Forms.RadioButton();
     this.rbtSearchAppointmentsByCompany = new System.Windows.Forms.RadioButton();
     this.rbtSearchwordAppointment = new System.Windows.Forms.RadioButton();
     this.btDelAppointment = new System.Windows.Forms.Button();
     this.btEditAppointment = new System.Windows.Forms.Button();
     this.tbSearchAppointmentsWithFilter = new System.Windows.Forms.Button();
     this.dgvViewAppoinments = new System.Windows.Forms.DataGridView();
     this.cbCompanySearch = new System.Windows.Forms.ComboBox();
     this.label22 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label23 = new System.Windows.Forms.Label();
     this.label24 = new System.Windows.Forms.Label();
     this.tbSearchQuery = new System.Windows.Forms.TextBox();
     this.mcAppointments = new System.Windows.Forms.MonthCalendar();
     this.tabAppointmentDetails = new System.Windows.Forms.TabPage();
     this.lbViewAppointmentContacts = new System.Windows.Forms.ListBox();
     this.label69 = new System.Windows.Forms.Label();
     this.lbViewAppointmentCompany = new System.Windows.Forms.Label();
     this.lbViewAppointmentCountry = new System.Windows.Forms.Label();
     this.lbViewAppointmentCity = new System.Windows.Forms.Label();
     this.lbViewAppointmentStreet = new System.Windows.Forms.Label();
     this.lbViewAppointmentPostnumber = new System.Windows.Forms.Label();
     this.lbViewAppointmentReminderType = new System.Windows.Forms.Label();
     this.lbViewAppointmentReminderTime = new System.Windows.Forms.Label();
     this.lbViewAppointmentReminderDate = new System.Windows.Forms.Label();
     this.lbViewAppointmentType = new System.Windows.Forms.Label();
     this.lbViewAppointmentStartTime = new System.Windows.Forms.Label();
     this.lbViewAppointmentEndTime = new System.Windows.Forms.Label();
     this.label71 = new System.Windows.Forms.Label();
     this.lbViewAppointmentSubject = new System.Windows.Forms.Label();
     this.lbViewAppointmentStartDate = new System.Windows.Forms.Label();
     this.label45 = new System.Windows.Forms.Label();
     this.label46 = new System.Windows.Forms.Label();
     this.label47 = new System.Windows.Forms.Label();
     this.label48 = new System.Windows.Forms.Label();
     this.label50 = new System.Windows.Forms.Label();
     this.label52 = new System.Windows.Forms.Label();
     this.label53 = new System.Windows.Forms.Label();
     this.label54 = new System.Windows.Forms.Label();
     this.rtxbViewAppointmentNote = new System.Windows.Forms.RichTextBox();
     this.label55 = new System.Windows.Forms.Label();
     this.label56 = new System.Windows.Forms.Label();
     this.label57 = new System.Windows.Forms.Label();
     this.label58 = new System.Windows.Forms.Label();
     this.label62 = new System.Windows.Forms.Label();
     this.label65 = new System.Windows.Forms.Label();
     this.label66 = new System.Windows.Forms.Label();
     this.label67 = new System.Windows.Forms.Label();
     this.label68 = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.pbHome = new System.Windows.Forms.PictureBox();
     this.tabCtrlContact = new System.Windows.Forms.TabControl();
     this.tabAddContact = new System.Windows.Forms.TabPage();
     this.lbSocialSecurity = new System.Windows.Forms.Label();
     this.dtpDateOfBirth = new System.Windows.Forms.DateTimePicker();
     this.btSaveEditedContact = new System.Windows.Forms.Button();
     this.btCreate = new System.Windows.Forms.Button();
     this.tbxSsn = new System.Windows.Forms.TextBox();
     this.tbxCountry = new System.Windows.Forms.TextBox();
     this.tbxCity = new System.Windows.Forms.TextBox();
     this.tbxPostnr = new System.Windows.Forms.TextBox();
     this.tbxStreet = new System.Windows.Forms.TextBox();
     this.tbxMobile = new System.Windows.Forms.TextBox();
     this.tbxHomeNr = new System.Windows.Forms.TextBox();
     this.tbxEmail = new System.Windows.Forms.TextBox();
     this.btEdit = new System.Windows.Forms.Button();
     this.tbxName = new System.Windows.Forms.TextBox();
     this.tbxSurname = new System.Windows.Forms.TextBox();
     this.lbSSN = new System.Windows.Forms.Label();
     this.lbCountry = new System.Windows.Forms.Label();
     this.lbCity = new System.Windows.Forms.Label();
     this.btUpload = new System.Windows.Forms.Button();
     this.lbImage = new System.Windows.Forms.Label();
     this.lbMobile = new System.Windows.Forms.Label();
     this.pbxImage = new System.Windows.Forms.PictureBox();
     this.lbPostnr = new System.Windows.Forms.Label();
     this.lbHome = new System.Windows.Forms.Label();
     this.lbTele = new System.Windows.Forms.Label();
     this.lbContactInfo = new System.Windows.Forms.Label();
     this.lbStreet = new System.Windows.Forms.Label();
     this.lbAddress = new System.Windows.Forms.Label();
     this.lbDOB = new System.Windows.Forms.Label();
     this.lbEmail = new System.Windows.Forms.Label();
     this.lbPersInfo = new System.Windows.Forms.Label();
     this.lbName = new System.Windows.Forms.Label();
     this.lbSurname = new System.Windows.Forms.Label();
     this.tabAddDetails = new System.Windows.Forms.TabPage();
     this.btAddIntrestest = new System.Windows.Forms.Button();
     this.dtpRelDateOfBirth = new System.Windows.Forms.DateTimePicker();
     this.label78 = new System.Windows.Forms.Label();
     this.cbContactToAddDetail = new System.Windows.Forms.ComboBox();
     this.lbRelDob = new System.Windows.Forms.Label();
     this.cbxAddRel = new System.Windows.Forms.CheckBox();
     this.btCreateRela = new System.Windows.Forms.Button();
     this.cbxRelType = new System.Windows.Forms.ComboBox();
     this.tbxRelaSurname = new System.Windows.Forms.TextBox();
     this.tbxRelaName = new System.Windows.Forms.TextBox();
     this.lbRelType = new System.Windows.Forms.Label();
     this.lbRelaSurname = new System.Windows.Forms.Label();
     this.lbRelaName = new System.Windows.Forms.Label();
     this.lbxRelatives = new System.Windows.Forms.ListBox();
     this.lbRelatives = new System.Windows.Forms.Label();
     this.clbInterests = new System.Windows.Forms.CheckedListBox();
     this.lbInterest = new System.Windows.Forms.Label();
     this.tabViewContacts = new System.Windows.Forms.TabPage();
     this.btSelectContact = new System.Windows.Forms.Button();
     this.btDeleteContact = new System.Windows.Forms.Button();
     this.dataGridViewContacts = new System.Windows.Forms.DataGridView();
     this.tabContactNote = new System.Windows.Forms.TabPage();
     this.btContactNoteSave = new System.Windows.Forms.Button();
     this.btContactNoteDel = new System.Windows.Forms.Button();
     this.btContactNoteClear = new System.Windows.Forms.Button();
     this.rtbContactNoteBody = new System.Windows.Forms.RichTextBox();
     this.tbContactNoteSubject = new System.Windows.Forms.TextBox();
     this.cbContactNoteNote = new System.Windows.Forms.ComboBox();
     this.cbContactNoteRelative = new System.Windows.Forms.ComboBox();
     this.cbContactNoteContact = new System.Windows.Forms.ComboBox();
     this.label59 = new System.Windows.Forms.Label();
     this.label49 = new System.Windows.Forms.Label();
     this.lbSelectRelative = new System.Windows.Forms.Label();
     this.lbRelativeInfo = new System.Windows.Forms.Label();
     this.lbAddContactNoteInfo = new System.Windows.Forms.Label();
     this.lbContactNoteSelectNote = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.tabCtrlUserManual = new System.Windows.Forms.TabControl();
     this.tabUserManual = new System.Windows.Forms.TabPage();
     this.webUserManual = new System.Windows.Forms.WebBrowser();
     this.groupBox1.SuspendLayout();
     this.tabControl2.SuspendLayout();
     this.tabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     this.tabPage4.SuspendLayout();
     this.tabCalender.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.tabCtrlJournal.SuspendLayout();
     this.tabJournalCompany.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     this.tabContactJournal.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
     this.tabSearchAllNotes.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     this.tabCtrlCompanies.SuspendLayout();
     this.tabAddCompany.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbxCompanyLogo)).BeginInit();
     this.tabViewCompanyNote.SuspendLayout();
     this.tabViewCompanyContacts.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgwCompanyContacts)).BeginInit();
     this.tabCtrlAppoinments.SuspendLayout();
     this.tabAddAppointment.SuspendLayout();
     this.tabViewAppointment.SuspendLayout();
     this.panelSearchOptionsAppointments.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvViewAppoinments)).BeginInit();
     this.tabAppointmentDetails.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbHome)).BeginInit();
     this.tabCtrlContact.SuspendLayout();
     this.tabAddContact.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbxImage)).BeginInit();
     this.tabAddDetails.SuspendLayout();
     this.tabViewContacts.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewContacts)).BeginInit();
     this.tabContactNote.SuspendLayout();
     this.tabCtrlUserManual.SuspendLayout();
     this.tabUserManual.SuspendLayout();
     this.SuspendLayout();
     //
     // monthCalendar1
     //
     this.monthCalendar1.ForeColor = System.Drawing.Color.White;
     this.monthCalendar1.Location = new System.Drawing.Point(976, 61);
     this.monthCalendar1.Name = "monthCalendar1";
     this.monthCalendar1.TabIndex = 0;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(193)))), ((int)(((byte)(176)))));
     this.groupBox1.Controls.Add(this.label79);
     this.groupBox1.Controls.Add(this.lbEvents);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(981, 228);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(166, 331);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop = false;
     //
     // label79
     //
     this.label79.Location = new System.Drawing.Point(-291, 71);
     this.label79.Name = "label79";
     this.label79.Size = new System.Drawing.Size(263, 22);
     this.label79.TabIndex = 95;
     this.label79.Text = "label71";
     //
     // lbEvents
     //
     this.lbEvents.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(196)))), ((int)(((byte)(170)))));
     this.lbEvents.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lbEvents.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbEvents.ForeColor = System.Drawing.Color.White;
     this.lbEvents.FormattingEnabled = true;
     this.lbEvents.ItemHeight = 14;
     this.lbEvents.Location = new System.Drawing.Point(6, 30);
     this.lbEvents.Name = "lbEvents";
     this.lbEvents.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.lbEvents.Size = new System.Drawing.Size(154, 294);
     this.lbEvents.TabIndex = 53;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(12, 11);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(125, 16);
     this.label1.TabIndex = 0;
     this.label1.Text = "Uppcoming events";
     //
     // tabControl2
     //
     this.tabControl2.Controls.Add(this.tabPage3);
     this.tabControl2.Controls.Add(this.tabPage4);
     this.tabControl2.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabControl2.Location = new System.Drawing.Point(157, 565);
     this.tabControl2.Name = "tabControl2";
     this.tabControl2.SelectedIndex = 0;
     this.tabControl2.Size = new System.Drawing.Size(990, 157);
     this.tabControl2.TabIndex = 3;
     //
     // tabPage3
     //
     this.tabPage3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(111)))), ((int)(((byte)(29)))));
     this.tabPage3.Controls.Add(this.label76);
     this.tabPage3.Controls.Add(this.label17);
     this.tabPage3.Controls.Add(this.pictureBox3);
     this.tabPage3.Controls.Add(this.label72);
     this.tabPage3.Controls.Add(this.label70);
     this.tabPage3.Controls.Add(this.linkLabel1);
     this.tabPage3.ForeColor = System.Drawing.Color.White;
     this.tabPage3.Location = new System.Drawing.Point(4, 26);
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size = new System.Drawing.Size(982, 127);
     this.tabPage3.TabIndex = 0;
     this.tabPage3.Text = "Help";
     //
     // label76
     //
     this.label76.AutoSize = true;
     this.label76.Location = new System.Drawing.Point(301, 52);
     this.label76.Name = "label76";
     this.label76.Size = new System.Drawing.Size(193, 17);
     this.label76.TabIndex = 5;
     this.label76.Text = "Hours: Mon-Fri 08:00 - 18:00";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(41, 25);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(129, 17);
     this.label17.TabIndex = 0;
     this.label17.Text = "Open user manual";
     //
     // pictureBox3
     //
     this.pictureBox3.Image = global::CsiCrm.Properties.Resources.filemanager1;
     this.pictureBox3.Location = new System.Drawing.Point(6, 3);
     this.pictureBox3.Name = "pictureBox3";
     this.pictureBox3.Size = new System.Drawing.Size(75, 62);
     this.pictureBox3.TabIndex = 4;
     this.pictureBox3.TabStop = false;
     //
     // label72
     //
     this.label72.AutoSize = true;
     this.label72.Location = new System.Drawing.Point(301, 78);
     this.label72.Name = "label72";
     this.label72.Size = new System.Drawing.Size(132, 17);
     this.label72.TabIndex = 3;
     this.label72.Text = "*****@*****.**";
     //
     // label70
     //
     this.label70.AutoSize = true;
     this.label70.Location = new System.Drawing.Point(301, 25);
     this.label70.Name = "label70";
     this.label70.Size = new System.Drawing.Size(181, 17);
     this.label70.TabIndex = 2;
     this.label70.Text = "Help desk: +46 906882294";
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.LinkColor = System.Drawing.Color.White;
     this.linkLabel1.Location = new System.Drawing.Point(8, 78);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(228, 17);
     this.linkLabel1.TabIndex = 1;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "http://www.infovoid.com/sico-crm/";
     //
     // tabPage4
     //
     this.tabPage4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(109)))), ((int)(((byte)(88)))));
     this.tabPage4.Controls.Add(this.label75);
     this.tabPage4.Controls.Add(this.label74);
     this.tabPage4.Controls.Add(this.label73);
     this.tabPage4.Location = new System.Drawing.Point(4, 26);
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage4.Size = new System.Drawing.Size(982, 127);
     this.tabPage4.TabIndex = 1;
     this.tabPage4.Text = "License";
     //
     // label75
     //
     this.label75.AutoSize = true;
     this.label75.ForeColor = System.Drawing.Color.White;
     this.label75.Location = new System.Drawing.Point(10, 79);
     this.label75.Name = "label75";
     this.label75.Size = new System.Drawing.Size(280, 17);
     this.label75.TabIndex = 3;
     this.label75.Text = "For latest updates please visit our website";
     //
     // label74
     //
     this.label74.AutoSize = true;
     this.label74.ForeColor = System.Drawing.Color.White;
     this.label74.Location = new System.Drawing.Point(10, 48);
     this.label74.Name = "label74";
     this.label74.Size = new System.Drawing.Size(144, 17);
     this.label74.TabIndex = 2;
     this.label74.Text = "Copyright SICo-CRM";
     //
     // label73
     //
     this.label73.AutoSize = true;
     this.label73.ForeColor = System.Drawing.Color.White;
     this.label73.Location = new System.Drawing.Point(10, 18);
     this.label73.Name = "label73";
     this.label73.Size = new System.Drawing.Size(418, 17);
     this.label73.TabIndex = 1;
     this.label73.Text = "SICo-CRM version:  1.0 Small business Sole Proprietor Edition ";
     //
     // tabCalender
     //
     this.tabCalender.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.tabCalender.Controls.Add(this.btBookAppointment);
     this.tabCalender.Controls.Add(this.lbxBirthDays);
     this.tabCalender.Controls.Add(this.label44);
     this.tabCalender.Controls.Add(this.label43);
     this.tabCalender.Controls.Add(this.lbChosenDayInCalendar);
     this.tabCalender.Controls.Add(this.dataGridView1);
     this.tabCalender.Controls.Add(this.mcForDayCalendar);
     this.tabCalender.Controls.Add(this.pictureBox1);
     this.tabCalender.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabCalender.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.tabCalender.Location = new System.Drawing.Point(4, 26);
     this.tabCalender.Name = "tabCalender";
     this.tabCalender.Padding = new System.Windows.Forms.Padding(3);
     this.tabCalender.Size = new System.Drawing.Size(799, 468);
     this.tabCalender.TabIndex = 0;
     this.tabCalender.Text = "Calendar";
     //
     // btBookAppointment
     //
     this.btBookAppointment.Location = new System.Drawing.Point(581, 418);
     this.btBookAppointment.Name = "btBookAppointment";
     this.btBookAppointment.Size = new System.Drawing.Size(175, 34);
     this.btBookAppointment.TabIndex = 7;
     this.btBookAppointment.Text = "Book Appointment";
     this.btBookAppointment.UseVisualStyleBackColor = true;
     this.btBookAppointment.Click += new System.EventHandler(this.BtBookAppointmentClick);
     //
     // lbxBirthDays
     //
     this.lbxBirthDays.FormattingEnabled = true;
     this.lbxBirthDays.ItemHeight = 18;
     this.lbxBirthDays.Location = new System.Drawing.Point(5, 294);
     this.lbxBirthDays.Name = "lbxBirthDays";
     this.lbxBirthDays.Size = new System.Drawing.Size(170, 166);
     this.lbxBirthDays.TabIndex = 6;
     //
     // label44
     //
     this.label44.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label44.Location = new System.Drawing.Point(10, 260);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(159, 27);
     this.label44.TabIndex = 5;
     this.label44.Text = "Birthdays:";
     this.label44.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label43
     //
     this.label43.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label43.Location = new System.Drawing.Point(8, 191);
     this.label43.Name = "label43";
     this.label43.Size = new System.Drawing.Size(159, 27);
     this.label43.TabIndex = 4;
     this.label43.Text = "Day calendar for:";
     this.label43.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lbChosenDayInCalendar
     //
     this.lbChosenDayInCalendar.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbChosenDayInCalendar.ForeColor = System.Drawing.Color.DodgerBlue;
     this.lbChosenDayInCalendar.Location = new System.Drawing.Point(34, 216);
     this.lbChosenDayInCalendar.Name = "lbChosenDayInCalendar";
     this.lbChosenDayInCalendar.Size = new System.Drawing.Size(98, 27);
     this.lbChosenDayInCalendar.TabIndex = 3;
     this.lbChosenDayInCalendar.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows = false;
     this.dataGridView1.AllowUserToDeleteRows = false;
     this.dataGridView1.AllowUserToResizeColumns = false;
     this.dataGridView1.AllowUserToResizeRows = false;
     this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Time,
     this.Activity});
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(73)))));
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle2;
     this.dataGridView1.GridColor = System.Drawing.Color.DeepSkyBlue;
     this.dataGridView1.Location = new System.Drawing.Point(237, 26);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.ReadOnly = true;
     this.dataGridView1.RowHeadersVisible = false;
     this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView1.Size = new System.Drawing.Size(521, 425);
     this.dataGridView1.TabIndex = 1;
     //
     // Time
     //
     this.Time.FillWeight = 18.27411F;
     this.Time.HeaderText = "Time";
     this.Time.Name = "Time";
     this.Time.ReadOnly = true;
     //
     // Activity
     //
     this.Activity.FillWeight = 181.7259F;
     this.Activity.HeaderText = "Activity";
     this.Activity.Name = "Activity";
     this.Activity.ReadOnly = true;
     //
     // mcForDayCalendar
     //
     this.mcForDayCalendar.Location = new System.Drawing.Point(5, 15);
     this.mcForDayCalendar.MaxSelectionCount = 1;
     this.mcForDayCalendar.Name = "mcForDayCalendar";
     this.mcForDayCalendar.TabIndex = 0;
     this.mcForDayCalendar.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.McForDayCalendarDateChanged);
     this.mcForDayCalendar.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.McForDayCalendarDateSelected);
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.Image = global::CsiCrm.Properties.Resources.NoteBookBG;
     this.pictureBox1.Location = new System.Drawing.Point(175, 9);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(622, 488);
     this.pictureBox1.TabIndex = 2;
     this.pictureBox1.TabStop = false;
     //
     // tabCtrlJournal
     //
     this.tabCtrlJournal.Controls.Add(this.tabCalender);
     this.tabCtrlJournal.Controls.Add(this.tabJournalCompany);
     this.tabCtrlJournal.Controls.Add(this.tabContactJournal);
     this.tabCtrlJournal.Controls.Add(this.tabSearchAllNotes);
     this.tabCtrlJournal.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabCtrlJournal.Location = new System.Drawing.Point(157, 61);
     this.tabCtrlJournal.Name = "tabCtrlJournal";
     this.tabCtrlJournal.SelectedIndex = 0;
     this.tabCtrlJournal.Size = new System.Drawing.Size(807, 498);
     this.tabCtrlJournal.TabIndex = 2;
     this.tabCtrlJournal.Visible = false;
     this.tabCtrlJournal.SelectedIndexChanged += new System.EventHandler(this.TabCtrlJournalSelectedIndexChanged);
     //
     // tabJournalCompany
     //
     this.tabJournalCompany.Controls.Add(this.lbxJournalCompanyNotes);
     this.tabJournalCompany.Controls.Add(this.rtxbCompanyJournalNoteDate);
     this.tabJournalCompany.Controls.Add(this.rtxbCompanyJournalNoteText);
     this.tabJournalCompany.Controls.Add(this.lbCompanyJournal);
     this.tabJournalCompany.Controls.Add(this.pictureBox4);
     this.tabJournalCompany.Location = new System.Drawing.Point(4, 26);
     this.tabJournalCompany.Name = "tabJournalCompany";
     this.tabJournalCompany.Padding = new System.Windows.Forms.Padding(3);
     this.tabJournalCompany.Size = new System.Drawing.Size(799, 468);
     this.tabJournalCompany.TabIndex = 1;
     this.tabJournalCompany.Text = "Company Journal";
     this.tabJournalCompany.UseVisualStyleBackColor = true;
     //
     // lbxJournalCompanyNotes
     //
     this.lbxJournalCompanyNotes.FormattingEnabled = true;
     this.lbxJournalCompanyNotes.ItemHeight = 17;
     this.lbxJournalCompanyNotes.Location = new System.Drawing.Point(240, 39);
     this.lbxJournalCompanyNotes.Name = "lbxJournalCompanyNotes";
     this.lbxJournalCompanyNotes.Size = new System.Drawing.Size(219, 395);
     this.lbxJournalCompanyNotes.TabIndex = 15;
     this.lbxJournalCompanyNotes.SelectedIndexChanged += new System.EventHandler(this.LbxJournalCompanyNotesSelectedIndexChanged);
     //
     // rtxbCompanyJournalNoteDate
     //
     this.rtxbCompanyJournalNoteDate.Location = new System.Drawing.Point(613, 21);
     this.rtxbCompanyJournalNoteDate.Name = "rtxbCompanyJournalNoteDate";
     this.rtxbCompanyJournalNoteDate.Size = new System.Drawing.Size(146, 25);
     this.rtxbCompanyJournalNoteDate.TabIndex = 14;
     //
     // rtxbCompanyJournalNoteText
     //
     this.rtxbCompanyJournalNoteText.Location = new System.Drawing.Point(507, 56);
     this.rtxbCompanyJournalNoteText.Name = "rtxbCompanyJournalNoteText";
     this.rtxbCompanyJournalNoteText.Size = new System.Drawing.Size(255, 380);
     this.rtxbCompanyJournalNoteText.TabIndex = 10;
     this.rtxbCompanyJournalNoteText.Text = "";
     //
     // lbCompanyJournal
     //
     this.lbCompanyJournal.FormattingEnabled = true;
     this.lbCompanyJournal.ItemHeight = 17;
     this.lbCompanyJournal.Location = new System.Drawing.Point(7, 9);
     this.lbCompanyJournal.Name = "lbCompanyJournal";
     this.lbCompanyJournal.Size = new System.Drawing.Size(169, 446);
     this.lbCompanyJournal.TabIndex = 0;
     this.lbCompanyJournal.SelectedIndexChanged += new System.EventHandler(this.LbCompanyJournalSelectedIndexChanged);
     //
     // pictureBox4
     //
     this.pictureBox4.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox4.Image = global::CsiCrm.Properties.Resources.NoteBookBG;
     this.pictureBox4.Location = new System.Drawing.Point(179, -2);
     this.pictureBox4.Name = "pictureBox4";
     this.pictureBox4.Size = new System.Drawing.Size(622, 488);
     this.pictureBox4.TabIndex = 12;
     this.pictureBox4.TabStop = false;
     //
     // tabContactJournal
     //
     this.tabContactJournal.Controls.Add(this.rtxbContactJournalNoteDate);
     this.tabContactJournal.Controls.Add(this.lbxJournalContactNotes);
     this.tabContactJournal.Controls.Add(this.rtbxContactNote);
     this.tabContactJournal.Controls.Add(this.pictureBox5);
     this.tabContactJournal.Controls.Add(this.lbContactsJournal);
     this.tabContactJournal.Location = new System.Drawing.Point(4, 26);
     this.tabContactJournal.Name = "tabContactJournal";
     this.tabContactJournal.Padding = new System.Windows.Forms.Padding(3);
     this.tabContactJournal.Size = new System.Drawing.Size(799, 468);
     this.tabContactJournal.TabIndex = 2;
     this.tabContactJournal.Text = "Contact Journal";
     this.tabContactJournal.UseVisualStyleBackColor = true;
     //
     // rtxbContactJournalNoteDate
     //
     this.rtxbContactJournalNoteDate.Location = new System.Drawing.Point(591, 37);
     this.rtxbContactJournalNoteDate.Name = "rtxbContactJournalNoteDate";
     this.rtxbContactJournalNoteDate.Size = new System.Drawing.Size(167, 25);
     this.rtxbContactJournalNoteDate.TabIndex = 18;
     //
     // lbxJournalContactNotes
     //
     this.lbxJournalContactNotes.FormattingEnabled = true;
     this.lbxJournalContactNotes.ItemHeight = 17;
     this.lbxJournalContactNotes.Location = new System.Drawing.Point(240, 42);
     this.lbxJournalContactNotes.Name = "lbxJournalContactNotes";
     this.lbxJournalContactNotes.Size = new System.Drawing.Size(219, 395);
     this.lbxJournalContactNotes.TabIndex = 16;
     this.lbxJournalContactNotes.SelectedIndexChanged += new System.EventHandler(this.LbxJournalContactNotesSelectedIndexChanged);
     //
     // rtbxContactNote
     //
     this.rtbxContactNote.Location = new System.Drawing.Point(510, 72);
     this.rtbxContactNote.Name = "rtbxContactNote";
     this.rtbxContactNote.Size = new System.Drawing.Size(251, 365);
     this.rtbxContactNote.TabIndex = 15;
     this.rtbxContactNote.Text = "";
     //
     // pictureBox5
     //
     this.pictureBox5.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox5.Image = global::CsiCrm.Properties.Resources.NoteBookBG;
     this.pictureBox5.Location = new System.Drawing.Point(181, -1);
     this.pictureBox5.Name = "pictureBox5";
     this.pictureBox5.Size = new System.Drawing.Size(622, 488);
     this.pictureBox5.TabIndex = 13;
     this.pictureBox5.TabStop = false;
     //
     // lbContactsJournal
     //
     this.lbContactsJournal.FormattingEnabled = true;
     this.lbContactsJournal.ItemHeight = 17;
     this.lbContactsJournal.Location = new System.Drawing.Point(7, 11);
     this.lbContactsJournal.Name = "lbContactsJournal";
     this.lbContactsJournal.Size = new System.Drawing.Size(169, 446);
     this.lbContactsJournal.TabIndex = 1;
     this.lbContactsJournal.SelectedIndexChanged += new System.EventHandler(this.LbContactsJournalSelectedIndexChanged1);
     //
     // tabSearchAllNotes
     //
     this.tabSearchAllNotes.Controls.Add(this.tbAllNotesDate);
     this.tabSearchAllNotes.Controls.Add(this.lbxAllNotes);
     this.tabSearchAllNotes.Controls.Add(this.rtxbAllNotesText);
     this.tabSearchAllNotes.Controls.Add(this.pictureBox6);
     this.tabSearchAllNotes.Controls.Add(this.btSearchNotes);
     this.tabSearchAllNotes.Controls.Add(this.txbSearchAllNotes);
     this.tabSearchAllNotes.Controls.Add(this.mcInSearchNotes);
     this.tabSearchAllNotes.Location = new System.Drawing.Point(4, 26);
     this.tabSearchAllNotes.Name = "tabSearchAllNotes";
     this.tabSearchAllNotes.Padding = new System.Windows.Forms.Padding(3);
     this.tabSearchAllNotes.Size = new System.Drawing.Size(799, 468);
     this.tabSearchAllNotes.TabIndex = 3;
     this.tabSearchAllNotes.Text = "Search all notes";
     this.tabSearchAllNotes.UseVisualStyleBackColor = true;
     //
     // tbAllNotesDate
     //
     this.tbAllNotesDate.Location = new System.Drawing.Point(591, 32);
     this.tbAllNotesDate.Name = "tbAllNotesDate";
     this.tbAllNotesDate.Size = new System.Drawing.Size(167, 25);
     this.tbAllNotesDate.TabIndex = 19;
     //
     // lbxAllNotes
     //
     this.lbxAllNotes.FormattingEnabled = true;
     this.lbxAllNotes.ItemHeight = 17;
     this.lbxAllNotes.Location = new System.Drawing.Point(240, 41);
     this.lbxAllNotes.Name = "lbxAllNotes";
     this.lbxAllNotes.Size = new System.Drawing.Size(219, 395);
     this.lbxAllNotes.TabIndex = 18;
     this.lbxAllNotes.SelectedIndexChanged += new System.EventHandler(this.LbxAllNotesSelectedIndexChanged);
     //
     // rtxbAllNotesText
     //
     this.rtxbAllNotesText.Location = new System.Drawing.Point(512, 72);
     this.rtxbAllNotesText.Name = "rtxbAllNotesText";
     this.rtxbAllNotesText.Size = new System.Drawing.Size(250, 369);
     this.rtxbAllNotesText.TabIndex = 17;
     this.rtxbAllNotesText.Text = "";
     //
     // pictureBox6
     //
     this.pictureBox6.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox6.Image = global::CsiCrm.Properties.Resources.NoteBookBG;
     this.pictureBox6.Location = new System.Drawing.Point(180, 2);
     this.pictureBox6.Name = "pictureBox6";
     this.pictureBox6.Size = new System.Drawing.Size(622, 488);
     this.pictureBox6.TabIndex = 14;
     this.pictureBox6.TabStop = false;
     //
     // btSearchNotes
     //
     this.btSearchNotes.Location = new System.Drawing.Point(101, 264);
     this.btSearchNotes.Name = "btSearchNotes";
     this.btSearchNotes.Size = new System.Drawing.Size(75, 23);
     this.btSearchNotes.TabIndex = 2;
     this.btSearchNotes.Text = "Search";
     this.btSearchNotes.UseVisualStyleBackColor = true;
     this.btSearchNotes.Click += new System.EventHandler(this.BtSearchNotesClick);
     //
     // txbSearchAllNotes
     //
     this.txbSearchAllNotes.Location = new System.Drawing.Point(4, 223);
     this.txbSearchAllNotes.Name = "txbSearchAllNotes";
     this.txbSearchAllNotes.Size = new System.Drawing.Size(170, 25);
     this.txbSearchAllNotes.TabIndex = 1;
     //
     // mcInSearchNotes
     //
     this.mcInSearchNotes.Location = new System.Drawing.Point(3, 35);
     this.mcInSearchNotes.MaxSelectionCount = 1;
     this.mcInSearchNotes.Name = "mcInSearchNotes";
     this.mcInSearchNotes.TabIndex = 0;
     this.mcInSearchNotes.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.McInSearchNotesDateChanged);
     //
     // btUserManual
     //
     this.btUserManual.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(233)))), ((int)(((byte)(241)))));
     this.btUserManual.FlatAppearance.BorderSize = 0;
     this.btUserManual.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.btUserManual.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.btUserManual.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btUserManual.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btUserManual.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(74)))), ((int)(((byte)(74)))));
     this.btUserManual.Image = global::CsiCrm.Properties.Resources.filemanager;
     this.btUserManual.Location = new System.Drawing.Point(11, 500);
     this.btUserManual.Name = "btUserManual";
     this.btUserManual.Size = new System.Drawing.Size(140, 55);
     this.btUserManual.TabIndex = 24;
     this.btUserManual.Text = "User Manual";
     this.btUserManual.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btUserManual.UseVisualStyleBackColor = false;
     this.btUserManual.Click += new System.EventHandler(this.BtUserManualClick);
     //
     // btJournal
     //
     this.btJournal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(233)))), ((int)(((byte)(241)))));
     this.btJournal.FlatAppearance.BorderSize = 0;
     this.btJournal.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.btJournal.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.btJournal.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btJournal.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btJournal.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(74)))), ((int)(((byte)(74)))));
     this.btJournal.Image = global::CsiCrm.Properties.Resources.journal;
     this.btJournal.Location = new System.Drawing.Point(11, 416);
     this.btJournal.Name = "btJournal";
     this.btJournal.Size = new System.Drawing.Size(140, 55);
     this.btJournal.TabIndex = 23;
     this.btJournal.Text = "Journal";
     this.btJournal.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btJournal.UseVisualStyleBackColor = false;
     this.btJournal.Click += new System.EventHandler(this.BtJournalClick1);
     //
     // btAppointments
     //
     this.btAppointments.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(233)))), ((int)(((byte)(241)))));
     this.btAppointments.FlatAppearance.BorderSize = 0;
     this.btAppointments.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.btAppointments.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.btAppointments.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btAppointments.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btAppointments.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(74)))), ((int)(((byte)(74)))));
     this.btAppointments.Image = global::CsiCrm.Properties.Resources.appointments1;
     this.btAppointments.Location = new System.Drawing.Point(11, 335);
     this.btAppointments.Name = "btAppointments";
     this.btAppointments.Size = new System.Drawing.Size(140, 55);
     this.btAppointments.TabIndex = 22;
     this.btAppointments.Text = "Appointments";
     this.btAppointments.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btAppointments.UseVisualStyleBackColor = false;
     this.btAppointments.Click += new System.EventHandler(this.BtAppointmentsClick);
     //
     // btCompanies
     //
     this.btCompanies.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(233)))), ((int)(((byte)(241)))));
     this.btCompanies.FlatAppearance.BorderSize = 0;
     this.btCompanies.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.btCompanies.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.btCompanies.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btCompanies.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btCompanies.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(74)))), ((int)(((byte)(74)))));
     this.btCompanies.Image = global::CsiCrm.Properties.Resources.Companies;
     this.btCompanies.Location = new System.Drawing.Point(12, 253);
     this.btCompanies.Name = "btCompanies";
     this.btCompanies.Size = new System.Drawing.Size(140, 55);
     this.btCompanies.TabIndex = 21;
     this.btCompanies.Text = "Companies";
     this.btCompanies.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btCompanies.UseVisualStyleBackColor = false;
     this.btCompanies.Click += new System.EventHandler(this.BtCompaniesClick);
     //
     // btContacts
     //
     this.btContacts.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(233)))), ((int)(((byte)(241)))));
     this.btContacts.FlatAppearance.BorderSize = 0;
     this.btContacts.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.btContacts.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.btContacts.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btContacts.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btContacts.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(74)))), ((int)(((byte)(74)))));
     this.btContacts.Image = global::CsiCrm.Properties.Resources.contacts1;
     this.btContacts.Location = new System.Drawing.Point(12, 168);
     this.btContacts.Name = "btContacts";
     this.btContacts.Size = new System.Drawing.Size(140, 55);
     this.btContacts.TabIndex = 20;
     this.btContacts.Text = "Contacts";
     this.btContacts.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btContacts.UseVisualStyleBackColor = false;
     this.btContacts.Click += new System.EventHandler(this.BtContactsClick);
     //
     // btHome
     //
     this.btHome.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(233)))), ((int)(((byte)(241)))));
     this.btHome.FlatAppearance.BorderSize = 0;
     this.btHome.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.btHome.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.btHome.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btHome.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btHome.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(74)))), ((int)(((byte)(74)))));
     this.btHome.Image = global::CsiCrm.Properties.Resources.home;
     this.btHome.Location = new System.Drawing.Point(11, 85);
     this.btHome.Name = "btHome";
     this.btHome.Size = new System.Drawing.Size(140, 55);
     this.btHome.TabIndex = 17;
     this.btHome.Text = "Home";
     this.btHome.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btHome.UseVisualStyleBackColor = false;
     this.btHome.Click += new System.EventHandler(this.BtHomeClick);
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox2.Image = global::CsiCrm.Properties.Resources.logga1;
     this.pictureBox2.Location = new System.Drawing.Point(5, 10);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new System.Drawing.Size(150, 56);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox2.TabIndex = 25;
     this.pictureBox2.TabStop = false;
     //
     // errorProvider
     //
     this.errorProvider.ContainerControl = this;
     //
     // tabCtrlCompanies
     //
     this.tabCtrlCompanies.Controls.Add(this.tabAddCompany);
     this.tabCtrlCompanies.Controls.Add(this.tabViewCompanyNote);
     this.tabCtrlCompanies.Controls.Add(this.tabViewCompanyContacts);
     this.tabCtrlCompanies.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabCtrlCompanies.Location = new System.Drawing.Point(158, 60);
     this.tabCtrlCompanies.Name = "tabCtrlCompanies";
     this.tabCtrlCompanies.SelectedIndex = 0;
     this.tabCtrlCompanies.Size = new System.Drawing.Size(806, 498);
     this.tabCtrlCompanies.TabIndex = 28;
     this.tabCtrlCompanies.Visible = false;
     this.tabCtrlCompanies.SelectedIndexChanged += new System.EventHandler(this.TabCtrlCompaniesSelectedIndexChanged);
     //
     // tabAddCompany
     //
     this.tabAddCompany.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.tabAddCompany.Controls.Add(this.btClearSelection);
     this.tabAddCompany.Controls.Add(this.cbCompanies);
     this.tabAddCompany.Controls.Add(this.label61);
     this.tabAddCompany.Controls.Add(this.lbxContacts);
     this.tabAddCompany.Controls.Add(this.pbxCompanyLogo);
     this.tabAddCompany.Controls.Add(this.btDelContactFromCompany);
     this.tabAddCompany.Controls.Add(this.btContactToCompany);
     this.tabAddCompany.Controls.Add(this.btCompanyAddLogo);
     this.tabAddCompany.Controls.Add(this.label77);
     this.tabAddCompany.Controls.Add(this.label42);
     this.tabAddCompany.Controls.Add(this.label26);
     this.tabAddCompany.Controls.Add(this.label27);
     this.tabAddCompany.Controls.Add(this.label28);
     this.tabAddCompany.Controls.Add(this.btDelCompany);
     this.tabAddCompany.Controls.Add(this.btAddCompany);
     this.tabAddCompany.Controls.Add(this.cbxSameAdress);
     this.tabAddCompany.Controls.Add(this.label29);
     this.tabAddCompany.Controls.Add(this.label30);
     this.tabAddCompany.Controls.Add(this.label31);
     this.tabAddCompany.Controls.Add(this.label32);
     this.tabAddCompany.Controls.Add(this.label33);
     this.tabAddCompany.Controls.Add(this.tbPostalPostNumber);
     this.tabAddCompany.Controls.Add(this.tbPostalStreet);
     this.tabAddCompany.Controls.Add(this.tbPostalCountry);
     this.tabAddCompany.Controls.Add(this.tbPostalCity);
     this.tabAddCompany.Controls.Add(this.cbCustomerType);
     this.tabAddCompany.Controls.Add(this.label34);
     this.tabAddCompany.Controls.Add(this.label35);
     this.tabAddCompany.Controls.Add(this.label36);
     this.tabAddCompany.Controls.Add(this.label37);
     this.tabAddCompany.Controls.Add(this.label38);
     this.tabAddCompany.Controls.Add(this.label39);
     this.tabAddCompany.Controls.Add(this.label40);
     this.tabAddCompany.Controls.Add(this.tbVisitPostNumber);
     this.tabAddCompany.Controls.Add(this.tbVisitStreet);
     this.tabAddCompany.Controls.Add(this.tbVisitCountry);
     this.tabAddCompany.Controls.Add(this.tbVisitCity);
     this.tabAddCompany.Controls.Add(this.tbVatNr);
     this.tabAddCompany.Controls.Add(this.tbTelephone);
     this.tabAddCompany.Controls.Add(this.tbWebPage);
     this.tabAddCompany.Controls.Add(this.tbEmail);
     this.tabAddCompany.Controls.Add(this.tbCompanyName);
     this.tabAddCompany.Controls.Add(this.label41);
     this.tabAddCompany.Controls.Add(this.label51);
     this.tabAddCompany.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.tabAddCompany.Location = new System.Drawing.Point(4, 26);
     this.tabAddCompany.Name = "tabAddCompany";
     this.tabAddCompany.Size = new System.Drawing.Size(798, 468);
     this.tabAddCompany.TabIndex = 0;
     this.tabAddCompany.Text = "Add/Edit Company";
     //
     // btClearSelection
     //
     this.btClearSelection.Location = new System.Drawing.Point(211, 40);
     this.btClearSelection.Name = "btClearSelection";
     this.btClearSelection.Size = new System.Drawing.Size(50, 23);
     this.btClearSelection.TabIndex = 96;
     this.btClearSelection.Text = "clear";
     this.btClearSelection.UseVisualStyleBackColor = true;
     this.btClearSelection.Visible = false;
     this.btClearSelection.Click += new System.EventHandler(this.BtClearSelectionClick);
     //
     // cbCompanies
     //
     this.cbCompanies.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbCompanies.FormattingEnabled = true;
     this.cbCompanies.Location = new System.Drawing.Point(30, 38);
     this.cbCompanies.Name = "cbCompanies";
     this.cbCompanies.Size = new System.Drawing.Size(162, 25);
     this.cbCompanies.TabIndex = 95;
     this.cbCompanies.SelectedIndexChanged += new System.EventHandler(this.CbCompaniesSelectedIndexChanged);
     //
     // label61
     //
     this.label61.AutoSize = true;
     this.label61.Location = new System.Drawing.Point(27, 144);
     this.label61.Name = "label61";
     this.label61.Size = new System.Drawing.Size(124, 17);
     this.label61.TabIndex = 94;
     this.label61.Text = "or add a new one:";
     //
     // lbxContacts
     //
     this.lbxContacts.FormattingEnabled = true;
     this.lbxContacts.ItemHeight = 17;
     this.lbxContacts.Location = new System.Drawing.Point(409, 43);
     this.lbxContacts.Name = "lbxContacts";
     this.lbxContacts.Size = new System.Drawing.Size(147, 72);
     this.lbxContacts.TabIndex = 93;
     //
     // pbxCompanyLogo
     //
     this.pbxCompanyLogo.Location = new System.Drawing.Point(644, 15);
     this.pbxCompanyLogo.Name = "pbxCompanyLogo";
     this.pbxCompanyLogo.Size = new System.Drawing.Size(148, 100);
     this.pbxCompanyLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pbxCompanyLogo.TabIndex = 92;
     this.pbxCompanyLogo.TabStop = false;
     this.pbxCompanyLogo.Visible = false;
     //
     // btDelContactFromCompany
     //
     this.btDelContactFromCompany.Location = new System.Drawing.Point(502, 121);
     this.btDelContactFromCompany.Name = "btDelContactFromCompany";
     this.btDelContactFromCompany.Size = new System.Drawing.Size(54, 23);
     this.btDelContactFromCompany.TabIndex = 90;
     this.btDelContactFromCompany.TabStop = false;
     this.btDelContactFromCompany.Text = "Del";
     this.btDelContactFromCompany.UseVisualStyleBackColor = true;
     this.btDelContactFromCompany.Click += new System.EventHandler(this.BtDelContactFromCompanyClick);
     //
     // btContactToCompany
     //
     this.btContactToCompany.Location = new System.Drawing.Point(407, 121);
     this.btContactToCompany.Name = "btContactToCompany";
     this.btContactToCompany.Size = new System.Drawing.Size(50, 23);
     this.btContactToCompany.TabIndex = 89;
     this.btContactToCompany.TabStop = false;
     this.btContactToCompany.Text = "Add Company";
     this.btContactToCompany.UseVisualStyleBackColor = true;
     this.btContactToCompany.Click += new System.EventHandler(this.BtContactToCompanyClick);
     //
     // btCompanyAddLogo
     //
     this.btCompanyAddLogo.Location = new System.Drawing.Point(717, 129);
     this.btCompanyAddLogo.Name = "btCompanyAddLogo";
     this.btCompanyAddLogo.Size = new System.Drawing.Size(75, 23);
     this.btCompanyAddLogo.TabIndex = 91;
     this.btCompanyAddLogo.TabStop = false;
     this.btCompanyAddLogo.Text = "Add logo";
     this.btCompanyAddLogo.UseVisualStyleBackColor = true;
     this.btCompanyAddLogo.Click += new System.EventHandler(this.BtCompanyAddLogoClick);
     //
     // label77
     //
     this.label77.AutoSize = true;
     this.label77.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label77.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.label77.Location = new System.Drawing.Point(406, 15);
     this.label77.Name = "label77";
     this.label77.Size = new System.Drawing.Size(75, 18);
     this.label77.TabIndex = 88;
     this.label77.Text = "Contacts:";
     //
     // label42
     //
     this.label42.AutoSize = true;
     this.label42.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label42.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.label42.Location = new System.Drawing.Point(380, 169);
     this.label42.Name = "label42";
     this.label42.Size = new System.Drawing.Size(116, 18);
     this.label42.TabIndex = 51;
     this.label42.Text = "Contact Details";
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.Location = new System.Drawing.Point(380, 196);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(78, 17);
     this.label26.TabIndex = 48;
     this.label26.Text = "Telephone:";
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.Location = new System.Drawing.Point(380, 260);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(75, 17);
     this.label27.TabIndex = 49;
     this.label27.Text = "Webpage:";
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Location = new System.Drawing.Point(380, 227);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(54, 17);
     this.label28.TabIndex = 50;
     this.label28.Text = "E-mail:";
     //
     // btDelCompany
     //
     this.btDelCompany.Location = new System.Drawing.Point(502, 439);
     this.btDelCompany.Name = "btDelCompany";
     this.btDelCompany.Size = new System.Drawing.Size(107, 23);
     this.btDelCompany.TabIndex = 44;
     this.btDelCompany.TabStop = false;
     this.btDelCompany.Text = "Delete";
     this.btDelCompany.UseVisualStyleBackColor = true;
     this.btDelCompany.Visible = false;
     this.btDelCompany.Click += new System.EventHandler(this.BtDelCompanyClick);
     //
     // btAddCompany
     //
     this.btAddCompany.Enabled = false;
     this.btAddCompany.Location = new System.Drawing.Point(684, 438);
     this.btAddCompany.Name = "btAddCompany";
     this.btAddCompany.Size = new System.Drawing.Size(107, 23);
     this.btAddCompany.TabIndex = 15;
     this.btAddCompany.TabStop = false;
     this.btAddCompany.Text = "Add";
     this.btAddCompany.UseVisualStyleBackColor = true;
     this.btAddCompany.Click += new System.EventHandler(this.BtAddCompanyClick);
     //
     // cbxSameAdress
     //
     this.cbxSameAdress.Appearance = System.Windows.Forms.Appearance.Button;
     this.cbxSameAdress.AutoSize = true;
     this.cbxSameAdress.Location = new System.Drawing.Point(211, 434);
     this.cbxSameAdress.Name = "cbxSameAdress";
     this.cbxSameAdress.Size = new System.Drawing.Size(111, 27);
     this.cbxSameAdress.TabIndex = 41;
     this.cbxSameAdress.TabStop = false;
     this.cbxSameAdress.Text = "Copy to postal";
     this.cbxSameAdress.UseVisualStyleBackColor = true;
     this.cbxSameAdress.CheckedChanged += new System.EventHandler(this.CbSameAdressCheckedChanged);
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Location = new System.Drawing.Point(380, 416);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(63, 17);
     this.label29.TabIndex = 31;
     this.label29.Text = "Country:";
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.Location = new System.Drawing.Point(380, 385);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(37, 17);
     this.label30.TabIndex = 36;
     this.label30.Text = "City:";
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.Location = new System.Drawing.Point(380, 353);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(96, 17);
     this.label31.TabIndex = 33;
     this.label31.Text = "Post number:";
     //
     // label32
     //
     this.label32.AutoSize = true;
     this.label32.Location = new System.Drawing.Point(380, 322);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(51, 17);
     this.label32.TabIndex = 40;
     this.label32.Text = "Street:";
     //
     // label33
     //
     this.label33.AutoSize = true;
     this.label33.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label33.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.label33.Location = new System.Drawing.Point(380, 292);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(108, 18);
     this.label33.TabIndex = 37;
     this.label33.Text = "Postal adress:";
     //
     // tbPostalPostNumber
     //
     this.tbPostalPostNumber.Location = new System.Drawing.Point(493, 345);
     this.tbPostalPostNumber.Name = "tbPostalPostNumber";
     this.tbPostalPostNumber.Size = new System.Drawing.Size(175, 25);
     this.tbPostalPostNumber.TabIndex = 12;
     //
     // tbPostalStreet
     //
     this.tbPostalStreet.Location = new System.Drawing.Point(493, 314);
     this.tbPostalStreet.Name = "tbPostalStreet";
     this.tbPostalStreet.Size = new System.Drawing.Size(175, 25);
     this.tbPostalStreet.TabIndex = 11;
     //
     // tbPostalCountry
     //
     this.tbPostalCountry.Location = new System.Drawing.Point(495, 408);
     this.tbPostalCountry.Name = "tbPostalCountry";
     this.tbPostalCountry.Size = new System.Drawing.Size(175, 25);
     this.tbPostalCountry.TabIndex = 14;
     //
     // tbPostalCity
     //
     this.tbPostalCity.Location = new System.Drawing.Point(494, 376);
     this.tbPostalCity.Name = "tbPostalCity";
     this.tbPostalCity.Size = new System.Drawing.Size(175, 25);
     this.tbPostalCity.TabIndex = 13;
     //
     // cbCustomerType
     //
     this.cbCustomerType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbCustomerType.FormattingEnabled = true;
     this.cbCustomerType.Location = new System.Drawing.Point(147, 251);
     this.cbCustomerType.Name = "cbCustomerType";
     this.cbCustomerType.Size = new System.Drawing.Size(175, 25);
     this.cbCustomerType.TabIndex = 3;
     this.cbCustomerType.SelectedIndexChanged += new System.EventHandler(this.CbCompaniesSelectedIndexChanged);
     //
     // label34
     //
     this.label34.AutoSize = true;
     this.label34.Location = new System.Drawing.Point(25, 416);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(63, 17);
     this.label34.TabIndex = 21;
     this.label34.Text = "Country:";
     //
     // label35
     //
     this.label35.AutoSize = true;
     this.label35.Location = new System.Drawing.Point(27, 385);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(37, 17);
     this.label35.TabIndex = 22;
     this.label35.Text = "City:";
     //
     // label36
     //
     this.label36.AutoSize = true;
     this.label36.Location = new System.Drawing.Point(27, 354);
     this.label36.Name = "label36";
     this.label36.Size = new System.Drawing.Size(96, 17);
     this.label36.TabIndex = 19;
     this.label36.Text = "Post number:";
     //
     // label37
     //
     this.label37.AutoSize = true;
     this.label37.Location = new System.Drawing.Point(27, 323);
     this.label37.Name = "label37";
     this.label37.Size = new System.Drawing.Size(51, 17);
     this.label37.TabIndex = 20;
     this.label37.Text = "Street:";
     //
     // label38
     //
     this.label38.AutoSize = true;
     this.label38.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label38.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.label38.Location = new System.Drawing.Point(27, 292);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(116, 18);
     this.label38.TabIndex = 25;
     this.label38.Text = "Visiting adress:";
     //
     // label39
     //
     this.label39.AutoSize = true;
     this.label39.Location = new System.Drawing.Point(25, 253);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(106, 17);
     this.label39.TabIndex = 26;
     this.label39.Text = "Company type:";
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.Location = new System.Drawing.Point(25, 225);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(116, 17);
     this.label40.TabIndex = 23;
     this.label40.Text = "Company name:";
     //
     // tbVisitPostNumber
     //
     this.tbVisitPostNumber.Location = new System.Drawing.Point(147, 346);
     this.tbVisitPostNumber.Name = "tbVisitPostNumber";
     this.tbVisitPostNumber.Size = new System.Drawing.Size(175, 25);
     this.tbVisitPostNumber.TabIndex = 5;
     //
     // tbVisitStreet
     //
     this.tbVisitStreet.Location = new System.Drawing.Point(147, 315);
     this.tbVisitStreet.Name = "tbVisitStreet";
     this.tbVisitStreet.Size = new System.Drawing.Size(175, 25);
     this.tbVisitStreet.TabIndex = 4;
     //
     // tbVisitCountry
     //
     this.tbVisitCountry.Location = new System.Drawing.Point(147, 408);
     this.tbVisitCountry.Name = "tbVisitCountry";
     this.tbVisitCountry.Size = new System.Drawing.Size(175, 25);
     this.tbVisitCountry.TabIndex = 7;
     //
     // tbVisitCity
     //
     this.tbVisitCity.Location = new System.Drawing.Point(147, 377);
     this.tbVisitCity.Name = "tbVisitCity";
     this.tbVisitCity.Size = new System.Drawing.Size(175, 25);
     this.tbVisitCity.TabIndex = 6;
     //
     // tbVatNr
     //
     this.tbVatNr.Location = new System.Drawing.Point(147, 189);
     this.tbVatNr.Name = "tbVatNr";
     this.tbVatNr.Size = new System.Drawing.Size(175, 25);
     this.tbVatNr.TabIndex = 1;
     //
     // tbTelephone
     //
     this.tbTelephone.Location = new System.Drawing.Point(500, 192);
     this.tbTelephone.Name = "tbTelephone";
     this.tbTelephone.Size = new System.Drawing.Size(175, 25);
     this.tbTelephone.TabIndex = 8;
     //
     // tbWebPage
     //
     this.tbWebPage.Location = new System.Drawing.Point(500, 257);
     this.tbWebPage.Name = "tbWebPage";
     this.tbWebPage.Size = new System.Drawing.Size(175, 25);
     this.tbWebPage.TabIndex = 10;
     //
     // tbEmail
     //
     this.tbEmail.Location = new System.Drawing.Point(500, 224);
     this.tbEmail.Name = "tbEmail";
     this.tbEmail.Size = new System.Drawing.Size(175, 25);
     this.tbEmail.TabIndex = 9;
     //
     // tbCompanyName
     //
     this.tbCompanyName.Location = new System.Drawing.Point(147, 219);
     this.tbCompanyName.Name = "tbCompanyName";
     this.tbCompanyName.Size = new System.Drawing.Size(175, 25);
     this.tbCompanyName.TabIndex = 2;
     this.tbCompanyName.TextChanged += new System.EventHandler(this.TbCompanyNameTextChanged);
     //
     // label41
     //
     this.label41.AutoSize = true;
     this.label41.Location = new System.Drawing.Point(27, 192);
     this.label41.Name = "label41";
     this.label41.Size = new System.Drawing.Size(87, 17);
     this.label41.TabIndex = 17;
     this.label41.Text = "Vat-number:";
     //
     // label51
     //
     this.label51.AutoSize = true;
     this.label51.Location = new System.Drawing.Point(27, 16);
     this.label51.Name = "label51";
     this.label51.Size = new System.Drawing.Size(170, 17);
     this.label51.TabIndex = 94;
     this.label51.Text = "Choose company to edit:";
     //
     // tabViewCompanyNote
     //
     this.tabViewCompanyNote.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.tabViewCompanyNote.Controls.Add(this.label64);
     this.tabViewCompanyNote.Controls.Add(this.label63);
     this.tabViewCompanyNote.Controls.Add(this.lbNoteInfo);
     this.tabViewCompanyNote.Controls.Add(this.lbNoteSelectNote);
     this.tabViewCompanyNote.Controls.Add(this.label60);
     this.tabViewCompanyNote.Controls.Add(this.btCompanyNoteClear);
     this.tabViewCompanyNote.Controls.Add(this.btNoteCompanyRemoveNote);
     this.tabViewCompanyNote.Controls.Add(this.btSaveCompanyNote);
     this.tabViewCompanyNote.Controls.Add(this.tbNoteCompanySubject);
     this.tabViewCompanyNote.Controls.Add(this.rtxNoteCompanyBody);
     this.tabViewCompanyNote.Controls.Add(this.cbNoteCompanyNote);
     this.tabViewCompanyNote.Controls.Add(this.cbNoteSelectCompany);
     this.tabViewCompanyNote.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.tabViewCompanyNote.Location = new System.Drawing.Point(4, 26);
     this.tabViewCompanyNote.Name = "tabViewCompanyNote";
     this.tabViewCompanyNote.Padding = new System.Windows.Forms.Padding(3);
     this.tabViewCompanyNote.Size = new System.Drawing.Size(798, 468);
     this.tabViewCompanyNote.TabIndex = 1;
     this.tabViewCompanyNote.Text = "View company notes";
     //
     // label64
     //
     this.label64.AutoSize = true;
     this.label64.Location = new System.Drawing.Point(21, 164);
     this.label64.Name = "label64";
     this.label64.Size = new System.Drawing.Size(42, 17);
     this.label64.TabIndex = 6;
     this.label64.Text = "Note:";
     //
     // label63
     //
     this.label63.AutoSize = true;
     this.label63.Location = new System.Drawing.Point(20, 121);
     this.label63.Name = "label63";
     this.label63.Size = new System.Drawing.Size(61, 17);
     this.label63.TabIndex = 6;
     this.label63.Text = "Subject:";
     //
     // lbNoteInfo
     //
     this.lbNoteInfo.AutoSize = true;
     this.lbNoteInfo.Location = new System.Drawing.Point(270, 67);
     this.lbNoteInfo.Name = "lbNoteInfo";
     this.lbNoteInfo.Size = new System.Drawing.Size(202, 17);
     this.lbNoteInfo.TabIndex = 6;
     this.lbNoteInfo.Text = "(Leave blank to add new note)";
     this.lbNoteInfo.Visible = false;
     //
     // lbNoteSelectNote
     //
     this.lbNoteSelectNote.AutoSize = true;
     this.lbNoteSelectNote.Location = new System.Drawing.Point(12, 65);
     this.lbNoteSelectNote.Name = "lbNoteSelectNote";
     this.lbNoteSelectNote.Size = new System.Drawing.Size(85, 17);
     this.lbNoteSelectNote.TabIndex = 6;
     this.lbNoteSelectNote.Text = "Select note:";
     this.lbNoteSelectNote.Visible = false;
     //
     // label60
     //
     this.label60.AutoSize = true;
     this.label60.Location = new System.Drawing.Point(12, 32);
     this.label60.Name = "label60";
     this.label60.Size = new System.Drawing.Size(120, 17);
     this.label60.TabIndex = 5;
     this.label60.Text = "Select Company:";
     //
     // btCompanyNoteClear
     //
     this.btCompanyNoteClear.Location = new System.Drawing.Point(143, 331);
     this.btCompanyNoteClear.Name = "btCompanyNoteClear";
     this.btCompanyNoteClear.Size = new System.Drawing.Size(75, 23);
     this.btCompanyNoteClear.TabIndex = 4;
     this.btCompanyNoteClear.Text = "Clear";
     this.btCompanyNoteClear.UseVisualStyleBackColor = true;
     this.btCompanyNoteClear.Click += new System.EventHandler(this.BtCompanyNoteClearClick);
     //
     // btNoteCompanyRemoveNote
     //
     this.btNoteCompanyRemoveNote.Location = new System.Drawing.Point(255, 331);
     this.btNoteCompanyRemoveNote.Name = "btNoteCompanyRemoveNote";
     this.btNoteCompanyRemoveNote.Size = new System.Drawing.Size(75, 23);
     this.btNoteCompanyRemoveNote.TabIndex = 3;
     this.btNoteCompanyRemoveNote.Text = "Remove";
     this.btNoteCompanyRemoveNote.UseVisualStyleBackColor = true;
     this.btNoteCompanyRemoveNote.Visible = false;
     this.btNoteCompanyRemoveNote.Click += new System.EventHandler(this.BtNoteCompanyRemoveNoteClick);
     //
     // btSaveCompanyNote
     //
     this.btSaveCompanyNote.Location = new System.Drawing.Point(385, 331);
     this.btSaveCompanyNote.Name = "btSaveCompanyNote";
     this.btSaveCompanyNote.Size = new System.Drawing.Size(75, 23);
     this.btSaveCompanyNote.TabIndex = 3;
     this.btSaveCompanyNote.Text = "Save";
     this.btSaveCompanyNote.UseVisualStyleBackColor = true;
     this.btSaveCompanyNote.Click += new System.EventHandler(this.SaveCompanyNoteClick);
     //
     // tbNoteCompanySubject
     //
     this.tbNoteCompanySubject.Location = new System.Drawing.Point(140, 116);
     this.tbNoteCompanySubject.Name = "tbNoteCompanySubject";
     this.tbNoteCompanySubject.Size = new System.Drawing.Size(133, 25);
     this.tbNoteCompanySubject.TabIndex = 2;
     //
     // rtxNoteCompanyBody
     //
     this.rtxNoteCompanyBody.Location = new System.Drawing.Point(143, 161);
     this.rtxNoteCompanyBody.Name = "rtxNoteCompanyBody";
     this.rtxNoteCompanyBody.Size = new System.Drawing.Size(317, 143);
     this.rtxNoteCompanyBody.TabIndex = 1;
     this.rtxNoteCompanyBody.Text = "";
     //
     // cbNoteCompanyNote
     //
     this.cbNoteCompanyNote.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbNoteCompanyNote.FormattingEnabled = true;
     this.cbNoteCompanyNote.Location = new System.Drawing.Point(143, 64);
     this.cbNoteCompanyNote.Name = "cbNoteCompanyNote";
     this.cbNoteCompanyNote.Size = new System.Drawing.Size(121, 25);
     this.cbNoteCompanyNote.TabIndex = 0;
     this.cbNoteCompanyNote.Visible = false;
     this.cbNoteCompanyNote.SelectedIndexChanged += new System.EventHandler(this.CbNoteCompanyNoteSelectedIndexChanged);
     //
     // cbNoteSelectCompany
     //
     this.cbNoteSelectCompany.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbNoteSelectCompany.FormattingEnabled = true;
     this.cbNoteSelectCompany.Location = new System.Drawing.Point(143, 24);
     this.cbNoteSelectCompany.Name = "cbNoteSelectCompany";
     this.cbNoteSelectCompany.Size = new System.Drawing.Size(121, 25);
     this.cbNoteSelectCompany.TabIndex = 0;
     this.cbNoteSelectCompany.SelectedIndexChanged += new System.EventHandler(this.CbNoteSelectCompanySelectedIndexChanged);
     //
     // tabViewCompanyContacts
     //
     this.tabViewCompanyContacts.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.tabViewCompanyContacts.Controls.Add(this.btAddCompanyContactsDone);
     this.tabViewCompanyContacts.Controls.Add(this.btAddContactToCompany);
     this.tabViewCompanyContacts.Controls.Add(this.dgwCompanyContacts);
     this.tabViewCompanyContacts.Location = new System.Drawing.Point(4, 26);
     this.tabViewCompanyContacts.Name = "tabViewCompanyContacts";
     this.tabViewCompanyContacts.Size = new System.Drawing.Size(798, 468);
     this.tabViewCompanyContacts.TabIndex = 2;
     this.tabViewCompanyContacts.Text = "View Contacts";
     //
     // btAddCompanyContactsDone
     //
     this.btAddCompanyContactsDone.Location = new System.Drawing.Point(513, 261);
     this.btAddCompanyContactsDone.Name = "btAddCompanyContactsDone";
     this.btAddCompanyContactsDone.Size = new System.Drawing.Size(75, 23);
     this.btAddCompanyContactsDone.TabIndex = 2;
     this.btAddCompanyContactsDone.Text = "Done";
     this.btAddCompanyContactsDone.UseVisualStyleBackColor = true;
     this.btAddCompanyContactsDone.Click += new System.EventHandler(this.BtAddCompanyContactsDoneClick);
     //
     // btAddContactToCompany
     //
     this.btAddContactToCompany.Location = new System.Drawing.Point(316, 261);
     this.btAddContactToCompany.Name = "btAddContactToCompany";
     this.btAddContactToCompany.Size = new System.Drawing.Size(153, 23);
     this.btAddContactToCompany.TabIndex = 1;
     this.btAddContactToCompany.Text = "Add To company";
     this.btAddContactToCompany.UseVisualStyleBackColor = true;
     this.btAddContactToCompany.Visible = false;
     this.btAddContactToCompany.Click += new System.EventHandler(this.BtAddContactToCompanyClick);
     //
     // dgwCompanyContacts
     //
     this.dgwCompanyContacts.AllowUserToAddRows = false;
     this.dgwCompanyContacts.AllowUserToDeleteRows = false;
     this.dgwCompanyContacts.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgwCompanyContacts.Location = new System.Drawing.Point(16, 13);
     this.dgwCompanyContacts.Name = "dgwCompanyContacts";
     this.dgwCompanyContacts.ReadOnly = true;
     this.dgwCompanyContacts.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgwCompanyContacts.Size = new System.Drawing.Size(758, 225);
     this.dgwCompanyContacts.TabIndex = 0;
     //
     // tabCtrlAppoinments
     //
     this.tabCtrlAppoinments.Controls.Add(this.tabAddAppointment);
     this.tabCtrlAppoinments.Controls.Add(this.tabViewAppointment);
     this.tabCtrlAppoinments.Controls.Add(this.tabAppointmentDetails);
     this.tabCtrlAppoinments.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabCtrlAppoinments.Location = new System.Drawing.Point(158, 60);
     this.tabCtrlAppoinments.Margin = new System.Windows.Forms.Padding(4);
     this.tabCtrlAppoinments.Name = "tabCtrlAppoinments";
     this.tabCtrlAppoinments.SelectedIndex = 0;
     this.tabCtrlAppoinments.Size = new System.Drawing.Size(806, 498);
     this.tabCtrlAppoinments.TabIndex = 1;
     this.tabCtrlAppoinments.Visible = false;
     this.tabCtrlAppoinments.Selected += new System.Windows.Forms.TabControlEventHandler(this.TabCtrlAppoinmentsSelected);
     //
     // tabAddAppointment
     //
     this.tabAddAppointment.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.tabAddAppointment.Controls.Add(this.btSaveEditedAppointment);
     this.tabAddAppointment.Controls.Add(this.label21);
     this.tabAddAppointment.Controls.Add(this.label16);
     this.tabAddAppointment.Controls.Add(this.clbContacts);
     this.tabAddAppointment.Controls.Add(this.label20);
     this.tabAddAppointment.Controls.Add(this.tbCountry);
     this.tabAddAppointment.Controls.Add(this.label19);
     this.tabAddAppointment.Controls.Add(this.dtpReminderTime);
     this.tabAddAppointment.Controls.Add(this.dtpAppointmentTimeEnd);
     this.tabAddAppointment.Controls.Add(this.dtpAppointmentTimeStart);
     this.tabAddAppointment.Controls.Add(this.btSave);
     this.tabAddAppointment.Controls.Add(this.cbReminderType);
     this.tabAddAppointment.Controls.Add(this.label15);
     this.tabAddAppointment.Controls.Add(this.label14);
     this.tabAddAppointment.Controls.Add(this.dtpReminderDate);
     this.tabAddAppointment.Controls.Add(this.label13);
     this.tabAddAppointment.Controls.Add(this.tbSubject);
     this.tabAddAppointment.Controls.Add(this.label12);
     this.tabAddAppointment.Controls.Add(this.rtbNotes);
     this.tabAddAppointment.Controls.Add(this.label11);
     this.tabAddAppointment.Controls.Add(this.cbCompany);
     this.tabAddAppointment.Controls.Add(this.label10);
     this.tabAddAppointment.Controls.Add(this.label9);
     this.tabAddAppointment.Controls.Add(this.label8);
     this.tabAddAppointment.Controls.Add(this.dtpAppointmentDateStart);
     this.tabAddAppointment.Controls.Add(this.tbCity);
     this.tabAddAppointment.Controls.Add(this.tbPostnumber);
     this.tabAddAppointment.Controls.Add(this.tbStreet);
     this.tabAddAppointment.Controls.Add(this.label6);
     this.tabAddAppointment.Controls.Add(this.label5);
     this.tabAddAppointment.Controls.Add(this.label4);
     this.tabAddAppointment.Controls.Add(this.label3);
     this.tabAddAppointment.Controls.Add(this.cbAppoinmentType);
     this.tabAddAppointment.Controls.Add(this.label2);
     this.tabAddAppointment.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.tabAddAppointment.Location = new System.Drawing.Point(4, 26);
     this.tabAddAppointment.Margin = new System.Windows.Forms.Padding(4);
     this.tabAddAppointment.Name = "tabAddAppointment";
     this.tabAddAppointment.Padding = new System.Windows.Forms.Padding(4);
     this.tabAddAppointment.Size = new System.Drawing.Size(798, 468);
     this.tabAddAppointment.TabIndex = 0;
     this.tabAddAppointment.Text = "Add/Edit Appointment";
     //
     // btSaveEditedAppointment
     //
     this.btSaveEditedAppointment.Location = new System.Drawing.Point(430, 408);
     this.btSaveEditedAppointment.Margin = new System.Windows.Forms.Padding(4);
     this.btSaveEditedAppointment.Name = "btSaveEditedAppointment";
     this.btSaveEditedAppointment.Size = new System.Drawing.Size(176, 29);
     this.btSaveEditedAppointment.TabIndex = 15;
     this.btSaveEditedAppointment.Text = "Save edited appointment";
     this.btSaveEditedAppointment.UseVisualStyleBackColor = true;
     this.btSaveEditedAppointment.Click += new System.EventHandler(this.BtSaveEditedAppointmentClick);
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label21.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.label21.Location = new System.Drawing.Point(14, 19);
     this.label21.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(41, 18);
     this.label21.TabIndex = 46;
     this.label21.Text = "Date";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(589, 86);
     this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(39, 17);
     this.label16.TabIndex = 45;
     this.label16.Text = "Type";
     //
     // clbContacts
     //
     this.clbContacts.FormattingEnabled = true;
     this.clbContacts.Location = new System.Drawing.Point(156, 408);
     this.clbContacts.Name = "clbContacts";
     this.clbContacts.Size = new System.Drawing.Size(235, 44);
     this.clbContacts.TabIndex = 44;
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Location = new System.Drawing.Point(17, 408);
     this.label20.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(67, 17);
     this.label20.TabIndex = 42;
     this.label20.Text = "Contacts";
     //
     // tbCountry
     //
     this.tbCountry.Location = new System.Drawing.Point(158, 334);
     this.tbCountry.Margin = new System.Windows.Forms.Padding(4);
     this.tbCountry.Name = "tbCountry";
     this.tbCountry.Size = new System.Drawing.Size(236, 25);
     this.tbCountry.TabIndex = 8;
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(17, 340);
     this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(59, 17);
     this.label19.TabIndex = 40;
     this.label19.Text = "Country";
     //
     // dtpReminderTime
     //
     this.dtpReminderTime.CustomFormat = "HH:MM";
     this.dtpReminderTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpReminderTime.Location = new System.Drawing.Point(513, 78);
     this.dtpReminderTime.Margin = new System.Windows.Forms.Padding(4);
     this.dtpReminderTime.MaxDate = new System.DateTime(2019, 12, 31, 0, 0, 0, 0);
     this.dtpReminderTime.MinDate = new System.DateTime(2010, 1, 1, 0, 0, 0, 0);
     this.dtpReminderTime.Name = "dtpReminderTime";
     this.dtpReminderTime.ShowUpDown = true;
     this.dtpReminderTime.Size = new System.Drawing.Size(68, 25);
     this.dtpReminderTime.TabIndex = 11;
     //
     // dtpAppointmentTimeEnd
     //
     this.dtpAppointmentTimeEnd.CustomFormat = "HH:MM";
     this.dtpAppointmentTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpAppointmentTimeEnd.Location = new System.Drawing.Point(306, 115);
     this.dtpAppointmentTimeEnd.Margin = new System.Windows.Forms.Padding(4);
     this.dtpAppointmentTimeEnd.MaxDate = new System.DateTime(2019, 12, 31, 0, 0, 0, 0);
     this.dtpAppointmentTimeEnd.MinDate = new System.DateTime(2010, 1, 1, 0, 0, 0, 0);
     this.dtpAppointmentTimeEnd.Name = "dtpAppointmentTimeEnd";
     this.dtpAppointmentTimeEnd.ShowUpDown = true;
     this.dtpAppointmentTimeEnd.Size = new System.Drawing.Size(85, 25);
     this.dtpAppointmentTimeEnd.TabIndex = 3;
     //
     // dtpAppointmentTimeStart
     //
     this.dtpAppointmentTimeStart.CustomFormat = "HH:MM";
     this.dtpAppointmentTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpAppointmentTimeStart.Location = new System.Drawing.Point(157, 115);
     this.dtpAppointmentTimeStart.Margin = new System.Windows.Forms.Padding(4);
     this.dtpAppointmentTimeStart.MaxDate = new System.DateTime(2019, 12, 31, 0, 0, 0, 0);
     this.dtpAppointmentTimeStart.MinDate = new System.DateTime(2010, 1, 1, 0, 0, 0, 0);
     this.dtpAppointmentTimeStart.Name = "dtpAppointmentTimeStart";
     this.dtpAppointmentTimeStart.ShowUpDown = true;
     this.dtpAppointmentTimeStart.Size = new System.Drawing.Size(85, 25);
     this.dtpAppointmentTimeStart.TabIndex = 2;
     //
     // btSave
     //
     this.btSave.Location = new System.Drawing.Point(614, 408);
     this.btSave.Margin = new System.Windows.Forms.Padding(4);
     this.btSave.Name = "btSave";
     this.btSave.Size = new System.Drawing.Size(161, 29);
     this.btSave.TabIndex = 29;
     this.btSave.Text = "Add new appointment";
     this.btSave.UseVisualStyleBackColor = true;
     this.btSave.Click += new System.EventHandler(this.BtSaveClick);
     //
     // cbReminderType
     //
     this.cbReminderType.BackColor = System.Drawing.SystemColors.Window;
     this.cbReminderType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbReminderType.FormattingEnabled = true;
     this.cbReminderType.Location = new System.Drawing.Point(645, 78);
     this.cbReminderType.Margin = new System.Windows.Forms.Padding(4);
     this.cbReminderType.Name = "cbReminderType";
     this.cbReminderType.Size = new System.Drawing.Size(130, 25);
     this.cbReminderType.TabIndex = 12;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(429, 84);
     this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(40, 17);
     this.label15.TabIndex = 25;
     this.label15.Text = "Time";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(429, 47);
     this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(39, 17);
     this.label14.TabIndex = 24;
     this.label14.Text = "Date";
     //
     // dtpReminderDate
     //
     this.dtpReminderDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpReminderDate.Location = new System.Drawing.Point(513, 41);
     this.dtpReminderDate.Margin = new System.Windows.Forms.Padding(4);
     this.dtpReminderDate.MaxDate = new System.DateTime(2019, 12, 31, 0, 0, 0, 0);
     this.dtpReminderDate.MinDate = new System.DateTime(2011, 10, 13, 0, 0, 0, 0);
     this.dtpReminderDate.Name = "dtpReminderDate";
     this.dtpReminderDate.Size = new System.Drawing.Size(262, 25);
     this.dtpReminderDate.TabIndex = 10;
     this.dtpReminderDate.Value = new System.DateTime(2011, 10, 13, 0, 0, 0, 0);
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.label13.Location = new System.Drawing.Point(429, 19);
     this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(77, 18);
     this.label13.TabIndex = 22;
     this.label13.Text = "Reminder";
     //
     // tbSubject
     //
     this.tbSubject.Location = new System.Drawing.Point(432, 142);
     this.tbSubject.Margin = new System.Windows.Forms.Padding(4);
     this.tbSubject.Name = "tbSubject";
     this.tbSubject.Size = new System.Drawing.Size(343, 25);
     this.tbSubject.TabIndex = 13;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.label12.Location = new System.Drawing.Point(429, 115);
     this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(62, 18);
     this.label12.TabIndex = 20;
     this.label12.Text = "Subject";
     //
     // rtbNotes
     //
     this.rtbNotes.Location = new System.Drawing.Point(432, 201);
     this.rtbNotes.Margin = new System.Windows.Forms.Padding(4);
     this.rtbNotes.Name = "rtbNotes";
     this.rtbNotes.Size = new System.Drawing.Size(343, 196);
     this.rtbNotes.TabIndex = 14;
     this.rtbNotes.Text = "";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.label11.Location = new System.Drawing.Point(429, 174);
     this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(42, 18);
     this.label11.TabIndex = 18;
     this.label11.Text = "Note";
     //
     // cbCompany
     //
     this.cbCompany.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbCompany.FormattingEnabled = true;
     this.cbCompany.Location = new System.Drawing.Point(157, 366);
     this.cbCompany.Margin = new System.Windows.Forms.Padding(4);
     this.cbCompany.Name = "cbCompany";
     this.cbCompany.Size = new System.Drawing.Size(236, 25);
     this.cbCompany.TabIndex = 9;
     this.cbCompany.SelectedIndexChanged += new System.EventHandler(this.CbCompanySelectedIndexChanged);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(17, 374);
     this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(71, 17);
     this.label10.TabIndex = 16;
     this.label10.Text = "Company";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(262, 119);
     this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(34, 17);
     this.label9.TabIndex = 14;
     this.label9.Text = "End";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(17, 121);
     this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(73, 17);
     this.label8.TabIndex = 12;
     this.label8.Text = "Time start";
     //
     // dtpAppointmentDateStart
     //
     this.dtpAppointmentDateStart.CustomFormat = "";
     this.dtpAppointmentDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpAppointmentDateStart.Location = new System.Drawing.Point(157, 41);
     this.dtpAppointmentDateStart.Margin = new System.Windows.Forms.Padding(4);
     this.dtpAppointmentDateStart.MaxDate = new System.DateTime(2019, 12, 31, 0, 0, 0, 0);
     this.dtpAppointmentDateStart.MinDate = new System.DateTime(2010, 1, 1, 0, 0, 0, 0);
     this.dtpAppointmentDateStart.Name = "dtpAppointmentDateStart";
     this.dtpAppointmentDateStart.Size = new System.Drawing.Size(236, 25);
     this.dtpAppointmentDateStart.TabIndex = 1;
     //
     // tbCity
     //
     this.tbCity.Location = new System.Drawing.Point(157, 299);
     this.tbCity.Margin = new System.Windows.Forms.Padding(4);
     this.tbCity.Name = "tbCity";
     this.tbCity.Size = new System.Drawing.Size(236, 25);
     this.tbCity.TabIndex = 7;
     //
     // tbPostnumber
     //
     this.tbPostnumber.Location = new System.Drawing.Point(157, 265);
     this.tbPostnumber.Margin = new System.Windows.Forms.Padding(4);
     this.tbPostnumber.Name = "tbPostnumber";
     this.tbPostnumber.Size = new System.Drawing.Size(104, 25);
     this.tbPostnumber.TabIndex = 6;
     //
     // tbStreet
     //
     this.tbStreet.Location = new System.Drawing.Point(157, 232);
     this.tbStreet.Margin = new System.Windows.Forms.Padding(4);
     this.tbStreet.Name = "tbStreet";
     this.tbStreet.Size = new System.Drawing.Size(236, 25);
     this.tbStreet.TabIndex = 5;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(17, 271);
     this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(88, 17);
     this.label6.TabIndex = 6;
     this.label6.Text = "Postnumber";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(17, 305);
     this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(33, 17);
     this.label5.TabIndex = 5;
     this.label5.Text = "City";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(17, 238);
     this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(47, 17);
     this.label4.TabIndex = 4;
     this.label4.Text = "Street";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.label3.Location = new System.Drawing.Point(17, 206);
     this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(69, 18);
     this.label3.TabIndex = 3;
     this.label3.Text = "Location";
     //
     // cbAppoinmentType
     //
     this.cbAppoinmentType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbAppoinmentType.FormattingEnabled = true;
     this.cbAppoinmentType.Location = new System.Drawing.Point(157, 158);
     this.cbAppoinmentType.Margin = new System.Windows.Forms.Padding(4);
     this.cbAppoinmentType.Name = "cbAppoinmentType";
     this.cbAppoinmentType.Size = new System.Drawing.Size(236, 25);
     this.cbAppoinmentType.TabIndex = 4;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(17, 161);
     this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(120, 17);
     this.label2.TabIndex = 1;
     this.label2.Text = "Appointment type";
     //
     // tabViewAppointment
     //
     this.tabViewAppointment.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.tabViewAppointment.Controls.Add(this.btViewDetailsOfAppointment);
     this.tabViewAppointment.Controls.Add(this.tbSearchAppointmentsByContact);
     this.tabViewAppointment.Controls.Add(this.panelSearchOptionsAppointments);
     this.tabViewAppointment.Controls.Add(this.btDelAppointment);
     this.tabViewAppointment.Controls.Add(this.btEditAppointment);
     this.tabViewAppointment.Controls.Add(this.tbSearchAppointmentsWithFilter);
     this.tabViewAppointment.Controls.Add(this.dgvViewAppoinments);
     this.tabViewAppointment.Controls.Add(this.cbCompanySearch);
     this.tabViewAppointment.Controls.Add(this.label22);
     this.tabViewAppointment.Controls.Add(this.label7);
     this.tabViewAppointment.Controls.Add(this.label23);
     this.tabViewAppointment.Controls.Add(this.label24);
     this.tabViewAppointment.Controls.Add(this.tbSearchQuery);
     this.tabViewAppointment.Controls.Add(this.mcAppointments);
     this.tabViewAppointment.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.tabViewAppointment.Location = new System.Drawing.Point(4, 26);
     this.tabViewAppointment.Name = "tabViewAppointment";
     this.tabViewAppointment.Padding = new System.Windows.Forms.Padding(3);
     this.tabViewAppointment.Size = new System.Drawing.Size(798, 468);
     this.tabViewAppointment.TabIndex = 2;
     this.tabViewAppointment.Text = "View appointments";
     //
     // btViewDetailsOfAppointment
     //
     this.btViewDetailsOfAppointment.Location = new System.Drawing.Point(644, 433);
     this.btViewDetailsOfAppointment.Name = "btViewDetailsOfAppointment";
     this.btViewDetailsOfAppointment.Size = new System.Drawing.Size(133, 24);
     this.btViewDetailsOfAppointment.TabIndex = 48;
     this.btViewDetailsOfAppointment.Text = "View details";
     this.btViewDetailsOfAppointment.UseVisualStyleBackColor = true;
     this.btViewDetailsOfAppointment.Click += new System.EventHandler(this.BtViewDetailsOfAppointmentClick);
     //
     // tbSearchAppointmentsByContact
     //
     this.tbSearchAppointmentsByContact.Location = new System.Drawing.Point(37, 355);
     this.tbSearchAppointmentsByContact.Name = "tbSearchAppointmentsByContact";
     this.tbSearchAppointmentsByContact.Size = new System.Drawing.Size(171, 25);
     this.tbSearchAppointmentsByContact.TabIndex = 47;
     //
     // panelSearchOptionsAppointments
     //
     this.panelSearchOptionsAppointments.Controls.Add(this.rbtSearchByAppointmentDate);
     this.panelSearchOptionsAppointments.Controls.Add(this.rtbSearchAppointmentsByContacts);
     this.panelSearchOptionsAppointments.Controls.Add(this.rbtSearchAppointmentsByCompany);
     this.panelSearchOptionsAppointments.Controls.Add(this.rbtSearchwordAppointment);
     this.panelSearchOptionsAppointments.Location = new System.Drawing.Point(5, 5);
     this.panelSearchOptionsAppointments.Name = "panelSearchOptionsAppointments";
     this.panelSearchOptionsAppointments.Size = new System.Drawing.Size(32, 455);
     this.panelSearchOptionsAppointments.TabIndex = 46;
     //
     // rbtSearchByAppointmentDate
     //
     this.rbtSearchByAppointmentDate.AutoSize = true;
     this.rbtSearchByAppointmentDate.Location = new System.Drawing.Point(9, 58);
     this.rbtSearchByAppointmentDate.Name = "rbtSearchByAppointmentDate";
     this.rbtSearchByAppointmentDate.Size = new System.Drawing.Size(14, 13);
     this.rbtSearchByAppointmentDate.TabIndex = 2;
     this.rbtSearchByAppointmentDate.Tag = "2";
     this.rbtSearchByAppointmentDate.UseVisualStyleBackColor = true;
     //
     // rtbSearchAppointmentsByContacts
     //
     this.rtbSearchAppointmentsByContacts.AutoSize = true;
     this.rtbSearchAppointmentsByContacts.Location = new System.Drawing.Point(9, 326);
     this.rtbSearchAppointmentsByContacts.Name = "rtbSearchAppointmentsByContacts";
     this.rtbSearchAppointmentsByContacts.Size = new System.Drawing.Size(14, 13);
     this.rtbSearchAppointmentsByContacts.TabIndex = 1;
     this.rtbSearchAppointmentsByContacts.Tag = "4";
     this.rtbSearchAppointmentsByContacts.UseVisualStyleBackColor = true;
     //
     // rbtSearchAppointmentsByCompany
     //
     this.rbtSearchAppointmentsByCompany.AutoSize = true;
     this.rbtSearchAppointmentsByCompany.Location = new System.Drawing.Point(9, 402);
     this.rbtSearchAppointmentsByCompany.Name = "rbtSearchAppointmentsByCompany";
     this.rbtSearchAppointmentsByCompany.Size = new System.Drawing.Size(14, 13);
     this.rbtSearchAppointmentsByCompany.TabIndex = 1;
     this.rbtSearchAppointmentsByCompany.Tag = "5";
     this.rbtSearchAppointmentsByCompany.UseVisualStyleBackColor = true;
     //
     // rbtSearchwordAppointment
     //
     this.rbtSearchwordAppointment.AutoSize = true;
     this.rbtSearchwordAppointment.Checked = true;
     this.rbtSearchwordAppointment.Location = new System.Drawing.Point(9, 7);
     this.rbtSearchwordAppointment.Name = "rbtSearchwordAppointment";
     this.rbtSearchwordAppointment.Size = new System.Drawing.Size(14, 13);
     this.rbtSearchwordAppointment.TabIndex = 0;
     this.rbtSearchwordAppointment.TabStop = true;
     this.rbtSearchwordAppointment.Tag = "1";
     this.rbtSearchwordAppointment.UseVisualStyleBackColor = true;
     //
     // btDelAppointment
     //
     this.btDelAppointment.Location = new System.Drawing.Point(460, 436);
     this.btDelAppointment.Name = "btDelAppointment";
     this.btDelAppointment.Size = new System.Drawing.Size(78, 24);
     this.btDelAppointment.TabIndex = 36;
     this.btDelAppointment.Text = "Delete";
     this.btDelAppointment.UseVisualStyleBackColor = true;
     this.btDelAppointment.Click += new System.EventHandler(this.BtDelAppointmentClick);
     //
     // btEditAppointment
     //
     this.btEditAppointment.Location = new System.Drawing.Point(554, 435);
     this.btEditAppointment.Name = "btEditAppointment";
     this.btEditAppointment.Size = new System.Drawing.Size(78, 24);
     this.btEditAppointment.TabIndex = 35;
     this.btEditAppointment.Text = "Edit";
     this.btEditAppointment.UseVisualStyleBackColor = true;
     this.btEditAppointment.Click += new System.EventHandler(this.BtEditAppointmentClick);
     //
     // tbSearchAppointmentsWithFilter
     //
     this.tbSearchAppointmentsWithFilter.Location = new System.Drawing.Point(220, 433);
     this.tbSearchAppointmentsWithFilter.Name = "tbSearchAppointmentsWithFilter";
     this.tbSearchAppointmentsWithFilter.Size = new System.Drawing.Size(78, 24);
     this.tbSearchAppointmentsWithFilter.TabIndex = 33;
     this.tbSearchAppointmentsWithFilter.Text = "Search";
     this.tbSearchAppointmentsWithFilter.UseVisualStyleBackColor = true;
     this.tbSearchAppointmentsWithFilter.Click += new System.EventHandler(this.TbSearchAppointmentsWithFilterClick);
     //
     // dgvViewAppoinments
     //
     this.dgvViewAppoinments.AllowUserToAddRows = false;
     this.dgvViewAppoinments.AllowUserToDeleteRows = false;
     this.dgvViewAppoinments.AllowUserToOrderColumns = true;
     this.dgvViewAppoinments.AllowUserToResizeColumns = false;
     this.dgvViewAppoinments.AllowUserToResizeRows = false;
     this.dgvViewAppoinments.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.dgvViewAppoinments.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dgvViewAppoinments.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvViewAppoinments.ColumnHeadersVisible = false;
     this.dgvViewAppoinments.Location = new System.Drawing.Point(220, 27);
     this.dgvViewAppoinments.MultiSelect = false;
     this.dgvViewAppoinments.Name = "dgvViewAppoinments";
     this.dgvViewAppoinments.ReadOnly = true;
     this.dgvViewAppoinments.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvViewAppoinments.ShowCellToolTips = false;
     this.dgvViewAppoinments.ShowRowErrors = false;
     this.dgvViewAppoinments.Size = new System.Drawing.Size(557, 390);
     this.dgvViewAppoinments.TabIndex = 28;
     //
     // cbCompanySearch
     //
     this.cbCompanySearch.FormattingEnabled = true;
     this.cbCompanySearch.Location = new System.Drawing.Point(37, 430);
     this.cbCompanySearch.Name = "cbCompanySearch";
     this.cbCompanySearch.Size = new System.Drawing.Size(174, 25);
     this.cbCompanySearch.TabIndex = 25;
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Location = new System.Drawing.Point(40, 405);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(71, 17);
     this.label22.TabIndex = 24;
     this.label22.Text = "Company";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(45, 38);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(57, 17);
     this.label7.TabIndex = 23;
     this.label7.Text = "Subject";
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Location = new System.Drawing.Point(39, 328);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(59, 17);
     this.label23.TabIndex = 23;
     this.label23.Text = "Contact";
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.Location = new System.Drawing.Point(384, 249);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(91, 17);
     this.label24.TabIndex = 22;
     this.label24.Text = "Filter options";
     //
     // tbSearchQuery
     //
     this.tbSearchQuery.Location = new System.Drawing.Point(41, 8);
     this.tbSearchQuery.Name = "tbSearchQuery";
     this.tbSearchQuery.Size = new System.Drawing.Size(171, 25);
     this.tbSearchQuery.TabIndex = 18;
     //
     // mcAppointments
     //
     this.mcAppointments.Location = new System.Drawing.Point(40, 62);
     this.mcAppointments.MaxSelectionCount = 1;
     this.mcAppointments.Name = "mcAppointments";
     this.mcAppointments.TabIndex = 15;
     //
     // tabAppointmentDetails
     //
     this.tabAppointmentDetails.Controls.Add(this.lbViewAppointmentContacts);
     this.tabAppointmentDetails.Controls.Add(this.label69);
     this.tabAppointmentDetails.Controls.Add(this.lbViewAppointmentCompany);
     this.tabAppointmentDetails.Controls.Add(this.lbViewAppointmentCountry);
     this.tabAppointmentDetails.Controls.Add(this.lbViewAppointmentCity);
     this.tabAppointmentDetails.Controls.Add(this.lbViewAppointmentStreet);
     this.tabAppointmentDetails.Controls.Add(this.lbViewAppointmentPostnumber);
     this.tabAppointmentDetails.Controls.Add(this.lbViewAppointmentReminderType);
     this.tabAppointmentDetails.Controls.Add(this.lbViewAppointmentReminderTime);
     this.tabAppointmentDetails.Controls.Add(this.lbViewAppointmentReminderDate);
     this.tabAppointmentDetails.Controls.Add(this.lbViewAppointmentType);
     this.tabAppointmentDetails.Controls.Add(this.lbViewAppointmentStartTime);
     this.tabAppointmentDetails.Controls.Add(this.lbViewAppointmentEndTime);
     this.tabAppointmentDetails.Controls.Add(this.label71);
     this.tabAppointmentDetails.Controls.Add(this.lbViewAppointmentSubject);
     this.tabAppointmentDetails.Controls.Add(this.lbViewAppointmentStartDate);
     this.tabAppointmentDetails.Controls.Add(this.label45);
     this.tabAppointmentDetails.Controls.Add(this.label46);
     this.tabAppointmentDetails.Controls.Add(this.label47);
     this.tabAppointmentDetails.Controls.Add(this.label48);
     this.tabAppointmentDetails.Controls.Add(this.label50);
     this.tabAppointmentDetails.Controls.Add(this.label52);
     this.tabAppointmentDetails.Controls.Add(this.label53);
     this.tabAppointmentDetails.Controls.Add(this.label54);
     this.tabAppointmentDetails.Controls.Add(this.rtxbViewAppointmentNote);
     this.tabAppointmentDetails.Controls.Add(this.label55);
     this.tabAppointmentDetails.Controls.Add(this.label56);
     this.tabAppointmentDetails.Controls.Add(this.label57);
     this.tabAppointmentDetails.Controls.Add(this.label58);
     this.tabAppointmentDetails.Controls.Add(this.label62);
     this.tabAppointmentDetails.Controls.Add(this.label65);
     this.tabAppointmentDetails.Controls.Add(this.label66);
     this.tabAppointmentDetails.Controls.Add(this.label67);
     this.tabAppointmentDetails.Controls.Add(this.label68);
     this.tabAppointmentDetails.Location = new System.Drawing.Point(4, 26);
     this.tabAppointmentDetails.Name = "tabAppointmentDetails";
     this.tabAppointmentDetails.Padding = new System.Windows.Forms.Padding(3);
     this.tabAppointmentDetails.Size = new System.Drawing.Size(798, 468);
     this.tabAppointmentDetails.TabIndex = 3;
     this.tabAppointmentDetails.Text = "View Details of Appointment";
     this.tabAppointmentDetails.UseVisualStyleBackColor = true;
     //
     // lbViewAppointmentContacts
     //
     this.lbViewAppointmentContacts.FormattingEnabled = true;
     this.lbViewAppointmentContacts.ItemHeight = 17;
     this.lbViewAppointmentContacts.Location = new System.Drawing.Point(531, 399);
     this.lbViewAppointmentContacts.Name = "lbViewAppointmentContacts";
     this.lbViewAppointmentContacts.Size = new System.Drawing.Size(237, 55);
     this.lbViewAppointmentContacts.TabIndex = 103;
     //
     // label69
     //
     this.label69.AutoSize = true;
     this.label69.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label69.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.label69.Location = new System.Drawing.Point(434, 349);
     this.label69.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label69.Name = "label69";
     this.label69.Size = new System.Drawing.Size(76, 18);
     this.label69.TabIndex = 102;
     this.label69.Text = "Attending";
     //
     // lbViewAppointmentCompany
     //
     this.lbViewAppointmentCompany.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.lbViewAppointmentCompany.Location = new System.Drawing.Point(529, 379);
     this.lbViewAppointmentCompany.Name = "lbViewAppointmentCompany";
     this.lbViewAppointmentCompany.Size = new System.Drawing.Size(263, 22);
     this.lbViewAppointmentCompany.TabIndex = 100;
     this.lbViewAppointmentCompany.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lbViewAppointmentCountry
     //
     this.lbViewAppointmentCountry.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.lbViewAppointmentCountry.Location = new System.Drawing.Point(528, 310);
     this.lbViewAppointmentCountry.Name = "lbViewAppointmentCountry";
     this.lbViewAppointmentCountry.Size = new System.Drawing.Size(263, 22);
     this.lbViewAppointmentCountry.TabIndex = 99;
     this.lbViewAppointmentCountry.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lbViewAppointmentCity
     //
     this.lbViewAppointmentCity.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.lbViewAppointmentCity.Location = new System.Drawing.Point(529, 278);
     this.lbViewAppointmentCity.Name = "lbViewAppointmentCity";
     this.lbViewAppointmentCity.Size = new System.Drawing.Size(263, 22);
     this.lbViewAppointmentCity.TabIndex = 98;
     this.lbViewAppointmentCity.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lbViewAppointmentStreet
     //
     this.lbViewAppointmentStreet.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.lbViewAppointmentStreet.Location = new System.Drawing.Point(532, 213);
     this.lbViewAppointmentStreet.Name = "lbViewAppointmentStreet";
     this.lbViewAppointmentStreet.Size = new System.Drawing.Size(263, 22);
     this.lbViewAppointmentStreet.TabIndex = 97;
     this.lbViewAppointmentStreet.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lbViewAppointmentPostnumber
     //
     this.lbViewAppointmentPostnumber.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.lbViewAppointmentPostnumber.Location = new System.Drawing.Point(532, 249);
     this.lbViewAppointmentPostnumber.Name = "lbViewAppointmentPostnumber";
     this.lbViewAppointmentPostnumber.Size = new System.Drawing.Size(263, 22);
     this.lbViewAppointmentPostnumber.TabIndex = 96;
     this.lbViewAppointmentPostnumber.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lbViewAppointmentReminderType
     //
     this.lbViewAppointmentReminderType.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.lbViewAppointmentReminderType.Location = new System.Drawing.Point(532, 115);
     this.lbViewAppointmentReminderType.Name = "lbViewAppointmentReminderType";
     this.lbViewAppointmentReminderType.Size = new System.Drawing.Size(160, 22);
     this.lbViewAppointmentReminderType.TabIndex = 94;
     this.lbViewAppointmentReminderType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lbViewAppointmentReminderTime
     //
     this.lbViewAppointmentReminderTime.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.lbViewAppointmentReminderTime.Location = new System.Drawing.Point(528, 80);
     this.lbViewAppointmentReminderTime.Name = "lbViewAppointmentReminderTime";
     this.lbViewAppointmentReminderTime.Size = new System.Drawing.Size(95, 22);
     this.lbViewAppointmentReminderTime.TabIndex = 93;
     this.lbViewAppointmentReminderTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lbViewAppointmentReminderDate
     //
     this.lbViewAppointmentReminderDate.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.lbViewAppointmentReminderDate.Location = new System.Drawing.Point(528, 43);
     this.lbViewAppointmentReminderDate.Name = "lbViewAppointmentReminderDate";
     this.lbViewAppointmentReminderDate.Size = new System.Drawing.Size(126, 22);
     this.lbViewAppointmentReminderDate.TabIndex = 92;
     this.lbViewAppointmentReminderDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lbViewAppointmentType
     //
     this.lbViewAppointmentType.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.lbViewAppointmentType.Location = new System.Drawing.Point(27, 414);
     this.lbViewAppointmentType.Name = "lbViewAppointmentType";
     this.lbViewAppointmentType.Size = new System.Drawing.Size(126, 22);
     this.lbViewAppointmentType.TabIndex = 91;
     this.lbViewAppointmentType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lbViewAppointmentStartTime
     //
     this.lbViewAppointmentStartTime.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.lbViewAppointmentStartTime.Location = new System.Drawing.Point(82, 357);
     this.lbViewAppointmentStartTime.Name = "lbViewAppointmentStartTime";
     this.lbViewAppointmentStartTime.Size = new System.Drawing.Size(93, 22);
     this.lbViewAppointmentStartTime.TabIndex = 90;
     this.lbViewAppointmentStartTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lbViewAppointmentEndTime
     //
     this.lbViewAppointmentEndTime.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.lbViewAppointmentEndTime.Location = new System.Drawing.Point(228, 357);
     this.lbViewAppointmentEndTime.Name = "lbViewAppointmentEndTime";
     this.lbViewAppointmentEndTime.Size = new System.Drawing.Size(126, 22);
     this.lbViewAppointmentEndTime.TabIndex = 89;
     this.lbViewAppointmentEndTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label71
     //
     this.label71.AutoSize = true;
     this.label71.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label71.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.label71.Location = new System.Drawing.Point(22, 336);
     this.label71.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label71.Name = "label71";
     this.label71.Size = new System.Drawing.Size(43, 18);
     this.label71.TabIndex = 88;
     this.label71.Text = "Time";
     //
     // lbViewAppointmentSubject
     //
     this.lbViewAppointmentSubject.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.lbViewAppointmentSubject.Location = new System.Drawing.Point(21, 36);
     this.lbViewAppointmentSubject.Name = "lbViewAppointmentSubject";
     this.lbViewAppointmentSubject.Size = new System.Drawing.Size(394, 22);
     this.lbViewAppointmentSubject.TabIndex = 87;
     this.lbViewAppointmentSubject.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lbViewAppointmentStartDate
     //
     this.lbViewAppointmentStartDate.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.lbViewAppointmentStartDate.Location = new System.Drawing.Point(71, 266);
     this.lbViewAppointmentStartDate.Name = "lbViewAppointmentStartDate";
     this.lbViewAppointmentStartDate.Size = new System.Drawing.Size(126, 22);
     this.lbViewAppointmentStartDate.TabIndex = 85;
     this.lbViewAppointmentStartDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label45.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.label45.Location = new System.Drawing.Point(22, 244);
     this.label45.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(41, 18);
     this.label45.TabIndex = 83;
     this.label45.Text = "Date";
     //
     // label46
     //
     this.label46.AutoSize = true;
     this.label46.Location = new System.Drawing.Point(434, 118);
     this.label46.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label46.Name = "label46";
     this.label46.Size = new System.Drawing.Size(39, 17);
     this.label46.TabIndex = 82;
     this.label46.Text = "Type";
     //
     // label47
     //
     this.label47.AutoSize = true;
     this.label47.Location = new System.Drawing.Point(434, 404);
     this.label47.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label47.Name = "label47";
     this.label47.Size = new System.Drawing.Size(67, 17);
     this.label47.TabIndex = 80;
     this.label47.Text = "Contacts";
     //
     // label48
     //
     this.label48.AutoSize = true;
     this.label48.Location = new System.Drawing.Point(434, 310);
     this.label48.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label48.Name = "label48";
     this.label48.Size = new System.Drawing.Size(59, 17);
     this.label48.TabIndex = 78;
     this.label48.Text = "Country";
     //
     // label50
     //
     this.label50.AutoSize = true;
     this.label50.Location = new System.Drawing.Point(434, 83);
     this.label50.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label50.Name = "label50";
     this.label50.Size = new System.Drawing.Size(40, 17);
     this.label50.TabIndex = 70;
     this.label50.Text = "Time";
     //
     // label52
     //
     this.label52.AutoSize = true;
     this.label52.Location = new System.Drawing.Point(434, 46);
     this.label52.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label52.Name = "label52";
     this.label52.Size = new System.Drawing.Size(39, 17);
     this.label52.TabIndex = 69;
     this.label52.Text = "Date";
     //
     // label53
     //
     this.label53.AutoSize = true;
     this.label53.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label53.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.label53.Location = new System.Drawing.Point(434, 18);
     this.label53.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label53.Name = "label53";
     this.label53.Size = new System.Drawing.Size(77, 18);
     this.label53.TabIndex = 67;
     this.label53.Text = "Reminder";
     //
     // label54
     //
     this.label54.AutoSize = true;
     this.label54.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label54.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.label54.Location = new System.Drawing.Point(20, 10);
     this.label54.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label54.Name = "label54";
     this.label54.Size = new System.Drawing.Size(62, 18);
     this.label54.TabIndex = 65;
     this.label54.Text = "Subject";
     //
     // rtxbViewAppointmentNote
     //
     this.rtxbViewAppointmentNote.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.rtxbViewAppointmentNote.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.rtxbViewAppointmentNote.Enabled = false;
     this.rtxbViewAppointmentNote.Location = new System.Drawing.Point(25, 101);
     this.rtxbViewAppointmentNote.Margin = new System.Windows.Forms.Padding(4);
     this.rtxbViewAppointmentNote.Name = "rtxbViewAppointmentNote";
     this.rtxbViewAppointmentNote.ReadOnly = true;
     this.rtxbViewAppointmentNote.Size = new System.Drawing.Size(390, 139);
     this.rtxbViewAppointmentNote.TabIndex = 64;
     this.rtxbViewAppointmentNote.Text = "";
     //
     // label55
     //
     this.label55.AutoSize = true;
     this.label55.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label55.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.label55.Location = new System.Drawing.Point(20, 66);
     this.label55.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label55.Name = "label55";
     this.label55.Size = new System.Drawing.Size(42, 18);
     this.label55.TabIndex = 63;
     this.label55.Text = "Note";
     //
     // label56
     //
     this.label56.AutoSize = true;
     this.label56.Location = new System.Drawing.Point(434, 376);
     this.label56.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label56.Name = "label56";
     this.label56.Size = new System.Drawing.Size(71, 17);
     this.label56.TabIndex = 61;
     this.label56.Text = "Company";
     //
     // label57
     //
     this.label57.AutoSize = true;
     this.label57.Location = new System.Drawing.Point(182, 357);
     this.label57.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label57.Name = "label57";
     this.label57.Size = new System.Drawing.Size(34, 17);
     this.label57.TabIndex = 60;
     this.label57.Text = "End";
     //
     // label58
     //
     this.label58.AutoSize = true;
     this.label58.Location = new System.Drawing.Point(27, 358);
     this.label58.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label58.Name = "label58";
     this.label58.Size = new System.Drawing.Size(39, 17);
     this.label58.TabIndex = 59;
     this.label58.Text = "Start";
     //
     // label62
     //
     this.label62.AutoSize = true;
     this.label62.Location = new System.Drawing.Point(434, 249);
     this.label62.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label62.Name = "label62";
     this.label62.Size = new System.Drawing.Size(88, 17);
     this.label62.TabIndex = 53;
     this.label62.Text = "Postnumber";
     //
     // label65
     //
     this.label65.AutoSize = true;
     this.label65.Location = new System.Drawing.Point(434, 279);
     this.label65.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label65.Name = "label65";
     this.label65.Size = new System.Drawing.Size(33, 17);
     this.label65.TabIndex = 52;
     this.label65.Text = "City";
     //
     // label66
     //
     this.label66.AutoSize = true;
     this.label66.Location = new System.Drawing.Point(434, 213);
     this.label66.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label66.Name = "label66";
     this.label66.Size = new System.Drawing.Size(47, 17);
     this.label66.TabIndex = 51;
     this.label66.Text = "Street";
     //
     // label67
     //
     this.label67.AutoSize = true;
     this.label67.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label67.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.label67.Location = new System.Drawing.Point(434, 172);
     this.label67.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label67.Name = "label67";
     this.label67.Size = new System.Drawing.Size(69, 18);
     this.label67.TabIndex = 50;
     this.label67.Text = "Location";
     //
     // label68
     //
     this.label68.AutoSize = true;
     this.label68.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label68.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.label68.Location = new System.Drawing.Point(27, 387);
     this.label68.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label68.Name = "label68";
     this.label68.Size = new System.Drawing.Size(131, 18);
     this.label68.TabIndex = 48;
     this.label68.Text = "Appointment type";
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     //
     // pbHome
     //
     this.pbHome.BackColor = System.Drawing.Color.Transparent;
     this.pbHome.Image = global::CsiCrm.Properties.Resources.homeBG3;
     this.pbHome.Location = new System.Drawing.Point(158, 60);
     this.pbHome.Name = "pbHome";
     this.pbHome.Size = new System.Drawing.Size(807, 496);
     this.pbHome.TabIndex = 32;
     this.pbHome.TabStop = false;
     //
     // tabCtrlContact
     //
     this.tabCtrlContact.Controls.Add(this.tabAddContact);
     this.tabCtrlContact.Controls.Add(this.tabAddDetails);
     this.tabCtrlContact.Controls.Add(this.tabViewContacts);
     this.tabCtrlContact.Controls.Add(this.tabContactNote);
     this.tabCtrlContact.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabCtrlContact.Location = new System.Drawing.Point(158, 60);
     this.tabCtrlContact.Name = "tabCtrlContact";
     this.tabCtrlContact.SelectedIndex = 0;
     this.tabCtrlContact.Size = new System.Drawing.Size(806, 498);
     this.tabCtrlContact.TabIndex = 33;
     this.tabCtrlContact.Visible = false;
     this.tabCtrlContact.SelectedIndexChanged += new System.EventHandler(this.TabCtrlContactSelectedIndexChanged1);
     //
     // tabAddContact
     //
     this.tabAddContact.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.tabAddContact.Controls.Add(this.lbSocialSecurity);
     this.tabAddContact.Controls.Add(this.dtpDateOfBirth);
     this.tabAddContact.Controls.Add(this.btSaveEditedContact);
     this.tabAddContact.Controls.Add(this.btCreate);
     this.tabAddContact.Controls.Add(this.tbxSsn);
     this.tabAddContact.Controls.Add(this.tbxCountry);
     this.tabAddContact.Controls.Add(this.tbxCity);
     this.tabAddContact.Controls.Add(this.tbxPostnr);
     this.tabAddContact.Controls.Add(this.tbxStreet);
     this.tabAddContact.Controls.Add(this.tbxMobile);
     this.tabAddContact.Controls.Add(this.tbxHomeNr);
     this.tabAddContact.Controls.Add(this.tbxEmail);
     this.tabAddContact.Controls.Add(this.btEdit);
     this.tabAddContact.Controls.Add(this.tbxName);
     this.tabAddContact.Controls.Add(this.tbxSurname);
     this.tabAddContact.Controls.Add(this.lbSSN);
     this.tabAddContact.Controls.Add(this.lbCountry);
     this.tabAddContact.Controls.Add(this.lbCity);
     this.tabAddContact.Controls.Add(this.btUpload);
     this.tabAddContact.Controls.Add(this.lbImage);
     this.tabAddContact.Controls.Add(this.lbMobile);
     this.tabAddContact.Controls.Add(this.pbxImage);
     this.tabAddContact.Controls.Add(this.lbPostnr);
     this.tabAddContact.Controls.Add(this.lbHome);
     this.tabAddContact.Controls.Add(this.lbTele);
     this.tabAddContact.Controls.Add(this.lbContactInfo);
     this.tabAddContact.Controls.Add(this.lbStreet);
     this.tabAddContact.Controls.Add(this.lbAddress);
     this.tabAddContact.Controls.Add(this.lbDOB);
     this.tabAddContact.Controls.Add(this.lbEmail);
     this.tabAddContact.Controls.Add(this.lbPersInfo);
     this.tabAddContact.Controls.Add(this.lbName);
     this.tabAddContact.Controls.Add(this.lbSurname);
     this.tabAddContact.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.tabAddContact.Location = new System.Drawing.Point(4, 26);
     this.tabAddContact.Name = "tabAddContact";
     this.tabAddContact.Padding = new System.Windows.Forms.Padding(3);
     this.tabAddContact.Size = new System.Drawing.Size(798, 468);
     this.tabAddContact.TabIndex = 0;
     this.tabAddContact.Text = "Add/Edit Contact";
     //
     // lbSocialSecurity
     //
     this.lbSocialSecurity.AutoSize = true;
     this.lbSocialSecurity.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbSocialSecurity.Location = new System.Drawing.Point(147, 181);
     this.lbSocialSecurity.Name = "lbSocialSecurity";
     this.lbSocialSecurity.Size = new System.Drawing.Size(133, 15);
     this.lbSocialSecurity.TabIndex = 84;
     this.lbSocialSecurity.Text = "Social security number";
     //
     // dtpDateOfBirth
     //
     this.dtpDateOfBirth.Location = new System.Drawing.Point(127, 118);
     this.dtpDateOfBirth.MaxDate = new System.DateTime(2011, 12, 31, 0, 0, 0, 0);
     this.dtpDateOfBirth.MinDate = new System.DateTime(1905, 1, 1, 0, 0, 0, 0);
     this.dtpDateOfBirth.Name = "dtpDateOfBirth";
     this.dtpDateOfBirth.Size = new System.Drawing.Size(186, 25);
     this.dtpDateOfBirth.TabIndex = 3;
     this.dtpDateOfBirth.TabStop = false;
     this.dtpDateOfBirth.Value = new System.DateTime(2011, 10, 20, 10, 32, 38, 0);
     //
     // btSaveEditedContact
     //
     this.btSaveEditedContact.Location = new System.Drawing.Point(602, 345);
     this.btSaveEditedContact.Name = "btSaveEditedContact";
     this.btSaveEditedContact.Size = new System.Drawing.Size(155, 32);
     this.btSaveEditedContact.TabIndex = 18;
     this.btSaveEditedContact.Text = "Save Edit ";
     this.btSaveEditedContact.UseVisualStyleBackColor = true;
     this.btSaveEditedContact.Click += new System.EventHandler(this.BtSaveEditedContactClick);
     //
     // btCreate
     //
     this.btCreate.Location = new System.Drawing.Point(602, 383);
     this.btCreate.Name = "btCreate";
     this.btCreate.Size = new System.Drawing.Size(155, 33);
     this.btCreate.TabIndex = 13;
     this.btCreate.Text = "Create Contact";
     this.btCreate.UseVisualStyleBackColor = true;
     this.btCreate.Click += new System.EventHandler(this.BtCreateClick);
     //
     // tbxSsn
     //
     this.tbxSsn.Location = new System.Drawing.Point(127, 149);
     this.tbxSsn.MaxLength = 12;
     this.tbxSsn.Name = "tbxSsn";
     this.tbxSsn.Size = new System.Drawing.Size(186, 25);
     this.tbxSsn.TabIndex = 4;
     this.tbxSsn.Validating += new System.ComponentModel.CancelEventHandler(this.TbxSsnValidating);
     //
     // tbxCountry
     //
     this.tbxCountry.Location = new System.Drawing.Point(482, 149);
     this.tbxCountry.Name = "tbxCountry";
     this.tbxCountry.Size = new System.Drawing.Size(275, 25);
     this.tbxCountry.TabIndex = 11;
     this.tbxCountry.Validating += new System.ComponentModel.CancelEventHandler(this.TbxCountryValidating);
     //
     // tbxCity
     //
     this.tbxCity.Location = new System.Drawing.Point(484, 118);
     this.tbxCity.Name = "tbxCity";
     this.tbxCity.Size = new System.Drawing.Size(275, 25);
     this.tbxCity.TabIndex = 10;
     this.tbxCity.Validating += new System.ComponentModel.CancelEventHandler(this.TbxCityValidating);
     //
     // tbxPostnr
     //
     this.tbxPostnr.Location = new System.Drawing.Point(484, 87);
     this.tbxPostnr.Name = "tbxPostnr";
     this.tbxPostnr.Size = new System.Drawing.Size(106, 25);
     this.tbxPostnr.TabIndex = 9;
     this.tbxPostnr.Validating += new System.ComponentModel.CancelEventHandler(this.TbxPostnrValidating);
     //
     // tbxStreet
     //
     this.tbxStreet.Location = new System.Drawing.Point(482, 56);
     this.tbxStreet.Name = "tbxStreet";
     this.tbxStreet.Size = new System.Drawing.Size(275, 25);
     this.tbxStreet.TabIndex = 8;
     this.tbxStreet.Validating += new System.ComponentModel.CancelEventHandler(this.TbxStreetValidating);
     //
     // tbxMobile
     //
     this.tbxMobile.Location = new System.Drawing.Point(110, 427);
     this.tbxMobile.Name = "tbxMobile";
     this.tbxMobile.Size = new System.Drawing.Size(178, 25);
     this.tbxMobile.TabIndex = 7;
     //
     // tbxHomeNr
     //
     this.tbxHomeNr.Location = new System.Drawing.Point(110, 396);
     this.tbxHomeNr.Name = "tbxHomeNr";
     this.tbxHomeNr.Size = new System.Drawing.Size(178, 25);
     this.tbxHomeNr.TabIndex = 6;
     //
     // tbxEmail
     //
     this.tbxEmail.Location = new System.Drawing.Point(110, 314);
     this.tbxEmail.Name = "tbxEmail";
     this.tbxEmail.Size = new System.Drawing.Size(178, 25);
     this.tbxEmail.TabIndex = 5;
     this.tbxEmail.Validating += new System.ComponentModel.CancelEventHandler(this.TbxEmailValidating);
     //
     // btEdit
     //
     this.btEdit.Location = new System.Drawing.Point(602, 422);
     this.btEdit.Name = "btEdit";
     this.btEdit.Size = new System.Drawing.Size(155, 32);
     this.btEdit.TabIndex = 17;
     this.btEdit.Text = "Edit Contact";
     this.btEdit.UseVisualStyleBackColor = true;
     this.btEdit.Click += new System.EventHandler(this.BtEditClick1);
     //
     // tbxName
     //
     this.tbxName.Location = new System.Drawing.Point(127, 54);
     this.tbxName.Name = "tbxName";
     this.tbxName.Size = new System.Drawing.Size(186, 25);
     this.tbxName.TabIndex = 1;
     this.tbxName.Validating += new System.ComponentModel.CancelEventHandler(this.TbxNameValidating);
     //
     // tbxSurname
     //
     this.tbxSurname.Location = new System.Drawing.Point(127, 87);
     this.tbxSurname.Name = "tbxSurname";
     this.tbxSurname.Size = new System.Drawing.Size(186, 25);
     this.tbxSurname.TabIndex = 2;
     this.tbxSurname.Validating += new System.ComponentModel.CancelEventHandler(this.TbxSurnameValidating);
     //
     // lbSSN
     //
     this.lbSSN.AutoSize = true;
     this.lbSSN.Location = new System.Drawing.Point(20, 152);
     this.lbSSN.Name = "lbSSN";
     this.lbSSN.Size = new System.Drawing.Size(42, 17);
     this.lbSSN.TabIndex = 81;
     this.lbSSN.Text = "SSN:";
     //
     // lbCountry
     //
     this.lbCountry.AutoSize = true;
     this.lbCountry.Location = new System.Drawing.Point(380, 152);
     this.lbCountry.Name = "lbCountry";
     this.lbCountry.Size = new System.Drawing.Size(63, 17);
     this.lbCountry.TabIndex = 52;
     this.lbCountry.Text = "Country:";
     //
     // lbCity
     //
     this.lbCity.AutoSize = true;
     this.lbCity.Location = new System.Drawing.Point(380, 120);
     this.lbCity.Name = "lbCity";
     this.lbCity.Size = new System.Drawing.Size(37, 17);
     this.lbCity.TabIndex = 50;
     this.lbCity.Text = "City:";
     //
     // btUpload
     //
     this.btUpload.Location = new System.Drawing.Point(481, 201);
     this.btUpload.Name = "btUpload";
     this.btUpload.Size = new System.Drawing.Size(75, 23);
     this.btUpload.TabIndex = 12;
     this.btUpload.Text = "Upload";
     this.btUpload.UseVisualStyleBackColor = true;
     this.btUpload.Click += new System.EventHandler(this.BtUploadClick);
     //
     // lbImage
     //
     this.lbImage.AutoSize = true;
     this.lbImage.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbImage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.lbImage.Location = new System.Drawing.Point(380, 204);
     this.lbImage.Name = "lbImage";
     this.lbImage.Size = new System.Drawing.Size(59, 18);
     this.lbImage.TabIndex = 78;
     this.lbImage.Text = "Picture";
     //
     // lbMobile
     //
     this.lbMobile.AutoSize = true;
     this.lbMobile.Location = new System.Drawing.Point(20, 430);
     this.lbMobile.Name = "lbMobile";
     this.lbMobile.Size = new System.Drawing.Size(53, 17);
     this.lbMobile.TabIndex = 66;
     this.lbMobile.Text = "Mobile:";
     //
     // pbxImage
     //
     this.pbxImage.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pbxImage.Location = new System.Drawing.Point(569, 199);
     this.pbxImage.Name = "pbxImage";
     this.pbxImage.Size = new System.Drawing.Size(188, 125);
     this.pbxImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pbxImage.TabIndex = 77;
     this.pbxImage.TabStop = false;
     this.pbxImage.Tag = "";
     //
     // lbPostnr
     //
     this.lbPostnr.AutoSize = true;
     this.lbPostnr.Location = new System.Drawing.Point(380, 91);
     this.lbPostnr.Name = "lbPostnr";
     this.lbPostnr.Size = new System.Drawing.Size(98, 17);
     this.lbPostnr.TabIndex = 49;
     this.lbPostnr.Text = "Post Number:";
     //
     // lbHome
     //
     this.lbHome.AutoSize = true;
     this.lbHome.Location = new System.Drawing.Point(20, 402);
     this.lbHome.Name = "lbHome";
     this.lbHome.Size = new System.Drawing.Size(51, 17);
     this.lbHome.TabIndex = 65;
     this.lbHome.Text = "Home:";
     //
     // lbTele
     //
     this.lbTele.AutoSize = true;
     this.lbTele.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbTele.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.lbTele.Location = new System.Drawing.Point(14, 357);
     this.lbTele.Name = "lbTele";
     this.lbTele.Size = new System.Drawing.Size(122, 18);
     this.lbTele.TabIndex = 69;
     this.lbTele.Text = "Phone Numbers";
     //
     // lbContactInfo
     //
     this.lbContactInfo.AutoSize = true;
     this.lbContactInfo.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbContactInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.lbContactInfo.Location = new System.Drawing.Point(14, 279);
     this.lbContactInfo.Name = "lbContactInfo";
     this.lbContactInfo.Size = new System.Drawing.Size(147, 18);
     this.lbContactInfo.TabIndex = 68;
     this.lbContactInfo.Text = "Contact Information";
     //
     // lbStreet
     //
     this.lbStreet.AutoSize = true;
     this.lbStreet.Location = new System.Drawing.Point(380, 57);
     this.lbStreet.Name = "lbStreet";
     this.lbStreet.Size = new System.Drawing.Size(51, 17);
     this.lbStreet.TabIndex = 47;
     this.lbStreet.Text = "Street:";
     //
     // lbAddress
     //
     this.lbAddress.AutoSize = true;
     this.lbAddress.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbAddress.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.lbAddress.Location = new System.Drawing.Point(380, 23);
     this.lbAddress.Name = "lbAddress";
     this.lbAddress.Size = new System.Drawing.Size(57, 18);
     this.lbAddress.TabIndex = 44;
     this.lbAddress.Text = "Adress";
     //
     // lbDOB
     //
     this.lbDOB.AutoSize = true;
     this.lbDOB.Location = new System.Drawing.Point(20, 120);
     this.lbDOB.Name = "lbDOB";
     this.lbDOB.Size = new System.Drawing.Size(97, 17);
     this.lbDOB.TabIndex = 70;
     this.lbDOB.Text = "Date-of-birth: ";
     //
     // lbEmail
     //
     this.lbEmail.AutoSize = true;
     this.lbEmail.Location = new System.Drawing.Point(20, 317);
     this.lbEmail.Name = "lbEmail";
     this.lbEmail.Size = new System.Drawing.Size(52, 17);
     this.lbEmail.TabIndex = 64;
     this.lbEmail.Text = "E-Mail:";
     //
     // lbPersInfo
     //
     this.lbPersInfo.AutoSize = true;
     this.lbPersInfo.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbPersInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.lbPersInfo.Location = new System.Drawing.Point(14, 23);
     this.lbPersInfo.Name = "lbPersInfo";
     this.lbPersInfo.Size = new System.Drawing.Size(155, 18);
     this.lbPersInfo.TabIndex = 67;
     this.lbPersInfo.Text = "Personal Information";
     //
     // lbName
     //
     this.lbName.AutoSize = true;
     this.lbName.Location = new System.Drawing.Point(20, 56);
     this.lbName.Name = "lbName";
     this.lbName.Size = new System.Drawing.Size(84, 17);
     this.lbName.TabIndex = 41;
     this.lbName.Text = "First Name:";
     //
     // lbSurname
     //
     this.lbSurname.AutoSize = true;
     this.lbSurname.Location = new System.Drawing.Point(20, 91);
     this.lbSurname.Name = "lbSurname";
     this.lbSurname.Size = new System.Drawing.Size(72, 17);
     this.lbSurname.TabIndex = 43;
     this.lbSurname.Text = "Surname:";
     //
     // tabAddDetails
     //
     this.tabAddDetails.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.tabAddDetails.Controls.Add(this.btAddIntrestest);
     this.tabAddDetails.Controls.Add(this.dtpRelDateOfBirth);
     this.tabAddDetails.Controls.Add(this.label78);
     this.tabAddDetails.Controls.Add(this.cbContactToAddDetail);
     this.tabAddDetails.Controls.Add(this.lbRelDob);
     this.tabAddDetails.Controls.Add(this.cbxAddRel);
     this.tabAddDetails.Controls.Add(this.btCreateRela);
     this.tabAddDetails.Controls.Add(this.cbxRelType);
     this.tabAddDetails.Controls.Add(this.tbxRelaSurname);
     this.tabAddDetails.Controls.Add(this.tbxRelaName);
     this.tabAddDetails.Controls.Add(this.lbRelType);
     this.tabAddDetails.Controls.Add(this.lbRelaSurname);
     this.tabAddDetails.Controls.Add(this.lbRelaName);
     this.tabAddDetails.Controls.Add(this.lbxRelatives);
     this.tabAddDetails.Controls.Add(this.lbRelatives);
     this.tabAddDetails.Controls.Add(this.clbInterests);
     this.tabAddDetails.Controls.Add(this.lbInterest);
     this.tabAddDetails.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.tabAddDetails.Location = new System.Drawing.Point(4, 26);
     this.tabAddDetails.Name = "tabAddDetails";
     this.tabAddDetails.Padding = new System.Windows.Forms.Padding(3);
     this.tabAddDetails.Size = new System.Drawing.Size(798, 468);
     this.tabAddDetails.TabIndex = 1;
     this.tabAddDetails.Text = "Add Details";
     //
     // btAddIntrestest
     //
     this.btAddIntrestest.Location = new System.Drawing.Point(345, 412);
     this.btAddIntrestest.Name = "btAddIntrestest";
     this.btAddIntrestest.Size = new System.Drawing.Size(131, 35);
     this.btAddIntrestest.TabIndex = 88;
     this.btAddIntrestest.Text = "Save intrests";
     this.btAddIntrestest.UseVisualStyleBackColor = true;
     this.btAddIntrestest.Click += new System.EventHandler(this.BtAddIntrestestClick);
     //
     // dtpRelDateOfBirth
     //
     this.dtpRelDateOfBirth.Location = new System.Drawing.Point(572, 238);
     this.dtpRelDateOfBirth.Name = "dtpRelDateOfBirth";
     this.dtpRelDateOfBirth.Size = new System.Drawing.Size(194, 25);
     this.dtpRelDateOfBirth.TabIndex = 8;
     //
     // label78
     //
     this.label78.AutoSize = true;
     this.label78.Location = new System.Drawing.Point(19, 46);
     this.label78.Name = "label78";
     this.label78.Size = new System.Drawing.Size(108, 17);
     this.label78.TabIndex = 87;
     this.label78.Text = "Select Contact:";
     //
     // cbContactToAddDetail
     //
     this.cbContactToAddDetail.FormattingEnabled = true;
     this.cbContactToAddDetail.Location = new System.Drawing.Point(17, 73);
     this.cbContactToAddDetail.Name = "cbContactToAddDetail";
     this.cbContactToAddDetail.Size = new System.Drawing.Size(317, 25);
     this.cbContactToAddDetail.TabIndex = 1;
     this.cbContactToAddDetail.SelectedIndexChanged += new System.EventHandler(this.CbContactToAddDetailSelectedIndexChanged);
     //
     // lbRelDob
     //
     this.lbRelDob.AutoSize = true;
     this.lbRelDob.Location = new System.Drawing.Point(458, 244);
     this.lbRelDob.Name = "lbRelDob";
     this.lbRelDob.Size = new System.Drawing.Size(101, 17);
     this.lbRelDob.TabIndex = 83;
     this.lbRelDob.Text = "Date Of Birth: ";
     //
     // cbxAddRel
     //
     this.cbxAddRel.AutoSize = true;
     this.cbxAddRel.Location = new System.Drawing.Point(355, 75);
     this.cbxAddRel.Name = "cbxAddRel";
     this.cbxAddRel.Size = new System.Drawing.Size(335, 21);
     this.cbxAddRel.TabIndex = 5;
     this.cbxAddRel.Text = "Create new family member for selected contact";
     this.cbxAddRel.UseVisualStyleBackColor = true;
     this.cbxAddRel.CheckedChanged += new System.EventHandler(this.CbxAddRelCheckedChanged);
     //
     // btCreateRela
     //
     this.btCreateRela.Location = new System.Drawing.Point(592, 328);
     this.btCreateRela.Name = "btCreateRela";
     this.btCreateRela.Size = new System.Drawing.Size(174, 35);
     this.btCreateRela.TabIndex = 10;
     this.btCreateRela.Text = "Save family member";
     this.btCreateRela.UseVisualStyleBackColor = true;
     this.btCreateRela.Click += new System.EventHandler(this.BtCreateRelaClick1);
     //
     // cbxRelType
     //
     this.cbxRelType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxRelType.FormattingEnabled = true;
     this.cbxRelType.Location = new System.Drawing.Point(572, 279);
     this.cbxRelType.Name = "cbxRelType";
     this.cbxRelType.Size = new System.Drawing.Size(194, 25);
     this.cbxRelType.TabIndex = 9;
     //
     // tbxRelaSurname
     //
     this.tbxRelaSurname.Location = new System.Drawing.Point(572, 203);
     this.tbxRelaSurname.Name = "tbxRelaSurname";
     this.tbxRelaSurname.Size = new System.Drawing.Size(194, 25);
     this.tbxRelaSurname.TabIndex = 7;
     //
     // tbxRelaName
     //
     this.tbxRelaName.Location = new System.Drawing.Point(572, 167);
     this.tbxRelaName.Name = "tbxRelaName";
     this.tbxRelaName.Size = new System.Drawing.Size(194, 25);
     this.tbxRelaName.TabIndex = 6;
     //
     // lbRelType
     //
     this.lbRelType.AutoSize = true;
     this.lbRelType.Location = new System.Drawing.Point(458, 285);
     this.lbRelType.Name = "lbRelType";
     this.lbRelType.Size = new System.Drawing.Size(95, 17);
     this.lbRelType.TabIndex = 84;
     this.lbRelType.Text = "Relative Type";
     //
     // lbRelaSurname
     //
     this.lbRelaSurname.AutoSize = true;
     this.lbRelaSurname.Location = new System.Drawing.Point(458, 206);
     this.lbRelaSurname.Name = "lbRelaSurname";
     this.lbRelaSurname.Size = new System.Drawing.Size(68, 17);
     this.lbRelaSurname.TabIndex = 82;
     this.lbRelaSurname.Text = "Surname";
     //
     // lbRelaName
     //
     this.lbRelaName.AutoSize = true;
     this.lbRelaName.Location = new System.Drawing.Point(458, 170);
     this.lbRelaName.Name = "lbRelaName";
     this.lbRelaName.Size = new System.Drawing.Size(84, 17);
     this.lbRelaName.TabIndex = 81;
     this.lbRelaName.Text = "First Name:";
     //
     // lbxRelatives
     //
     this.lbxRelatives.FormattingEnabled = true;
     this.lbxRelatives.ItemHeight = 17;
     this.lbxRelatives.Location = new System.Drawing.Point(17, 140);
     this.lbxRelatives.Name = "lbxRelatives";
     this.lbxRelatives.Size = new System.Drawing.Size(317, 89);
     this.lbxRelatives.TabIndex = 2;
     //
     // lbRelatives
     //
     this.lbRelatives.AutoSize = true;
     this.lbRelatives.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbRelatives.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.lbRelatives.Location = new System.Drawing.Point(19, 19);
     this.lbRelatives.Name = "lbRelatives";
     this.lbRelatives.Size = new System.Drawing.Size(122, 18);
     this.lbRelatives.TabIndex = 40;
     this.lbRelatives.Text = "Family Members";
     //
     // clbInterests
     //
     this.clbInterests.CheckOnClick = true;
     this.clbInterests.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.clbInterests.FormattingEnabled = true;
     this.clbInterests.Location = new System.Drawing.Point(22, 303);
     this.clbInterests.MultiColumn = true;
     this.clbInterests.Name = "clbInterests";
     this.clbInterests.Size = new System.Drawing.Size(312, 144);
     this.clbInterests.TabIndex = 4;
     //
     // lbInterest
     //
     this.lbInterest.AutoSize = true;
     this.lbInterest.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbInterest.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.lbInterest.Location = new System.Drawing.Point(19, 274);
     this.lbInterest.Name = "lbInterest";
     this.lbInterest.Size = new System.Drawing.Size(71, 18);
     this.lbInterest.TabIndex = 38;
     this.lbInterest.Text = "Interests";
     //
     // tabViewContacts
     //
     this.tabViewContacts.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.tabViewContacts.Controls.Add(this.btSelectContact);
     this.tabViewContacts.Controls.Add(this.btDeleteContact);
     this.tabViewContacts.Controls.Add(this.dataGridViewContacts);
     this.tabViewContacts.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.tabViewContacts.Location = new System.Drawing.Point(4, 26);
     this.tabViewContacts.Name = "tabViewContacts";
     this.tabViewContacts.Padding = new System.Windows.Forms.Padding(3);
     this.tabViewContacts.Size = new System.Drawing.Size(798, 468);
     this.tabViewContacts.TabIndex = 3;
     this.tabViewContacts.Text = "View Contacts";
     //
     // btSelectContact
     //
     this.btSelectContact.Location = new System.Drawing.Point(20, 398);
     this.btSelectContact.Name = "btSelectContact";
     this.btSelectContact.Size = new System.Drawing.Size(177, 35);
     this.btSelectContact.TabIndex = 4;
     this.btSelectContact.Text = "Select Contact to Edit";
     this.btSelectContact.UseVisualStyleBackColor = true;
     this.btSelectContact.Click += new System.EventHandler(this.BtSelectContactClick);
     //
     // btDeleteContact
     //
     this.btDeleteContact.Location = new System.Drawing.Point(613, 398);
     this.btDeleteContact.Name = "btDeleteContact";
     this.btDeleteContact.Size = new System.Drawing.Size(162, 35);
     this.btDeleteContact.TabIndex = 3;
     this.btDeleteContact.Text = "Delete Contact";
     this.btDeleteContact.UseVisualStyleBackColor = true;
     this.btDeleteContact.Click += new System.EventHandler(this.BtDeleteContactClick);
     //
     // dataGridViewContacts
     //
     this.dataGridViewContacts.AllowUserToAddRows = false;
     this.dataGridViewContacts.AllowUserToDeleteRows = false;
     this.dataGridViewContacts.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.dataGridViewContacts.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewContacts.Location = new System.Drawing.Point(20, 19);
     this.dataGridViewContacts.Name = "dataGridViewContacts";
     this.dataGridViewContacts.ReadOnly = true;
     this.dataGridViewContacts.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridViewContacts.Size = new System.Drawing.Size(755, 351);
     this.dataGridViewContacts.TabIndex = 2;
     //
     // tabContactNote
     //
     this.tabContactNote.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.tabContactNote.Controls.Add(this.btContactNoteSave);
     this.tabContactNote.Controls.Add(this.btContactNoteDel);
     this.tabContactNote.Controls.Add(this.btContactNoteClear);
     this.tabContactNote.Controls.Add(this.rtbContactNoteBody);
     this.tabContactNote.Controls.Add(this.tbContactNoteSubject);
     this.tabContactNote.Controls.Add(this.cbContactNoteNote);
     this.tabContactNote.Controls.Add(this.cbContactNoteRelative);
     this.tabContactNote.Controls.Add(this.cbContactNoteContact);
     this.tabContactNote.Controls.Add(this.label59);
     this.tabContactNote.Controls.Add(this.label49);
     this.tabContactNote.Controls.Add(this.lbSelectRelative);
     this.tabContactNote.Controls.Add(this.lbRelativeInfo);
     this.tabContactNote.Controls.Add(this.lbAddContactNoteInfo);
     this.tabContactNote.Controls.Add(this.lbContactNoteSelectNote);
     this.tabContactNote.Controls.Add(this.label18);
     this.tabContactNote.Location = new System.Drawing.Point(4, 26);
     this.tabContactNote.Name = "tabContactNote";
     this.tabContactNote.Size = new System.Drawing.Size(798, 468);
     this.tabContactNote.TabIndex = 4;
     this.tabContactNote.Text = "Add/View contact notes";
     //
     // btContactNoteSave
     //
     this.btContactNoteSave.Location = new System.Drawing.Point(342, 390);
     this.btContactNoteSave.Name = "btContactNoteSave";
     this.btContactNoteSave.Size = new System.Drawing.Size(75, 35);
     this.btContactNoteSave.TabIndex = 3;
     this.btContactNoteSave.Text = "Save";
     this.btContactNoteSave.UseVisualStyleBackColor = true;
     this.btContactNoteSave.Click += new System.EventHandler(this.BtContactNoteSaveClick);
     //
     // btContactNoteDel
     //
     this.btContactNoteDel.Location = new System.Drawing.Point(221, 390);
     this.btContactNoteDel.Name = "btContactNoteDel";
     this.btContactNoteDel.Size = new System.Drawing.Size(75, 35);
     this.btContactNoteDel.TabIndex = 4;
     this.btContactNoteDel.Text = "Remove";
     this.btContactNoteDel.UseVisualStyleBackColor = true;
     this.btContactNoteDel.Visible = false;
     this.btContactNoteDel.Click += new System.EventHandler(this.BtContactNoteDelClick);
     //
     // btContactNoteClear
     //
     this.btContactNoteClear.Location = new System.Drawing.Point(109, 390);
     this.btContactNoteClear.Name = "btContactNoteClear";
     this.btContactNoteClear.Size = new System.Drawing.Size(75, 35);
     this.btContactNoteClear.TabIndex = 4;
     this.btContactNoteClear.Text = "Clear";
     this.btContactNoteClear.UseVisualStyleBackColor = true;
     this.btContactNoteClear.Click += new System.EventHandler(this.BtContactNoteClearClick);
     //
     // rtbContactNoteBody
     //
     this.rtbContactNoteBody.Location = new System.Drawing.Point(109, 232);
     this.rtbContactNoteBody.Name = "rtbContactNoteBody";
     this.rtbContactNoteBody.Size = new System.Drawing.Size(308, 133);
     this.rtbContactNoteBody.TabIndex = 2;
     this.rtbContactNoteBody.Text = "";
     //
     // tbContactNoteSubject
     //
     this.tbContactNoteSubject.Location = new System.Drawing.Point(109, 193);
     this.tbContactNoteSubject.Name = "tbContactNoteSubject";
     this.tbContactNoteSubject.Size = new System.Drawing.Size(308, 25);
     this.tbContactNoteSubject.TabIndex = 1;
     //
     // cbContactNoteNote
     //
     this.cbContactNoteNote.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbContactNoteNote.FormattingEnabled = true;
     this.cbContactNoteNote.Location = new System.Drawing.Point(174, 121);
     this.cbContactNoteNote.Name = "cbContactNoteNote";
     this.cbContactNoteNote.Size = new System.Drawing.Size(243, 25);
     this.cbContactNoteNote.TabIndex = 1;
     this.cbContactNoteNote.Visible = false;
     this.cbContactNoteNote.SelectedIndexChanged += new System.EventHandler(this.CbContactNoteNoteSelectedIndexChanged);
     //
     // cbContactNoteRelative
     //
     this.cbContactNoteRelative.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbContactNoteRelative.FormattingEnabled = true;
     this.cbContactNoteRelative.Location = new System.Drawing.Point(174, 73);
     this.cbContactNoteRelative.Name = "cbContactNoteRelative";
     this.cbContactNoteRelative.Size = new System.Drawing.Size(243, 25);
     this.cbContactNoteRelative.TabIndex = 1;
     this.cbContactNoteRelative.Visible = false;
     this.cbContactNoteRelative.SelectedIndexChanged += new System.EventHandler(this.CbContactNoteRelativeSelectedIndexChanged);
     //
     // cbContactNoteContact
     //
     this.cbContactNoteContact.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbContactNoteContact.FormattingEnabled = true;
     this.cbContactNoteContact.Location = new System.Drawing.Point(174, 24);
     this.cbContactNoteContact.Name = "cbContactNoteContact";
     this.cbContactNoteContact.Size = new System.Drawing.Size(243, 25);
     this.cbContactNoteContact.TabIndex = 1;
     this.cbContactNoteContact.SelectedIndexChanged += new System.EventHandler(this.CbContactNoteContactSelectedIndexChanged);
     //
     // label59
     //
     this.label59.AutoSize = true;
     this.label59.Location = new System.Drawing.Point(27, 232);
     this.label59.Name = "label59";
     this.label59.Size = new System.Drawing.Size(42, 17);
     this.label59.TabIndex = 0;
     this.label59.Text = "Note:";
     //
     // label49
     //
     this.label49.AutoSize = true;
     this.label49.Location = new System.Drawing.Point(27, 197);
     this.label49.Name = "label49";
     this.label49.Size = new System.Drawing.Size(61, 17);
     this.label49.TabIndex = 0;
     this.label49.Text = "Subject:";
     //
     // lbSelectRelative
     //
     this.lbSelectRelative.AutoSize = true;
     this.lbSelectRelative.Location = new System.Drawing.Point(27, 76);
     this.lbSelectRelative.Name = "lbSelectRelative";
     this.lbSelectRelative.Size = new System.Drawing.Size(109, 17);
     this.lbSelectRelative.TabIndex = 0;
     this.lbSelectRelative.Text = "Select Relative:";
     this.lbSelectRelative.Visible = false;
     //
     // lbRelativeInfo
     //
     this.lbRelativeInfo.AutoSize = true;
     this.lbRelativeInfo.Location = new System.Drawing.Point(427, 76);
     this.lbRelativeInfo.Name = "lbRelativeInfo";
     this.lbRelativeInfo.Size = new System.Drawing.Size(275, 17);
     this.lbRelativeInfo.TabIndex = 0;
     this.lbRelativeInfo.Text = "(Leave Blank to add new note to Contact)";
     this.lbRelativeInfo.Visible = false;
     //
     // lbAddContactNoteInfo
     //
     this.lbAddContactNoteInfo.AutoSize = true;
     this.lbAddContactNoteInfo.Location = new System.Drawing.Point(427, 124);
     this.lbAddContactNoteInfo.Name = "lbAddContactNoteInfo";
     this.lbAddContactNoteInfo.Size = new System.Drawing.Size(204, 17);
     this.lbAddContactNoteInfo.TabIndex = 0;
     this.lbAddContactNoteInfo.Text = "(Leave Blank to add new note)";
     this.lbAddContactNoteInfo.Visible = false;
     //
     // lbContactNoteSelectNote
     //
     this.lbContactNoteSelectNote.AutoSize = true;
     this.lbContactNoteSelectNote.Location = new System.Drawing.Point(25, 120);
     this.lbContactNoteSelectNote.Name = "lbContactNoteSelectNote";
     this.lbContactNoteSelectNote.Size = new System.Drawing.Size(87, 17);
     this.lbContactNoteSelectNote.TabIndex = 0;
     this.lbContactNoteSelectNote.Text = "Select Note:";
     this.lbContactNoteSelectNote.Visible = false;
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(25, 32);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(108, 17);
     this.label18.TabIndex = 0;
     this.label18.Text = "Select Contact:";
     //
     // tabCtrlUserManual
     //
     this.tabCtrlUserManual.Controls.Add(this.tabUserManual);
     this.tabCtrlUserManual.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabCtrlUserManual.Location = new System.Drawing.Point(157, 61);
     this.tabCtrlUserManual.Name = "tabCtrlUserManual";
     this.tabCtrlUserManual.SelectedIndex = 0;
     this.tabCtrlUserManual.Size = new System.Drawing.Size(807, 498);
     this.tabCtrlUserManual.TabIndex = 19;
     this.tabCtrlUserManual.Visible = false;
     //
     // tabUserManual
     //
     this.tabUserManual.Controls.Add(this.webUserManual);
     this.tabUserManual.Location = new System.Drawing.Point(4, 26);
     this.tabUserManual.Name = "tabUserManual";
     this.tabUserManual.Padding = new System.Windows.Forms.Padding(3);
     this.tabUserManual.Size = new System.Drawing.Size(799, 468);
     this.tabUserManual.TabIndex = 1;
     this.tabUserManual.Text = "User Manual";
     this.tabUserManual.UseVisualStyleBackColor = true;
     //
     // webUserManual
     //
     this.webUserManual.Dock = System.Windows.Forms.DockStyle.Fill;
     this.webUserManual.Location = new System.Drawing.Point(3, 3);
     this.webUserManual.MinimumSize = new System.Drawing.Size(20, 20);
     this.webUserManual.Name = "webUserManual";
     this.webUserManual.Size = new System.Drawing.Size(793, 462);
     this.webUserManual.TabIndex = 0;
     //
     // Home1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(186)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.BackgroundImage = global::CsiCrm.Properties.Resources.Untitled_61;
     this.ClientSize = new System.Drawing.Size(1180, 744);
     this.Controls.Add(this.btUserManual);
     this.Controls.Add(this.btJournal);
     this.Controls.Add(this.btAppointments);
     this.Controls.Add(this.btCompanies);
     this.Controls.Add(this.btContacts);
     this.Controls.Add(this.btHome);
     this.Controls.Add(this.tabControl2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.monthCalendar1);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.tabCtrlUserManual);
     this.Controls.Add(this.tabCtrlCompanies);
     this.Controls.Add(this.tabCtrlJournal);
     this.Controls.Add(this.tabCtrlContact);
     this.Controls.Add(this.tabCtrlAppoinments);
     this.Controls.Add(this.pbHome);
     this.MaximumSize = new System.Drawing.Size(1196, 782);
     this.MinimumSize = new System.Drawing.Size(1196, 782);
     this.Name = "Home1";
     this.Text = "Form1";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tabControl2.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     this.tabPage3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     this.tabPage4.ResumeLayout(false);
     this.tabPage4.PerformLayout();
     this.tabCalender.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.tabCtrlJournal.ResumeLayout(false);
     this.tabJournalCompany.ResumeLayout(false);
     this.tabJournalCompany.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     this.tabContactJournal.ResumeLayout(false);
     this.tabContactJournal.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
     this.tabSearchAllNotes.ResumeLayout(false);
     this.tabSearchAllNotes.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     this.tabCtrlCompanies.ResumeLayout(false);
     this.tabAddCompany.ResumeLayout(false);
     this.tabAddCompany.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbxCompanyLogo)).EndInit();
     this.tabViewCompanyNote.ResumeLayout(false);
     this.tabViewCompanyNote.PerformLayout();
     this.tabViewCompanyContacts.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgwCompanyContacts)).EndInit();
     this.tabCtrlAppoinments.ResumeLayout(false);
     this.tabAddAppointment.ResumeLayout(false);
     this.tabAddAppointment.PerformLayout();
     this.tabViewAppointment.ResumeLayout(false);
     this.tabViewAppointment.PerformLayout();
     this.panelSearchOptionsAppointments.ResumeLayout(false);
     this.panelSearchOptionsAppointments.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvViewAppoinments)).EndInit();
     this.tabAppointmentDetails.ResumeLayout(false);
     this.tabAppointmentDetails.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbHome)).EndInit();
     this.tabCtrlContact.ResumeLayout(false);
     this.tabAddContact.ResumeLayout(false);
     this.tabAddContact.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbxImage)).EndInit();
     this.tabAddDetails.ResumeLayout(false);
     this.tabAddDetails.PerformLayout();
     this.tabViewContacts.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewContacts)).EndInit();
     this.tabContactNote.ResumeLayout(false);
     this.tabContactNote.PerformLayout();
     this.tabCtrlUserManual.ResumeLayout(false);
     this.tabUserManual.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.Datewhensymptomfirstappeared = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.Whatmakesthesymtomsincrease = new System.Windows.Forms.Label();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.Whatmakesthesymtomsincreas = new System.Windows.Forms.Label();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.Whatrelievesthesymptoms = new System.Windows.Forms.Label();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.DoyouexperienceNumbnessorTingling = new System.Windows.Forms.Label();
            this.textBox5 = new System.Windows.Forms.TextBox();
            this.Howoftendoyouexperiencethesesymptoms = new System.Windows.Forms.Label();
            this.textBox6 = new System.Windows.Forms.TextBox();
            this.Patientsignature = new System.Windows.Forms.Label();
            this.textBox7 = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
            this.SuspendLayout();
            //
            // Datewhensymptomfirstappeared
            //
            this.Datewhensymptomfirstappeared.AutoSize = true;
            this.Datewhensymptomfirstappeared.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Datewhensymptomfirstappeared.Location = new System.Drawing.Point(12, 28);
            this.Datewhensymptomfirstappeared.Name = "Datewhensymptomfirstappeared";
            this.Datewhensymptomfirstappeared.Size = new System.Drawing.Size(220, 19);
            this.Datewhensymptomfirstappeared.TabIndex = 1;
            this.Datewhensymptomfirstappeared.Text = "Date when symptom first appeared";
            //
            // textBox1
            //
            this.textBox1.Location = new System.Drawing.Point(16, 50);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(115, 20);
            this.textBox1.TabIndex = 2;
            //
            // Whatmakesthesymtomsincrease
            //
            this.Whatmakesthesymtomsincrease.AutoSize = true;
            this.Whatmakesthesymtomsincrease.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Whatmakesthesymtomsincrease.Location = new System.Drawing.Point(12, 84);
            this.Whatmakesthesymtomsincrease.Name = "Whatmakesthesymtomsincrease";
            this.Whatmakesthesymtomsincrease.Size = new System.Drawing.Size(228, 19);
            this.Whatmakesthesymtomsincrease.TabIndex = 3;
            this.Whatmakesthesymtomsincrease.Text = "What makes the symtoms increase ?";
            //
            // textBox2
            //
            this.textBox2.Location = new System.Drawing.Point(16, 106);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(115, 20);
            this.textBox2.TabIndex = 4;
            //
            // Whatmakesthesymtomsincreas
            //
            this.Whatmakesthesymtomsincreas.AutoSize = true;
            this.Whatmakesthesymtomsincreas.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Whatmakesthesymtomsincreas.Location = new System.Drawing.Point(12, 144);
            this.Whatmakesthesymtomsincreas.Name = "Whatmakesthesymtomsincreas";
            this.Whatmakesthesymtomsincreas.Size = new System.Drawing.Size(228, 19);
            this.Whatmakesthesymtomsincreas.TabIndex = 5;
            this.Whatmakesthesymtomsincreas.Text = "What makes the symtoms increase ?";
            //
            // textBox3
            //
            this.textBox3.Location = new System.Drawing.Point(16, 166);
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new System.Drawing.Size(115, 20);
            this.textBox3.TabIndex = 6;
            //
            // Whatrelievesthesymptoms
            //
            this.Whatrelievesthesymptoms.AutoSize = true;
            this.Whatrelievesthesymptoms.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Whatrelievesthesymptoms.Location = new System.Drawing.Point(12, 200);
            this.Whatrelievesthesymptoms.Name = "Whatrelievesthesymptoms";
            this.Whatrelievesthesymptoms.Size = new System.Drawing.Size(185, 19);
            this.Whatrelievesthesymptoms.TabIndex = 7;
            this.Whatrelievesthesymptoms.Text = "What relieves the symptoms?";
            //
            // textBox4
            //
            this.textBox4.Location = new System.Drawing.Point(16, 222);
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new System.Drawing.Size(115, 20);
            this.textBox4.TabIndex = 8;
            //
            // DoyouexperienceNumbnessorTingling
            //
            this.DoyouexperienceNumbnessorTingling.AutoSize = true;
            this.DoyouexperienceNumbnessorTingling.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.DoyouexperienceNumbnessorTingling.Location = new System.Drawing.Point(12, 261);
            this.DoyouexperienceNumbnessorTingling.Name = "DoyouexperienceNumbnessorTingling";
            this.DoyouexperienceNumbnessorTingling.Size = new System.Drawing.Size(268, 19);
            this.DoyouexperienceNumbnessorTingling.TabIndex = 9;
            this.DoyouexperienceNumbnessorTingling.Text = "Do you experience Numbness or Tingling ?";
            //
            // textBox5
            //
            this.textBox5.Location = new System.Drawing.Point(16, 283);
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new System.Drawing.Size(115, 20);
            this.textBox5.TabIndex = 10;
            //
            // Howoftendoyouexperiencethesesymptoms
            //
            this.Howoftendoyouexperiencethesesymptoms.AutoSize = true;
            this.Howoftendoyouexperiencethesesymptoms.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Howoftendoyouexperiencethesesymptoms.Location = new System.Drawing.Point(301, 28);
            this.Howoftendoyouexperiencethesesymptoms.Name = "Howoftendoyouexperiencethesesymptoms";
            this.Howoftendoyouexperiencethesesymptoms.Size = new System.Drawing.Size(299, 19);
            this.Howoftendoyouexperiencethesesymptoms.TabIndex = 11;
            this.Howoftendoyouexperiencethesesymptoms.Text = "How often do you experience these symptoms ?";
            //
            // textBox6
            //
            this.textBox6.Location = new System.Drawing.Point(384, 50);
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new System.Drawing.Size(120, 20);
            this.textBox6.TabIndex = 12;
            //
            // Patientsignature
            //
            this.Patientsignature.AutoSize = true;
            this.Patientsignature.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Patientsignature.Location = new System.Drawing.Point(397, 84);
            this.Patientsignature.Name = "Patientsignature";
            this.Patientsignature.Size = new System.Drawing.Size(107, 19);
            this.Patientsignature.TabIndex = 13;
            this.Patientsignature.Text = "Patient signature";
            //
            // textBox7
            //
            this.textBox7.Location = new System.Drawing.Point(384, 106);
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new System.Drawing.Size(120, 20);
            this.textBox7.TabIndex = 14;
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(427, 144);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(38, 19);
            this.label1.TabIndex = 15;
            this.label1.Text = "Date";
            //
            // monthCalendar1
            //
            this.monthCalendar1.Location = new System.Drawing.Point(384, 166);
            this.monthCalendar1.Name = "monthCalendar1";
            this.monthCalendar1.TabIndex = 22;
            //
            // Patient_Complaint
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.ActiveCaption;
            this.ClientSize = new System.Drawing.Size(1008, 685);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.textBox7);
            this.Controls.Add(this.Patientsignature);
            this.Controls.Add(this.textBox6);
            this.Controls.Add(this.Howoftendoyouexperiencethesesymptoms);
            this.Controls.Add(this.textBox5);
            this.Controls.Add(this.DoyouexperienceNumbnessorTingling);
            this.Controls.Add(this.textBox4);
            this.Controls.Add(this.Whatrelievesthesymptoms);
            this.Controls.Add(this.textBox3);
            this.Controls.Add(this.Whatmakesthesymtomsincreas);
            this.Controls.Add(this.textBox2);
            this.Controls.Add(this.Whatmakesthesymtomsincrease);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.Datewhensymptomfirstappeared);
            this.Name = "Patient_Complaint";
            this.Text = "Patient_Complaint";

            this.ResumeLayout(false);
            this.PerformLayout();
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGerenciamentoCalendario));
     this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
     this.label1 = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.radioButton4 = new System.Windows.Forms.RadioButton();
     this.radioButton5 = new System.Windows.Forms.RadioButton();
     this.radioButton3 = new System.Windows.Forms.RadioButton();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.label5 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this.checkBox2 = new System.Windows.Forms.CheckBox();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.button1 = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.radioButton8 = new System.Windows.Forms.RadioButton();
     this.radioButton7 = new System.Windows.Forms.RadioButton();
     this.radioButton6 = new System.Windows.Forms.RadioButton();
     this.radioButton2 = new System.Windows.Forms.RadioButton();
     this.radioButton1 = new System.Windows.Forms.RadioButton();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.label7 = new System.Windows.Forms.Label();
     this.textBox5 = new System.Windows.Forms.TextBox();
     this.pnlBotoes = new System.Windows.Forms.Panel();
     this.btnSair = new System.Windows.Forms.Button();
     this.btnExcluir = new System.Windows.Forms.Button();
     this.btnCancelar = new System.Windows.Forms.Button();
     this.btnAlterar = new System.Windows.Forms.Button();
     this.btnLocalizar = new System.Windows.Forms.Button();
     this.btnGravar = new System.Windows.Forms.Button();
     this.btnNovo = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.pnlBotoes.SuspendLayout();
     this.SuspendLayout();
     //
     // monthCalendar1
     //
     this.monthCalendar1.CalendarDimensions = new System.Drawing.Size(2, 2);
     this.monthCalendar1.Location = new System.Drawing.Point(411, 22);
     this.monthCalendar1.Name = "monthCalendar1";
     this.monthCalendar1.TabIndex = 26;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(96, 22);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(55, 13);
     this.label1.TabIndex = 32;
     this.label1.Text = "Descrição";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(99, 40);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(300, 20);
     this.textBox1.TabIndex = 29;
     //
     // radioButton4
     //
     this.radioButton4.AutoSize = true;
     this.radioButton4.Location = new System.Drawing.Point(27, 62);
     this.radioButton4.Name = "radioButton4";
     this.radioButton4.Size = new System.Drawing.Size(130, 17);
     this.radioButton4.TabIndex = 7;
     this.radioButton4.TabStop = true;
     this.radioButton4.Text = "Prazo de um processo";
     this.radioButton4.UseVisualStyleBackColor = true;
     //
     // radioButton5
     //
     this.radioButton5.AutoSize = true;
     this.radioButton5.Location = new System.Drawing.Point(27, 85);
     this.radioButton5.Name = "radioButton5";
     this.radioButton5.Size = new System.Drawing.Size(98, 17);
     this.radioButton5.TabIndex = 7;
     this.radioButton5.TabStop = true;
     this.radioButton5.Text = "Conta escritório";
     this.radioButton5.UseVisualStyleBackColor = true;
     //
     // radioButton3
     //
     this.radioButton3.AutoSize = true;
     this.radioButton3.Location = new System.Drawing.Point(27, 39);
     this.radioButton3.Name = "radioButton3";
     this.radioButton3.Size = new System.Drawing.Size(59, 17);
     this.radioButton3.TabIndex = 7;
     this.radioButton3.TabStop = true;
     this.radioButton3.Text = "Evento";
     this.radioButton3.UseVisualStyleBackColor = true;
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dateTimePicker1.Location = new System.Drawing.Point(76, 35);
     this.dateTimePicker1.Name = "dateTimePicker1";
     this.dateTimePicker1.Size = new System.Drawing.Size(87, 20);
     this.dateTimePicker1.TabIndex = 34;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(25, 35);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(34, 13);
     this.label5.TabIndex = 5;
     this.label5.Text = "Início";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(25, 69);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(45, 13);
     this.label2.TabIndex = 5;
     this.label2.Text = "Término";
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dateTimePicker2.Location = new System.Drawing.Point(76, 69);
     this.dateTimePicker2.Name = "dateTimePicker2";
     this.dateTimePicker2.Size = new System.Drawing.Size(89, 20);
     this.dateTimePicker2.TabIndex = 34;
     //
     // checkBox2
     //
     this.checkBox2.AutoSize = true;
     this.checkBox2.Location = new System.Drawing.Point(118, 234);
     this.checkBox2.Name = "checkBox2";
     this.checkBox2.Size = new System.Drawing.Size(84, 17);
     this.checkBox2.TabIndex = 35;
     this.checkBox2.Text = "Recorrência";
     this.checkBox2.UseVisualStyleBackColor = true;
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(19, 232);
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(79, 20);
     this.textBox2.TabIndex = 29;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(16, 209);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(84, 13);
     this.label4.TabIndex = 32;
     this.label4.Text = "Dias para repetir";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(14, 279);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(199, 54);
     this.button1.TabIndex = 36;
     this.button1.Text = "Selecionar associação do tipo";
     this.button1.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.radioButton8);
     this.groupBox1.Controls.Add(this.radioButton7);
     this.groupBox1.Controls.Add(this.radioButton6);
     this.groupBox1.Controls.Add(this.radioButton2);
     this.groupBox1.Controls.Add(this.radioButton1);
     this.groupBox1.Controls.Add(this.radioButton4);
     this.groupBox1.Controls.Add(this.radioButton3);
     this.groupBox1.Controls.Add(this.radioButton5);
     this.groupBox1.Location = new System.Drawing.Point(228, 80);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(171, 253);
     this.groupBox1.TabIndex = 38;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Tipo";
     //
     // radioButton8
     //
     this.radioButton8.AutoSize = true;
     this.radioButton8.Location = new System.Drawing.Point(27, 200);
     this.radioButton8.Name = "radioButton8";
     this.radioButton8.Size = new System.Drawing.Size(51, 17);
     this.radioButton8.TabIndex = 12;
     this.radioButton8.TabStop = true;
     this.radioButton8.Text = "Outro";
     this.radioButton8.UseVisualStyleBackColor = true;
     //
     // radioButton7
     //
     this.radioButton7.AutoSize = true;
     this.radioButton7.Location = new System.Drawing.Point(27, 177);
     this.radioButton7.Name = "radioButton7";
     this.radioButton7.Size = new System.Drawing.Size(57, 17);
     this.radioButton7.TabIndex = 11;
     this.radioButton7.TabStop = true;
     this.radioButton7.Text = "Custas";
     this.radioButton7.UseVisualStyleBackColor = true;
     //
     // radioButton6
     //
     this.radioButton6.AutoSize = true;
     this.radioButton6.Location = new System.Drawing.Point(27, 154);
     this.radioButton6.Name = "radioButton6";
     this.radioButton6.Size = new System.Drawing.Size(71, 17);
     this.radioButton6.TabIndex = 10;
     this.radioButton6.TabStop = true;
     this.radioButton6.Text = "Honorário";
     this.radioButton6.UseVisualStyleBackColor = true;
     //
     // radioButton2
     //
     this.radioButton2.AutoSize = true;
     this.radioButton2.Location = new System.Drawing.Point(27, 131);
     this.radioButton2.Name = "radioButton2";
     this.radioButton2.Size = new System.Drawing.Size(80, 17);
     this.radioButton2.TabIndex = 9;
     this.radioButton2.TabStop = true;
     this.radioButton2.Text = "Funcionário";
     this.radioButton2.UseVisualStyleBackColor = true;
     //
     // radioButton1
     //
     this.radioButton1.AutoSize = true;
     this.radioButton1.Location = new System.Drawing.Point(27, 108);
     this.radioButton1.Name = "radioButton1";
     this.radioButton1.Size = new System.Drawing.Size(57, 17);
     this.radioButton1.TabIndex = 8;
     this.radioButton1.TabStop = true;
     this.radioButton1.Text = "Cliente";
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.dateTimePicker1);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.dateTimePicker2);
     this.groupBox2.Location = new System.Drawing.Point(14, 80);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(199, 102);
     this.groupBox2.TabIndex = 39;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Data";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label7);
     this.groupBox3.Controls.Add(this.textBox5);
     this.groupBox3.Controls.Add(this.groupBox2);
     this.groupBox3.Controls.Add(this.groupBox1);
     this.groupBox3.Controls.Add(this.button1);
     this.groupBox3.Controls.Add(this.checkBox2);
     this.groupBox3.Controls.Add(this.label4);
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.Controls.Add(this.textBox2);
     this.groupBox3.Controls.Add(this.textBox1);
     this.groupBox3.Controls.Add(this.monthCalendar1);
     this.groupBox3.Location = new System.Drawing.Point(12, 76);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(880, 351);
     this.groupBox3.TabIndex = 40;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Dados";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(11, 24);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(40, 13);
     this.label7.TabIndex = 41;
     this.label7.Text = "Código";
     //
     // textBox5
     //
     this.textBox5.Location = new System.Drawing.Point(14, 40);
     this.textBox5.Name = "textBox5";
     this.textBox5.Size = new System.Drawing.Size(79, 20);
     this.textBox5.TabIndex = 40;
     //
     // pnlBotoes
     //
     this.pnlBotoes.BackColor = System.Drawing.SystemColors.Control;
     this.pnlBotoes.Controls.Add(this.btnSair);
     this.pnlBotoes.Controls.Add(this.btnExcluir);
     this.pnlBotoes.Controls.Add(this.btnCancelar);
     this.pnlBotoes.Controls.Add(this.btnAlterar);
     this.pnlBotoes.Controls.Add(this.btnLocalizar);
     this.pnlBotoes.Controls.Add(this.btnGravar);
     this.pnlBotoes.Controls.Add(this.btnNovo);
     this.pnlBotoes.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlBotoes.Location = new System.Drawing.Point(0, 0);
     this.pnlBotoes.Name = "pnlBotoes";
     this.pnlBotoes.Size = new System.Drawing.Size(904, 70);
     this.pnlBotoes.TabIndex = 41;
     //
     // btnSair
     //
     this.btnSair.Dock = System.Windows.Forms.DockStyle.Right;
     this.btnSair.Image = ((System.Drawing.Image)(resources.GetObject("btnSair.Image")));
     this.btnSair.Location = new System.Drawing.Point(829, 0);
     this.btnSair.Name = "btnSair";
     this.btnSair.Size = new System.Drawing.Size(75, 70);
     this.btnSair.TabIndex = 6;
     this.btnSair.Text = "Sair";
     this.btnSair.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnSair.UseVisualStyleBackColor = true;
     //
     // btnExcluir
     //
     this.btnExcluir.Dock = System.Windows.Forms.DockStyle.Left;
     this.btnExcluir.Image = ((System.Drawing.Image)(resources.GetObject("btnExcluir.Image")));
     this.btnExcluir.Location = new System.Drawing.Point(375, 0);
     this.btnExcluir.Name = "btnExcluir";
     this.btnExcluir.Size = new System.Drawing.Size(75, 70);
     this.btnExcluir.TabIndex = 5;
     this.btnExcluir.Text = "Excluir";
     this.btnExcluir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnExcluir.UseVisualStyleBackColor = true;
     //
     // btnCancelar
     //
     this.btnCancelar.Dock = System.Windows.Forms.DockStyle.Left;
     this.btnCancelar.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelar.Image")));
     this.btnCancelar.Location = new System.Drawing.Point(300, 0);
     this.btnCancelar.Name = "btnCancelar";
     this.btnCancelar.Size = new System.Drawing.Size(75, 70);
     this.btnCancelar.TabIndex = 4;
     this.btnCancelar.Text = "Cancelar";
     this.btnCancelar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnCancelar.UseVisualStyleBackColor = true;
     //
     // btnAlterar
     //
     this.btnAlterar.Dock = System.Windows.Forms.DockStyle.Left;
     this.btnAlterar.Image = ((System.Drawing.Image)(resources.GetObject("btnAlterar.Image")));
     this.btnAlterar.Location = new System.Drawing.Point(225, 0);
     this.btnAlterar.Name = "btnAlterar";
     this.btnAlterar.Size = new System.Drawing.Size(75, 70);
     this.btnAlterar.TabIndex = 3;
     this.btnAlterar.Text = "Alterar";
     this.btnAlterar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnAlterar.UseVisualStyleBackColor = true;
     //
     // btnLocalizar
     //
     this.btnLocalizar.Dock = System.Windows.Forms.DockStyle.Left;
     this.btnLocalizar.Image = ((System.Drawing.Image)(resources.GetObject("btnLocalizar.Image")));
     this.btnLocalizar.Location = new System.Drawing.Point(150, 0);
     this.btnLocalizar.Name = "btnLocalizar";
     this.btnLocalizar.Size = new System.Drawing.Size(75, 70);
     this.btnLocalizar.TabIndex = 2;
     this.btnLocalizar.Text = "Localizar";
     this.btnLocalizar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnLocalizar.UseVisualStyleBackColor = true;
     //
     // btnGravar
     //
     this.btnGravar.Dock = System.Windows.Forms.DockStyle.Left;
     this.btnGravar.Image = ((System.Drawing.Image)(resources.GetObject("btnGravar.Image")));
     this.btnGravar.Location = new System.Drawing.Point(75, 0);
     this.btnGravar.Name = "btnGravar";
     this.btnGravar.Size = new System.Drawing.Size(75, 70);
     this.btnGravar.TabIndex = 1;
     this.btnGravar.Text = "Gravar";
     this.btnGravar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnGravar.UseVisualStyleBackColor = true;
     //
     // btnNovo
     //
     this.btnNovo.AutoSize = true;
     this.btnNovo.Dock = System.Windows.Forms.DockStyle.Left;
     this.btnNovo.Image = ((System.Drawing.Image)(resources.GetObject("btnNovo.Image")));
     this.btnNovo.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnNovo.Location = new System.Drawing.Point(0, 0);
     this.btnNovo.Name = "btnNovo";
     this.btnNovo.Size = new System.Drawing.Size(75, 70);
     this.btnNovo.TabIndex = 0;
     this.btnNovo.Text = "Novo";
     this.btnNovo.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnNovo.UseVisualStyleBackColor = true;
     //
     // frmGerenciamentoCalendario
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(904, 437);
     this.Controls.Add(this.pnlBotoes);
     this.Controls.Add(this.groupBox3);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmGerenciamentoCalendario";
     this.Text = "Calendário de eventos ";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.pnlBotoes.ResumeLayout(false);
     this.pnlBotoes.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.Titlelabel = new System.Windows.Forms.Label();
     this.DescriptionLabel = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.SingleSelectionGroupBox = new System.Windows.Forms.GroupBox();
     this.EndTimeDateTimePicker = new System.Windows.Forms.DateTimePicker();
     this.label1 = new System.Windows.Forms.Label();
     this.EndDateDateTimePicker = new System.Windows.Forms.DateTimePicker();
     this.OccurenceAlertPanel = new System.Windows.Forms.Panel();
     this.NextTimeDateTimePicker = new System.Windows.Forms.DateTimePicker();
     this.NextLabel = new System.Windows.Forms.Label();
     this.NextDateDateTimePicker = new System.Windows.Forms.DateTimePicker();
     this.RunButton = new System.Windows.Forms.Button();
     this.CurrentTimeLabel = new System.Windows.Forms.Label();
     this.CurrentDateLabel = new System.Windows.Forms.Label();
     this.CurrentTimeDateTimePicker = new System.Windows.Forms.DateTimePicker();
     this.CurrentDateDateTimePicker = new System.Windows.Forms.DateTimePicker();
     this.SelectionGroupBox = new System.Windows.Forms.GroupBox();
     this.IncludeEndCheckBox = new System.Windows.Forms.CheckBox();
     this.TimeLabel = new System.Windows.Forms.Label();
     this.ToLabel = new System.Windows.Forms.Label();
     this.Fromlabel = new System.Windows.Forms.Label();
     this.ClearButton = new System.Windows.Forms.Button();
     this.ContainsButton = new System.Windows.Forms.Button();
     this.NextButton = new System.Windows.Forms.Button();
     this.TimeDateTimePicker = new System.Windows.Forms.DateTimePicker();
     this.ToDateTimePicker = new System.Windows.Forms.DateTimePicker();
     this.FromDateTimePicker = new System.Windows.Forms.DateTimePicker();
     this.TestMonthCalendar = new System.Windows.Forms.MonthCalendar();
     this.TestTimer = new System.Windows.Forms.Timer(this.components);
     this.panel1.SuspendLayout();
     this.SingleSelectionGroupBox.SuspendLayout();
     this.SelectionGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // Titlelabel
     //
     this.Titlelabel.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.Titlelabel.Dock = System.Windows.Forms.DockStyle.Top;
     this.Titlelabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Titlelabel.Location = new System.Drawing.Point(0, 0);
     this.Titlelabel.Name = "Titlelabel";
     this.Titlelabel.Size = new System.Drawing.Size(728, 25);
     this.Titlelabel.TabIndex = 0;
     this.Titlelabel.Text = "[Title]";
     this.Titlelabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // DescriptionLabel
     //
     this.DescriptionLabel.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.DescriptionLabel.Dock = System.Windows.Forms.DockStyle.Top;
     this.DescriptionLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DescriptionLabel.Location = new System.Drawing.Point(0, 25);
     this.DescriptionLabel.Name = "DescriptionLabel";
     this.DescriptionLabel.Size = new System.Drawing.Size(728, 47);
     this.DescriptionLabel.TabIndex = 1;
     this.DescriptionLabel.Text = "[Description]";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.SingleSelectionGroupBox);
     this.panel1.Controls.Add(this.SelectionGroupBox);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 514);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(728, 159);
     this.panel1.TabIndex = 2;
     this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // SingleSelectionGroupBox
     //
     this.SingleSelectionGroupBox.Controls.Add(this.EndTimeDateTimePicker);
     this.SingleSelectionGroupBox.Controls.Add(this.label1);
     this.SingleSelectionGroupBox.Controls.Add(this.EndDateDateTimePicker);
     this.SingleSelectionGroupBox.Controls.Add(this.OccurenceAlertPanel);
     this.SingleSelectionGroupBox.Controls.Add(this.NextTimeDateTimePicker);
     this.SingleSelectionGroupBox.Controls.Add(this.NextLabel);
     this.SingleSelectionGroupBox.Controls.Add(this.NextDateDateTimePicker);
     this.SingleSelectionGroupBox.Controls.Add(this.RunButton);
     this.SingleSelectionGroupBox.Controls.Add(this.CurrentTimeLabel);
     this.SingleSelectionGroupBox.Controls.Add(this.CurrentDateLabel);
     this.SingleSelectionGroupBox.Controls.Add(this.CurrentTimeDateTimePicker);
     this.SingleSelectionGroupBox.Controls.Add(this.CurrentDateDateTimePicker);
     this.SingleSelectionGroupBox.Location = new System.Drawing.Point(270, 9);
     this.SingleSelectionGroupBox.Name = "SingleSelectionGroupBox";
     this.SingleSelectionGroupBox.Size = new System.Drawing.Size(446, 138);
     this.SingleSelectionGroupBox.TabIndex = 1;
     this.SingleSelectionGroupBox.TabStop = false;
     this.SingleSelectionGroupBox.Text = "Single Selection";
     //
     // EndTimeDateTimePicker
     //
     this.EndTimeDateTimePicker.Enabled = false;
     this.EndTimeDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Time;
     this.EndTimeDateTimePicker.Location = new System.Drawing.Point(181, 105);
     this.EndTimeDateTimePicker.Name = "EndTimeDateTimePicker";
     this.EndTimeDateTimePicker.ShowUpDown = true;
     this.EndTimeDateTimePicker.Size = new System.Drawing.Size(85, 20);
     this.EndTimeDateTimePicker.TabIndex = 26;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(17, 109);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(26, 13);
     this.label1.TabIndex = 25;
     this.label1.Text = "End";
     //
     // EndDateDateTimePicker
     //
     this.EndDateDateTimePicker.Enabled = false;
     this.EndDateDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.EndDateDateTimePicker.Location = new System.Drawing.Point(90, 105);
     this.EndDateDateTimePicker.Name = "EndDateDateTimePicker";
     this.EndDateDateTimePicker.Size = new System.Drawing.Size(85, 20);
     this.EndDateDateTimePicker.TabIndex = 24;
     //
     // OccurenceAlertPanel
     //
     this.OccurenceAlertPanel.BackColor = System.Drawing.Color.Red;
     this.OccurenceAlertPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.OccurenceAlertPanel.Location = new System.Drawing.Point(282, 19);
     this.OccurenceAlertPanel.Name = "OccurenceAlertPanel";
     this.OccurenceAlertPanel.Size = new System.Drawing.Size(147, 106);
     this.OccurenceAlertPanel.TabIndex = 23;
     this.OccurenceAlertPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.OccurenceAlertPanel_Paint);
     //
     // NextTimeDateTimePicker
     //
     this.NextTimeDateTimePicker.Enabled = false;
     this.NextTimeDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Time;
     this.NextTimeDateTimePicker.Location = new System.Drawing.Point(181, 79);
     this.NextTimeDateTimePicker.Name = "NextTimeDateTimePicker";
     this.NextTimeDateTimePicker.ShowUpDown = true;
     this.NextTimeDateTimePicker.Size = new System.Drawing.Size(85, 20);
     this.NextTimeDateTimePicker.TabIndex = 22;
     //
     // NextLabel
     //
     this.NextLabel.AutoSize = true;
     this.NextLabel.Location = new System.Drawing.Point(17, 83);
     this.NextLabel.Name = "NextLabel";
     this.NextLabel.Size = new System.Drawing.Size(29, 13);
     this.NextLabel.TabIndex = 20;
     this.NextLabel.Text = "Next";
     //
     // NextDateDateTimePicker
     //
     this.NextDateDateTimePicker.Enabled = false;
     this.NextDateDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.NextDateDateTimePicker.Location = new System.Drawing.Point(90, 79);
     this.NextDateDateTimePicker.Name = "NextDateDateTimePicker";
     this.NextDateDateTimePicker.Size = new System.Drawing.Size(85, 20);
     this.NextDateDateTimePicker.TabIndex = 19;
     //
     // RunButton
     //
     this.RunButton.Location = new System.Drawing.Point(181, 47);
     this.RunButton.Name = "RunButton";
     this.RunButton.Size = new System.Drawing.Size(85, 23);
     this.RunButton.TabIndex = 16;
     this.RunButton.Text = "Run";
     this.RunButton.UseVisualStyleBackColor = true;
     this.RunButton.Click += new System.EventHandler(this.RunButton_Click);
     //
     // CurrentTimeLabel
     //
     this.CurrentTimeLabel.AutoSize = true;
     this.CurrentTimeLabel.Location = new System.Drawing.Point(17, 52);
     this.CurrentTimeLabel.Name = "CurrentTimeLabel";
     this.CurrentTimeLabel.Size = new System.Drawing.Size(67, 13);
     this.CurrentTimeLabel.TabIndex = 15;
     this.CurrentTimeLabel.Text = "Current Time";
     //
     // CurrentDateLabel
     //
     this.CurrentDateLabel.AutoSize = true;
     this.CurrentDateLabel.Location = new System.Drawing.Point(17, 23);
     this.CurrentDateLabel.Name = "CurrentDateLabel";
     this.CurrentDateLabel.Size = new System.Drawing.Size(67, 13);
     this.CurrentDateLabel.TabIndex = 14;
     this.CurrentDateLabel.Text = "Current Date";
     //
     // CurrentTimeDateTimePicker
     //
     this.CurrentTimeDateTimePicker.CustomFormat = "";
     this.CurrentTimeDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Time;
     this.CurrentTimeDateTimePicker.Location = new System.Drawing.Point(90, 48);
     this.CurrentTimeDateTimePicker.Name = "CurrentTimeDateTimePicker";
     this.CurrentTimeDateTimePicker.ShowUpDown = true;
     this.CurrentTimeDateTimePicker.Size = new System.Drawing.Size(85, 20);
     this.CurrentTimeDateTimePicker.TabIndex = 13;
     //
     // CurrentDateDateTimePicker
     //
     this.CurrentDateDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.CurrentDateDateTimePicker.Location = new System.Drawing.Point(90, 19);
     this.CurrentDateDateTimePicker.Name = "CurrentDateDateTimePicker";
     this.CurrentDateDateTimePicker.Size = new System.Drawing.Size(176, 20);
     this.CurrentDateDateTimePicker.TabIndex = 12;
     //
     // SelectionGroupBox
     //
     this.SelectionGroupBox.Controls.Add(this.IncludeEndCheckBox);
     this.SelectionGroupBox.Controls.Add(this.TimeLabel);
     this.SelectionGroupBox.Controls.Add(this.ToLabel);
     this.SelectionGroupBox.Controls.Add(this.Fromlabel);
     this.SelectionGroupBox.Controls.Add(this.ClearButton);
     this.SelectionGroupBox.Controls.Add(this.ContainsButton);
     this.SelectionGroupBox.Controls.Add(this.NextButton);
     this.SelectionGroupBox.Controls.Add(this.TimeDateTimePicker);
     this.SelectionGroupBox.Controls.Add(this.ToDateTimePicker);
     this.SelectionGroupBox.Controls.Add(this.FromDateTimePicker);
     this.SelectionGroupBox.Location = new System.Drawing.Point(12, 9);
     this.SelectionGroupBox.Name = "SelectionGroupBox";
     this.SelectionGroupBox.Size = new System.Drawing.Size(241, 138);
     this.SelectionGroupBox.TabIndex = 0;
     this.SelectionGroupBox.TabStop = false;
     this.SelectionGroupBox.Text = "Selection Range";
     //
     // IncludeEndCheckBox
     //
     this.IncludeEndCheckBox.AutoSize = true;
     this.IncludeEndCheckBox.Location = new System.Drawing.Point(48, 109);
     this.IncludeEndCheckBox.Name = "IncludeEndCheckBox";
     this.IncludeEndCheckBox.Size = new System.Drawing.Size(82, 17);
     this.IncludeEndCheckBox.TabIndex = 12;
     this.IncludeEndCheckBox.Text = "Include end";
     this.IncludeEndCheckBox.UseVisualStyleBackColor = true;
     //
     // TimeLabel
     //
     this.TimeLabel.AutoSize = true;
     this.TimeLabel.Location = new System.Drawing.Point(12, 81);
     this.TimeLabel.Name = "TimeLabel";
     this.TimeLabel.Size = new System.Drawing.Size(30, 13);
     this.TimeLabel.TabIndex = 11;
     this.TimeLabel.Text = "Time";
     //
     // ToLabel
     //
     this.ToLabel.AutoSize = true;
     this.ToLabel.Location = new System.Drawing.Point(12, 52);
     this.ToLabel.Name = "ToLabel";
     this.ToLabel.Size = new System.Drawing.Size(20, 13);
     this.ToLabel.TabIndex = 10;
     this.ToLabel.Text = "To";
     //
     // Fromlabel
     //
     this.Fromlabel.AutoSize = true;
     this.Fromlabel.Location = new System.Drawing.Point(12, 23);
     this.Fromlabel.Name = "Fromlabel";
     this.Fromlabel.Size = new System.Drawing.Size(30, 13);
     this.Fromlabel.TabIndex = 9;
     this.Fromlabel.Text = "From";
     //
     // ClearButton
     //
     this.ClearButton.Location = new System.Drawing.Point(139, 18);
     this.ClearButton.Name = "ClearButton";
     this.ClearButton.Size = new System.Drawing.Size(85, 23);
     this.ClearButton.TabIndex = 8;
     this.ClearButton.Text = "Clear";
     this.ClearButton.UseVisualStyleBackColor = true;
     this.ClearButton.Click += new System.EventHandler(this.ClearButton_Click);
     //
     // ContainsButton
     //
     this.ContainsButton.Location = new System.Drawing.Point(139, 47);
     this.ContainsButton.Name = "ContainsButton";
     this.ContainsButton.Size = new System.Drawing.Size(85, 23);
     this.ContainsButton.TabIndex = 6;
     this.ContainsButton.Text = "Contains";
     this.ContainsButton.UseVisualStyleBackColor = true;
     this.ContainsButton.Click += new System.EventHandler(this.ContainsButton_Click);
     //
     // NextButton
     //
     this.NextButton.Location = new System.Drawing.Point(139, 76);
     this.NextButton.Name = "NextButton";
     this.NextButton.Size = new System.Drawing.Size(85, 23);
     this.NextButton.TabIndex = 4;
     this.NextButton.Text = "Next";
     this.NextButton.UseVisualStyleBackColor = true;
     this.NextButton.Click += new System.EventHandler(this.NextButton_Click);
     //
     // TimeDateTimePicker
     //
     this.TimeDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Time;
     this.TimeDateTimePicker.Location = new System.Drawing.Point(48, 78);
     this.TimeDateTimePicker.Name = "TimeDateTimePicker";
     this.TimeDateTimePicker.ShowUpDown = true;
     this.TimeDateTimePicker.Size = new System.Drawing.Size(85, 20);
     this.TimeDateTimePicker.TabIndex = 3;
     //
     // ToDateTimePicker
     //
     this.ToDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.ToDateTimePicker.Location = new System.Drawing.Point(48, 48);
     this.ToDateTimePicker.Name = "ToDateTimePicker";
     this.ToDateTimePicker.Size = new System.Drawing.Size(85, 20);
     this.ToDateTimePicker.TabIndex = 2;
     //
     // FromDateTimePicker
     //
     this.FromDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.FromDateTimePicker.Location = new System.Drawing.Point(48, 19);
     this.FromDateTimePicker.Name = "FromDateTimePicker";
     this.FromDateTimePicker.Size = new System.Drawing.Size(85, 20);
     this.FromDateTimePicker.TabIndex = 0;
     //
     // TestMonthCalendar
     //
     this.TestMonthCalendar.CalendarDimensions = new System.Drawing.Size(3, 3);
     this.TestMonthCalendar.Dock = System.Windows.Forms.DockStyle.Fill;
     this.TestMonthCalendar.Location = new System.Drawing.Point(0, 72);
     this.TestMonthCalendar.Name = "TestMonthCalendar";
     this.TestMonthCalendar.ShowTodayCircle = false;
     this.TestMonthCalendar.ShowWeekNumbers = true;
     this.TestMonthCalendar.TabIndex = 3;
     this.TestMonthCalendar.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.TestMonthCalendar_DateSelected);
     //
     // TestTimer
     //
     this.TestTimer.Interval = 1000;
     this.TestTimer.Tick += new System.EventHandler(this.TestTimer_Tick);
     //
     // frmTemporalExpressionTest
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(728, 673);
     this.Controls.Add(this.TestMonthCalendar);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.DescriptionLabel);
     this.Controls.Add(this.Titlelabel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmTemporalExpressionTest";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Temporal Expression Test";
     this.Load += new System.EventHandler(this.frmTemporalExpressionTest_Load);
     this.panel1.ResumeLayout(false);
     this.SingleSelectionGroupBox.ResumeLayout(false);
     this.SingleSelectionGroupBox.PerformLayout();
     this.SelectionGroupBox.ResumeLayout(false);
     this.SelectionGroupBox.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(preferences));
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.Webcam = new System.Windows.Forms.TabPage();
     this.pnlStartupOptions = new System.Windows.Forms.Panel();
     this.label47 = new System.Windows.Forms.Label();
     this.label62 = new System.Windows.Forms.Label();
     this.label41 = new System.Windows.Forms.Label();
     this.button23 = new System.Windows.Forms.Button();
     this.lblCamAlert = new System.Windows.Forms.Label();
     this.bttncam9sel = new System.Windows.Forms.Button();
     this.bttncam9 = new System.Windows.Forms.Button();
     this.bttncam7sel = new System.Windows.Forms.Button();
     this.bttncam7 = new System.Windows.Forms.Button();
     this.bttncam8sel = new System.Windows.Forms.Button();
     this.bttncam8 = new System.Windows.Forms.Button();
     this.bttncam6 = new System.Windows.Forms.Button();
     this.bttncam6sel = new System.Windows.Forms.Button();
     this.bttncam4 = new System.Windows.Forms.Button();
     this.bttncam1sel = new System.Windows.Forms.Button();
     this.bttncam5 = new System.Windows.Forms.Button();
     this.bttncam4sel = new System.Windows.Forms.Button();
     this.bttncam2sel = new System.Windows.Forms.Button();
     this.bttncam3 = new System.Windows.Forms.Button();
     this.bttncam5sel = new System.Windows.Forms.Button();
     this.bttncam2 = new System.Windows.Forms.Button();
     this.bttncam3sel = new System.Windows.Forms.Button();
     this.bttncam1 = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.txtMess = new System.Windows.Forms.TextBox();
     this.actCount = new System.Windows.Forms.TextBox();
     this.levelShow = new System.Windows.Forms.Button();
     this.cameraShow = new System.Windows.Forms.Button();
     this.imageInFrame = new System.Windows.Forms.Button();
     this.startMinimized = new System.Windows.Forms.CheckBox();
     this.calendar = new System.Windows.Forms.MonthCalendar();
     this.panel1 = new System.Windows.Forms.Panel();
     this.lblCameraName = new System.Windows.Forms.Label();
     this.cameraWindow = new TeboCam.CameraWindow();
     this.newsInfo = new System.Windows.Forms.Button();
     this.button5 = new System.Windows.Forms.Button();
     this.hideLog = new System.Windows.Forms.Button();
     this.lbl0Perc = new System.Windows.Forms.Label();
     this.lbl100Perc = new System.Windows.Forms.Label();
     this.lbl75Perc = new System.Windows.Forms.Label();
     this.lbl25Perc = new System.Windows.Forms.Label();
     this.lbl50Perc = new System.Windows.Forms.Label();
     this.levelbox = new System.Windows.Forms.PictureBox();
     this.button6 = new System.Windows.Forms.Button();
     this.txtLog = new System.Windows.Forms.RichTextBox();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.MotionAlarm = new System.Windows.Forms.GroupBox();
     this.groupBox9 = new System.Windows.Forms.GroupBox();
     this.bttnMotionScheduleOnAtStart = new System.Windows.Forms.CheckBox();
     this.bttnMotionSchedule = new System.Windows.Forms.CheckBox();
     this.lblstartmov = new System.Windows.Forms.Label();
     this.lblendmov = new System.Windows.Forms.Label();
     this.button38 = new System.Windows.Forms.Button();
     this.bttnActivateAtEveryStartup = new System.Windows.Forms.CheckBox();
     this.bttnMotionAtStartup = new System.Windows.Forms.RadioButton();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.bttnNow = new System.Windows.Forms.RadioButton();
     this.lblTime = new System.Windows.Forms.Label();
     this.label43 = new System.Windows.Forms.Label();
     this.bttnTime = new System.Windows.Forms.RadioButton();
     this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
     this.bttnSeconds = new System.Windows.Forms.RadioButton();
     this.actCountdown = new System.Windows.Forms.TextBox();
     this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
     this.bttnMotionInactive = new System.Windows.Forms.RadioButton();
     this.bttnMotionActive = new System.Windows.Forms.RadioButton();
     this.button4 = new System.Windows.Forms.Button();
     this.Images = new System.Windows.Forms.TabPage();
     this.groupBox8 = new System.Windows.Forms.GroupBox();
     this.panel7 = new System.Windows.Forms.Panel();
     this.button18 = new System.Windows.Forms.Button();
     this.panel6 = new System.Windows.Forms.Panel();
     this.onlineVal = new System.Windows.Forms.Label();
     this.rdOnlinejpg = new System.Windows.Forms.RadioButton();
     this.publishVal = new System.Windows.Forms.Label();
     this.button16 = new System.Windows.Forms.Button();
     this.alertVal = new System.Windows.Forms.Label();
     this.pingVal = new System.Windows.Forms.Label();
     this.rdPublishjpg = new System.Windows.Forms.RadioButton();
     this.rdAlertjpg = new System.Windows.Forms.RadioButton();
     this.rdPingjpg = new System.Windows.Forms.RadioButton();
     this.panel5 = new System.Windows.Forms.Panel();
     this.button7 = new System.Windows.Forms.Button();
     this.bttnClear = new System.Windows.Forms.Button();
     this.clrImg = new System.Windows.Forms.CheckBox();
     this.lblCountOnComputer = new System.Windows.Forms.Label();
     this.clrFtp = new System.Windows.Forms.CheckBox();
     this.lblCountOnWeb = new System.Windows.Forms.Label();
     this.lblAdminMes = new System.Windows.Forms.Label();
     this.t46 = new System.Windows.Forms.PictureBox();
     this.t26 = new System.Windows.Forms.PictureBox();
     this.t36 = new System.Windows.Forms.PictureBox();
     this.t16 = new System.Windows.Forms.PictureBox();
     this.t45 = new System.Windows.Forms.PictureBox();
     this.t25 = new System.Windows.Forms.PictureBox();
     this.t35 = new System.Windows.Forms.PictureBox();
     this.t15 = new System.Windows.Forms.PictureBox();
     this.picWindow = new System.Windows.Forms.TrackBar();
     this.t44 = new System.Windows.Forms.PictureBox();
     this.t10 = new System.Windows.Forms.PictureBox();
     this.t24 = new System.Windows.Forms.PictureBox();
     this.t43 = new System.Windows.Forms.PictureBox();
     this.t23 = new System.Windows.Forms.PictureBox();
     this.t30 = new System.Windows.Forms.PictureBox();
     this.t42 = new System.Windows.Forms.PictureBox();
     this.t22 = new System.Windows.Forms.PictureBox();
     this.t11 = new System.Windows.Forms.PictureBox();
     this.t31 = new System.Windows.Forms.PictureBox();
     this.t41 = new System.Windows.Forms.PictureBox();
     this.t21 = new System.Windows.Forms.PictureBox();
     this.t12 = new System.Windows.Forms.PictureBox();
     this.t32 = new System.Windows.Forms.PictureBox();
     this.t40 = new System.Windows.Forms.PictureBox();
     this.t20 = new System.Windows.Forms.PictureBox();
     this.t13 = new System.Windows.Forms.PictureBox();
     this.t33 = new System.Windows.Forms.PictureBox();
     this.t34 = new System.Windows.Forms.PictureBox();
     this.t14 = new System.Windows.Forms.PictureBox();
     this.Alerts = new System.Windows.Forms.TabPage();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.emailIntelPanel = new System.Windows.Forms.Panel();
     this.EmailIntelMosaic = new System.Windows.Forms.RadioButton();
     this.label16 = new System.Windows.Forms.Label();
     this.emailIntelEmails = new System.Windows.Forms.TextBox();
     this.EmailIntelStop = new System.Windows.Forms.RadioButton();
     this.label48 = new System.Windows.Forms.Label();
     this.emailIntelMins = new System.Windows.Forms.TextBox();
     this.label56 = new System.Windows.Forms.Label();
     this.label49 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.EmailIntelOff = new System.Windows.Forms.RadioButton();
     this.EmailIntelOn = new System.Windows.Forms.RadioButton();
     this.groupBox21 = new System.Windows.Forms.GroupBox();
     this.radioButton11 = new System.Windows.Forms.RadioButton();
     this.button21 = new System.Windows.Forms.Button();
     this.radioButton10 = new System.Windows.Forms.RadioButton();
     this.groupBox14 = new System.Windows.Forms.GroupBox();
     this.pingBox = new System.Windows.Forms.GroupBox();
     this.rdPingActiveCamera = new System.Windows.Forms.RadioButton();
     this.rdPingAllCameras = new System.Windows.Forms.RadioButton();
     this.ping = new System.Windows.Forms.CheckBox();
     this.pingMins = new System.Windows.Forms.TextBox();
     this.label40 = new System.Windows.Forms.Label();
     this.mosaicImagesPerRow = new System.Windows.Forms.TextBox();
     this.sendMosaic = new System.Windows.Forms.CheckBox();
     this.sndTest = new System.Windows.Forms.Button();
     this.button13 = new System.Windows.Forms.Button();
     this.plSnd = new System.Windows.Forms.CheckBox();
     this.label33 = new System.Windows.Forms.Label();
     this.sendEmail = new System.Windows.Forms.CheckBox();
     this.maxImagesToEmail = new System.Windows.Forms.TextBox();
     this.sendFullSize = new System.Windows.Forms.CheckBox();
     this.label19 = new System.Windows.Forms.Label();
     this.sendThumb = new System.Windows.Forms.CheckBox();
     this.label20 = new System.Windows.Forms.Label();
     this.loadToFtp = new System.Windows.Forms.CheckBox();
     this.label32 = new System.Windows.Forms.Label();
     this.groupBox13 = new System.Windows.Forms.GroupBox();
     this.label21 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.emailNotifInterval = new System.Windows.Forms.TextBox();
     this.label27 = new System.Windows.Forms.Label();
     this.label26 = new System.Windows.Forms.Label();
     this.imageFileInterval = new System.Windows.Forms.TextBox();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.button35 = new System.Windows.Forms.Button();
     this.label12 = new System.Windows.Forms.Label();
     this.Email_Ftp = new System.Windows.Forms.TabPage();
     this.panel4 = new System.Windows.Forms.Panel();
     this.label42 = new System.Windows.Forms.Label();
     this.pingSubject = new System.Windows.Forms.TextBox();
     this.label36 = new System.Windows.Forms.Label();
     this.sentByName = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.mailBody = new System.Windows.Forms.RichTextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.replyTo = new System.Windows.Forms.TextBox();
     this.sendTo = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.sentBy = new System.Windows.Forms.TextBox();
     this.mailSubject = new System.Windows.Forms.TextBox();
     this.panel3 = new System.Windows.Forms.Panel();
     this.button1 = new System.Windows.Forms.Button();
     this.label10 = new System.Windows.Forms.Label();
     this.SSL = new System.Windows.Forms.CheckBox();
     this.emailUser = new System.Windows.Forms.TextBox();
     this.smtpHost = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.smtpPort = new System.Windows.Forms.TextBox();
     this.emailPass = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.panel2 = new System.Windows.Forms.Panel();
     this.label25 = new System.Windows.Forms.Label();
     this.label22 = new System.Windows.Forms.Label();
     this.ftpUser = new System.Windows.Forms.TextBox();
     this.label23 = new System.Windows.Forms.Label();
     this.ftpPass = new System.Windows.Forms.TextBox();
     this.button2 = new System.Windows.Forms.Button();
     this.label24 = new System.Windows.Forms.Label();
     this.ftpRoot = new System.Windows.Forms.TextBox();
     this.Admin = new System.Windows.Forms.TabPage();
     this.infoMode = new System.Windows.Forms.CheckBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.freezeGuardWindow = new System.Windows.Forms.CheckBox();
     this.label14 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.pulseFreq = new System.Windows.Forms.TextBox();
     this.button15 = new System.Windows.Forms.Button();
     this.freezeGuardOff = new System.Windows.Forms.RadioButton();
     this.freezeGuardOn = new System.Windows.Forms.RadioButton();
     this.groupBox22 = new System.Windows.Forms.GroupBox();
     this.txtInternetConnection = new System.Windows.Forms.TextBox();
     this.groupBox19 = new System.Windows.Forms.GroupBox();
     this.logsKeep = new System.Windows.Forms.TextBox();
     this.logsKeepChk = new System.Windows.Forms.CheckBox();
     this.label44 = new System.Windows.Forms.Label();
     this.groupBox15 = new System.Windows.Forms.GroupBox();
     this.button22 = new System.Windows.Forms.Button();
     this.button19 = new System.Windows.Forms.Button();
     this.label45 = new System.Windows.Forms.Label();
     this.button10 = new System.Windows.Forms.Button();
     this.button12 = new System.Windows.Forms.Button();
     this.profileList = new System.Windows.Forms.ComboBox();
     this.button11 = new System.Windows.Forms.Button();
     this.btnrenameProfile = new System.Windows.Forms.Button();
     this.groupBox10 = new System.Windows.Forms.GroupBox();
     this.label34 = new System.Windows.Forms.Label();
     this.label28 = new System.Windows.Forms.Label();
     this.numericUpDown4 = new System.Windows.Forms.NumericUpDown();
     this.lblImgPref = new System.Windows.Forms.Label();
     this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
     this.button9 = new System.Windows.Forms.Button();
     this.groupBox7 = new System.Windows.Forms.GroupBox();
     this.bttInstallUpdateAdmin = new ctlCuteButton.cuteButton();
     this.lblVerAvail = new System.Windows.Forms.Label();
     this.lblCurVer = new System.Windows.Forms.Label();
     this.updateNotify = new System.Windows.Forms.CheckBox();
     this.label35 = new System.Windows.Forms.Label();
     this.Publish = new System.Windows.Forms.TabPage();
     this.groupBox17 = new System.Windows.Forms.GroupBox();
     this.lblendpub = new System.Windows.Forms.Label();
     this.lblstartpub = new System.Windows.Forms.Label();
     this.button37 = new System.Windows.Forms.Button();
     this.button36 = new System.Windows.Forms.Button();
     this.bttnSetPrefixPublish = new System.Windows.Forms.Button();
     this.bttncam9pub = new System.Windows.Forms.Button();
     this.bttncam7pub = new System.Windows.Forms.Button();
     this.pubToWeb = new System.Windows.Forms.CheckBox();
     this.bttncam8pub = new System.Windows.Forms.Button();
     this.pubToLocal = new System.Windows.Forms.CheckBox();
     this.bttncam6pub = new System.Windows.Forms.Button();
     this.pubTimerOn = new System.Windows.Forms.CheckBox();
     this.bttncam4pub = new System.Windows.Forms.Button();
     this.bttncam5pub = new System.Windows.Forms.Button();
     this.bttncam3pub = new System.Windows.Forms.Button();
     this.bttncam2pub = new System.Windows.Forms.Button();
     this.bttncam1pub = new System.Windows.Forms.Button();
     this.button14 = new System.Windows.Forms.Button();
     this.label55 = new System.Windows.Forms.Label();
     this.pubTime = new System.Windows.Forms.TextBox();
     this.pubSecs = new System.Windows.Forms.RadioButton();
     this.pubMins = new System.Windows.Forms.RadioButton();
     this.pubHours = new System.Windows.Forms.RadioButton();
     this.pubFtpRoot = new System.Windows.Forms.TextBox();
     this.label59 = new System.Windows.Forms.Label();
     this.pubFtpPass = new System.Windows.Forms.TextBox();
     this.label60 = new System.Windows.Forms.Label();
     this.pubFtpUser = new System.Windows.Forms.TextBox();
     this.label61 = new System.Windows.Forms.Label();
     this.pubImage = new System.Windows.Forms.CheckBox();
     this.Online = new System.Windows.Forms.TabPage();
     this.groupBox20 = new System.Windows.Forms.GroupBox();
     this.sqlConString = new System.Windows.Forms.TextBox();
     this.label30 = new System.Windows.Forms.Label();
     this.label39 = new System.Windows.Forms.Label();
     this.disCommOnlineSecs = new System.Windows.Forms.TextBox();
     this.disCommOnline = new System.Windows.Forms.CheckBox();
     this.label51 = new System.Windows.Forms.Label();
     this.label58 = new System.Windows.Forms.Label();
     this.label63 = new System.Windows.Forms.Label();
     this.SqlFtpUser = new System.Windows.Forms.TextBox();
     this.SqlFtpPwd = new System.Windows.Forms.TextBox();
     this.button20 = new System.Windows.Forms.Button();
     this.webUpd = new System.Windows.Forms.CheckBox();
     this.label57 = new System.Windows.Forms.Label();
     this.sqlUser = new System.Windows.Forms.TextBox();
     this.sqlInstance = new System.Windows.Forms.TextBox();
     this.label46 = new System.Windows.Forms.Label();
     this.sqlPwd = new System.Windows.Forms.TextBox();
     this.label54 = new System.Windows.Forms.Label();
     this.label52 = new System.Windows.Forms.Label();
     this.sqlPoll = new System.Windows.Forms.TextBox();
     this.label50 = new System.Windows.Forms.Label();
     this.label53 = new System.Windows.Forms.Label();
     this.sqlImageFilename = new System.Windows.Forms.TextBox();
     this.sqlImageRoot = new System.Windows.Forms.TextBox();
     this.Test = new System.Windows.Forms.TabPage();
     this.bttnToolTips = new System.Windows.Forms.Button();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.button24 = new System.Windows.Forms.Button();
     this.notConnected = new System.Windows.Forms.Label();
     this.bttnUpdateFooter = new ctlCuteButton.cuteButton();
     this.timer = new System.Timers.Timer();
     this.statusStrip = new System.Windows.Forms.StatusStrip();
     this.StripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.StatusStripLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
     this.tabControl1.SuspendLayout();
     this.Webcam.SuspendLayout();
     this.pnlStartupOptions.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.levelbox)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.MotionAlarm.SuspendLayout();
     this.groupBox9.SuspendLayout();
     this.groupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     this.Images.SuspendLayout();
     this.groupBox8.SuspendLayout();
     this.panel7.SuspendLayout();
     this.panel6.SuspendLayout();
     this.panel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.t46)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.t26)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.t36)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.t16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.t45)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.t25)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.t35)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.t15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picWindow)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.t44)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.t10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.t24)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.t43)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.t23)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.t30)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.t42)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.t22)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.t11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.t31)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.t41)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.t21)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.t12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.t32)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.t40)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.t20)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.t13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.t33)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.t34)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.t14)).BeginInit();
     this.Alerts.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.emailIntelPanel.SuspendLayout();
     this.groupBox21.SuspendLayout();
     this.groupBox14.SuspendLayout();
     this.pingBox.SuspendLayout();
     this.groupBox13.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.Email_Ftp.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.Admin.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox22.SuspendLayout();
     this.groupBox19.SuspendLayout();
     this.groupBox15.SuspendLayout();
     this.groupBox10.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
     this.groupBox7.SuspendLayout();
     this.Publish.SuspendLayout();
     this.groupBox17.SuspendLayout();
     this.Online.SuspendLayout();
     this.groupBox20.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.timer)).BeginInit();
     this.statusStrip.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.Webcam);
     this.tabControl1.Controls.Add(this.Images);
     this.tabControl1.Controls.Add(this.Alerts);
     this.tabControl1.Controls.Add(this.Email_Ftp);
     this.tabControl1.Controls.Add(this.Admin);
     this.tabControl1.Controls.Add(this.Publish);
     this.tabControl1.Controls.Add(this.Online);
     this.tabControl1.Controls.Add(this.Test);
     resources.ApplyResources(this.tabControl1, "tabControl1");
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged_1);
     //
     // Webcam
     //
     this.Webcam.Controls.Add(this.pnlStartupOptions);
     this.Webcam.Controls.Add(this.button23);
     this.Webcam.Controls.Add(this.lblCamAlert);
     this.Webcam.Controls.Add(this.bttncam9sel);
     this.Webcam.Controls.Add(this.bttncam9);
     this.Webcam.Controls.Add(this.bttncam7sel);
     this.Webcam.Controls.Add(this.bttncam7);
     this.Webcam.Controls.Add(this.bttncam8sel);
     this.Webcam.Controls.Add(this.bttncam8);
     this.Webcam.Controls.Add(this.bttncam6);
     this.Webcam.Controls.Add(this.bttncam6sel);
     this.Webcam.Controls.Add(this.bttncam4);
     this.Webcam.Controls.Add(this.bttncam1sel);
     this.Webcam.Controls.Add(this.bttncam5);
     this.Webcam.Controls.Add(this.bttncam4sel);
     this.Webcam.Controls.Add(this.bttncam2sel);
     this.Webcam.Controls.Add(this.bttncam3);
     this.Webcam.Controls.Add(this.bttncam5sel);
     this.Webcam.Controls.Add(this.bttncam2);
     this.Webcam.Controls.Add(this.bttncam3sel);
     this.Webcam.Controls.Add(this.bttncam1);
     this.Webcam.Controls.Add(this.groupBox1);
     this.Webcam.Controls.Add(this.levelShow);
     this.Webcam.Controls.Add(this.cameraShow);
     this.Webcam.Controls.Add(this.imageInFrame);
     this.Webcam.Controls.Add(this.startMinimized);
     this.Webcam.Controls.Add(this.calendar);
     this.Webcam.Controls.Add(this.panel1);
     this.Webcam.Controls.Add(this.newsInfo);
     this.Webcam.Controls.Add(this.button5);
     this.Webcam.Controls.Add(this.hideLog);
     this.Webcam.Controls.Add(this.lbl0Perc);
     this.Webcam.Controls.Add(this.lbl100Perc);
     this.Webcam.Controls.Add(this.lbl75Perc);
     this.Webcam.Controls.Add(this.lbl25Perc);
     this.Webcam.Controls.Add(this.lbl50Perc);
     this.Webcam.Controls.Add(this.levelbox);
     this.Webcam.Controls.Add(this.button6);
     this.Webcam.Controls.Add(this.txtLog);
     this.Webcam.Controls.Add(this.groupBox3);
     this.Webcam.Controls.Add(this.MotionAlarm);
     this.Webcam.Controls.Add(this.button4);
     resources.ApplyResources(this.Webcam, "Webcam");
     this.Webcam.Name = "Webcam";
     this.Webcam.UseVisualStyleBackColor = true;
     //
     // pnlStartupOptions
     //
     this.pnlStartupOptions.Controls.Add(this.label47);
     this.pnlStartupOptions.Controls.Add(this.label62);
     this.pnlStartupOptions.Controls.Add(this.label41);
     resources.ApplyResources(this.pnlStartupOptions, "pnlStartupOptions");
     this.pnlStartupOptions.Name = "pnlStartupOptions";
     //
     // label47
     //
     resources.ApplyResources(this.label47, "label47");
     this.label47.ForeColor = System.Drawing.Color.RoyalBlue;
     this.label47.Name = "label47";
     //
     // label62
     //
     resources.ApplyResources(this.label62, "label62");
     this.label62.ForeColor = System.Drawing.Color.RoyalBlue;
     this.label62.Name = "label62";
     //
     // label41
     //
     resources.ApplyResources(this.label41, "label41");
     this.label41.ForeColor = System.Drawing.Color.RoyalBlue;
     this.label41.Name = "label41";
     //
     // button23
     //
     resources.ApplyResources(this.button23, "button23");
     this.button23.Name = "button23";
     this.button23.UseVisualStyleBackColor = true;
     this.button23.Click += new System.EventHandler(this.button23_Click_1);
     //
     // lblCamAlert
     //
     resources.ApplyResources(this.lblCamAlert, "lblCamAlert");
     this.lblCamAlert.Name = "lblCamAlert";
     //
     // bttncam9sel
     //
     this.bttncam9sel.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.bttncam9sel, "bttncam9sel");
     this.bttncam9sel.Name = "bttncam9sel";
     this.toolTip1.SetToolTip(this.bttncam9sel, resources.GetString("bttncam9sel.ToolTip"));
     this.bttncam9sel.UseVisualStyleBackColor = false;
     this.bttncam9sel.Click += new System.EventHandler(this.bttncam9sel_Click);
     //
     // bttncam9
     //
     this.bttncam9.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.bttncam9, "bttncam9");
     this.bttncam9.Name = "bttncam9";
     this.toolTip1.SetToolTip(this.bttncam9, resources.GetString("bttncam9.ToolTip"));
     this.bttncam9.UseVisualStyleBackColor = false;
     this.bttncam9.Click += new System.EventHandler(this.bttncam9_Click);
     //
     // bttncam7sel
     //
     this.bttncam7sel.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.bttncam7sel, "bttncam7sel");
     this.bttncam7sel.Name = "bttncam7sel";
     this.toolTip1.SetToolTip(this.bttncam7sel, resources.GetString("bttncam7sel.ToolTip"));
     this.bttncam7sel.UseVisualStyleBackColor = false;
     this.bttncam7sel.Click += new System.EventHandler(this.bttncam7sel_Click);
     //
     // bttncam7
     //
     this.bttncam7.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.bttncam7, "bttncam7");
     this.bttncam7.Name = "bttncam7";
     this.toolTip1.SetToolTip(this.bttncam7, resources.GetString("bttncam7.ToolTip"));
     this.bttncam7.UseVisualStyleBackColor = false;
     this.bttncam7.Click += new System.EventHandler(this.bttncam7_Click);
     //
     // bttncam8sel
     //
     this.bttncam8sel.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.bttncam8sel, "bttncam8sel");
     this.bttncam8sel.Name = "bttncam8sel";
     this.toolTip1.SetToolTip(this.bttncam8sel, resources.GetString("bttncam8sel.ToolTip"));
     this.bttncam8sel.UseVisualStyleBackColor = false;
     this.bttncam8sel.Click += new System.EventHandler(this.bttncam8sel_Click);
     //
     // bttncam8
     //
     this.bttncam8.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.bttncam8, "bttncam8");
     this.bttncam8.Name = "bttncam8";
     this.toolTip1.SetToolTip(this.bttncam8, resources.GetString("bttncam8.ToolTip"));
     this.bttncam8.UseVisualStyleBackColor = false;
     this.bttncam8.Click += new System.EventHandler(this.bttncam8_Click);
     //
     // bttncam6
     //
     this.bttncam6.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.bttncam6, "bttncam6");
     this.bttncam6.Name = "bttncam6";
     this.toolTip1.SetToolTip(this.bttncam6, resources.GetString("bttncam6.ToolTip"));
     this.bttncam6.UseVisualStyleBackColor = false;
     this.bttncam6.Click += new System.EventHandler(this.bttncam6_Click);
     //
     // bttncam6sel
     //
     this.bttncam6sel.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.bttncam6sel, "bttncam6sel");
     this.bttncam6sel.Name = "bttncam6sel";
     this.toolTip1.SetToolTip(this.bttncam6sel, resources.GetString("bttncam6sel.ToolTip"));
     this.bttncam6sel.UseVisualStyleBackColor = false;
     this.bttncam6sel.Click += new System.EventHandler(this.bttncam6sel_Click);
     //
     // bttncam4
     //
     this.bttncam4.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.bttncam4, "bttncam4");
     this.bttncam4.Name = "bttncam4";
     this.toolTip1.SetToolTip(this.bttncam4, resources.GetString("bttncam4.ToolTip"));
     this.bttncam4.UseVisualStyleBackColor = false;
     this.bttncam4.Click += new System.EventHandler(this.bttncam4_Click);
     //
     // bttncam1sel
     //
     this.bttncam1sel.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.bttncam1sel, "bttncam1sel");
     this.bttncam1sel.Name = "bttncam1sel";
     this.toolTip1.SetToolTip(this.bttncam1sel, resources.GetString("bttncam1sel.ToolTip"));
     this.bttncam1sel.UseVisualStyleBackColor = false;
     this.bttncam1sel.Click += new System.EventHandler(this.bttncam1sel_Click);
     //
     // bttncam5
     //
     this.bttncam5.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.bttncam5, "bttncam5");
     this.bttncam5.Name = "bttncam5";
     this.toolTip1.SetToolTip(this.bttncam5, resources.GetString("bttncam5.ToolTip"));
     this.bttncam5.UseVisualStyleBackColor = false;
     this.bttncam5.Click += new System.EventHandler(this.bttncam5_Click);
     //
     // bttncam4sel
     //
     this.bttncam4sel.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.bttncam4sel, "bttncam4sel");
     this.bttncam4sel.Name = "bttncam4sel";
     this.toolTip1.SetToolTip(this.bttncam4sel, resources.GetString("bttncam4sel.ToolTip"));
     this.bttncam4sel.UseVisualStyleBackColor = false;
     this.bttncam4sel.Click += new System.EventHandler(this.bttncam4sel_Click);
     //
     // bttncam2sel
     //
     this.bttncam2sel.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.bttncam2sel, "bttncam2sel");
     this.bttncam2sel.Name = "bttncam2sel";
     this.toolTip1.SetToolTip(this.bttncam2sel, resources.GetString("bttncam2sel.ToolTip"));
     this.bttncam2sel.UseVisualStyleBackColor = false;
     this.bttncam2sel.Click += new System.EventHandler(this.bttncam2sel_Click);
     //
     // bttncam3
     //
     this.bttncam3.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.bttncam3, "bttncam3");
     this.bttncam3.Name = "bttncam3";
     this.toolTip1.SetToolTip(this.bttncam3, resources.GetString("bttncam3.ToolTip"));
     this.bttncam3.UseVisualStyleBackColor = false;
     this.bttncam3.Click += new System.EventHandler(this.bttncam3_Click);
     //
     // bttncam5sel
     //
     this.bttncam5sel.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.bttncam5sel, "bttncam5sel");
     this.bttncam5sel.Name = "bttncam5sel";
     this.toolTip1.SetToolTip(this.bttncam5sel, resources.GetString("bttncam5sel.ToolTip"));
     this.bttncam5sel.UseVisualStyleBackColor = false;
     this.bttncam5sel.Click += new System.EventHandler(this.bttncam5sel_Click);
     //
     // bttncam2
     //
     this.bttncam2.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.bttncam2, "bttncam2");
     this.bttncam2.Name = "bttncam2";
     this.toolTip1.SetToolTip(this.bttncam2, resources.GetString("bttncam2.ToolTip"));
     this.bttncam2.UseVisualStyleBackColor = false;
     this.bttncam2.Click += new System.EventHandler(this.bttncam2_Click);
     //
     // bttncam3sel
     //
     this.bttncam3sel.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.bttncam3sel, "bttncam3sel");
     this.bttncam3sel.Name = "bttncam3sel";
     this.toolTip1.SetToolTip(this.bttncam3sel, resources.GetString("bttncam3sel.ToolTip"));
     this.bttncam3sel.UseVisualStyleBackColor = false;
     this.bttncam3sel.Click += new System.EventHandler(this.bttncam3sel_Click);
     //
     // bttncam1
     //
     this.bttncam1.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.bttncam1, "bttncam1");
     this.bttncam1.Name = "bttncam1";
     this.toolTip1.SetToolTip(this.bttncam1, resources.GetString("bttncam1.ToolTip"));
     this.bttncam1.UseVisualStyleBackColor = false;
     this.bttncam1.Click += new System.EventHandler(this.bttncam1_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.txtMess);
     this.groupBox1.Controls.Add(this.actCount);
     resources.ApplyResources(this.groupBox1, "groupBox1");
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.TabStop = false;
     //
     // txtMess
     //
     this.txtMess.BackColor = System.Drawing.SystemColors.Control;
     this.txtMess.BorderStyle = System.Windows.Forms.BorderStyle.None;
     resources.ApplyResources(this.txtMess, "txtMess");
     this.txtMess.ForeColor = System.Drawing.Color.RoyalBlue;
     this.txtMess.Name = "txtMess";
     //
     // actCount
     //
     this.actCount.BackColor = System.Drawing.SystemColors.Control;
     this.actCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
     resources.ApplyResources(this.actCount, "actCount");
     this.actCount.ForeColor = System.Drawing.Color.RoyalBlue;
     this.actCount.Name = "actCount";
     //
     // levelShow
     //
     resources.ApplyResources(this.levelShow, "levelShow");
     this.levelShow.Name = "levelShow";
     this.toolTip1.SetToolTip(this.levelShow, resources.GetString("levelShow.ToolTip"));
     this.levelShow.UseVisualStyleBackColor = true;
     this.levelShow.Click += new System.EventHandler(this.levelShow_Click);
     //
     // cameraShow
     //
     resources.ApplyResources(this.cameraShow, "cameraShow");
     this.cameraShow.Name = "cameraShow";
     this.toolTip1.SetToolTip(this.cameraShow, resources.GetString("cameraShow.ToolTip"));
     this.cameraShow.UseVisualStyleBackColor = true;
     this.cameraShow.Click += new System.EventHandler(this.cameraShow_Click);
     //
     // imageInFrame
     //
     resources.ApplyResources(this.imageInFrame, "imageInFrame");
     this.imageInFrame.Name = "imageInFrame";
     this.toolTip1.SetToolTip(this.imageInFrame, resources.GetString("imageInFrame.ToolTip"));
     this.imageInFrame.UseVisualStyleBackColor = true;
     this.imageInFrame.Click += new System.EventHandler(this.imageInFrame_Click);
     //
     // startMinimized
     //
     resources.ApplyResources(this.startMinimized, "startMinimized");
     this.startMinimized.Name = "startMinimized";
     this.startMinimized.UseVisualStyleBackColor = true;
     this.startMinimized.CheckedChanged += new System.EventHandler(this.startMinimized_CheckedChanged);
     //
     // calendar
     //
     this.calendar.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.calendar, "calendar");
     this.calendar.Name = "calendar";
     this.calendar.TitleBackColor = System.Drawing.Color.DarkBlue;
     this.calendar.TitleForeColor = System.Drawing.Color.White;
     this.calendar.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.calendar_DateSelected);
     //
     // panel1
     //
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.Controls.Add(this.lblCameraName);
     this.panel1.Controls.Add(this.cameraWindow);
     this.panel1.Name = "panel1";
     //
     // lblCameraName
     //
     resources.ApplyResources(this.lblCameraName, "lblCameraName");
     this.lblCameraName.Name = "lblCameraName";
     this.lblCameraName.Tag = "";
     //
     // cameraWindow
     //
     this.cameraWindow.BackColor = System.Drawing.SystemColors.Control;
     this.cameraWindow.Camera = null;
     resources.ApplyResources(this.cameraWindow, "cameraWindow");
     this.cameraWindow.Name = "cameraWindow";
     this.toolTip1.SetToolTip(this.cameraWindow, resources.GetString("cameraWindow.ToolTip"));
     this.cameraWindow.DoubleClick += new System.EventHandler(this.cameraWindow_DoubleClick);
     //
     // newsInfo
     //
     resources.ApplyResources(this.newsInfo, "newsInfo");
     this.newsInfo.Name = "newsInfo";
     this.toolTip1.SetToolTip(this.newsInfo, resources.GetString("newsInfo.ToolTip"));
     this.newsInfo.UseVisualStyleBackColor = true;
     this.newsInfo.Click += new System.EventHandler(this.newsInfo_Click);
     //
     // button5
     //
     resources.ApplyResources(this.button5, "button5");
     this.button5.Name = "button5";
     this.toolTip1.SetToolTip(this.button5, resources.GetString("button5.ToolTip"));
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.button5_Click_1);
     //
     // hideLog
     //
     resources.ApplyResources(this.hideLog, "hideLog");
     this.hideLog.Name = "hideLog";
     this.toolTip1.SetToolTip(this.hideLog, resources.GetString("hideLog.ToolTip"));
     this.hideLog.UseVisualStyleBackColor = true;
     this.hideLog.Click += new System.EventHandler(this.hideLog_Click);
     //
     // lbl0Perc
     //
     resources.ApplyResources(this.lbl0Perc, "lbl0Perc");
     this.lbl0Perc.Name = "lbl0Perc";
     //
     // lbl100Perc
     //
     resources.ApplyResources(this.lbl100Perc, "lbl100Perc");
     this.lbl100Perc.Name = "lbl100Perc";
     //
     // lbl75Perc
     //
     resources.ApplyResources(this.lbl75Perc, "lbl75Perc");
     this.lbl75Perc.Name = "lbl75Perc";
     //
     // lbl25Perc
     //
     resources.ApplyResources(this.lbl25Perc, "lbl25Perc");
     this.lbl25Perc.Name = "lbl25Perc";
     //
     // lbl50Perc
     //
     resources.ApplyResources(this.lbl50Perc, "lbl50Perc");
     this.lbl50Perc.Name = "lbl50Perc";
     //
     // levelbox
     //
     resources.ApplyResources(this.levelbox, "levelbox");
     this.levelbox.Name = "levelbox";
     this.levelbox.TabStop = false;
     this.toolTip1.SetToolTip(this.levelbox, resources.GetString("levelbox.ToolTip"));
     this.levelbox.Paint += new System.Windows.Forms.PaintEventHandler(this.levelbox_Paint);
     //
     // button6
     //
     resources.ApplyResources(this.button6, "button6");
     this.button6.Name = "button6";
     this.toolTip1.SetToolTip(this.button6, resources.GetString("button6.ToolTip"));
     this.button6.UseVisualStyleBackColor = true;
     this.button6.Click += new System.EventHandler(this.button6_Click);
     //
     // txtLog
     //
     this.txtLog.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.txtLog, "txtLog");
     this.txtLog.Name = "txtLog";
     this.txtLog.ReadOnly = true;
     this.toolTip1.SetToolTip(this.txtLog, resources.GetString("txtLog.ToolTip"));
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.pictureBox1);
     resources.ApplyResources(this.groupBox3, "groupBox3");
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.TabStop = false;
     //
     // pictureBox1
     //
     this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     resources.ApplyResources(this.pictureBox1, "pictureBox1");
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.TabStop = false;
     this.toolTip1.SetToolTip(this.pictureBox1, resources.GetString("pictureBox1.ToolTip"));
     this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
     this.pictureBox1.DoubleClick += new System.EventHandler(this.pictureBox1_DoubleClick);
     //
     // MotionAlarm
     //
     this.MotionAlarm.Controls.Add(this.groupBox9);
     this.MotionAlarm.Controls.Add(this.bttnActivateAtEveryStartup);
     this.MotionAlarm.Controls.Add(this.bttnMotionAtStartup);
     this.MotionAlarm.Controls.Add(this.groupBox5);
     this.MotionAlarm.Controls.Add(this.bttnMotionInactive);
     this.MotionAlarm.Controls.Add(this.bttnMotionActive);
     resources.ApplyResources(this.MotionAlarm, "MotionAlarm");
     this.MotionAlarm.Name = "MotionAlarm";
     this.MotionAlarm.TabStop = false;
     //
     // groupBox9
     //
     this.groupBox9.Controls.Add(this.bttnMotionScheduleOnAtStart);
     this.groupBox9.Controls.Add(this.bttnMotionSchedule);
     this.groupBox9.Controls.Add(this.lblstartmov);
     this.groupBox9.Controls.Add(this.lblendmov);
     this.groupBox9.Controls.Add(this.button38);
     resources.ApplyResources(this.groupBox9, "groupBox9");
     this.groupBox9.Name = "groupBox9";
     this.groupBox9.TabStop = false;
     //
     // bttnMotionScheduleOnAtStart
     //
     resources.ApplyResources(this.bttnMotionScheduleOnAtStart, "bttnMotionScheduleOnAtStart");
     this.bttnMotionScheduleOnAtStart.Name = "bttnMotionScheduleOnAtStart";
     this.toolTip1.SetToolTip(this.bttnMotionScheduleOnAtStart, resources.GetString("bttnMotionScheduleOnAtStart.ToolTip"));
     this.bttnMotionScheduleOnAtStart.UseVisualStyleBackColor = true;
     this.bttnMotionScheduleOnAtStart.CheckedChanged += new System.EventHandler(this.bttnMotionScheduleOnAtStart_CheckedChanged);
     //
     // bttnMotionSchedule
     //
     resources.ApplyResources(this.bttnMotionSchedule, "bttnMotionSchedule");
     this.bttnMotionSchedule.Name = "bttnMotionSchedule";
     this.toolTip1.SetToolTip(this.bttnMotionSchedule, resources.GetString("bttnMotionSchedule.ToolTip"));
     this.bttnMotionSchedule.UseVisualStyleBackColor = true;
     this.bttnMotionSchedule.CheckedChanged += new System.EventHandler(this.bttnMotionSchedule_CheckedChanged);
     //
     // lblstartmov
     //
     resources.ApplyResources(this.lblstartmov, "lblstartmov");
     this.lblstartmov.ForeColor = System.Drawing.Color.Black;
     this.lblstartmov.Name = "lblstartmov";
     //
     // lblendmov
     //
     resources.ApplyResources(this.lblendmov, "lblendmov");
     this.lblendmov.ForeColor = System.Drawing.Color.Black;
     this.lblendmov.Name = "lblendmov";
     //
     // button38
     //
     resources.ApplyResources(this.button38, "button38");
     this.button38.Name = "button38";
     this.toolTip1.SetToolTip(this.button38, resources.GetString("button38.ToolTip"));
     this.button38.UseVisualStyleBackColor = true;
     this.button38.Click += new System.EventHandler(this.button38_Click);
     //
     // bttnActivateAtEveryStartup
     //
     resources.ApplyResources(this.bttnActivateAtEveryStartup, "bttnActivateAtEveryStartup");
     this.bttnActivateAtEveryStartup.Name = "bttnActivateAtEveryStartup";
     this.toolTip1.SetToolTip(this.bttnActivateAtEveryStartup, resources.GetString("bttnActivateAtEveryStartup.ToolTip"));
     this.bttnActivateAtEveryStartup.UseVisualStyleBackColor = true;
     this.bttnActivateAtEveryStartup.CheckedChanged += new System.EventHandler(this.bttnActivateAtEveryStartup_CheckedChanged);
     //
     // bttnMotionAtStartup
     //
     resources.ApplyResources(this.bttnMotionAtStartup, "bttnMotionAtStartup");
     this.bttnMotionAtStartup.Name = "bttnMotionAtStartup";
     this.toolTip1.SetToolTip(this.bttnMotionAtStartup, resources.GetString("bttnMotionAtStartup.ToolTip"));
     this.bttnMotionAtStartup.UseVisualStyleBackColor = true;
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.bttnNow);
     this.groupBox5.Controls.Add(this.lblTime);
     this.groupBox5.Controls.Add(this.label43);
     this.groupBox5.Controls.Add(this.bttnTime);
     this.groupBox5.Controls.Add(this.numericUpDown2);
     this.groupBox5.Controls.Add(this.bttnSeconds);
     this.groupBox5.Controls.Add(this.actCountdown);
     this.groupBox5.Controls.Add(this.numericUpDown1);
     resources.ApplyResources(this.groupBox5, "groupBox5");
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.TabStop = false;
     //
     // bttnNow
     //
     resources.ApplyResources(this.bttnNow, "bttnNow");
     this.bttnNow.Name = "bttnNow";
     this.toolTip1.SetToolTip(this.bttnNow, resources.GetString("bttnNow.ToolTip"));
     this.bttnNow.UseVisualStyleBackColor = true;
     this.bttnNow.CheckedChanged += new System.EventHandler(this.bttnNow_CheckedChanged);
     //
     // lblTime
     //
     resources.ApplyResources(this.lblTime, "lblTime");
     this.lblTime.ForeColor = System.Drawing.Color.Black;
     this.lblTime.Name = "lblTime";
     //
     // label43
     //
     resources.ApplyResources(this.label43, "label43");
     this.label43.ForeColor = System.Drawing.Color.Black;
     this.label43.Name = "label43";
     //
     // bttnTime
     //
     resources.ApplyResources(this.bttnTime, "bttnTime");
     this.bttnTime.Checked = true;
     this.bttnTime.Name = "bttnTime";
     this.bttnTime.TabStop = true;
     this.toolTip1.SetToolTip(this.bttnTime, resources.GetString("bttnTime.ToolTip"));
     this.bttnTime.UseVisualStyleBackColor = true;
     this.bttnTime.CheckedChanged += new System.EventHandler(this.bttnTime_CheckedChanged);
     //
     // numericUpDown2
     //
     this.numericUpDown2.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.numericUpDown2, "numericUpDown2");
     this.numericUpDown2.Maximum = new decimal(new int[] {
     60,
     0,
     0,
     0});
     this.numericUpDown2.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     -2147483648});
     this.numericUpDown2.Name = "numericUpDown2";
     this.toolTip1.SetToolTip(this.numericUpDown2, resources.GetString("numericUpDown2.ToolTip"));
     this.numericUpDown2.ValueChanged += new System.EventHandler(this.numericUpDown2_ValueChanged);
     //
     // bttnSeconds
     //
     resources.ApplyResources(this.bttnSeconds, "bttnSeconds");
     this.bttnSeconds.Name = "bttnSeconds";
     this.toolTip1.SetToolTip(this.bttnSeconds, resources.GetString("bttnSeconds.ToolTip"));
     this.bttnSeconds.UseVisualStyleBackColor = true;
     //
     // actCountdown
     //
     this.actCountdown.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.actCountdown, "actCountdown");
     this.actCountdown.ForeColor = System.Drawing.SystemColors.WindowText;
     this.actCountdown.Name = "actCountdown";
     this.toolTip1.SetToolTip(this.actCountdown, resources.GetString("actCountdown.ToolTip"));
     this.actCountdown.TextChanged += new System.EventHandler(this.actCountdown_TextChanged);
     //
     // numericUpDown1
     //
     this.numericUpDown1.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.numericUpDown1, "numericUpDown1");
     this.numericUpDown1.Maximum = new decimal(new int[] {
     24,
     0,
     0,
     0});
     this.numericUpDown1.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     -2147483648});
     this.numericUpDown1.Name = "numericUpDown1";
     this.toolTip1.SetToolTip(this.numericUpDown1, resources.GetString("numericUpDown1.ToolTip"));
     this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
     //
     // bttnMotionInactive
     //
     resources.ApplyResources(this.bttnMotionInactive, "bttnMotionInactive");
     this.bttnMotionInactive.Checked = true;
     this.bttnMotionInactive.Name = "bttnMotionInactive";
     this.bttnMotionInactive.TabStop = true;
     this.toolTip1.SetToolTip(this.bttnMotionInactive, resources.GetString("bttnMotionInactive.ToolTip"));
     this.bttnMotionInactive.UseVisualStyleBackColor = true;
     //
     // bttnMotionActive
     //
     resources.ApplyResources(this.bttnMotionActive, "bttnMotionActive");
     this.bttnMotionActive.Name = "bttnMotionActive";
     this.toolTip1.SetToolTip(this.bttnMotionActive, resources.GetString("bttnMotionActive.ToolTip"));
     this.bttnMotionActive.UseVisualStyleBackColor = true;
     this.bttnMotionActive.CheckedChanged += new System.EventHandler(this.bttnMotionActive_CheckedChanged);
     //
     // button4
     //
     resources.ApplyResources(this.button4, "button4");
     this.button4.Name = "button4";
     this.toolTip1.SetToolTip(this.button4, resources.GetString("button4.ToolTip"));
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // Images
     //
     this.Images.Controls.Add(this.groupBox8);
     resources.ApplyResources(this.Images, "Images");
     this.Images.Name = "Images";
     this.Images.UseVisualStyleBackColor = true;
     //
     // groupBox8
     //
     this.groupBox8.Controls.Add(this.panel7);
     this.groupBox8.Controls.Add(this.panel6);
     this.groupBox8.Controls.Add(this.panel5);
     this.groupBox8.Controls.Add(this.lblAdminMes);
     this.groupBox8.Controls.Add(this.t46);
     this.groupBox8.Controls.Add(this.t26);
     this.groupBox8.Controls.Add(this.t36);
     this.groupBox8.Controls.Add(this.t16);
     this.groupBox8.Controls.Add(this.t45);
     this.groupBox8.Controls.Add(this.t25);
     this.groupBox8.Controls.Add(this.t35);
     this.groupBox8.Controls.Add(this.t15);
     this.groupBox8.Controls.Add(this.picWindow);
     this.groupBox8.Controls.Add(this.t44);
     this.groupBox8.Controls.Add(this.t10);
     this.groupBox8.Controls.Add(this.t24);
     this.groupBox8.Controls.Add(this.t43);
     this.groupBox8.Controls.Add(this.t23);
     this.groupBox8.Controls.Add(this.t30);
     this.groupBox8.Controls.Add(this.t42);
     this.groupBox8.Controls.Add(this.t22);
     this.groupBox8.Controls.Add(this.t11);
     this.groupBox8.Controls.Add(this.t31);
     this.groupBox8.Controls.Add(this.t41);
     this.groupBox8.Controls.Add(this.t21);
     this.groupBox8.Controls.Add(this.t12);
     this.groupBox8.Controls.Add(this.t32);
     this.groupBox8.Controls.Add(this.t40);
     this.groupBox8.Controls.Add(this.t20);
     this.groupBox8.Controls.Add(this.t13);
     this.groupBox8.Controls.Add(this.t33);
     this.groupBox8.Controls.Add(this.t34);
     this.groupBox8.Controls.Add(this.t14);
     resources.ApplyResources(this.groupBox8, "groupBox8");
     this.groupBox8.Name = "groupBox8";
     this.groupBox8.TabStop = false;
     //
     // panel7
     //
     this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel7.Controls.Add(this.button18);
     resources.ApplyResources(this.panel7, "panel7");
     this.panel7.Name = "panel7";
     //
     // button18
     //
     resources.ApplyResources(this.button18, "button18");
     this.button18.Name = "button18";
     this.toolTip1.SetToolTip(this.button18, resources.GetString("button18.ToolTip"));
     this.button18.UseVisualStyleBackColor = true;
     this.button18.Click += new System.EventHandler(this.button18_Click_1);
     //
     // panel6
     //
     this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel6.Controls.Add(this.onlineVal);
     this.panel6.Controls.Add(this.rdOnlinejpg);
     this.panel6.Controls.Add(this.publishVal);
     this.panel6.Controls.Add(this.button16);
     this.panel6.Controls.Add(this.alertVal);
     this.panel6.Controls.Add(this.pingVal);
     this.panel6.Controls.Add(this.rdPublishjpg);
     this.panel6.Controls.Add(this.rdAlertjpg);
     this.panel6.Controls.Add(this.rdPingjpg);
     resources.ApplyResources(this.panel6, "panel6");
     this.panel6.Name = "panel6";
     //
     // onlineVal
     //
     resources.ApplyResources(this.onlineVal, "onlineVal");
     this.onlineVal.Name = "onlineVal";
     //
     // rdOnlinejpg
     //
     resources.ApplyResources(this.rdOnlinejpg, "rdOnlinejpg");
     this.rdOnlinejpg.Name = "rdOnlinejpg";
     this.rdOnlinejpg.UseVisualStyleBackColor = true;
     //
     // publishVal
     //
     resources.ApplyResources(this.publishVal, "publishVal");
     this.publishVal.Name = "publishVal";
     //
     // button16
     //
     resources.ApplyResources(this.button16, "button16");
     this.button16.Name = "button16";
     this.toolTip1.SetToolTip(this.button16, resources.GetString("button16.ToolTip"));
     this.button16.UseVisualStyleBackColor = true;
     this.button16.Click += new System.EventHandler(this.button16_Click_1);
     //
     // alertVal
     //
     resources.ApplyResources(this.alertVal, "alertVal");
     this.alertVal.Name = "alertVal";
     //
     // pingVal
     //
     resources.ApplyResources(this.pingVal, "pingVal");
     this.pingVal.Name = "pingVal";
     //
     // rdPublishjpg
     //
     resources.ApplyResources(this.rdPublishjpg, "rdPublishjpg");
     this.rdPublishjpg.Name = "rdPublishjpg";
     this.rdPublishjpg.UseVisualStyleBackColor = true;
     //
     // rdAlertjpg
     //
     resources.ApplyResources(this.rdAlertjpg, "rdAlertjpg");
     this.rdAlertjpg.Checked = true;
     this.rdAlertjpg.Name = "rdAlertjpg";
     this.rdAlertjpg.TabStop = true;
     this.rdAlertjpg.UseVisualStyleBackColor = true;
     //
     // rdPingjpg
     //
     resources.ApplyResources(this.rdPingjpg, "rdPingjpg");
     this.rdPingjpg.Name = "rdPingjpg";
     this.rdPingjpg.UseVisualStyleBackColor = true;
     //
     // panel5
     //
     this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel5.Controls.Add(this.button7);
     this.panel5.Controls.Add(this.bttnClear);
     this.panel5.Controls.Add(this.clrImg);
     this.panel5.Controls.Add(this.lblCountOnComputer);
     this.panel5.Controls.Add(this.clrFtp);
     this.panel5.Controls.Add(this.lblCountOnWeb);
     resources.ApplyResources(this.panel5, "panel5");
     this.panel5.Name = "panel5";
     //
     // button7
     //
     resources.ApplyResources(this.button7, "button7");
     this.button7.Name = "button7";
     this.toolTip1.SetToolTip(this.button7, resources.GetString("button7.ToolTip"));
     this.button7.UseVisualStyleBackColor = true;
     this.button7.Click += new System.EventHandler(this.button7_Click);
     //
     // bttnClear
     //
     resources.ApplyResources(this.bttnClear, "bttnClear");
     this.bttnClear.Name = "bttnClear";
     this.toolTip1.SetToolTip(this.bttnClear, resources.GetString("bttnClear.ToolTip"));
     this.bttnClear.UseVisualStyleBackColor = true;
     this.bttnClear.Click += new System.EventHandler(this.bttnClearAll_Click);
     //
     // clrImg
     //
     resources.ApplyResources(this.clrImg, "clrImg");
     this.clrImg.Name = "clrImg";
     this.clrImg.UseVisualStyleBackColor = true;
     //
     // lblCountOnComputer
     //
     resources.ApplyResources(this.lblCountOnComputer, "lblCountOnComputer");
     this.lblCountOnComputer.ForeColor = System.Drawing.Color.Black;
     this.lblCountOnComputer.Name = "lblCountOnComputer";
     //
     // clrFtp
     //
     resources.ApplyResources(this.clrFtp, "clrFtp");
     this.clrFtp.Name = "clrFtp";
     this.clrFtp.UseVisualStyleBackColor = true;
     //
     // lblCountOnWeb
     //
     resources.ApplyResources(this.lblCountOnWeb, "lblCountOnWeb");
     this.lblCountOnWeb.ForeColor = System.Drawing.Color.Black;
     this.lblCountOnWeb.Name = "lblCountOnWeb";
     //
     // lblAdminMes
     //
     resources.ApplyResources(this.lblAdminMes, "lblAdminMes");
     this.lblAdminMes.ForeColor = System.Drawing.Color.Black;
     this.lblAdminMes.Name = "lblAdminMes";
     //
     // t46
     //
     this.t46.BackColor = System.Drawing.Color.RoyalBlue;
     resources.ApplyResources(this.t46, "t46");
     this.t46.Name = "t46";
     this.t46.TabStop = false;
     //
     // t26
     //
     this.t26.BackColor = System.Drawing.Color.RoyalBlue;
     resources.ApplyResources(this.t26, "t26");
     this.t26.Name = "t26";
     this.t26.TabStop = false;
     //
     // t36
     //
     this.t36.BackColor = System.Drawing.Color.RoyalBlue;
     resources.ApplyResources(this.t36, "t36");
     this.t36.Name = "t36";
     this.t36.TabStop = false;
     //
     // t16
     //
     this.t16.BackColor = System.Drawing.Color.RoyalBlue;
     resources.ApplyResources(this.t16, "t16");
     this.t16.Name = "t16";
     this.t16.TabStop = false;
     //
     // t45
     //
     this.t45.BackColor = System.Drawing.Color.RoyalBlue;
     resources.ApplyResources(this.t45, "t45");
     this.t45.Name = "t45";
     this.t45.TabStop = false;
     //
     // t25
     //
     this.t25.BackColor = System.Drawing.Color.RoyalBlue;
     resources.ApplyResources(this.t25, "t25");
     this.t25.Name = "t25";
     this.t25.TabStop = false;
     //
     // t35
     //
     this.t35.BackColor = System.Drawing.Color.RoyalBlue;
     resources.ApplyResources(this.t35, "t35");
     this.t35.Name = "t35";
     this.t35.TabStop = false;
     //
     // t15
     //
     this.t15.BackColor = System.Drawing.Color.RoyalBlue;
     resources.ApplyResources(this.t15, "t15");
     this.t15.Name = "t15";
     this.t15.TabStop = false;
     //
     // picWindow
     //
     resources.ApplyResources(this.picWindow, "picWindow");
     this.picWindow.LargeChange = 1;
     this.picWindow.Maximum = 40;
     this.picWindow.Name = "picWindow";
     this.picWindow.ValueChanged += new System.EventHandler(this.picWindow_ValueChanged);
     //
     // t44
     //
     this.t44.BackColor = System.Drawing.Color.RoyalBlue;
     resources.ApplyResources(this.t44, "t44");
     this.t44.Name = "t44";
     this.t44.TabStop = false;
     //
     // t10
     //
     this.t10.BackColor = System.Drawing.Color.RoyalBlue;
     resources.ApplyResources(this.t10, "t10");
     this.t10.Name = "t10";
     this.t10.TabStop = false;
     //
     // t24
     //
     this.t24.BackColor = System.Drawing.Color.RoyalBlue;
     resources.ApplyResources(this.t24, "t24");
     this.t24.Name = "t24";
     this.t24.TabStop = false;
     //
     // t43
     //
     this.t43.BackColor = System.Drawing.Color.RoyalBlue;
     resources.ApplyResources(this.t43, "t43");
     this.t43.Name = "t43";
     this.t43.TabStop = false;
     //
     // t23
     //
     this.t23.BackColor = System.Drawing.Color.RoyalBlue;
     resources.ApplyResources(this.t23, "t23");
     this.t23.Name = "t23";
     this.t23.TabStop = false;
     //
     // t30
     //
     this.t30.BackColor = System.Drawing.Color.RoyalBlue;
     resources.ApplyResources(this.t30, "t30");
     this.t30.Name = "t30";
     this.t30.TabStop = false;
     //
     // t42
     //
     this.t42.BackColor = System.Drawing.Color.RoyalBlue;
     resources.ApplyResources(this.t42, "t42");
     this.t42.Name = "t42";
     this.t42.TabStop = false;
     //
     // t22
     //
     this.t22.BackColor = System.Drawing.Color.RoyalBlue;
     resources.ApplyResources(this.t22, "t22");
     this.t22.Name = "t22";
     this.t22.TabStop = false;
     //
     // t11
     //
     this.t11.BackColor = System.Drawing.Color.RoyalBlue;
     resources.ApplyResources(this.t11, "t11");
     this.t11.Name = "t11";
     this.t11.TabStop = false;
     //
     // t31
     //
     this.t31.BackColor = System.Drawing.Color.RoyalBlue;
     resources.ApplyResources(this.t31, "t31");
     this.t31.Name = "t31";
     this.t31.TabStop = false;
     //
     // t41
     //
     this.t41.BackColor = System.Drawing.Color.RoyalBlue;
     resources.ApplyResources(this.t41, "t41");
     this.t41.Name = "t41";
     this.t41.TabStop = false;
     //
     // t21
     //
     this.t21.BackColor = System.Drawing.Color.RoyalBlue;
     resources.ApplyResources(this.t21, "t21");
     this.t21.Name = "t21";
     this.t21.TabStop = false;
     //
     // t12
     //
     this.t12.BackColor = System.Drawing.Color.RoyalBlue;
     resources.ApplyResources(this.t12, "t12");
     this.t12.Name = "t12";
     this.t12.TabStop = false;
     //
     // t32
     //
     this.t32.BackColor = System.Drawing.Color.RoyalBlue;
     resources.ApplyResources(this.t32, "t32");
     this.t32.Name = "t32";
     this.t32.TabStop = false;
     //
     // t40
     //
     this.t40.BackColor = System.Drawing.Color.RoyalBlue;
     resources.ApplyResources(this.t40, "t40");
     this.t40.Name = "t40";
     this.t40.TabStop = false;
     //
     // t20
     //
     this.t20.BackColor = System.Drawing.Color.RoyalBlue;
     resources.ApplyResources(this.t20, "t20");
     this.t20.Name = "t20";
     this.t20.TabStop = false;
     //
     // t13
     //
     this.t13.BackColor = System.Drawing.Color.RoyalBlue;
     resources.ApplyResources(this.t13, "t13");
     this.t13.Name = "t13";
     this.t13.TabStop = false;
     //
     // t33
     //
     this.t33.BackColor = System.Drawing.Color.RoyalBlue;
     resources.ApplyResources(this.t33, "t33");
     this.t33.Name = "t33";
     this.t33.TabStop = false;
     //
     // t34
     //
     this.t34.BackColor = System.Drawing.Color.RoyalBlue;
     resources.ApplyResources(this.t34, "t34");
     this.t34.Name = "t34";
     this.t34.TabStop = false;
     //
     // t14
     //
     this.t14.BackColor = System.Drawing.Color.RoyalBlue;
     resources.ApplyResources(this.t14, "t14");
     this.t14.Name = "t14";
     this.t14.TabStop = false;
     //
     // Alerts
     //
     this.Alerts.Controls.Add(this.groupBox4);
     this.Alerts.Controls.Add(this.groupBox21);
     this.Alerts.Controls.Add(this.groupBox14);
     this.Alerts.Controls.Add(this.groupBox13);
     this.Alerts.Controls.Add(this.groupBox6);
     resources.ApplyResources(this.Alerts, "Alerts");
     this.Alerts.Name = "Alerts";
     this.Alerts.UseVisualStyleBackColor = true;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.emailIntelPanel);
     this.groupBox4.Controls.Add(this.label15);
     this.groupBox4.Controls.Add(this.EmailIntelOff);
     this.groupBox4.Controls.Add(this.EmailIntelOn);
     resources.ApplyResources(this.groupBox4, "groupBox4");
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.TabStop = false;
     //
     // emailIntelPanel
     //
     this.emailIntelPanel.Controls.Add(this.EmailIntelMosaic);
     this.emailIntelPanel.Controls.Add(this.label16);
     this.emailIntelPanel.Controls.Add(this.emailIntelEmails);
     this.emailIntelPanel.Controls.Add(this.EmailIntelStop);
     this.emailIntelPanel.Controls.Add(this.label48);
     this.emailIntelPanel.Controls.Add(this.emailIntelMins);
     this.emailIntelPanel.Controls.Add(this.label56);
     this.emailIntelPanel.Controls.Add(this.label49);
     resources.ApplyResources(this.emailIntelPanel, "emailIntelPanel");
     this.emailIntelPanel.Name = "emailIntelPanel";
     //
     // EmailIntelMosaic
     //
     resources.ApplyResources(this.EmailIntelMosaic, "EmailIntelMosaic");
     this.EmailIntelMosaic.Name = "EmailIntelMosaic";
     this.toolTip1.SetToolTip(this.EmailIntelMosaic, resources.GetString("EmailIntelMosaic.ToolTip"));
     this.EmailIntelMosaic.UseVisualStyleBackColor = true;
     //
     // label16
     //
     resources.ApplyResources(this.label16, "label16");
     this.label16.ForeColor = System.Drawing.Color.Black;
     this.label16.Name = "label16";
     //
     // emailIntelEmails
     //
     this.emailIntelEmails.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.emailIntelEmails, "emailIntelEmails");
     this.emailIntelEmails.ForeColor = System.Drawing.SystemColors.WindowText;
     this.emailIntelEmails.Name = "emailIntelEmails";
     this.emailIntelEmails.Leave += new System.EventHandler(this.emailIntelEmails_Leave);
     //
     // EmailIntelStop
     //
     resources.ApplyResources(this.EmailIntelStop, "EmailIntelStop");
     this.EmailIntelStop.Checked = true;
     this.EmailIntelStop.Name = "EmailIntelStop";
     this.EmailIntelStop.TabStop = true;
     this.toolTip1.SetToolTip(this.EmailIntelStop, resources.GetString("EmailIntelStop.ToolTip"));
     this.EmailIntelStop.UseVisualStyleBackColor = true;
     this.EmailIntelStop.CheckedChanged += new System.EventHandler(this.EmailIntelStop_CheckedChanged);
     //
     // label48
     //
     resources.ApplyResources(this.label48, "label48");
     this.label48.ForeColor = System.Drawing.Color.Black;
     this.label48.Name = "label48";
     //
     // emailIntelMins
     //
     this.emailIntelMins.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.emailIntelMins, "emailIntelMins");
     this.emailIntelMins.ForeColor = System.Drawing.SystemColors.WindowText;
     this.emailIntelMins.Name = "emailIntelMins";
     this.emailIntelMins.Leave += new System.EventHandler(this.emailIntelMins_Leave);
     //
     // label56
     //
     resources.ApplyResources(this.label56, "label56");
     this.label56.ForeColor = System.Drawing.Color.Black;
     this.label56.Name = "label56";
     //
     // label49
     //
     resources.ApplyResources(this.label49, "label49");
     this.label49.ForeColor = System.Drawing.Color.Black;
     this.label49.Name = "label49";
     //
     // label15
     //
     resources.ApplyResources(this.label15, "label15");
     this.label15.ForeColor = System.Drawing.Color.Black;
     this.label15.Name = "label15";
     //
     // EmailIntelOff
     //
     resources.ApplyResources(this.EmailIntelOff, "EmailIntelOff");
     this.EmailIntelOff.Checked = true;
     this.EmailIntelOff.Name = "EmailIntelOff";
     this.EmailIntelOff.TabStop = true;
     this.toolTip1.SetToolTip(this.EmailIntelOff, resources.GetString("EmailIntelOff.ToolTip"));
     this.EmailIntelOff.UseVisualStyleBackColor = true;
     //
     // EmailIntelOn
     //
     resources.ApplyResources(this.EmailIntelOn, "EmailIntelOn");
     this.EmailIntelOn.Name = "EmailIntelOn";
     this.toolTip1.SetToolTip(this.EmailIntelOn, resources.GetString("EmailIntelOn.ToolTip"));
     this.EmailIntelOn.UseVisualStyleBackColor = true;
     this.EmailIntelOn.CheckedChanged += new System.EventHandler(this.EmailIntelOn_CheckedChanged);
     //
     // groupBox21
     //
     this.groupBox21.Controls.Add(this.radioButton11);
     this.groupBox21.Controls.Add(this.button21);
     this.groupBox21.Controls.Add(this.radioButton10);
     resources.ApplyResources(this.groupBox21, "groupBox21");
     this.groupBox21.Name = "groupBox21";
     this.groupBox21.TabStop = false;
     //
     // radioButton11
     //
     resources.ApplyResources(this.radioButton11, "radioButton11");
     this.radioButton11.Name = "radioButton11";
     this.toolTip1.SetToolTip(this.radioButton11, resources.GetString("radioButton11.ToolTip"));
     this.radioButton11.UseVisualStyleBackColor = true;
     this.radioButton11.CheckedChanged += new System.EventHandler(this.radioButton11_CheckedChanged);
     //
     // button21
     //
     resources.ApplyResources(this.button21, "button21");
     this.button21.Name = "button21";
     this.button21.UseVisualStyleBackColor = true;
     this.button21.Click += new System.EventHandler(this.customImageLocation_Click);
     //
     // radioButton10
     //
     resources.ApplyResources(this.radioButton10, "radioButton10");
     this.radioButton10.Checked = true;
     this.radioButton10.Name = "radioButton10";
     this.radioButton10.TabStop = true;
     this.radioButton10.UseVisualStyleBackColor = true;
     //
     // groupBox14
     //
     this.groupBox14.Controls.Add(this.pingBox);
     this.groupBox14.Controls.Add(this.mosaicImagesPerRow);
     this.groupBox14.Controls.Add(this.sendMosaic);
     this.groupBox14.Controls.Add(this.sndTest);
     this.groupBox14.Controls.Add(this.button13);
     this.groupBox14.Controls.Add(this.plSnd);
     this.groupBox14.Controls.Add(this.label33);
     this.groupBox14.Controls.Add(this.sendEmail);
     this.groupBox14.Controls.Add(this.maxImagesToEmail);
     this.groupBox14.Controls.Add(this.sendFullSize);
     this.groupBox14.Controls.Add(this.label19);
     this.groupBox14.Controls.Add(this.sendThumb);
     this.groupBox14.Controls.Add(this.label20);
     this.groupBox14.Controls.Add(this.loadToFtp);
     this.groupBox14.Controls.Add(this.label32);
     resources.ApplyResources(this.groupBox14, "groupBox14");
     this.groupBox14.Name = "groupBox14";
     this.groupBox14.TabStop = false;
     //
     // pingBox
     //
     this.pingBox.Controls.Add(this.rdPingActiveCamera);
     this.pingBox.Controls.Add(this.rdPingAllCameras);
     this.pingBox.Controls.Add(this.ping);
     this.pingBox.Controls.Add(this.pingMins);
     this.pingBox.Controls.Add(this.label40);
     resources.ApplyResources(this.pingBox, "pingBox");
     this.pingBox.Name = "pingBox";
     this.pingBox.TabStop = false;
     //
     // rdPingActiveCamera
     //
     resources.ApplyResources(this.rdPingActiveCamera, "rdPingActiveCamera");
     this.rdPingActiveCamera.Name = "rdPingActiveCamera";
     this.rdPingActiveCamera.UseVisualStyleBackColor = true;
     //
     // rdPingAllCameras
     //
     resources.ApplyResources(this.rdPingAllCameras, "rdPingAllCameras");
     this.rdPingAllCameras.Checked = true;
     this.rdPingAllCameras.Name = "rdPingAllCameras";
     this.rdPingAllCameras.TabStop = true;
     this.rdPingAllCameras.UseVisualStyleBackColor = true;
     this.rdPingAllCameras.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
     //
     // ping
     //
     resources.ApplyResources(this.ping, "ping");
     this.ping.BackColor = System.Drawing.SystemColors.Control;
     this.ping.Name = "ping";
     this.toolTip1.SetToolTip(this.ping, resources.GetString("ping.ToolTip"));
     this.ping.UseVisualStyleBackColor = false;
     this.ping.CheckedChanged += new System.EventHandler(this.ping_CheckedChanged);
     //
     // pingMins
     //
     this.pingMins.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.pingMins, "pingMins");
     this.pingMins.ForeColor = System.Drawing.SystemColors.WindowText;
     this.pingMins.Name = "pingMins";
     this.toolTip1.SetToolTip(this.pingMins, resources.GetString("pingMins.ToolTip"));
     this.pingMins.Leave += new System.EventHandler(this.pingMins_Leave);
     //
     // label40
     //
     resources.ApplyResources(this.label40, "label40");
     this.label40.ForeColor = System.Drawing.Color.Black;
     this.label40.Name = "label40";
     //
     // mosaicImagesPerRow
     //
     this.mosaicImagesPerRow.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.mosaicImagesPerRow, "mosaicImagesPerRow");
     this.mosaicImagesPerRow.ForeColor = System.Drawing.SystemColors.WindowText;
     this.mosaicImagesPerRow.Name = "mosaicImagesPerRow";
     this.toolTip1.SetToolTip(this.mosaicImagesPerRow, resources.GetString("mosaicImagesPerRow.ToolTip"));
     this.mosaicImagesPerRow.Leave += new System.EventHandler(this.mosaicImagesPerRow_Leave);
     //
     // sendMosaic
     //
     resources.ApplyResources(this.sendMosaic, "sendMosaic");
     this.sendMosaic.BackColor = System.Drawing.SystemColors.Control;
     this.sendMosaic.Name = "sendMosaic";
     this.toolTip1.SetToolTip(this.sendMosaic, resources.GetString("sendMosaic.ToolTip"));
     this.sendMosaic.UseVisualStyleBackColor = false;
     this.sendMosaic.CheckedChanged += new System.EventHandler(this.sendMosaic_CheckedChanged);
     //
     // sndTest
     //
     resources.ApplyResources(this.sndTest, "sndTest");
     this.sndTest.Name = "sndTest";
     this.toolTip1.SetToolTip(this.sndTest, resources.GetString("sndTest.ToolTip"));
     this.sndTest.UseVisualStyleBackColor = true;
     this.sndTest.Click += new System.EventHandler(this.sndTest_Click);
     //
     // button13
     //
     resources.ApplyResources(this.button13, "button13");
     this.button13.Name = "button13";
     this.button13.UseVisualStyleBackColor = true;
     this.button13.Click += new System.EventHandler(this.button13_Click);
     //
     // plSnd
     //
     resources.ApplyResources(this.plSnd, "plSnd");
     this.plSnd.BackColor = System.Drawing.SystemColors.Control;
     this.plSnd.Name = "plSnd";
     this.toolTip1.SetToolTip(this.plSnd, resources.GetString("plSnd.ToolTip"));
     this.plSnd.UseVisualStyleBackColor = false;
     this.plSnd.CheckedChanged += new System.EventHandler(this.plSnd_CheckedChanged);
     //
     // label33
     //
     resources.ApplyResources(this.label33, "label33");
     this.label33.ForeColor = System.Drawing.Color.Black;
     this.label33.Name = "label33";
     //
     // sendEmail
     //
     resources.ApplyResources(this.sendEmail, "sendEmail");
     this.sendEmail.BackColor = System.Drawing.SystemColors.Control;
     this.sendEmail.Name = "sendEmail";
     this.toolTip1.SetToolTip(this.sendEmail, resources.GetString("sendEmail.ToolTip"));
     this.sendEmail.UseVisualStyleBackColor = false;
     this.sendEmail.CheckedChanged += new System.EventHandler(this.sendEmail_CheckedChanged);
     //
     // maxImagesToEmail
     //
     this.maxImagesToEmail.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.maxImagesToEmail, "maxImagesToEmail");
     this.maxImagesToEmail.ForeColor = System.Drawing.SystemColors.WindowText;
     this.maxImagesToEmail.Name = "maxImagesToEmail";
     this.toolTip1.SetToolTip(this.maxImagesToEmail, resources.GetString("maxImagesToEmail.ToolTip"));
     this.maxImagesToEmail.Leave += new System.EventHandler(this.maxImagesToEmail_Leave);
     //
     // sendFullSize
     //
     resources.ApplyResources(this.sendFullSize, "sendFullSize");
     this.sendFullSize.BackColor = System.Drawing.SystemColors.Control;
     this.sendFullSize.Name = "sendFullSize";
     this.toolTip1.SetToolTip(this.sendFullSize, resources.GetString("sendFullSize.ToolTip"));
     this.sendFullSize.UseVisualStyleBackColor = false;
     this.sendFullSize.CheckedChanged += new System.EventHandler(this.sendFullSize_CheckedChanged);
     //
     // label19
     //
     resources.ApplyResources(this.label19, "label19");
     this.label19.ForeColor = System.Drawing.Color.Black;
     this.label19.Name = "label19";
     //
     // sendThumb
     //
     resources.ApplyResources(this.sendThumb, "sendThumb");
     this.sendThumb.BackColor = System.Drawing.SystemColors.Control;
     this.sendThumb.Name = "sendThumb";
     this.toolTip1.SetToolTip(this.sendThumb, resources.GetString("sendThumb.ToolTip"));
     this.sendThumb.UseVisualStyleBackColor = false;
     this.sendThumb.CheckedChanged += new System.EventHandler(this.sendThumb_CheckedChanged);
     //
     // label20
     //
     resources.ApplyResources(this.label20, "label20");
     this.label20.ForeColor = System.Drawing.Color.Black;
     this.label20.Name = "label20";
     //
     // loadToFtp
     //
     resources.ApplyResources(this.loadToFtp, "loadToFtp");
     this.loadToFtp.BackColor = System.Drawing.SystemColors.Control;
     this.loadToFtp.Name = "loadToFtp";
     this.toolTip1.SetToolTip(this.loadToFtp, resources.GetString("loadToFtp.ToolTip"));
     this.loadToFtp.UseVisualStyleBackColor = false;
     this.loadToFtp.CheckedChanged += new System.EventHandler(this.loadToFtp_CheckedChanged);
     //
     // label32
     //
     resources.ApplyResources(this.label32, "label32");
     this.label32.ForeColor = System.Drawing.Color.Black;
     this.label32.Name = "label32";
     //
     // groupBox13
     //
     this.groupBox13.Controls.Add(this.label21);
     this.groupBox13.Controls.Add(this.label17);
     this.groupBox13.Controls.Add(this.label18);
     this.groupBox13.Controls.Add(this.emailNotifInterval);
     this.groupBox13.Controls.Add(this.label27);
     this.groupBox13.Controls.Add(this.label26);
     this.groupBox13.Controls.Add(this.imageFileInterval);
     resources.ApplyResources(this.groupBox13, "groupBox13");
     this.groupBox13.Name = "groupBox13";
     this.groupBox13.TabStop = false;
     //
     // label21
     //
     resources.ApplyResources(this.label21, "label21");
     this.label21.ForeColor = System.Drawing.Color.Black;
     this.label21.Name = "label21";
     //
     // label17
     //
     resources.ApplyResources(this.label17, "label17");
     this.label17.ForeColor = System.Drawing.Color.Black;
     this.label17.Name = "label17";
     //
     // label18
     //
     resources.ApplyResources(this.label18, "label18");
     this.label18.ForeColor = System.Drawing.Color.Black;
     this.label18.Name = "label18";
     //
     // emailNotifInterval
     //
     this.emailNotifInterval.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.emailNotifInterval, "emailNotifInterval");
     this.emailNotifInterval.ForeColor = System.Drawing.SystemColors.WindowText;
     this.emailNotifInterval.Name = "emailNotifInterval";
     this.toolTip1.SetToolTip(this.emailNotifInterval, resources.GetString("emailNotifInterval.ToolTip"));
     this.emailNotifInterval.Leave += new System.EventHandler(this.emailNotifInterval_Leave);
     //
     // label27
     //
     resources.ApplyResources(this.label27, "label27");
     this.label27.ForeColor = System.Drawing.Color.Black;
     this.label27.Name = "label27";
     //
     // label26
     //
     resources.ApplyResources(this.label26, "label26");
     this.label26.ForeColor = System.Drawing.Color.Black;
     this.label26.Name = "label26";
     //
     // imageFileInterval
     //
     this.imageFileInterval.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.imageFileInterval, "imageFileInterval");
     this.imageFileInterval.ForeColor = System.Drawing.SystemColors.WindowText;
     this.imageFileInterval.Name = "imageFileInterval";
     this.toolTip1.SetToolTip(this.imageFileInterval, resources.GetString("imageFileInterval.ToolTip"));
     this.imageFileInterval.Leave += new System.EventHandler(this.imageFileInterval_Leave);
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.button35);
     this.groupBox6.Controls.Add(this.label12);
     resources.ApplyResources(this.groupBox6, "groupBox6");
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.TabStop = false;
     //
     // button35
     //
     resources.ApplyResources(this.button35, "button35");
     this.button35.Name = "button35";
     this.button35.UseVisualStyleBackColor = true;
     this.button35.Click += new System.EventHandler(this.button35_Click);
     //
     // label12
     //
     resources.ApplyResources(this.label12, "label12");
     this.label12.ForeColor = System.Drawing.Color.Black;
     this.label12.Name = "label12";
     //
     // Email_Ftp
     //
     this.Email_Ftp.Controls.Add(this.panel4);
     this.Email_Ftp.Controls.Add(this.panel3);
     this.Email_Ftp.Controls.Add(this.panel2);
     resources.ApplyResources(this.Email_Ftp, "Email_Ftp");
     this.Email_Ftp.Name = "Email_Ftp";
     this.Email_Ftp.UseVisualStyleBackColor = true;
     this.Email_Ftp.Click += new System.EventHandler(this.Email_Click);
     //
     // panel4
     //
     this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel4.Controls.Add(this.label42);
     this.panel4.Controls.Add(this.pingSubject);
     this.panel4.Controls.Add(this.label36);
     this.panel4.Controls.Add(this.sentByName);
     this.panel4.Controls.Add(this.label11);
     this.panel4.Controls.Add(this.mailBody);
     this.panel4.Controls.Add(this.label5);
     this.panel4.Controls.Add(this.label7);
     this.panel4.Controls.Add(this.replyTo);
     this.panel4.Controls.Add(this.sendTo);
     this.panel4.Controls.Add(this.label9);
     this.panel4.Controls.Add(this.label8);
     this.panel4.Controls.Add(this.label6);
     this.panel4.Controls.Add(this.sentBy);
     this.panel4.Controls.Add(this.mailSubject);
     resources.ApplyResources(this.panel4, "panel4");
     this.panel4.Name = "panel4";
     //
     // label42
     //
     resources.ApplyResources(this.label42, "label42");
     this.label42.ForeColor = System.Drawing.Color.Black;
     this.label42.Name = "label42";
     //
     // pingSubject
     //
     this.pingSubject.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.pingSubject, "pingSubject");
     this.pingSubject.ForeColor = System.Drawing.SystemColors.WindowText;
     this.pingSubject.Name = "pingSubject";
     this.toolTip1.SetToolTip(this.pingSubject, resources.GetString("pingSubject.ToolTip"));
     this.pingSubject.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
     //
     // label36
     //
     resources.ApplyResources(this.label36, "label36");
     this.label36.ForeColor = System.Drawing.Color.Black;
     this.label36.Name = "label36";
     //
     // sentByName
     //
     this.sentByName.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.sentByName, "sentByName");
     this.sentByName.ForeColor = System.Drawing.SystemColors.WindowText;
     this.sentByName.Name = "sentByName";
     this.toolTip1.SetToolTip(this.sentByName, resources.GetString("sentByName.ToolTip"));
     this.sentByName.TextChanged += new System.EventHandler(this.textBox1_TextChanged_1);
     //
     // label11
     //
     resources.ApplyResources(this.label11, "label11");
     this.label11.ForeColor = System.Drawing.Color.Black;
     this.label11.Name = "label11";
     //
     // mailBody
     //
     this.mailBody.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.mailBody, "mailBody");
     this.mailBody.Name = "mailBody";
     this.toolTip1.SetToolTip(this.mailBody, resources.GetString("mailBody.ToolTip"));
     this.mailBody.TextChanged += new System.EventHandler(this.mailBody_TextChanged);
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.ForeColor = System.Drawing.Color.Black;
     this.label5.Name = "label5";
     //
     // label7
     //
     resources.ApplyResources(this.label7, "label7");
     this.label7.ForeColor = System.Drawing.Color.Black;
     this.label7.Name = "label7";
     //
     // replyTo
     //
     this.replyTo.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.replyTo, "replyTo");
     this.replyTo.ForeColor = System.Drawing.SystemColors.WindowText;
     this.replyTo.Name = "replyTo";
     this.toolTip1.SetToolTip(this.replyTo, resources.GetString("replyTo.ToolTip"));
     this.replyTo.TextChanged += new System.EventHandler(this.replyTo_TextChanged);
     this.replyTo.Leave += new System.EventHandler(this.replyTo_Leave);
     //
     // sendTo
     //
     this.sendTo.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.sendTo, "sendTo");
     this.sendTo.ForeColor = System.Drawing.SystemColors.WindowText;
     this.sendTo.Name = "sendTo";
     this.toolTip1.SetToolTip(this.sendTo, resources.GetString("sendTo.ToolTip"));
     this.sendTo.TextChanged += new System.EventHandler(this.sendTo_TextChanged);
     this.sendTo.Leave += new System.EventHandler(this.sendTo_Leave);
     //
     // label9
     //
     resources.ApplyResources(this.label9, "label9");
     this.label9.ForeColor = System.Drawing.Color.Black;
     this.label9.Name = "label9";
     //
     // label8
     //
     resources.ApplyResources(this.label8, "label8");
     this.label8.ForeColor = System.Drawing.Color.Black;
     this.label8.Name = "label8";
     //
     // label6
     //
     resources.ApplyResources(this.label6, "label6");
     this.label6.ForeColor = System.Drawing.Color.Black;
     this.label6.Name = "label6";
     //
     // sentBy
     //
     this.sentBy.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.sentBy, "sentBy");
     this.sentBy.ForeColor = System.Drawing.SystemColors.WindowText;
     this.sentBy.Name = "sentBy";
     this.toolTip1.SetToolTip(this.sentBy, resources.GetString("sentBy.ToolTip"));
     this.sentBy.TextChanged += new System.EventHandler(this.sentBy_TextChanged);
     this.sentBy.Leave += new System.EventHandler(this.sentBy_Leave);
     //
     // mailSubject
     //
     this.mailSubject.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.mailSubject, "mailSubject");
     this.mailSubject.ForeColor = System.Drawing.SystemColors.WindowText;
     this.mailSubject.Name = "mailSubject";
     this.toolTip1.SetToolTip(this.mailSubject, resources.GetString("mailSubject.ToolTip"));
     this.mailSubject.TextChanged += new System.EventHandler(this.mailSubject_TextChanged);
     //
     // panel3
     //
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel3.Controls.Add(this.button1);
     this.panel3.Controls.Add(this.label10);
     this.panel3.Controls.Add(this.SSL);
     this.panel3.Controls.Add(this.emailUser);
     this.panel3.Controls.Add(this.smtpHost);
     this.panel3.Controls.Add(this.label1);
     this.panel3.Controls.Add(this.label3);
     this.panel3.Controls.Add(this.label2);
     this.panel3.Controls.Add(this.smtpPort);
     this.panel3.Controls.Add(this.emailPass);
     this.panel3.Controls.Add(this.label4);
     resources.ApplyResources(this.panel3, "panel3");
     this.panel3.Name = "panel3";
     //
     // button1
     //
     resources.ApplyResources(this.button1, "button1");
     this.button1.Name = "button1";
     this.toolTip1.SetToolTip(this.button1, resources.GetString("button1.ToolTip"));
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click_1);
     //
     // label10
     //
     resources.ApplyResources(this.label10, "label10");
     this.label10.ForeColor = System.Drawing.Color.Black;
     this.label10.Name = "label10";
     //
     // SSL
     //
     resources.ApplyResources(this.SSL, "SSL");
     this.SSL.BackColor = System.Drawing.SystemColors.Control;
     this.SSL.Name = "SSL";
     this.toolTip1.SetToolTip(this.SSL, resources.GetString("SSL.ToolTip"));
     this.SSL.UseVisualStyleBackColor = false;
     this.SSL.CheckedChanged += new System.EventHandler(this.SSL_CheckedChanged);
     //
     // emailUser
     //
     this.emailUser.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.emailUser, "emailUser");
     this.emailUser.ForeColor = System.Drawing.SystemColors.WindowText;
     this.emailUser.Name = "emailUser";
     this.toolTip1.SetToolTip(this.emailUser, resources.GetString("emailUser.ToolTip"));
     this.emailUser.TextChanged += new System.EventHandler(this.emailUser_TextChanged);
     this.emailUser.Leave += new System.EventHandler(this.emailUser_Leave);
     //
     // smtpHost
     //
     this.smtpHost.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.smtpHost, "smtpHost");
     this.smtpHost.ForeColor = System.Drawing.SystemColors.WindowText;
     this.smtpHost.Name = "smtpHost";
     this.toolTip1.SetToolTip(this.smtpHost, resources.GetString("smtpHost.ToolTip"));
     this.smtpHost.TextChanged += new System.EventHandler(this.smtpHost_TextChanged);
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Name = "label1";
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Name = "label3";
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Name = "label2";
     //
     // smtpPort
     //
     this.smtpPort.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.smtpPort, "smtpPort");
     this.smtpPort.ForeColor = System.Drawing.SystemColors.WindowText;
     this.smtpPort.Name = "smtpPort";
     this.toolTip1.SetToolTip(this.smtpPort, resources.GetString("smtpPort.ToolTip"));
     this.smtpPort.Leave += new System.EventHandler(this.smtpPort_Leave);
     //
     // emailPass
     //
     this.emailPass.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.emailPass, "emailPass");
     this.emailPass.ForeColor = System.Drawing.SystemColors.WindowText;
     this.emailPass.Name = "emailPass";
     this.toolTip1.SetToolTip(this.emailPass, resources.GetString("emailPass.ToolTip"));
     this.emailPass.TextChanged += new System.EventHandler(this.emailPass_TextChanged);
     //
     // label4
     //
     resources.ApplyResources(this.label4, "label4");
     this.label4.ForeColor = System.Drawing.Color.Black;
     this.label4.Name = "label4";
     //
     // panel2
     //
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.label25);
     this.panel2.Controls.Add(this.label22);
     this.panel2.Controls.Add(this.ftpUser);
     this.panel2.Controls.Add(this.label23);
     this.panel2.Controls.Add(this.ftpPass);
     this.panel2.Controls.Add(this.button2);
     this.panel2.Controls.Add(this.label24);
     this.panel2.Controls.Add(this.ftpRoot);
     resources.ApplyResources(this.panel2, "panel2");
     this.panel2.Name = "panel2";
     //
     // label25
     //
     resources.ApplyResources(this.label25, "label25");
     this.label25.ForeColor = System.Drawing.Color.Black;
     this.label25.Name = "label25";
     //
     // label22
     //
     resources.ApplyResources(this.label22, "label22");
     this.label22.ForeColor = System.Drawing.Color.Black;
     this.label22.Name = "label22";
     //
     // ftpUser
     //
     this.ftpUser.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.ftpUser, "ftpUser");
     this.ftpUser.ForeColor = System.Drawing.SystemColors.WindowText;
     this.ftpUser.Name = "ftpUser";
     this.toolTip1.SetToolTip(this.ftpUser, resources.GetString("ftpUser.ToolTip"));
     this.ftpUser.TextChanged += new System.EventHandler(this.ftpUser_TextChanged);
     //
     // label23
     //
     resources.ApplyResources(this.label23, "label23");
     this.label23.ForeColor = System.Drawing.Color.Black;
     this.label23.Name = "label23";
     //
     // ftpPass
     //
     this.ftpPass.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.ftpPass, "ftpPass");
     this.ftpPass.ForeColor = System.Drawing.SystemColors.WindowText;
     this.ftpPass.Name = "ftpPass";
     this.toolTip1.SetToolTip(this.ftpPass, resources.GetString("ftpPass.ToolTip"));
     this.ftpPass.TextChanged += new System.EventHandler(this.ftpPass_TextChanged);
     //
     // button2
     //
     resources.ApplyResources(this.button2, "button2");
     this.button2.Name = "button2";
     this.toolTip1.SetToolTip(this.button2, resources.GetString("button2.ToolTip"));
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // label24
     //
     resources.ApplyResources(this.label24, "label24");
     this.label24.ForeColor = System.Drawing.Color.Black;
     this.label24.Name = "label24";
     //
     // ftpRoot
     //
     this.ftpRoot.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.ftpRoot, "ftpRoot");
     this.ftpRoot.ForeColor = System.Drawing.SystemColors.WindowText;
     this.ftpRoot.Name = "ftpRoot";
     this.toolTip1.SetToolTip(this.ftpRoot, resources.GetString("ftpRoot.ToolTip"));
     this.ftpRoot.TextChanged += new System.EventHandler(this.ftpRoot_TextChanged);
     //
     // Admin
     //
     this.Admin.BackColor = System.Drawing.Color.Transparent;
     this.Admin.Controls.Add(this.infoMode);
     this.Admin.Controls.Add(this.groupBox2);
     this.Admin.Controls.Add(this.groupBox22);
     this.Admin.Controls.Add(this.groupBox19);
     this.Admin.Controls.Add(this.label44);
     this.Admin.Controls.Add(this.groupBox15);
     this.Admin.Controls.Add(this.groupBox10);
     this.Admin.Controls.Add(this.groupBox7);
     this.Admin.Controls.Add(this.label35);
     resources.ApplyResources(this.Admin, "Admin");
     this.Admin.Name = "Admin";
     this.Admin.UseVisualStyleBackColor = true;
     //
     // infoMode
     //
     resources.ApplyResources(this.infoMode, "infoMode");
     this.infoMode.Name = "infoMode";
     this.infoMode.UseVisualStyleBackColor = true;
     this.infoMode.CheckedChanged += new System.EventHandler(this.infoMode_CheckedChanged);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.freezeGuardWindow);
     this.groupBox2.Controls.Add(this.label14);
     this.groupBox2.Controls.Add(this.label13);
     this.groupBox2.Controls.Add(this.pulseFreq);
     this.groupBox2.Controls.Add(this.button15);
     this.groupBox2.Controls.Add(this.freezeGuardOff);
     this.groupBox2.Controls.Add(this.freezeGuardOn);
     resources.ApplyResources(this.groupBox2, "groupBox2");
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.TabStop = false;
     //
     // freezeGuardWindow
     //
     resources.ApplyResources(this.freezeGuardWindow, "freezeGuardWindow");
     this.freezeGuardWindow.Name = "freezeGuardWindow";
     this.toolTip1.SetToolTip(this.freezeGuardWindow, resources.GetString("freezeGuardWindow.ToolTip"));
     this.freezeGuardWindow.UseVisualStyleBackColor = true;
     this.freezeGuardWindow.CheckedChanged += new System.EventHandler(this.freezeGuardWindow_CheckedChanged);
     //
     // label14
     //
     resources.ApplyResources(this.label14, "label14");
     this.label14.ForeColor = System.Drawing.Color.Black;
     this.label14.Name = "label14";
     //
     // label13
     //
     resources.ApplyResources(this.label13, "label13");
     this.label13.ForeColor = System.Drawing.Color.Black;
     this.label13.Name = "label13";
     //
     // pulseFreq
     //
     this.pulseFreq.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.pulseFreq, "pulseFreq");
     this.pulseFreq.ForeColor = System.Drawing.SystemColors.WindowText;
     this.pulseFreq.Name = "pulseFreq";
     this.toolTip1.SetToolTip(this.pulseFreq, resources.GetString("pulseFreq.ToolTip"));
     this.pulseFreq.Leave += new System.EventHandler(this.pulseFreq_Leave);
     //
     // button15
     //
     resources.ApplyResources(this.button15, "button15");
     this.button15.Name = "button15";
     this.toolTip1.SetToolTip(this.button15, resources.GetString("button15.ToolTip"));
     this.button15.UseVisualStyleBackColor = true;
     this.button15.Click += new System.EventHandler(this.button15_Click);
     //
     // freezeGuardOff
     //
     resources.ApplyResources(this.freezeGuardOff, "freezeGuardOff");
     this.freezeGuardOff.Checked = true;
     this.freezeGuardOff.Name = "freezeGuardOff";
     this.freezeGuardOff.TabStop = true;
     this.toolTip1.SetToolTip(this.freezeGuardOff, resources.GetString("freezeGuardOff.ToolTip"));
     this.freezeGuardOff.UseVisualStyleBackColor = true;
     //
     // freezeGuardOn
     //
     resources.ApplyResources(this.freezeGuardOn, "freezeGuardOn");
     this.freezeGuardOn.Name = "freezeGuardOn";
     this.toolTip1.SetToolTip(this.freezeGuardOn, resources.GetString("freezeGuardOn.ToolTip"));
     this.freezeGuardOn.UseVisualStyleBackColor = true;
     this.freezeGuardOn.CheckedChanged += new System.EventHandler(this.freezeGuardOn_CheckedChanged);
     //
     // groupBox22
     //
     this.groupBox22.Controls.Add(this.txtInternetConnection);
     resources.ApplyResources(this.groupBox22, "groupBox22");
     this.groupBox22.Name = "groupBox22";
     this.groupBox22.TabStop = false;
     //
     // txtInternetConnection
     //
     this.txtInternetConnection.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.txtInternetConnection, "txtInternetConnection");
     this.txtInternetConnection.ForeColor = System.Drawing.SystemColors.WindowText;
     this.txtInternetConnection.Name = "txtInternetConnection";
     this.toolTip1.SetToolTip(this.txtInternetConnection, resources.GetString("txtInternetConnection.ToolTip"));
     this.txtInternetConnection.Leave += new System.EventHandler(this.txtInternetConnection_Leave);
     //
     // groupBox19
     //
     this.groupBox19.Controls.Add(this.logsKeep);
     this.groupBox19.Controls.Add(this.logsKeepChk);
     resources.ApplyResources(this.groupBox19, "groupBox19");
     this.groupBox19.Name = "groupBox19";
     this.groupBox19.TabStop = false;
     //
     // logsKeep
     //
     this.logsKeep.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.logsKeep, "logsKeep");
     this.logsKeep.ForeColor = System.Drawing.SystemColors.WindowText;
     this.logsKeep.Name = "logsKeep";
     this.toolTip1.SetToolTip(this.logsKeep, resources.GetString("logsKeep.ToolTip"));
     this.logsKeep.Leave += new System.EventHandler(this.logsKeep_Leave);
     //
     // logsKeepChk
     //
     resources.ApplyResources(this.logsKeepChk, "logsKeepChk");
     this.logsKeepChk.Name = "logsKeepChk";
     this.toolTip1.SetToolTip(this.logsKeepChk, resources.GetString("logsKeepChk.ToolTip"));
     this.logsKeepChk.UseVisualStyleBackColor = true;
     this.logsKeepChk.CheckedChanged += new System.EventHandler(this.logsKeepChk_CheckedChanged_1);
     //
     // label44
     //
     resources.ApplyResources(this.label44, "label44");
     this.label44.ForeColor = System.Drawing.Color.Black;
     this.label44.Name = "label44";
     //
     // groupBox15
     //
     this.groupBox15.Controls.Add(this.button22);
     this.groupBox15.Controls.Add(this.button19);
     this.groupBox15.Controls.Add(this.label45);
     this.groupBox15.Controls.Add(this.button10);
     this.groupBox15.Controls.Add(this.button12);
     this.groupBox15.Controls.Add(this.profileList);
     this.groupBox15.Controls.Add(this.button11);
     this.groupBox15.Controls.Add(this.btnrenameProfile);
     resources.ApplyResources(this.groupBox15, "groupBox15");
     this.groupBox15.Name = "groupBox15";
     this.groupBox15.TabStop = false;
     //
     // button22
     //
     resources.ApplyResources(this.button22, "button22");
     this.button22.Name = "button22";
     this.toolTip1.SetToolTip(this.button22, resources.GetString("button22.ToolTip"));
     this.button22.UseVisualStyleBackColor = true;
     //
     // button19
     //
     resources.ApplyResources(this.button19, "button19");
     this.button19.Name = "button19";
     this.toolTip1.SetToolTip(this.button19, resources.GetString("button19.ToolTip"));
     this.button19.UseVisualStyleBackColor = true;
     this.button19.Click += new System.EventHandler(this.button19_Click_1);
     //
     // label45
     //
     resources.ApplyResources(this.label45, "label45");
     this.label45.ForeColor = System.Drawing.Color.Black;
     this.label45.Name = "label45";
     //
     // button10
     //
     resources.ApplyResources(this.button10, "button10");
     this.button10.Name = "button10";
     this.toolTip1.SetToolTip(this.button10, resources.GetString("button10.ToolTip"));
     this.button10.UseVisualStyleBackColor = true;
     this.button10.Click += new System.EventHandler(this.button10_Click_1);
     //
     // button12
     //
     resources.ApplyResources(this.button12, "button12");
     this.button12.Name = "button12";
     this.toolTip1.SetToolTip(this.button12, resources.GetString("button12.ToolTip"));
     this.button12.UseVisualStyleBackColor = true;
     this.button12.Click += new System.EventHandler(this.button12_Click);
     //
     // profileList
     //
     this.profileList.BackColor = System.Drawing.Color.LemonChiffon;
     this.profileList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.profileList.FormattingEnabled = true;
     resources.ApplyResources(this.profileList, "profileList");
     this.profileList.Name = "profileList";
     this.toolTip1.SetToolTip(this.profileList, resources.GetString("profileList.ToolTip"));
     this.profileList.SelectedIndexChanged += new System.EventHandler(this.profileChanged);
     //
     // button11
     //
     resources.ApplyResources(this.button11, "button11");
     this.button11.Name = "button11";
     this.toolTip1.SetToolTip(this.button11, resources.GetString("button11.ToolTip"));
     this.button11.UseVisualStyleBackColor = true;
     this.button11.Click += new System.EventHandler(this.button11_Click);
     //
     // btnrenameProfile
     //
     resources.ApplyResources(this.btnrenameProfile, "btnrenameProfile");
     this.btnrenameProfile.Name = "btnrenameProfile";
     this.toolTip1.SetToolTip(this.btnrenameProfile, resources.GetString("btnrenameProfile.ToolTip"));
     this.btnrenameProfile.UseVisualStyleBackColor = true;
     this.btnrenameProfile.Click += new System.EventHandler(this.button10_Click);
     //
     // groupBox10
     //
     this.groupBox10.Controls.Add(this.label34);
     this.groupBox10.Controls.Add(this.label28);
     this.groupBox10.Controls.Add(this.numericUpDown4);
     this.groupBox10.Controls.Add(this.lblImgPref);
     this.groupBox10.Controls.Add(this.numericUpDown3);
     this.groupBox10.Controls.Add(this.button9);
     resources.ApplyResources(this.groupBox10, "groupBox10");
     this.groupBox10.Name = "groupBox10";
     this.groupBox10.TabStop = false;
     //
     // label34
     //
     resources.ApplyResources(this.label34, "label34");
     this.label34.ForeColor = System.Drawing.Color.Black;
     this.label34.Name = "label34";
     //
     // label28
     //
     resources.ApplyResources(this.label28, "label28");
     this.label28.ForeColor = System.Drawing.Color.Black;
     this.label28.Name = "label28";
     //
     // numericUpDown4
     //
     this.numericUpDown4.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.numericUpDown4, "numericUpDown4");
     this.numericUpDown4.Maximum = new decimal(new int[] {
     999999999,
     0,
     0,
     0});
     this.numericUpDown4.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.numericUpDown4.Name = "numericUpDown4";
     this.toolTip1.SetToolTip(this.numericUpDown4, resources.GetString("numericUpDown4.ToolTip"));
     this.numericUpDown4.Value = new decimal(new int[] {
     100,
     0,
     0,
     0});
     this.numericUpDown4.ValueChanged += new System.EventHandler(this.numericUpDown4_ValueChanged);
     //
     // lblImgPref
     //
     resources.ApplyResources(this.lblImgPref, "lblImgPref");
     this.lblImgPref.ForeColor = System.Drawing.Color.Black;
     this.lblImgPref.Name = "lblImgPref";
     //
     // numericUpDown3
     //
     this.numericUpDown3.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.numericUpDown3, "numericUpDown3");
     this.numericUpDown3.Maximum = new decimal(new int[] {
     999999999,
     0,
     0,
     0});
     this.numericUpDown3.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.numericUpDown3.Name = "numericUpDown3";
     this.toolTip1.SetToolTip(this.numericUpDown3, resources.GetString("numericUpDown3.ToolTip"));
     this.numericUpDown3.Value = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.numericUpDown3.ValueChanged += new System.EventHandler(this.numericUpDown3_ValueChanged);
     //
     // button9
     //
     resources.ApplyResources(this.button9, "button9");
     this.button9.Name = "button9";
     this.toolTip1.SetToolTip(this.button9, resources.GetString("button9.ToolTip"));
     this.button9.UseVisualStyleBackColor = true;
     this.button9.Click += new System.EventHandler(this.button9_Click);
     //
     // groupBox7
     //
     this.groupBox7.Controls.Add(this.bttInstallUpdateAdmin);
     this.groupBox7.Controls.Add(this.lblVerAvail);
     this.groupBox7.Controls.Add(this.lblCurVer);
     this.groupBox7.Controls.Add(this.updateNotify);
     resources.ApplyResources(this.groupBox7, "groupBox7");
     this.groupBox7.Name = "groupBox7";
     this.groupBox7.TabStop = false;
     //
     // bttInstallUpdateAdmin
     //
     this.bttInstallUpdateAdmin.BackColor = System.Drawing.Color.White;
     this.bttInstallUpdateAdmin.cuteColor1 = System.Drawing.Color.Gold;
     this.bttInstallUpdateAdmin.cuteColor2 = System.Drawing.Color.Red;
     this.bttInstallUpdateAdmin.cuteTransparent1 = 100;
     this.bttInstallUpdateAdmin.cuteTransparent2 = 100;
     resources.ApplyResources(this.bttInstallUpdateAdmin, "bttInstallUpdateAdmin");
     this.bttInstallUpdateAdmin.ForeColor = System.Drawing.Color.Black;
     this.bttInstallUpdateAdmin.Name = "bttInstallUpdateAdmin";
     this.toolTip1.SetToolTip(this.bttInstallUpdateAdmin, resources.GetString("bttInstallUpdateAdmin.ToolTip"));
     this.bttInstallUpdateAdmin.UseVisualStyleBackColor = false;
     this.bttInstallUpdateAdmin.Click += new System.EventHandler(this.bttInstallUpdateAdmin_Click);
     //
     // lblVerAvail
     //
     resources.ApplyResources(this.lblVerAvail, "lblVerAvail");
     this.lblVerAvail.ForeColor = System.Drawing.Color.Black;
     this.lblVerAvail.Name = "lblVerAvail";
     //
     // lblCurVer
     //
     resources.ApplyResources(this.lblCurVer, "lblCurVer");
     this.lblCurVer.ForeColor = System.Drawing.Color.Black;
     this.lblCurVer.Name = "lblCurVer";
     //
     // updateNotify
     //
     resources.ApplyResources(this.updateNotify, "updateNotify");
     this.updateNotify.Checked = true;
     this.updateNotify.CheckState = System.Windows.Forms.CheckState.Checked;
     this.updateNotify.Name = "updateNotify";
     this.toolTip1.SetToolTip(this.updateNotify, resources.GetString("updateNotify.ToolTip"));
     this.updateNotify.UseVisualStyleBackColor = true;
     this.updateNotify.CheckedChanged += new System.EventHandler(this.updateNotify_CheckedChanged);
     //
     // label35
     //
     resources.ApplyResources(this.label35, "label35");
     this.label35.ForeColor = System.Drawing.Color.Black;
     this.label35.Name = "label35";
     //
     // Publish
     //
     this.Publish.Controls.Add(this.groupBox17);
     resources.ApplyResources(this.Publish, "Publish");
     this.Publish.Name = "Publish";
     this.Publish.UseVisualStyleBackColor = true;
     //
     // groupBox17
     //
     this.groupBox17.Controls.Add(this.lblendpub);
     this.groupBox17.Controls.Add(this.lblstartpub);
     this.groupBox17.Controls.Add(this.button37);
     this.groupBox17.Controls.Add(this.button36);
     this.groupBox17.Controls.Add(this.bttnSetPrefixPublish);
     this.groupBox17.Controls.Add(this.bttncam9pub);
     this.groupBox17.Controls.Add(this.bttncam7pub);
     this.groupBox17.Controls.Add(this.pubToWeb);
     this.groupBox17.Controls.Add(this.bttncam8pub);
     this.groupBox17.Controls.Add(this.pubToLocal);
     this.groupBox17.Controls.Add(this.bttncam6pub);
     this.groupBox17.Controls.Add(this.pubTimerOn);
     this.groupBox17.Controls.Add(this.bttncam4pub);
     this.groupBox17.Controls.Add(this.bttncam5pub);
     this.groupBox17.Controls.Add(this.bttncam3pub);
     this.groupBox17.Controls.Add(this.bttncam2pub);
     this.groupBox17.Controls.Add(this.bttncam1pub);
     this.groupBox17.Controls.Add(this.button14);
     this.groupBox17.Controls.Add(this.label55);
     this.groupBox17.Controls.Add(this.pubTime);
     this.groupBox17.Controls.Add(this.pubSecs);
     this.groupBox17.Controls.Add(this.pubMins);
     this.groupBox17.Controls.Add(this.pubHours);
     this.groupBox17.Controls.Add(this.pubFtpRoot);
     this.groupBox17.Controls.Add(this.label59);
     this.groupBox17.Controls.Add(this.pubFtpPass);
     this.groupBox17.Controls.Add(this.label60);
     this.groupBox17.Controls.Add(this.pubFtpUser);
     this.groupBox17.Controls.Add(this.label61);
     this.groupBox17.Controls.Add(this.pubImage);
     resources.ApplyResources(this.groupBox17, "groupBox17");
     this.groupBox17.Name = "groupBox17";
     this.groupBox17.TabStop = false;
     //
     // lblendpub
     //
     resources.ApplyResources(this.lblendpub, "lblendpub");
     this.lblendpub.ForeColor = System.Drawing.Color.Black;
     this.lblendpub.Name = "lblendpub";
     //
     // lblstartpub
     //
     resources.ApplyResources(this.lblstartpub, "lblstartpub");
     this.lblstartpub.ForeColor = System.Drawing.Color.Black;
     this.lblstartpub.Name = "lblstartpub";
     //
     // button37
     //
     resources.ApplyResources(this.button37, "button37");
     this.button37.Name = "button37";
     this.toolTip1.SetToolTip(this.button37, resources.GetString("button37.ToolTip"));
     this.button37.UseVisualStyleBackColor = true;
     this.button37.Click += new System.EventHandler(this.button37_Click);
     //
     // button36
     //
     resources.ApplyResources(this.button36, "button36");
     this.button36.Name = "button36";
     this.button36.UseVisualStyleBackColor = true;
     this.button36.Click += new System.EventHandler(this.button36_Click);
     //
     // bttnSetPrefixPublish
     //
     resources.ApplyResources(this.bttnSetPrefixPublish, "bttnSetPrefixPublish");
     this.bttnSetPrefixPublish.Name = "bttnSetPrefixPublish";
     this.bttnSetPrefixPublish.UseVisualStyleBackColor = true;
     this.bttnSetPrefixPublish.Click += new System.EventHandler(this.bttnSetPrefixPublish_Click);
     //
     // bttncam9pub
     //
     this.bttncam9pub.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.bttncam9pub, "bttncam9pub");
     this.bttncam9pub.Name = "bttncam9pub";
     this.toolTip1.SetToolTip(this.bttncam9pub, resources.GetString("bttncam9pub.ToolTip"));
     this.bttncam9pub.UseVisualStyleBackColor = false;
     this.bttncam9pub.Click += new System.EventHandler(this.bttncam9pub_Click);
     //
     // bttncam7pub
     //
     this.bttncam7pub.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.bttncam7pub, "bttncam7pub");
     this.bttncam7pub.Name = "bttncam7pub";
     this.toolTip1.SetToolTip(this.bttncam7pub, resources.GetString("bttncam7pub.ToolTip"));
     this.bttncam7pub.UseVisualStyleBackColor = false;
     this.bttncam7pub.Click += new System.EventHandler(this.bttncam7pub_Click);
     //
     // pubToWeb
     //
     resources.ApplyResources(this.pubToWeb, "pubToWeb");
     this.pubToWeb.BackColor = System.Drawing.SystemColors.Control;
     this.pubToWeb.Name = "pubToWeb";
     this.toolTip1.SetToolTip(this.pubToWeb, resources.GetString("pubToWeb.ToolTip"));
     this.pubToWeb.UseVisualStyleBackColor = false;
     this.pubToWeb.CheckedChanged += new System.EventHandler(this.pubWeb_CheckedChanged);
     //
     // bttncam8pub
     //
     this.bttncam8pub.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.bttncam8pub, "bttncam8pub");
     this.bttncam8pub.Name = "bttncam8pub";
     this.toolTip1.SetToolTip(this.bttncam8pub, resources.GetString("bttncam8pub.ToolTip"));
     this.bttncam8pub.UseVisualStyleBackColor = false;
     this.bttncam8pub.Click += new System.EventHandler(this.bttncam8pub_Click);
     //
     // pubToLocal
     //
     resources.ApplyResources(this.pubToLocal, "pubToLocal");
     this.pubToLocal.BackColor = System.Drawing.SystemColors.Control;
     this.pubToLocal.Name = "pubToLocal";
     this.toolTip1.SetToolTip(this.pubToLocal, resources.GetString("pubToLocal.ToolTip"));
     this.pubToLocal.UseVisualStyleBackColor = false;
     this.pubToLocal.CheckedChanged += new System.EventHandler(this.pubLocal_CheckedChanged);
     //
     // bttncam6pub
     //
     this.bttncam6pub.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.bttncam6pub, "bttncam6pub");
     this.bttncam6pub.Name = "bttncam6pub";
     this.toolTip1.SetToolTip(this.bttncam6pub, resources.GetString("bttncam6pub.ToolTip"));
     this.bttncam6pub.UseVisualStyleBackColor = false;
     this.bttncam6pub.Click += new System.EventHandler(this.bttncam6pub_Click);
     //
     // pubTimerOn
     //
     resources.ApplyResources(this.pubTimerOn, "pubTimerOn");
     this.pubTimerOn.BackColor = System.Drawing.SystemColors.Control;
     this.pubTimerOn.Name = "pubTimerOn";
     this.toolTip1.SetToolTip(this.pubTimerOn, resources.GetString("pubTimerOn.ToolTip"));
     this.pubTimerOn.UseVisualStyleBackColor = false;
     this.pubTimerOn.CheckedChanged += new System.EventHandler(this.pubTimerOn_CheckedChanged);
     //
     // bttncam4pub
     //
     this.bttncam4pub.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.bttncam4pub, "bttncam4pub");
     this.bttncam4pub.Name = "bttncam4pub";
     this.toolTip1.SetToolTip(this.bttncam4pub, resources.GetString("bttncam4pub.ToolTip"));
     this.bttncam4pub.UseVisualStyleBackColor = false;
     this.bttncam4pub.Click += new System.EventHandler(this.bttncam4pub_Click);
     //
     // bttncam5pub
     //
     this.bttncam5pub.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.bttncam5pub, "bttncam5pub");
     this.bttncam5pub.Name = "bttncam5pub";
     this.toolTip1.SetToolTip(this.bttncam5pub, resources.GetString("bttncam5pub.ToolTip"));
     this.bttncam5pub.UseVisualStyleBackColor = false;
     this.bttncam5pub.Click += new System.EventHandler(this.bttncam5pub_Click);
     //
     // bttncam3pub
     //
     this.bttncam3pub.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.bttncam3pub, "bttncam3pub");
     this.bttncam3pub.Name = "bttncam3pub";
     this.toolTip1.SetToolTip(this.bttncam3pub, resources.GetString("bttncam3pub.ToolTip"));
     this.bttncam3pub.UseVisualStyleBackColor = false;
     this.bttncam3pub.Click += new System.EventHandler(this.bttncam3pub_Click);
     //
     // bttncam2pub
     //
     this.bttncam2pub.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.bttncam2pub, "bttncam2pub");
     this.bttncam2pub.Name = "bttncam2pub";
     this.toolTip1.SetToolTip(this.bttncam2pub, resources.GetString("bttncam2pub.ToolTip"));
     this.bttncam2pub.UseVisualStyleBackColor = false;
     this.bttncam2pub.Click += new System.EventHandler(this.bttncam2pub_Click);
     //
     // bttncam1pub
     //
     this.bttncam1pub.BackColor = System.Drawing.Color.Silver;
     resources.ApplyResources(this.bttncam1pub, "bttncam1pub");
     this.bttncam1pub.Name = "bttncam1pub";
     this.toolTip1.SetToolTip(this.bttncam1pub, resources.GetString("bttncam1pub.ToolTip"));
     this.bttncam1pub.UseVisualStyleBackColor = false;
     this.bttncam1pub.Click += new System.EventHandler(this.bttncam1pub_Click);
     //
     // button14
     //
     resources.ApplyResources(this.button14, "button14");
     this.button14.Name = "button14";
     this.toolTip1.SetToolTip(this.button14, resources.GetString("button14.ToolTip"));
     this.button14.UseVisualStyleBackColor = true;
     this.button14.Click += new System.EventHandler(this.pubFtpCopy);
     //
     // label55
     //
     resources.ApplyResources(this.label55, "label55");
     this.label55.ForeColor = System.Drawing.Color.Black;
     this.label55.Name = "label55";
     //
     // pubTime
     //
     this.pubTime.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.pubTime, "pubTime");
     this.pubTime.ForeColor = System.Drawing.SystemColors.WindowText;
     this.pubTime.Name = "pubTime";
     this.toolTip1.SetToolTip(this.pubTime, resources.GetString("pubTime.ToolTip"));
     this.pubTime.Leave += new System.EventHandler(this.pubTime_Leave);
     //
     // pubSecs
     //
     resources.ApplyResources(this.pubSecs, "pubSecs");
     this.pubSecs.Name = "pubSecs";
     this.pubSecs.UseVisualStyleBackColor = true;
     this.pubSecs.CheckedChanged += new System.EventHandler(this.pubSecs_CheckedChanged);
     //
     // pubMins
     //
     resources.ApplyResources(this.pubMins, "pubMins");
     this.pubMins.Checked = true;
     this.pubMins.Name = "pubMins";
     this.pubMins.TabStop = true;
     this.pubMins.UseVisualStyleBackColor = true;
     this.pubMins.CheckedChanged += new System.EventHandler(this.pubMins_CheckedChanged);
     //
     // pubHours
     //
     resources.ApplyResources(this.pubHours, "pubHours");
     this.pubHours.Name = "pubHours";
     this.pubHours.UseVisualStyleBackColor = true;
     this.pubHours.CheckedChanged += new System.EventHandler(this.pubHours_CheckedChanged);
     //
     // pubFtpRoot
     //
     this.pubFtpRoot.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.pubFtpRoot, "pubFtpRoot");
     this.pubFtpRoot.ForeColor = System.Drawing.SystemColors.WindowText;
     this.pubFtpRoot.Name = "pubFtpRoot";
     this.toolTip1.SetToolTip(this.pubFtpRoot, resources.GetString("pubFtpRoot.ToolTip"));
     this.pubFtpRoot.TextChanged += new System.EventHandler(this.textBox2_TextChanged_1);
     //
     // label59
     //
     resources.ApplyResources(this.label59, "label59");
     this.label59.ForeColor = System.Drawing.Color.Black;
     this.label59.Name = "label59";
     //
     // pubFtpPass
     //
     this.pubFtpPass.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.pubFtpPass, "pubFtpPass");
     this.pubFtpPass.ForeColor = System.Drawing.SystemColors.WindowText;
     this.pubFtpPass.Name = "pubFtpPass";
     this.toolTip1.SetToolTip(this.pubFtpPass, resources.GetString("pubFtpPass.ToolTip"));
     this.pubFtpPass.TextChanged += new System.EventHandler(this.pubFtpPass_TextChanged);
     //
     // label60
     //
     resources.ApplyResources(this.label60, "label60");
     this.label60.ForeColor = System.Drawing.Color.Black;
     this.label60.Name = "label60";
     //
     // pubFtpUser
     //
     this.pubFtpUser.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.pubFtpUser, "pubFtpUser");
     this.pubFtpUser.ForeColor = System.Drawing.SystemColors.WindowText;
     this.pubFtpUser.Name = "pubFtpUser";
     this.toolTip1.SetToolTip(this.pubFtpUser, resources.GetString("pubFtpUser.ToolTip"));
     this.pubFtpUser.TextChanged += new System.EventHandler(this.pubFtpUser_TextChanged);
     //
     // label61
     //
     resources.ApplyResources(this.label61, "label61");
     this.label61.ForeColor = System.Drawing.Color.Black;
     this.label61.Name = "label61";
     //
     // pubImage
     //
     resources.ApplyResources(this.pubImage, "pubImage");
     this.pubImage.BackColor = System.Drawing.SystemColors.Control;
     this.pubImage.Name = "pubImage";
     this.toolTip1.SetToolTip(this.pubImage, resources.GetString("pubImage.ToolTip"));
     this.pubImage.UseVisualStyleBackColor = false;
     this.pubImage.CheckedChanged += new System.EventHandler(this.pubImage_CheckedChanged);
     //
     // Online
     //
     this.Online.Controls.Add(this.groupBox20);
     resources.ApplyResources(this.Online, "Online");
     this.Online.Name = "Online";
     this.Online.UseVisualStyleBackColor = true;
     //
     // groupBox20
     //
     this.groupBox20.Controls.Add(this.sqlConString);
     this.groupBox20.Controls.Add(this.label30);
     this.groupBox20.Controls.Add(this.label39);
     this.groupBox20.Controls.Add(this.disCommOnlineSecs);
     this.groupBox20.Controls.Add(this.disCommOnline);
     this.groupBox20.Controls.Add(this.label51);
     this.groupBox20.Controls.Add(this.label58);
     this.groupBox20.Controls.Add(this.label63);
     this.groupBox20.Controls.Add(this.SqlFtpUser);
     this.groupBox20.Controls.Add(this.SqlFtpPwd);
     this.groupBox20.Controls.Add(this.button20);
     this.groupBox20.Controls.Add(this.webUpd);
     this.groupBox20.Controls.Add(this.label57);
     this.groupBox20.Controls.Add(this.sqlUser);
     this.groupBox20.Controls.Add(this.sqlInstance);
     this.groupBox20.Controls.Add(this.label46);
     this.groupBox20.Controls.Add(this.sqlPwd);
     this.groupBox20.Controls.Add(this.label54);
     this.groupBox20.Controls.Add(this.label52);
     this.groupBox20.Controls.Add(this.sqlPoll);
     this.groupBox20.Controls.Add(this.label50);
     this.groupBox20.Controls.Add(this.label53);
     this.groupBox20.Controls.Add(this.sqlImageFilename);
     this.groupBox20.Controls.Add(this.sqlImageRoot);
     resources.ApplyResources(this.groupBox20, "groupBox20");
     this.groupBox20.Name = "groupBox20";
     this.groupBox20.TabStop = false;
     //
     // sqlConString
     //
     this.sqlConString.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.sqlConString, "sqlConString");
     this.sqlConString.Name = "sqlConString";
     this.sqlConString.Leave += new System.EventHandler(this.sqlConString_Leave);
     //
     // label30
     //
     resources.ApplyResources(this.label30, "label30");
     this.label30.Name = "label30";
     //
     // label39
     //
     resources.ApplyResources(this.label39, "label39");
     this.label39.Name = "label39";
     //
     // disCommOnlineSecs
     //
     this.disCommOnlineSecs.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.disCommOnlineSecs, "disCommOnlineSecs");
     this.disCommOnlineSecs.ForeColor = System.Drawing.SystemColors.WindowText;
     this.disCommOnlineSecs.Name = "disCommOnlineSecs";
     this.toolTip1.SetToolTip(this.disCommOnlineSecs, resources.GetString("disCommOnlineSecs.ToolTip"));
     this.disCommOnlineSecs.Leave += new System.EventHandler(this.disCommOnlineSecs_Leave);
     //
     // disCommOnline
     //
     resources.ApplyResources(this.disCommOnline, "disCommOnline");
     this.disCommOnline.BackColor = System.Drawing.SystemColors.Control;
     this.disCommOnline.Name = "disCommOnline";
     this.toolTip1.SetToolTip(this.disCommOnline, resources.GetString("disCommOnline.ToolTip"));
     this.disCommOnline.UseVisualStyleBackColor = false;
     this.disCommOnline.CheckedChanged += new System.EventHandler(this.disCommOnline_CheckedChanged);
     //
     // label51
     //
     resources.ApplyResources(this.label51, "label51");
     this.label51.ForeColor = System.Drawing.Color.Black;
     this.label51.Name = "label51";
     //
     // label58
     //
     resources.ApplyResources(this.label58, "label58");
     this.label58.ForeColor = System.Drawing.Color.Black;
     this.label58.Name = "label58";
     //
     // label63
     //
     resources.ApplyResources(this.label63, "label63");
     this.label63.ForeColor = System.Drawing.Color.Black;
     this.label63.Name = "label63";
     //
     // SqlFtpUser
     //
     this.SqlFtpUser.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.SqlFtpUser, "SqlFtpUser");
     this.SqlFtpUser.Name = "SqlFtpUser";
     this.SqlFtpUser.Leave += new System.EventHandler(this.SqlFtpUser_Leave);
     //
     // SqlFtpPwd
     //
     this.SqlFtpPwd.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.SqlFtpPwd, "SqlFtpPwd");
     this.SqlFtpPwd.Name = "SqlFtpPwd";
     this.SqlFtpPwd.Leave += new System.EventHandler(this.SqlFtpPwd_Leave);
     //
     // button20
     //
     resources.ApplyResources(this.button20, "button20");
     this.button20.Name = "button20";
     this.toolTip1.SetToolTip(this.button20, resources.GetString("button20.ToolTip"));
     this.button20.UseVisualStyleBackColor = true;
     this.button20.Click += new System.EventHandler(this.button20_Click);
     //
     // webUpd
     //
     resources.ApplyResources(this.webUpd, "webUpd");
     this.webUpd.BackColor = System.Drawing.SystemColors.Control;
     this.webUpd.Name = "webUpd";
     this.toolTip1.SetToolTip(this.webUpd, resources.GetString("webUpd.ToolTip"));
     this.webUpd.UseVisualStyleBackColor = false;
     this.webUpd.CheckedChanged += new System.EventHandler(this.webUpd_CheckedChanged);
     //
     // label57
     //
     resources.ApplyResources(this.label57, "label57");
     this.label57.Name = "label57";
     //
     // sqlUser
     //
     this.sqlUser.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.sqlUser, "sqlUser");
     this.sqlUser.Name = "sqlUser";
     this.sqlUser.Leave += new System.EventHandler(this.sqlUser_Leave);
     //
     // sqlInstance
     //
     this.sqlInstance.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.sqlInstance, "sqlInstance");
     this.sqlInstance.Name = "sqlInstance";
     this.sqlInstance.Leave += new System.EventHandler(this.sqlInstance_Leave);
     //
     // label46
     //
     resources.ApplyResources(this.label46, "label46");
     this.label46.Name = "label46";
     //
     // sqlPwd
     //
     this.sqlPwd.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.sqlPwd, "sqlPwd");
     this.sqlPwd.Name = "sqlPwd";
     this.sqlPwd.Leave += new System.EventHandler(this.sqlPwd_Leave);
     //
     // label54
     //
     resources.ApplyResources(this.label54, "label54");
     this.label54.Name = "label54";
     //
     // label52
     //
     resources.ApplyResources(this.label52, "label52");
     this.label52.Name = "label52";
     //
     // sqlPoll
     //
     this.sqlPoll.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.sqlPoll, "sqlPoll");
     this.sqlPoll.Name = "sqlPoll";
     this.sqlPoll.Leave += new System.EventHandler(this.sqlPoll_Leave);
     //
     // label50
     //
     resources.ApplyResources(this.label50, "label50");
     this.label50.Name = "label50";
     //
     // label53
     //
     resources.ApplyResources(this.label53, "label53");
     this.label53.Name = "label53";
     //
     // sqlImageFilename
     //
     this.sqlImageFilename.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.sqlImageFilename, "sqlImageFilename");
     this.sqlImageFilename.Name = "sqlImageFilename";
     this.sqlImageFilename.Leave += new System.EventHandler(this.sqlImageFilename_Leave);
     //
     // sqlImageRoot
     //
     this.sqlImageRoot.BackColor = System.Drawing.Color.LemonChiffon;
     resources.ApplyResources(this.sqlImageRoot, "sqlImageRoot");
     this.sqlImageRoot.Name = "sqlImageRoot";
     this.sqlImageRoot.Leave += new System.EventHandler(this.sqlImageRoot_Leave);
     //
     // Test
     //
     resources.ApplyResources(this.Test, "Test");
     this.Test.Name = "Test";
     this.Test.UseVisualStyleBackColor = true;
     //
     // bttnToolTips
     //
     resources.ApplyResources(this.bttnToolTips, "bttnToolTips");
     this.bttnToolTips.Name = "bttnToolTips";
     this.toolTip1.SetToolTip(this.bttnToolTips, resources.GetString("bttnToolTips.ToolTip"));
     this.bttnToolTips.UseVisualStyleBackColor = true;
     this.bttnToolTips.Click += new System.EventHandler(this.bttnToolTips_Click_1);
     //
     // toolTip1
     //
     this.toolTip1.AutoPopDelay = 20000;
     this.toolTip1.InitialDelay = 500;
     this.toolTip1.IsBalloon = true;
     this.toolTip1.ReshowDelay = 100;
     this.toolTip1.Tag = "";
     this.toolTip1.ToolTipTitle = "Tip";
     //
     // button24
     //
     resources.ApplyResources(this.button24, "button24");
     this.button24.Name = "button24";
     this.toolTip1.SetToolTip(this.button24, resources.GetString("button24.ToolTip"));
     this.button24.UseVisualStyleBackColor = true;
     this.button24.Click += new System.EventHandler(this.button24_Click);
     //
     // notConnected
     //
     resources.ApplyResources(this.notConnected, "notConnected");
     this.notConnected.ForeColor = System.Drawing.Color.Red;
     this.notConnected.Name = "notConnected";
     this.toolTip1.SetToolTip(this.notConnected, resources.GetString("notConnected.ToolTip"));
     //
     // bttnUpdateFooter
     //
     this.bttnUpdateFooter.BackColor = System.Drawing.Color.White;
     this.bttnUpdateFooter.cuteColor1 = System.Drawing.Color.Gold;
     this.bttnUpdateFooter.cuteColor2 = System.Drawing.Color.Red;
     this.bttnUpdateFooter.cuteTransparent1 = 100;
     this.bttnUpdateFooter.cuteTransparent2 = 100;
     resources.ApplyResources(this.bttnUpdateFooter, "bttnUpdateFooter");
     this.bttnUpdateFooter.ForeColor = System.Drawing.Color.Black;
     this.bttnUpdateFooter.Name = "bttnUpdateFooter";
     this.toolTip1.SetToolTip(this.bttnUpdateFooter, resources.GetString("bttnUpdateFooter.ToolTip"));
     this.bttnUpdateFooter.UseVisualStyleBackColor = false;
     this.bttnUpdateFooter.Click += new System.EventHandler(this.bttnUpdateFooter_Click);
     //
     // timer
     //
     this.timer.Interval = 1000D;
     this.timer.SynchronizingObject = this;
     //
     // statusStrip
     //
     this.statusStrip.BackColor = System.Drawing.SystemColors.Control;
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.StripStatusLabel});
     resources.ApplyResources(this.statusStrip, "statusStrip");
     this.statusStrip.Name = "statusStrip";
     this.statusStrip.SizingGrip = false;
     //
     // StripStatusLabel
     //
     this.StripStatusLabel.Name = "StripStatusLabel";
     resources.ApplyResources(this.StripStatusLabel, "StripStatusLabel");
     //
     // StatusStripLabel
     //
     this.StatusStripLabel.Name = "StatusStripLabel";
     resources.ApplyResources(this.StatusStripLabel, "StatusStripLabel");
     //
     // notifyIcon1
     //
     this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
     resources.ApplyResources(this.notifyIcon1, "notifyIcon1");
     this.notifyIcon1.DoubleClick += new System.EventHandler(this.notifyIcon1_DoubleClick);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem2,
     this.toolStripMenuItem1,
     this.toolStripMenuItem5,
     this.toolStripMenuItem4,
     this.toolStripMenuItem3});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.ShowImageMargin = false;
     resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     resources.ApplyResources(this.toolStripMenuItem2, "toolStripMenuItem2");
     this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1");
     this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Name = "toolStripMenuItem5";
     resources.ApplyResources(this.toolStripMenuItem5, "toolStripMenuItem5");
     this.toolStripMenuItem5.Click += new System.EventHandler(this.toolStripMenuItem5_Click);
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     resources.ApplyResources(this.toolStripMenuItem4, "toolStripMenuItem4");
     this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem4_Click);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     resources.ApplyResources(this.toolStripMenuItem3, "toolStripMenuItem3");
     this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
     //
     // preferences
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.statusStrip);
     this.Controls.Add(this.bttnToolTips);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.notConnected);
     this.Controls.Add(this.button24);
     this.Controls.Add(this.bttnUpdateFooter);
     this.Name = "preferences";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.preferences_FormClosing);
     this.Load += new System.EventHandler(this.preferences_Load);
     this.Shown += new System.EventHandler(this.preferences_Loaded);
     this.Resize += new System.EventHandler(this.preferences_Resize);
     this.tabControl1.ResumeLayout(false);
     this.Webcam.ResumeLayout(false);
     this.Webcam.PerformLayout();
     this.pnlStartupOptions.ResumeLayout(false);
     this.pnlStartupOptions.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.levelbox)).EndInit();
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.MotionAlarm.ResumeLayout(false);
     this.MotionAlarm.PerformLayout();
     this.groupBox9.ResumeLayout(false);
     this.groupBox9.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     this.Images.ResumeLayout(false);
     this.groupBox8.ResumeLayout(false);
     this.groupBox8.PerformLayout();
     this.panel7.ResumeLayout(false);
     this.panel6.ResumeLayout(false);
     this.panel6.PerformLayout();
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.t46)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.t26)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.t36)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.t16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.t45)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.t25)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.t35)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.t15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picWindow)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.t44)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.t10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.t24)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.t43)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.t23)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.t30)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.t42)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.t22)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.t11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.t31)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.t41)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.t21)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.t12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.t32)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.t40)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.t20)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.t13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.t33)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.t34)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.t14)).EndInit();
     this.Alerts.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.emailIntelPanel.ResumeLayout(false);
     this.emailIntelPanel.PerformLayout();
     this.groupBox21.ResumeLayout(false);
     this.groupBox21.PerformLayout();
     this.groupBox14.ResumeLayout(false);
     this.groupBox14.PerformLayout();
     this.pingBox.ResumeLayout(false);
     this.pingBox.PerformLayout();
     this.groupBox13.ResumeLayout(false);
     this.groupBox13.PerformLayout();
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     this.Email_Ftp.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.Admin.ResumeLayout(false);
     this.Admin.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox22.ResumeLayout(false);
     this.groupBox22.PerformLayout();
     this.groupBox19.ResumeLayout(false);
     this.groupBox19.PerformLayout();
     this.groupBox15.ResumeLayout(false);
     this.groupBox15.PerformLayout();
     this.groupBox10.ResumeLayout(false);
     this.groupBox10.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
     this.groupBox7.ResumeLayout(false);
     this.groupBox7.PerformLayout();
     this.Publish.ResumeLayout(false);
     this.groupBox17.ResumeLayout(false);
     this.groupBox17.PerformLayout();
     this.Online.ResumeLayout(false);
     this.groupBox20.ResumeLayout(false);
     this.groupBox20.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.timer)).EndInit();
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.panel3 = new System.Windows.Forms.Panel();
     this.btnClose = new System.Windows.Forms.Button();
     this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
     this.btnDelete = new System.Windows.Forms.Button();
     this.btnAdd = new System.Windows.Forms.Button();
     this.btnAlter = new System.Windows.Forms.Button();
     this.label2 = new System.Windows.Forms.Label();
     this.richTBAgenda = new System.Windows.Forms.RichTextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.listViewAgendaTable = new System.Windows.Forms.ListView();
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.panelHead = new System.Windows.Forms.Panel();
     this.btnmin = new System.Windows.Forms.Button();
     this.button1 = new System.Windows.Forms.Button();
     this.latime = new System.Windows.Forms.Label();
     this.lbxingqi = new System.Windows.Forms.Label();
     this.lblyear = new System.Windows.Forms.Label();
     this.lblmonth = new System.Windows.Forms.Label();
     this.panel3.SuspendLayout();
     this.panelHead.SuspendLayout();
     this.SuspendLayout();
     //
     // panel3
     //
     this.panel3.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.panel3.BackColor = System.Drawing.Color.White;
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel3.Controls.Add(this.btnClose);
     this.panel3.Controls.Add(this.monthCalendar1);
     this.panel3.Controls.Add(this.btnDelete);
     this.panel3.Controls.Add(this.btnAdd);
     this.panel3.Controls.Add(this.btnAlter);
     this.panel3.Controls.Add(this.label2);
     this.panel3.Controls.Add(this.richTBAgenda);
     this.panel3.Controls.Add(this.label1);
     this.panel3.Controls.Add(this.listViewAgendaTable);
     this.panel3.Location = new System.Drawing.Point(6, 67);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(672, 448);
     this.panel3.TabIndex = 5;
     //
     // btnClose
     //
     this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnClose.Location = new System.Drawing.Point(325, 408);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(75, 23);
     this.btnClose.TabIndex = 9;
     this.btnClose.Text = "退出";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // monthCalendar1
     //
     this.monthCalendar1.Font = new System.Drawing.Font("宋体", 11F);
     this.monthCalendar1.Location = new System.Drawing.Point(9, 9);
     this.monthCalendar1.Name = "monthCalendar1";
     this.monthCalendar1.TabIndex = 8;
     //
     // btnDelete
     //
     this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnDelete.Location = new System.Drawing.Point(221, 408);
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(75, 23);
     this.btnDelete.TabIndex = 7;
     this.btnDelete.Text = "删除";
     this.btnDelete.UseVisualStyleBackColor = true;
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnAdd.Location = new System.Drawing.Point(122, 408);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(75, 23);
     this.btnAdd.TabIndex = 6;
     this.btnAdd.Text = "添加";
     this.btnAdd.UseVisualStyleBackColor = true;
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // btnAlter
     //
     this.btnAlter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnAlter.Location = new System.Drawing.Point(18, 408);
     this.btnAlter.Name = "btnAlter";
     this.btnAlter.Size = new System.Drawing.Size(75, 23);
     this.btnAlter.TabIndex = 5;
     this.btnAlter.Text = "修改";
     this.btnAlter.UseVisualStyleBackColor = true;
     this.btnAlter.Click += new System.EventHandler(this.btnAlter_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(7, 208);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(59, 12);
     this.label2.TabIndex = 4;
     this.label2.Text = "日程内容:";
     //
     // richTBAgenda
     //
     this.richTBAgenda.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.richTBAgenda.Location = new System.Drawing.Point(9, 223);
     this.richTBAgenda.Name = "richTBAgenda";
     this.richTBAgenda.Size = new System.Drawing.Size(648, 179);
     this.richTBAgenda.TabIndex = 3;
     this.richTBAgenda.Text = "";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(353, 9);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(47, 12);
     this.label1.TabIndex = 2;
     this.label1.Text = "日程表:";
     //
     // listViewAgendaTable
     //
     this.listViewAgendaTable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.listViewAgendaTable.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2,
     this.columnHeader3});
     this.listViewAgendaTable.FullRowSelect = true;
     this.listViewAgendaTable.GridLines = true;
     this.listViewAgendaTable.Location = new System.Drawing.Point(353, 24);
     this.listViewAgendaTable.Name = "listViewAgendaTable";
     this.listViewAgendaTable.Size = new System.Drawing.Size(304, 160);
     this.listViewAgendaTable.TabIndex = 1;
     this.listViewAgendaTable.UseCompatibleStateImageBehavior = false;
     this.listViewAgendaTable.View = System.Windows.Forms.View.Details;
     this.listViewAgendaTable.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "日期";
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "时间";
     this.columnHeader2.Width = 74;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "主题";
     this.columnHeader3.Width = 108;
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Interval = 1000;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // panelHead
     //
     this.panelHead.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.panelHead.BackgroundImage = global::MediaPlayer.Properties.Resources.GreenLeaf;
     this.panelHead.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panelHead.Controls.Add(this.btnmin);
     this.panelHead.Controls.Add(this.button1);
     this.panelHead.Controls.Add(this.latime);
     this.panelHead.Controls.Add(this.lbxingqi);
     this.panelHead.Controls.Add(this.lblyear);
     this.panelHead.Controls.Add(this.lblmonth);
     this.panelHead.Location = new System.Drawing.Point(6, 6);
     this.panelHead.Name = "panelHead";
     this.panelHead.Size = new System.Drawing.Size(672, 57);
     this.panelHead.TabIndex = 3;
     //
     // btnmin
     //
     this.btnmin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnmin.BackColor = System.Drawing.Color.Transparent;
     this.btnmin.FlatAppearance.BorderSize = 0;
     this.btnmin.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
     this.btnmin.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnmin.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnmin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnmin.Image = global::MediaPlayer.Properties.Resources.Wmin1;
     this.btnmin.Location = new System.Drawing.Point(622, 3);
     this.btnmin.Name = "btnmin";
     this.btnmin.Size = new System.Drawing.Size(18, 18);
     this.btnmin.TabIndex = 12;
     this.btnmin.UseVisualStyleBackColor = false;
     this.btnmin.Click += new System.EventHandler(this.btnmin_Click);
     //
     // button1
     //
     this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.BackColor = System.Drawing.Color.Transparent;
     this.button1.FlatAppearance.BorderSize = 0;
     this.button1.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
     this.button1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Image = global::MediaPlayer.Properties.Resources.Wclose;
     this.button1.Location = new System.Drawing.Point(649, 3);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(18, 18);
     this.button1.TabIndex = 11;
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // latime
     //
     this.latime.AutoSize = true;
     this.latime.BackColor = System.Drawing.Color.Transparent;
     this.latime.Font = new System.Drawing.Font("宋体", 30F);
     this.latime.ForeColor = System.Drawing.Color.White;
     this.latime.Location = new System.Drawing.Point(281, 7);
     this.latime.Name = "latime";
     this.latime.Size = new System.Drawing.Size(237, 40);
     this.latime.TabIndex = 3;
     this.latime.Text = "12:00:30 PM";
     //
     // lbxingqi
     //
     this.lbxingqi.AutoSize = true;
     this.lbxingqi.BackColor = System.Drawing.Color.Transparent;
     this.lbxingqi.Font = new System.Drawing.Font("华文新魏", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbxingqi.ForeColor = System.Drawing.Color.White;
     this.lbxingqi.Location = new System.Drawing.Point(136, 33);
     this.lbxingqi.Name = "lbxingqi";
     this.lbxingqi.Size = new System.Drawing.Size(70, 21);
     this.lbxingqi.TabIndex = 2;
     this.lbxingqi.Text = "星期日";
     this.lbxingqi.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // lblyear
     //
     this.lblyear.AutoSize = true;
     this.lblyear.BackColor = System.Drawing.Color.Transparent;
     this.lblyear.Cursor = System.Windows.Forms.Cursors.Hand;
     this.lblyear.Font = new System.Drawing.Font("宋体", 13F);
     this.lblyear.ForeColor = System.Drawing.Color.White;
     this.lblyear.Location = new System.Drawing.Point(114, 7);
     this.lblyear.Name = "lblyear";
     this.lblyear.Size = new System.Drawing.Size(107, 18);
     this.lblyear.TabIndex = 1;
     this.lblyear.Text = "12日 2010年";
     this.lblyear.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblmonth
     //
     this.lblmonth.AutoSize = true;
     this.lblmonth.BackColor = System.Drawing.Color.Transparent;
     this.lblmonth.Cursor = System.Windows.Forms.Cursors.Hand;
     this.lblmonth.Font = new System.Drawing.Font("宋体", 30F);
     this.lblmonth.ForeColor = System.Drawing.Color.White;
     this.lblmonth.Location = new System.Drawing.Point(23, 7);
     this.lblmonth.Name = "lblmonth";
     this.lblmonth.Size = new System.Drawing.Size(97, 40);
     this.lblmonth.TabIndex = 0;
     this.lblmonth.Text = "12月";
     this.lblmonth.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // CalenderForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(193)))), ((int)(((byte)(36)))));
     this.ClientSize = new System.Drawing.Size(685, 520);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panelHead);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "CalenderForm";
     this.Text = "Form1";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CalenderForm_FormClosing);
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panelHead.ResumeLayout(false);
     this.panelHead.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NurseMainPage));
     this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
     this.Observations = new System.Windows.Forms.Button();
     this.HospitalBedAllocation = new System.Windows.Forms.Button();
     this.PatientActivites = new System.Windows.Forms.Button();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.NurseName = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.Hospital = new System.Windows.Forms.Label();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.NursePersonalPicture = new System.Windows.Forms.Label();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.MainProfile = new System.Windows.Forms.ToolStripMenuItem();
     this.logOutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // monthCalendar1
     //
     this.monthCalendar1.Enabled = false;
     this.monthCalendar1.Location = new System.Drawing.Point(20, 33);
     this.monthCalendar1.Name = "monthCalendar1";
     this.monthCalendar1.TabIndex = 0;
     //
     // Observations
     //
     this.Observations.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.Observations.Location = new System.Drawing.Point(20, 207);
     this.Observations.Name = "Observations";
     this.Observations.Size = new System.Drawing.Size(229, 38);
     this.Observations.TabIndex = 1;
     this.Observations.Text = "Observations";
     this.Observations.UseVisualStyleBackColor = true;
     this.Observations.Click += new System.EventHandler(this.Observations_Click);
     //
     // HospitalBedAllocation
     //
     this.HospitalBedAllocation.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.HospitalBedAllocation.Location = new System.Drawing.Point(20, 251);
     this.HospitalBedAllocation.Name = "HospitalBedAllocation";
     this.HospitalBedAllocation.Size = new System.Drawing.Size(227, 35);
     this.HospitalBedAllocation.TabIndex = 2;
     this.HospitalBedAllocation.Text = "Hospital bed Allocation";
     this.HospitalBedAllocation.UseVisualStyleBackColor = true;
     this.HospitalBedAllocation.Click += new System.EventHandler(this.HospitalBedAllocation_Click);
     //
     // PatientActivites
     //
     this.PatientActivites.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.PatientActivites.Location = new System.Drawing.Point(20, 292);
     this.PatientActivites.Name = "PatientActivites";
     this.PatientActivites.Size = new System.Drawing.Size(227, 35);
     this.PatientActivites.TabIndex = 3;
     this.PatientActivites.Text = "Patient Activities";
     this.PatientActivites.UseVisualStyleBackColor = true;
     this.PatientActivites.Click += new System.EventHandler(this.PatientActivites_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(696, 60);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(312, 492);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 5;
     this.pictureBox1.TabStop = false;
     //
     // NurseName
     //
     this.NurseName.AutoSize = true;
     this.NurseName.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.NurseName.Location = new System.Drawing.Point(323, 33);
     this.NurseName.Name = "NurseName";
     this.NurseName.Size = new System.Drawing.Size(97, 20);
     this.NurseName.TabIndex = 6;
     this.NurseName.Text = "Nurse Name";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(320, 57);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(100, 20);
     this.textBox1.TabIndex = 7;
     //
     // Hospital
     //
     this.Hospital.AutoSize = true;
     this.Hospital.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.Hospital.Location = new System.Drawing.Point(525, 33);
     this.Hospital.Name = "Hospital";
     this.Hospital.Size = new System.Drawing.Size(67, 20);
     this.Hospital.TabIndex = 8;
     this.Hospital.Text = "Hospital";
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(514, 57);
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(100, 20);
     this.textBox2.TabIndex = 9;
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(0, 24);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(8, 661);
     this.splitter1.TabIndex = 10;
     this.splitter1.TabStop = false;
     //
     // NursePersonalPicture
     //
     this.NursePersonalPicture.AutoSize = true;
     this.NursePersonalPicture.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.NursePersonalPicture.Location = new System.Drawing.Point(826, 33);
     this.NursePersonalPicture.Name = "NursePersonalPicture";
     this.NursePersonalPicture.Size = new System.Drawing.Size(170, 20);
     this.NursePersonalPicture.TabIndex = 11;
     this.NursePersonalPicture.Text = "Nurse Personal Picture";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.MainProfile,
     this.logOutToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(1008, 24);
     this.menuStrip1.TabIndex = 13;
     this.menuStrip1.Text = "menuStrip1";
     //
     // MainProfile
     //
     this.MainProfile.Name = "MainProfile";
     this.MainProfile.Size = new System.Drawing.Size(86, 20);
     this.MainProfile.Text = "Staff Profile";
     this.MainProfile.Click += new System.EventHandler(this.MainProfile_Click);
     //
     // logOutToolStripMenuItem
     //
     this.logOutToolStripMenuItem.Name = "logOutToolStripMenuItem";
     this.logOutToolStripMenuItem.Size = new System.Drawing.Size(62, 20);
     this.logOutToolStripMenuItem.Text = "Exit";
     this.logOutToolStripMenuItem.Click += new System.EventHandler(this.logOutToolStripMenuItem_Click);
     //
     // NurseMainPage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize = new System.Drawing.Size(1008, 685);
     this.Controls.Add(this.NursePersonalPicture);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.Hospital);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.NurseName);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.PatientActivites);
     this.Controls.Add(this.HospitalBedAllocation);
     this.Controls.Add(this.Observations);
     this.Controls.Add(this.monthCalendar1);
     this.Controls.Add(this.menuStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "NurseMainPage";
     this.Text = "Nurse Main Page";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.content = new System.Windows.Forms.RichTextBox();
     this.subject = new System.Windows.Forms.TextBox();
     this.OK = new System.Windows.Forms.Button();
     this.Cancel = new System.Windows.Forms.Button();
     this.monthCalendar = new System.Windows.Forms.MonthCalendar();
     this.comboBox_hour = new System.Windows.Forms.ComboBox();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.comboBox_minute = new System.Windows.Forms.ComboBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.btnmin = new System.Windows.Forms.Button();
     this.button1 = new System.Windows.Forms.Button();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(9, 11);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(65, 12);
     this.label1.TabIndex = 2;
     this.label1.Text = "1.选择时期";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(281, 11);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(65, 12);
     this.label2.TabIndex = 3;
     this.label2.Text = "2.选择时间";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.WhiteSmoke;
     this.label3.Location = new System.Drawing.Point(12, 266);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(65, 12);
     this.label3.TabIndex = 4;
     this.label3.Text = "3.输入主题";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.WhiteSmoke;
     this.label4.Location = new System.Drawing.Point(12, 309);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(65, 12);
     this.label4.TabIndex = 6;
     this.label4.Text = "4.输入内容";
     //
     // content
     //
     this.content.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.content.Location = new System.Drawing.Point(12, 332);
     this.content.Name = "content";
     this.content.Size = new System.Drawing.Size(475, 222);
     this.content.TabIndex = 8;
     this.content.Text = "";
     //
     // subject
     //
     this.subject.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.subject.Location = new System.Drawing.Point(14, 282);
     this.subject.Name = "subject";
     this.subject.Size = new System.Drawing.Size(473, 21);
     this.subject.TabIndex = 9;
     //
     // OK
     //
     this.OK.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     this.OK.Location = new System.Drawing.Point(222, 533);
     this.OK.Name = "OK";
     this.OK.Size = new System.Drawing.Size(75, 23);
     this.OK.TabIndex = 10;
     this.OK.Text = "确认";
     this.OK.UseVisualStyleBackColor = true;
     this.OK.Click += new System.EventHandler(this.OK_Click);
     //
     // Cancel
     //
     this.Cancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     this.Cancel.Location = new System.Drawing.Point(344, 533);
     this.Cancel.Name = "Cancel";
     this.Cancel.Size = new System.Drawing.Size(75, 23);
     this.Cancel.TabIndex = 11;
     this.Cancel.Text = "取消";
     this.Cancel.UseVisualStyleBackColor = true;
     this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
     //
     // monthCalendar
     //
     this.monthCalendar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.monthCalendar.FirstDayOfWeek = System.Windows.Forms.Day.Monday;
     this.monthCalendar.Location = new System.Drawing.Point(38, 32);
     this.monthCalendar.Name = "monthCalendar";
     this.monthCalendar.TabIndex = 13;
     //
     // comboBox_hour
     //
     this.comboBox_hour.FormattingEnabled = true;
     this.comboBox_hour.Items.AddRange(new object[] {
     "00",
     "01",
     "02",
     "03",
     "04",
     "05",
     "06",
     "07",
     "08",
     "09",
     "10",
     "11",
     "12",
     "13",
     "14",
     "15",
     "16",
     "17",
     "18",
     "19",
     "20",
     "21",
     "22",
     "23"});
     this.comboBox_hour.Location = new System.Drawing.Point(287, 46);
     this.comboBox_hour.Name = "comboBox_hour";
     this.comboBox_hour.Size = new System.Drawing.Size(59, 20);
     this.comboBox_hour.TabIndex = 14;
     this.comboBox_hour.Text = "00";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(353, 53);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(17, 12);
     this.label5.TabIndex = 15;
     this.label5.Text = "时";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(441, 54);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(17, 12);
     this.label6.TabIndex = 17;
     this.label6.Text = "分";
     //
     // comboBox_minute
     //
     this.comboBox_minute.FormattingEnabled = true;
     this.comboBox_minute.Items.AddRange(new object[] {
     "00",
     "01",
     "02",
     "03",
     "04",
     "05",
     "06",
     "07",
     "08",
     "09",
     "10",
     "11",
     "12",
     "13",
     "14",
     "15",
     "16",
     "17",
     "18",
     "19",
     "20",
     "21",
     "22",
     "23",
     "24",
     "25",
     "26",
     "27",
     "28",
     "29",
     "30",
     "31",
     "32",
     "33",
     "34",
     "35",
     "36",
     "37",
     "38",
     "39",
     "40",
     "41",
     "42",
     "43",
     "44",
     "45",
     "46",
     "47",
     "48",
     "49",
     "50",
     "51",
     "52",
     "53",
     "54",
     "55",
     "56",
     "57",
     "58",
     "59",
     "60"});
     this.comboBox_minute.Location = new System.Drawing.Point(376, 46);
     this.comboBox_minute.Name = "comboBox_minute";
     this.comboBox_minute.Size = new System.Drawing.Size(59, 20);
     this.comboBox_minute.TabIndex = 16;
     this.comboBox_minute.Text = "00";
     //
     // panel1
     //
     this.panel1.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.panel1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panel1.Controls.Add(this.Cancel);
     this.panel1.Controls.Add(this.monthCalendar);
     this.panel1.Controls.Add(this.OK);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.comboBox_minute);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.comboBox_hour);
     this.panel1.Location = new System.Drawing.Point(3, 35);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(492, 575);
     this.panel1.TabIndex = 18;
     // btnmin
     //
     this.btnmin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnmin.BackColor = System.Drawing.Color.Transparent;
     this.btnmin.FlatAppearance.BorderSize = 0;
     this.btnmin.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
     this.btnmin.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnmin.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnmin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnmin.Image = global::MediaPlayer.Properties.Resources.Wmin1;
     this.btnmin.Location = new System.Drawing.Point(443, 8);
     this.btnmin.Name = "btnmin";
     this.btnmin.Size = new System.Drawing.Size(18, 18);
     this.btnmin.TabIndex = 20;
     this.btnmin.UseVisualStyleBackColor = false;
     this.btnmin.Click += new System.EventHandler(this.btnmin_Click);
     //
     // button1
     //
     this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.BackColor = System.Drawing.Color.Transparent;
     this.button1.FlatAppearance.BorderSize = 0;
     this.button1.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
     this.button1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Image = global::MediaPlayer.Properties.Resources.Wclose;
     this.button1.Location = new System.Drawing.Point(470, 8);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(18, 18);
     this.button1.TabIndex = 19;
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // AddScheduleForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(193)))), ((int)(((byte)(36)))));
     this.ClientSize = new System.Drawing.Size(499, 614);
     this.Controls.Add(this.btnmin);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.subject);
     this.Controls.Add(this.content);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MinimumSize = new System.Drawing.Size(300, 400);
     this.Name = "AddScheduleForm";
     this.Text = "添加日程";
     this.Load += new System.EventHandler(this.AddScheduleForm_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Receptionist));
     this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.staffProfileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.addNewFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.addNewPatientFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.button4 = new System.Windows.Forms.Button();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.directorySearcher1 = new System.DirectoryServices.DirectorySearcher();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.EnterCheckId = new System.Windows.Forms.Button();
     this.label46 = new System.Windows.Forms.Label();
     this.EnterPatientAddress = new System.Windows.Forms.TextBox();
     this.patient = new System.Windows.Forms.Label();
     this.label43 = new System.Windows.Forms.Label();
     this.label42 = new System.Windows.Forms.Label();
     this.label41 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label31 = new System.Windows.Forms.Label();
     this.label30 = new System.Windows.Forms.Label();
     this.label29 = new System.Windows.Forms.Label();
     this.label28 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.EnterPatientPhoneNumber = new System.Windows.Forms.TextBox();
     this.EnterpatientLastName = new System.Windows.Forms.TextBox();
     this.EnterPatientFirstName = new System.Windows.Forms.TextBox();
     this.EnterPatiendId = new System.Windows.Forms.TextBox();
     this.shapeContainer1 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer();
     this.rectangleShape2 = new Microsoft.VisualBasic.PowerPacks.RectangleShape();
     this.rectangleShape1 = new Microsoft.VisualBasic.PowerPacks.RectangleShape();
     this.label2 = new System.Windows.Forms.Label();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.textBox4 = new System.Windows.Forms.TextBox();
     this.textBox8 = new System.Windows.Forms.TextBox();
     this.label12 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.textBox5 = new System.Windows.Forms.TextBox();
     this.textBox7 = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.textBox6 = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.button5 = new System.Windows.Forms.Button();
     this.button6 = new System.Windows.Forms.Button();
     this.button7 = new System.Windows.Forms.Button();
     this.button8 = new System.Windows.Forms.Button();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // monthCalendar1
     //
     this.monthCalendar1.AccessibleRole = System.Windows.Forms.AccessibleRole.Column;
     this.monthCalendar1.BackColor = System.Drawing.Color.DarkSlateBlue;
     this.monthCalendar1.ForeColor = System.Drawing.SystemColors.ScrollBar;
     this.monthCalendar1.Location = new System.Drawing.Point(0, 33);
     this.monthCalendar1.Name = "monthCalendar1";
     this.monthCalendar1.TabIndex = 0;
     this.monthCalendar1.TitleBackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.monthCalendar1.TrailingForeColor = System.Drawing.Color.DarkViolet;
     this.monthCalendar1.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.monthCalendar1_DateChanged);
     //
     // button1
     //
     this.button1.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.Location = new System.Drawing.Point(262, 637);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(246, 33);
     this.button1.TabIndex = 1;
     this.button1.Text = "Go to patient appointments";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.Location = new System.Drawing.Point(743, 628);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(244, 41);
     this.button2.TabIndex = 2;
     this.button2.Text = "Check more of patients details";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button3.Location = new System.Drawing.Point(743, 547);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(244, 44);
     this.button3.TabIndex = 3;
     this.button3.Text = "Go to Patient financial fees";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.staffProfileToolStripMenuItem,
     this.addNewFileToolStripMenuItem,
     this.exitToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(1008, 24);
     this.menuStrip1.TabIndex = 7;
     this.menuStrip1.Text = "menuStrip1";
     this.menuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.menuStrip1_ItemClicked);
     //
     // staffProfileToolStripMenuItem
     //
     this.staffProfileToolStripMenuItem.Name = "staffProfileToolStripMenuItem";
     this.staffProfileToolStripMenuItem.Size = new System.Drawing.Size(80, 20);
     this.staffProfileToolStripMenuItem.Text = "Staff Profile";
     this.staffProfileToolStripMenuItem.Click += new System.EventHandler(this.staffProfileToolStripMenuItem_Click);
     //
     // addNewFileToolStripMenuItem
     //
     this.addNewFileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.addNewPatientFileToolStripMenuItem});
     this.addNewFileToolStripMenuItem.Name = "addNewFileToolStripMenuItem";
     this.addNewFileToolStripMenuItem.Size = new System.Drawing.Size(85, 20);
     this.addNewFileToolStripMenuItem.Text = "Add new file";
     //
     // addNewPatientFileToolStripMenuItem
     //
     this.addNewPatientFileToolStripMenuItem.Name = "addNewPatientFileToolStripMenuItem";
     this.addNewPatientFileToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
     this.addNewPatientFileToolStripMenuItem.Text = "Add new patient file";
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // button4
     //
     this.button4.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button4.Location = new System.Drawing.Point(262, 547);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(246, 44);
     this.button4.TabIndex = 8;
     this.button4.Text = "Go to patient allocated room";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 207);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(181, 231);
     this.pictureBox1.TabIndex = 9;
     this.pictureBox1.TabStop = false;
     this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
     //
     // directorySearcher1
     //
     this.directorySearcher1.ClientTimeout = System.TimeSpan.Parse("-00:00:01");
     this.directorySearcher1.ServerPageTimeLimit = System.TimeSpan.Parse("-00:00:01");
     this.directorySearcher1.ServerTimeLimit = System.TimeSpan.Parse("-00:00:01");
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(0, 686);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(147, 20);
     this.textBox1.TabIndex = 11;
     //
     // EnterCheckId
     //
     this.EnterCheckId.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EnterCheckId.Location = new System.Drawing.Point(826, 246);
     this.EnterCheckId.Name = "EnterCheckId";
     this.EnterCheckId.Size = new System.Drawing.Size(122, 28);
     this.EnterCheckId.TabIndex = 159;
     this.EnterCheckId.Text = "Enter";
     this.EnterCheckId.UseVisualStyleBackColor = true;
     //
     // label46
     //
     this.label46.AutoSize = true;
     this.label46.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label46.Location = new System.Drawing.Point(534, 33);
     this.label46.Name = "label46";
     this.label46.Size = new System.Drawing.Size(156, 23);
     this.label46.TabIndex = 158;
     this.label46.Text = "Search for patient";
     //
     // EnterPatientAddress
     //
     this.EnterPatientAddress.Location = new System.Drawing.Point(835, 193);
     this.EnterPatientAddress.Name = "EnterPatientAddress";
     this.EnterPatientAddress.Size = new System.Drawing.Size(135, 20);
     this.EnterPatientAddress.TabIndex = 157;
     //
     // patient
     //
     this.patient.AutoSize = true;
     this.patient.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.patient.Location = new System.Drawing.Point(258, 130);
     this.patient.Name = "patient";
     this.patient.Size = new System.Drawing.Size(121, 19);
     this.patient.TabIndex = 155;
     this.patient.Text = "Patient Last Name";
     //
     // label43
     //
     this.label43.AutoSize = true;
     this.label43.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label43.Location = new System.Drawing.Point(584, 192);
     this.label43.Name = "label43";
     this.label43.Size = new System.Drawing.Size(31, 19);
     this.label43.TabIndex = 154;
     this.label43.Text = "OR";
     //
     // label42
     //
     this.label42.AutoSize = true;
     this.label42.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label42.Location = new System.Drawing.Point(584, 130);
     this.label42.Name = "label42";
     this.label42.Size = new System.Drawing.Size(31, 19);
     this.label42.TabIndex = 153;
     this.label42.Text = "OR";
     //
     // label41
     //
     this.label41.AutoSize = true;
     this.label41.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label41.Location = new System.Drawing.Point(584, 74);
     this.label41.Name = "label41";
     this.label41.Size = new System.Drawing.Size(31, 19);
     this.label41.TabIndex = 152;
     this.label41.Text = "OR";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(258, 358);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(73, 19);
     this.label9.TabIndex = 149;
     this.label9.Text = "Patient ID:";
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label31.Location = new System.Drawing.Point(651, 192);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(101, 19);
     this.label31.TabIndex = 143;
     this.label31.Text = "Patient address";
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label30.Location = new System.Drawing.Point(651, 129);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(141, 19);
     this.label30.TabIndex = 142;
     this.label30.Text = "Patient Phone number";
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label29.Location = new System.Drawing.Point(651, 74);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(122, 19);
     this.label29.TabIndex = 141;
     this.label29.Text = "Patient First Name";
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label28.Location = new System.Drawing.Point(258, 73);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(106, 19);
     this.label28.TabIndex = 140;
     this.label28.Text = "Enter Patient ID";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(534, 302);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(131, 23);
     this.label6.TabIndex = 139;
     this.label6.Text = "Patient Profile";
     //
     // EnterPatientPhoneNumber
     //
     this.EnterPatientPhoneNumber.Location = new System.Drawing.Point(835, 131);
     this.EnterPatientPhoneNumber.Name = "EnterPatientPhoneNumber";
     this.EnterPatientPhoneNumber.Size = new System.Drawing.Size(135, 20);
     this.EnterPatientPhoneNumber.TabIndex = 138;
     //
     // EnterpatientLastName
     //
     this.EnterpatientLastName.Location = new System.Drawing.Point(422, 129);
     this.EnterpatientLastName.Name = "EnterpatientLastName";
     this.EnterpatientLastName.Size = new System.Drawing.Size(135, 20);
     this.EnterpatientLastName.TabIndex = 137;
     //
     // EnterPatientFirstName
     //
     this.EnterPatientFirstName.Location = new System.Drawing.Point(835, 72);
     this.EnterPatientFirstName.Name = "EnterPatientFirstName";
     this.EnterPatientFirstName.Size = new System.Drawing.Size(135, 20);
     this.EnterPatientFirstName.TabIndex = 136;
     //
     // EnterPatiendId
     //
     this.EnterPatiendId.Location = new System.Drawing.Point(422, 73);
     this.EnterPatiendId.Name = "EnterPatiendId";
     this.EnterPatiendId.Size = new System.Drawing.Size(135, 20);
     this.EnterPatiendId.TabIndex = 135;
     this.EnterPatiendId.TextChanged += new System.EventHandler(this.EnterPatiendId_TextChanged);
     //
     // shapeContainer1
     //
     this.shapeContainer1.Location = new System.Drawing.Point(0, 0);
     this.shapeContainer1.Margin = new System.Windows.Forms.Padding(0);
     this.shapeContainer1.Name = "shapeContainer1";
     this.shapeContainer1.Shapes.AddRange(new Microsoft.VisualBasic.PowerPacks.Shape[] {
     this.rectangleShape2,
     this.rectangleShape1});
     this.shapeContainer1.Size = new System.Drawing.Size(1008, 682);
     this.shapeContainer1.TabIndex = 160;
     this.shapeContainer1.TabStop = false;
     //
     // rectangleShape2
     //
     this.rectangleShape2.Location = new System.Drawing.Point(236, 299);
     this.rectangleShape2.Name = "rectangleShape2";
     this.rectangleShape2.Size = new System.Drawing.Size(766, 380);
     this.rectangleShape2.Click += new System.EventHandler(this.rectangleShape1_Click);
     //
     // rectangleShape1
     //
     this.rectangleShape1.Location = new System.Drawing.Point(236, 25);
     this.rectangleShape1.Name = "rectangleShape1";
     this.rectangleShape1.Size = new System.Drawing.Size(766, 271);
     this.rectangleShape1.Click += new System.EventHandler(this.rectangleShape1_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(258, 192);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(136, 19);
     this.label2.TabIndex = 161;
     this.label2.Text = "Patient email address";
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(422, 191);
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(135, 20);
     this.textBox2.TabIndex = 162;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(258, 495);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(136, 19);
     this.label3.TabIndex = 177;
     this.label3.Text = "Patient email address";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(584, 495);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(31, 19);
     this.label7.TabIndex = 173;
     this.label7.Text = "OR";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.Location = new System.Drawing.Point(651, 377);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(122, 19);
     this.label13.TabIndex = 168;
     this.label13.Text = "Patient First Name";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(258, 376);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(106, 19);
     this.label14.TabIndex = 167;
     this.label14.Text = "Enter Patient ID";
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(422, 494);
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new System.Drawing.Size(135, 20);
     this.textBox3.TabIndex = 178;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(584, 377);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(31, 19);
     this.label10.TabIndex = 171;
     this.label10.Text = "OR";
     //
     // textBox4
     //
     this.textBox4.Location = new System.Drawing.Point(835, 496);
     this.textBox4.Name = "textBox4";
     this.textBox4.Size = new System.Drawing.Size(135, 20);
     this.textBox4.TabIndex = 175;
     //
     // textBox8
     //
     this.textBox8.Location = new System.Drawing.Point(422, 376);
     this.textBox8.Name = "textBox8";
     this.textBox8.Size = new System.Drawing.Size(135, 20);
     this.textBox8.TabIndex = 163;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location = new System.Drawing.Point(651, 432);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(141, 19);
     this.label12.TabIndex = 169;
     this.label12.Text = "Patient Phone number";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(258, 433);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(121, 19);
     this.label5.TabIndex = 174;
     this.label5.Text = "Patient Last Name";
     //
     // textBox5
     //
     this.textBox5.Location = new System.Drawing.Point(835, 434);
     this.textBox5.Name = "textBox5";
     this.textBox5.Size = new System.Drawing.Size(135, 20);
     this.textBox5.TabIndex = 166;
     //
     // textBox7
     //
     this.textBox7.Location = new System.Drawing.Point(835, 375);
     this.textBox7.Name = "textBox7";
     this.textBox7.Size = new System.Drawing.Size(135, 20);
     this.textBox7.TabIndex = 164;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(584, 433);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(31, 19);
     this.label8.TabIndex = 172;
     this.label8.Text = "OR";
     //
     // textBox6
     //
     this.textBox6.Location = new System.Drawing.Point(422, 432);
     this.textBox6.Name = "textBox6";
     this.textBox6.Size = new System.Drawing.Size(135, 20);
     this.textBox6.TabIndex = 165;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(651, 495);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(101, 19);
     this.label11.TabIndex = 170;
     this.label11.Text = "Patient address";
     //
     // button5
     //
     this.button5.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button5.Location = new System.Drawing.Point(0, 455);
     this.button5.Name = "button5";
     this.button5.Size = new System.Drawing.Size(234, 44);
     this.button5.TabIndex = 179;
     this.button5.Text = "Go to patient rooms";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.button5_Click);
     //
     // button6
     //
     this.button6.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button6.Location = new System.Drawing.Point(0, 518);
     this.button6.Name = "button6";
     this.button6.Size = new System.Drawing.Size(234, 46);
     this.button6.TabIndex = 180;
     this.button6.Text = "Go to patients appointments";
     this.button6.UseVisualStyleBackColor = true;
     this.button6.Click += new System.EventHandler(this.button6_Click);
     //
     // button7
     //
     this.button7.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button7.Location = new System.Drawing.Point(0, 583);
     this.button7.Name = "button7";
     this.button7.Size = new System.Drawing.Size(234, 43);
     this.button7.TabIndex = 181;
     this.button7.Text = "Go to patient details";
     this.button7.UseVisualStyleBackColor = true;
     this.button7.Click += new System.EventHandler(this.button7_Click);
     //
     // button8
     //
     this.button8.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button8.Location = new System.Drawing.Point(0, 646);
     this.button8.Name = "button8";
     this.button8.Size = new System.Drawing.Size(234, 44);
     this.button8.TabIndex = 182;
     this.button8.Text = "Go to financial fees";
     this.button8.UseVisualStyleBackColor = true;
     this.button8.Click += new System.EventHandler(this.button8_Click);
     //
     // Receptionist
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize = new System.Drawing.Size(1008, 682);
     this.Controls.Add(this.button8);
     this.Controls.Add(this.button7);
     this.Controls.Add(this.button6);
     this.Controls.Add(this.button5);
     this.Controls.Add(this.textBox3);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textBox4);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.textBox5);
     this.Controls.Add(this.textBox6);
     this.Controls.Add(this.textBox7);
     this.Controls.Add(this.textBox8);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.EnterCheckId);
     this.Controls.Add(this.label46);
     this.Controls.Add(this.EnterPatientAddress);
     this.Controls.Add(this.patient);
     this.Controls.Add(this.label43);
     this.Controls.Add(this.label42);
     this.Controls.Add(this.label41);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label31);
     this.Controls.Add(this.label30);
     this.Controls.Add(this.label29);
     this.Controls.Add(this.label28);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.EnterPatientPhoneNumber);
     this.Controls.Add(this.EnterpatientLastName);
     this.Controls.Add(this.EnterPatientFirstName);
     this.Controls.Add(this.EnterPatiendId);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.monthCalendar1);
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(this.shapeContainer1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "Receptionist";
     this.Text = "Receptionist";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.label6 = new System.Windows.Forms.Label();
     this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
     this.userTypeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.passwordDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.userNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.profileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.linkLabel2 = new System.Windows.Forms.LinkLabel();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.goBackToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.button1 = new System.Windows.Forms.Button();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.Monday = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Tuesday = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Thursday = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Friday = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Monda = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.MOND = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(236, 212);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(0, 23);
     this.label6.TabIndex = 181;
     this.label6.Click += new System.EventHandler(this.label6_Click);
     //
     // monthCalendar1
     //
     this.monthCalendar1.AccessibleRole = System.Windows.Forms.AccessibleRole.Column;
     this.monthCalendar1.BackColor = System.Drawing.Color.DarkSlateBlue;
     this.monthCalendar1.ForeColor = System.Drawing.SystemColors.ScrollBar;
     this.monthCalendar1.Location = new System.Drawing.Point(-3, 73);
     this.monthCalendar1.Name = "monthCalendar1";
     this.monthCalendar1.TabIndex = 180;
     this.monthCalendar1.TitleBackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.monthCalendar1.TrailingForeColor = System.Drawing.Color.DarkViolet;
     //
     // userTypeDataGridViewTextBoxColumn
     //
     this.userTypeDataGridViewTextBoxColumn.DataPropertyName = "UserType";
     this.userTypeDataGridViewTextBoxColumn.HeaderText = "UserType";
     this.userTypeDataGridViewTextBoxColumn.Name = "userTypeDataGridViewTextBoxColumn";
     this.userTypeDataGridViewTextBoxColumn.ReadOnly = true;
     //
     // passwordDataGridViewTextBoxColumn
     //
     this.passwordDataGridViewTextBoxColumn.DataPropertyName = "Password";
     this.passwordDataGridViewTextBoxColumn.HeaderText = "Password";
     this.passwordDataGridViewTextBoxColumn.Name = "passwordDataGridViewTextBoxColumn";
     this.passwordDataGridViewTextBoxColumn.ReadOnly = true;
     //
     // userNameDataGridViewTextBoxColumn
     //
     this.userNameDataGridViewTextBoxColumn.DataPropertyName = "UserName";
     this.userNameDataGridViewTextBoxColumn.HeaderText = "UserName";
     this.userNameDataGridViewTextBoxColumn.Name = "userNameDataGridViewTextBoxColumn";
     this.userNameDataGridViewTextBoxColumn.ReadOnly = true;
     //
     // profileToolStripMenuItem
     //
     this.profileToolStripMenuItem.Name = "profileToolStripMenuItem";
     this.profileToolStripMenuItem.Size = new System.Drawing.Size(53, 20);
     this.profileToolStripMenuItem.Text = "Profile";
     //
     // linkLabel2
     //
     this.linkLabel2.AutoSize = true;
     this.linkLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linkLabel2.LinkColor = System.Drawing.Color.Red;
     this.linkLabel2.Location = new System.Drawing.Point(810, 59);
     this.linkLabel2.Name = "linkLabel2";
     this.linkLabel2.Size = new System.Drawing.Size(59, 20);
     this.linkLabel2.TabIndex = 191;
     this.linkLabel2.TabStop = true;
     this.linkLabel2.Text = "Logout";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.goBackToolStripMenuItem,
     this.profileToolStripMenuItem,
     this.exitToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(1008, 24);
     this.menuStrip1.TabIndex = 192;
     this.menuStrip1.Text = "menuStrip1";
     this.menuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.menuStrip1_ItemClicked);
     //
     // goBackToolStripMenuItem
     //
     this.goBackToolStripMenuItem.Name = "goBackToolStripMenuItem";
     this.goBackToolStripMenuItem.Size = new System.Drawing.Size(54, 20);
     this.goBackToolStripMenuItem.Text = "Return";
     this.goBackToolStripMenuItem.Click += new System.EventHandler(this.goBackToolStripMenuItem_Click);
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linkLabel1.Location = new System.Drawing.Point(811, 393);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(34, 16);
     this.linkLabel1.TabIndex = 190;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "help";
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
     this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(535, 175);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(44, 23);
     this.button1.TabIndex = 194;
     this.button1.Text = "GO";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // textBox2
     //
     this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox2.Location = new System.Drawing.Point(259, 105);
     this.textBox2.Multiline = true;
     this.textBox2.Name = "textBox2";
     this.textBox2.ReadOnly = true;
     this.textBox2.Size = new System.Drawing.Size(544, 43);
     this.textBox2.TabIndex = 189;
     this.textBox2.Text = "Appointments";
     //
     // textBox1
     //
     this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location = new System.Drawing.Point(259, 175);
     this.textBox1.Multiline = true;
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(239, 25);
     this.textBox1.TabIndex = 188;
     this.textBox1.Text = "search for patient by patiend Id";
     this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(430, 35);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(204, 25);
     this.label1.TabIndex = 187;
     this.label1.Text = "Patinets appointments";
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
     "Monday",
     "Tuesday ",
     "Wednesday ",
     "Thursday",
     "Friday"});
     this.comboBox1.Location = new System.Drawing.Point(103, 293);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(121, 21);
     this.comboBox1.TabIndex = 196;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // dataGridView1
     //
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Monday,
     this.Tuesday,
     this.Thursday,
     this.Friday,
     this.Monda,
     this.Column1,
     this.Column2,
     this.Column3,
     this.MOND,
     this.Column4,
     this.Column5,
     this.Column6,
     this.Column7,
     this.Column8,
     this.Column9,
     this.Column10,
     this.Column11,
     this.Column12,
     this.Column13,
     this.Column14,
     this.Column15,
     this.Column16,
     this.Column17,
     this.Column18,
     this.Column19,
     this.Column20,
     this.Column21,
     this.Column22,
     this.Column23,
     this.Column25,
     this.Column26,
     this.Column27});
     this.dataGridView1.Location = new System.Drawing.Point(240, 275);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.Size = new System.Drawing.Size(590, 62);
     this.dataGridView1.TabIndex = 198;
     this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
     //
     // Monday
     //
     this.Monday.HeaderText = "8:00 AM";
     this.Monday.Name = "Monday";
     //
     // Tuesday
     //
     this.Tuesday.HeaderText = "8:15";
     this.Tuesday.Name = "Tuesday";
     //
     // Thursday
     //
     this.Thursday.HeaderText = "8:30";
     this.Thursday.Name = "Thursday";
     //
     // Friday
     //
     this.Friday.HeaderText = "8:45";
     this.Friday.Name = "Friday";
     //
     // Monda
     //
     this.Monda.HeaderText = "10:00 AM";
     this.Monda.Name = "Monda";
     //
     // Column1
     //
     this.Column1.HeaderText = "10:15 ";
     this.Column1.Name = "Column1";
     //
     // Column2
     //
     this.Column2.HeaderText = "10:30 ";
     this.Column2.Name = "Column2";
     //
     // Column3
     //
     this.Column3.HeaderText = "10:45 ";
     this.Column3.Name = "Column3";
     //
     // MOND
     //
     this.MOND.HeaderText = "11:00 Am";
     this.MOND.Name = "MOND";
     //
     // Column4
     //
     this.Column4.HeaderText = "11:15";
     this.Column4.Name = "Column4";
     //
     // Column5
     //
     this.Column5.HeaderText = "11:30";
     this.Column5.Name = "Column5";
     //
     // Column6
     //
     this.Column6.HeaderText = "11:45";
     this.Column6.Name = "Column6";
     //
     // Column7
     //
     this.Column7.HeaderText = "12:00 PM";
     this.Column7.Name = "Column7";
     //
     // Column8
     //
     this.Column8.HeaderText = "12:15";
     this.Column8.Name = "Column8";
     //
     // Column9
     //
     this.Column9.HeaderText = "12:30";
     this.Column9.Name = "Column9";
     //
     // Column10
     //
     this.Column10.HeaderText = "12:45";
     this.Column10.Name = "Column10";
     //
     // Column11
     //
     this.Column11.HeaderText = "1:00 PM";
     this.Column11.Name = "Column11";
     //
     // Column12
     //
     this.Column12.HeaderText = "1:15";
     this.Column12.Name = "Column12";
     //
     // Column13
     //
     this.Column13.HeaderText = "1:30";
     this.Column13.Name = "Column13";
     //
     // Column14
     //
     this.Column14.HeaderText = "1:45";
     this.Column14.Name = "Column14";
     //
     // Column15
     //
     this.Column15.HeaderText = "2:00 PM";
     this.Column15.Name = "Column15";
     //
     // Column16
     //
     this.Column16.HeaderText = "2:15 ";
     this.Column16.Name = "Column16";
     //
     // Column17
     //
     this.Column17.HeaderText = "2:30";
     this.Column17.Name = "Column17";
     //
     // Column18
     //
     this.Column18.HeaderText = "2:45";
     this.Column18.Name = "Column18";
     //
     // Column19
     //
     this.Column19.HeaderText = "3:00 PM";
     this.Column19.Name = "Column19";
     //
     // Column20
     //
     this.Column20.HeaderText = "3:15";
     this.Column20.Name = "Column20";
     //
     // Column21
     //
     this.Column21.HeaderText = "3:30";
     this.Column21.Name = "Column21";
     //
     // Column22
     //
     this.Column22.HeaderText = "3:45";
     this.Column22.Name = "Column22";
     //
     // Column23
     //
     this.Column23.HeaderText = "4:00PM";
     this.Column23.Name = "Column23";
     //
     // Column25
     //
     this.Column25.HeaderText = "4:15";
     this.Column25.Name = "Column25";
     //
     // Column26
     //
     this.Column26.HeaderText = "4:30";
     this.Column26.Name = "Column26";
     //
     // Column27
     //
     this.Column27.HeaderText = "4:45";
     this.Column27.Name = "Column27";
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // Appointments
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize = new System.Drawing.Size(1008, 682);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.linkLabel2);
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.monthCalendar1);
     this.Name = "Appointments";
     this.Text = "Appointments";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.dataGridViewPub = new System.Windows.Forms.DataGridView();
     this.Column1 = new System.Windows.Forms.DataGridViewButtonColumn();
     this.buttonBuscar = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.textDesc = new System.Windows.Forms.TextBox();
     this.textPrecio = new System.Windows.Forms.TextBox();
     this.comboEstado = new System.Windows.Forms.ComboBox();
     this.comboTipo = new System.Windows.Forms.ComboBox();
     this.Descripcion = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.textFecha = new System.Windows.Forms.TextBox();
     this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
     this.button1 = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewPub)).BeginInit();
     this.SuspendLayout();
     //
     // dataGridViewPub
     //
     this.dataGridViewPub.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewPub.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Column1});
     this.dataGridViewPub.Location = new System.Drawing.Point(17, 187);
     this.dataGridViewPub.Name = "dataGridViewPub";
     this.dataGridViewPub.Size = new System.Drawing.Size(796, 155);
     this.dataGridViewPub.TabIndex = 0;
     this.dataGridViewPub.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewPub_CellContentClick);
     //
     // Column1
     //
     this.Column1.HeaderText = "Seleccionar";
     this.Column1.Name = "Column1";
     //
     // buttonBuscar
     //
     this.buttonBuscar.Location = new System.Drawing.Point(560, 13);
     this.buttonBuscar.Name = "buttonBuscar";
     this.buttonBuscar.Size = new System.Drawing.Size(75, 23);
     this.buttonBuscar.TabIndex = 1;
     this.buttonBuscar.Text = "Buscar";
     this.buttonBuscar.UseVisualStyleBackColor = true;
     this.buttonBuscar.Click += new System.EventHandler(this.buttonBuscar_Click_1);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(560, 152);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 2;
     this.button2.Text = "Limpiar";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // textDesc
     //
     this.textDesc.Location = new System.Drawing.Point(74, 17);
     this.textDesc.Name = "textDesc";
     this.textDesc.Size = new System.Drawing.Size(80, 20);
     this.textDesc.TabIndex = 3;
     //
     // textPrecio
     //
     this.textPrecio.Location = new System.Drawing.Point(209, 130);
     this.textPrecio.Name = "textPrecio";
     this.textPrecio.Size = new System.Drawing.Size(100, 20);
     this.textPrecio.TabIndex = 4;
     this.textPrecio.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textPrecio_KeyPress);
     //
     // comboEstado
     //
     this.comboEstado.FormattingEnabled = true;
     this.comboEstado.Items.AddRange(new object[] {
     "Borrador",
     "Publicada",
     "Pausada",
     "Finalizada"});
     this.comboEstado.Location = new System.Drawing.Point(54, 130);
     this.comboEstado.Name = "comboEstado";
     this.comboEstado.Size = new System.Drawing.Size(100, 21);
     this.comboEstado.TabIndex = 7;
     //
     // comboTipo
     //
     this.comboTipo.FormattingEnabled = true;
     this.comboTipo.Items.AddRange(new object[] {
     "Inmediata",
     "Subasta"});
     this.comboTipo.Location = new System.Drawing.Point(74, 79);
     this.comboTipo.Name = "comboTipo";
     this.comboTipo.Size = new System.Drawing.Size(80, 21);
     this.comboTipo.TabIndex = 8;
     //
     // Descripcion
     //
     this.Descripcion.AutoSize = true;
     this.Descripcion.Location = new System.Drawing.Point(5, 20);
     this.Descripcion.Name = "Descripcion";
     this.Descripcion.Size = new System.Drawing.Size(63, 13);
     this.Descripcion.TabIndex = 9;
     this.Descripcion.Text = "Descripcion";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(5, 138);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(40, 13);
     this.label2.TabIndex = 10;
     this.label2.Text = "Estado";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(166, 138);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(37, 13);
     this.label3.TabIndex = 11;
     this.label3.Text = "Precio";
     this.label3.Click += new System.EventHandler(this.label3_Click);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(14, 82);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(28, 13);
     this.label4.TabIndex = 12;
     this.label4.Text = "Tipo";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(244, 17);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(65, 13);
     this.label1.TabIndex = 16;
     this.label1.Text = "Fecha Inicio";
     //
     // textFecha
     //
     this.textFecha.Location = new System.Drawing.Point(209, 33);
     this.textFecha.Name = "textFecha";
     this.textFecha.Size = new System.Drawing.Size(100, 20);
     this.textFecha.TabIndex = 17;
     //
     // monthCalendar1
     //
     this.monthCalendar1.Location = new System.Drawing.Point(321, 13);
     this.monthCalendar1.Name = "monthCalendar1";
     this.monthCalendar1.TabIndex = 15;
     this.monthCalendar1.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.monthCalendar1_DateChanged);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(234, 59);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 18;
     this.button1.Text = "Seleccionar";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // FormModificarPub
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(825, 343);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.textFecha);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.monthCalendar1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.Descripcion);
     this.Controls.Add(this.comboTipo);
     this.Controls.Add(this.comboEstado);
     this.Controls.Add(this.textPrecio);
     this.Controls.Add(this.textDesc);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.buttonBuscar);
     this.Controls.Add(this.dataGridViewPub);
     this.Name = "FormModificarPub";
     this.Text = "a";
     this.Load += new System.EventHandler(this.FormModificarPub_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewPub)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfirmaSolicitacao));
     this.AbasControle = new System.Windows.Forms.TabControl();
     this.StatusAmbulancias = new System.Windows.Forms.TabPage();
     this.label28 = new System.Windows.Forms.Label();
     this.label27 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.listaUsa = new System.Windows.Forms.DataGridView();
     this.Detalhes = new System.Windows.Forms.Label();
     this.panel7 = new System.Windows.Forms.Panel();
     this.label33 = new System.Windows.Forms.Label();
     this.solAgendadasPendentes = new System.Windows.Forms.Label();
     this.panel6 = new System.Windows.Forms.Panel();
     this.solAgendadasHoje = new System.Windows.Forms.Label();
     this.label21 = new System.Windows.Forms.Label();
     this.panel5 = new System.Windows.Forms.Panel();
     this.label22 = new System.Windows.Forms.Label();
     this.solPendentes = new System.Windows.Forms.Label();
     this.label26 = new System.Windows.Forms.Label();
     this.AtualizarBtn = new System.Windows.Forms.Button();
     this.panel2 = new System.Windows.Forms.Panel();
     this.label23 = new System.Windows.Forms.Label();
     this.label24 = new System.Windows.Forms.Label();
     this.label25 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.listaUsb = new System.Windows.Forms.DataGridView();
     this.NovaSolicitacao = new System.Windows.Forms.TabPage();
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel8 = new System.Windows.Forms.Panel();
     this.label34 = new System.Windows.Forms.Label();
     this.dataAgendamento = new System.Windows.Forms.DateTimePicker();
     this.label31 = new System.Windows.Forms.Label();
     this.Prioridade = new System.Windows.Forms.ComboBox();
     this.BtnSalvar = new System.Windows.Forms.Button();
     this.BtnLimpar = new System.Windows.Forms.Button();
     this.Obs = new System.Windows.Forms.RichTextBox();
     this.label20 = new System.Windows.Forms.Label();
     this.txtEnderecoDestino = new System.Windows.Forms.TextBox();
     this.label19 = new System.Windows.Forms.Label();
     this.txtEnderecoOrigem = new System.Windows.Forms.TextBox();
     this.label18 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.CbDestino = new System.Windows.Forms.ComboBox();
     this.label16 = new System.Windows.Forms.Label();
     this.CbOrigem = new System.Windows.Forms.ComboBox();
     this.label15 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.CbTipoMotivoSelecionado = new System.Windows.Forms.ComboBox();
     this.label13 = new System.Windows.Forms.Label();
     this.CbMotivoChamado = new System.Windows.Forms.ComboBox();
     this.txtDiagnostico = new System.Windows.Forms.TextBox();
     this.label12 = new System.Windows.Forms.Label();
     this.txtIdade = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.RbFemenino = new System.Windows.Forms.RadioButton();
     this.RbMasculino = new System.Windows.Forms.RadioButton();
     this.txtNomePaciente = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.txtTelefone = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.CbLocalSolicita = new System.Windows.Forms.ComboBox();
     this.txtNomeSolicitante = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.Btnagendasim = new System.Windows.Forms.Button();
     this.Btnagendanao = new System.Windows.Forms.Button();
     this.label2 = new System.Windows.Forms.Label();
     this.BtnAvancada = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.BtnBasica = new System.Windows.Forms.Button();
     this.TodasSolicitacoes = new System.Windows.Forms.TabPage();
     this.PainelSolicitacoes = new System.Windows.Forms.Panel();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.hoje = new System.Windows.Forms.RadioButton();
     this.ano1 = new System.Windows.Forms.RadioButton();
     this.mes1 = new System.Windows.Forms.RadioButton();
     this.semana2 = new System.Windows.Forms.RadioButton();
     this.semana1 = new System.Windows.Forms.RadioButton();
     this.dias5 = new System.Windows.Forms.RadioButton();
     this.dias2 = new System.Windows.Forms.RadioButton();
     this.Ontem = new System.Windows.Forms.RadioButton();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.label85 = new System.Windows.Forms.Label();
     this.label84 = new System.Windows.Forms.Label();
     this.reagendadas = new System.Windows.Forms.DateTimePicker();
     this.agendadas = new System.Windows.Forms.DateTimePicker();
     this.button3 = new System.Windows.Forms.Button();
     this.Lista = new System.Windows.Forms.DataGridView();
     this.panel3 = new System.Windows.Forms.Panel();
     this.Status = new System.Windows.Forms.Label();
     this.NomePacienteLabel = new System.Windows.Forms.Label();
     this.IdPacienteLabel = new System.Windows.Forms.Label();
     this.label59 = new System.Windows.Forms.Label();
     this.txtHora6 = new System.Windows.Forms.TextBox();
     this.txtHora5 = new System.Windows.Forms.TextBox();
     this.txtHora4 = new System.Windows.Forms.TextBox();
     this.txtHora3 = new System.Windows.Forms.TextBox();
     this.txtHora2 = new System.Windows.Forms.TextBox();
     this.txtHora = new System.Windows.Forms.TextBox();
     this.BtnOrigem = new System.Windows.Forms.Button();
     this.BtnPatio = new System.Windows.Forms.Button();
     this.EquipeLiberada = new System.Windows.Forms.Button();
     this.BtnEquipeDestino = new System.Windows.Forms.Button();
     this.BtnSaiuOrigem = new System.Windows.Forms.Button();
     this.BtnEquipeCiente = new System.Windows.Forms.Button();
     this.lbDestino = new System.Windows.Forms.Label();
     this.label32 = new System.Windows.Forms.Label();
     this.lbOrigem = new System.Windows.Forms.Label();
     this.label30 = new System.Windows.Forms.Label();
     this.panel4 = new System.Windows.Forms.Panel();
     this.label29 = new System.Windows.Forms.Label();
     this.button2 = new System.Windows.Forms.Button();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.ReagendamentosTab = new System.Windows.Forms.TabPage();
     this.painelReagendamento = new System.Windows.Forms.Panel();
     this.CancelarReagendamento = new System.Windows.Forms.Button();
     this.CodigoPacienteReagendamento = new System.Windows.Forms.Label();
     this.destinoReagendamentos = new System.Windows.Forms.TextBox();
     this.origemReagendamentos = new System.Windows.Forms.TextBox();
     this.dtHrReagendamento = new System.Windows.Forms.Label();
     this.label60 = new System.Windows.Forms.Label();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.RespostaDoControle = new System.Windows.Forms.RadioButton();
     this.ListaAgendados = new System.Windows.Forms.DataGridView();
     this.RespostasNegadas = new System.Windows.Forms.RadioButton();
     this.Calendario = new System.Windows.Forms.MonthCalendar();
     this.TodosReagendamentos = new System.Windows.Forms.Button();
     this.BtnReagendar = new System.Windows.Forms.Button();
     this.dataAberturaReagendamentos = new System.Windows.Forms.TextBox();
     this.label61 = new System.Windows.Forms.Label();
     this.label62 = new System.Windows.Forms.Label();
     this.prioridadeReagendamentos = new System.Windows.Forms.TextBox();
     this.motivoReagendamentos = new System.Windows.Forms.TextBox();
     this.tipoMotivoReagendamentos = new System.Windows.Forms.TextBox();
     this.localReagendamentos = new System.Windows.Forms.TextBox();
     this.label63 = new System.Windows.Forms.Label();
     this.label64 = new System.Windows.Forms.Label();
     this.TipoAmbulanciaReagendamentos = new System.Windows.Forms.TextBox();
     this.dataAgendamentoReagendamentos = new System.Windows.Forms.TextBox();
     this.label65 = new System.Windows.Forms.Label();
     this.ObsReagendamentos = new System.Windows.Forms.RichTextBox();
     this.label66 = new System.Windows.Forms.Label();
     this.EnderecoDestinoReagendamentos = new System.Windows.Forms.TextBox();
     this.label67 = new System.Windows.Forms.Label();
     this.EnderecoOrigemReagendamentos = new System.Windows.Forms.TextBox();
     this.label68 = new System.Windows.Forms.Label();
     this.label69 = new System.Windows.Forms.Label();
     this.label70 = new System.Windows.Forms.Label();
     this.label71 = new System.Windows.Forms.Label();
     this.label72 = new System.Windows.Forms.Label();
     this.label73 = new System.Windows.Forms.Label();
     this.diagnosticosReagendamentos = new System.Windows.Forms.TextBox();
     this.label74 = new System.Windows.Forms.Label();
     this.idadeReagendamentos = new System.Windows.Forms.TextBox();
     this.label75 = new System.Windows.Forms.Label();
     this.label76 = new System.Windows.Forms.Label();
     this.femininoReagendamentos = new System.Windows.Forms.RadioButton();
     this.masculinoReagendamentos = new System.Windows.Forms.RadioButton();
     this.pacienteReagendamentos = new System.Windows.Forms.TextBox();
     this.label77 = new System.Windows.Forms.Label();
     this.label78 = new System.Windows.Forms.Label();
     this.telefoneReagendamentos = new System.Windows.Forms.TextBox();
     this.solicitanteReagendamentos = new System.Windows.Forms.TextBox();
     this.label79 = new System.Windows.Forms.Label();
     this.label80 = new System.Windows.Forms.Label();
     this.label81 = new System.Windows.Forms.Label();
     this.label82 = new System.Windows.Forms.Label();
     this.panel11 = new System.Windows.Forms.Panel();
     this.label83 = new System.Windows.Forms.Label();
     this.EntrarReagendamentos = new System.Windows.Forms.Button();
     this.unidadesReagenda = new System.Windows.Forms.ComboBox();
     this.Cancelar = new System.Windows.Forms.TabPage();
     this.PainelCancelar = new System.Windows.Forms.Panel();
     this.ListaCancelar = new System.Windows.Forms.DataGridView();
     this.CodigoId = new System.Windows.Forms.Label();
     this.label35 = new System.Windows.Forms.Label();
     this.BtnCancelar = new System.Windows.Forms.Button();
     this.BtnCancelarAtualizar = new System.Windows.Forms.Button();
     this.CObs = new System.Windows.Forms.RichTextBox();
     this.label51 = new System.Windows.Forms.Label();
     this.label57 = new System.Windows.Forms.Label();
     this.label50 = new System.Windows.Forms.Label();
     this.COrigem = new System.Windows.Forms.TextBox();
     this.label49 = new System.Windows.Forms.Label();
     this.CDestino = new System.Windows.Forms.TextBox();
     this.label48 = new System.Windows.Forms.Label();
     this.CEnderecoDestino = new System.Windows.Forms.TextBox();
     this.NomeSolicitante = new System.Windows.Forms.TextBox();
     this.label52 = new System.Windows.Forms.Label();
     this.Telefone = new System.Windows.Forms.TextBox();
     this.CEnderecoOrigem = new System.Windows.Forms.TextBox();
     this.label47 = new System.Windows.Forms.Label();
     this.label53 = new System.Windows.Forms.Label();
     this.label46 = new System.Windows.Forms.Label();
     this.label54 = new System.Windows.Forms.Label();
     this.NomePaciente = new System.Windows.Forms.TextBox();
     this.label55 = new System.Windows.Forms.Label();
     this.radioButton2 = new System.Windows.Forms.RadioButton();
     this.label56 = new System.Windows.Forms.Label();
     this.radioButton1 = new System.Windows.Forms.RadioButton();
     this.DataInicio = new System.Windows.Forms.TextBox();
     this.label45 = new System.Windows.Forms.Label();
     this.label36 = new System.Windows.Forms.Label();
     this.label44 = new System.Windows.Forms.Label();
     this.label37 = new System.Windows.Forms.Label();
     this.Idade = new System.Windows.Forms.TextBox();
     this.PrioridadeCancelar = new System.Windows.Forms.TextBox();
     this.label43 = new System.Windows.Forms.Label();
     this.MotivoChamado = new System.Windows.Forms.TextBox();
     this.Diagnostico = new System.Windows.Forms.TextBox();
     this.TipoMotivoSelecionado = new System.Windows.Forms.TextBox();
     this.label42 = new System.Windows.Forms.Label();
     this.LocalSolicitacao = new System.Windows.Forms.TextBox();
     this.label41 = new System.Windows.Forms.Label();
     this.label38 = new System.Windows.Forms.Label();
     this.label40 = new System.Windows.Forms.Label();
     this.label39 = new System.Windows.Forms.Label();
     this.DataHrAgendamento = new System.Windows.Forms.TextBox();
     this.Tipo = new System.Windows.Forms.TextBox();
     this.panel9 = new System.Windows.Forms.Panel();
     this.label58 = new System.Windows.Forms.Label();
     this.EntrarCancelar = new System.Windows.Forms.Button();
     this.SelecionarUnidade = new System.Windows.Forms.ComboBox();
     this.AbasControle.SuspendLayout();
     this.StatusAmbulancias.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.listaUsa)).BeginInit();
     this.panel7.SuspendLayout();
     this.panel6.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel2.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.listaUsb)).BeginInit();
     this.NovaSolicitacao.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel8.SuspendLayout();
     this.TodasSolicitacoes.SuspendLayout();
     this.PainelSolicitacoes.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Lista)).BeginInit();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     this.ReagendamentosTab.SuspendLayout();
     this.painelReagendamento.SuspendLayout();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ListaAgendados)).BeginInit();
     this.panel11.SuspendLayout();
     this.Cancelar.SuspendLayout();
     this.PainelCancelar.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ListaCancelar)).BeginInit();
     this.panel9.SuspendLayout();
     this.SuspendLayout();
     //
     // AbasControle
     //
     this.AbasControle.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.AbasControle.Controls.Add(this.StatusAmbulancias);
     this.AbasControle.Controls.Add(this.NovaSolicitacao);
     this.AbasControle.Controls.Add(this.TodasSolicitacoes);
     this.AbasControle.Controls.Add(this.ReagendamentosTab);
     this.AbasControle.Controls.Add(this.Cancelar);
     this.AbasControle.Location = new System.Drawing.Point(3, 4);
     this.AbasControle.Multiline = true;
     this.AbasControle.Name = "AbasControle";
     this.AbasControle.SelectedIndex = 0;
     this.AbasControle.Size = new System.Drawing.Size(1049, 694);
     this.AbasControle.TabIndex = 44;
     this.AbasControle.SelectedIndexChanged += new System.EventHandler(this.AbasControle_SelectedIndexChanged);
     //
     // StatusAmbulancias
     //
     this.StatusAmbulancias.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(252)))), ((int)(((byte)(194)))));
     this.StatusAmbulancias.Controls.Add(this.label28);
     this.StatusAmbulancias.Controls.Add(this.label27);
     this.StatusAmbulancias.Controls.Add(this.groupBox1);
     this.StatusAmbulancias.Controls.Add(this.Detalhes);
     this.StatusAmbulancias.Controls.Add(this.panel7);
     this.StatusAmbulancias.Controls.Add(this.panel6);
     this.StatusAmbulancias.Controls.Add(this.panel5);
     this.StatusAmbulancias.Controls.Add(this.label26);
     this.StatusAmbulancias.Controls.Add(this.AtualizarBtn);
     this.StatusAmbulancias.Controls.Add(this.panel2);
     this.StatusAmbulancias.Controls.Add(this.groupBox2);
     this.StatusAmbulancias.Location = new System.Drawing.Point(4, 22);
     this.StatusAmbulancias.Name = "StatusAmbulancias";
     this.StatusAmbulancias.Padding = new System.Windows.Forms.Padding(3);
     this.StatusAmbulancias.Size = new System.Drawing.Size(1041, 668);
     this.StatusAmbulancias.TabIndex = 0;
     this.StatusAmbulancias.Text = "Status da Ambulancias";
     //
     // label28
     //
     this.label28.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.label28.AutoSize = true;
     this.label28.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label28.ForeColor = System.Drawing.Color.Red;
     this.label28.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.label28.Location = new System.Drawing.Point(889, 145);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(48, 13);
     this.label28.TabIndex = 39;
     this.label28.Text = "label28";
     this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label27
     //
     this.label27.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.label27.AutoSize = true;
     this.label27.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label27.ForeColor = System.Drawing.Color.Red;
     this.label27.Location = new System.Drawing.Point(765, 145);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(115, 13);
     this.label27.TabIndex = 38;
     this.label27.Text = "Última atualização:";
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.listaUsa);
     this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(10, 161);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(1025, 104);
     this.groupBox1.TabIndex = 31;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "USA";
     //
     // listaUsa
     //
     this.listaUsa.AllowUserToAddRows = false;
     this.listaUsa.AllowUserToDeleteRows = false;
     this.listaUsa.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.listaUsa.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.listaUsa.Location = new System.Drawing.Point(6, 20);
     this.listaUsa.Name = "listaUsa";
     this.listaUsa.ReadOnly = true;
     this.listaUsa.RowHeadersVisible = false;
     this.listaUsa.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.listaUsa.Size = new System.Drawing.Size(1013, 78);
     this.listaUsa.TabIndex = 0;
     this.listaUsa.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.listaUsa_CellFormatting);
     //
     // Detalhes
     //
     this.Detalhes.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.Detalhes.Location = new System.Drawing.Point(765, 45);
     this.Detalhes.Name = "Detalhes";
     this.Detalhes.Size = new System.Drawing.Size(174, 68);
     this.Detalhes.TabIndex = 45;
     this.Detalhes.Text = "label35";
     //
     // panel7
     //
     this.panel7.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.panel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(244)))), ((int)(((byte)(231)))));
     this.panel7.Controls.Add(this.label33);
     this.panel7.Controls.Add(this.solAgendadasPendentes);
     this.panel7.Location = new System.Drawing.Point(511, 41);
     this.panel7.Name = "panel7";
     this.panel7.Size = new System.Drawing.Size(248, 72);
     this.panel7.TabIndex = 43;
     this.panel7.MouseEnter += new System.EventHandler(this.panel7_MouseEnter);
     this.panel7.MouseLeave += new System.EventHandler(this.panel7_MouseLeave);
     //
     // label33
     //
     this.label33.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label33.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label33.ForeColor = System.Drawing.Color.Black;
     this.label33.Location = new System.Drawing.Point(3, 14);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(201, 47);
     this.label33.TabIndex = 40;
     this.label33.Text = "SOLICITAÇÕES REAGENDADAS PENDENTES:";
     this.label33.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.label33.MouseEnter += new System.EventHandler(this.label33_MouseEnter);
     this.label33.MouseLeave += new System.EventHandler(this.label33_MouseLeave);
     //
     // solAgendadasPendentes
     //
     this.solAgendadasPendentes.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.solAgendadasPendentes.AutoSize = true;
     this.solAgendadasPendentes.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.solAgendadasPendentes.Location = new System.Drawing.Point(210, 29);
     this.solAgendadasPendentes.Name = "solAgendadasPendentes";
     this.solAgendadasPendentes.Size = new System.Drawing.Size(32, 16);
     this.solAgendadasPendentes.TabIndex = 44;
     this.solAgendadasPendentes.Text = "123";
     this.solAgendadasPendentes.MouseEnter += new System.EventHandler(this.solAgendadasPendentes_MouseEnter);
     this.solAgendadasPendentes.MouseLeave += new System.EventHandler(this.solAgendadasPendentes_MouseLeave);
     //
     // panel6
     //
     this.panel6.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(244)))), ((int)(((byte)(231)))));
     this.panel6.Controls.Add(this.solAgendadasHoje);
     this.panel6.Controls.Add(this.label21);
     this.panel6.Location = new System.Drawing.Point(312, 41);
     this.panel6.Name = "panel6";
     this.panel6.Size = new System.Drawing.Size(181, 72);
     this.panel6.TabIndex = 43;
     //
     // solAgendadasHoje
     //
     this.solAgendadasHoje.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.solAgendadasHoje.AutoSize = true;
     this.solAgendadasHoje.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.solAgendadasHoje.Location = new System.Drawing.Point(142, 28);
     this.solAgendadasHoje.Name = "solAgendadasHoje";
     this.solAgendadasHoje.Size = new System.Drawing.Size(32, 16);
     this.solAgendadasHoje.TabIndex = 43;
     this.solAgendadasHoje.Text = "123";
     //
     // label21
     //
     this.label21.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label21.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label21.ForeColor = System.Drawing.Color.Black;
     this.label21.Location = new System.Drawing.Point(3, 13);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(133, 47);
     this.label21.TabIndex = 34;
     this.label21.Text = "SOLICITAÇÕES AGENDADAS HOJE:";
     this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel5
     //
     this.panel5.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(244)))), ((int)(((byte)(231)))));
     this.panel5.Controls.Add(this.label22);
     this.panel5.Controls.Add(this.solPendentes);
     this.panel5.Location = new System.Drawing.Point(123, 41);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(166, 72);
     this.panel5.TabIndex = 42;
     //
     // label22
     //
     this.label22.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label22.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label22.ForeColor = System.Drawing.Color.Black;
     this.label22.Location = new System.Drawing.Point(8, 17);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(117, 39);
     this.label22.TabIndex = 30;
     this.label22.Text = "SOLICITAÇÕES PENDENTES:";
     this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // solPendentes
     //
     this.solPendentes.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.solPendentes.AutoSize = true;
     this.solPendentes.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.solPendentes.Location = new System.Drawing.Point(131, 28);
     this.solPendentes.Name = "solPendentes";
     this.solPendentes.Size = new System.Drawing.Size(32, 16);
     this.solPendentes.TabIndex = 41;
     this.solPendentes.Text = "123";
     //
     // label26
     //
     this.label26.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.label26.AutoSize = true;
     this.label26.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label26.Location = new System.Drawing.Point(352, 8);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(375, 20);
     this.label26.TabIndex = 37;
     this.label26.Text = "STATUS DAS AMBULANCIAS NO MOMENTO";
     //
     // AtualizarBtn
     //
     this.AtualizarBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.AtualizarBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(124)))), ((int)(((byte)(185)))));
     this.AtualizarBtn.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AtualizarBtn.ForeColor = System.Drawing.Color.White;
     this.AtualizarBtn.Location = new System.Drawing.Point(924, 6);
     this.AtualizarBtn.Name = "AtualizarBtn";
     this.AtualizarBtn.Size = new System.Drawing.Size(111, 36);
     this.AtualizarBtn.TabIndex = 36;
     this.AtualizarBtn.Text = "ATUALIZAR";
     this.AtualizarBtn.UseVisualStyleBackColor = false;
     this.AtualizarBtn.Click += new System.EventHandler(this.AtualizarBtn_Click);
     //
     // panel2
     //
     this.panel2.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     this.panel2.Controls.Add(this.label23);
     this.panel2.Controls.Add(this.label24);
     this.panel2.Controls.Add(this.label25);
     this.panel2.Location = new System.Drawing.Point(8, 641);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(1021, 21);
     this.panel2.TabIndex = 35;
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.BackColor = System.Drawing.Color.Green;
     this.label23.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label23.ForeColor = System.Drawing.Color.White;
     this.label23.Location = new System.Drawing.Point(464, 5);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(82, 16);
     this.label23.TabIndex = 22;
     this.label23.Text = "Disponível";
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.BackColor = System.Drawing.Color.DarkBlue;
     this.label24.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label24.ForeColor = System.Drawing.Color.White;
     this.label24.Location = new System.Drawing.Point(605, 5);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(84, 16);
     this.label24.TabIndex = 23;
     this.label24.Text = "Bloqueado";
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.BackColor = System.Drawing.Color.Red;
     this.label25.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label25.ForeColor = System.Drawing.Color.White;
     this.label25.Location = new System.Drawing.Point(331, 5);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(71, 16);
     this.label25.TabIndex = 21;
     this.label25.Text = "Ocupado";
     //
     // groupBox2
     //
     this.groupBox2.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.groupBox2.Controls.Add(this.listaUsb);
     this.groupBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox2.Location = new System.Drawing.Point(8, 271);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(1027, 364);
     this.groupBox2.TabIndex = 32;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "USB";
     //
     // listaUsb
     //
     this.listaUsb.AllowUserToAddRows = false;
     this.listaUsb.AllowUserToDeleteRows = false;
     this.listaUsb.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.listaUsb.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.listaUsb.Location = new System.Drawing.Point(6, 25);
     this.listaUsb.Name = "listaUsb";
     this.listaUsb.ReadOnly = true;
     this.listaUsb.RowHeadersVisible = false;
     this.listaUsb.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.listaUsb.Size = new System.Drawing.Size(1015, 333);
     this.listaUsb.TabIndex = 1;
     this.listaUsb.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.listaUsb_CellFormatting);
     //
     // NovaSolicitacao
     //
     this.NovaSolicitacao.Controls.Add(this.panel1);
     this.NovaSolicitacao.Location = new System.Drawing.Point(4, 22);
     this.NovaSolicitacao.Name = "NovaSolicitacao";
     this.NovaSolicitacao.Padding = new System.Windows.Forms.Padding(3);
     this.NovaSolicitacao.Size = new System.Drawing.Size(1041, 668);
     this.NovaSolicitacao.TabIndex = 1;
     this.NovaSolicitacao.Text = "Nova Solicitação";
     this.NovaSolicitacao.UseVisualStyleBackColor = true;
     //
     // panel1
     //
     this.panel1.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.panel1.AutoSize = true;
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(252)))), ((int)(((byte)(194)))));
     this.panel1.Controls.Add(this.panel8);
     this.panel1.Controls.Add(this.dataAgendamento);
     this.panel1.Controls.Add(this.label31);
     this.panel1.Controls.Add(this.Prioridade);
     this.panel1.Controls.Add(this.BtnSalvar);
     this.panel1.Controls.Add(this.BtnLimpar);
     this.panel1.Controls.Add(this.Obs);
     this.panel1.Controls.Add(this.label20);
     this.panel1.Controls.Add(this.txtEnderecoDestino);
     this.panel1.Controls.Add(this.label19);
     this.panel1.Controls.Add(this.txtEnderecoOrigem);
     this.panel1.Controls.Add(this.label18);
     this.panel1.Controls.Add(this.label17);
     this.panel1.Controls.Add(this.CbDestino);
     this.panel1.Controls.Add(this.label16);
     this.panel1.Controls.Add(this.CbOrigem);
     this.panel1.Controls.Add(this.label15);
     this.panel1.Controls.Add(this.label14);
     this.panel1.Controls.Add(this.CbTipoMotivoSelecionado);
     this.panel1.Controls.Add(this.label13);
     this.panel1.Controls.Add(this.CbMotivoChamado);
     this.panel1.Controls.Add(this.txtDiagnostico);
     this.panel1.Controls.Add(this.label12);
     this.panel1.Controls.Add(this.txtIdade);
     this.panel1.Controls.Add(this.label11);
     this.panel1.Controls.Add(this.label10);
     this.panel1.Controls.Add(this.RbFemenino);
     this.panel1.Controls.Add(this.RbMasculino);
     this.panel1.Controls.Add(this.txtNomePaciente);
     this.panel1.Controls.Add(this.label9);
     this.panel1.Controls.Add(this.label8);
     this.panel1.Controls.Add(this.txtTelefone);
     this.panel1.Controls.Add(this.label7);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.CbLocalSolicita);
     this.panel1.Controls.Add(this.txtNomeSolicitante);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.Btnagendasim);
     this.panel1.Controls.Add(this.Btnagendanao);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.BtnAvancada);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.BtnBasica);
     this.panel1.Location = new System.Drawing.Point(3, 3);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(1035, 662);
     this.panel1.TabIndex = 4;
     //
     // panel8
     //
     this.panel8.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.panel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(255)))), ((int)(((byte)(217)))));
     this.panel8.Controls.Add(this.label34);
     this.panel8.Location = new System.Drawing.Point(687, 16);
     this.panel8.Name = "panel8";
     this.panel8.Size = new System.Drawing.Size(330, 74);
     this.panel8.TabIndex = 49;
     //
     // label34
     //
     this.label34.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.label34.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label34.Location = new System.Drawing.Point(1, 8);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(327, 57);
     this.label34.TabIndex = 0;
     this.label34.Text = "Falhas e bugs ligar para o numero: 2630-6167 e falar com o Vinicius";
     this.label34.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // dataAgendamento
     //
     this.dataAgendamento.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.dataAgendamento.CustomFormat = "dd/MM/yyyy HH:mm";
     this.dataAgendamento.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dataAgendamento.Location = new System.Drawing.Point(285, 138);
     this.dataAgendamento.Name = "dataAgendamento";
     this.dataAgendamento.Size = new System.Drawing.Size(200, 20);
     this.dataAgendamento.TabIndex = 48;
     //
     // label31
     //
     this.label31.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label31.AutoSize = true;
     this.label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label31.Location = new System.Drawing.Point(25, 483);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(74, 16);
     this.label31.TabIndex = 47;
     this.label31.Text = "Prioridade:";
     //
     // Prioridade
     //
     this.Prioridade.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.Prioridade.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.Prioridade.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Prioridade.FormattingEnabled = true;
     this.Prioridade.Items.AddRange(new object[] {
     "SEM PRIORIDADE",
     "P0 PRIORIDADE ABSOLUTA RESOLVER EM IMEDIATO",
     "P1 PRIORIDADE ALTA RESOLVER EM 2 HORAS",
     "P2 PRIORIDADE MODERADA RESOLVER EM 12 HORAS",
     "P3 PRIORIDADE BAIXA RESOLVER EM 24 HORAS"});
     this.Prioridade.Location = new System.Drawing.Point(26, 502);
     this.Prioridade.Name = "Prioridade";
     this.Prioridade.Size = new System.Drawing.Size(245, 23);
     this.Prioridade.TabIndex = 46;
     //
     // BtnSalvar
     //
     this.BtnSalvar.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     this.BtnSalvar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(173)))), ((int)(((byte)(168)))));
     this.BtnSalvar.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnSalvar.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(252)))), ((int)(((byte)(194)))));
     this.BtnSalvar.Location = new System.Drawing.Point(772, 568);
     this.BtnSalvar.Name = "BtnSalvar";
     this.BtnSalvar.Size = new System.Drawing.Size(129, 57);
     this.BtnSalvar.TabIndex = 42;
     this.BtnSalvar.Text = "SALVAR REGISTRO";
     this.BtnSalvar.UseVisualStyleBackColor = false;
     this.BtnSalvar.Click += new System.EventHandler(this.BtnSalvar_Click);
     //
     // BtnLimpar
     //
     this.BtnLimpar.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     this.BtnLimpar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(173)))), ((int)(((byte)(168)))));
     this.BtnLimpar.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
     this.BtnLimpar.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(252)))), ((int)(((byte)(194)))));
     this.BtnLimpar.Location = new System.Drawing.Point(151, 568);
     this.BtnLimpar.Name = "BtnLimpar";
     this.BtnLimpar.Size = new System.Drawing.Size(129, 57);
     this.BtnLimpar.TabIndex = 41;
     this.BtnLimpar.Text = "LIMPAR";
     this.BtnLimpar.UseVisualStyleBackColor = false;
     this.BtnLimpar.Click += new System.EventHandler(this.BtnLimpar_Click);
     //
     // Obs
     //
     this.Obs.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.Obs.Location = new System.Drawing.Point(608, 363);
     this.Obs.Name = "Obs";
     this.Obs.Size = new System.Drawing.Size(399, 109);
     this.Obs.TabIndex = 40;
     this.Obs.Text = "";
     this.Obs.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Obs_KeyPress);
     //
     // label20
     //
     this.label20.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label20.AutoSize = true;
     this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label20.Location = new System.Drawing.Point(605, 334);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(93, 16);
     this.label20.TabIndex = 39;
     this.label20.Text = "Observações:";
     //
     // txtEnderecoDestino
     //
     this.txtEnderecoDestino.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.txtEnderecoDestino.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtEnderecoDestino.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEnderecoDestino.Location = new System.Drawing.Point(838, 299);
     this.txtEnderecoDestino.Name = "txtEnderecoDestino";
     this.txtEnderecoDestino.Size = new System.Drawing.Size(169, 21);
     this.txtEnderecoDestino.TabIndex = 38;
     //
     // label19
     //
     this.label19.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label19.AutoSize = true;
     this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label19.Location = new System.Drawing.Point(835, 280);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(138, 16);
     this.label19.TabIndex = 37;
     this.label19.Text = "Endereço do Destino:";
     //
     // txtEnderecoOrigem
     //
     this.txtEnderecoOrigem.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.txtEnderecoOrigem.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtEnderecoOrigem.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEnderecoOrigem.Location = new System.Drawing.Point(837, 252);
     this.txtEnderecoOrigem.Name = "txtEnderecoOrigem";
     this.txtEnderecoOrigem.Size = new System.Drawing.Size(169, 21);
     this.txtEnderecoOrigem.TabIndex = 36;
     //
     // label18
     //
     this.label18.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label18.AutoSize = true;
     this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label18.Location = new System.Drawing.Point(835, 234);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(136, 16);
     this.label18.TabIndex = 35;
     this.label18.Text = "Endereço da Origem:";
     //
     // label17
     //
     this.label17.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label17.AutoSize = true;
     this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label17.Location = new System.Drawing.Point(605, 280);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(132, 16);
     this.label17.TabIndex = 34;
     this.label17.Text = "Destino do Paciente:";
     //
     // CbDestino
     //
     this.CbDestino.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.CbDestino.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CbDestino.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CbDestino.FormattingEnabled = true;
     this.CbDestino.Location = new System.Drawing.Point(608, 299);
     this.CbDestino.Name = "CbDestino";
     this.CbDestino.Size = new System.Drawing.Size(219, 23);
     this.CbDestino.TabIndex = 33;
     this.CbDestino.SelectedIndexChanged += new System.EventHandler(this.CbDestino_SelectedIndexChanged_1);
     //
     // label16
     //
     this.label16.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label16.AutoSize = true;
     this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label16.Location = new System.Drawing.Point(605, 228);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(130, 16);
     this.label16.TabIndex = 32;
     this.label16.Text = "Origem do Paciente:";
     //
     // CbOrigem
     //
     this.CbOrigem.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.CbOrigem.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CbOrigem.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CbOrigem.FormattingEnabled = true;
     this.CbOrigem.Location = new System.Drawing.Point(608, 251);
     this.CbOrigem.Name = "CbOrigem";
     this.CbOrigem.Size = new System.Drawing.Size(219, 23);
     this.CbOrigem.TabIndex = 31;
     this.CbOrigem.SelectedIndexChanged += new System.EventHandler(this.CbOrigem_SelectedIndexChanged);
     //
     // label15
     //
     this.label15.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label15.AutoSize = true;
     this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.Location = new System.Drawing.Point(605, 195);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(192, 18);
     this.label15.TabIndex = 30;
     this.label15.Text = "5. Dados do Transporte:";
     //
     // label14
     //
     this.label14.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label14.AutoSize = true;
     this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(281, 435);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(181, 16);
     this.label14.TabIndex = 28;
     this.label14.Text = "Tipo do Motivo Selecionado:";
     //
     // CbTipoMotivoSelecionado
     //
     this.CbTipoMotivoSelecionado.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.CbTipoMotivoSelecionado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CbTipoMotivoSelecionado.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CbTipoMotivoSelecionado.FormattingEnabled = true;
     this.CbTipoMotivoSelecionado.Location = new System.Drawing.Point(284, 454);
     this.CbTipoMotivoSelecionado.Name = "CbTipoMotivoSelecionado";
     this.CbTipoMotivoSelecionado.Size = new System.Drawing.Size(243, 23);
     this.CbTipoMotivoSelecionado.TabIndex = 27;
     //
     // label13
     //
     this.label13.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label13.AutoSize = true;
     this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.Location = new System.Drawing.Point(25, 435);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(132, 16);
     this.label13.TabIndex = 26;
     this.label13.Text = "Motivo do Chamado:";
     //
     // CbMotivoChamado
     //
     this.CbMotivoChamado.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.CbMotivoChamado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CbMotivoChamado.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CbMotivoChamado.FormattingEnabled = true;
     this.CbMotivoChamado.Items.AddRange(new object[] {
     "ALTA HOSPITALAR",
     "AVALIAÇÃO DE MÉDICO ESPECIALISTA",
     "AVALIAÇÃO DE PROFISSIONAL NÃO MÉDICO",
     "CONSULTA AGENDADA",
     "DEMANDAS JUDICIAIS",
     "EVENTO COMEMORATIVO",
     "EVENTO DE CULTURA, LAZER OU RELIGIÃO",
     "EVENTO ESPORTIVO",
     "EXAME AGENDADO",
     "EXAME DE URGÊNCIA",
     "INTERNAÇÃO EM ENFERMARIA",
     "INTERNAÇÃO EM UTI",
     "PROCEDIMENTO",
     "RETORNO",
     "SALA VERMELHA/EMERGÊNCIA",
     "TRANSPORTE DE INSUMOS/PRODUTOS/MATERIAIS",
     "TRANSPORTE DE PROFISSIONAIS",
     "TRANSFERENCIA"});
     this.CbMotivoChamado.Location = new System.Drawing.Point(28, 454);
     this.CbMotivoChamado.Name = "CbMotivoChamado";
     this.CbMotivoChamado.Size = new System.Drawing.Size(243, 23);
     this.CbMotivoChamado.TabIndex = 25;
     this.CbMotivoChamado.SelectedIndexChanged += new System.EventHandler(this.CbMotivoChamado_SelectedIndexChanged);
     //
     // txtDiagnostico
     //
     this.txtDiagnostico.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.txtDiagnostico.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtDiagnostico.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDiagnostico.Location = new System.Drawing.Point(26, 401);
     this.txtDiagnostico.Name = "txtDiagnostico";
     this.txtDiagnostico.Size = new System.Drawing.Size(522, 21);
     this.txtDiagnostico.TabIndex = 24;
     //
     // label12
     //
     this.label12.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label12.AutoSize = true;
     this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location = new System.Drawing.Point(23, 382);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(183, 16);
     this.label12.TabIndex = 23;
     this.label12.Text = "Diagnóstico/Queixa principal:";
     //
     // txtIdade
     //
     this.txtIdade.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.txtIdade.Location = new System.Drawing.Point(483, 349);
     this.txtIdade.MaxLength = 3;
     this.txtIdade.Name = "txtIdade";
     this.txtIdade.Size = new System.Drawing.Size(61, 20);
     this.txtIdade.TabIndex = 22;
     this.txtIdade.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtIdade_KeyPress);
     //
     // label11
     //
     this.label11.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(480, 330);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(46, 16);
     this.label11.TabIndex = 21;
     this.label11.Text = "Idade:";
     //
     // label10
     //
     this.label10.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label10.AutoSize = true;
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(310, 330);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(42, 16);
     this.label10.TabIndex = 20;
     this.label10.Text = "Sexo:";
     //
     // RbFemenino
     //
     this.RbFemenino.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.RbFemenino.AutoSize = true;
     this.RbFemenino.Location = new System.Drawing.Point(392, 349);
     this.RbFemenino.Name = "RbFemenino";
     this.RbFemenino.Size = new System.Drawing.Size(67, 17);
     this.RbFemenino.TabIndex = 19;
     this.RbFemenino.TabStop = true;
     this.RbFemenino.Text = "Feminino";
     this.RbFemenino.UseVisualStyleBackColor = true;
     //
     // RbMasculino
     //
     this.RbMasculino.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.RbMasculino.AutoSize = true;
     this.RbMasculino.Location = new System.Drawing.Point(313, 349);
     this.RbMasculino.Name = "RbMasculino";
     this.RbMasculino.Size = new System.Drawing.Size(73, 17);
     this.RbMasculino.TabIndex = 18;
     this.RbMasculino.TabStop = true;
     this.RbMasculino.Text = "Masculino";
     this.RbMasculino.UseVisualStyleBackColor = true;
     //
     // txtNomePaciente
     //
     this.txtNomePaciente.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.txtNomePaciente.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.txtNomePaciente.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     this.txtNomePaciente.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtNomePaciente.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNomePaciente.Location = new System.Drawing.Point(26, 348);
     this.txtNomePaciente.Name = "txtNomePaciente";
     this.txtNomePaciente.Size = new System.Drawing.Size(265, 21);
     this.txtNomePaciente.TabIndex = 17;
     this.txtNomePaciente.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtNomePaciente_KeyUp);
     //
     // label9
     //
     this.label9.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label9.AutoSize = true;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(23, 329);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(123, 16);
     this.label9.TabIndex = 16;
     this.label9.Text = "Nome do Paciente:";
     //
     // label8
     //
     this.label8.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(23, 296);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(173, 18);
     this.label8.TabIndex = 15;
     this.label8.Text = "4. Dados do paciente:";
     //
     // txtTelefone
     //
     this.txtTelefone.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.txtTelefone.Location = new System.Drawing.Point(399, 253);
     this.txtTelefone.Name = "txtTelefone";
     this.txtTelefone.Size = new System.Drawing.Size(127, 20);
     this.txtTelefone.TabIndex = 14;
     this.txtTelefone.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtTelefone_KeyPress);
     //
     // label7
     //
     this.label7.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label7.AutoSize = true;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(396, 233);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(65, 16);
     this.label7.TabIndex = 13;
     this.label7.Text = "Telefone:";
     //
     // label6
     //
     this.label6.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(179, 233);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(133, 16);
     this.label6.TabIndex = 12;
     this.label6.Text = "Local da Solicitação:";
     //
     // CbLocalSolicita
     //
     this.CbLocalSolicita.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.CbLocalSolicita.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CbLocalSolicita.FormattingEnabled = true;
     this.CbLocalSolicita.Location = new System.Drawing.Point(182, 252);
     this.CbLocalSolicita.Name = "CbLocalSolicita";
     this.CbLocalSolicita.Size = new System.Drawing.Size(199, 21);
     this.CbLocalSolicita.TabIndex = 11;
     this.CbLocalSolicita.SelectedIndexChanged += new System.EventHandler(this.CbLocalSolicita_SelectedIndexChanged_1);
     //
     // txtNomeSolicitante
     //
     this.txtNomeSolicitante.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.txtNomeSolicitante.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtNomeSolicitante.Location = new System.Drawing.Point(26, 252);
     this.txtNomeSolicitante.Name = "txtNomeSolicitante";
     this.txtNomeSolicitante.Size = new System.Drawing.Size(141, 20);
     this.txtNomeSolicitante.TabIndex = 10;
     //
     // label5
     //
     this.label5.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(24, 228);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(48, 16);
     this.label5.TabIndex = 9;
     this.label5.Text = "Nome:";
     //
     // label4
     //
     this.label4.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(23, 195);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(182, 18);
     this.label4.TabIndex = 8;
     this.label4.Text = "3. Dados do solicitante";
     //
     // label3
     //
     this.label3.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(89, 140);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(190, 18);
     this.label3.TabIndex = 6;
     this.label3.Text = "Atendimento Marcado para:";
     //
     // Btnagendasim
     //
     this.Btnagendasim.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.Btnagendasim.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(173)))), ((int)(((byte)(168)))));
     this.Btnagendasim.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Btnagendasim.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(252)))), ((int)(((byte)(194)))));
     this.Btnagendasim.Location = new System.Drawing.Point(493, 90);
     this.Btnagendasim.Name = "Btnagendasim";
     this.Btnagendasim.Size = new System.Drawing.Size(82, 23);
     this.Btnagendasim.TabIndex = 5;
     this.Btnagendasim.Text = "Sim";
     this.Btnagendasim.UseVisualStyleBackColor = false;
     this.Btnagendasim.Click += new System.EventHandler(this.Btnagendasim_Click);
     //
     // Btnagendanao
     //
     this.Btnagendanao.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.Btnagendanao.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(173)))), ((int)(((byte)(168)))));
     this.Btnagendanao.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Btnagendanao.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(252)))), ((int)(((byte)(194)))));
     this.Btnagendanao.Location = new System.Drawing.Point(412, 90);
     this.Btnagendanao.Name = "Btnagendanao";
     this.Btnagendanao.Size = new System.Drawing.Size(75, 23);
     this.Btnagendanao.TabIndex = 4;
     this.Btnagendanao.Text = "Não";
     this.Btnagendanao.UseVisualStyleBackColor = false;
     this.Btnagendanao.Click += new System.EventHandler(this.Btnagendanao_Click);
     //
     // label2
     //
     this.label2.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(25, 91);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(376, 18);
     this.label2.TabIndex = 3;
     this.label2.Text = "2. Necessita agendar o horario do atendimento ?";
     //
     // BtnAvancada
     //
     this.BtnAvancada.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.BtnAvancada.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(173)))), ((int)(((byte)(168)))));
     this.BtnAvancada.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnAvancada.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(252)))), ((int)(((byte)(194)))));
     this.BtnAvancada.Location = new System.Drawing.Point(493, 42);
     this.BtnAvancada.Name = "BtnAvancada";
     this.BtnAvancada.Size = new System.Drawing.Size(82, 23);
     this.BtnAvancada.TabIndex = 2;
     this.BtnAvancada.Text = "Avançada";
     this.BtnAvancada.UseVisualStyleBackColor = false;
     this.BtnAvancada.Click += new System.EventHandler(this.BtnAvancada_Click);
     //
     // label1
     //
     this.label1.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(25, 43);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(319, 18);
     this.label1.TabIndex = 0;
     this.label1.Text = "1. Qual o tipo de ambulância necessária?";
     //
     // BtnBasica
     //
     this.BtnBasica.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.BtnBasica.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(173)))), ((int)(((byte)(168)))));
     this.BtnBasica.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnBasica.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(252)))), ((int)(((byte)(194)))));
     this.BtnBasica.Location = new System.Drawing.Point(412, 42);
     this.BtnBasica.Name = "BtnBasica";
     this.BtnBasica.Size = new System.Drawing.Size(75, 23);
     this.BtnBasica.TabIndex = 1;
     this.BtnBasica.Text = "Básica";
     this.BtnBasica.UseVisualStyleBackColor = false;
     this.BtnBasica.Click += new System.EventHandler(this.BtnBasica_Click_1);
     //
     // TodasSolicitacoes
     //
     this.TodasSolicitacoes.Controls.Add(this.PainelSolicitacoes);
     this.TodasSolicitacoes.Controls.Add(this.panel4);
     this.TodasSolicitacoes.Location = new System.Drawing.Point(4, 22);
     this.TodasSolicitacoes.Name = "TodasSolicitacoes";
     this.TodasSolicitacoes.Padding = new System.Windows.Forms.Padding(3);
     this.TodasSolicitacoes.Size = new System.Drawing.Size(1041, 668);
     this.TodasSolicitacoes.TabIndex = 2;
     this.TodasSolicitacoes.Text = "Todas Solicitações";
     this.TodasSolicitacoes.UseVisualStyleBackColor = true;
     //
     // PainelSolicitacoes
     //
     this.PainelSolicitacoes.AutoScroll = true;
     this.PainelSolicitacoes.Controls.Add(this.groupBox5);
     this.PainelSolicitacoes.Controls.Add(this.groupBox3);
     this.PainelSolicitacoes.Controls.Add(this.button3);
     this.PainelSolicitacoes.Controls.Add(this.Lista);
     this.PainelSolicitacoes.Controls.Add(this.panel3);
     this.PainelSolicitacoes.Controls.Add(this.label30);
     this.PainelSolicitacoes.Dock = System.Windows.Forms.DockStyle.Fill;
     this.PainelSolicitacoes.Location = new System.Drawing.Point(3, 3);
     this.PainelSolicitacoes.Name = "PainelSolicitacoes";
     this.PainelSolicitacoes.Size = new System.Drawing.Size(1035, 662);
     this.PainelSolicitacoes.TabIndex = 4;
     this.PainelSolicitacoes.Visible = false;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.hoje);
     this.groupBox3.Controls.Add(this.ano1);
     this.groupBox3.Controls.Add(this.mes1);
     this.groupBox3.Controls.Add(this.semana2);
     this.groupBox3.Controls.Add(this.semana1);
     this.groupBox3.Controls.Add(this.dias5);
     this.groupBox3.Controls.Add(this.dias2);
     this.groupBox3.Controls.Add(this.Ontem);
     this.groupBox3.Location = new System.Drawing.Point(8, 34);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(539, 75);
     this.groupBox3.TabIndex = 4;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Solicitações criadas:";
     //
     // hoje
     //
     this.hoje.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.hoje.AutoSize = true;
     this.hoje.Location = new System.Drawing.Point(475, 32);
     this.hoje.Name = "hoje";
     this.hoje.Size = new System.Drawing.Size(47, 17);
     this.hoje.TabIndex = 7;
     this.hoje.TabStop = true;
     this.hoje.Text = "Hoje";
     this.hoje.UseVisualStyleBackColor = true;
     this.hoje.Click += new System.EventHandler(this.hoje_Click_1);
     //
     // ano1
     //
     this.ano1.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.ano1.AutoSize = true;
     this.ano1.Location = new System.Drawing.Point(14, 32);
     this.ano1.Name = "ano1";
     this.ano1.Size = new System.Drawing.Size(53, 17);
     this.ano1.TabIndex = 6;
     this.ano1.TabStop = true;
     this.ano1.Text = "1 Ano";
     this.ano1.UseVisualStyleBackColor = true;
     this.ano1.Click += new System.EventHandler(this.ano1_Click_1);
     //
     // mes1
     //
     this.mes1.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.mes1.AutoSize = true;
     this.mes1.Location = new System.Drawing.Point(73, 32);
     this.mes1.Name = "mes1";
     this.mes1.Size = new System.Drawing.Size(54, 17);
     this.mes1.TabIndex = 5;
     this.mes1.TabStop = true;
     this.mes1.Text = "1 Mes";
     this.mes1.UseVisualStyleBackColor = true;
     this.mes1.Click += new System.EventHandler(this.mes1_Click_1);
     //
     // semana2
     //
     this.semana2.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.semana2.AutoSize = true;
     this.semana2.Location = new System.Drawing.Point(133, 32);
     this.semana2.Name = "semana2";
     this.semana2.Size = new System.Drawing.Size(73, 17);
     this.semana2.TabIndex = 4;
     this.semana2.TabStop = true;
     this.semana2.Text = "2 Semana";
     this.semana2.UseVisualStyleBackColor = true;
     this.semana2.Click += new System.EventHandler(this.semana2_Click_1);
     //
     // semana1
     //
     this.semana1.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.semana1.AutoSize = true;
     this.semana1.Location = new System.Drawing.Point(212, 32);
     this.semana1.Name = "semana1";
     this.semana1.Size = new System.Drawing.Size(73, 17);
     this.semana1.TabIndex = 3;
     this.semana1.TabStop = true;
     this.semana1.Text = "1 Semana";
     this.semana1.UseVisualStyleBackColor = true;
     this.semana1.Click += new System.EventHandler(this.semana1_Click_1);
     //
     // dias5
     //
     this.dias5.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.dias5.AutoSize = true;
     this.dias5.Location = new System.Drawing.Point(291, 32);
     this.dias5.Name = "dias5";
     this.dias5.Size = new System.Drawing.Size(55, 17);
     this.dias5.TabIndex = 2;
     this.dias5.TabStop = true;
     this.dias5.Text = "5 Dias";
     this.dias5.UseVisualStyleBackColor = true;
     this.dias5.Click += new System.EventHandler(this.dias5_Click_1);
     //
     // dias2
     //
     this.dias2.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.dias2.AutoSize = true;
     this.dias2.Location = new System.Drawing.Point(352, 32);
     this.dias2.Name = "dias2";
     this.dias2.Size = new System.Drawing.Size(55, 17);
     this.dias2.TabIndex = 1;
     this.dias2.TabStop = true;
     this.dias2.Text = "2 Dias";
     this.dias2.UseVisualStyleBackColor = true;
     this.dias2.Click += new System.EventHandler(this.dias2_Click_1);
     //
     // Ontem
     //
     this.Ontem.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.Ontem.AutoSize = true;
     this.Ontem.Location = new System.Drawing.Point(413, 32);
     this.Ontem.Name = "Ontem";
     this.Ontem.Size = new System.Drawing.Size(56, 17);
     this.Ontem.TabIndex = 0;
     this.Ontem.TabStop = true;
     this.Ontem.Text = "Ontem";
     this.Ontem.UseVisualStyleBackColor = true;
     this.Ontem.Click += new System.EventHandler(this.Ontem_Click_1);
     //
     // groupBox5
     //
     this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox5.Controls.Add(this.label85);
     this.groupBox5.Controls.Add(this.label84);
     this.groupBox5.Controls.Add(this.reagendadas);
     this.groupBox5.Controls.Add(this.agendadas);
     this.groupBox5.Location = new System.Drawing.Point(553, 34);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(472, 75);
     this.groupBox5.TabIndex = 8;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "Solicitações (re)agendadas no dia:";
     //
     // label85
     //
     this.label85.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.label85.AutoSize = true;
     this.label85.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label85.Location = new System.Drawing.Point(301, 30);
     this.label85.Name = "label85";
     this.label85.Size = new System.Drawing.Size(96, 16);
     this.label85.TabIndex = 38;
     this.label85.Text = "Reagendadas";
     //
     // label84
     //
     this.label84.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.label84.AutoSize = true;
     this.label84.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label84.Location = new System.Drawing.Point(74, 30);
     this.label84.Name = "label84";
     this.label84.Size = new System.Drawing.Size(79, 16);
     this.label84.TabIndex = 37;
     this.label84.Text = "Agendadas";
     //
     // reagendadas
     //
     this.reagendadas.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.reagendadas.Location = new System.Drawing.Point(245, 49);
     this.reagendadas.Name = "reagendadas";
     this.reagendadas.Size = new System.Drawing.Size(221, 20);
     this.reagendadas.TabIndex = 1;
     this.reagendadas.ValueChanged += new System.EventHandler(this.reagendadas_ValueChanged);
     //
     // agendadas
     //
     this.agendadas.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.agendadas.Location = new System.Drawing.Point(6, 49);
     this.agendadas.Name = "agendadas";
     this.agendadas.Size = new System.Drawing.Size(233, 20);
     this.agendadas.TabIndex = 0;
     this.agendadas.ValueChanged += new System.EventHandler(this.agendadas_ValueChanged);
     //
     // button3
     //
     this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(124)))), ((int)(((byte)(185)))));
     this.button3.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button3.ForeColor = System.Drawing.Color.White;
     this.button3.Location = new System.Drawing.Point(918, 6);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(111, 28);
     this.button3.TabIndex = 37;
     this.button3.Text = "Atualizar";
     this.button3.UseVisualStyleBackColor = false;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // Lista
     //
     this.Lista.AllowUserToAddRows = false;
     this.Lista.AllowUserToDeleteRows = false;
     this.Lista.AllowUserToResizeRows = false;
     this.Lista.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.Lista.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
     this.Lista.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.Lista.Location = new System.Drawing.Point(8, 115);
     this.Lista.MultiSelect = false;
     this.Lista.Name = "Lista";
     this.Lista.ReadOnly = true;
     this.Lista.RowHeadersVisible = false;
     this.Lista.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.Lista.Size = new System.Drawing.Size(1018, 400);
     this.Lista.TabIndex = 5;
     this.Lista.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Lista_CellContentClick);
     this.Lista.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.Lista_CellFormatting);
     //
     // panel3
     //
     this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.panel3.Controls.Add(this.Status);
     this.panel3.Controls.Add(this.NomePacienteLabel);
     this.panel3.Controls.Add(this.IdPacienteLabel);
     this.panel3.Controls.Add(this.label59);
     this.panel3.Controls.Add(this.txtHora6);
     this.panel3.Controls.Add(this.txtHora5);
     this.panel3.Controls.Add(this.txtHora4);
     this.panel3.Controls.Add(this.txtHora3);
     this.panel3.Controls.Add(this.txtHora2);
     this.panel3.Controls.Add(this.txtHora);
     this.panel3.Controls.Add(this.BtnOrigem);
     this.panel3.Controls.Add(this.BtnPatio);
     this.panel3.Controls.Add(this.EquipeLiberada);
     this.panel3.Controls.Add(this.BtnEquipeDestino);
     this.panel3.Controls.Add(this.BtnSaiuOrigem);
     this.panel3.Controls.Add(this.BtnEquipeCiente);
     this.panel3.Controls.Add(this.lbDestino);
     this.panel3.Controls.Add(this.label32);
     this.panel3.Controls.Add(this.lbOrigem);
     this.panel3.Location = new System.Drawing.Point(8, 520);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(1021, 139);
     this.panel3.TabIndex = 2;
     //
     // Status
     //
     this.Status.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.Status.AutoSize = true;
     this.Status.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Status.Location = new System.Drawing.Point(826, 11);
     this.Status.Name = "Status";
     this.Status.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.Status.Size = new System.Drawing.Size(47, 20);
     this.Status.TabIndex = 38;
     this.Status.Text = "Vaga";
     //
     // NomePacienteLabel
     //
     this.NomePacienteLabel.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.NomePacienteLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.NomePacienteLabel.Location = new System.Drawing.Point(276, 12);
     this.NomePacienteLabel.Name = "NomePacienteLabel";
     this.NomePacienteLabel.Size = new System.Drawing.Size(478, 18);
     this.NomePacienteLabel.TabIndex = 37;
     this.NomePacienteLabel.Text = "Paciente";
     this.NomePacienteLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // IdPacienteLabel
     //
     this.IdPacienteLabel.AutoSize = true;
     this.IdPacienteLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IdPacienteLabel.Location = new System.Drawing.Point(40, 12);
     this.IdPacienteLabel.Name = "IdPacienteLabel";
     this.IdPacienteLabel.Size = new System.Drawing.Size(26, 20);
     this.IdPacienteLabel.TabIndex = 36;
     this.IdPacienteLabel.Text = "ID";
     //
     // label59
     //
     this.label59.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label59.AutoSize = true;
     this.label59.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label59.Location = new System.Drawing.Point(6, 12);
     this.label59.Name = "label59";
     this.label59.Size = new System.Drawing.Size(28, 20);
     this.label59.TabIndex = 35;
     this.label59.Text = "ID";
     this.label59.Click += new System.EventHandler(this.label59_Click);
     //
     // txtHora6
     //
     this.txtHora6.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtHora6.Enabled = false;
     this.txtHora6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtHora6.Location = new System.Drawing.Point(810, 113);
     this.txtHora6.Name = "txtHora6";
     this.txtHora6.Size = new System.Drawing.Size(142, 22);
     this.txtHora6.TabIndex = 34;
     //
     // txtHora5
     //
     this.txtHora5.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtHora5.Enabled = false;
     this.txtHora5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtHora5.Location = new System.Drawing.Point(661, 113);
     this.txtHora5.Name = "txtHora5";
     this.txtHora5.Size = new System.Drawing.Size(142, 22);
     this.txtHora5.TabIndex = 33;
     //
     // txtHora4
     //
     this.txtHora4.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtHora4.Enabled = false;
     this.txtHora4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtHora4.Location = new System.Drawing.Point(512, 113);
     this.txtHora4.Name = "txtHora4";
     this.txtHora4.Size = new System.Drawing.Size(142, 22);
     this.txtHora4.TabIndex = 32;
     //
     // txtHora3
     //
     this.txtHora3.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtHora3.Enabled = false;
     this.txtHora3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtHora3.Location = new System.Drawing.Point(363, 113);
     this.txtHora3.Name = "txtHora3";
     this.txtHora3.Size = new System.Drawing.Size(142, 22);
     this.txtHora3.TabIndex = 31;
     //
     // txtHora2
     //
     this.txtHora2.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtHora2.Enabled = false;
     this.txtHora2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtHora2.Location = new System.Drawing.Point(214, 113);
     this.txtHora2.Name = "txtHora2";
     this.txtHora2.Size = new System.Drawing.Size(142, 22);
     this.txtHora2.TabIndex = 30;
     //
     // txtHora
     //
     this.txtHora.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtHora.Enabled = false;
     this.txtHora.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtHora.Location = new System.Drawing.Point(65, 111);
     this.txtHora.Name = "txtHora";
     this.txtHora.Size = new System.Drawing.Size(142, 22);
     this.txtHora.TabIndex = 29;
     //
     // BtnOrigem
     //
     this.BtnOrigem.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.BtnOrigem.BackColor = System.Drawing.Color.LightSkyBlue;
     this.BtnOrigem.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnOrigem.ForeColor = System.Drawing.SystemColors.ButtonFace;
     this.BtnOrigem.Location = new System.Drawing.Point(213, 69);
     this.BtnOrigem.Name = "BtnOrigem";
     this.BtnOrigem.Size = new System.Drawing.Size(143, 41);
     this.BtnOrigem.TabIndex = 24;
     this.BtnOrigem.Text = "Equipe na Origem";
     this.BtnOrigem.UseVisualStyleBackColor = false;
     //
     // BtnPatio
     //
     this.BtnPatio.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.BtnPatio.BackColor = System.Drawing.Color.LightSkyBlue;
     this.BtnPatio.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnPatio.ForeColor = System.Drawing.SystemColors.ButtonFace;
     this.BtnPatio.Location = new System.Drawing.Point(809, 69);
     this.BtnPatio.Name = "BtnPatio";
     this.BtnPatio.Size = new System.Drawing.Size(143, 41);
     this.BtnPatio.TabIndex = 28;
     this.BtnPatio.Text = "Equipe no Pátio";
     this.BtnPatio.UseVisualStyleBackColor = false;
     //
     // EquipeLiberada
     //
     this.EquipeLiberada.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.EquipeLiberada.BackColor = System.Drawing.Color.LightSkyBlue;
     this.EquipeLiberada.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EquipeLiberada.ForeColor = System.Drawing.SystemColors.ButtonFace;
     this.EquipeLiberada.Location = new System.Drawing.Point(660, 69);
     this.EquipeLiberada.Name = "EquipeLiberada";
     this.EquipeLiberada.Size = new System.Drawing.Size(143, 41);
     this.EquipeLiberada.TabIndex = 27;
     this.EquipeLiberada.Text = "Equipe Liberada do Destino";
     this.EquipeLiberada.UseVisualStyleBackColor = false;
     //
     // BtnEquipeDestino
     //
     this.BtnEquipeDestino.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.BtnEquipeDestino.BackColor = System.Drawing.Color.LightSkyBlue;
     this.BtnEquipeDestino.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnEquipeDestino.ForeColor = System.Drawing.SystemColors.ButtonFace;
     this.BtnEquipeDestino.Location = new System.Drawing.Point(511, 69);
     this.BtnEquipeDestino.Name = "BtnEquipeDestino";
     this.BtnEquipeDestino.Size = new System.Drawing.Size(143, 41);
     this.BtnEquipeDestino.TabIndex = 26;
     this.BtnEquipeDestino.Text = "Equipe no Destino";
     this.BtnEquipeDestino.UseVisualStyleBackColor = false;
     //
     // BtnSaiuOrigem
     //
     this.BtnSaiuOrigem.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.BtnSaiuOrigem.BackColor = System.Drawing.Color.LightSkyBlue;
     this.BtnSaiuOrigem.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnSaiuOrigem.ForeColor = System.Drawing.SystemColors.ButtonFace;
     this.BtnSaiuOrigem.Location = new System.Drawing.Point(362, 69);
     this.BtnSaiuOrigem.Name = "BtnSaiuOrigem";
     this.BtnSaiuOrigem.Size = new System.Drawing.Size(143, 41);
     this.BtnSaiuOrigem.TabIndex = 25;
     this.BtnSaiuOrigem.Text = "Equipe Saiu da Origem";
     this.BtnSaiuOrigem.UseVisualStyleBackColor = false;
     //
     // BtnEquipeCiente
     //
     this.BtnEquipeCiente.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.BtnEquipeCiente.BackColor = System.Drawing.Color.LightSkyBlue;
     this.BtnEquipeCiente.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnEquipeCiente.ForeColor = System.Drawing.SystemColors.ButtonFace;
     this.BtnEquipeCiente.Location = new System.Drawing.Point(65, 67);
     this.BtnEquipeCiente.Name = "BtnEquipeCiente";
     this.BtnEquipeCiente.Size = new System.Drawing.Size(143, 41);
     this.BtnEquipeCiente.TabIndex = 23;
     this.BtnEquipeCiente.Text = "Equipe Ciente";
     this.BtnEquipeCiente.UseVisualStyleBackColor = false;
     //
     // lbDestino
     //
     this.lbDestino.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.lbDestino.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbDestino.Location = new System.Drawing.Point(543, 44);
     this.lbDestino.Name = "lbDestino";
     this.lbDestino.Size = new System.Drawing.Size(474, 18);
     this.lbDestino.TabIndex = 2;
     this.lbDestino.Text = "DESTINO";
     this.lbDestino.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label32
     //
     this.label32.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.label32.AutoSize = true;
     this.label32.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label32.Location = new System.Drawing.Point(486, 44);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(53, 20);
     this.label32.TabIndex = 1;
     this.label32.Text = "PARA";
     //
     // lbOrigem
     //
     this.lbOrigem.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.lbOrigem.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbOrigem.Location = new System.Drawing.Point(2, 44);
     this.lbOrigem.Name = "lbOrigem";
     this.lbOrigem.Size = new System.Drawing.Size(478, 18);
     this.lbOrigem.TabIndex = 0;
     this.lbOrigem.Text = "ORIGEM";
     this.lbOrigem.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label30
     //
     this.label30.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.label30.AutoSize = true;
     this.label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label30.Location = new System.Drawing.Point(388, 5);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(264, 25);
     this.label30.TabIndex = 1;
     this.label30.Text = "Solicitações Realizadas";
     //
     // panel4
     //
     this.panel4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.panel4.Controls.Add(this.label29);
     this.panel4.Controls.Add(this.button2);
     this.panel4.Controls.Add(this.comboBox1);
     this.panel4.Location = new System.Drawing.Point(428, 192);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(200, 206);
     this.panel4.TabIndex = 6;
     //
     // label29
     //
     this.label29.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.label29.AutoSize = true;
     this.label29.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label29.Location = new System.Drawing.Point(31, 22);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(147, 18);
     this.label29.TabIndex = 0;
     this.label29.Text = "Selecione a Unidade:";
     //
     // button2
     //
     this.button2.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(205)))), ((int)(((byte)(169)))));
     this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(253)))), ((int)(((byte)(243)))));
     this.button2.Location = new System.Drawing.Point(20, 145);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(167, 38);
     this.button2.TabIndex = 2;
     this.button2.Text = "Entrar";
     this.button2.UseVisualStyleBackColor = false;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // comboBox1
     //
     this.comboBox1.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
     "",
     "HMU",
     "HOSPITAL ANCHIETA(ENSINO)",
     "HOSPITAL DE CLÍNICAS MUNICIPAL SBC",
     "PSC - PRONTO SOCORRO CENTRAL",
     "UPA ALVES DIAS/ASSUNÇÃO",
     "UPA BAETA NEVES",
     "UPA DEMARCHI/BATISTINI",
     "UPA PAULICÉIA/TABOÃO",
     "UPA RIACHO GRANDE",
     "UPA RUDGE RAMOS",
     "UPA SÃO PEDRO",
     "UPA SILVINA/FERRAZÓPOLIS",
     "UPA UNIÃO/ALVARENGA"});
     this.comboBox1.Location = new System.Drawing.Point(20, 89);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(167, 21);
     this.comboBox1.TabIndex = 5;
     //
     // ReagendamentosTab
     //
     this.ReagendamentosTab.Controls.Add(this.painelReagendamento);
     this.ReagendamentosTab.Controls.Add(this.panel11);
     this.ReagendamentosTab.Location = new System.Drawing.Point(4, 22);
     this.ReagendamentosTab.Name = "ReagendamentosTab";
     this.ReagendamentosTab.Padding = new System.Windows.Forms.Padding(3);
     this.ReagendamentosTab.Size = new System.Drawing.Size(1041, 668);
     this.ReagendamentosTab.TabIndex = 4;
     this.ReagendamentosTab.Text = "Reagendamentos";
     this.ReagendamentosTab.UseVisualStyleBackColor = true;
     //
     // painelReagendamento
     //
     this.painelReagendamento.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(252)))), ((int)(((byte)(194)))));
     this.painelReagendamento.Controls.Add(this.CancelarReagendamento);
     this.painelReagendamento.Controls.Add(this.CodigoPacienteReagendamento);
     this.painelReagendamento.Controls.Add(this.destinoReagendamentos);
     this.painelReagendamento.Controls.Add(this.origemReagendamentos);
     this.painelReagendamento.Controls.Add(this.dtHrReagendamento);
     this.painelReagendamento.Controls.Add(this.label60);
     this.painelReagendamento.Controls.Add(this.groupBox4);
     this.painelReagendamento.Controls.Add(this.TodosReagendamentos);
     this.painelReagendamento.Controls.Add(this.BtnReagendar);
     this.painelReagendamento.Controls.Add(this.dataAberturaReagendamentos);
     this.painelReagendamento.Controls.Add(this.label61);
     this.painelReagendamento.Controls.Add(this.label62);
     this.painelReagendamento.Controls.Add(this.prioridadeReagendamentos);
     this.painelReagendamento.Controls.Add(this.motivoReagendamentos);
     this.painelReagendamento.Controls.Add(this.tipoMotivoReagendamentos);
     this.painelReagendamento.Controls.Add(this.localReagendamentos);
     this.painelReagendamento.Controls.Add(this.label63);
     this.painelReagendamento.Controls.Add(this.label64);
     this.painelReagendamento.Controls.Add(this.TipoAmbulanciaReagendamentos);
     this.painelReagendamento.Controls.Add(this.dataAgendamentoReagendamentos);
     this.painelReagendamento.Controls.Add(this.label65);
     this.painelReagendamento.Controls.Add(this.ObsReagendamentos);
     this.painelReagendamento.Controls.Add(this.label66);
     this.painelReagendamento.Controls.Add(this.EnderecoDestinoReagendamentos);
     this.painelReagendamento.Controls.Add(this.label67);
     this.painelReagendamento.Controls.Add(this.EnderecoOrigemReagendamentos);
     this.painelReagendamento.Controls.Add(this.label68);
     this.painelReagendamento.Controls.Add(this.label69);
     this.painelReagendamento.Controls.Add(this.label70);
     this.painelReagendamento.Controls.Add(this.label71);
     this.painelReagendamento.Controls.Add(this.label72);
     this.painelReagendamento.Controls.Add(this.label73);
     this.painelReagendamento.Controls.Add(this.diagnosticosReagendamentos);
     this.painelReagendamento.Controls.Add(this.label74);
     this.painelReagendamento.Controls.Add(this.idadeReagendamentos);
     this.painelReagendamento.Controls.Add(this.label75);
     this.painelReagendamento.Controls.Add(this.label76);
     this.painelReagendamento.Controls.Add(this.femininoReagendamentos);
     this.painelReagendamento.Controls.Add(this.masculinoReagendamentos);
     this.painelReagendamento.Controls.Add(this.pacienteReagendamentos);
     this.painelReagendamento.Controls.Add(this.label77);
     this.painelReagendamento.Controls.Add(this.label78);
     this.painelReagendamento.Controls.Add(this.telefoneReagendamentos);
     this.painelReagendamento.Controls.Add(this.solicitanteReagendamentos);
     this.painelReagendamento.Controls.Add(this.label79);
     this.painelReagendamento.Controls.Add(this.label80);
     this.painelReagendamento.Controls.Add(this.label81);
     this.painelReagendamento.Controls.Add(this.label82);
     this.painelReagendamento.Dock = System.Windows.Forms.DockStyle.Fill;
     this.painelReagendamento.Location = new System.Drawing.Point(3, 3);
     this.painelReagendamento.Name = "painelReagendamento";
     this.painelReagendamento.Size = new System.Drawing.Size(1035, 662);
     this.painelReagendamento.TabIndex = 1;
     this.painelReagendamento.Visible = false;
     //
     // CancelarReagendamento
     //
     this.CancelarReagendamento.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.CancelarReagendamento.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(95)))), ((int)(((byte)(95)))));
     this.CancelarReagendamento.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CancelarReagendamento.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.CancelarReagendamento.Location = new System.Drawing.Point(597, 604);
     this.CancelarReagendamento.Name = "CancelarReagendamento";
     this.CancelarReagendamento.Size = new System.Drawing.Size(127, 46);
     this.CancelarReagendamento.TabIndex = 139;
     this.CancelarReagendamento.Text = "Cancelar";
     this.CancelarReagendamento.UseVisualStyleBackColor = false;
     this.CancelarReagendamento.Click += new System.EventHandler(this.CancelarReagendamento_Click);
     //
     // CodigoPacienteReagendamento
     //
     this.CodigoPacienteReagendamento.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.CodigoPacienteReagendamento.AutoSize = true;
     this.CodigoPacienteReagendamento.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CodigoPacienteReagendamento.Location = new System.Drawing.Point(76, 227);
     this.CodigoPacienteReagendamento.Name = "CodigoPacienteReagendamento";
     this.CodigoPacienteReagendamento.Size = new System.Drawing.Size(22, 18);
     this.CodigoPacienteReagendamento.TabIndex = 138;
     this.CodigoPacienteReagendamento.Text = "ID";
     //
     // destinoReagendamentos
     //
     this.destinoReagendamentos.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.destinoReagendamentos.Enabled = false;
     this.destinoReagendamentos.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.destinoReagendamentos.Location = new System.Drawing.Point(597, 342);
     this.destinoReagendamentos.Name = "destinoReagendamentos";
     this.destinoReagendamentos.Size = new System.Drawing.Size(224, 21);
     this.destinoReagendamentos.TabIndex = 104;
     //
     // origemReagendamentos
     //
     this.origemReagendamentos.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.origemReagendamentos.Enabled = false;
     this.origemReagendamentos.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.origemReagendamentos.Location = new System.Drawing.Point(597, 295);
     this.origemReagendamentos.Name = "origemReagendamentos";
     this.origemReagendamentos.Size = new System.Drawing.Size(223, 21);
     this.origemReagendamentos.TabIndex = 103;
     //
     // dtHrReagendamento
     //
     this.dtHrReagendamento.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.dtHrReagendamento.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtHrReagendamento.ForeColor = System.Drawing.Color.Red;
     this.dtHrReagendamento.Location = new System.Drawing.Point(790, 527);
     this.dtHrReagendamento.Name = "dtHrReagendamento";
     this.dtHrReagendamento.Size = new System.Drawing.Size(225, 16);
     this.dtHrReagendamento.TabIndex = 102;
     this.dtHrReagendamento.Text = "DataAgendamento";
     this.dtHrReagendamento.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label60
     //
     this.label60.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label60.AutoSize = true;
     this.label60.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label60.Location = new System.Drawing.Point(594, 527);
     this.label60.Name = "label60";
     this.label60.Size = new System.Drawing.Size(190, 16);
     this.label60.TabIndex = 101;
     this.label60.Text = "Proposta de Reagendamento:";
     //
     // groupBox4
     //
     this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox4.Controls.Add(this.RespostaDoControle);
     this.groupBox4.Controls.Add(this.ListaAgendados);
     this.groupBox4.Controls.Add(this.RespostasNegadas);
     this.groupBox4.Controls.Add(this.Calendario);
     this.groupBox4.Location = new System.Drawing.Point(3, 3);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(1029, 213);
     this.groupBox4.TabIndex = 100;
     this.groupBox4.TabStop = false;
     //
     // RespostaDoControle
     //
     this.RespostaDoControle.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.RespostaDoControle.AutoSize = true;
     this.RespostaDoControle.Checked = true;
     this.RespostaDoControle.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RespostaDoControle.Location = new System.Drawing.Point(7, 10);
     this.RespostaDoControle.Name = "RespostaDoControle";
     this.RespostaDoControle.Size = new System.Drawing.Size(219, 24);
     this.RespostaDoControle.TabIndex = 96;
     this.RespostaDoControle.TabStop = true;
     this.RespostaDoControle.Text = "Solicitações agendadas (0)";
     this.RespostaDoControle.UseVisualStyleBackColor = true;
     this.RespostaDoControle.Click += new System.EventHandler(this.Encaminhados_Click);
     //
     // ListaAgendados
     //
     this.ListaAgendados.AllowUserToAddRows = false;
     this.ListaAgendados.AllowUserToDeleteRows = false;
     this.ListaAgendados.AllowUserToResizeRows = false;
     this.ListaAgendados.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.ListaAgendados.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(252)))), ((int)(((byte)(194)))));
     this.ListaAgendados.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.ListaAgendados.Location = new System.Drawing.Point(6, 34);
     this.ListaAgendados.MultiSelect = false;
     this.ListaAgendados.Name = "ListaAgendados";
     this.ListaAgendados.ReadOnly = true;
     this.ListaAgendados.RowHeadersVisible = false;
     this.ListaAgendados.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.ListaAgendados.Size = new System.Drawing.Size(781, 162);
     this.ListaAgendados.TabIndex = 1;
     this.ListaAgendados.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.ListaAgendados_CellContentClick);
     //
     // RespostasNegadas
     //
     this.RespostasNegadas.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.RespostasNegadas.AutoSize = true;
     this.RespostasNegadas.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RespostasNegadas.Location = new System.Drawing.Point(594, 10);
     this.RespostasNegadas.Name = "RespostasNegadas";
     this.RespostasNegadas.Size = new System.Drawing.Size(193, 24);
     this.RespostasNegadas.TabIndex = 95;
     this.RespostasNegadas.Text = "Respostas negadas (0)";
     this.RespostasNegadas.UseVisualStyleBackColor = true;
     this.RespostasNegadas.Click += new System.EventHandler(this.Respondidos_Click);
     //
     // Calendario
     //
     this.Calendario.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.Calendario.Location = new System.Drawing.Point(799, 34);
     this.Calendario.MaxSelectionCount = 32;
     this.Calendario.Name = "Calendario";
     this.Calendario.TabIndex = 0;
     this.Calendario.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.Calendario_DateChanged);
     //
     // TodosReagendamentos
     //
     this.TodosReagendamentos.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.TodosReagendamentos.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(124)))), ((int)(((byte)(102)))));
     this.TodosReagendamentos.Font = new System.Drawing.Font("Arial", 9.75F);
     this.TodosReagendamentos.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.TodosReagendamentos.Location = new System.Drawing.Point(730, 604);
     this.TodosReagendamentos.Name = "TodosReagendamentos";
     this.TodosReagendamentos.Size = new System.Drawing.Size(141, 46);
     this.TodosReagendamentos.TabIndex = 99;
     this.TodosReagendamentos.Text = "Reagendamentos/Negativas";
     this.TodosReagendamentos.UseVisualStyleBackColor = false;
     this.TodosReagendamentos.Click += new System.EventHandler(this.TodosReagendamentos_Click);
     //
     // BtnReagendar
     //
     this.BtnReagendar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.BtnReagendar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(120)))), ((int)(((byte)(143)))));
     this.BtnReagendar.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnReagendar.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.BtnReagendar.Location = new System.Drawing.Point(877, 604);
     this.BtnReagendar.Name = "BtnReagendar";
     this.BtnReagendar.Size = new System.Drawing.Size(152, 46);
     this.BtnReagendar.TabIndex = 98;
     this.BtnReagendar.Text = "Reagendar";
     this.BtnReagendar.UseVisualStyleBackColor = false;
     this.BtnReagendar.Visible = false;
     this.BtnReagendar.Click += new System.EventHandler(this.BtnReagendar_Click);
     //
     // dataAberturaReagendamentos
     //
     this.dataAberturaReagendamentos.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.dataAberturaReagendamentos.Enabled = false;
     this.dataAberturaReagendamentos.Location = new System.Drawing.Point(219, 277);
     this.dataAberturaReagendamentos.Name = "dataAberturaReagendamentos";
     this.dataAberturaReagendamentos.Size = new System.Drawing.Size(180, 20);
     this.dataAberturaReagendamentos.TabIndex = 94;
     //
     // label61
     //
     this.label61.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label61.AutoSize = true;
     this.label61.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label61.Location = new System.Drawing.Point(216, 257);
     this.label61.Name = "label61";
     this.label61.Size = new System.Drawing.Size(110, 16);
     this.label61.TabIndex = 93;
     this.label61.Text = "Data de Abertura";
     //
     // label62
     //
     this.label62.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label62.AutoSize = true;
     this.label62.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label62.Location = new System.Drawing.Point(46, 227);
     this.label62.Name = "label62";
     this.label62.Size = new System.Drawing.Size(24, 18);
     this.label62.TabIndex = 92;
     this.label62.Text = "ID";
     this.label62.Click += new System.EventHandler(this.label62_Click);
     //
     // prioridadeReagendamentos
     //
     this.prioridadeReagendamentos.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.prioridadeReagendamentos.Enabled = false;
     this.prioridadeReagendamentos.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.prioridadeReagendamentos.Location = new System.Drawing.Point(49, 610);
     this.prioridadeReagendamentos.Name = "prioridadeReagendamentos";
     this.prioridadeReagendamentos.Size = new System.Drawing.Size(252, 21);
     this.prioridadeReagendamentos.TabIndex = 90;
     //
     // motivoReagendamentos
     //
     this.motivoReagendamentos.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.motivoReagendamentos.Enabled = false;
     this.motivoReagendamentos.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.motivoReagendamentos.Location = new System.Drawing.Point(49, 556);
     this.motivoReagendamentos.Name = "motivoReagendamentos";
     this.motivoReagendamentos.Size = new System.Drawing.Size(252, 21);
     this.motivoReagendamentos.TabIndex = 89;
     //
     // tipoMotivoReagendamentos
     //
     this.tipoMotivoReagendamentos.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.tipoMotivoReagendamentos.Enabled = false;
     this.tipoMotivoReagendamentos.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tipoMotivoReagendamentos.Location = new System.Drawing.Point(307, 556);
     this.tipoMotivoReagendamentos.Name = "tipoMotivoReagendamentos";
     this.tipoMotivoReagendamentos.Size = new System.Drawing.Size(264, 21);
     this.tipoMotivoReagendamentos.TabIndex = 88;
     //
     // localReagendamentos
     //
     this.localReagendamentos.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.localReagendamentos.Enabled = false;
     this.localReagendamentos.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.localReagendamentos.Location = new System.Drawing.Point(205, 361);
     this.localReagendamentos.Name = "localReagendamentos";
     this.localReagendamentos.Size = new System.Drawing.Size(233, 21);
     this.localReagendamentos.TabIndex = 87;
     //
     // label63
     //
     this.label63.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label63.AutoSize = true;
     this.label63.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label63.Location = new System.Drawing.Point(441, 342);
     this.label63.Name = "label63";
     this.label63.Size = new System.Drawing.Size(65, 16);
     this.label63.TabIndex = 84;
     this.label63.Text = "Telefone:";
     //
     // label64
     //
     this.label64.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label64.AutoSize = true;
     this.label64.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label64.Location = new System.Drawing.Point(202, 342);
     this.label64.Name = "label64";
     this.label64.Size = new System.Drawing.Size(133, 16);
     this.label64.TabIndex = 83;
     this.label64.Text = "Local da Solicitação:";
     //
     // TipoAmbulanciaReagendamentos
     //
     this.TipoAmbulanciaReagendamentos.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.TipoAmbulanciaReagendamentos.Enabled = false;
     this.TipoAmbulanciaReagendamentos.Location = new System.Drawing.Point(49, 277);
     this.TipoAmbulanciaReagendamentos.Name = "TipoAmbulanciaReagendamentos";
     this.TipoAmbulanciaReagendamentos.Size = new System.Drawing.Size(154, 20);
     this.TipoAmbulanciaReagendamentos.TabIndex = 82;
     //
     // dataAgendamentoReagendamentos
     //
     this.dataAgendamentoReagendamentos.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.dataAgendamentoReagendamentos.Enabled = false;
     this.dataAgendamentoReagendamentos.Location = new System.Drawing.Point(405, 277);
     this.dataAgendamentoReagendamentos.Name = "dataAgendamentoReagendamentos";
     this.dataAgendamentoReagendamentos.Size = new System.Drawing.Size(166, 20);
     this.dataAgendamentoReagendamentos.TabIndex = 81;
     //
     // label65
     //
     this.label65.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label65.AutoSize = true;
     this.label65.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label65.Location = new System.Drawing.Point(51, 591);
     this.label65.Name = "label65";
     this.label65.Size = new System.Drawing.Size(74, 16);
     this.label65.TabIndex = 80;
     this.label65.Text = "Prioridade:";
     //
     // ObsReagendamentos
     //
     this.ObsReagendamentos.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.ObsReagendamentos.Enabled = false;
     this.ObsReagendamentos.Location = new System.Drawing.Point(597, 406);
     this.ObsReagendamentos.Name = "ObsReagendamentos";
     this.ObsReagendamentos.Size = new System.Drawing.Size(415, 109);
     this.ObsReagendamentos.TabIndex = 78;
     this.ObsReagendamentos.Text = "";
     //
     // label66
     //
     this.label66.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label66.AutoSize = true;
     this.label66.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label66.Location = new System.Drawing.Point(594, 377);
     this.label66.Name = "label66";
     this.label66.Size = new System.Drawing.Size(93, 16);
     this.label66.TabIndex = 77;
     this.label66.Text = "Observações:";
     //
     // EnderecoDestinoReagendamentos
     //
     this.EnderecoDestinoReagendamentos.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.EnderecoDestinoReagendamentos.Enabled = false;
     this.EnderecoDestinoReagendamentos.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EnderecoDestinoReagendamentos.Location = new System.Drawing.Point(827, 342);
     this.EnderecoDestinoReagendamentos.Name = "EnderecoDestinoReagendamentos";
     this.EnderecoDestinoReagendamentos.Size = new System.Drawing.Size(185, 21);
     this.EnderecoDestinoReagendamentos.TabIndex = 76;
     //
     // label67
     //
     this.label67.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label67.AutoSize = true;
     this.label67.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label67.Location = new System.Drawing.Point(824, 323);
     this.label67.Name = "label67";
     this.label67.Size = new System.Drawing.Size(138, 16);
     this.label67.TabIndex = 75;
     this.label67.Text = "Endereço do Destino:";
     //
     // EnderecoOrigemReagendamentos
     //
     this.EnderecoOrigemReagendamentos.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.EnderecoOrigemReagendamentos.Enabled = false;
     this.EnderecoOrigemReagendamentos.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EnderecoOrigemReagendamentos.Location = new System.Drawing.Point(826, 295);
     this.EnderecoOrigemReagendamentos.Name = "EnderecoOrigemReagendamentos";
     this.EnderecoOrigemReagendamentos.Size = new System.Drawing.Size(186, 21);
     this.EnderecoOrigemReagendamentos.TabIndex = 74;
     //
     // label68
     //
     this.label68.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label68.AutoSize = true;
     this.label68.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label68.Location = new System.Drawing.Point(824, 277);
     this.label68.Name = "label68";
     this.label68.Size = new System.Drawing.Size(136, 16);
     this.label68.TabIndex = 73;
     this.label68.Text = "Endereço da Origem:";
     //
     // label69
     //
     this.label69.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label69.AutoSize = true;
     this.label69.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label69.Location = new System.Drawing.Point(594, 323);
     this.label69.Name = "label69";
     this.label69.Size = new System.Drawing.Size(132, 16);
     this.label69.TabIndex = 72;
     this.label69.Text = "Destino do Paciente:";
     //
     // label70
     //
     this.label70.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label70.AutoSize = true;
     this.label70.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label70.Location = new System.Drawing.Point(594, 271);
     this.label70.Name = "label70";
     this.label70.Size = new System.Drawing.Size(130, 16);
     this.label70.TabIndex = 70;
     this.label70.Text = "Origem do Paciente:";
     //
     // label71
     //
     this.label71.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label71.AutoSize = true;
     this.label71.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label71.Location = new System.Drawing.Point(594, 238);
     this.label71.Name = "label71";
     this.label71.Size = new System.Drawing.Size(168, 18);
     this.label71.TabIndex = 68;
     this.label71.Text = "Dados do Transporte";
     //
     // label72
     //
     this.label72.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label72.AutoSize = true;
     this.label72.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label72.Location = new System.Drawing.Point(304, 537);
     this.label72.Name = "label72";
     this.label72.Size = new System.Drawing.Size(181, 16);
     this.label72.TabIndex = 67;
     this.label72.Text = "Tipo do Motivo Selecionado:";
     //
     // label73
     //
     this.label73.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label73.AutoSize = true;
     this.label73.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label73.Location = new System.Drawing.Point(48, 537);
     this.label73.Name = "label73";
     this.label73.Size = new System.Drawing.Size(132, 16);
     this.label73.TabIndex = 65;
     this.label73.Text = "Motivo do Chamado:";
     //
     // diagnosticosReagendamentos
     //
     this.diagnosticosReagendamentos.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.diagnosticosReagendamentos.Enabled = false;
     this.diagnosticosReagendamentos.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.diagnosticosReagendamentos.Location = new System.Drawing.Point(49, 503);
     this.diagnosticosReagendamentos.Name = "diagnosticosReagendamentos";
     this.diagnosticosReagendamentos.Size = new System.Drawing.Size(522, 21);
     this.diagnosticosReagendamentos.TabIndex = 63;
     //
     // label74
     //
     this.label74.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label74.AutoSize = true;
     this.label74.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label74.Location = new System.Drawing.Point(46, 484);
     this.label74.Name = "label74";
     this.label74.Size = new System.Drawing.Size(183, 16);
     this.label74.TabIndex = 62;
     this.label74.Text = "Diagnóstico/Queixa principal:";
     //
     // idadeReagendamentos
     //
     this.idadeReagendamentos.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.idadeReagendamentos.Enabled = false;
     this.idadeReagendamentos.Location = new System.Drawing.Point(510, 451);
     this.idadeReagendamentos.MaxLength = 3;
     this.idadeReagendamentos.Name = "idadeReagendamentos";
     this.idadeReagendamentos.Size = new System.Drawing.Size(61, 20);
     this.idadeReagendamentos.TabIndex = 61;
     //
     // label75
     //
     this.label75.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label75.AutoSize = true;
     this.label75.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label75.Location = new System.Drawing.Point(507, 431);
     this.label75.Name = "label75";
     this.label75.Size = new System.Drawing.Size(46, 16);
     this.label75.TabIndex = 60;
     this.label75.Text = "Idade:";
     //
     // label76
     //
     this.label76.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label76.AutoSize = true;
     this.label76.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label76.Location = new System.Drawing.Point(333, 432);
     this.label76.Name = "label76";
     this.label76.Size = new System.Drawing.Size(42, 16);
     this.label76.TabIndex = 59;
     this.label76.Text = "Sexo:";
     //
     // femininoReagendamentos
     //
     this.femininoReagendamentos.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.femininoReagendamentos.AutoSize = true;
     this.femininoReagendamentos.Enabled = false;
     this.femininoReagendamentos.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.femininoReagendamentos.Location = new System.Drawing.Point(415, 452);
     this.femininoReagendamentos.Name = "femininoReagendamentos";
     this.femininoReagendamentos.Size = new System.Drawing.Size(77, 19);
     this.femininoReagendamentos.TabIndex = 58;
     this.femininoReagendamentos.Text = "Feminino";
     this.femininoReagendamentos.UseVisualStyleBackColor = true;
     //
     // masculinoReagendamentos
     //
     this.masculinoReagendamentos.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.masculinoReagendamentos.AutoSize = true;
     this.masculinoReagendamentos.Enabled = false;
     this.masculinoReagendamentos.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.masculinoReagendamentos.Location = new System.Drawing.Point(327, 452);
     this.masculinoReagendamentos.Name = "masculinoReagendamentos";
     this.masculinoReagendamentos.Size = new System.Drawing.Size(82, 19);
     this.masculinoReagendamentos.TabIndex = 57;
     this.masculinoReagendamentos.Text = "Masculino";
     this.masculinoReagendamentos.UseVisualStyleBackColor = true;
     //
     // pacienteReagendamentos
     //
     this.pacienteReagendamentos.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.pacienteReagendamentos.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.pacienteReagendamentos.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     this.pacienteReagendamentos.Enabled = false;
     this.pacienteReagendamentos.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pacienteReagendamentos.Location = new System.Drawing.Point(49, 450);
     this.pacienteReagendamentos.Name = "pacienteReagendamentos";
     this.pacienteReagendamentos.Size = new System.Drawing.Size(265, 21);
     this.pacienteReagendamentos.TabIndex = 56;
     //
     // label77
     //
     this.label77.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label77.AutoSize = true;
     this.label77.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label77.Location = new System.Drawing.Point(46, 431);
     this.label77.Name = "label77";
     this.label77.Size = new System.Drawing.Size(123, 16);
     this.label77.TabIndex = 55;
     this.label77.Text = "Nome do Paciente:";
     //
     // label78
     //
     this.label78.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label78.AutoSize = true;
     this.label78.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label78.Location = new System.Drawing.Point(46, 398);
     this.label78.Name = "label78";
     this.label78.Size = new System.Drawing.Size(149, 18);
     this.label78.TabIndex = 54;
     this.label78.Text = "Dados do paciente";
     //
     // telefoneReagendamentos
     //
     this.telefoneReagendamentos.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.telefoneReagendamentos.Enabled = false;
     this.telefoneReagendamentos.Location = new System.Drawing.Point(444, 363);
     this.telefoneReagendamentos.Name = "telefoneReagendamentos";
     this.telefoneReagendamentos.Size = new System.Drawing.Size(127, 20);
     this.telefoneReagendamentos.TabIndex = 53;
     //
     // solicitanteReagendamentos
     //
     this.solicitanteReagendamentos.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.solicitanteReagendamentos.Enabled = false;
     this.solicitanteReagendamentos.Location = new System.Drawing.Point(49, 361);
     this.solicitanteReagendamentos.Name = "solicitanteReagendamentos";
     this.solicitanteReagendamentos.Size = new System.Drawing.Size(141, 20);
     this.solicitanteReagendamentos.TabIndex = 51;
     //
     // label79
     //
     this.label79.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label79.AutoSize = true;
     this.label79.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label79.Location = new System.Drawing.Point(46, 342);
     this.label79.Name = "label79";
     this.label79.Size = new System.Drawing.Size(48, 16);
     this.label79.TabIndex = 50;
     this.label79.Text = "Nome:";
     //
     // label80
     //
     this.label80.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label80.AutoSize = true;
     this.label80.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label80.Location = new System.Drawing.Point(46, 312);
     this.label80.Name = "label80";
     this.label80.Size = new System.Drawing.Size(163, 18);
     this.label80.TabIndex = 49;
     this.label80.Text = "Dados do solicitante";
     //
     // label81
     //
     this.label81.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label81.AutoSize = true;
     this.label81.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label81.Location = new System.Drawing.Point(402, 258);
     this.label81.Name = "label81";
     this.label81.Size = new System.Drawing.Size(144, 16);
     this.label81.TabIndex = 47;
     this.label81.Text = "Data do Agendamento";
     //
     // label82
     //
     this.label82.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label82.AutoSize = true;
     this.label82.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label82.Location = new System.Drawing.Point(46, 258);
     this.label82.Name = "label82";
     this.label82.Size = new System.Drawing.Size(129, 16);
     this.label82.TabIndex = 46;
     this.label82.Text = "Tipo da Ambulância";
     //
     // panel11
     //
     this.panel11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.panel11.Controls.Add(this.label83);
     this.panel11.Controls.Add(this.EntrarReagendamentos);
     this.panel11.Controls.Add(this.unidadesReagenda);
     this.panel11.Location = new System.Drawing.Point(428, 192);
     this.panel11.Name = "panel11";
     this.panel11.Size = new System.Drawing.Size(200, 206);
     this.panel11.TabIndex = 140;
     //
     // label83
     //
     this.label83.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.label83.AutoSize = true;
     this.label83.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label83.Location = new System.Drawing.Point(31, 22);
     this.label83.Name = "label83";
     this.label83.Size = new System.Drawing.Size(147, 18);
     this.label83.TabIndex = 0;
     this.label83.Text = "Selecione a Unidade:";
     //
     // EntrarReagendamentos
     //
     this.EntrarReagendamentos.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.EntrarReagendamentos.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(205)))), ((int)(((byte)(169)))));
     this.EntrarReagendamentos.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EntrarReagendamentos.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(253)))), ((int)(((byte)(243)))));
     this.EntrarReagendamentos.Location = new System.Drawing.Point(20, 145);
     this.EntrarReagendamentos.Name = "EntrarReagendamentos";
     this.EntrarReagendamentos.Size = new System.Drawing.Size(167, 38);
     this.EntrarReagendamentos.TabIndex = 2;
     this.EntrarReagendamentos.Text = "Entrar";
     this.EntrarReagendamentos.UseVisualStyleBackColor = false;
     this.EntrarReagendamentos.Click += new System.EventHandler(this.EntrarReagendamentos_Click);
     //
     // unidadesReagenda
     //
     this.unidadesReagenda.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.unidadesReagenda.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.unidadesReagenda.FormattingEnabled = true;
     this.unidadesReagenda.Items.AddRange(new object[] {
     "",
     "HMU",
     "HOSPITAL ANCHIETA(ENSINO)",
     "HOSPITAL DE CLÍNICAS MUNICIPAL SBC",
     "PSC - PRONTO SOCORRO CENTRAL",
     "UPA ALVES DIAS/ASSUNÇÃO",
     "UPA BAETA NEVES",
     "UPA DEMARCHI/BATISTINI",
     "UPA PAULICÉIA/TABOÃO",
     "UPA RIACHO GRANDE",
     "UPA RUDGE RAMOS",
     "UPA SÃO PEDRO",
     "UPA SILVINA/FERRAZÓPOLIS",
     "UPA UNIÃO/ALVARENGA"});
     this.unidadesReagenda.Location = new System.Drawing.Point(20, 89);
     this.unidadesReagenda.Name = "unidadesReagenda";
     this.unidadesReagenda.Size = new System.Drawing.Size(167, 21);
     this.unidadesReagenda.TabIndex = 5;
     //
     // Cancelar
     //
     this.Cancelar.Controls.Add(this.PainelCancelar);
     this.Cancelar.Controls.Add(this.panel9);
     this.Cancelar.Location = new System.Drawing.Point(4, 22);
     this.Cancelar.Name = "Cancelar";
     this.Cancelar.Padding = new System.Windows.Forms.Padding(3);
     this.Cancelar.Size = new System.Drawing.Size(1041, 668);
     this.Cancelar.TabIndex = 3;
     this.Cancelar.Text = "Cancelar Solicitações";
     this.Cancelar.UseVisualStyleBackColor = true;
     //
     // PainelCancelar
     //
     this.PainelCancelar.Controls.Add(this.ListaCancelar);
     this.PainelCancelar.Controls.Add(this.CodigoId);
     this.PainelCancelar.Controls.Add(this.label35);
     this.PainelCancelar.Controls.Add(this.BtnCancelar);
     this.PainelCancelar.Controls.Add(this.BtnCancelarAtualizar);
     this.PainelCancelar.Controls.Add(this.CObs);
     this.PainelCancelar.Controls.Add(this.label51);
     this.PainelCancelar.Controls.Add(this.label57);
     this.PainelCancelar.Controls.Add(this.label50);
     this.PainelCancelar.Controls.Add(this.COrigem);
     this.PainelCancelar.Controls.Add(this.label49);
     this.PainelCancelar.Controls.Add(this.CDestino);
     this.PainelCancelar.Controls.Add(this.label48);
     this.PainelCancelar.Controls.Add(this.CEnderecoDestino);
     this.PainelCancelar.Controls.Add(this.NomeSolicitante);
     this.PainelCancelar.Controls.Add(this.label52);
     this.PainelCancelar.Controls.Add(this.Telefone);
     this.PainelCancelar.Controls.Add(this.CEnderecoOrigem);
     this.PainelCancelar.Controls.Add(this.label47);
     this.PainelCancelar.Controls.Add(this.label53);
     this.PainelCancelar.Controls.Add(this.label46);
     this.PainelCancelar.Controls.Add(this.label54);
     this.PainelCancelar.Controls.Add(this.NomePaciente);
     this.PainelCancelar.Controls.Add(this.label55);
     this.PainelCancelar.Controls.Add(this.radioButton2);
     this.PainelCancelar.Controls.Add(this.label56);
     this.PainelCancelar.Controls.Add(this.radioButton1);
     this.PainelCancelar.Controls.Add(this.DataInicio);
     this.PainelCancelar.Controls.Add(this.label45);
     this.PainelCancelar.Controls.Add(this.label36);
     this.PainelCancelar.Controls.Add(this.label44);
     this.PainelCancelar.Controls.Add(this.label37);
     this.PainelCancelar.Controls.Add(this.Idade);
     this.PainelCancelar.Controls.Add(this.PrioridadeCancelar);
     this.PainelCancelar.Controls.Add(this.label43);
     this.PainelCancelar.Controls.Add(this.MotivoChamado);
     this.PainelCancelar.Controls.Add(this.Diagnostico);
     this.PainelCancelar.Controls.Add(this.TipoMotivoSelecionado);
     this.PainelCancelar.Controls.Add(this.label42);
     this.PainelCancelar.Controls.Add(this.LocalSolicitacao);
     this.PainelCancelar.Controls.Add(this.label41);
     this.PainelCancelar.Controls.Add(this.label38);
     this.PainelCancelar.Controls.Add(this.label40);
     this.PainelCancelar.Controls.Add(this.label39);
     this.PainelCancelar.Controls.Add(this.DataHrAgendamento);
     this.PainelCancelar.Controls.Add(this.Tipo);
     this.PainelCancelar.Dock = System.Windows.Forms.DockStyle.Fill;
     this.PainelCancelar.Location = new System.Drawing.Point(3, 3);
     this.PainelCancelar.Name = "PainelCancelar";
     this.PainelCancelar.Size = new System.Drawing.Size(1035, 662);
     this.PainelCancelar.TabIndex = 138;
     this.PainelCancelar.Visible = false;
     //
     // ListaCancelar
     //
     this.ListaCancelar.AllowUserToAddRows = false;
     this.ListaCancelar.AllowUserToDeleteRows = false;
     this.ListaCancelar.AllowUserToResizeRows = false;
     this.ListaCancelar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.ListaCancelar.BackgroundColor = System.Drawing.Color.WhiteSmoke;
     this.ListaCancelar.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.ListaCancelar.Location = new System.Drawing.Point(25, 45);
     this.ListaCancelar.MultiSelect = false;
     this.ListaCancelar.Name = "ListaCancelar";
     this.ListaCancelar.ReadOnly = true;
     this.ListaCancelar.RowHeadersVisible = false;
     this.ListaCancelar.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.ListaCancelar.Size = new System.Drawing.Size(995, 198);
     this.ListaCancelar.TabIndex = 6;
     this.ListaCancelar.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.ListaCancelar_CellContentClick);
     //
     // CodigoId
     //
     this.CodigoId.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.CodigoId.AutoSize = true;
     this.CodigoId.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CodigoId.Location = new System.Drawing.Point(50, 246);
     this.CodigoId.Name = "CodigoId";
     this.CodigoId.Size = new System.Drawing.Size(22, 18);
     this.CodigoId.TabIndex = 137;
     this.CodigoId.Text = "ID";
     //
     // label35
     //
     this.label35.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.label35.AutoSize = true;
     this.label35.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label35.Location = new System.Drawing.Point(413, 8);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(241, 25);
     this.label35.TabIndex = 2;
     this.label35.Text = "Cancelar Solicitações";
     //
     // BtnCancelar
     //
     this.BtnCancelar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.BtnCancelar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(95)))), ((int)(((byte)(95)))));
     this.BtnCancelar.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnCancelar.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.BtnCancelar.Location = new System.Drawing.Point(717, 599);
     this.BtnCancelar.Name = "BtnCancelar";
     this.BtnCancelar.Size = new System.Drawing.Size(194, 46);
     this.BtnCancelar.TabIndex = 136;
     this.BtnCancelar.Text = "Cancelar";
     this.BtnCancelar.UseVisualStyleBackColor = false;
     this.BtnCancelar.Click += new System.EventHandler(this.BtnCancelar_Click);
     //
     // BtnCancelarAtualizar
     //
     this.BtnCancelarAtualizar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.BtnCancelarAtualizar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(124)))), ((int)(((byte)(185)))));
     this.BtnCancelarAtualizar.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnCancelarAtualizar.ForeColor = System.Drawing.Color.White;
     this.BtnCancelarAtualizar.Location = new System.Drawing.Point(909, 5);
     this.BtnCancelarAtualizar.Name = "BtnCancelarAtualizar";
     this.BtnCancelarAtualizar.Size = new System.Drawing.Size(111, 36);
     this.BtnCancelarAtualizar.TabIndex = 38;
     this.BtnCancelarAtualizar.Text = "Atualizar";
     this.BtnCancelarAtualizar.UseVisualStyleBackColor = false;
     this.BtnCancelarAtualizar.Click += new System.EventHandler(this.button1_Click);
     //
     // CObs
     //
     this.CObs.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.CObs.Enabled = false;
     this.CObs.Location = new System.Drawing.Point(594, 461);
     this.CObs.Name = "CObs";
     this.CObs.Size = new System.Drawing.Size(415, 109);
     this.CObs.TabIndex = 135;
     this.CObs.Text = "";
     //
     // label51
     //
     this.label51.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label51.AutoSize = true;
     this.label51.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label51.Location = new System.Drawing.Point(20, 277);
     this.label51.Name = "label51";
     this.label51.Size = new System.Drawing.Size(132, 16);
     this.label51.TabIndex = 95;
     this.label51.Text = "Tipo da Ambulância:";
     //
     // label57
     //
     this.label57.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label57.AutoSize = true;
     this.label57.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label57.Location = new System.Drawing.Point(591, 436);
     this.label57.Name = "label57";
     this.label57.Size = new System.Drawing.Size(93, 16);
     this.label57.TabIndex = 134;
     this.label57.Text = "Observações:";
     //
     // label50
     //
     this.label50.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label50.AutoSize = true;
     this.label50.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label50.Location = new System.Drawing.Point(376, 277);
     this.label50.Name = "label50";
     this.label50.Size = new System.Drawing.Size(147, 16);
     this.label50.TabIndex = 96;
     this.label50.Text = "Data do Agendamento:";
     //
     // COrigem
     //
     this.COrigem.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.COrigem.Enabled = false;
     this.COrigem.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.COrigem.Location = new System.Drawing.Point(594, 355);
     this.COrigem.Name = "COrigem";
     this.COrigem.Size = new System.Drawing.Size(223, 21);
     this.COrigem.TabIndex = 133;
     //
     // label49
     //
     this.label49.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label49.AutoSize = true;
     this.label49.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label49.Location = new System.Drawing.Point(20, 325);
     this.label49.Name = "label49";
     this.label49.Size = new System.Drawing.Size(163, 18);
     this.label49.TabIndex = 97;
     this.label49.Text = "Dados do solicitante";
     //
     // CDestino
     //
     this.CDestino.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.CDestino.Enabled = false;
     this.CDestino.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CDestino.Location = new System.Drawing.Point(594, 402);
     this.CDestino.Name = "CDestino";
     this.CDestino.Size = new System.Drawing.Size(223, 21);
     this.CDestino.TabIndex = 132;
     //
     // label48
     //
     this.label48.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label48.AutoSize = true;
     this.label48.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label48.Location = new System.Drawing.Point(20, 353);
     this.label48.Name = "label48";
     this.label48.Size = new System.Drawing.Size(48, 16);
     this.label48.TabIndex = 98;
     this.label48.Text = "Nome:";
     //
     // CEnderecoDestino
     //
     this.CEnderecoDestino.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.CEnderecoDestino.Enabled = false;
     this.CEnderecoDestino.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CEnderecoDestino.Location = new System.Drawing.Point(824, 402);
     this.CEnderecoDestino.Name = "CEnderecoDestino";
     this.CEnderecoDestino.Size = new System.Drawing.Size(185, 21);
     this.CEnderecoDestino.TabIndex = 131;
     //
     // NomeSolicitante
     //
     this.NomeSolicitante.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.NomeSolicitante.Enabled = false;
     this.NomeSolicitante.Location = new System.Drawing.Point(23, 372);
     this.NomeSolicitante.Name = "NomeSolicitante";
     this.NomeSolicitante.Size = new System.Drawing.Size(141, 20);
     this.NomeSolicitante.TabIndex = 99;
     //
     // label52
     //
     this.label52.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label52.AutoSize = true;
     this.label52.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label52.Location = new System.Drawing.Point(821, 383);
     this.label52.Name = "label52";
     this.label52.Size = new System.Drawing.Size(138, 16);
     this.label52.TabIndex = 130;
     this.label52.Text = "Endereço do Destino:";
     //
     // Telefone
     //
     this.Telefone.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.Telefone.Enabled = false;
     this.Telefone.Location = new System.Drawing.Point(418, 374);
     this.Telefone.Name = "Telefone";
     this.Telefone.Size = new System.Drawing.Size(127, 20);
     this.Telefone.TabIndex = 100;
     //
     // CEnderecoOrigem
     //
     this.CEnderecoOrigem.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.CEnderecoOrigem.Enabled = false;
     this.CEnderecoOrigem.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CEnderecoOrigem.Location = new System.Drawing.Point(823, 355);
     this.CEnderecoOrigem.Name = "CEnderecoOrigem";
     this.CEnderecoOrigem.Size = new System.Drawing.Size(186, 21);
     this.CEnderecoOrigem.TabIndex = 129;
     //
     // label47
     //
     this.label47.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label47.AutoSize = true;
     this.label47.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label47.Location = new System.Drawing.Point(20, 402);
     this.label47.Name = "label47";
     this.label47.Size = new System.Drawing.Size(149, 18);
     this.label47.TabIndex = 101;
     this.label47.Text = "Dados do paciente";
     //
     // label53
     //
     this.label53.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label53.AutoSize = true;
     this.label53.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label53.Location = new System.Drawing.Point(821, 337);
     this.label53.Name = "label53";
     this.label53.Size = new System.Drawing.Size(136, 16);
     this.label53.TabIndex = 128;
     this.label53.Text = "Endereço da Origem:";
     //
     // label46
     //
     this.label46.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label46.AutoSize = true;
     this.label46.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label46.Location = new System.Drawing.Point(20, 427);
     this.label46.Name = "label46";
     this.label46.Size = new System.Drawing.Size(123, 16);
     this.label46.TabIndex = 102;
     this.label46.Text = "Nome do Paciente:";
     //
     // label54
     //
     this.label54.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label54.AutoSize = true;
     this.label54.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label54.Location = new System.Drawing.Point(591, 383);
     this.label54.Name = "label54";
     this.label54.Size = new System.Drawing.Size(132, 16);
     this.label54.TabIndex = 127;
     this.label54.Text = "Destino do Paciente:";
     //
     // NomePaciente
     //
     this.NomePaciente.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.NomePaciente.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.NomePaciente.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     this.NomePaciente.Enabled = false;
     this.NomePaciente.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.NomePaciente.Location = new System.Drawing.Point(23, 446);
     this.NomePaciente.Name = "NomePaciente";
     this.NomePaciente.Size = new System.Drawing.Size(265, 21);
     this.NomePaciente.TabIndex = 103;
     //
     // label55
     //
     this.label55.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label55.AutoSize = true;
     this.label55.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label55.Location = new System.Drawing.Point(591, 331);
     this.label55.Name = "label55";
     this.label55.Size = new System.Drawing.Size(130, 16);
     this.label55.TabIndex = 126;
     this.label55.Text = "Origem do Paciente:";
     //
     // radioButton2
     //
     this.radioButton2.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.radioButton2.AutoSize = true;
     this.radioButton2.Enabled = false;
     this.radioButton2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radioButton2.Location = new System.Drawing.Point(301, 448);
     this.radioButton2.Name = "radioButton2";
     this.radioButton2.Size = new System.Drawing.Size(82, 19);
     this.radioButton2.TabIndex = 104;
     this.radioButton2.Text = "Masculino";
     this.radioButton2.UseVisualStyleBackColor = true;
     //
     // label56
     //
     this.label56.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label56.AutoSize = true;
     this.label56.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label56.Location = new System.Drawing.Point(591, 298);
     this.label56.Name = "label56";
     this.label56.Size = new System.Drawing.Size(168, 18);
     this.label56.TabIndex = 125;
     this.label56.Text = "Dados do Transporte";
     //
     // radioButton1
     //
     this.radioButton1.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.radioButton1.AutoSize = true;
     this.radioButton1.Enabled = false;
     this.radioButton1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radioButton1.Location = new System.Drawing.Point(389, 448);
     this.radioButton1.Name = "radioButton1";
     this.radioButton1.Size = new System.Drawing.Size(77, 19);
     this.radioButton1.TabIndex = 105;
     this.radioButton1.Text = "Feminino";
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // DataInicio
     //
     this.DataInicio.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.DataInicio.Enabled = false;
     this.DataInicio.Location = new System.Drawing.Point(193, 296);
     this.DataInicio.Name = "DataInicio";
     this.DataInicio.Size = new System.Drawing.Size(166, 20);
     this.DataInicio.TabIndex = 124;
     //
     // label45
     //
     this.label45.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label45.AutoSize = true;
     this.label45.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label45.Location = new System.Drawing.Point(307, 428);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(42, 16);
     this.label45.TabIndex = 106;
     this.label45.Text = "Sexo:";
     //
     // label36
     //
     this.label36.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label36.AutoSize = true;
     this.label36.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label36.Location = new System.Drawing.Point(190, 276);
     this.label36.Name = "label36";
     this.label36.Size = new System.Drawing.Size(113, 16);
     this.label36.TabIndex = 123;
     this.label36.Text = "Data de Abertura:";
     //
     // label44
     //
     this.label44.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label44.AutoSize = true;
     this.label44.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label44.Location = new System.Drawing.Point(481, 427);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(46, 16);
     this.label44.TabIndex = 107;
     this.label44.Text = "Idade:";
     //
     // label37
     //
     this.label37.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label37.AutoSize = true;
     this.label37.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label37.Location = new System.Drawing.Point(20, 246);
     this.label37.Name = "label37";
     this.label37.Size = new System.Drawing.Size(24, 18);
     this.label37.TabIndex = 122;
     this.label37.Text = "ID";
     this.label37.Click += new System.EventHandler(this.label37_Click);
     //
     // Idade
     //
     this.Idade.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.Idade.Enabled = false;
     this.Idade.Location = new System.Drawing.Point(484, 447);
     this.Idade.MaxLength = 3;
     this.Idade.Name = "Idade";
     this.Idade.Size = new System.Drawing.Size(61, 20);
     this.Idade.TabIndex = 108;
     //
     // PrioridadeCancelar
     //
     this.PrioridadeCancelar.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.PrioridadeCancelar.Enabled = false;
     this.PrioridadeCancelar.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PrioridadeCancelar.Location = new System.Drawing.Point(23, 599);
     this.PrioridadeCancelar.Name = "PrioridadeCancelar";
     this.PrioridadeCancelar.Size = new System.Drawing.Size(252, 21);
     this.PrioridadeCancelar.TabIndex = 121;
     //
     // label43
     //
     this.label43.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label43.AutoSize = true;
     this.label43.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label43.Location = new System.Drawing.Point(20, 477);
     this.label43.Name = "label43";
     this.label43.Size = new System.Drawing.Size(183, 16);
     this.label43.TabIndex = 109;
     this.label43.Text = "Diagnóstico/Queixa principal:";
     //
     // MotivoChamado
     //
     this.MotivoChamado.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.MotivoChamado.Enabled = false;
     this.MotivoChamado.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MotivoChamado.Location = new System.Drawing.Point(23, 548);
     this.MotivoChamado.Name = "MotivoChamado";
     this.MotivoChamado.Size = new System.Drawing.Size(252, 21);
     this.MotivoChamado.TabIndex = 120;
     //
     // Diagnostico
     //
     this.Diagnostico.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.Diagnostico.Enabled = false;
     this.Diagnostico.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Diagnostico.Location = new System.Drawing.Point(23, 496);
     this.Diagnostico.Name = "Diagnostico";
     this.Diagnostico.Size = new System.Drawing.Size(522, 21);
     this.Diagnostico.TabIndex = 110;
     //
     // TipoMotivoSelecionado
     //
     this.TipoMotivoSelecionado.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.TipoMotivoSelecionado.Enabled = false;
     this.TipoMotivoSelecionado.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TipoMotivoSelecionado.Location = new System.Drawing.Point(281, 548);
     this.TipoMotivoSelecionado.Name = "TipoMotivoSelecionado";
     this.TipoMotivoSelecionado.Size = new System.Drawing.Size(264, 21);
     this.TipoMotivoSelecionado.TabIndex = 119;
     //
     // label42
     //
     this.label42.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label42.AutoSize = true;
     this.label42.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label42.Location = new System.Drawing.Point(22, 529);
     this.label42.Name = "label42";
     this.label42.Size = new System.Drawing.Size(132, 16);
     this.label42.TabIndex = 111;
     this.label42.Text = "Motivo do Chamado:";
     //
     // LocalSolicitacao
     //
     this.LocalSolicitacao.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.LocalSolicitacao.Enabled = false;
     this.LocalSolicitacao.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LocalSolicitacao.Location = new System.Drawing.Point(179, 372);
     this.LocalSolicitacao.Name = "LocalSolicitacao";
     this.LocalSolicitacao.Size = new System.Drawing.Size(211, 21);
     this.LocalSolicitacao.TabIndex = 118;
     //
     // label41
     //
     this.label41.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label41.AutoSize = true;
     this.label41.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label41.Location = new System.Drawing.Point(278, 529);
     this.label41.Name = "label41";
     this.label41.Size = new System.Drawing.Size(181, 16);
     this.label41.TabIndex = 112;
     this.label41.Text = "Tipo do Motivo Selecionado:";
     //
     // label38
     //
     this.label38.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label38.AutoSize = true;
     this.label38.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label38.Location = new System.Drawing.Point(415, 353);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(65, 16);
     this.label38.TabIndex = 117;
     this.label38.Text = "Telefone:";
     //
     // label40
     //
     this.label40.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label40.AutoSize = true;
     this.label40.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label40.Location = new System.Drawing.Point(20, 580);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(74, 16);
     this.label40.TabIndex = 113;
     this.label40.Text = "Prioridade:";
     //
     // label39
     //
     this.label39.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label39.AutoSize = true;
     this.label39.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label39.Location = new System.Drawing.Point(176, 353);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(133, 16);
     this.label39.TabIndex = 116;
     this.label39.Text = "Local da Solicitação:";
     //
     // DataHrAgendamento
     //
     this.DataHrAgendamento.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.DataHrAgendamento.Enabled = false;
     this.DataHrAgendamento.Location = new System.Drawing.Point(379, 296);
     this.DataHrAgendamento.Name = "DataHrAgendamento";
     this.DataHrAgendamento.Size = new System.Drawing.Size(166, 20);
     this.DataHrAgendamento.TabIndex = 114;
     //
     // Tipo
     //
     this.Tipo.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.Tipo.Enabled = false;
     this.Tipo.Location = new System.Drawing.Point(23, 296);
     this.Tipo.Name = "Tipo";
     this.Tipo.Size = new System.Drawing.Size(154, 20);
     this.Tipo.TabIndex = 115;
     //
     // panel9
     //
     this.panel9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.panel9.Controls.Add(this.label58);
     this.panel9.Controls.Add(this.EntrarCancelar);
     this.panel9.Controls.Add(this.SelecionarUnidade);
     this.panel9.Location = new System.Drawing.Point(428, 192);
     this.panel9.Name = "panel9";
     this.panel9.Size = new System.Drawing.Size(200, 206);
     this.panel9.TabIndex = 139;
     //
     // label58
     //
     this.label58.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.label58.AutoSize = true;
     this.label58.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label58.Location = new System.Drawing.Point(31, 22);
     this.label58.Name = "label58";
     this.label58.Size = new System.Drawing.Size(147, 18);
     this.label58.TabIndex = 0;
     this.label58.Text = "Selecione a Unidade:";
     //
     // EntrarCancelar
     //
     this.EntrarCancelar.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.EntrarCancelar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(205)))), ((int)(((byte)(169)))));
     this.EntrarCancelar.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EntrarCancelar.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(253)))), ((int)(((byte)(243)))));
     this.EntrarCancelar.Location = new System.Drawing.Point(20, 145);
     this.EntrarCancelar.Name = "EntrarCancelar";
     this.EntrarCancelar.Size = new System.Drawing.Size(167, 38);
     this.EntrarCancelar.TabIndex = 2;
     this.EntrarCancelar.Text = "Entrar";
     this.EntrarCancelar.UseVisualStyleBackColor = false;
     this.EntrarCancelar.Click += new System.EventHandler(this.button4_Click);
     //
     // SelecionarUnidade
     //
     this.SelecionarUnidade.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.SelecionarUnidade.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.SelecionarUnidade.FormattingEnabled = true;
     this.SelecionarUnidade.Items.AddRange(new object[] {
     "",
     "HMU",
     "HOSPITAL ANCHIETA(ENSINO)",
     "HOSPITAL DE CLÍNICAS MUNICIPAL SBC",
     "PSC - PRONTO SOCORRO CENTRAL",
     "UPA ALVES DIAS/ASSUNÇÃO",
     "UPA BAETA NEVES",
     "UPA DEMARCHI/BATISTINI",
     "UPA PAULICÉIA/TABOÃO",
     "UPA RIACHO GRANDE",
     "UPA RUDGE RAMOS",
     "UPA SÃO PEDRO",
     "UPA SILVINA/FERRAZÓPOLIS",
     "UPA UNIÃO/ALVARENGA"});
     this.SelecionarUnidade.Location = new System.Drawing.Point(20, 89);
     this.SelecionarUnidade.Name = "SelecionarUnidade";
     this.SelecionarUnidade.Size = new System.Drawing.Size(167, 21);
     this.SelecionarUnidade.TabIndex = 5;
     //
     // ConfirmaSolicitacao
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoScroll = true;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(224)))), ((int)(((byte)(173)))));
     this.ClientSize = new System.Drawing.Size(1056, 710);
     this.Controls.Add(this.AbasControle);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "ConfirmaSolicitacao";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Sistema de Solicitação de Ambulancias";
     this.AbasControle.ResumeLayout(false);
     this.StatusAmbulancias.ResumeLayout(false);
     this.StatusAmbulancias.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.listaUsa)).EndInit();
     this.panel7.ResumeLayout(false);
     this.panel7.PerformLayout();
     this.panel6.ResumeLayout(false);
     this.panel6.PerformLayout();
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.listaUsb)).EndInit();
     this.NovaSolicitacao.ResumeLayout(false);
     this.NovaSolicitacao.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel8.ResumeLayout(false);
     this.TodasSolicitacoes.ResumeLayout(false);
     this.PainelSolicitacoes.ResumeLayout(false);
     this.PainelSolicitacoes.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Lista)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.ReagendamentosTab.ResumeLayout(false);
     this.painelReagendamento.ResumeLayout(false);
     this.painelReagendamento.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ListaAgendados)).EndInit();
     this.panel11.ResumeLayout(false);
     this.panel11.PerformLayout();
     this.Cancelar.ResumeLayout(false);
     this.PainelCancelar.ResumeLayout(false);
     this.PainelCancelar.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ListaCancelar)).EndInit();
     this.panel9.ResumeLayout(false);
     this.panel9.PerformLayout();
     this.ResumeLayout(false);
 }
Beispiel #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ApplicationDate));
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.mcalCurrentDate = new System.Windows.Forms.MonthCalendar();
     this.lblCurrentDateLabel = new System.Windows.Forms.Label();
     this.lblCurentDate = new System.Windows.Forms.Label();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // splitter1
     //
     resources.ApplyResources(this.splitter1, "splitter1");
     this.splitter1.Name = "splitter1";
     this.splitter1.TabStop = false;
     //
     // groupBox2
     //
     resources.ApplyResources(this.groupBox2, "groupBox2");
     this.groupBox2.Controls.Add(this.mcalCurrentDate);
     this.groupBox2.Controls.Add(this.lblCurrentDateLabel);
     this.groupBox2.Controls.Add(this.lblCurentDate);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.TabStop = false;
     //
     // mcalCurrentDate
     //
     this.mcalCurrentDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     resources.ApplyResources(this.mcalCurrentDate, "mcalCurrentDate");
     this.mcalCurrentDate.MaxSelectionCount = 1;
     this.mcalCurrentDate.Name = "mcalCurrentDate";
     this.mcalCurrentDate.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.mcalCurrentDate_DateSelected);
     this.mcalCurrentDate.MouseUp += new System.Windows.Forms.MouseEventHandler(this.mcalCurrentDate_MouseUp);
     this.mcalCurrentDate.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.mcalCurrentDate_DateChanged);
     //
     // lblCurrentDateLabel
     //
     this.lblCurrentDateLabel.BackColor = System.Drawing.Color.Transparent;
     resources.ApplyResources(this.lblCurrentDateLabel, "lblCurrentDateLabel");
     this.lblCurrentDateLabel.Name = "lblCurrentDateLabel";
     //
     // lblCurentDate
     //
     this.lblCurentDate.BackColor = System.Drawing.Color.White;
     resources.ApplyResources(this.lblCurentDate, "lblCurentDate");
     this.lblCurentDate.Name = "lblCurentDate";
     //
     // ApplicationDate
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.splitter1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "ApplicationDate";
     this.Load += new System.EventHandler(this.ApplicationDate_Load);
     this.Controls.SetChildIndex(this.splitter1, 0);
     this.Controls.SetChildIndex(this.groupBox2, 0);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.richTextBox1 = new System.Windows.Forms.RichTextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.toolStrip2 = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel5 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripTextBox5 = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripLabel6 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripLabel7 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripTextBox6 = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripLabel8 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripTextBox7 = new System.Windows.Forms.ToolStripTextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripTextBox2 = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripTextBox3 = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripTextBox4 = new System.Windows.Forms.ToolStripTextBox();
     this.tabPage4 = new System.Windows.Forms.TabPage();
     this.richTextBox2 = new System.Windows.Forms.RichTextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.richTextBox4 = new System.Windows.Forms.RichTextBox();
     this.richTextBox3 = new System.Windows.Forms.RichTextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.tabPage5 = new System.Windows.Forms.TabPage();
     this.richTextBox5 = new System.Windows.Forms.RichTextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.tabPage6 = new System.Windows.Forms.TabPage();
     this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
     this.richTextBox8 = new System.Windows.Forms.RichTextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.richTextBox7 = new System.Windows.Forms.RichTextBox();
     this.label12 = new System.Windows.Forms.Label();
     this.richTextBox6 = new System.Windows.Forms.RichTextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.richTextBox11 = new System.Windows.Forms.RichTextBox();
     this.label16 = new System.Windows.Forms.Label();
     this.richTextBox10 = new System.Windows.Forms.RichTextBox();
     this.label15 = new System.Windows.Forms.Label();
     this.richTextBox9 = new System.Windows.Forms.RichTextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.tabPage7 = new System.Windows.Forms.TabPage();
     this.label8 = new System.Windows.Forms.Label();
     this.richTextBox12 = new System.Windows.Forms.RichTextBox();
     this.tabPage8 = new System.Windows.Forms.TabPage();
     this.label7 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.richTextBox14 = new System.Windows.Forms.RichTextBox();
     this.richTextBox13 = new System.Windows.Forms.RichTextBox();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.menuStrip1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.toolStrip2.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.tabPage4.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.tabPage5.SuspendLayout();
     this.tabPage6.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.tabPage7.SuspendLayout();
     this.tabPage8.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.AllowMerge = false;
     this.menuStrip1.BackColor = System.Drawing.Color.Lime;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(863, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text = "menuStrip1";
     this.menuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.menuStrip1_ItemClicked);
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.BackColor = System.Drawing.Color.Lime;
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.saveToolStripMenuItem,
     this.exitToolStripMenuItem});
     this.fileToolStripMenuItem.ForeColor = System.Drawing.Color.DarkRed;
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.BackColor = System.Drawing.Color.Lime;
     this.saveToolStripMenuItem.ForeColor = System.Drawing.Color.DarkRed;
     this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
     this.saveToolStripMenuItem.Size = new System.Drawing.Size(98, 22);
     this.saveToolStripMenuItem.Text = "Save";
     this.saveToolStripMenuItem.ToolTipText = "Save: Saves the readme to the location this application is in.\r\nSaves file neatly" +
     " in folder(Modname) then saves file as (modname).txt\r\n";
     this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.BackColor = System.Drawing.Color.Lime;
     this.exitToolStripMenuItem.ForeColor = System.Drawing.Color.DarkRed;
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(98, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.ToolTipText = "Exit: Exits Application";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage4);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage5);
     this.tabControl1.Controls.Add(this.tabPage6);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Controls.Add(this.tabPage7);
     this.tabControl1.Controls.Add(this.tabPage8);
     this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location = new System.Drawing.Point(0, 24);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(863, 497);
     this.tabControl1.TabIndex = 1;
     //
     // tabPage1
     //
     this.tabPage1.BackColor = System.Drawing.Color.Lime;
     this.tabPage1.Controls.Add(this.richTextBox1);
     this.tabPage1.Controls.Add(this.label2);
     this.tabPage1.Controls.Add(this.toolStrip2);
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Controls.Add(this.toolStrip1);
     this.tabPage1.ForeColor = System.Drawing.Color.DarkRed;
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size = new System.Drawing.Size(855, 471);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Main Info";
     //
     // richTextBox1
     //
     this.richTextBox1.BackColor = System.Drawing.Color.DarkGray;
     this.richTextBox1.ForeColor = System.Drawing.Color.DarkRed;
     this.richTextBox1.Location = new System.Drawing.Point(6, 69);
     this.richTextBox1.Name = "richTextBox1";
     this.richTextBox1.Size = new System.Drawing.Size(841, 396);
     this.richTextBox1.TabIndex = 4;
     this.richTextBox1.Text = "";
     this.toolTip1.SetToolTip(this.richTextBox1, "What Made you want to build this mod/What is the Background info of the mod");
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.ForeColor = System.Drawing.Color.DarkRed;
     this.label2.Location = new System.Drawing.Point(8, 53);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(86, 13);
     this.label2.TabIndex = 3;
     this.label2.Text = "Mod Information:";
     //
     // toolStrip2
     //
     this.toolStrip2.BackColor = System.Drawing.Color.Lime;
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripLabel5,
     this.toolStripTextBox5,
     this.toolStripLabel6,
     this.toolStripLabel7,
     this.toolStripTextBox6,
     this.toolStripLabel8,
     this.toolStripTextBox7});
     this.toolStrip2.Location = new System.Drawing.Point(3, 28);
     this.toolStrip2.Name = "toolStrip2";
     this.toolStrip2.Size = new System.Drawing.Size(849, 25);
     this.toolStrip2.TabIndex = 2;
     this.toolStrip2.Text = "toolStrip2";
     //
     // toolStripLabel5
     //
     this.toolStripLabel5.BackColor = System.Drawing.Color.Black;
     this.toolStripLabel5.ForeColor = System.Drawing.Color.DarkRed;
     this.toolStripLabel5.Name = "toolStripLabel5";
     this.toolStripLabel5.Size = new System.Drawing.Size(71, 22);
     this.toolStripLabel5.Text = "Mod Team |";
     //
     // toolStripTextBox5
     //
     this.toolStripTextBox5.BackColor = System.Drawing.Color.DarkGray;
     this.toolStripTextBox5.ForeColor = System.Drawing.Color.DarkRed;
     this.toolStripTextBox5.Name = "toolStripTextBox5";
     this.toolStripTextBox5.Size = new System.Drawing.Size(100, 25);
     this.toolStripTextBox5.ToolTipText = "The Current Mod team this mod is under";
     //
     // toolStripLabel6
     //
     this.toolStripLabel6.Name = "toolStripLabel6";
     this.toolStripLabel6.Size = new System.Drawing.Size(10, 22);
     this.toolStripLabel6.Text = "|";
     //
     // toolStripLabel7
     //
     this.toolStripLabel7.ForeColor = System.Drawing.Color.DarkRed;
     this.toolStripLabel7.Name = "toolStripLabel7";
     this.toolStripLabel7.Size = new System.Drawing.Size(76, 22);
     this.toolStripLabel7.Text = "Mod Leader |";
     //
     // toolStripTextBox6
     //
     this.toolStripTextBox6.BackColor = System.Drawing.Color.DarkGray;
     this.toolStripTextBox6.ForeColor = System.Drawing.Color.DarkRed;
     this.toolStripTextBox6.Name = "toolStripTextBox6";
     this.toolStripTextBox6.Size = new System.Drawing.Size(100, 25);
     this.toolStripTextBox6.ToolTipText = "The Leader of the Mod team/Project";
     //
     // toolStripLabel8
     //
     this.toolStripLabel8.ForeColor = System.Drawing.Color.DarkRed;
     this.toolStripLabel8.Name = "toolStripLabel8";
     this.toolStripLabel8.Size = new System.Drawing.Size(51, 22);
     this.toolStripLabel8.Text = "| Status |";
     //
     // toolStripTextBox7
     //
     this.toolStripTextBox7.BackColor = System.Drawing.Color.DarkGray;
     this.toolStripTextBox7.ForeColor = System.Drawing.Color.DarkRed;
     this.toolStripTextBox7.Name = "toolStripTextBox7";
     this.toolStripTextBox7.Size = new System.Drawing.Size(100, 25);
     this.toolStripTextBox7.ToolTipText = "Active/Complete/Final/Posponed/Suspended?";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(8, 38);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(0, 13);
     this.label1.TabIndex = 1;
     //
     // toolStrip1
     //
     this.toolStrip1.BackColor = System.Drawing.Color.Lime;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripLabel1,
     this.toolStripTextBox1,
     this.toolStripLabel2,
     this.toolStripTextBox2,
     this.toolStripLabel3,
     this.toolStripSeparator5,
     this.toolStripTextBox3,
     this.toolStripLabel4,
     this.toolStripTextBox4});
     this.toolStrip1.Location = new System.Drawing.Point(3, 3);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(849, 25);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text = "toolStrip1";
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.BackColor = System.Drawing.Color.Black;
     this.toolStripLabel1.ForeColor = System.Drawing.Color.DarkRed;
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(73, 22);
     this.toolStripLabel1.Text = "Mod Name |";
     //
     // toolStripTextBox1
     //
     this.toolStripTextBox1.BackColor = System.Drawing.Color.DarkGray;
     this.toolStripTextBox1.ForeColor = System.Drawing.Color.DarkRed;
     this.toolStripTextBox1.Name = "toolStripTextBox1";
     this.toolStripTextBox1.Size = new System.Drawing.Size(100, 25);
     this.toolStripTextBox1.ToolTipText = "Input your Mod Name here";
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.BackColor = System.Drawing.Color.Black;
     this.toolStripLabel2.ForeColor = System.Drawing.Color.DarkRed;
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(55, 22);
     this.toolStripLabel2.Text = "|Version |";
     //
     // toolStripTextBox2
     //
     this.toolStripTextBox2.BackColor = System.Drawing.Color.DarkGray;
     this.toolStripTextBox2.ForeColor = System.Drawing.Color.DarkRed;
     this.toolStripTextBox2.Name = "toolStripTextBox2";
     this.toolStripTextBox2.Size = new System.Drawing.Size(100, 25);
     this.toolStripTextBox2.ToolTipText = "Your Mod\'s Version goes here";
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.BackColor = System.Drawing.Color.Black;
     this.toolStripLabel3.ForeColor = System.Drawing.Color.DarkRed;
     this.toolStripLabel3.Name = "toolStripLabel3";
     this.toolStripLabel3.Size = new System.Drawing.Size(99, 22);
     this.toolStripLabel3.Text = "| 0Ad Build Used |";
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripTextBox3
     //
     this.toolStripTextBox3.BackColor = System.Drawing.Color.DarkGray;
     this.toolStripTextBox3.ForeColor = System.Drawing.Color.DarkRed;
     this.toolStripTextBox3.Name = "toolStripTextBox3";
     this.toolStripTextBox3.Size = new System.Drawing.Size(100, 25);
     this.toolStripTextBox3.ToolTipText = "The current Build that you built the mod with, Ie 0AD 15 : Osiris";
     //
     // toolStripLabel4
     //
     this.toolStripLabel4.BackColor = System.Drawing.Color.Black;
     this.toolStripLabel4.ForeColor = System.Drawing.Color.DarkRed;
     this.toolStripLabel4.Name = "toolStripLabel4";
     this.toolStripLabel4.Size = new System.Drawing.Size(84, 22);
     this.toolStripLabel4.Text = "| Update Date |";
     //
     // toolStripTextBox4
     //
     this.toolStripTextBox4.BackColor = System.Drawing.Color.DarkGray;
     this.toolStripTextBox4.ForeColor = System.Drawing.Color.DarkRed;
     this.toolStripTextBox4.Name = "toolStripTextBox4";
     this.toolStripTextBox4.ReadOnly = true;
     this.toolStripTextBox4.Size = new System.Drawing.Size(100, 25);
     this.toolStripTextBox4.ToolTipText = "This Is Auto Done, The date the readme is being Created.";
     //
     // tabPage4
     //
     this.tabPage4.BackColor = System.Drawing.Color.Lime;
     this.tabPage4.Controls.Add(this.richTextBox2);
     this.tabPage4.Controls.Add(this.label3);
     this.tabPage4.ForeColor = System.Drawing.Color.DarkRed;
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.Size = new System.Drawing.Size(855, 471);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text = "Dependancies";
     //
     // richTextBox2
     //
     this.richTextBox2.BackColor = System.Drawing.Color.DarkGray;
     this.richTextBox2.ForeColor = System.Drawing.Color.DarkRed;
     this.richTextBox2.Location = new System.Drawing.Point(3, 27);
     this.richTextBox2.Name = "richTextBox2";
     this.richTextBox2.Size = new System.Drawing.Size(844, 436);
     this.richTextBox2.TabIndex = 1;
     this.richTextBox2.Text = "";
     this.toolTip1.SetToolTip(this.richTextBox2, "Format| (Dependancy Name)| (Included) | (Link) |");
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.ForeColor = System.Drawing.Color.DarkRed;
     this.label3.Location = new System.Drawing.Point(11, 11);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(84, 13);
     this.label3.TabIndex = 0;
     this.label3.Text = "Required Mods |";
     //
     // tabPage2
     //
     this.tabPage2.BackColor = System.Drawing.Color.Lime;
     this.tabPage2.Controls.Add(this.richTextBox4);
     this.tabPage2.Controls.Add(this.richTextBox3);
     this.tabPage2.Controls.Add(this.label6);
     this.tabPage2.Controls.Add(this.label5);
     this.tabPage2.ForeColor = System.Drawing.Color.DarkRed;
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size = new System.Drawing.Size(855, 471);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "Technical";
     //
     // richTextBox4
     //
     this.richTextBox4.BackColor = System.Drawing.Color.DarkGray;
     this.richTextBox4.ForeColor = System.Drawing.Color.DarkRed;
     this.richTextBox4.Location = new System.Drawing.Point(9, 277);
     this.richTextBox4.Name = "richTextBox4";
     this.richTextBox4.Size = new System.Drawing.Size(838, 186);
     this.richTextBox4.TabIndex = 3;
     this.richTextBox4.Text = "";
     this.toolTip1.SetToolTip(this.richTextBox4, "Format | (Email Address)| (How Often Checked)|");
     //
     // richTextBox3
     //
     this.richTextBox3.BackColor = System.Drawing.Color.DarkGray;
     this.richTextBox3.ForeColor = System.Drawing.Color.DarkRed;
     this.richTextBox3.Location = new System.Drawing.Point(9, 24);
     this.richTextBox3.Name = "richTextBox3";
     this.richTextBox3.Size = new System.Drawing.Size(838, 234);
     this.richTextBox3.TabIndex = 2;
     this.richTextBox3.Text = "";
     this.toolTip1.SetToolTip(this.richTextBox3, "Format | (Messanger Type) | (Availability)|");
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.ForeColor = System.Drawing.Color.DarkRed;
     this.label6.Location = new System.Drawing.Point(9, 261);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(89, 13);
     this.label6.TabIndex = 1;
     this.label6.Text = "Email Addresses |";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.ForeColor = System.Drawing.Color.DarkRed;
     this.label5.Location = new System.Drawing.Point(8, 3);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(154, 13);
     this.label5.TabIndex = 0;
     this.label5.Text = "Messenger/Forum Usernames |";
     //
     // tabPage5
     //
     this.tabPage5.BackColor = System.Drawing.Color.Lime;
     this.tabPage5.Controls.Add(this.richTextBox5);
     this.tabPage5.Controls.Add(this.label9);
     this.tabPage5.ForeColor = System.Drawing.Color.DarkRed;
     this.tabPage5.Location = new System.Drawing.Point(4, 22);
     this.tabPage5.Name = "tabPage5";
     this.tabPage5.Size = new System.Drawing.Size(855, 471);
     this.tabPage5.TabIndex = 4;
     this.tabPage5.Text = "Changes";
     //
     // richTextBox5
     //
     this.richTextBox5.BackColor = System.Drawing.Color.DarkGray;
     this.richTextBox5.ForeColor = System.Drawing.Color.DarkRed;
     this.richTextBox5.Location = new System.Drawing.Point(6, 25);
     this.richTextBox5.Name = "richTextBox5";
     this.richTextBox5.Size = new System.Drawing.Size(841, 438);
     this.richTextBox5.TabIndex = 2;
     this.richTextBox5.Text = "";
     this.toolTip1.SetToolTip(this.richTextBox5, "Format| (Version) | \r\n( |use =============== Seperators|\r\n\r\n1) List New things\r\n2" +
     ") List Modified Things\r\n3) List Deleted Things\r\n4) List Bugs\r\n(Repeat for each V" +
     "ersion Before this)");
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.ForeColor = System.Drawing.Color.DarkRed;
     this.label9.Location = new System.Drawing.Point(3, 9);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(70, 13);
     this.label9.TabIndex = 0;
     this.label9.Text = "Change Log |";
     //
     // tabPage6
     //
     this.tabPage6.BackColor = System.Drawing.Color.Lime;
     this.tabPage6.Controls.Add(this.monthCalendar1);
     this.tabPage6.Controls.Add(this.richTextBox8);
     this.tabPage6.Controls.Add(this.label13);
     this.tabPage6.Controls.Add(this.richTextBox7);
     this.tabPage6.Controls.Add(this.label12);
     this.tabPage6.Controls.Add(this.richTextBox6);
     this.tabPage6.Controls.Add(this.label11);
     this.tabPage6.ForeColor = System.Drawing.Color.DarkRed;
     this.tabPage6.Location = new System.Drawing.Point(4, 22);
     this.tabPage6.Name = "tabPage6";
     this.tabPage6.Size = new System.Drawing.Size(855, 471);
     this.tabPage6.TabIndex = 5;
     this.tabPage6.Text = "Background Info";
     //
     // monthCalendar1
     //
     this.monthCalendar1.Location = new System.Drawing.Point(418, 112);
     this.monthCalendar1.Name = "monthCalendar1";
     this.monthCalendar1.TabIndex = 6;
     this.monthCalendar1.Visible = false;
     //
     // richTextBox8
     //
     this.richTextBox8.BackColor = System.Drawing.Color.DarkGray;
     this.richTextBox8.ForeColor = System.Drawing.Color.DarkRed;
     this.richTextBox8.Location = new System.Drawing.Point(0, 223);
     this.richTextBox8.Name = "richTextBox8";
     this.richTextBox8.Size = new System.Drawing.Size(844, 240);
     this.richTextBox8.TabIndex = 5;
     this.richTextBox8.Text = "";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.ForeColor = System.Drawing.Color.DarkRed;
     this.label13.Location = new System.Drawing.Point(4, 207);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(64, 13);
     this.label13.TabIndex = 4;
     this.label13.Text = "Side Notes |";
     //
     // richTextBox7
     //
     this.richTextBox7.BackColor = System.Drawing.Color.DarkGray;
     this.richTextBox7.ForeColor = System.Drawing.Color.DarkRed;
     this.richTextBox7.Location = new System.Drawing.Point(3, 124);
     this.richTextBox7.Name = "richTextBox7";
     this.richTextBox7.Size = new System.Drawing.Size(844, 80);
     this.richTextBox7.TabIndex = 3;
     this.richTextBox7.Text = "";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.ForeColor = System.Drawing.Color.DarkRed;
     this.label12.Location = new System.Drawing.Point(4, 108);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(79, 13);
     this.label12.TabIndex = 2;
     this.label12.Text = "Mod Inspiration";
     //
     // richTextBox6
     //
     this.richTextBox6.BackColor = System.Drawing.Color.DarkGray;
     this.richTextBox6.ForeColor = System.Drawing.Color.DarkRed;
     this.richTextBox6.Location = new System.Drawing.Point(3, 25);
     this.richTextBox6.Name = "richTextBox6";
     this.richTextBox6.Size = new System.Drawing.Size(844, 80);
     this.richTextBox6.TabIndex = 1;
     this.richTextBox6.Text = "";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.ForeColor = System.Drawing.Color.DarkRed;
     this.label11.Location = new System.Drawing.Point(8, 9);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(84, 13);
     this.label11.TabIndex = 0;
     this.label11.Text = "Mod Team Info |";
     //
     // tabPage3
     //
     this.tabPage3.BackColor = System.Drawing.Color.Lime;
     this.tabPage3.Controls.Add(this.richTextBox11);
     this.tabPage3.Controls.Add(this.label16);
     this.tabPage3.Controls.Add(this.richTextBox10);
     this.tabPage3.Controls.Add(this.label15);
     this.tabPage3.Controls.Add(this.richTextBox9);
     this.tabPage3.Controls.Add(this.label14);
     this.tabPage3.ForeColor = System.Drawing.Color.DarkRed;
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.Size = new System.Drawing.Size(855, 471);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text = "Credits";
     //
     // richTextBox11
     //
     this.richTextBox11.BackColor = System.Drawing.Color.DarkGray;
     this.richTextBox11.ForeColor = System.Drawing.Color.DarkRed;
     this.richTextBox11.Location = new System.Drawing.Point(6, 256);
     this.richTextBox11.Name = "richTextBox11";
     this.richTextBox11.Size = new System.Drawing.Size(841, 207);
     this.richTextBox11.TabIndex = 5;
     this.richTextBox11.Text = "";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.ForeColor = System.Drawing.Color.DarkRed;
     this.label16.Location = new System.Drawing.Point(8, 240);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(110, 13);
     this.label16.TabIndex = 4;
     this.label16.Text = "Additional Infomation |";
     //
     // richTextBox10
     //
     this.richTextBox10.BackColor = System.Drawing.Color.DarkGray;
     this.richTextBox10.ForeColor = System.Drawing.Color.DarkRed;
     this.richTextBox10.Location = new System.Drawing.Point(6, 141);
     this.richTextBox10.Name = "richTextBox10";
     this.richTextBox10.Size = new System.Drawing.Size(841, 96);
     this.richTextBox10.TabIndex = 3;
     this.richTextBox10.Text = "";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.ForeColor = System.Drawing.Color.DarkRed;
     this.label15.Location = new System.Drawing.Point(3, 125);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(116, 13);
     this.label15.TabIndex = 2;
     this.label15.Text = "Independent Modders |";
     //
     // richTextBox9
     //
     this.richTextBox9.BackColor = System.Drawing.Color.DarkGray;
     this.richTextBox9.ForeColor = System.Drawing.Color.DarkRed;
     this.richTextBox9.Location = new System.Drawing.Point(6, 26);
     this.richTextBox9.Name = "richTextBox9";
     this.richTextBox9.Size = new System.Drawing.Size(841, 96);
     this.richTextBox9.TabIndex = 1;
     this.richTextBox9.Text = "";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.ForeColor = System.Drawing.Color.DarkRed;
     this.label14.Location = new System.Drawing.Point(3, 10);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(109, 13);
     this.label14.TabIndex = 0;
     this.label14.Text = "Mod Team Members |";
     //
     // tabPage7
     //
     this.tabPage7.BackColor = System.Drawing.Color.Lime;
     this.tabPage7.Controls.Add(this.label8);
     this.tabPage7.Controls.Add(this.richTextBox12);
     this.tabPage7.ForeColor = System.Drawing.Color.DarkRed;
     this.tabPage7.Location = new System.Drawing.Point(4, 22);
     this.tabPage7.Name = "tabPage7";
     this.tabPage7.Size = new System.Drawing.Size(855, 471);
     this.tabPage7.TabIndex = 6;
     this.tabPage7.Text = "UpdateInfo";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(3, 0);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(113, 13);
     this.label8.TabIndex = 4;
     this.label8.Text = "To be In next Update |";
     //
     // richTextBox12
     //
     this.richTextBox12.BackColor = System.Drawing.Color.DarkGray;
     this.richTextBox12.ForeColor = System.Drawing.Color.DarkRed;
     this.richTextBox12.Location = new System.Drawing.Point(0, 16);
     this.richTextBox12.Name = "richTextBox12";
     this.richTextBox12.Size = new System.Drawing.Size(852, 452);
     this.richTextBox12.TabIndex = 0;
     this.richTextBox12.Text = "";
     //
     // tabPage8
     //
     this.tabPage8.BackColor = System.Drawing.Color.Lime;
     this.tabPage8.Controls.Add(this.label7);
     this.tabPage8.Controls.Add(this.label4);
     this.tabPage8.Controls.Add(this.richTextBox14);
     this.tabPage8.Controls.Add(this.richTextBox13);
     this.tabPage8.ForeColor = System.Drawing.Color.DarkRed;
     this.tabPage8.Location = new System.Drawing.Point(4, 22);
     this.tabPage8.Name = "tabPage8";
     this.tabPage8.Size = new System.Drawing.Size(855, 471);
     this.tabPage8.TabIndex = 7;
     this.tabPage8.Text = "Installation";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(8, 115);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(53, 13);
     this.label7.TabIndex = 4;
     this.label7.Text = "UnInstall |";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(8, 0);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(39, 13);
     this.label4.TabIndex = 3;
     this.label4.Text = "Install |";
     //
     // richTextBox14
     //
     this.richTextBox14.BackColor = System.Drawing.Color.DarkGray;
     this.richTextBox14.ForeColor = System.Drawing.Color.DarkRed;
     this.richTextBox14.Location = new System.Drawing.Point(0, 131);
     this.richTextBox14.Name = "richTextBox14";
     this.richTextBox14.Size = new System.Drawing.Size(852, 90);
     this.richTextBox14.TabIndex = 2;
     this.richTextBox14.Text = "";
     //
     // richTextBox13
     //
     this.richTextBox13.BackColor = System.Drawing.Color.DarkGray;
     this.richTextBox13.ForeColor = System.Drawing.Color.DarkRed;
     this.richTextBox13.Location = new System.Drawing.Point(0, 16);
     this.richTextBox13.Name = "richTextBox13";
     this.richTextBox13.Size = new System.Drawing.Size(852, 90);
     this.richTextBox13.TabIndex = 1;
     this.richTextBox13.Text = "";
     //
     // Form2
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(863, 521);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.menuStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "Form2";
     this.Text = "ReadMe Generator";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.tabPage4.ResumeLayout(false);
     this.tabPage4.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     this.tabPage5.ResumeLayout(false);
     this.tabPage5.PerformLayout();
     this.tabPage6.ResumeLayout(false);
     this.tabPage6.PerformLayout();
     this.tabPage3.ResumeLayout(false);
     this.tabPage3.PerformLayout();
     this.tabPage7.ResumeLayout(false);
     this.tabPage7.PerformLayout();
     this.tabPage8.ResumeLayout(false);
     this.tabPage8.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mcalTo = new System.Windows.Forms.MonthCalendar();
     this.mcalFrom = new System.Windows.Forms.MonthCalendar();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.btnSelectTo = new System.Windows.Forms.Button();
     this.tbxDateTo = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.tbxDateFrom = new System.Windows.Forms.TextBox();
     this.tbxEqualsFilter = new System.Windows.Forms.TextBox();
     this.tbxLikeFilter = new System.Windows.Forms.TextBox();
     this.btnSelectFrom = new System.Windows.Forms.Button();
     this.btnSearch = new System.Windows.Forms.Button();
     this.btnClear = new System.Windows.Forms.Button();
     this.dataGridView = new System.Windows.Forms.DataGridView();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
     this.SuspendLayout();
     //
     // mcalTo
     //
     this.mcalTo.Location = new System.Drawing.Point(296, 100);
     this.mcalTo.Name = "mcalTo";
     this.mcalTo.TabIndex = 11;
     this.mcalTo.Visible = false;
     this.mcalTo.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.mcalTo_DateSelected);
     //
     // mcalFrom
     //
     this.mcalFrom.Location = new System.Drawing.Point(296, 65);
     this.mcalFrom.Name = "mcalFrom";
     this.mcalFrom.TabIndex = 10;
     this.mcalFrom.Visible = false;
     this.mcalFrom.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.mcalFrom_DateSelected);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btnSelectTo);
     this.groupBox1.Controls.Add(this.tbxDateTo);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.tbxDateFrom);
     this.groupBox1.Controls.Add(this.tbxEqualsFilter);
     this.groupBox1.Controls.Add(this.tbxLikeFilter);
     this.groupBox1.Controls.Add(this.btnSelectFrom);
     this.groupBox1.Location = new System.Drawing.Point(33, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(477, 100);
     this.groupBox1.TabIndex = 9;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Filtros de búsqueda";
     //
     // btnSelectTo
     //
     this.btnSelectTo.Location = new System.Drawing.Point(380, 53);
     this.btnSelectTo.Name = "btnSelectTo";
     this.btnSelectTo.Size = new System.Drawing.Size(75, 23);
     this.btnSelectTo.TabIndex = 10;
     this.btnSelectTo.Text = "Seleccionar";
     this.btnSelectTo.UseVisualStyleBackColor = true;
     this.btnSelectTo.Click += new System.EventHandler(this.btnSelectTo_Click);
     //
     // tbxDateTo
     //
     this.tbxDateTo.Enabled = false;
     this.tbxDateTo.Location = new System.Drawing.Point(261, 57);
     this.tbxDateTo.Name = "tbxDateTo";
     this.tbxDateTo.ReadOnly = true;
     this.tbxDateTo.Size = new System.Drawing.Size(100, 20);
     this.tbxDateTo.TabIndex = 9;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(209, 59);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(38, 13);
     this.label4.TabIndex = 8;
     this.label4.Text = "Hasta:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(209, 30);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(41, 13);
     this.label3.TabIndex = 7;
     this.label3.Text = "Desde:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(20, 60);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(56, 13);
     this.label2.TabIndex = 6;
     this.label2.Text = "Es igual a:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(20, 30);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(52, 13);
     this.label1.TabIndex = 5;
     this.label1.Text = "Contiene:";
     //
     // tbxDateFrom
     //
     this.tbxDateFrom.Enabled = false;
     this.tbxDateFrom.Location = new System.Drawing.Point(261, 27);
     this.tbxDateFrom.Name = "tbxDateFrom";
     this.tbxDateFrom.ReadOnly = true;
     this.tbxDateFrom.Size = new System.Drawing.Size(100, 20);
     this.tbxDateFrom.TabIndex = 4;
     //
     // tbxEqualsFilter
     //
     this.tbxEqualsFilter.Location = new System.Drawing.Point(82, 57);
     this.tbxEqualsFilter.Name = "tbxEqualsFilter";
     this.tbxEqualsFilter.Size = new System.Drawing.Size(100, 20);
     this.tbxEqualsFilter.TabIndex = 2;
     //
     // tbxLikeFilter
     //
     this.tbxLikeFilter.Location = new System.Drawing.Point(82, 23);
     this.tbxLikeFilter.Name = "tbxLikeFilter";
     this.tbxLikeFilter.Size = new System.Drawing.Size(100, 20);
     this.tbxLikeFilter.TabIndex = 1;
     //
     // btnSelectFrom
     //
     this.btnSelectFrom.Location = new System.Drawing.Point(380, 22);
     this.btnSelectFrom.Name = "btnSelectFrom";
     this.btnSelectFrom.Size = new System.Drawing.Size(75, 23);
     this.btnSelectFrom.TabIndex = 0;
     this.btnSelectFrom.Text = "Seleccionar";
     this.btnSelectFrom.UseVisualStyleBackColor = true;
     this.btnSelectFrom.Click += new System.EventHandler(this.btnSelectFrom_Click);
     //
     // btnSearch
     //
     this.btnSearch.Location = new System.Drawing.Point(435, 135);
     this.btnSearch.Name = "btnSearch";
     this.btnSearch.Size = new System.Drawing.Size(75, 23);
     this.btnSearch.TabIndex = 8;
     this.btnSearch.Text = "Buscar";
     this.btnSearch.UseVisualStyleBackColor = true;
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // btnClear
     //
     this.btnClear.Location = new System.Drawing.Point(33, 135);
     this.btnClear.Name = "btnClear";
     this.btnClear.Size = new System.Drawing.Size(75, 23);
     this.btnClear.TabIndex = 7;
     this.btnClear.Text = "Limpiar";
     this.btnClear.UseVisualStyleBackColor = true;
     this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
     //
     // dataGridView
     //
     this.dataGridView.AllowUserToAddRows = false;
     this.dataGridView.AllowUserToDeleteRows = false;
     this.dataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView.Location = new System.Drawing.Point(12, 178);
     this.dataGridView.Name = "dataGridView";
     this.dataGridView.ReadOnly = true;
     this.dataGridView.Size = new System.Drawing.Size(517, 190);
     this.dataGridView.TabIndex = 6;
     this.dataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellContentClick);
     //
     // ResponderPreguntas
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(541, 380);
     this.Controls.Add(this.mcalTo);
     this.Controls.Add(this.mcalFrom);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btnSearch);
     this.Controls.Add(this.btnClear);
     this.Controls.Add(this.dataGridView);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.Name = "ResponderPreguntas";
     this.Text = "Responder Preguntas";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ResponderPreguntas_Closing);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CReviewTransactionForm));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     this.panel1 = new System.Windows.Forms.Panel();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.label5 = new System.Windows.Forms.Label();
     this.lblServiceVoucher = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.lblServiceAcc = new System.Windows.Forms.Label();
     this.lblChequeService = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.lblCashService = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.lblEftService = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.lblServiceCharge = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.DiscountLabel = new System.Windows.Forms.Label();
     this.VoucherLabel = new System.Windows.Forms.Label();
     this.grpGrossBreakDown = new System.Windows.Forms.GroupBox();
     this.label19 = new System.Windows.Forms.Label();
     this.AccLabel = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.CashLabel = new System.Windows.Forms.Label();
     this.EFTLabel = new System.Windows.Forms.Label();
     this.ChequeLabel = new System.Windows.Forms.Label();
     this.grpGross = new System.Windows.Forms.GroupBox();
     this.lblGross = new System.Windows.Forms.Label();
     this.lblGrossValue = new System.Windows.Forms.Label();
     this.lblNetSale = new System.Windows.Forms.Label();
     this.lblNetSaleValue = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.DepositLabel = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.TableNoTextBox = new System.Windows.Forms.TextBox();
     this.PriceTextBox = new System.Windows.Forms.TextBox();
     this.ReferenceTextBox = new System.Windows.Forms.TextBox();
     this.checkBox2 = new System.Windows.Forms.CheckBox();
     this.PriceCheckBox = new System.Windows.Forms.CheckBox();
     this.ReferenceCheckBox = new System.Windows.Forms.CheckBox();
     this.SearchButton = new RMSUI.FunctionalButton();
     this.label8 = new System.Windows.Forms.Label();
     this.ViewReportDataGridView = new System.Windows.Forms.DataGridView();
     this.OrderIDColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.SLColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.OrderTypeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TableNumberColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PaymentTypeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TotalPaymentColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ActionButtonColumn = new System.Windows.Forms.DataGridViewButtonColumn();
     this.TabsRadioButton = new System.Windows.Forms.RadioButton();
     this.label7 = new System.Windows.Forms.Label();
     this.TakeAwayRadioButton = new System.Windows.Forms.RadioButton();
     this.TableRadioButton = new System.Windows.Forms.RadioButton();
     this.AllRedioButton = new System.Windows.Forms.RadioButton();
     this.TotalPayLabel = new System.Windows.Forms.Label();
     this.myCalendar = new System.Windows.Forms.MonthCalendar();
     this.DateLabel = new System.Windows.Forms.Label();
     this.ViewButton = new RMSUI.FunctionalButton();
     this.MonthPlusButton = new RMSUI.FunctionalButton();
     this.MonthMinusButton = new RMSUI.FunctionalButton();
     this.YearPlusButton = new RMSUI.FunctionalButton();
     this.YearMinusButton = new RMSUI.FunctionalButton();
     this.BackButton = new RMSUI.FunctionalButton();
     this.panel3 = new System.Windows.Forms.Panel();
     this.label1 = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.grpGrossBreakDown.SuspendLayout();
     this.grpGross.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ViewReportDataGridView)).BeginInit();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.groupBox2);
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.Controls.Add(this.grpGrossBreakDown);
     this.panel1.Controls.Add(this.grpGross);
     this.panel1.Controls.Add(this.label11);
     this.panel1.Controls.Add(this.DepositLabel);
     this.panel1.Controls.Add(this.label10);
     this.panel1.Controls.Add(this.TableNoTextBox);
     this.panel1.Controls.Add(this.PriceTextBox);
     this.panel1.Controls.Add(this.ReferenceTextBox);
     this.panel1.Controls.Add(this.checkBox2);
     this.panel1.Controls.Add(this.PriceCheckBox);
     this.panel1.Controls.Add(this.ReferenceCheckBox);
     this.panel1.Controls.Add(this.SearchButton);
     this.panel1.Controls.Add(this.label8);
     this.panel1.Controls.Add(this.ViewReportDataGridView);
     this.panel1.Controls.Add(this.TabsRadioButton);
     this.panel1.Controls.Add(this.label7);
     this.panel1.Controls.Add(this.TakeAwayRadioButton);
     this.panel1.Controls.Add(this.TableRadioButton);
     this.panel1.Controls.Add(this.AllRedioButton);
     this.panel1.Controls.Add(this.TotalPayLabel);
     this.panel1.Controls.Add(this.myCalendar);
     this.panel1.Controls.Add(this.DateLabel);
     this.panel1.Controls.Add(this.ViewButton);
     this.panel1.Controls.Add(this.MonthPlusButton);
     this.panel1.Controls.Add(this.MonthMinusButton);
     this.panel1.Controls.Add(this.YearPlusButton);
     this.panel1.Controls.Add(this.YearMinusButton);
     this.panel1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.panel1.Location = new System.Drawing.Point(3, 47);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(800, 564);
     this.panel1.TabIndex = 1;
     //
     // groupBox2
     //
     this.groupBox2.BackColor = System.Drawing.Color.Transparent;
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.lblServiceVoucher);
     this.groupBox2.Controls.Add(this.label17);
     this.groupBox2.Controls.Add(this.lblServiceAcc);
     this.groupBox2.Controls.Add(this.lblChequeService);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.label16);
     this.groupBox2.Controls.Add(this.lblCashService);
     this.groupBox2.Controls.Add(this.label18);
     this.groupBox2.Controls.Add(this.lblEftService);
     this.groupBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox2.ForeColor = System.Drawing.Color.White;
     this.groupBox2.Location = new System.Drawing.Point(36, 430);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(318, 77);
     this.groupBox2.TabIndex = 78;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Service Charge Breakdown";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location = new System.Drawing.Point(153, 16);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(64, 15);
     this.label5.TabIndex = 73;
     this.label5.Text = "Voucher:   ";
     //
     // lblServiceVoucher
     //
     this.lblServiceVoucher.AutoSize = true;
     this.lblServiceVoucher.BackColor = System.Drawing.Color.Transparent;
     this.lblServiceVoucher.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblServiceVoucher.ForeColor = System.Drawing.Color.White;
     this.lblServiceVoucher.Location = new System.Drawing.Point(220, 16);
     this.lblServiceVoucher.Name = "lblServiceVoucher";
     this.lblServiceVoucher.Size = new System.Drawing.Size(38, 15);
     this.lblServiceVoucher.TabIndex = 74;
     this.lblServiceVoucher.Text = "0.000";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.BackColor = System.Drawing.Color.Transparent;
     this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label17.ForeColor = System.Drawing.Color.White;
     this.label17.Location = new System.Drawing.Point(152, 34);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(65, 15);
     this.label17.TabIndex = 71;
     this.label17.Text = "Accounts:  ";
     //
     // lblServiceAcc
     //
     this.lblServiceAcc.AutoSize = true;
     this.lblServiceAcc.BackColor = System.Drawing.Color.Transparent;
     this.lblServiceAcc.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblServiceAcc.ForeColor = System.Drawing.Color.White;
     this.lblServiceAcc.Location = new System.Drawing.Point(220, 34);
     this.lblServiceAcc.Name = "lblServiceAcc";
     this.lblServiceAcc.Size = new System.Drawing.Size(38, 15);
     this.lblServiceAcc.TabIndex = 72;
     this.lblServiceAcc.Text = "0.000";
     //
     // lblChequeService
     //
     this.lblChequeService.AutoSize = true;
     this.lblChequeService.BackColor = System.Drawing.Color.Transparent;
     this.lblChequeService.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblChequeService.ForeColor = System.Drawing.Color.White;
     this.lblChequeService.Location = new System.Drawing.Point(79, 53);
     this.lblChequeService.Name = "lblChequeService";
     this.lblChequeService.Size = new System.Drawing.Size(38, 15);
     this.lblChequeService.TabIndex = 70;
     this.lblChequeService.Text = "0.000";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location = new System.Drawing.Point(14, 54);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(59, 15);
     this.label6.TabIndex = 69;
     this.label6.Text = "Cheque:  ";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.BackColor = System.Drawing.Color.Transparent;
     this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label16.ForeColor = System.Drawing.Color.White;
     this.label16.Location = new System.Drawing.Point(28, 16);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(47, 15);
     this.label16.TabIndex = 67;
     this.label16.Text = "Cash:   ";
     //
     // lblCashService
     //
     this.lblCashService.AutoSize = true;
     this.lblCashService.BackColor = System.Drawing.Color.Transparent;
     this.lblCashService.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCashService.ForeColor = System.Drawing.Color.White;
     this.lblCashService.Location = new System.Drawing.Point(79, 16);
     this.lblCashService.Name = "lblCashService";
     this.lblCashService.Size = new System.Drawing.Size(38, 15);
     this.lblCashService.TabIndex = 68;
     this.lblCashService.Text = "0.000";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.BackColor = System.Drawing.Color.Transparent;
     this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label18.ForeColor = System.Drawing.Color.White;
     this.label18.Location = new System.Drawing.Point(35, 34);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(38, 15);
     this.label18.TabIndex = 27;
     this.label18.Text = "EFT:  ";
     //
     // lblEftService
     //
     this.lblEftService.AutoSize = true;
     this.lblEftService.BackColor = System.Drawing.Color.Transparent;
     this.lblEftService.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblEftService.ForeColor = System.Drawing.Color.White;
     this.lblEftService.Location = new System.Drawing.Point(79, 34);
     this.lblEftService.Name = "lblEftService";
     this.lblEftService.Size = new System.Drawing.Size(38, 15);
     this.lblEftService.TabIndex = 32;
     this.lblEftService.Text = "0.000";
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.lblServiceCharge);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label15);
     this.groupBox1.Controls.Add(this.DiscountLabel);
     this.groupBox1.Controls.Add(this.VoucherLabel);
     this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.ForeColor = System.Drawing.Color.White;
     this.groupBox1.Location = new System.Drawing.Point(191, 342);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(163, 85);
     this.groupBox1.TabIndex = 77;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Promotions and Discounts";
     //
     // lblServiceCharge
     //
     this.lblServiceCharge.AutoSize = true;
     this.lblServiceCharge.BackColor = System.Drawing.Color.Transparent;
     this.lblServiceCharge.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblServiceCharge.ForeColor = System.Drawing.Color.White;
     this.lblServiceCharge.Location = new System.Drawing.Point(80, 53);
     this.lblServiceCharge.Name = "lblServiceCharge";
     this.lblServiceCharge.Size = new System.Drawing.Size(38, 15);
     this.lblServiceCharge.TabIndex = 70;
     this.lblServiceCharge.Text = "0.000";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location = new System.Drawing.Point(3, 54);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(71, 15);
     this.label2.TabIndex = 69;
     this.label2.Text = "Service Ch: ";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location = new System.Drawing.Point(10, 16);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(64, 15);
     this.label4.TabIndex = 67;
     this.label4.Text = "Discount : ";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.BackColor = System.Drawing.Color.Transparent;
     this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.ForeColor = System.Drawing.Color.White;
     this.label15.Location = new System.Drawing.Point(16, 34);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(58, 15);
     this.label15.TabIndex = 27;
     this.label15.Text = "Voucher: ";
     //
     // DiscountLabel
     //
     this.DiscountLabel.AutoSize = true;
     this.DiscountLabel.BackColor = System.Drawing.Color.Transparent;
     this.DiscountLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DiscountLabel.ForeColor = System.Drawing.Color.White;
     this.DiscountLabel.Location = new System.Drawing.Point(80, 16);
     this.DiscountLabel.Name = "DiscountLabel";
     this.DiscountLabel.Size = new System.Drawing.Size(38, 15);
     this.DiscountLabel.TabIndex = 66;
     this.DiscountLabel.Text = "0.000";
     //
     // VoucherLabel
     //
     this.VoucherLabel.AutoSize = true;
     this.VoucherLabel.BackColor = System.Drawing.Color.Transparent;
     this.VoucherLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.VoucherLabel.ForeColor = System.Drawing.Color.White;
     this.VoucherLabel.Location = new System.Drawing.Point(80, 34);
     this.VoucherLabel.Name = "VoucherLabel";
     this.VoucherLabel.Size = new System.Drawing.Size(38, 15);
     this.VoucherLabel.TabIndex = 32;
     this.VoucherLabel.Text = "0.000";
     //
     // grpGrossBreakDown
     //
     this.grpGrossBreakDown.BackColor = System.Drawing.Color.Transparent;
     this.grpGrossBreakDown.Controls.Add(this.label19);
     this.grpGrossBreakDown.Controls.Add(this.AccLabel);
     this.grpGrossBreakDown.Controls.Add(this.label12);
     this.grpGrossBreakDown.Controls.Add(this.label13);
     this.grpGrossBreakDown.Controls.Add(this.label14);
     this.grpGrossBreakDown.Controls.Add(this.CashLabel);
     this.grpGrossBreakDown.Controls.Add(this.EFTLabel);
     this.grpGrossBreakDown.Controls.Add(this.ChequeLabel);
     this.grpGrossBreakDown.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grpGrossBreakDown.ForeColor = System.Drawing.Color.White;
     this.grpGrossBreakDown.Location = new System.Drawing.Point(36, 342);
     this.grpGrossBreakDown.Name = "grpGrossBreakDown";
     this.grpGrossBreakDown.Size = new System.Drawing.Size(151, 85);
     this.grpGrossBreakDown.TabIndex = 76;
     this.grpGrossBreakDown.TabStop = false;
     this.grpGrossBreakDown.Text = "Net Sales Breakdown";
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.BackColor = System.Drawing.Color.Transparent;
     this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label19.ForeColor = System.Drawing.Color.White;
     this.label19.Location = new System.Drawing.Point(21, 67);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(56, 15);
     this.label19.TabIndex = 32;
     this.label19.Text = "Account: ";
     //
     // AccLabel
     //
     this.AccLabel.AutoSize = true;
     this.AccLabel.BackColor = System.Drawing.Color.Transparent;
     this.AccLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AccLabel.ForeColor = System.Drawing.Color.White;
     this.AccLabel.Location = new System.Drawing.Point(81, 67);
     this.AccLabel.Name = "AccLabel";
     this.AccLabel.Size = new System.Drawing.Size(38, 15);
     this.AccLabel.TabIndex = 33;
     this.AccLabel.Text = "0.000";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.BackColor = System.Drawing.Color.Transparent;
     this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.ForeColor = System.Drawing.Color.White;
     this.label12.Location = new System.Drawing.Point(8, 16);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(71, 15);
     this.label12.TabIndex = 24;
     this.label12.Text = "Total Cash: ";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.BackColor = System.Drawing.Color.Transparent;
     this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.Color.White;
     this.label13.Location = new System.Drawing.Point(41, 32);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(38, 15);
     this.label13.TabIndex = 25;
     this.label13.Text = "EFT : ";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.BackColor = System.Drawing.Color.Transparent;
     this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.ForeColor = System.Drawing.Color.White;
     this.label14.Location = new System.Drawing.Point(23, 49);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(56, 15);
     this.label14.TabIndex = 26;
     this.label14.Text = "Cheque: ";
     //
     // CashLabel
     //
     this.CashLabel.AutoSize = true;
     this.CashLabel.BackColor = System.Drawing.Color.Transparent;
     this.CashLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CashLabel.ForeColor = System.Drawing.Color.White;
     this.CashLabel.Location = new System.Drawing.Point(83, 16);
     this.CashLabel.Name = "CashLabel";
     this.CashLabel.Size = new System.Drawing.Size(38, 15);
     this.CashLabel.TabIndex = 29;
     this.CashLabel.Text = "0.000";
     //
     // EFTLabel
     //
     this.EFTLabel.AutoSize = true;
     this.EFTLabel.BackColor = System.Drawing.Color.Transparent;
     this.EFTLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EFTLabel.ForeColor = System.Drawing.Color.White;
     this.EFTLabel.Location = new System.Drawing.Point(83, 33);
     this.EFTLabel.Name = "EFTLabel";
     this.EFTLabel.Size = new System.Drawing.Size(38, 15);
     this.EFTLabel.TabIndex = 30;
     this.EFTLabel.Text = "0.000";
     //
     // ChequeLabel
     //
     this.ChequeLabel.AutoSize = true;
     this.ChequeLabel.BackColor = System.Drawing.Color.Transparent;
     this.ChequeLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ChequeLabel.ForeColor = System.Drawing.Color.White;
     this.ChequeLabel.Location = new System.Drawing.Point(83, 51);
     this.ChequeLabel.Name = "ChequeLabel";
     this.ChequeLabel.Size = new System.Drawing.Size(38, 15);
     this.ChequeLabel.TabIndex = 31;
     this.ChequeLabel.Text = "0.000";
     //
     // grpGross
     //
     this.grpGross.BackColor = System.Drawing.Color.Transparent;
     this.grpGross.Controls.Add(this.lblGross);
     this.grpGross.Controls.Add(this.lblGrossValue);
     this.grpGross.Controls.Add(this.lblNetSale);
     this.grpGross.Controls.Add(this.lblNetSaleValue);
     this.grpGross.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grpGross.ForeColor = System.Drawing.Color.White;
     this.grpGross.Location = new System.Drawing.Point(36, 288);
     this.grpGross.Name = "grpGross";
     this.grpGross.Size = new System.Drawing.Size(318, 54);
     this.grpGross.TabIndex = 75;
     this.grpGross.TabStop = false;
     this.grpGross.Text = "Payment Summary";
     //
     // lblGross
     //
     this.lblGross.AutoSize = true;
     this.lblGross.BackColor = System.Drawing.Color.Transparent;
     this.lblGross.ForeColor = System.Drawing.Color.White;
     this.lblGross.Location = new System.Drawing.Point(6, 16);
     this.lblGross.Name = "lblGross";
     this.lblGross.Size = new System.Drawing.Size(61, 13);
     this.lblGross.TabIndex = 70;
     this.lblGross.Text = "Gross Sale:";
     //
     // lblGrossValue
     //
     this.lblGrossValue.AutoSize = true;
     this.lblGrossValue.BackColor = System.Drawing.Color.Transparent;
     this.lblGrossValue.ForeColor = System.Drawing.Color.White;
     this.lblGrossValue.Location = new System.Drawing.Point(84, 16);
     this.lblGrossValue.Name = "lblGrossValue";
     this.lblGrossValue.Size = new System.Drawing.Size(34, 13);
     this.lblGrossValue.TabIndex = 71;
     this.lblGrossValue.Text = "0.000";
     //
     // lblNetSale
     //
     this.lblNetSale.AutoSize = true;
     this.lblNetSale.BackColor = System.Drawing.Color.Transparent;
     this.lblNetSale.ForeColor = System.Drawing.Color.White;
     this.lblNetSale.Location = new System.Drawing.Point(17, 35);
     this.lblNetSale.Name = "lblNetSale";
     this.lblNetSale.Size = new System.Drawing.Size(51, 13);
     this.lblNetSale.TabIndex = 72;
     this.lblNetSale.Text = "Net Sale:";
     //
     // lblNetSaleValue
     //
     this.lblNetSaleValue.AutoSize = true;
     this.lblNetSaleValue.BackColor = System.Drawing.Color.Transparent;
     this.lblNetSaleValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNetSaleValue.ForeColor = System.Drawing.Color.White;
     this.lblNetSaleValue.Location = new System.Drawing.Point(84, 33);
     this.lblNetSaleValue.Name = "lblNetSaleValue";
     this.lblNetSaleValue.Size = new System.Drawing.Size(38, 15);
     this.lblNetSaleValue.TabIndex = 33;
     this.lblNetSaleValue.Text = "0.000";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.White;
     this.label11.Location = new System.Drawing.Point(53, 518);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(90, 15);
     this.label11.TabIndex = 62;
     this.label11.Text = "Deposit Used : ";
     //
     // DepositLabel
     //
     this.DepositLabel.AutoSize = true;
     this.DepositLabel.BackColor = System.Drawing.Color.Transparent;
     this.DepositLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DepositLabel.ForeColor = System.Drawing.Color.White;
     this.DepositLabel.Location = new System.Drawing.Point(164, 518);
     this.DepositLabel.Name = "DepositLabel";
     this.DepositLabel.Size = new System.Drawing.Size(38, 15);
     this.DepositLabel.TabIndex = 63;
     this.DepositLabel.Text = "0.000";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.ForeColor = System.Drawing.Color.White;
     this.label10.Location = new System.Drawing.Point(331, 4);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(120, 13);
     this.label10.TabIndex = 59;
     this.label10.Text = "Review Transaction";
     //
     // TableNoTextBox
     //
     this.TableNoTextBox.Location = new System.Drawing.Point(481, 132);
     this.TableNoTextBox.Name = "TableNoTextBox";
     this.TableNoTextBox.Size = new System.Drawing.Size(150, 20);
     this.TableNoTextBox.TabIndex = 58;
     this.TableNoTextBox.Click += new System.EventHandler(this.TableNoTextBox_Click);
     //
     // PriceTextBox
     //
     this.PriceTextBox.Location = new System.Drawing.Point(481, 95);
     this.PriceTextBox.Name = "PriceTextBox";
     this.PriceTextBox.Size = new System.Drawing.Size(150, 20);
     this.PriceTextBox.TabIndex = 57;
     this.PriceTextBox.Click += new System.EventHandler(this.PriceTextBox_Click);
     //
     // ReferenceTextBox
     //
     this.ReferenceTextBox.Location = new System.Drawing.Point(481, 61);
     this.ReferenceTextBox.Name = "ReferenceTextBox";
     this.ReferenceTextBox.Size = new System.Drawing.Size(150, 20);
     this.ReferenceTextBox.TabIndex = 56;
     this.ReferenceTextBox.Click += new System.EventHandler(this.ReferenceTextBox_Click);
     this.ReferenceTextBox.TextChanged += new System.EventHandler(this.ReferenceTextBox_TextChanged);
     //
     // checkBox2
     //
     this.checkBox2.AutoSize = true;
     this.checkBox2.BackColor = System.Drawing.Color.Transparent;
     this.checkBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox2.ForeColor = System.Drawing.Color.White;
     this.checkBox2.Location = new System.Drawing.Point(369, 132);
     this.checkBox2.Name = "checkBox2";
     this.checkBox2.Size = new System.Drawing.Size(82, 17);
     this.checkBox2.TabIndex = 55;
     this.checkBox2.Text = "Table No ";
     this.checkBox2.UseVisualStyleBackColor = false;
     //
     // PriceCheckBox
     //
     this.PriceCheckBox.AutoSize = true;
     this.PriceCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.PriceCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PriceCheckBox.ForeColor = System.Drawing.Color.White;
     this.PriceCheckBox.Location = new System.Drawing.Point(369, 95);
     this.PriceCheckBox.Name = "PriceCheckBox";
     this.PriceCheckBox.Size = new System.Drawing.Size(59, 17);
     this.PriceCheckBox.TabIndex = 54;
     this.PriceCheckBox.Text = "Price ";
     this.PriceCheckBox.UseVisualStyleBackColor = false;
     //
     // ReferenceCheckBox
     //
     this.ReferenceCheckBox.AutoSize = true;
     this.ReferenceCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.ReferenceCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ReferenceCheckBox.ForeColor = System.Drawing.Color.White;
     this.ReferenceCheckBox.Location = new System.Drawing.Point(369, 61);
     this.ReferenceCheckBox.Name = "ReferenceCheckBox";
     this.ReferenceCheckBox.Size = new System.Drawing.Size(109, 17);
     this.ReferenceCheckBox.TabIndex = 53;
     this.ReferenceCheckBox.Text = "Reference No ";
     this.ReferenceCheckBox.UseVisualStyleBackColor = false;
     //
     // SearchButton
     //
     this.SearchButton.BackColor = System.Drawing.Color.Transparent;
     this.SearchButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("SearchButton.BackgroundImage")));
     this.SearchButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("SearchButton.BgImageOnMouseDown")));
     this.SearchButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("SearchButton.BgImageOnMouseUp")));
     this.SearchButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.SearchButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.SearchButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.SearchButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.SearchButton.Font = new System.Drawing.Font("Arial", 10F);
     this.SearchButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.SearchButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.SearchButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.SearchButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.SearchButton.Location = new System.Drawing.Point(642, 115);
     this.SearchButton.Name = "SearchButton";
     this.SearchButton.Size = new System.Drawing.Size(120, 40);
     this.SearchButton.TabIndex = 51;
     this.SearchButton.Text = "Search";
     this.SearchButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.SearchButton.UseVisualStyleBackColor = false;
     this.SearchButton.Click += new System.EventHandler(this.SearchButton_Click);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.Color.White;
     this.label8.Location = new System.Drawing.Point(337, 27);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(71, 15);
     this.label8.TabIndex = 50;
     this.label8.Text = "Search By";
     //
     // ViewReportDataGridView
     //
     this.ViewReportDataGridView.AllowUserToAddRows = false;
     this.ViewReportDataGridView.AllowUserToDeleteRows = false;
     this.ViewReportDataGridView.AllowUserToResizeColumns = false;
     this.ViewReportDataGridView.AllowUserToResizeRows = false;
     this.ViewReportDataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCellsExceptHeaders;
     this.ViewReportDataGridView.BackgroundColor = System.Drawing.Color.WhiteSmoke;
     this.ViewReportDataGridView.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.ViewReportDataGridView.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Raised;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.Silver;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.ViewReportDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.ViewReportDataGridView.ColumnHeadersHeight = 32;
     this.ViewReportDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.OrderIDColumn,
     this.SLColumn,
     this.OrderTypeColumn,
     this.TableNumberColumn,
     this.PaymentTypeColumn,
     this.TotalPaymentColumn,
     this.ActionButtonColumn});
     dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle7.BackColor = System.Drawing.Color.WhiteSmoke;
     dataGridViewCellStyle7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.ViewReportDataGridView.DefaultCellStyle = dataGridViewCellStyle7;
     this.ViewReportDataGridView.GridColor = System.Drawing.SystemColors.ControlText;
     this.ViewReportDataGridView.Location = new System.Drawing.Point(381, 221);
     this.ViewReportDataGridView.Name = "ViewReportDataGridView";
     this.ViewReportDataGridView.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     this.ViewReportDataGridView.RowHeadersVisible = false;
     dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.PaleTurquoise;
     dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.Black;
     this.ViewReportDataGridView.RowsDefaultCellStyle = dataGridViewCellStyle8;
     this.ViewReportDataGridView.RowTemplate.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.ViewReportDataGridView.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.WhiteSmoke;
     this.ViewReportDataGridView.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ViewReportDataGridView.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.Black;
     this.ViewReportDataGridView.RowTemplate.DefaultCellStyle.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.ViewReportDataGridView.RowTemplate.Height = 20;
     this.ViewReportDataGridView.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.ViewReportDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.ViewReportDataGridView.Size = new System.Drawing.Size(387, 290);
     this.ViewReportDataGridView.TabIndex = 41;
     //
     // OrderIDColumn
     //
     this.OrderIDColumn.HeaderText = "OrderID";
     this.OrderIDColumn.Name = "OrderIDColumn";
     this.OrderIDColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.OrderIDColumn.Visible = false;
     //
     // SLColumn
     //
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.SLColumn.DefaultCellStyle = dataGridViewCellStyle2;
     this.SLColumn.HeaderText = "SL";
     this.SLColumn.Name = "SLColumn";
     this.SLColumn.ReadOnly = true;
     this.SLColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.SLColumn.Width = 30;
     //
     // OrderTypeColumn
     //
     this.OrderTypeColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.OrderTypeColumn.DefaultCellStyle = dataGridViewCellStyle3;
     this.OrderTypeColumn.HeaderText = "Order Type";
     this.OrderTypeColumn.Name = "OrderTypeColumn";
     this.OrderTypeColumn.ReadOnly = true;
     this.OrderTypeColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // TableNumberColumn
     //
     this.TableNumberColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.TableNumberColumn.DefaultCellStyle = dataGridViewCellStyle4;
     this.TableNumberColumn.HeaderText = "Table Number";
     this.TableNumberColumn.Name = "TableNumberColumn";
     this.TableNumberColumn.ReadOnly = true;
     this.TableNumberColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // PaymentTypeColumn
     //
     dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.PaymentTypeColumn.DefaultCellStyle = dataGridViewCellStyle5;
     this.PaymentTypeColumn.HeaderText = "Payment Type";
     this.PaymentTypeColumn.Name = "PaymentTypeColumn";
     this.PaymentTypeColumn.ReadOnly = true;
     this.PaymentTypeColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.PaymentTypeColumn.Width = 130;
     //
     // TotalPaymentColumn
     //
     dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.TotalPaymentColumn.DefaultCellStyle = dataGridViewCellStyle6;
     this.TotalPaymentColumn.HeaderText = "Total";
     this.TotalPaymentColumn.Name = "TotalPaymentColumn";
     this.TotalPaymentColumn.ReadOnly = true;
     this.TotalPaymentColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.TotalPaymentColumn.Width = 60;
     //
     // ActionButtonColumn
     //
     this.ActionButtonColumn.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.ActionButtonColumn.HeaderText = "Action";
     this.ActionButtonColumn.Name = "ActionButtonColumn";
     this.ActionButtonColumn.Width = 80;
     //
     // TabsRadioButton
     //
     this.TabsRadioButton.AutoSize = true;
     this.TabsRadioButton.BackColor = System.Drawing.Color.Transparent;
     this.TabsRadioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TabsRadioButton.ForeColor = System.Drawing.Color.White;
     this.TabsRadioButton.Location = new System.Drawing.Point(688, 181);
     this.TabsRadioButton.Name = "TabsRadioButton";
     this.TabsRadioButton.Size = new System.Drawing.Size(53, 17);
     this.TabsRadioButton.TabIndex = 40;
     this.TabsRadioButton.Text = "Tabs";
     this.TabsRadioButton.UseVisualStyleBackColor = false;
     this.TabsRadioButton.CheckedChanged += new System.EventHandler(this.TabsRadioButton_CheckedChanged);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.White;
     this.label7.Location = new System.Drawing.Point(629, 559);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(78, 15);
     this.label7.TabIndex = 28;
     this.label7.Text = "Total Pay : ";
     this.label7.Visible = false;
     //
     // TakeAwayRadioButton
     //
     this.TakeAwayRadioButton.AutoSize = true;
     this.TakeAwayRadioButton.BackColor = System.Drawing.Color.Transparent;
     this.TakeAwayRadioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TakeAwayRadioButton.ForeColor = System.Drawing.Color.White;
     this.TakeAwayRadioButton.Location = new System.Drawing.Point(556, 181);
     this.TakeAwayRadioButton.Name = "TakeAwayRadioButton";
     this.TakeAwayRadioButton.Size = new System.Drawing.Size(88, 17);
     this.TakeAwayRadioButton.TabIndex = 39;
     this.TakeAwayRadioButton.Text = "Take Away";
     this.TakeAwayRadioButton.UseVisualStyleBackColor = false;
     this.TakeAwayRadioButton.CheckedChanged += new System.EventHandler(this.TakeAwayRadioButton_CheckedChanged);
     //
     // TableRadioButton
     //
     this.TableRadioButton.AutoSize = true;
     this.TableRadioButton.BackColor = System.Drawing.Color.Transparent;
     this.TableRadioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TableRadioButton.ForeColor = System.Drawing.Color.White;
     this.TableRadioButton.Location = new System.Drawing.Point(448, 181);
     this.TableRadioButton.Name = "TableRadioButton";
     this.TableRadioButton.Size = new System.Drawing.Size(57, 17);
     this.TableRadioButton.TabIndex = 38;
     this.TableRadioButton.Text = "Table";
     this.TableRadioButton.UseVisualStyleBackColor = false;
     this.TableRadioButton.CheckedChanged += new System.EventHandler(this.TableRadioButton_CheckedChanged);
     //
     // AllRedioButton
     //
     this.AllRedioButton.AutoSize = true;
     this.AllRedioButton.BackColor = System.Drawing.Color.Transparent;
     this.AllRedioButton.Checked = true;
     this.AllRedioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AllRedioButton.ForeColor = System.Drawing.Color.White;
     this.AllRedioButton.Location = new System.Drawing.Point(335, 182);
     this.AllRedioButton.Name = "AllRedioButton";
     this.AllRedioButton.Size = new System.Drawing.Size(47, 17);
     this.AllRedioButton.TabIndex = 37;
     this.AllRedioButton.TabStop = true;
     this.AllRedioButton.Text = "ALL";
     this.AllRedioButton.UseVisualStyleBackColor = false;
     this.AllRedioButton.CheckedChanged += new System.EventHandler(this.AllRedioButton_CheckedChanged);
     //
     // TotalPayLabel
     //
     this.TotalPayLabel.AutoSize = true;
     this.TotalPayLabel.BackColor = System.Drawing.Color.Transparent;
     this.TotalPayLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TotalPayLabel.ForeColor = System.Drawing.Color.White;
     this.TotalPayLabel.Location = new System.Drawing.Point(714, 559);
     this.TotalPayLabel.Name = "TotalPayLabel";
     this.TotalPayLabel.Size = new System.Drawing.Size(43, 15);
     this.TotalPayLabel.TabIndex = 33;
     this.TotalPayLabel.Text = "0.000";
     this.TotalPayLabel.Visible = false;
     //
     // myCalendar
     //
     this.myCalendar.FirstDayOfWeek = System.Windows.Forms.Day.Monday;
     this.myCalendar.Location = new System.Drawing.Point(56, 29);
     this.myCalendar.Name = "myCalendar";
     this.myCalendar.TabIndex = 36;
     this.myCalendar.TitleBackColor = System.Drawing.Color.Gray;
     this.myCalendar.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.myCalendar_DateChanged);
     this.myCalendar.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.myCalendar_DateSelected);
     //
     // DateLabel
     //
     this.DateLabel.AutoSize = true;
     this.DateLabel.BackColor = System.Drawing.Color.Transparent;
     this.DateLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DateLabel.ForeColor = System.Drawing.Color.White;
     this.DateLabel.Location = new System.Drawing.Point(103, 5);
     this.DateLabel.Name = "DateLabel";
     this.DateLabel.Size = new System.Drawing.Size(101, 20);
     this.DateLabel.TabIndex = 22;
     this.DateLabel.Text = "05-01-2008";
     //
     // ViewButton
     //
     this.ViewButton.BackColor = System.Drawing.Color.Transparent;
     this.ViewButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ViewButton.BackgroundImage")));
     this.ViewButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("ViewButton.BgImageOnMouseDown")));
     this.ViewButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("ViewButton.BgImageOnMouseUp")));
     this.ViewButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.ViewButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.ViewButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.ViewButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ViewButton.Font = new System.Drawing.Font("Arial", 10F);
     this.ViewButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.ViewButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.ViewButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.ViewButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.ViewButton.Location = new System.Drawing.Point(96, 244);
     this.ViewButton.Name = "ViewButton";
     this.ViewButton.Size = new System.Drawing.Size(122, 40);
     this.ViewButton.TabIndex = 5;
     this.ViewButton.Text = "View";
     this.ViewButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.ViewButton.UseVisualStyleBackColor = false;
     this.ViewButton.Click += new System.EventHandler(this.ViewButton_Click);
     //
     // MonthPlusButton
     //
     this.MonthPlusButton.BackColor = System.Drawing.Color.Transparent;
     this.MonthPlusButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("MonthPlusButton.BackgroundImage")));
     this.MonthPlusButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("MonthPlusButton.BgImageOnMouseDown")));
     this.MonthPlusButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("MonthPlusButton.BgImageOnMouseUp")));
     this.MonthPlusButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.MonthPlusButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.MonthPlusButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.MonthPlusButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.MonthPlusButton.Font = new System.Drawing.Font("Arial", 10F);
     this.MonthPlusButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.MonthPlusButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.MonthPlusButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.MonthPlusButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.MonthPlusButton.Location = new System.Drawing.Point(153, 197);
     this.MonthPlusButton.Name = "MonthPlusButton";
     this.MonthPlusButton.Size = new System.Drawing.Size(75, 40);
     this.MonthPlusButton.TabIndex = 4;
     this.MonthPlusButton.Text = "Month(+)";
     this.MonthPlusButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.MonthPlusButton.UseVisualStyleBackColor = false;
     this.MonthPlusButton.Click += new System.EventHandler(this.MonthPlusButton_Click);
     //
     // MonthMinusButton
     //
     this.MonthMinusButton.BackColor = System.Drawing.Color.Transparent;
     this.MonthMinusButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("MonthMinusButton.BackgroundImage")));
     this.MonthMinusButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("MonthMinusButton.BgImageOnMouseDown")));
     this.MonthMinusButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("MonthMinusButton.BgImageOnMouseUp")));
     this.MonthMinusButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.MonthMinusButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.MonthMinusButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.MonthMinusButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.MonthMinusButton.Font = new System.Drawing.Font("Arial", 10F);
     this.MonthMinusButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.MonthMinusButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.MonthMinusButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.MonthMinusButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.MonthMinusButton.Location = new System.Drawing.Point(75, 197);
     this.MonthMinusButton.Name = "MonthMinusButton";
     this.MonthMinusButton.Size = new System.Drawing.Size(76, 40);
     this.MonthMinusButton.TabIndex = 3;
     this.MonthMinusButton.Text = "Month (-)";
     this.MonthMinusButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.MonthMinusButton.UseVisualStyleBackColor = false;
     this.MonthMinusButton.Click += new System.EventHandler(this.MonthMinusButton_Click);
     //
     // YearPlusButton
     //
     this.YearPlusButton.BackColor = System.Drawing.Color.Transparent;
     this.YearPlusButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("YearPlusButton.BackgroundImage")));
     this.YearPlusButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("YearPlusButton.BgImageOnMouseDown")));
     this.YearPlusButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("YearPlusButton.BgImageOnMouseUp")));
     this.YearPlusButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.YearPlusButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.YearPlusButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.YearPlusButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.YearPlusButton.Font = new System.Drawing.Font("Arial", 10F);
     this.YearPlusButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.YearPlusButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.YearPlusButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.YearPlusButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.YearPlusButton.Location = new System.Drawing.Point(230, 197);
     this.YearPlusButton.Name = "YearPlusButton";
     this.YearPlusButton.Size = new System.Drawing.Size(69, 40);
     this.YearPlusButton.TabIndex = 2;
     this.YearPlusButton.Text = "Year( +)";
     this.YearPlusButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.YearPlusButton.UseVisualStyleBackColor = false;
     this.YearPlusButton.Click += new System.EventHandler(this.YearPlusButton_Click);
     //
     // YearMinusButton
     //
     this.YearMinusButton.BackColor = System.Drawing.Color.Transparent;
     this.YearMinusButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("YearMinusButton.BackgroundImage")));
     this.YearMinusButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("YearMinusButton.BgImageOnMouseDown")));
     this.YearMinusButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("YearMinusButton.BgImageOnMouseUp")));
     this.YearMinusButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.YearMinusButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.YearMinusButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.YearMinusButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.YearMinusButton.Font = new System.Drawing.Font("Arial", 10F);
     this.YearMinusButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.YearMinusButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.YearMinusButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.YearMinusButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.YearMinusButton.Location = new System.Drawing.Point(3, 197);
     this.YearMinusButton.Name = "YearMinusButton";
     this.YearMinusButton.Size = new System.Drawing.Size(70, 40);
     this.YearMinusButton.TabIndex = 1;
     this.YearMinusButton.Text = "Year( - )";
     this.YearMinusButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.YearMinusButton.UseVisualStyleBackColor = false;
     this.YearMinusButton.Click += new System.EventHandler(this.YearMinusButton_Click);
     //
     // BackButton
     //
     this.BackButton.BackColor = System.Drawing.Color.Transparent;
     this.BackButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("BackButton.BackgroundImage")));
     this.BackButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("BackButton.BgImageOnMouseDown")));
     this.BackButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("BackButton.BgImageOnMouseUp")));
     this.BackButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.BackButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.BackButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.BackButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.BackButton.Font = new System.Drawing.Font("Arial", 10F);
     this.BackButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.BackButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.BackButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.Back;
     this.BackButton.Image = ((System.Drawing.Image)(resources.GetObject("BackButton.Image")));
     this.BackButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.BackButton.Location = new System.Drawing.Point(41, 640);
     this.BackButton.Name = "BackButton";
     this.BackButton.Size = new System.Drawing.Size(145, 52);
     this.BackButton.TabIndex = 20;
     this.BackButton.Text = "Back";
     this.BackButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.BackButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.BackButton.UseVisualStyleBackColor = false;
     this.BackButton.Click += new System.EventHandler(this.BackButton_Click);
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.Transparent;
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel3.Controls.Add(this.label1);
     this.panel3.Location = new System.Drawing.Point(381, 210);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(387, 22);
     this.panel3.TabIndex = 21;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.SteelBlue;
     this.label1.Location = new System.Drawing.Point(165, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(98, 16);
     this.label1.TabIndex = 0;
     this.label1.Text = "Transactions";
     //
     // CReviewTransactionForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ControlText;
     this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize = new System.Drawing.Size(800, 697);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.BackButton);
     this.Name = "CReviewTransactionForm";
     this.ScreenTitle = "Customer Review Transaction";
     this.Text = "CViewReportForm";
     this.Load += new System.EventHandler(this.CViewReportForm_Load);
     this.Controls.SetChildIndex(this.BackButton, 0);
     this.Controls.SetChildIndex(this.panel1, 0);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.grpGrossBreakDown.ResumeLayout(false);
     this.grpGrossBreakDown.PerformLayout();
     this.grpGross.ResumeLayout(false);
     this.grpGross.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ViewReportDataGridView)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WelcomeForm));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.settingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.manageUserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.changePsswordToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.databaseManagementToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.createBackupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.restoreBackupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.startNewYearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.initializeDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.createDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.registerTrialToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.registerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.unRegisterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.userHistoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.troubleshootingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.systemLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutEBusinessToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.btnPOS = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator();
     this.btnInvoice = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btnStock = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.btnItem = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCustomer = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCompany = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.btnOrder = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.btnShop = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStrip_Reports = new System.Windows.Forms.ToolStrip();
     this.btnSalesReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator15 = new System.Windows.Forms.ToolStripSeparator();
     this.btnPurchaseReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
     this.btnDailySalesReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
     this.btnBuyerLedgerReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator16 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCustomerTransaction = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator18 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCompanyTransaction = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
     this.btnProfitReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCurrentCashReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
     this.btnItemTransaction = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.middlePanel = new System.Windows.Forms.Panel();
     this.lblSologon = new System.Windows.Forms.Label();
     this.lbRegistrationNo = new System.Windows.Forms.Label();
     this.lblPhoneNumber = new System.Windows.Forms.Label();
     this.lblAdress = new System.Windows.Forms.Label();
     this.panelToday = new System.Windows.Forms.Panel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.lvSale = new System.Windows.Forms.ListView();
     this.colSNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colRNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colCustomer = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colTotal = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colPayment = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label2 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.lvPurchase = new System.Windows.Forms.ListView();
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label6 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.panelClock = new System.Windows.Forms.Panel();
     this.lvStockSummary = new System.Windows.Forms.ListView();
     this.colItem = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colStock = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colOnOrder = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colLimit = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.btnRefresh = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel3 = new System.Windows.Forms.Panel();
     this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
     this.lblWatch = new System.Windows.Forms.Label();
     this.topPanel = new System.Windows.Forms.Panel();
     this.lblShopName = new System.Windows.Forms.Label();
     this.logoPanel = new System.Windows.Forms.Panel();
     this.label3 = new System.Windows.Forms.Label();
     this.lblPointofSale = new System.Windows.Forms.Label();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.menuStrip1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.toolStrip_Reports.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.middlePanel.SuspendLayout();
     this.panelToday.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panelClock.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.topPanel.SuspendLayout();
     this.logoPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("menuStrip1.BackgroundImage")));
     this.menuStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem1,
     this.settingToolStripMenuItem,
     this.databaseManagementToolStripMenuItem,
     this.troubleshootingToolStripMenuItem,
     this.helpToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(1007, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text = "menuStrip1";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.exitToolStripMenuItem});
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(37, 20);
     this.toolStripMenuItem1.Text = "File";
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(92, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // settingToolStripMenuItem
     //
     this.settingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.manageUserToolStripMenuItem,
     this.changePsswordToolStripMenuItem});
     this.settingToolStripMenuItem.Name = "settingToolStripMenuItem";
     this.settingToolStripMenuItem.Size = new System.Drawing.Size(116, 20);
     this.settingToolStripMenuItem.Text = "User Management";
     //
     // manageUserToolStripMenuItem
     //
     this.manageUserToolStripMenuItem.Name = "manageUserToolStripMenuItem";
     this.manageUserToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
     this.manageUserToolStripMenuItem.Text = "Manage User";
     this.manageUserToolStripMenuItem.Click += new System.EventHandler(this.manageUserToolStripMenuItem_Click);
     //
     // changePsswordToolStripMenuItem
     //
     this.changePsswordToolStripMenuItem.Name = "changePsswordToolStripMenuItem";
     this.changePsswordToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
     this.changePsswordToolStripMenuItem.Text = "Change Password";
     this.changePsswordToolStripMenuItem.Click += new System.EventHandler(this.changePsswordToolStripMenuItem_Click);
     //
     // databaseManagementToolStripMenuItem
     //
     this.databaseManagementToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.createBackupToolStripMenuItem,
     this.restoreBackupToolStripMenuItem,
     this.startNewYearToolStripMenuItem,
     this.initializeDatabaseToolStripMenuItem,
     this.createDatabaseToolStripMenuItem,
     this.registerTrialToolStripMenuItem,
     this.registerToolStripMenuItem,
     this.unRegisterToolStripMenuItem,
     this.userHistoryToolStripMenuItem});
     this.databaseManagementToolStripMenuItem.Name = "databaseManagementToolStripMenuItem";
     this.databaseManagementToolStripMenuItem.Size = new System.Drawing.Size(98, 20);
     this.databaseManagementToolStripMenuItem.Text = "Administration";
     //
     // createBackupToolStripMenuItem
     //
     this.createBackupToolStripMenuItem.Name = "createBackupToolStripMenuItem";
     this.createBackupToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.createBackupToolStripMenuItem.Text = "Create Backup";
     this.createBackupToolStripMenuItem.Click += new System.EventHandler(this.createBackupToolStripMenuItem_Click);
     //
     // restoreBackupToolStripMenuItem
     //
     this.restoreBackupToolStripMenuItem.Name = "restoreBackupToolStripMenuItem";
     this.restoreBackupToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.restoreBackupToolStripMenuItem.Text = "Restore Backup";
     this.restoreBackupToolStripMenuItem.Click += new System.EventHandler(this.restoreBackupToolStripMenuItem_Click);
     //
     // startNewYearToolStripMenuItem
     //
     this.startNewYearToolStripMenuItem.Name = "startNewYearToolStripMenuItem";
     this.startNewYearToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.startNewYearToolStripMenuItem.Text = "Start New Business Year";
     //
     // initializeDatabaseToolStripMenuItem
     //
     this.initializeDatabaseToolStripMenuItem.Name = "initializeDatabaseToolStripMenuItem";
     this.initializeDatabaseToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.initializeDatabaseToolStripMenuItem.Text = "Initialize Database";
     this.initializeDatabaseToolStripMenuItem.Click += new System.EventHandler(this.initializeDatabaseToolStripMenuItem_Click);
     //
     // createDatabaseToolStripMenuItem
     //
     this.createDatabaseToolStripMenuItem.Name = "createDatabaseToolStripMenuItem";
     this.createDatabaseToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.createDatabaseToolStripMenuItem.Text = "Create Database";
     this.createDatabaseToolStripMenuItem.Click += new System.EventHandler(this.createDatabaseToolStripMenuItem_Click);
     //
     // registerTrialToolStripMenuItem
     //
     this.registerTrialToolStripMenuItem.Name = "registerTrialToolStripMenuItem";
     this.registerTrialToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.registerTrialToolStripMenuItem.Text = "Register Trial";
     //
     // registerToolStripMenuItem
     //
     this.registerToolStripMenuItem.Name = "registerToolStripMenuItem";
     this.registerToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.registerToolStripMenuItem.Text = "Register";
     //
     // unRegisterToolStripMenuItem
     //
     this.unRegisterToolStripMenuItem.Name = "unRegisterToolStripMenuItem";
     this.unRegisterToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.unRegisterToolStripMenuItem.Text = "Un Register";
     //
     // userHistoryToolStripMenuItem
     //
     this.userHistoryToolStripMenuItem.Name = "userHistoryToolStripMenuItem";
     this.userHistoryToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
     this.userHistoryToolStripMenuItem.Text = "User History";
     this.userHistoryToolStripMenuItem.Click += new System.EventHandler(this.userHistoryToolStripMenuItem_Click);
     //
     // troubleshootingToolStripMenuItem
     //
     this.troubleshootingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.systemLogToolStripMenuItem});
     this.troubleshootingToolStripMenuItem.Name = "troubleshootingToolStripMenuItem";
     this.troubleshootingToolStripMenuItem.Size = new System.Drawing.Size(107, 20);
     this.troubleshootingToolStripMenuItem.Text = "Troubleshooting";
     //
     // systemLogToolStripMenuItem
     //
     this.systemLogToolStripMenuItem.Name = "systemLogToolStripMenuItem";
     this.systemLogToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
     this.systemLogToolStripMenuItem.Text = "System Log";
     this.systemLogToolStripMenuItem.Click += new System.EventHandler(this.systemLogToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.aboutEBusinessToolStripMenuItem});
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // aboutEBusinessToolStripMenuItem
     //
     this.aboutEBusinessToolStripMenuItem.Name = "aboutEBusinessToolStripMenuItem";
     this.aboutEBusinessToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
     this.aboutEBusinessToolStripMenuItem.Text = "About EBusiness";
     //
     // toolStrip1
     //
     this.toolStrip1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("toolStrip1.BackgroundImage")));
     this.toolStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btnPOS,
     this.toolStripSeparator14,
     this.btnInvoice,
     this.toolStripSeparator1,
     this.btnStock,
     this.toolStripSeparator2,
     this.btnItem,
     this.toolStripSeparator3,
     this.btnCustomer,
     this.toolStripSeparator4,
     this.btnCompany,
     this.toolStripSeparator5,
     this.btnOrder,
     this.toolStripSeparator6,
     this.btnShop,
     this.toolStripSeparator13});
     this.toolStrip1.Location = new System.Drawing.Point(0, 24);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(1007, 57);
     this.toolStrip1.TabIndex = 1;
     this.toolStrip1.Text = "toolStrip1";
     //
     // btnPOS
     //
     this.btnPOS.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold);
     this.btnPOS.Image = ((System.Drawing.Image)(resources.GetObject("btnPOS.Image")));
     this.btnPOS.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnPOS.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnPOS.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnPOS.Name = "btnPOS";
     this.btnPOS.Size = new System.Drawing.Size(96, 56);
     this.btnPOS.Text = "&POS";
     this.btnPOS.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnPOS.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
     this.btnPOS.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnPOS.ToolTipText = "POS";
     this.btnPOS.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator14
     //
     this.toolStripSeparator14.Name = "toolStripSeparator14";
     this.toolStripSeparator14.Size = new System.Drawing.Size(6, 57);
     //
     // btnInvoice
     //
     this.btnInvoice.BackColor = System.Drawing.Color.Transparent;
     this.btnInvoice.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnInvoice.ForeColor = System.Drawing.Color.Navy;
     this.btnInvoice.Image = ((System.Drawing.Image)(resources.GetObject("btnInvoice.Image")));
     this.btnInvoice.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnInvoice.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnInvoice.Name = "btnInvoice";
     this.btnInvoice.Size = new System.Drawing.Size(114, 54);
     this.btnInvoice.Text = "&Invoice";
     this.btnInvoice.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnInvoice.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnInvoice.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 57);
     //
     // btnStock
     //
     this.btnStock.BackColor = System.Drawing.Color.Transparent;
     this.btnStock.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnStock.ForeColor = System.Drawing.Color.Navy;
     this.btnStock.Image = ((System.Drawing.Image)(resources.GetObject("btnStock.Image")));
     this.btnStock.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnStock.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnStock.Name = "btnStock";
     this.btnStock.Size = new System.Drawing.Size(100, 54);
     this.btnStock.Text = "&Stock";
     this.btnStock.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnStock.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnStock.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 57);
     //
     // btnItem
     //
     this.btnItem.BackColor = System.Drawing.Color.Transparent;
     this.btnItem.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnItem.ForeColor = System.Drawing.Color.Navy;
     this.btnItem.Image = ((System.Drawing.Image)(resources.GetObject("btnItem.Image")));
     this.btnItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnItem.Name = "btnItem";
     this.btnItem.Size = new System.Drawing.Size(90, 54);
     this.btnItem.Text = "&Item";
     this.btnItem.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnItem.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.ForeColor = System.Drawing.SystemColors.ControlText;
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 57);
     //
     // btnCustomer
     //
     this.btnCustomer.BackColor = System.Drawing.Color.Transparent;
     this.btnCustomer.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnCustomer.ForeColor = System.Drawing.Color.Navy;
     this.btnCustomer.Image = ((System.Drawing.Image)(resources.GetObject("btnCustomer.Image")));
     this.btnCustomer.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCustomer.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCustomer.Name = "btnCustomer";
     this.btnCustomer.Size = new System.Drawing.Size(128, 54);
     this.btnCustomer.Text = "&Customer";
     this.btnCustomer.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnCustomer.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCustomer.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 57);
     //
     // btnCompany
     //
     this.btnCompany.BackColor = System.Drawing.Color.Transparent;
     this.btnCompany.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnCompany.ForeColor = System.Drawing.Color.Navy;
     this.btnCompany.Image = ((System.Drawing.Image)(resources.GetObject("btnCompany.Image")));
     this.btnCompany.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCompany.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCompany.Name = "btnCompany";
     this.btnCompany.Size = new System.Drawing.Size(126, 54);
     this.btnCompany.Text = "S&upplier";
     this.btnCompany.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnCompany.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCompany.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 57);
     //
     // btnOrder
     //
     this.btnOrder.BackColor = System.Drawing.Color.Transparent;
     this.btnOrder.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnOrder.ForeColor = System.Drawing.Color.Navy;
     this.btnOrder.Image = ((System.Drawing.Image)(resources.GetObject("btnOrder.Image")));
     this.btnOrder.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnOrder.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnOrder.Name = "btnOrder";
     this.btnOrder.Size = new System.Drawing.Size(102, 54);
     this.btnOrder.Text = "&Order";
     this.btnOrder.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnOrder.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnOrder.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(6, 57);
     //
     // btnShop
     //
     this.btnShop.BackColor = System.Drawing.Color.Transparent;
     this.btnShop.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.btnShop.ForeColor = System.Drawing.Color.Navy;
     this.btnShop.Image = ((System.Drawing.Image)(resources.GetObject("btnShop.Image")));
     this.btnShop.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnShop.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnShop.Name = "btnShop";
     this.btnShop.Size = new System.Drawing.Size(97, 54);
     this.btnShop.Text = "S&hop";
     this.btnShop.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnShop.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnShop.Click += new System.EventHandler(this.btnManagement_Click);
     //
     // toolStripSeparator13
     //
     this.toolStripSeparator13.Name = "toolStripSeparator13";
     this.toolStripSeparator13.Size = new System.Drawing.Size(6, 57);
     //
     // toolStrip_Reports
     //
     this.toolStrip_Reports.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("toolStrip_Reports.BackgroundImage")));
     this.toolStrip_Reports.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStrip_Reports.Dock = System.Windows.Forms.DockStyle.Left;
     this.toolStrip_Reports.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btnSalesReport,
     this.toolStripSeparator15,
     this.btnPurchaseReport,
     this.toolStripSeparator8,
     this.btnDailySalesReport,
     this.toolStripSeparator11,
     this.btnBuyerLedgerReport,
     this.toolStripSeparator16,
     this.btnCustomerTransaction,
     this.toolStripSeparator18,
     this.btnCompanyTransaction,
     this.toolStripSeparator12,
     this.btnProfitReport,
     this.toolStripSeparator7,
     this.btnCurrentCashReport,
     this.toolStripSeparator9,
     this.btnItemTransaction,
     this.toolStripSeparator10});
     this.toolStrip_Reports.Location = new System.Drawing.Point(0, 81);
     this.toolStrip_Reports.Name = "toolStrip_Reports";
     this.toolStrip_Reports.Size = new System.Drawing.Size(187, 604);
     this.toolStrip_Reports.TabIndex = 2;
     this.toolStrip_Reports.Text = "toolStrip2";
     //
     // btnSalesReport
     //
     this.btnSalesReport.BackColor = System.Drawing.Color.Transparent;
     this.btnSalesReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnSalesReport.ForeColor = System.Drawing.Color.Navy;
     this.btnSalesReport.Image = ((System.Drawing.Image)(resources.GetObject("btnSalesReport.Image")));
     this.btnSalesReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSalesReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnSalesReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnSalesReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnSalesReport.Name = "btnSalesReport";
     this.btnSalesReport.Size = new System.Drawing.Size(184, 34);
     this.btnSalesReport.Text = "&Sales Report";
     this.btnSalesReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnSalesReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator15
     //
     this.toolStripSeparator15.Name = "toolStripSeparator15";
     this.toolStripSeparator15.Size = new System.Drawing.Size(184, 6);
     //
     // btnPurchaseReport
     //
     this.btnPurchaseReport.BackColor = System.Drawing.Color.Transparent;
     this.btnPurchaseReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnPurchaseReport.ForeColor = System.Drawing.Color.Navy;
     this.btnPurchaseReport.Image = ((System.Drawing.Image)(resources.GetObject("btnPurchaseReport.Image")));
     this.btnPurchaseReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnPurchaseReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnPurchaseReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnPurchaseReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnPurchaseReport.Name = "btnPurchaseReport";
     this.btnPurchaseReport.Size = new System.Drawing.Size(184, 34);
     this.btnPurchaseReport.Text = "&Purchase Report";
     this.btnPurchaseReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnPurchaseReport.ToolTipText = "Purchase Report";
     this.btnPurchaseReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator8
     //
     this.toolStripSeparator8.Name = "toolStripSeparator8";
     this.toolStripSeparator8.Size = new System.Drawing.Size(184, 6);
     //
     // btnDailySalesReport
     //
     this.btnDailySalesReport.BackColor = System.Drawing.Color.Transparent;
     this.btnDailySalesReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnDailySalesReport.ForeColor = System.Drawing.Color.Navy;
     this.btnDailySalesReport.Image = ((System.Drawing.Image)(resources.GetObject("btnDailySalesReport.Image")));
     this.btnDailySalesReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnDailySalesReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnDailySalesReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnDailySalesReport.Name = "btnDailySalesReport";
     this.btnDailySalesReport.Size = new System.Drawing.Size(184, 34);
     this.btnDailySalesReport.Text = "&Daily Sales/Purchase";
     this.btnDailySalesReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnDailySalesReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator11
     //
     this.toolStripSeparator11.Name = "toolStripSeparator11";
     this.toolStripSeparator11.Size = new System.Drawing.Size(184, 6);
     //
     // btnBuyerLedgerReport
     //
     this.btnBuyerLedgerReport.BackColor = System.Drawing.Color.Transparent;
     this.btnBuyerLedgerReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnBuyerLedgerReport.ForeColor = System.Drawing.Color.Navy;
     this.btnBuyerLedgerReport.Image = ((System.Drawing.Image)(resources.GetObject("btnBuyerLedgerReport.Image")));
     this.btnBuyerLedgerReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnBuyerLedgerReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnBuyerLedgerReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnBuyerLedgerReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnBuyerLedgerReport.Name = "btnBuyerLedgerReport";
     this.btnBuyerLedgerReport.Size = new System.Drawing.Size(184, 34);
     this.btnBuyerLedgerReport.Text = "&Buyer Ledger";
     this.btnBuyerLedgerReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnBuyerLedgerReport.ToolTipText = "Buyer Ledger";
     this.btnBuyerLedgerReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator16
     //
     this.toolStripSeparator16.Name = "toolStripSeparator16";
     this.toolStripSeparator16.Size = new System.Drawing.Size(184, 6);
     //
     // btnCustomerTransaction
     //
     this.btnCustomerTransaction.BackColor = System.Drawing.Color.Transparent;
     this.btnCustomerTransaction.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnCustomerTransaction.ForeColor = System.Drawing.Color.Navy;
     this.btnCustomerTransaction.Image = ((System.Drawing.Image)(resources.GetObject("btnCustomerTransaction.Image")));
     this.btnCustomerTransaction.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCustomerTransaction.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCustomerTransaction.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCustomerTransaction.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnCustomerTransaction.Name = "btnCustomerTransaction";
     this.btnCustomerTransaction.Size = new System.Drawing.Size(184, 34);
     this.btnCustomerTransaction.Text = "&Customer Transaction";
     this.btnCustomerTransaction.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCustomerTransaction.ToolTipText = "Buyer Ledger";
     this.btnCustomerTransaction.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator18
     //
     this.toolStripSeparator18.Name = "toolStripSeparator18";
     this.toolStripSeparator18.Size = new System.Drawing.Size(184, 6);
     //
     // btnCompanyTransaction
     //
     this.btnCompanyTransaction.BackColor = System.Drawing.Color.Transparent;
     this.btnCompanyTransaction.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnCompanyTransaction.ForeColor = System.Drawing.Color.Navy;
     this.btnCompanyTransaction.Image = ((System.Drawing.Image)(resources.GetObject("btnCompanyTransaction.Image")));
     this.btnCompanyTransaction.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCompanyTransaction.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCompanyTransaction.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCompanyTransaction.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnCompanyTransaction.Name = "btnCompanyTransaction";
     this.btnCompanyTransaction.Size = new System.Drawing.Size(184, 34);
     this.btnCompanyTransaction.Text = "Supplier Transaction";
     this.btnCompanyTransaction.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCompanyTransaction.ToolTipText = "Buyer Ledger";
     this.btnCompanyTransaction.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator12
     //
     this.toolStripSeparator12.Name = "toolStripSeparator12";
     this.toolStripSeparator12.Size = new System.Drawing.Size(184, 6);
     //
     // btnProfitReport
     //
     this.btnProfitReport.BackColor = System.Drawing.Color.Transparent;
     this.btnProfitReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnProfitReport.ForeColor = System.Drawing.Color.Navy;
     this.btnProfitReport.Image = ((System.Drawing.Image)(resources.GetObject("btnProfitReport.Image")));
     this.btnProfitReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnProfitReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnProfitReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnProfitReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnProfitReport.Name = "btnProfitReport";
     this.btnProfitReport.Size = new System.Drawing.Size(184, 34);
     this.btnProfitReport.Text = "&Profit/Loss Report";
     this.btnProfitReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnProfitReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(184, 6);
     //
     // btnCurrentCashReport
     //
     this.btnCurrentCashReport.BackColor = System.Drawing.Color.Transparent;
     this.btnCurrentCashReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnCurrentCashReport.ForeColor = System.Drawing.Color.Navy;
     this.btnCurrentCashReport.Image = ((System.Drawing.Image)(resources.GetObject("btnCurrentCashReport.Image")));
     this.btnCurrentCashReport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCurrentCashReport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCurrentCashReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCurrentCashReport.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnCurrentCashReport.Name = "btnCurrentCashReport";
     this.btnCurrentCashReport.Size = new System.Drawing.Size(184, 34);
     this.btnCurrentCashReport.Text = "&Current Cash Report";
     this.btnCurrentCashReport.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnCurrentCashReport.ToolTipText = "Profit/Loss Report";
     this.btnCurrentCashReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator9
     //
     this.toolStripSeparator9.Name = "toolStripSeparator9";
     this.toolStripSeparator9.Size = new System.Drawing.Size(184, 6);
     //
     // btnItemTransaction
     //
     this.btnItemTransaction.BackColor = System.Drawing.Color.Transparent;
     this.btnItemTransaction.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
     this.btnItemTransaction.ForeColor = System.Drawing.Color.Navy;
     this.btnItemTransaction.Image = ((System.Drawing.Image)(resources.GetObject("btnItemTransaction.Image")));
     this.btnItemTransaction.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnItemTransaction.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnItemTransaction.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnItemTransaction.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.btnItemTransaction.Name = "btnItemTransaction";
     this.btnItemTransaction.Size = new System.Drawing.Size(184, 34);
     this.btnItemTransaction.Text = "Item Transaction";
     this.btnItemTransaction.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     this.btnItemTransaction.ToolTipText = "Item Transaction";
     this.btnItemTransaction.Click += new System.EventHandler(this.btnReport_Click);
     //
     // toolStripSeparator10
     //
     this.toolStripSeparator10.Name = "toolStripSeparator10";
     this.toolStripSeparator10.Size = new System.Drawing.Size(184, 6);
     //
     // statusStrip1
     //
     this.statusStrip1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("statusStrip1.BackgroundImage")));
     this.statusStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabel2,
     this.toolStripStatusLabel3,
     this.toolStripStatusLabel4});
     this.statusStrip1.Location = new System.Drawing.Point(187, 663);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.statusStrip1.Size = new System.Drawing.Size(820, 22);
     this.statusStrip1.TabIndex = 3;
     this.statusStrip1.Text = "Imutex 2011";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(0, 17);
     //
     // toolStripStatusLabel3
     //
     this.toolStripStatusLabel3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripStatusLabel3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripStatusLabel3.Image")));
     this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
     this.toolStripStatusLabel3.Size = new System.Drawing.Size(16, 17);
     this.toolStripStatusLabel3.Text = "toolStripStatusLabel3";
     //
     // toolStripStatusLabel4
     //
     this.toolStripStatusLabel4.Font = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Bold);
     this.toolStripStatusLabel4.ForeColor = System.Drawing.Color.Navy;
     this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
     this.toolStripStatusLabel4.Size = new System.Drawing.Size(0, 17);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.SteelBlue;
     this.panel2.Controls.Add(this.middlePanel);
     this.panel2.Controls.Add(this.topPanel);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(187, 81);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(820, 582);
     this.panel2.TabIndex = 5;
     //
     // middlePanel
     //
     this.middlePanel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("middlePanel.BackgroundImage")));
     this.middlePanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.middlePanel.Controls.Add(this.lblSologon);
     this.middlePanel.Controls.Add(this.lbRegistrationNo);
     this.middlePanel.Controls.Add(this.lblPhoneNumber);
     this.middlePanel.Controls.Add(this.lblAdress);
     this.middlePanel.Controls.Add(this.panelToday);
     this.middlePanel.Controls.Add(this.panelClock);
     this.middlePanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.middlePanel.Location = new System.Drawing.Point(0, 70);
     this.middlePanel.Name = "middlePanel";
     this.middlePanel.Size = new System.Drawing.Size(820, 512);
     this.middlePanel.TabIndex = 1;
     //
     // lblSologon
     //
     this.lblSologon.BackColor = System.Drawing.Color.Transparent;
     this.lblSologon.Dock = System.Windows.Forms.DockStyle.Top;
     this.lblSologon.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold);
     this.lblSologon.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblSologon.Location = new System.Drawing.Point(0, 109);
     this.lblSologon.Name = "lblSologon";
     this.lblSologon.Size = new System.Drawing.Size(591, 44);
     this.lblSologon.TabIndex = 10;
     this.lblSologon.Text = "Shop Slogon";
     this.lblSologon.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lbRegistrationNo
     //
     this.lbRegistrationNo.BackColor = System.Drawing.Color.Transparent;
     this.lbRegistrationNo.Dock = System.Windows.Forms.DockStyle.Top;
     this.lbRegistrationNo.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbRegistrationNo.ForeColor = System.Drawing.Color.MediumBlue;
     this.lbRegistrationNo.Location = new System.Drawing.Point(0, 77);
     this.lbRegistrationNo.Name = "lbRegistrationNo";
     this.lbRegistrationNo.Size = new System.Drawing.Size(591, 32);
     this.lbRegistrationNo.TabIndex = 9;
     this.lbRegistrationNo.Text = "Shop Reg#";
     this.lbRegistrationNo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblPhoneNumber
     //
     this.lblPhoneNumber.BackColor = System.Drawing.Color.Transparent;
     this.lblPhoneNumber.Dock = System.Windows.Forms.DockStyle.Top;
     this.lblPhoneNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPhoneNumber.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblPhoneNumber.Location = new System.Drawing.Point(0, 39);
     this.lblPhoneNumber.Name = "lblPhoneNumber";
     this.lblPhoneNumber.Size = new System.Drawing.Size(591, 38);
     this.lblPhoneNumber.TabIndex = 8;
     this.lblPhoneNumber.Text = "Shop Phone";
     this.lblPhoneNumber.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblAdress
     //
     this.lblAdress.BackColor = System.Drawing.Color.Transparent;
     this.lblAdress.Dock = System.Windows.Forms.DockStyle.Top;
     this.lblAdress.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAdress.ForeColor = System.Drawing.Color.DarkSlateGray;
     this.lblAdress.Location = new System.Drawing.Point(0, 0);
     this.lblAdress.Name = "lblAdress";
     this.lblAdress.Size = new System.Drawing.Size(591, 39);
     this.lblAdress.TabIndex = 7;
     this.lblAdress.Text = "Shop Address";
     this.lblAdress.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panelToday
     //
     this.panelToday.Controls.Add(this.splitContainer1);
     this.panelToday.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelToday.Location = new System.Drawing.Point(0, 213);
     this.panelToday.Name = "panelToday";
     this.panelToday.Size = new System.Drawing.Size(591, 299);
     this.panelToday.TabIndex = 5;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.lvSale);
     this.splitContainer1.Panel1.Controls.Add(this.label2);
     this.splitContainer1.Panel1.Controls.Add(this.label5);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.lvPurchase);
     this.splitContainer1.Panel2.Controls.Add(this.label6);
     this.splitContainer1.Panel2.Controls.Add(this.label4);
     this.splitContainer1.Size = new System.Drawing.Size(591, 299);
     this.splitContainer1.SplitterDistance = 277;
     this.splitContainer1.TabIndex = 0;
     //
     // lvSale
     //
     this.lvSale.BackColor = System.Drawing.Color.Bisque;
     this.lvSale.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lvSale.BackgroundImage")));
     this.lvSale.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.colSNo,
     this.colRNo,
     this.colCustomer,
     this.colTotal,
     this.colPayment});
     this.lvSale.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvSale.GridLines = true;
     this.lvSale.Location = new System.Drawing.Point(0, 23);
     this.lvSale.Name = "lvSale";
     this.lvSale.Size = new System.Drawing.Size(277, 253);
     this.lvSale.TabIndex = 6;
     this.lvSale.UseCompatibleStateImageBehavior = false;
     this.lvSale.View = System.Windows.Forms.View.Details;
     //
     // colSNo
     //
     this.colSNo.Text = "No";
     this.colSNo.Width = 30;
     //
     // colRNo
     //
     this.colRNo.Text = "Receipt";
     this.colRNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.colRNo.Width = 50;
     //
     // colCustomer
     //
     this.colCustomer.Text = "Customer";
     this.colCustomer.Width = 80;
     //
     // colTotal
     //
     this.colTotal.Text = "Total";
     this.colTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // colPayment
     //
     this.colPayment.Text = "Payment";
     this.colPayment.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Green;
     this.label2.Dock = System.Windows.Forms.DockStyle.Top;
     this.label2.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.SystemColors.Info;
     this.label2.Image = ((System.Drawing.Image)(resources.GetObject("label2.Image")));
     this.label2.Location = new System.Drawing.Point(0, 0);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(277, 23);
     this.label2.TabIndex = 1;
     this.label2.Text = "Today\'s Sale";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.DeepSkyBlue;
     this.label5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.DarkGreen;
     this.label5.Image = ((System.Drawing.Image)(resources.GetObject("label5.Image")));
     this.label5.Location = new System.Drawing.Point(0, 276);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(277, 23);
     this.label5.TabIndex = 0;
     this.label5.Text = "Total Sale : 0.00";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lvPurchase
     //
     this.lvPurchase.BackColor = System.Drawing.Color.Bisque;
     this.lvPurchase.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lvPurchase.BackgroundImage")));
     this.lvPurchase.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2,
     this.columnHeader3,
     this.columnHeader4,
     this.columnHeader5});
     this.lvPurchase.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvPurchase.GridLines = true;
     this.lvPurchase.Location = new System.Drawing.Point(0, 23);
     this.lvPurchase.Name = "lvPurchase";
     this.lvPurchase.Size = new System.Drawing.Size(310, 253);
     this.lvPurchase.TabIndex = 7;
     this.lvPurchase.UseCompatibleStateImageBehavior = false;
     this.lvPurchase.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "No";
     this.columnHeader1.Width = 30;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Invoice";
     this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.columnHeader2.Width = 50;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Supplier";
     this.columnHeader3.Width = 80;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Total";
     this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "Payment";
     this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.DarkRed;
     this.label6.Dock = System.Windows.Forms.DockStyle.Top;
     this.label6.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.SystemColors.Info;
     this.label6.Image = ((System.Drawing.Image)(resources.GetObject("label6.Image")));
     this.label6.Location = new System.Drawing.Point(0, 0);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(310, 23);
     this.label6.TabIndex = 1;
     this.label6.Text = "Today\'s Purchase";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Aqua;
     this.label4.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.DarkRed;
     this.label4.Image = ((System.Drawing.Image)(resources.GetObject("label4.Image")));
     this.label4.Location = new System.Drawing.Point(0, 276);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(310, 23);
     this.label4.TabIndex = 0;
     this.label4.Text = "Total Purchase : 0.00 ";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // panelClock
     //
     this.panelClock.BackColor = System.Drawing.Color.Transparent;
     this.panelClock.Controls.Add(this.lvStockSummary);
     this.panelClock.Controls.Add(this.btnRefresh);
     this.panelClock.Controls.Add(this.label1);
     this.panelClock.Controls.Add(this.panel1);
     this.panelClock.Dock = System.Windows.Forms.DockStyle.Right;
     this.panelClock.Location = new System.Drawing.Point(591, 0);
     this.panelClock.Name = "panelClock";
     this.panelClock.Size = new System.Drawing.Size(229, 512);
     this.panelClock.TabIndex = 0;
     //
     // lvStockSummary
     //
     this.lvStockSummary.BackColor = System.Drawing.Color.Bisque;
     this.lvStockSummary.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lvStockSummary.BackgroundImage")));
     this.lvStockSummary.BackgroundImageTiled = true;
     this.lvStockSummary.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.colItem,
     this.colStock,
     this.colOnOrder,
     this.colLimit});
     this.lvStockSummary.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvStockSummary.GridLines = true;
     this.lvStockSummary.Location = new System.Drawing.Point(0, 242);
     this.lvStockSummary.Name = "lvStockSummary";
     this.lvStockSummary.Size = new System.Drawing.Size(229, 247);
     this.lvStockSummary.TabIndex = 3;
     this.lvStockSummary.UseCompatibleStateImageBehavior = false;
     this.lvStockSummary.View = System.Windows.Forms.View.Details;
     //
     // colItem
     //
     this.colItem.Text = "Item";
     this.colItem.Width = 70;
     //
     // colStock
     //
     this.colStock.Text = "Stock";
     this.colStock.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.colStock.Width = 50;
     //
     // colOnOrder
     //
     this.colOnOrder.Text = "Order";
     this.colOnOrder.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.colOnOrder.Width = 50;
     //
     // colLimit
     //
     this.colLimit.Text = "Limit";
     this.colLimit.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.colLimit.Width = 50;
     //
     // btnRefresh
     //
     this.btnRefresh.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.btnRefresh.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnRefresh.ForeColor = System.Drawing.Color.Blue;
     this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
     this.btnRefresh.Location = new System.Drawing.Point(0, 489);
     this.btnRefresh.Name = "btnRefresh";
     this.btnRefresh.Size = new System.Drawing.Size(229, 23);
     this.btnRefresh.TabIndex = 2;
     this.btnRefresh.Text = "Refresh";
     this.btnRefresh.UseVisualStyleBackColor = true;
     this.btnRefresh.Click += new System.EventHandler(this.button1_Click);
     //
     // label1
     //
     this.label1.Dock = System.Windows.Forms.DockStyle.Top;
     this.label1.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label1.Image = ((System.Drawing.Image)(resources.GetObject("label1.Image")));
     this.label1.Location = new System.Drawing.Point(0, 222);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(229, 20);
     this.label1.TabIndex = 1;
     this.label1.Text = "Short Stock Items ";
     //
     // panel1
     //
     this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
     this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Controls.Add(this.lblWatch);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(229, 222);
     this.panel1.TabIndex = 0;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.monthCalendar1);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 59);
     this.panel3.Margin = new System.Windows.Forms.Padding(2);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(229, 163);
     this.panel3.TabIndex = 7;
     //
     // monthCalendar1
     //
     this.monthCalendar1.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.monthCalendar1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.monthCalendar1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.monthCalendar1.Location = new System.Drawing.Point(0, 0);
     this.monthCalendar1.MinDate = new System.DateTime(1970, 1, 1, 0, 0, 0, 0);
     this.monthCalendar1.Name = "monthCalendar1";
     this.monthCalendar1.TabIndex = 8;
     this.monthCalendar1.TitleBackColor = System.Drawing.Color.LightSkyBlue;
     //
     // lblWatch
     //
     this.lblWatch.BackColor = System.Drawing.Color.Transparent;
     this.lblWatch.Dock = System.Windows.Forms.DockStyle.Top;
     this.lblWatch.Font = new System.Drawing.Font("Arial", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblWatch.ForeColor = System.Drawing.Color.OldLace;
     this.lblWatch.Location = new System.Drawing.Point(0, 0);
     this.lblWatch.Name = "lblWatch";
     this.lblWatch.Size = new System.Drawing.Size(229, 59);
     this.lblWatch.TabIndex = 6;
     this.lblWatch.Text = "00:00:00";
     this.lblWatch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // topPanel
     //
     this.topPanel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("topPanel.BackgroundImage")));
     this.topPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.topPanel.Controls.Add(this.lblShopName);
     this.topPanel.Controls.Add(this.logoPanel);
     this.topPanel.Dock = System.Windows.Forms.DockStyle.Top;
     this.topPanel.Location = new System.Drawing.Point(0, 0);
     this.topPanel.Name = "topPanel";
     this.topPanel.Size = new System.Drawing.Size(820, 70);
     this.topPanel.TabIndex = 0;
     //
     // lblShopName
     //
     this.lblShopName.BackColor = System.Drawing.Color.Transparent;
     this.lblShopName.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lblShopName.Font = new System.Drawing.Font("Microsoft Sans Serif", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblShopName.ForeColor = System.Drawing.Color.Lime;
     this.lblShopName.Location = new System.Drawing.Point(0, 0);
     this.lblShopName.Name = "lblShopName";
     this.lblShopName.Size = new System.Drawing.Size(591, 70);
     this.lblShopName.TabIndex = 1;
     this.lblShopName.Text = "Shop Name";
     this.lblShopName.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // logoPanel
     //
     this.logoPanel.BackColor = System.Drawing.Color.Transparent;
     this.logoPanel.Controls.Add(this.label3);
     this.logoPanel.Controls.Add(this.lblPointofSale);
     this.logoPanel.Dock = System.Windows.Forms.DockStyle.Right;
     this.logoPanel.Location = new System.Drawing.Point(591, 0);
     this.logoPanel.Name = "logoPanel";
     this.logoPanel.Size = new System.Drawing.Size(229, 70);
     this.logoPanel.TabIndex = 0;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Lavender;
     this.label3.Location = new System.Drawing.Point(0, 0);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(229, 35);
     this.label3.TabIndex = 1;
     this.label3.Text = "iMutex";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblPointofSale
     //
     this.lblPointofSale.BackColor = System.Drawing.Color.Transparent;
     this.lblPointofSale.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.lblPointofSale.Font = new System.Drawing.Font("Arial Black", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPointofSale.ForeColor = System.Drawing.Color.Lime;
     this.lblPointofSale.Location = new System.Drawing.Point(0, 35);
     this.lblPointofSale.Name = "lblPointofSale";
     this.lblPointofSale.Size = new System.Drawing.Size(229, 35);
     this.lblPointofSale.TabIndex = 0;
     this.lblPointofSale.Text = "Point Of Sale";
     this.lblPointofSale.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Interval = 1000;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // WelcomeForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize = new System.Drawing.Size(1007, 685);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.toolStrip_Reports);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MainMenuStrip = this.menuStrip1;
     this.MaximumSize = new System.Drawing.Size(1023, 729);
     this.MinimumSize = new System.Drawing.Size(1023, 704);
     this.Name = "WelcomeForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Welcome To iMutex POS";
     this.Load += new System.EventHandler(this.WelcomeForm_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WelcomeForm_KeyDown);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.toolStrip_Reports.ResumeLayout(false);
     this.toolStrip_Reports.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.middlePanel.ResumeLayout(false);
     this.panelToday.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.panelClock.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.topPanel.ResumeLayout(false);
     this.logoPanel.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main_Page_Patient_record));
     this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
     this.PersonalInformation = new System.Windows.Forms.Button();
     this.InsuranceInformation = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.HospitalName = new System.Windows.Forms.Label();
     this.PatientName = new System.Windows.Forms.Label();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.PatientPicture = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // monthCalendar1
     //
     this.monthCalendar1.Location = new System.Drawing.Point(763, 18);
     this.monthCalendar1.Name = "monthCalendar1";
     this.monthCalendar1.TabIndex = 2;
     //
     // PersonalInformation
     //
     this.PersonalInformation.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PersonalInformation.Location = new System.Drawing.Point(3, 286);
     this.PersonalInformation.Name = "PersonalInformation";
     this.PersonalInformation.Size = new System.Drawing.Size(321, 81);
     this.PersonalInformation.TabIndex = 3;
     this.PersonalInformation.Text = "Personal Information";
     this.PersonalInformation.UseVisualStyleBackColor = true;
     //
     // InsuranceInformation
     //
     this.InsuranceInformation.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.InsuranceInformation.Location = new System.Drawing.Point(3, 384);
     this.InsuranceInformation.Name = "InsuranceInformation";
     this.InsuranceInformation.Size = new System.Drawing.Size(321, 79);
     this.InsuranceInformation.TabIndex = 4;
     this.InsuranceInformation.Text = "Insurance Information";
     this.InsuranceInformation.UseVisualStyleBackColor = true;
     //
     // button3
     //
     this.button3.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button3.Location = new System.Drawing.Point(-7, 484);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(331, 74);
     this.button3.TabIndex = 5;
     this.button3.Text = "Medical Infrmation";
     this.button3.UseVisualStyleBackColor = true;
     //
     // pictureBox1
     //
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(32, 39);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(203, 226);
     this.pictureBox1.TabIndex = 10;
     this.pictureBox1.TabStop = false;
     //
     // HospitalName
     //
     this.HospitalName.AutoSize = true;
     this.HospitalName.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.HospitalName.Location = new System.Drawing.Point(288, 26);
     this.HospitalName.Name = "HospitalName";
     this.HospitalName.Size = new System.Drawing.Size(100, 19);
     this.HospitalName.TabIndex = 11;
     this.HospitalName.Text = "Hospital Name";
     //
     // PatientName
     //
     this.PatientName.AutoSize = true;
     this.PatientName.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PatientName.Location = new System.Drawing.Point(492, 26);
     this.PatientName.Name = "PatientName";
     this.PatientName.Size = new System.Drawing.Size(91, 19);
     this.PatientName.TabIndex = 12;
     this.PatientName.Text = "Patient Name";
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(505, 72);
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(68, 20);
     this.textBox2.TabIndex = 13;
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(320, 72);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(68, 20);
     this.textBox1.TabIndex = 14;
     //
     // PatientPicture
     //
     this.PatientPicture.AutoSize = true;
     this.PatientPicture.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PatientPicture.Location = new System.Drawing.Point(74, 9);
     this.PatientPicture.Name = "PatientPicture";
     this.PatientPicture.Size = new System.Drawing.Size(96, 19);
     this.PatientPicture.TabIndex = 15;
     this.PatientPicture.Text = "Patient Picture";
     //
     // Main_Page_Patient_record
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1008, 685);
     this.Controls.Add(this.PatientPicture);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.PatientName);
     this.Controls.Add(this.HospitalName);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.InsuranceInformation);
     this.Controls.Add(this.PersonalInformation);
     this.Controls.Add(this.monthCalendar1);
     this.Name = "Main_Page_Patient_record";
     this.Text = "Main_Page_Patient_record";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }