/// <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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CMemberShipAddForm));
     this.FinishButton = new RMSUI.FunctionalButton();
     this.CancelButton = new RMSUI.FunctionalButton();
     this.keyboard1 = new RMSUI.keyboard();
     this.lblCustomerName = new System.Windows.Forms.Label();
     this.txtCustomerName = new System.Windows.Forms.TextBox();
     this.btnSearchByPhone = new System.Windows.Forms.Button();
     this.label4 = new System.Windows.Forms.Label();
     this.txtPhoneNumber = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.lblTitle = new System.Windows.Forms.Label();
     this.txtTitle = new System.Windows.Forms.TextBox();
     this.dtpEndDate = new System.Windows.Forms.DateTimePicker();
     this.lblEndDate = new System.Windows.Forms.Label();
     this.dtpStartDate = new System.Windows.Forms.DateTimePicker();
     this.cmbType = new System.Windows.Forms.ComboBox();
     this.lblCode = new System.Windows.Forms.Label();
     this.txtCode = new System.Windows.Forms.TextBox();
     this.lblDiscountRate = new System.Windows.Forms.Label();
     this.lblPoint = new System.Windows.Forms.Label();
     this.txtDiscountPercentRate = new System.Windows.Forms.TextBox();
     this.txtPoint = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.lblType = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.txtMembershipCardName = new System.Windows.Forms.TextBox();
     this.btnMembershipCardName = new System.Windows.Forms.Button();
     this.btnMembershipCardCode = new System.Windows.Forms.Button();
     this.btnFindCustomer = new System.Windows.Forms.Button();
     this.label5 = new System.Windows.Forms.Label();
     this.rdbInActive = new System.Windows.Forms.RadioButton();
     this.rdbActive = new System.Windows.Forms.RadioButton();
     this.btnSelect = new RMSUI.FunctionalButton();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.button1 = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // 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.CheckedBackColor = System.Drawing.Color.Transparent;
     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.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(548, 611);
     this.FinishButton.Name = "FinishButton";
     this.FinishButton.Size = new System.Drawing.Size(120, 40);
     this.FinishButton.TabIndex = 62;
     this.FinishButton.Text = "Save";
     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.CheckedBackColor = System.Drawing.Color.Transparent;
     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.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(676, 611);
     this.CancelButton.Name = "CancelButton";
     this.CancelButton.Size = new System.Drawing.Size(120, 40);
     this.CancelButton.TabIndex = 63;
     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.SystemColors.ActiveBorder;
     this.keyboard1.ControlToInputText = null;
     this.keyboard1.Location = new System.Drawing.Point(64, 367);
     this.keyboard1.Name = "keyboard1";
     this.keyboard1.Size = new System.Drawing.Size(665, 239);
     this.keyboard1.TabIndex = 329;
     this.keyboard1.textBox = null;
     //
     // lblCustomerName
     //
     this.lblCustomerName.AutoSize = true;
     this.lblCustomerName.BackColor = System.Drawing.Color.Transparent;
     this.lblCustomerName.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCustomerName.ForeColor = System.Drawing.Color.White;
     this.lblCustomerName.Location = new System.Drawing.Point(113, 79);
     this.lblCustomerName.Name = "lblCustomerName";
     this.lblCustomerName.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblCustomerName.Size = new System.Drawing.Size(105, 16);
     this.lblCustomerName.TabIndex = 340;
     this.lblCustomerName.Text = "Customer Name";
     this.lblCustomerName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtCustomerName
     //
     this.txtCustomerName.BackColor = System.Drawing.Color.Gainsboro;
     this.txtCustomerName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCustomerName.ForeColor = System.Drawing.Color.Black;
     this.txtCustomerName.Location = new System.Drawing.Point(219, 76);
     this.txtCustomerName.Name = "txtCustomerName";
     this.txtCustomerName.Size = new System.Drawing.Size(325, 23);
     this.txtCustomerName.TabIndex = 339;
     this.txtCustomerName.Click += new System.EventHandler(this.txtCustomerName_Click);
     //
     // btnSearchByPhone
     //
     this.btnSearchByPhone.BackColor = System.Drawing.Color.Transparent;
     this.btnSearchByPhone.BackgroundImage = global::RMS.Properties.Resources.search3;
     this.btnSearchByPhone.FlatAppearance.BorderSize = 0;
     this.btnSearchByPhone.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnSearchByPhone.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnSearchByPhone.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSearchByPhone.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSearchByPhone.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnSearchByPhone.Location = new System.Drawing.Point(544, 105);
     this.btnSearchByPhone.Name = "btnSearchByPhone";
     this.btnSearchByPhone.Size = new System.Drawing.Size(35, 29);
     this.btnSearchByPhone.TabIndex = 344;
     this.btnSearchByPhone.UseVisualStyleBackColor = false;
     this.btnSearchByPhone.Click += new System.EventHandler(this.btnSearchByPhone_Click_1);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location = new System.Drawing.Point(171, 107);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(47, 16);
     this.label4.TabIndex = 343;
     this.label4.Text = "Phone";
     //
     // txtPhoneNumber
     //
     this.txtPhoneNumber.BackColor = System.Drawing.Color.Gainsboro;
     this.txtPhoneNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPhoneNumber.ForeColor = System.Drawing.Color.Black;
     this.txtPhoneNumber.Location = new System.Drawing.Point(219, 104);
     this.txtPhoneNumber.Name = "txtPhoneNumber";
     this.txtPhoneNumber.Size = new System.Drawing.Size(325, 23);
     this.txtPhoneNumber.TabIndex = 342;
     this.txtPhoneNumber.Click += new System.EventHandler(this.txtPhoneNumber_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     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.White;
     this.label1.Location = new System.Drawing.Point(134, 53);
     this.label1.Name = "label1";
     this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label1.Size = new System.Drawing.Size(102, 16);
     this.label1.TabIndex = 349;
     this.label1.Text = "Customer Info";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location = new System.Drawing.Point(77, 136);
     this.label2.Name = "label2";
     this.label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label2.Size = new System.Drawing.Size(159, 16);
     this.label2.TabIndex = 350;
     this.label2.Text = "Membership Card Info";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblTitle
     //
     this.lblTitle.AutoSize = true;
     this.lblTitle.BackColor = System.Drawing.Color.Transparent;
     this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitle.ForeColor = System.Drawing.Color.White;
     this.lblTitle.Location = new System.Drawing.Point(181, 242);
     this.lblTitle.Name = "lblTitle";
     this.lblTitle.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblTitle.Size = new System.Drawing.Size(34, 16);
     this.lblTitle.TabIndex = 366;
     this.lblTitle.Text = "Title";
     this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtTitle
     //
     this.txtTitle.BackColor = System.Drawing.Color.Gainsboro;
     this.txtTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTitle.ForeColor = System.Drawing.Color.Black;
     this.txtTitle.Location = new System.Drawing.Point(219, 239);
     this.txtTitle.Name = "txtTitle";
     this.txtTitle.Size = new System.Drawing.Size(325, 23);
     this.txtTitle.TabIndex = 365;
     this.txtTitle.Click += new System.EventHandler(this.txtTitle_Click_1);
     //
     // dtpEndDate
     //
     this.dtpEndDate.CustomFormat = "  dd - MMM - yyyy";
     this.dtpEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpEndDate.Location = new System.Drawing.Point(411, 216);
     this.dtpEndDate.Name = "dtpEndDate";
     this.dtpEndDate.Size = new System.Drawing.Size(121, 20);
     this.dtpEndDate.TabIndex = 364;
     //
     // lblEndDate
     //
     this.lblEndDate.AutoSize = true;
     this.lblEndDate.BackColor = System.Drawing.Color.Transparent;
     this.lblEndDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblEndDate.ForeColor = System.Drawing.Color.White;
     this.lblEndDate.Location = new System.Drawing.Point(347, 216);
     this.lblEndDate.Name = "lblEndDate";
     this.lblEndDate.Size = new System.Drawing.Size(64, 16);
     this.lblEndDate.TabIndex = 363;
     this.lblEndDate.Text = "End Date";
     //
     // dtpStartDate
     //
     this.dtpStartDate.CustomFormat = "  dd - MMM - yyyy";
     this.dtpStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpStartDate.Location = new System.Drawing.Point(219, 213);
     this.dtpStartDate.Name = "dtpStartDate";
     this.dtpStartDate.Size = new System.Drawing.Size(121, 20);
     this.dtpStartDate.TabIndex = 362;
     //
     // cmbType
     //
     this.cmbType.BackColor = System.Drawing.Color.Gainsboro;
     this.cmbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbType.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbType.ForeColor = System.Drawing.Color.Black;
     this.cmbType.FormattingEnabled = true;
     this.cmbType.Items.AddRange(new object[] {
     "Platinum",
     "Silver",
     "Gold",
     "Diamond"});
     this.cmbType.Location = new System.Drawing.Point(219, 184);
     this.cmbType.Name = "cmbType";
     this.cmbType.Size = new System.Drawing.Size(154, 24);
     this.cmbType.TabIndex = 361;
     //
     // lblCode
     //
     this.lblCode.AutoSize = true;
     this.lblCode.BackColor = System.Drawing.Color.Transparent;
     this.lblCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCode.ForeColor = System.Drawing.Color.White;
     this.lblCode.Location = new System.Drawing.Point(174, 269);
     this.lblCode.Name = "lblCode";
     this.lblCode.Size = new System.Drawing.Size(41, 16);
     this.lblCode.TabIndex = 360;
     this.lblCode.Text = "Code";
     //
     // txtCode
     //
     this.txtCode.BackColor = System.Drawing.Color.Gainsboro;
     this.txtCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCode.ForeColor = System.Drawing.Color.Black;
     this.txtCode.Location = new System.Drawing.Point(219, 266);
     this.txtCode.Name = "txtCode";
     this.txtCode.Size = new System.Drawing.Size(325, 23);
     this.txtCode.TabIndex = 355;
     this.txtCode.Click += new System.EventHandler(this.txtCode_Click);
     //
     // lblDiscountRate
     //
     this.lblDiscountRate.AutoSize = true;
     this.lblDiscountRate.BackColor = System.Drawing.Color.Transparent;
     this.lblDiscountRate.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDiscountRate.ForeColor = System.Drawing.Color.White;
     this.lblDiscountRate.Location = new System.Drawing.Point(106, 323);
     this.lblDiscountRate.Name = "lblDiscountRate";
     this.lblDiscountRate.Size = new System.Drawing.Size(109, 16);
     this.lblDiscountRate.TabIndex = 359;
     this.lblDiscountRate.Text = "Discount Percent";
     //
     // lblPoint
     //
     this.lblPoint.AutoSize = true;
     this.lblPoint.BackColor = System.Drawing.Color.Transparent;
     this.lblPoint.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPoint.ForeColor = System.Drawing.Color.White;
     this.lblPoint.Location = new System.Drawing.Point(177, 296);
     this.lblPoint.Name = "lblPoint";
     this.lblPoint.Size = new System.Drawing.Size(38, 16);
     this.lblPoint.TabIndex = 358;
     this.lblPoint.Text = "Point";
     //
     // txtDiscountPercentRate
     //
     this.txtDiscountPercentRate.BackColor = System.Drawing.Color.Gainsboro;
     this.txtDiscountPercentRate.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDiscountPercentRate.ForeColor = System.Drawing.Color.Black;
     this.txtDiscountPercentRate.Location = new System.Drawing.Point(219, 319);
     this.txtDiscountPercentRate.Name = "txtDiscountPercentRate";
     this.txtDiscountPercentRate.Size = new System.Drawing.Size(150, 23);
     this.txtDiscountPercentRate.TabIndex = 357;
     this.txtDiscountPercentRate.Text = "0.00";
     this.txtDiscountPercentRate.Click += new System.EventHandler(this.txtDiscountPercentRate_Click);
     //
     // txtPoint
     //
     this.txtPoint.BackColor = System.Drawing.Color.Gainsboro;
     this.txtPoint.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPoint.ForeColor = System.Drawing.Color.Black;
     this.txtPoint.Location = new System.Drawing.Point(219, 292);
     this.txtPoint.Name = "txtPoint";
     this.txtPoint.Size = new System.Drawing.Size(151, 23);
     this.txtPoint.TabIndex = 356;
     this.txtPoint.Text = "0.00";
     this.txtPoint.Click += new System.EventHandler(this.txtPoint_Click);
     //
     // 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.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.Color.White;
     this.label13.Location = new System.Drawing.Point(148, 215);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(67, 16);
     this.label13.TabIndex = 354;
     this.label13.Text = "Start Date";
     //
     // lblType
     //
     this.lblType.AutoSize = true;
     this.lblType.BackColor = System.Drawing.Color.Transparent;
     this.lblType.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblType.ForeColor = System.Drawing.Color.White;
     this.lblType.Location = new System.Drawing.Point(175, 187);
     this.lblType.Name = "lblType";
     this.lblType.Size = new System.Drawing.Size(40, 16);
     this.lblType.TabIndex = 353;
     this.lblType.Text = "Type";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location = new System.Drawing.Point(170, 160);
     this.label3.Name = "label3";
     this.label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label3.Size = new System.Drawing.Size(45, 16);
     this.label3.TabIndex = 352;
     this.label3.Text = "Name";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtMembershipCardName
     //
     this.txtMembershipCardName.BackColor = System.Drawing.Color.Gainsboro;
     this.txtMembershipCardName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMembershipCardName.ForeColor = System.Drawing.Color.Black;
     this.txtMembershipCardName.Location = new System.Drawing.Point(219, 157);
     this.txtMembershipCardName.Name = "txtMembershipCardName";
     this.txtMembershipCardName.Size = new System.Drawing.Size(325, 23);
     this.txtMembershipCardName.TabIndex = 351;
     this.txtMembershipCardName.Click += new System.EventHandler(this.txtMembershipCardName_Click);
     //
     // btnMembershipCardName
     //
     this.btnMembershipCardName.BackColor = System.Drawing.Color.Transparent;
     this.btnMembershipCardName.BackgroundImage = global::RMS.Properties.Resources.search3;
     this.btnMembershipCardName.FlatAppearance.BorderSize = 0;
     this.btnMembershipCardName.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnMembershipCardName.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnMembershipCardName.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnMembershipCardName.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnMembershipCardName.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnMembershipCardName.Location = new System.Drawing.Point(544, 154);
     this.btnMembershipCardName.Name = "btnMembershipCardName";
     this.btnMembershipCardName.Size = new System.Drawing.Size(35, 29);
     this.btnMembershipCardName.TabIndex = 367;
     this.btnMembershipCardName.UseVisualStyleBackColor = false;
     this.btnMembershipCardName.Click += new System.EventHandler(this.btnMembershipCardName_Click);
     //
     // btnMembershipCardCode
     //
     this.btnMembershipCardCode.BackColor = System.Drawing.Color.Transparent;
     this.btnMembershipCardCode.BackgroundImage = global::RMS.Properties.Resources.search3;
     this.btnMembershipCardCode.FlatAppearance.BorderSize = 0;
     this.btnMembershipCardCode.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnMembershipCardCode.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnMembershipCardCode.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnMembershipCardCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnMembershipCardCode.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnMembershipCardCode.Location = new System.Drawing.Point(544, 263);
     this.btnMembershipCardCode.Name = "btnMembershipCardCode";
     this.btnMembershipCardCode.Size = new System.Drawing.Size(35, 29);
     this.btnMembershipCardCode.TabIndex = 368;
     this.btnMembershipCardCode.UseVisualStyleBackColor = false;
     this.btnMembershipCardCode.Click += new System.EventHandler(this.btnMembershipCardCode_Click);
     //
     // btnFindCustomer
     //
     this.btnFindCustomer.BackColor = System.Drawing.Color.Transparent;
     this.btnFindCustomer.BackgroundImage = global::RMS.Properties.Resources.search2;
     this.btnFindCustomer.FlatAppearance.BorderSize = 0;
     this.btnFindCustomer.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnFindCustomer.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnFindCustomer.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnFindCustomer.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnFindCustomer.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnFindCustomer.Location = new System.Drawing.Point(544, 73);
     this.btnFindCustomer.Name = "btnFindCustomer";
     this.btnFindCustomer.Size = new System.Drawing.Size(35, 29);
     this.btnFindCustomer.TabIndex = 369;
     this.btnFindCustomer.UseVisualStyleBackColor = false;
     this.btnFindCustomer.Click += new System.EventHandler(this.btnFindCustomer_Click_1);
     //
     // 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(172, 349);
     this.label5.Name = "label5";
     this.label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label5.Size = new System.Drawing.Size(43, 13);
     this.label5.TabIndex = 372;
     this.label5.Text = "Status";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // rdbInActive
     //
     this.rdbInActive.AutoSize = true;
     this.rdbInActive.BackColor = System.Drawing.Color.Transparent;
     this.rdbInActive.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rdbInActive.ForeColor = System.Drawing.Color.White;
     this.rdbInActive.Location = new System.Drawing.Point(285, 346);
     this.rdbInActive.Name = "rdbInActive";
     this.rdbInActive.Size = new System.Drawing.Size(71, 17);
     this.rdbInActive.TabIndex = 371;
     this.rdbInActive.Text = "Inactive";
     this.rdbInActive.UseVisualStyleBackColor = false;
     //
     // rdbActive
     //
     this.rdbActive.AutoSize = true;
     this.rdbActive.BackColor = System.Drawing.Color.Transparent;
     this.rdbActive.Checked = true;
     this.rdbActive.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rdbActive.ForeColor = System.Drawing.Color.White;
     this.rdbActive.Location = new System.Drawing.Point(220, 347);
     this.rdbActive.Name = "rdbActive";
     this.rdbActive.Size = new System.Drawing.Size(61, 17);
     this.rdbActive.TabIndex = 370;
     this.rdbActive.TabStop = true;
     this.rdbActive.Text = "Active";
     this.rdbActive.UseVisualStyleBackColor = false;
     //
     // btnSelect
     //
     this.btnSelect.BackColor = System.Drawing.Color.Transparent;
     this.btnSelect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSelect.BackgroundImage")));
     this.btnSelect.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("btnSelect.BgImageOnMouseDown")));
     this.btnSelect.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("btnSelect.BgImageOnMouseUp")));
     this.btnSelect.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.btnSelect.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent;
     this.btnSelect.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnSelect.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnSelect.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSelect.Font = new System.Drawing.Font("Arial", 10F);
     this.btnSelect.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.btnSelect.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.btnSelect.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.btnSelect.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSelect.Location = new System.Drawing.Point(422, 611);
     this.btnSelect.Name = "btnSelect";
     this.btnSelect.Size = new System.Drawing.Size(120, 40);
     this.btnSelect.TabIndex = 373;
     this.btnSelect.Text = "OK";
     this.btnSelect.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnSelect.UseVisualStyleBackColor = false;
     this.btnSelect.Visible = false;
     this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location = new System.Drawing.Point(371, 296);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(20, 16);
     this.label6.TabIndex = 374;
     this.label6.Text = "%";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.White;
     this.label7.Location = new System.Drawing.Point(372, 323);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(20, 16);
     this.label7.TabIndex = 375;
     this.label7.Text = "%";
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.Black;
     this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
     this.button1.Location = new System.Drawing.Point(3, 4);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(140, 40);
     this.button1.TabIndex = 376;
     this.button1.UseVisualStyleBackColor = false;
     //
     // CMemberShipAddForm
     //
     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, 656);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.btnSelect);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.rdbInActive);
     this.Controls.Add(this.rdbActive);
     this.Controls.Add(this.btnFindCustomer);
     this.Controls.Add(this.btnMembershipCardCode);
     this.Controls.Add(this.btnMembershipCardName);
     this.Controls.Add(this.lblTitle);
     this.Controls.Add(this.txtTitle);
     this.Controls.Add(this.dtpEndDate);
     this.Controls.Add(this.lblEndDate);
     this.Controls.Add(this.dtpStartDate);
     this.Controls.Add(this.cmbType);
     this.Controls.Add(this.lblCode);
     this.Controls.Add(this.txtCode);
     this.Controls.Add(this.lblDiscountRate);
     this.Controls.Add(this.lblPoint);
     this.Controls.Add(this.txtDiscountPercentRate);
     this.Controls.Add(this.txtPoint);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.lblType);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.txtMembershipCardName);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnSearchByPhone);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.txtPhoneNumber);
     this.Controls.Add(this.lblCustomerName);
     this.Controls.Add(this.txtCustomerName);
     this.Controls.Add(this.keyboard1);
     this.Controls.Add(this.FinishButton);
     this.Controls.Add(this.CancelButton);
     this.Name = "CMemberShipAddForm";
     this.ScreenTitle = "Customer Information ";
     this.Text = "CCustomerInfoForm";
     this.Activated += new System.EventHandler(this.CCustomerInfoForm_Activated);
     this.Load += new System.EventHandler(this.CCustomerInfoForm_Load);
     this.Controls.SetChildIndex(this.CancelButton, 0);
     this.Controls.SetChildIndex(this.FinishButton, 0);
     this.Controls.SetChildIndex(this.keyboard1, 0);
     this.Controls.SetChildIndex(this.txtCustomerName, 0);
     this.Controls.SetChildIndex(this.lblCustomerName, 0);
     this.Controls.SetChildIndex(this.txtPhoneNumber, 0);
     this.Controls.SetChildIndex(this.label4, 0);
     this.Controls.SetChildIndex(this.btnSearchByPhone, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.txtMembershipCardName, 0);
     this.Controls.SetChildIndex(this.label3, 0);
     this.Controls.SetChildIndex(this.lblType, 0);
     this.Controls.SetChildIndex(this.label13, 0);
     this.Controls.SetChildIndex(this.txtPoint, 0);
     this.Controls.SetChildIndex(this.txtDiscountPercentRate, 0);
     this.Controls.SetChildIndex(this.lblPoint, 0);
     this.Controls.SetChildIndex(this.lblDiscountRate, 0);
     this.Controls.SetChildIndex(this.txtCode, 0);
     this.Controls.SetChildIndex(this.lblCode, 0);
     this.Controls.SetChildIndex(this.cmbType, 0);
     this.Controls.SetChildIndex(this.dtpStartDate, 0);
     this.Controls.SetChildIndex(this.lblEndDate, 0);
     this.Controls.SetChildIndex(this.dtpEndDate, 0);
     this.Controls.SetChildIndex(this.txtTitle, 0);
     this.Controls.SetChildIndex(this.lblTitle, 0);
     this.Controls.SetChildIndex(this.btnMembershipCardName, 0);
     this.Controls.SetChildIndex(this.btnMembershipCardCode, 0);
     this.Controls.SetChildIndex(this.btnFindCustomer, 0);
     this.Controls.SetChildIndex(this.rdbActive, 0);
     this.Controls.SetChildIndex(this.rdbInActive, 0);
     this.Controls.SetChildIndex(this.label5, 0);
     this.Controls.SetChildIndex(this.btnSelect, 0);
     this.Controls.SetChildIndex(this.label6, 0);
     this.Controls.SetChildIndex(this.label7, 0);
     this.Controls.SetChildIndex(this.button1, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #3
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(CUserInfoForm));
     this.label3 = new System.Windows.Forms.Label();
     this.NameTextBox = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.PasswordTextBox = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.ConfirmPassTextBox = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.InActiveRadioButton = new System.Windows.Forms.RadioButton();
     this.ActiveRadioButton = new System.Windows.Forms.RadioButton();
     this.UserTypeComboBox = new System.Windows.Forms.ComboBox();
     this.GenderComboBox = new System.Windows.Forms.ComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.UnlockCheckBox = new System.Windows.Forms.CheckBox();
     this.CustomersCheckBox = new System.Windows.Forms.CheckBox();
     this.MergeCheckBox = new System.Windows.Forms.CheckBox();
     this.TillCheckBox = new System.Windows.Forms.CheckBox();
     this.TransferCheckBox = new System.Windows.Forms.CheckBox();
     this.ViewCheckBox = new System.Windows.Forms.CheckBox();
     this.VoidCheckBox = new System.Windows.Forms.CheckBox();
     this.ReviewCheckBox = new System.Windows.Forms.CheckBox();
     this.OpenDrawerCheckBox = new System.Windows.Forms.CheckBox();
     this.label7 = new System.Windows.Forms.Label();
     this.UsersCheckBox = new System.Windows.Forms.CheckBox();
     this.BookingCheckBox = new System.Windows.Forms.CheckBox();
     this.DepositCheckBox = new System.Windows.Forms.CheckBox();
     this.UpdateItemCheckBox = new System.Windows.Forms.CheckBox();
     this.ExitCheckBox = new System.Windows.Forms.CheckBox();
     this.chkRemoveItems = new System.Windows.Forms.CheckBox();
     this.chkLogRegister = new System.Windows.Forms.CheckBox();
     this.chkProcessTime = new System.Windows.Forms.CheckBox();
     this.chkManageKitchenText = new System.Windows.Forms.CheckBox();
     this.chkSettings = new System.Windows.Forms.CheckBox();
     this.FinishButton = new RMSUI.FunctionalButton();
     this.CancelButton = new RMSUI.FunctionalButton();
     this.keyboard1 = new RMSUI.keyboard();
     this.SuspendLayout();
     //
     // 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(98, 61);
     this.label3.Name = "label3";
     this.label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label3.Size = new System.Drawing.Size(39, 13);
     this.label3.TabIndex = 252;
     this.label3.Text = "Name";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // 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(143, 58);
     this.NameTextBox.Name = "NameTextBox";
     this.NameTextBox.Size = new System.Drawing.Size(251, 24);
     this.NameTextBox.TabIndex = 244;
     this.NameTextBox.Click += new System.EventHandler(this.Name_Click);
     //
     // 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(76, 92);
     this.label1.Name = "label1";
     this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label1.Size = new System.Drawing.Size(61, 13);
     this.label1.TabIndex = 264;
     this.label1.Text = "Password";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // PasswordTextBox
     //
     this.PasswordTextBox.BackColor = System.Drawing.Color.Gainsboro;
     this.PasswordTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PasswordTextBox.ForeColor = System.Drawing.Color.Black;
     this.PasswordTextBox.Location = new System.Drawing.Point(143, 85);
     this.PasswordTextBox.Name = "PasswordTextBox";
     this.PasswordTextBox.PasswordChar = '*';
     this.PasswordTextBox.Size = new System.Drawing.Size(251, 24);
     this.PasswordTextBox.TabIndex = 263;
     this.PasswordTextBox.Click += new System.EventHandler(this.Password_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location = new System.Drawing.Point(29, 121);
     this.label2.Name = "label2";
     this.label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label2.Size = new System.Drawing.Size(107, 13);
     this.label2.TabIndex = 266;
     this.label2.Text = "Confirm Password";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ConfirmPassTextBox
     //
     this.ConfirmPassTextBox.BackColor = System.Drawing.Color.Gainsboro;
     this.ConfirmPassTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ConfirmPassTextBox.ForeColor = System.Drawing.Color.Black;
     this.ConfirmPassTextBox.Location = new System.Drawing.Point(142, 114);
     this.ConfirmPassTextBox.Name = "ConfirmPassTextBox";
     this.ConfirmPassTextBox.PasswordChar = '*';
     this.ConfirmPassTextBox.Size = new System.Drawing.Size(251, 24);
     this.ConfirmPassTextBox.TabIndex = 265;
     this.ConfirmPassTextBox.Click += new System.EventHandler(this.ConfirmPassword_Click);
     //
     // 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(95, 182);
     this.label5.Name = "label5";
     this.label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label5.Size = new System.Drawing.Size(43, 13);
     this.label5.TabIndex = 279;
     this.label5.Text = "Status";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // InActiveRadioButton
     //
     this.InActiveRadioButton.AutoSize = true;
     this.InActiveRadioButton.BackColor = System.Drawing.Color.Transparent;
     this.InActiveRadioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.InActiveRadioButton.ForeColor = System.Drawing.Color.White;
     this.InActiveRadioButton.Location = new System.Drawing.Point(209, 179);
     this.InActiveRadioButton.Name = "InActiveRadioButton";
     this.InActiveRadioButton.Size = new System.Drawing.Size(71, 17);
     this.InActiveRadioButton.TabIndex = 278;
     this.InActiveRadioButton.Text = "Inactive";
     this.InActiveRadioButton.UseVisualStyleBackColor = false;
     //
     // ActiveRadioButton
     //
     this.ActiveRadioButton.AutoSize = true;
     this.ActiveRadioButton.BackColor = System.Drawing.Color.Transparent;
     this.ActiveRadioButton.Checked = true;
     this.ActiveRadioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ActiveRadioButton.ForeColor = System.Drawing.Color.White;
     this.ActiveRadioButton.Location = new System.Drawing.Point(144, 180);
     this.ActiveRadioButton.Name = "ActiveRadioButton";
     this.ActiveRadioButton.Size = new System.Drawing.Size(61, 17);
     this.ActiveRadioButton.TabIndex = 277;
     this.ActiveRadioButton.TabStop = true;
     this.ActiveRadioButton.Text = "Active";
     this.ActiveRadioButton.UseVisualStyleBackColor = false;
     //
     // UserTypeComboBox
     //
     this.UserTypeComboBox.BackColor = System.Drawing.Color.Gainsboro;
     this.UserTypeComboBox.DisplayMember = "Display";
     this.UserTypeComboBox.ForeColor = System.Drawing.Color.Black;
     this.UserTypeComboBox.FormattingEnabled = true;
     this.UserTypeComboBox.Items.AddRange(new object[] {
     "ADMIN",
     "USER",
     "WAITER",
     "MANAGEMENT",
     "SUPERVISOR",
     "FOOD_PREP",
     "SALES",
     "DELIVERY_DRIVER"});
     this.UserTypeComboBox.Location = new System.Drawing.Point(142, 152);
     this.UserTypeComboBox.Name = "UserTypeComboBox";
     this.UserTypeComboBox.Size = new System.Drawing.Size(121, 21);
     this.UserTypeComboBox.TabIndex = 280;
     this.UserTypeComboBox.ValueMember = "Value";
     //
     // GenderComboBox
     //
     this.GenderComboBox.BackColor = System.Drawing.Color.Gainsboro;
     this.GenderComboBox.DisplayMember = "Display";
     this.GenderComboBox.ForeColor = System.Drawing.Color.Black;
     this.GenderComboBox.FormattingEnabled = true;
     this.GenderComboBox.Items.AddRange(new object[] {
     "Male",
     "Female"});
     this.GenderComboBox.Location = new System.Drawing.Point(336, 152);
     this.GenderComboBox.Name = "GenderComboBox";
     this.GenderComboBox.Size = new System.Drawing.Size(121, 21);
     this.GenderComboBox.TabIndex = 281;
     this.GenderComboBox.ValueMember = "Value";
     //
     // 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(71, 155);
     this.label4.Name = "label4";
     this.label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label4.Size = new System.Drawing.Size(65, 13);
     this.label4.TabIndex = 282;
     this.label4.Text = "User Type";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // 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(278, 152);
     this.label6.Name = "label6";
     this.label6.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label6.Size = new System.Drawing.Size(48, 13);
     this.label6.TabIndex = 283;
     this.label6.Text = "Gender";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // UnlockCheckBox
     //
     this.UnlockCheckBox.AutoSize = true;
     this.UnlockCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.UnlockCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UnlockCheckBox.ForeColor = System.Drawing.Color.White;
     this.UnlockCheckBox.Location = new System.Drawing.Point(490, 154);
     this.UnlockCheckBox.Name = "UnlockCheckBox";
     this.UnlockCheckBox.Size = new System.Drawing.Size(90, 17);
     this.UnlockCheckBox.TabIndex = 292;
     this.UnlockCheckBox.Text = "Unlock Table";
     this.UnlockCheckBox.UseVisualStyleBackColor = false;
     //
     // CustomersCheckBox
     //
     this.CustomersCheckBox.AutoSize = true;
     this.CustomersCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.CustomersCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CustomersCheckBox.ForeColor = System.Drawing.Color.White;
     this.CustomersCheckBox.Location = new System.Drawing.Point(490, 242);
     this.CustomersCheckBox.Name = "CustomersCheckBox";
     this.CustomersCheckBox.Size = new System.Drawing.Size(75, 17);
     this.CustomersCheckBox.TabIndex = 291;
     this.CustomersCheckBox.Text = "Customers";
     this.CustomersCheckBox.UseVisualStyleBackColor = false;
     //
     // MergeCheckBox
     //
     this.MergeCheckBox.AutoSize = true;
     this.MergeCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.MergeCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MergeCheckBox.ForeColor = System.Drawing.Color.White;
     this.MergeCheckBox.Location = new System.Drawing.Point(490, 133);
     this.MergeCheckBox.Name = "MergeCheckBox";
     this.MergeCheckBox.Size = new System.Drawing.Size(86, 17);
     this.MergeCheckBox.TabIndex = 290;
     this.MergeCheckBox.Text = "Merge Table";
     this.MergeCheckBox.UseVisualStyleBackColor = false;
     //
     // TillCheckBox
     //
     this.TillCheckBox.AutoSize = true;
     this.TillCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.TillCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TillCheckBox.ForeColor = System.Drawing.Color.White;
     this.TillCheckBox.Location = new System.Drawing.Point(490, 221);
     this.TillCheckBox.Name = "TillCheckBox";
     this.TillCheckBox.Size = new System.Drawing.Size(88, 17);
     this.TillCheckBox.TabIndex = 289;
     this.TillCheckBox.Text = "Till Reporting";
     this.TillCheckBox.UseVisualStyleBackColor = false;
     //
     // TransferCheckBox
     //
     this.TransferCheckBox.AutoSize = true;
     this.TransferCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.TransferCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TransferCheckBox.ForeColor = System.Drawing.Color.White;
     this.TransferCheckBox.Location = new System.Drawing.Point(490, 110);
     this.TransferCheckBox.Name = "TransferCheckBox";
     this.TransferCheckBox.Size = new System.Drawing.Size(95, 17);
     this.TransferCheckBox.TabIndex = 288;
     this.TransferCheckBox.Text = "Transfer Table";
     this.TransferCheckBox.UseVisualStyleBackColor = false;
     //
     // ViewCheckBox
     //
     this.ViewCheckBox.AutoSize = true;
     this.ViewCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.ViewCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ViewCheckBox.ForeColor = System.Drawing.Color.White;
     this.ViewCheckBox.Location = new System.Drawing.Point(490, 198);
     this.ViewCheckBox.Name = "ViewCheckBox";
     this.ViewCheckBox.Size = new System.Drawing.Size(84, 17);
     this.ViewCheckBox.TabIndex = 287;
     this.ViewCheckBox.Text = "View Report";
     this.ViewCheckBox.UseVisualStyleBackColor = false;
     //
     // VoidCheckBox
     //
     this.VoidCheckBox.AutoSize = true;
     this.VoidCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.VoidCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.VoidCheckBox.ForeColor = System.Drawing.Color.White;
     this.VoidCheckBox.Location = new System.Drawing.Point(490, 89);
     this.VoidCheckBox.Name = "VoidCheckBox";
     this.VoidCheckBox.Size = new System.Drawing.Size(77, 17);
     this.VoidCheckBox.TabIndex = 286;
     this.VoidCheckBox.Text = "Void Table";
     this.VoidCheckBox.UseVisualStyleBackColor = false;
     //
     // ReviewCheckBox
     //
     this.ReviewCheckBox.AutoSize = true;
     this.ReviewCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.ReviewCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ReviewCheckBox.ForeColor = System.Drawing.Color.White;
     this.ReviewCheckBox.Location = new System.Drawing.Point(490, 177);
     this.ReviewCheckBox.Name = "ReviewCheckBox";
     this.ReviewCheckBox.Size = new System.Drawing.Size(121, 17);
     this.ReviewCheckBox.TabIndex = 285;
     this.ReviewCheckBox.Text = "Review Transaction";
     this.ReviewCheckBox.UseVisualStyleBackColor = false;
     //
     // OpenDrawerCheckBox
     //
     this.OpenDrawerCheckBox.AutoSize = true;
     this.OpenDrawerCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.OpenDrawerCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.OpenDrawerCheckBox.ForeColor = System.Drawing.Color.White;
     this.OpenDrawerCheckBox.Location = new System.Drawing.Point(490, 66);
     this.OpenDrawerCheckBox.Name = "OpenDrawerCheckBox";
     this.OpenDrawerCheckBox.Size = new System.Drawing.Size(89, 17);
     this.OpenDrawerCheckBox.TabIndex = 284;
     this.OpenDrawerCheckBox.Text = "Open Drawer";
     this.OpenDrawerCheckBox.UseVisualStyleBackColor = false;
     //
     // 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.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.White;
     this.label7.Location = new System.Drawing.Point(487, 50);
     this.label7.Name = "label7";
     this.label7.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label7.Size = new System.Drawing.Size(78, 13);
     this.label7.TabIndex = 293;
     this.label7.Text = "User Accesses";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // UsersCheckBox
     //
     this.UsersCheckBox.AutoSize = true;
     this.UsersCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.UsersCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UsersCheckBox.ForeColor = System.Drawing.Color.White;
     this.UsersCheckBox.Location = new System.Drawing.Point(490, 263);
     this.UsersCheckBox.Name = "UsersCheckBox";
     this.UsersCheckBox.Size = new System.Drawing.Size(53, 17);
     this.UsersCheckBox.TabIndex = 295;
     this.UsersCheckBox.Text = "Users";
     this.UsersCheckBox.UseVisualStyleBackColor = false;
     //
     // BookingCheckBox
     //
     this.BookingCheckBox.AutoSize = true;
     this.BookingCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.BookingCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BookingCheckBox.ForeColor = System.Drawing.Color.White;
     this.BookingCheckBox.Location = new System.Drawing.Point(621, 91);
     this.BookingCheckBox.Name = "BookingCheckBox";
     this.BookingCheckBox.Size = new System.Drawing.Size(65, 17);
     this.BookingCheckBox.TabIndex = 296;
     this.BookingCheckBox.Text = "Booking";
     this.BookingCheckBox.UseVisualStyleBackColor = false;
     //
     // DepositCheckBox
     //
     this.DepositCheckBox.AutoSize = true;
     this.DepositCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.DepositCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DepositCheckBox.ForeColor = System.Drawing.Color.White;
     this.DepositCheckBox.Location = new System.Drawing.Point(621, 113);
     this.DepositCheckBox.Name = "DepositCheckBox";
     this.DepositCheckBox.Size = new System.Drawing.Size(62, 17);
     this.DepositCheckBox.TabIndex = 297;
     this.DepositCheckBox.Text = "Deposit";
     this.DepositCheckBox.UseVisualStyleBackColor = false;
     //
     // UpdateItemCheckBox
     //
     this.UpdateItemCheckBox.AutoSize = true;
     this.UpdateItemCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.UpdateItemCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UpdateItemCheckBox.ForeColor = System.Drawing.Color.White;
     this.UpdateItemCheckBox.Location = new System.Drawing.Point(621, 136);
     this.UpdateItemCheckBox.Name = "UpdateItemCheckBox";
     this.UpdateItemCheckBox.Size = new System.Drawing.Size(89, 17);
     this.UpdateItemCheckBox.TabIndex = 298;
     this.UpdateItemCheckBox.Text = "Update Items";
     this.UpdateItemCheckBox.UseVisualStyleBackColor = false;
     //
     // ExitCheckBox
     //
     this.ExitCheckBox.AutoSize = true;
     this.ExitCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.ExitCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ExitCheckBox.ForeColor = System.Drawing.Color.White;
     this.ExitCheckBox.Location = new System.Drawing.Point(621, 155);
     this.ExitCheckBox.Name = "ExitCheckBox";
     this.ExitCheckBox.Size = new System.Drawing.Size(70, 17);
     this.ExitCheckBox.TabIndex = 299;
     this.ExitCheckBox.Text = "Exit RMS";
     this.ExitCheckBox.UseVisualStyleBackColor = false;
     //
     // chkRemoveItems
     //
     this.chkRemoveItems.AutoSize = true;
     this.chkRemoveItems.BackColor = System.Drawing.Color.Transparent;
     this.chkRemoveItems.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkRemoveItems.ForeColor = System.Drawing.Color.White;
     this.chkRemoveItems.Location = new System.Drawing.Point(621, 178);
     this.chkRemoveItems.Name = "chkRemoveItems";
     this.chkRemoveItems.Size = new System.Drawing.Size(94, 17);
     this.chkRemoveItems.TabIndex = 300;
     this.chkRemoveItems.Text = "Remove Items";
     this.chkRemoveItems.UseVisualStyleBackColor = false;
     //
     // chkLogRegister
     //
     this.chkLogRegister.AutoSize = true;
     this.chkLogRegister.BackColor = System.Drawing.Color.Transparent;
     this.chkLogRegister.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkLogRegister.ForeColor = System.Drawing.Color.White;
     this.chkLogRegister.Location = new System.Drawing.Point(621, 201);
     this.chkLogRegister.Name = "chkLogRegister";
     this.chkLogRegister.Size = new System.Drawing.Size(86, 17);
     this.chkLogRegister.TabIndex = 301;
     this.chkLogRegister.Text = "Log Register";
     this.chkLogRegister.UseVisualStyleBackColor = false;
     //
     // chkProcessTime
     //
     this.chkProcessTime.AutoSize = true;
     this.chkProcessTime.BackColor = System.Drawing.Color.Transparent;
     this.chkProcessTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkProcessTime.ForeColor = System.Drawing.Color.White;
     this.chkProcessTime.Location = new System.Drawing.Point(621, 224);
     this.chkProcessTime.Name = "chkProcessTime";
     this.chkProcessTime.Size = new System.Drawing.Size(140, 17);
     this.chkProcessTime.TabIndex = 302;
     this.chkProcessTime.Text = "Processing Deliver Time";
     this.chkProcessTime.UseVisualStyleBackColor = false;
     //
     // chkManageKitchenText
     //
     this.chkManageKitchenText.AutoSize = true;
     this.chkManageKitchenText.BackColor = System.Drawing.Color.Transparent;
     this.chkManageKitchenText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkManageKitchenText.ForeColor = System.Drawing.Color.White;
     this.chkManageKitchenText.Location = new System.Drawing.Point(621, 247);
     this.chkManageKitchenText.Name = "chkManageKitchenText";
     this.chkManageKitchenText.Size = new System.Drawing.Size(86, 17);
     this.chkManageKitchenText.TabIndex = 303;
     this.chkManageKitchenText.Text = "Kitchen Text";
     this.chkManageKitchenText.UseVisualStyleBackColor = false;
     //
     // chkSettings
     //
     this.chkSettings.AutoSize = true;
     this.chkSettings.BackColor = System.Drawing.Color.Transparent;
     this.chkSettings.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkSettings.ForeColor = System.Drawing.Color.White;
     this.chkSettings.Location = new System.Drawing.Point(621, 68);
     this.chkSettings.Name = "chkSettings";
     this.chkSettings.Size = new System.Drawing.Size(101, 17);
     this.chkSettings.TabIndex = 304;
     this.chkSettings.Text = "System Settings";
     this.chkSettings.UseVisualStyleBackColor = false;
     //
     // 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.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(446, 547);
     this.FinishButton.Name = "FinishButton";
     this.FinishButton.Size = new System.Drawing.Size(121, 40);
     this.FinishButton.TabIndex = 261;
     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.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(577, 547);
     this.CancelButton.Name = "CancelButton";
     this.CancelButton.Size = new System.Drawing.Size(120, 40);
     this.CancelButton.TabIndex = 260;
     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.SystemColors.ActiveBorder;
     this.keyboard1.ControlToInputText = null;
     this.keyboard1.Location = new System.Drawing.Point(32, 286);
     this.keyboard1.Name = "keyboard1";
     this.keyboard1.Size = new System.Drawing.Size(665, 247);
     this.keyboard1.TabIndex = 305;
     this.keyboard1.textBox = null;
     //
     // CUserInfoForm
     //
     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.keyboard1);
     this.Controls.Add(this.chkSettings);
     this.Controls.Add(this.chkManageKitchenText);
     this.Controls.Add(this.chkProcessTime);
     this.Controls.Add(this.chkLogRegister);
     this.Controls.Add(this.chkRemoveItems);
     this.Controls.Add(this.ExitCheckBox);
     this.Controls.Add(this.UpdateItemCheckBox);
     this.Controls.Add(this.DepositCheckBox);
     this.Controls.Add(this.BookingCheckBox);
     this.Controls.Add(this.UsersCheckBox);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.UnlockCheckBox);
     this.Controls.Add(this.CustomersCheckBox);
     this.Controls.Add(this.MergeCheckBox);
     this.Controls.Add(this.TillCheckBox);
     this.Controls.Add(this.TransferCheckBox);
     this.Controls.Add(this.ViewCheckBox);
     this.Controls.Add(this.VoidCheckBox);
     this.Controls.Add(this.ReviewCheckBox);
     this.Controls.Add(this.OpenDrawerCheckBox);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.GenderComboBox);
     this.Controls.Add(this.UserTypeComboBox);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.InActiveRadioButton);
     this.Controls.Add(this.ActiveRadioButton);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.ConfirmPassTextBox);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.PasswordTextBox);
     this.Controls.Add(this.FinishButton);
     this.Controls.Add(this.CancelButton);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.NameTextBox);
     this.ForeColor = System.Drawing.SystemColors.ControlText;
     this.Name = "CUserInfoForm";
     this.ScreenTitle = "User Information";
     this.Text = "CUserInfoForm";
     this.Load += new System.EventHandler(this.CUserInfoForm_Load);
     this.Controls.SetChildIndex(this.NameTextBox, 0);
     this.Controls.SetChildIndex(this.label3, 0);
     this.Controls.SetChildIndex(this.CancelButton, 0);
     this.Controls.SetChildIndex(this.FinishButton, 0);
     this.Controls.SetChildIndex(this.PasswordTextBox, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.ConfirmPassTextBox, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.ActiveRadioButton, 0);
     this.Controls.SetChildIndex(this.InActiveRadioButton, 0);
     this.Controls.SetChildIndex(this.label5, 0);
     this.Controls.SetChildIndex(this.UserTypeComboBox, 0);
     this.Controls.SetChildIndex(this.GenderComboBox, 0);
     this.Controls.SetChildIndex(this.label4, 0);
     this.Controls.SetChildIndex(this.label6, 0);
     this.Controls.SetChildIndex(this.OpenDrawerCheckBox, 0);
     this.Controls.SetChildIndex(this.ReviewCheckBox, 0);
     this.Controls.SetChildIndex(this.VoidCheckBox, 0);
     this.Controls.SetChildIndex(this.ViewCheckBox, 0);
     this.Controls.SetChildIndex(this.TransferCheckBox, 0);
     this.Controls.SetChildIndex(this.TillCheckBox, 0);
     this.Controls.SetChildIndex(this.MergeCheckBox, 0);
     this.Controls.SetChildIndex(this.CustomersCheckBox, 0);
     this.Controls.SetChildIndex(this.UnlockCheckBox, 0);
     this.Controls.SetChildIndex(this.label7, 0);
     this.Controls.SetChildIndex(this.UsersCheckBox, 0);
     this.Controls.SetChildIndex(this.BookingCheckBox, 0);
     this.Controls.SetChildIndex(this.DepositCheckBox, 0);
     this.Controls.SetChildIndex(this.UpdateItemCheckBox, 0);
     this.Controls.SetChildIndex(this.ExitCheckBox, 0);
     this.Controls.SetChildIndex(this.chkRemoveItems, 0);
     this.Controls.SetChildIndex(this.chkLogRegister, 0);
     this.Controls.SetChildIndex(this.chkProcessTime, 0);
     this.Controls.SetChildIndex(this.chkManageKitchenText, 0);
     this.Controls.SetChildIndex(this.chkSettings, 0);
     this.Controls.SetChildIndex(this.keyboard1, 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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CMemberShipCardAddForm));
     this.label3 = new System.Windows.Forms.Label();
     this.txtMembershipCardName = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.lblType = new System.Windows.Forms.Label();
     this.lblCode = new System.Windows.Forms.Label();
     this.txtCode = new System.Windows.Forms.TextBox();
     this.lblDiscountRate = new System.Windows.Forms.Label();
     this.lblPoint = new System.Windows.Forms.Label();
     this.txtDiscountPercentRate = new System.Windows.Forms.TextBox();
     this.txtPoint = new System.Windows.Forms.TextBox();
     this.txtDescription = new System.Windows.Forms.TextBox();
     this.lblDescription = new System.Windows.Forms.Label();
     this.FinishButton = new RMSUI.FunctionalButton();
     this.CancelButton = new RMSUI.FunctionalButton();
     this.btnFindCustomer = new System.Windows.Forms.Button();
     this.keyboard1 = new RMSUI.keyboard();
     this.label1 = new System.Windows.Forms.Label();
     this.rdbInActive = new System.Windows.Forms.RadioButton();
     this.rdbActive = new System.Windows.Forms.RadioButton();
     this.cmbType = new System.Windows.Forms.ComboBox();
     this.dtpStartDate = new System.Windows.Forms.DateTimePicker();
     this.lblEndDate = new System.Windows.Forms.Label();
     this.dtpEndDate = new System.Windows.Forms.DateTimePicker();
     this.lblTitle = new System.Windows.Forms.Label();
     this.txtTitle = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.button1 = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location = new System.Drawing.Point(138, 61);
     this.label3.Name = "label3";
     this.label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label3.Size = new System.Drawing.Size(45, 16);
     this.label3.TabIndex = 301;
     this.label3.Text = "Name";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtMembershipCardName
     //
     this.txtMembershipCardName.BackColor = System.Drawing.Color.Gainsboro;
     this.txtMembershipCardName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMembershipCardName.ForeColor = System.Drawing.Color.Black;
     this.txtMembershipCardName.Location = new System.Drawing.Point(188, 58);
     this.txtMembershipCardName.Name = "txtMembershipCardName";
     this.txtMembershipCardName.Size = new System.Drawing.Size(342, 23);
     this.txtMembershipCardName.TabIndex = 300;
     this.txtMembershipCardName.Click += new System.EventHandler(this.Name_Click);
     //
     // 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.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.Color.White;
     this.label13.Location = new System.Drawing.Point(116, 116);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(67, 16);
     this.label13.TabIndex = 305;
     this.label13.Text = "Start Date";
     //
     // lblType
     //
     this.lblType.AutoSize = true;
     this.lblType.BackColor = System.Drawing.Color.Transparent;
     this.lblType.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblType.ForeColor = System.Drawing.Color.White;
     this.lblType.Location = new System.Drawing.Point(143, 88);
     this.lblType.Name = "lblType";
     this.lblType.Size = new System.Drawing.Size(40, 16);
     this.lblType.TabIndex = 304;
     this.lblType.Text = "Type";
     //
     // lblCode
     //
     this.lblCode.AutoSize = true;
     this.lblCode.BackColor = System.Drawing.Color.Transparent;
     this.lblCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCode.ForeColor = System.Drawing.Color.White;
     this.lblCode.Location = new System.Drawing.Point(142, 170);
     this.lblCode.Name = "lblCode";
     this.lblCode.Size = new System.Drawing.Size(41, 16);
     this.lblCode.TabIndex = 312;
     this.lblCode.Text = "Code";
     //
     // txtCode
     //
     this.txtCode.BackColor = System.Drawing.Color.Gainsboro;
     this.txtCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCode.ForeColor = System.Drawing.Color.Black;
     this.txtCode.Location = new System.Drawing.Point(188, 167);
     this.txtCode.Name = "txtCode";
     this.txtCode.Size = new System.Drawing.Size(317, 23);
     this.txtCode.TabIndex = 306;
     this.txtCode.Click += new System.EventHandler(this.HouseNo_Click);
     //
     // lblDiscountRate
     //
     this.lblDiscountRate.AutoSize = true;
     this.lblDiscountRate.BackColor = System.Drawing.Color.Transparent;
     this.lblDiscountRate.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDiscountRate.ForeColor = System.Drawing.Color.White;
     this.lblDiscountRate.Location = new System.Drawing.Point(74, 224);
     this.lblDiscountRate.Name = "lblDiscountRate";
     this.lblDiscountRate.Size = new System.Drawing.Size(109, 16);
     this.lblDiscountRate.TabIndex = 311;
     this.lblDiscountRate.Text = "Discount Percent";
     //
     // lblPoint
     //
     this.lblPoint.AutoSize = true;
     this.lblPoint.BackColor = System.Drawing.Color.Transparent;
     this.lblPoint.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPoint.ForeColor = System.Drawing.Color.White;
     this.lblPoint.Location = new System.Drawing.Point(145, 197);
     this.lblPoint.Name = "lblPoint";
     this.lblPoint.Size = new System.Drawing.Size(38, 16);
     this.lblPoint.TabIndex = 310;
     this.lblPoint.Text = "Point";
     //
     // txtDiscountPercentRate
     //
     this.txtDiscountPercentRate.BackColor = System.Drawing.Color.Gainsboro;
     this.txtDiscountPercentRate.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDiscountPercentRate.ForeColor = System.Drawing.Color.Black;
     this.txtDiscountPercentRate.Location = new System.Drawing.Point(188, 221);
     this.txtDiscountPercentRate.Name = "txtDiscountPercentRate";
     this.txtDiscountPercentRate.Size = new System.Drawing.Size(150, 23);
     this.txtDiscountPercentRate.TabIndex = 309;
     this.txtDiscountPercentRate.Text = "0.00";
     this.txtDiscountPercentRate.Click += new System.EventHandler(this.Town_Click);
     //
     // txtPoint
     //
     this.txtPoint.BackColor = System.Drawing.Color.Gainsboro;
     this.txtPoint.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPoint.ForeColor = System.Drawing.Color.Black;
     this.txtPoint.Location = new System.Drawing.Point(188, 194);
     this.txtPoint.Name = "txtPoint";
     this.txtPoint.Size = new System.Drawing.Size(151, 23);
     this.txtPoint.TabIndex = 308;
     this.txtPoint.Text = "0.00";
     this.txtPoint.Click += new System.EventHandler(this.StreetName_Click);
     //
     // txtDescription
     //
     this.txtDescription.BackColor = System.Drawing.Color.Gainsboro;
     this.txtDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDescription.ForeColor = System.Drawing.Color.Black;
     this.txtDescription.Location = new System.Drawing.Point(188, 266);
     this.txtDescription.Name = "txtDescription";
     this.txtDescription.Size = new System.Drawing.Size(342, 23);
     this.txtDescription.TabIndex = 307;
     this.txtDescription.Click += new System.EventHandler(this.Phone_Click);
     //
     // lblDescription
     //
     this.lblDescription.AutoSize = true;
     this.lblDescription.BackColor = System.Drawing.Color.Transparent;
     this.lblDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDescription.ForeColor = System.Drawing.Color.White;
     this.lblDescription.Location = new System.Drawing.Point(107, 270);
     this.lblDescription.Name = "lblDescription";
     this.lblDescription.Size = new System.Drawing.Size(76, 16);
     this.lblDescription.TabIndex = 316;
     this.lblDescription.Text = "Description";
     //
     // 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.CheckedBackColor = System.Drawing.Color.Transparent;
     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.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(433, 559);
     this.FinishButton.Name = "FinishButton";
     this.FinishButton.Size = new System.Drawing.Size(120, 40);
     this.FinishButton.TabIndex = 62;
     this.FinishButton.Text = "Save";
     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.CheckedBackColor = System.Drawing.Color.Transparent;
     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.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(570, 559);
     this.CancelButton.Name = "CancelButton";
     this.CancelButton.Size = new System.Drawing.Size(120, 40);
     this.CancelButton.TabIndex = 63;
     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);
     //
     // btnFindCustomer
     //
     this.btnFindCustomer.BackColor = System.Drawing.Color.Transparent;
     this.btnFindCustomer.BackgroundImage = global::RMS.Properties.Resources.search2;
     this.btnFindCustomer.FlatAppearance.BorderSize = 0;
     this.btnFindCustomer.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btnFindCustomer.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btnFindCustomer.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnFindCustomer.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnFindCustomer.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnFindCustomer.Location = new System.Drawing.Point(531, 54);
     this.btnFindCustomer.Name = "btnFindCustomer";
     this.btnFindCustomer.Size = new System.Drawing.Size(35, 29);
     this.btnFindCustomer.TabIndex = 327;
     this.btnFindCustomer.UseVisualStyleBackColor = false;
     this.btnFindCustomer.Click += new System.EventHandler(this.btnFindCustomer_Click);
     //
     // keyboard1
     //
     this.keyboard1.BackColor = System.Drawing.SystemColors.ActiveBorder;
     this.keyboard1.ControlToInputText = null;
     this.keyboard1.Location = new System.Drawing.Point(25, 302);
     this.keyboard1.Name = "keyboard1";
     this.keyboard1.Size = new System.Drawing.Size(665, 248);
     this.keyboard1.TabIndex = 329;
     this.keyboard1.textBox = null;
     //
     // 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(140, 250);
     this.label1.Name = "label1";
     this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label1.Size = new System.Drawing.Size(43, 13);
     this.label1.TabIndex = 332;
     this.label1.Text = "Status";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // rdbInActive
     //
     this.rdbInActive.AutoSize = true;
     this.rdbInActive.BackColor = System.Drawing.Color.Transparent;
     this.rdbInActive.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rdbInActive.ForeColor = System.Drawing.Color.White;
     this.rdbInActive.Location = new System.Drawing.Point(253, 247);
     this.rdbInActive.Name = "rdbInActive";
     this.rdbInActive.Size = new System.Drawing.Size(71, 17);
     this.rdbInActive.TabIndex = 331;
     this.rdbInActive.Text = "Inactive";
     this.rdbInActive.UseVisualStyleBackColor = false;
     //
     // rdbActive
     //
     this.rdbActive.AutoSize = true;
     this.rdbActive.BackColor = System.Drawing.Color.Transparent;
     this.rdbActive.Checked = true;
     this.rdbActive.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rdbActive.ForeColor = System.Drawing.Color.White;
     this.rdbActive.Location = new System.Drawing.Point(188, 248);
     this.rdbActive.Name = "rdbActive";
     this.rdbActive.Size = new System.Drawing.Size(61, 17);
     this.rdbActive.TabIndex = 330;
     this.rdbActive.TabStop = true;
     this.rdbActive.Text = "Active";
     this.rdbActive.UseVisualStyleBackColor = false;
     //
     // cmbType
     //
     this.cmbType.BackColor = System.Drawing.Color.Gainsboro;
     this.cmbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbType.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbType.ForeColor = System.Drawing.Color.Black;
     this.cmbType.FormattingEnabled = true;
     this.cmbType.Items.AddRange(new object[] {
     "Platinum",
     "Silver",
     "Gold",
     "Diamond"});
     this.cmbType.Location = new System.Drawing.Point(188, 85);
     this.cmbType.Name = "cmbType";
     this.cmbType.Size = new System.Drawing.Size(154, 24);
     this.cmbType.TabIndex = 333;
     //
     // dtpStartDate
     //
     this.dtpStartDate.CustomFormat = "  dd - MMM - yyyy";
     this.dtpStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpStartDate.Location = new System.Drawing.Point(188, 114);
     this.dtpStartDate.Name = "dtpStartDate";
     this.dtpStartDate.Size = new System.Drawing.Size(121, 20);
     this.dtpStartDate.TabIndex = 334;
     //
     // lblEndDate
     //
     this.lblEndDate.AutoSize = true;
     this.lblEndDate.BackColor = System.Drawing.Color.Transparent;
     this.lblEndDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblEndDate.ForeColor = System.Drawing.Color.White;
     this.lblEndDate.Location = new System.Drawing.Point(316, 117);
     this.lblEndDate.Name = "lblEndDate";
     this.lblEndDate.Size = new System.Drawing.Size(64, 16);
     this.lblEndDate.TabIndex = 335;
     this.lblEndDate.Text = "End Date";
     //
     // dtpEndDate
     //
     this.dtpEndDate.CustomFormat = "  dd - MMM - yyyy";
     this.dtpEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpEndDate.Location = new System.Drawing.Point(380, 115);
     this.dtpEndDate.Name = "dtpEndDate";
     this.dtpEndDate.Size = new System.Drawing.Size(121, 20);
     this.dtpEndDate.TabIndex = 336;
     //
     // lblTitle
     //
     this.lblTitle.AutoSize = true;
     this.lblTitle.BackColor = System.Drawing.Color.Transparent;
     this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitle.ForeColor = System.Drawing.Color.White;
     this.lblTitle.Location = new System.Drawing.Point(149, 143);
     this.lblTitle.Name = "lblTitle";
     this.lblTitle.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblTitle.Size = new System.Drawing.Size(34, 16);
     this.lblTitle.TabIndex = 338;
     this.lblTitle.Text = "Title";
     this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtTitle
     //
     this.txtTitle.BackColor = System.Drawing.Color.Gainsboro;
     this.txtTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTitle.ForeColor = System.Drawing.Color.Black;
     this.txtTitle.Location = new System.Drawing.Point(188, 140);
     this.txtTitle.Name = "txtTitle";
     this.txtTitle.Size = new System.Drawing.Size(316, 23);
     this.txtTitle.TabIndex = 337;
     this.txtTitle.Click += new System.EventHandler(this.txtTitle_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location = new System.Drawing.Point(338, 197);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(20, 16);
     this.label2.TabIndex = 339;
     this.label2.Text = "%";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location = new System.Drawing.Point(338, 225);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(20, 16);
     this.label4.TabIndex = 340;
     this.label4.Text = "%";
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.Black;
     this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
     this.button1.Location = new System.Drawing.Point(4, 5);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(140, 40);
     this.button1.TabIndex = 341;
     this.button1.UseVisualStyleBackColor = false;
     //
     // CMemberShipCardAddForm
     //
     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.button1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.lblTitle);
     this.Controls.Add(this.txtTitle);
     this.Controls.Add(this.dtpEndDate);
     this.Controls.Add(this.lblEndDate);
     this.Controls.Add(this.dtpStartDate);
     this.Controls.Add(this.cmbType);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.rdbInActive);
     this.Controls.Add(this.rdbActive);
     this.Controls.Add(this.keyboard1);
     this.Controls.Add(this.btnFindCustomer);
     this.Controls.Add(this.lblDescription);
     this.Controls.Add(this.lblCode);
     this.Controls.Add(this.txtCode);
     this.Controls.Add(this.lblDiscountRate);
     this.Controls.Add(this.lblPoint);
     this.Controls.Add(this.txtDiscountPercentRate);
     this.Controls.Add(this.txtPoint);
     this.Controls.Add(this.txtDescription);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.lblType);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.txtMembershipCardName);
     this.Controls.Add(this.FinishButton);
     this.Controls.Add(this.CancelButton);
     this.Name = "CMemberShipCardAddForm";
     this.ScreenTitle = "Customer Information ";
     this.Text = "CCustomerInfoForm";
     this.Activated += new System.EventHandler(this.CCustomerInfoForm_Activated);
     this.Load += new System.EventHandler(this.CCustomerInfoForm_Load);
     this.Controls.SetChildIndex(this.CancelButton, 0);
     this.Controls.SetChildIndex(this.FinishButton, 0);
     this.Controls.SetChildIndex(this.txtMembershipCardName, 0);
     this.Controls.SetChildIndex(this.label3, 0);
     this.Controls.SetChildIndex(this.lblType, 0);
     this.Controls.SetChildIndex(this.label13, 0);
     this.Controls.SetChildIndex(this.txtDescription, 0);
     this.Controls.SetChildIndex(this.txtPoint, 0);
     this.Controls.SetChildIndex(this.txtDiscountPercentRate, 0);
     this.Controls.SetChildIndex(this.lblPoint, 0);
     this.Controls.SetChildIndex(this.lblDiscountRate, 0);
     this.Controls.SetChildIndex(this.txtCode, 0);
     this.Controls.SetChildIndex(this.lblCode, 0);
     this.Controls.SetChildIndex(this.lblDescription, 0);
     this.Controls.SetChildIndex(this.btnFindCustomer, 0);
     this.Controls.SetChildIndex(this.keyboard1, 0);
     this.Controls.SetChildIndex(this.rdbActive, 0);
     this.Controls.SetChildIndex(this.rdbInActive, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.cmbType, 0);
     this.Controls.SetChildIndex(this.dtpStartDate, 0);
     this.Controls.SetChildIndex(this.lblEndDate, 0);
     this.Controls.SetChildIndex(this.dtpEndDate, 0);
     this.Controls.SetChildIndex(this.txtTitle, 0);
     this.Controls.SetChildIndex(this.lblTitle, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.label4, 0);
     this.Controls.SetChildIndex(this.button1, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }