/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
     this.btnCancel = new Telerik.WinControls.UI.RadButton();
     this.btnAdd = new Telerik.WinControls.UI.RadButton();
     this.txtRemarks = new Telerik.WinControls.UI.RadTextBox();
     this.txtBrandName = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
     this.radDesktopAlert1 = new Telerik.WinControls.UI.RadDesktopAlert(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemarks)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBrandName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Controls.Add(this.btnCancel);
     this.radGroupBox1.Controls.Add(this.btnAdd);
     this.radGroupBox1.Controls.Add(this.txtRemarks);
     this.radGroupBox1.Controls.Add(this.txtBrandName);
     this.radGroupBox1.Controls.Add(this.radLabel4);
     this.radGroupBox1.Controls.Add(this.radLabel1);
     this.radGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.radGroupBox1.HeaderText = "";
     this.radGroupBox1.Location = new System.Drawing.Point(3, 3);
     this.radGroupBox1.Name = "radGroupBox1";
     this.radGroupBox1.Size = new System.Drawing.Size(264, 86);
     this.radGroupBox1.TabIndex = 0;
     this.radGroupBox1.ThemeName = "TelerikMetroBlue";
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnCancel.Location = new System.Drawing.Point(176, 57);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(80, 24);
     this.btnCancel.TabIndex = 5;
     this.btnCancel.Text = "&Cancel";
     this.btnCancel.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnCancel.ThemeName = "TelerikMetroBlue";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnAdd.Location = new System.Drawing.Point(90, 57);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(80, 24);
     this.btnAdd.TabIndex = 4;
     this.btnAdd.Text = "&Add";
     this.btnAdd.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnAdd.ThemeName = "TelerikMetroBlue";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // txtRemarks
     //
     this.txtRemarks.Location = new System.Drawing.Point(80, 31);
     this.txtRemarks.Name = "txtRemarks";
     this.txtRemarks.Size = new System.Drawing.Size(176, 20);
     this.txtRemarks.TabIndex = 3;
     this.txtRemarks.ThemeName = "Breeze";
     this.txtRemarks.Enter += new System.EventHandler(this.txtBrandName_Enter);
     this.txtRemarks.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBrandName_KeyDown);
     //
     // txtBrandName
     //
     this.txtBrandName.Location = new System.Drawing.Point(80, 5);
     this.txtBrandName.Name = "txtBrandName";
     this.txtBrandName.Size = new System.Drawing.Size(176, 20);
     this.txtBrandName.TabIndex = 0;
     this.txtBrandName.ThemeName = "Breeze";
     this.txtBrandName.Enter += new System.EventHandler(this.txtBrandName_Enter);
     this.txtBrandName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBrandName_KeyDown);
     //
     // radLabel4
     //
     this.radLabel4.Location = new System.Drawing.Point(25, 33);
     this.radLabel4.Name = "radLabel4";
     this.radLabel4.Size = new System.Drawing.Size(49, 18);
     this.radLabel4.TabIndex = 2;
     this.radLabel4.Text = "Remarks";
     //
     // radLabel1
     //
     this.radLabel1.Location = new System.Drawing.Point(8, 5);
     this.radLabel1.Name = "radLabel1";
     this.radLabel1.Size = new System.Drawing.Size(66, 18);
     this.radLabel1.TabIndex = 2;
     this.radLabel1.Text = "Brand Name";
     this.radLabel1.ThemeName = "ControlDefault";
     //
     // FrmBrandEntry
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(270, 92);
     this.Controls.Add(this.radGroupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmBrandEntry";
     this.Padding = new System.Windows.Forms.Padding(3);
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Brand Entry";
     this.ThemeName = "TelerikMetroBlue";
     this.Load += new System.EventHandler(this.FrmBrandEntry_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     this.radGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemarks)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBrandName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn8 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn9 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn10 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn11 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn12 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn13 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn14 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.Data.SortDescriptor sortDescriptor2 = new Telerik.WinControls.Data.SortDescriptor();
     this.gridViewTemplate1 = new Telerik.WinControls.UI.GridViewTemplate();
     this.panel_batary_stock = new System.Windows.Forms.Panel();
     this.chk_brandd = new Telerik.WinControls.UI.RadCheckBox();
     this.com_amp = new Telerik.WinControls.UI.RadComboBox();
     this.chk_amp = new Telerik.WinControls.UI.RadCheckBox();
     this.chk_din_battery = new Telerik.WinControls.UI.RadCheckBox();
     this.radGridView5 = new Telerik.WinControls.UI.RadGridView();
     this.txt_search_size = new Telerik.WinControls.UI.RadTextBox();
     this.grdBattry = new Telerik.WinControls.UI.RadGridView();
     this.radButton4 = new Telerik.WinControls.UI.RadButton();
     this.radButton5 = new Telerik.WinControls.UI.RadButton();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.rad_MF = new System.Windows.Forms.RadioButton();
     this.rad_M = new System.Windows.Forms.RadioButton();
     this.com_search_brand = new Telerik.WinControls.UI.RadComboBox();
     this.chk_type = new Telerik.WinControls.UI.RadCheckBox();
     this.chk_size_batery = new Telerik.WinControls.UI.RadCheckBox();
     this.lblInvoice = new Telerik.WinControls.UI.RadLabel();
     this.aquaTheme2 = new Telerik.WinControls.Themes.AquaTheme();
     this.DesktopAlertQty = new Telerik.WinControls.UI.RadDesktopAlert(this.components);
     this.breezeTheme1 = new Telerik.WinControls.Themes.BreezeTheme();
     this.miscellaneousTheme1 = new Telerik.WinControls.Themes.MiscellaneousTheme();
     this.btnBattrySearch = new Telerik.WinControls.UI.RadButton();
     this.btnTyreSearch = new Telerik.WinControls.UI.RadButton();
     this.btnOtherSearch = new Telerik.WinControls.UI.RadButton();
     this.panel_other_search = new System.Windows.Forms.Panel();
     this.label11 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.grdOther = new Telerik.WinControls.UI.RadGridView();
     this.btnRefreshOher = new Telerik.WinControls.UI.RadButton();
     this.btnSearch = new Telerik.WinControls.UI.RadButton();
     this.cmdSearchCat = new Telerik.WinControls.UI.RadComboBox();
     this.radGridView1 = new Telerik.WinControls.UI.RadGridView();
     this.radGridView2 = new Telerik.WinControls.UI.RadGridView();
     this.radButton1 = new Telerik.WinControls.UI.RadButton();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.check_rear = new Telerik.WinControls.UI.RadCheckBox();
     this.check_front = new Telerik.WinControls.UI.RadCheckBox();
     this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
     this.panal_cycle = new Telerik.WinControls.UI.RadPanel();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.radio_trial = new Telerik.WinControls.UI.RadRadioButton();
     this.radio_non_trial = new Telerik.WinControls.UI.RadRadioButton();
     this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
     this.com_brand = new Telerik.WinControls.UI.RadComboBox();
     this.chk_size = new Telerik.WinControls.UI.RadCheckBox();
     this.com_ply_rate = new Telerik.WinControls.UI.RadComboBox();
     this.chk_t_pattern = new Telerik.WinControls.UI.RadCheckBox();
     this.com_t_pattern = new Telerik.WinControls.UI.RadComboBox();
     this.chk_make = new Telerik.WinControls.UI.RadCheckBox();
     this.com_made = new Telerik.WinControls.UI.RadComboBox();
     this.chk_ply_rate = new Telerik.WinControls.UI.RadCheckBox();
     this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
     this.chk_brand = new Telerik.WinControls.UI.RadCheckBox();
     this.grp_tyre_type = new System.Windows.Forms.GroupBox();
     this.radio_canvas = new Telerik.WinControls.UI.RadRadioButton();
     this.radio_radial = new Telerik.WinControls.UI.RadRadioButton();
     this.radPanel2 = new Telerik.WinControls.UI.RadPanel();
     this.radGridView3 = new Telerik.WinControls.UI.RadGridView();
     this.txt_size = new Telerik.WinControls.UI.RadTextBox();
     this.radButton2 = new Telerik.WinControls.UI.RadButton();
     this.chk_cycle_search = new Telerik.WinControls.UI.RadCheckBox();
     this.radThemeManager1 = new Telerik.WinControls.RadThemeManager();
     this.pnlTyre = new System.Windows.Forms.Panel();
     this.btnTubeSearch = new Telerik.WinControls.UI.RadButton();
     this.grdInvoice = new Telerik.WinControls.UI.RadGridView();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.radLabel8 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel9 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel10 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel11 = new Telerik.WinControls.UI.RadLabel();
     this.txtInvoiceNo = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel12 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel13 = new Telerik.WinControls.UI.RadLabel();
     this.txtInvoiceNote = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel14 = new Telerik.WinControls.UI.RadLabel();
     this.txtVehicleNo = new Telerik.WinControls.UI.RadTextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.btnAdd = new Telerik.WinControls.UI.RadButton();
     this.btnPrintInvoice = new Telerik.WinControls.UI.RadButton();
     this.btnClear = new Telerik.WinControls.UI.RadButton();
     this.radPanel1 = new Telerik.WinControls.UI.RadPanel();
     this.txtCustomerName = new Telerik.WinControls.UI.RadTextBox();
     this.grdFillCustomer = new System.Windows.Forms.DataGridView();
     this.com_customer_id = new System.Windows.Forms.ComboBox();
     this.radLabel16 = new Telerik.WinControls.UI.RadLabel();
     this.btnAddPayment = new Telerik.WinControls.UI.RadButton();
     this.txtTotal = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel5 = new Telerik.WinControls.UI.RadLabel();
     this.pnlTube = new System.Windows.Forms.Panel();
     this.label1 = new System.Windows.Forms.Label();
     this.txt_barcode = new System.Windows.Forms.TextBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.grdTubeSize = new Telerik.WinControls.UI.RadGridView();
     this.txtTubeSize = new System.Windows.Forms.TextBox();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.chk_din_tube = new Telerik.WinControls.UI.RadCheckBox();
     this.chkTubeBrand = new Telerik.WinControls.UI.RadCheckBox();
     this.comTubeMake = new Telerik.WinControls.UI.RadComboBox();
     this.chkTubeSize = new Telerik.WinControls.UI.RadCheckBox();
     this.chkTubeMake = new Telerik.WinControls.UI.RadCheckBox();
     this.chkTubeType = new Telerik.WinControls.UI.RadCheckBox();
     this.comTubeBrand = new Telerik.WinControls.UI.RadComboBox();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.rad_tube_c = new System.Windows.Forms.RadioButton();
     this.rad_tube_v = new System.Windows.Forms.RadioButton();
     this.radButton3 = new Telerik.WinControls.UI.RadButton();
     this.radButton7 = new Telerik.WinControls.UI.RadButton();
     this.grdTubesearch = new Telerik.WinControls.UI.RadGridView();
     this.dtpInvoiceDate = new System.Windows.Forms.DateTimePicker();
     this.txt_ReceivedBy = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewTemplate1)).BeginInit();
     this.panel_batary_stock.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chk_brandd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.com_amp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_amp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_din_battery)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_search_size)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdBattry)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton5)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.com_search_brand)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_type)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_size_batery)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblInvoice)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnBattrySearch)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnTyreSearch)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnOtherSearch)).BeginInit();
     this.panel_other_search.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdOther)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnRefreshOher)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSearch)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmdSearchCat)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.check_rear)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.check_front)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panal_cycle)).BeginInit();
     this.panal_cycle.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radio_trial)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radio_non_trial)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.com_brand)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_size)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.com_ply_rate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_t_pattern)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.com_t_pattern)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_make)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.com_made)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_ply_rate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_brand)).BeginInit();
     this.grp_tyre_type.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radio_canvas)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radio_radial)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radPanel2)).BeginInit();
     this.radPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_size)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_cycle_search)).BeginInit();
     this.pnlTyre.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnTubeSearch)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdInvoice)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtInvoiceNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtInvoiceNote)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtVehicleNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnPrintInvoice)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnClear)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCustomerName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdFillCustomer)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAddPayment)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTotal)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).BeginInit();
     this.pnlTube.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdTubeSize)).BeginInit();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chk_din_tube)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkTubeBrand)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comTubeMake)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkTubeSize)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkTubeMake)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkTubeType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comTubeBrand)).BeginInit();
     this.groupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radButton3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdTubesearch)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_ReceivedBy)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // gridViewTemplate1
     //
     this.gridViewTemplate1.EnableAlternatingRowColor = true;
     //
     // panel_batary_stock
     //
     this.panel_batary_stock.BackColor = System.Drawing.Color.Transparent;
     this.panel_batary_stock.Controls.Add(this.chk_brandd);
     this.panel_batary_stock.Controls.Add(this.com_amp);
     this.panel_batary_stock.Controls.Add(this.chk_amp);
     this.panel_batary_stock.Controls.Add(this.chk_din_battery);
     this.panel_batary_stock.Controls.Add(this.radGridView5);
     this.panel_batary_stock.Controls.Add(this.txt_search_size);
     this.panel_batary_stock.Controls.Add(this.grdBattry);
     this.panel_batary_stock.Controls.Add(this.radButton4);
     this.panel_batary_stock.Controls.Add(this.radButton5);
     this.panel_batary_stock.Controls.Add(this.groupBox3);
     this.panel_batary_stock.Controls.Add(this.com_search_brand);
     this.panel_batary_stock.Controls.Add(this.chk_type);
     this.panel_batary_stock.Controls.Add(this.chk_size_batery);
     this.panel_batary_stock.ForeColor = System.Drawing.Color.Black;
     this.panel_batary_stock.Location = new System.Drawing.Point(28, 58);
     this.panel_batary_stock.Name = "panel_batary_stock";
     this.panel_batary_stock.Size = new System.Drawing.Size(1031, 341);
     this.panel_batary_stock.TabIndex = 110;
     this.panel_batary_stock.Click += new System.EventHandler(this.panel_batary_stock_Click);
     //
     // chk_brandd
     //
     this.chk_brandd.BackColor = System.Drawing.Color.Transparent;
     this.chk_brandd.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_brandd.ForeColor = System.Drawing.Color.White;
     this.chk_brandd.Location = new System.Drawing.Point(4, 10);
     this.chk_brandd.Name = "chk_brandd";
     //
     //
     //
     this.chk_brandd.RootElement.ForeColor = System.Drawing.Color.White;
     this.chk_brandd.Size = new System.Drawing.Size(55, 21);
     this.chk_brandd.TabIndex = 79;
     this.chk_brandd.Text = "Brand";
     this.chk_brandd.Click += new System.EventHandler(this.chk_brandd_Click_1);
     //
     // com_amp
     //
     this.com_amp.Location = new System.Drawing.Point(64, 50);
     this.com_amp.Name = "com_amp";
     //
     //
     //
     this.com_amp.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.com_amp.Size = new System.Drawing.Size(136, 20);
     this.com_amp.TabIndex = 78;
     this.com_amp.TabStop = false;
     //
     // chk_amp
     //
     this.chk_amp.BackColor = System.Drawing.Color.Transparent;
     this.chk_amp.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_amp.ForeColor = System.Drawing.Color.White;
     this.chk_amp.Location = new System.Drawing.Point(3, 49);
     this.chk_amp.Name = "chk_amp";
     //
     //
     //
     this.chk_amp.RootElement.ForeColor = System.Drawing.Color.White;
     this.chk_amp.Size = new System.Drawing.Size(49, 21);
     this.chk_amp.TabIndex = 77;
     this.chk_amp.Text = "AMP";
     this.chk_amp.Click += new System.EventHandler(this.chk_amp_Click_1);
     //
     // chk_din_battery
     //
     this.chk_din_battery.BackColor = System.Drawing.Color.Transparent;
     this.chk_din_battery.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_din_battery.ForeColor = System.Drawing.Color.White;
     this.chk_din_battery.Location = new System.Drawing.Point(3, 83);
     this.chk_din_battery.Name = "chk_din_battery";
     //
     //
     //
     this.chk_din_battery.RootElement.ForeColor = System.Drawing.Color.White;
     this.chk_din_battery.Size = new System.Drawing.Size(44, 21);
     this.chk_din_battery.TabIndex = 65;
     this.chk_din_battery.Text = "DIN";
     this.chk_din_battery.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.chk_din_battery_ToggleStateChanged);
     this.chk_din_battery.Click += new System.EventHandler(this.chk_din_battery_Click);
     //
     // radGridView5
     //
     this.radGridView5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.radGridView5.Cursor = System.Windows.Forms.Cursors.Default;
     this.radGridView5.Font = new System.Drawing.Font("Segoe UI", 8.25F);
     this.radGridView5.ForeColor = System.Drawing.Color.Black;
     this.radGridView5.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.radGridView5.Location = new System.Drawing.Point(302, 33);
     //
     // radGridView5
     //
     this.radGridView5.MasterTemplate.AllowAddNewRow = false;
     this.radGridView5.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     this.radGridView5.MasterTemplate.EnableGrouping = false;
     this.radGridView5.MasterTemplate.ShowColumnHeaders = false;
     this.radGridView5.MasterTemplate.ShowRowHeaderColumn = false;
     this.radGridView5.Name = "radGridView5";
     this.radGridView5.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.radGridView5.ReadOnly = true;
     this.radGridView5.RightToLeft = System.Windows.Forms.RightToLeft.No;
     //
     //
     //
     this.radGridView5.RootElement.ForeColor = System.Drawing.Color.Black;
     this.radGridView5.RootElement.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.radGridView5.ShowGroupPanel = false;
     this.radGridView5.Size = new System.Drawing.Size(136, 72);
     this.radGridView5.TabIndex = 72;
     this.radGridView5.Text = "radGridView5";
     this.radGridView5.SelectionChanged += new System.EventHandler(this.radGridView5_SelectionChanged);
     this.radGridView5.CellClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.radGridView5_CellClick);
     //
     // txt_search_size
     //
     this.txt_search_size.Location = new System.Drawing.Point(302, 12);
     this.txt_search_size.Name = "txt_search_size";
     this.txt_search_size.Size = new System.Drawing.Size(136, 20);
     this.txt_search_size.TabIndex = 71;
     this.txt_search_size.TabStop = false;
     this.txt_search_size.Click += new System.EventHandler(this.txt_search_size_Click);
     this.txt_search_size.Enter += new System.EventHandler(this.txt_search_size_Enter);
     //
     // grdBattry
     //
     this.grdBattry.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.grdBattry.Cursor = System.Windows.Forms.Cursors.Default;
     this.grdBattry.Font = new System.Drawing.Font("Segoe UI", 8.25F);
     this.grdBattry.ForeColor = System.Drawing.Color.Black;
     this.grdBattry.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.grdBattry.Location = new System.Drawing.Point(3, 111);
     //
     // grdBattry
     //
     this.grdBattry.MasterTemplate.AllowAddNewRow = false;
     this.grdBattry.MasterTemplate.AllowColumnChooser = false;
     this.grdBattry.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     this.grdBattry.Name = "grdBattry";
     this.grdBattry.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.grdBattry.ReadOnly = true;
     this.grdBattry.RightToLeft = System.Windows.Forms.RightToLeft.No;
     //
     //
     //
     this.grdBattry.RootElement.ForeColor = System.Drawing.Color.Black;
     this.grdBattry.RootElement.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.grdBattry.Size = new System.Drawing.Size(1015, 220);
     this.grdBattry.TabIndex = 70;
     this.grdBattry.Text = "grdBattry";
     this.grdBattry.CellClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.radGridView4_CellClick);
     //
     // radButton4
     //
     this.radButton4.Location = new System.Drawing.Point(961, 88);
     this.radButton4.Name = "radButton4";
     this.radButton4.Size = new System.Drawing.Size(57, 20);
     this.radButton4.TabIndex = 69;
     this.radButton4.Text = "Refresh";
     this.radButton4.ThemeName = "Breeze";
     this.radButton4.Click += new System.EventHandler(this.radButton4_Click);
     //
     // radButton5
     //
     this.radButton5.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButton5.Location = new System.Drawing.Point(553, 58);
     this.radButton5.Name = "radButton5";
     this.radButton5.Size = new System.Drawing.Size(115, 50);
     this.radButton5.TabIndex = 68;
     this.radButton5.Text = "Search";
     this.radButton5.ThemeName = "Breeze";
     this.radButton5.Click += new System.EventHandler(this.radButton5_Click);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.rad_MF);
     this.groupBox3.Controls.Add(this.rad_M);
     this.groupBox3.Location = new System.Drawing.Point(553, 4);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(124, 27);
     this.groupBox3.TabIndex = 67;
     this.groupBox3.TabStop = false;
     //
     // rad_MF
     //
     this.rad_MF.AutoSize = true;
     this.rad_MF.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rad_MF.ForeColor = System.Drawing.Color.White;
     this.rad_MF.Location = new System.Drawing.Point(63, 8);
     this.rad_MF.Name = "rad_MF";
     this.rad_MF.Size = new System.Drawing.Size(42, 17);
     this.rad_MF.TabIndex = 1;
     this.rad_MF.TabStop = true;
     this.rad_MF.Text = "MF";
     this.rad_MF.UseVisualStyleBackColor = true;
     this.rad_MF.CheckedChanged += new System.EventHandler(this.rad_MF_CheckedChanged);
     //
     // rad_M
     //
     this.rad_M.AutoSize = true;
     this.rad_M.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rad_M.ForeColor = System.Drawing.Color.White;
     this.rad_M.Location = new System.Drawing.Point(6, 8);
     this.rad_M.Name = "rad_M";
     this.rad_M.Size = new System.Drawing.Size(35, 17);
     this.rad_M.TabIndex = 0;
     this.rad_M.TabStop = true;
     this.rad_M.Text = "M";
     this.rad_M.UseVisualStyleBackColor = true;
     this.rad_M.CheckedChanged += new System.EventHandler(this.rad_M_CheckedChanged);
     //
     // com_search_brand
     //
     this.com_search_brand.Location = new System.Drawing.Point(64, 10);
     this.com_search_brand.Name = "com_search_brand";
     //
     //
     //
     this.com_search_brand.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.com_search_brand.Size = new System.Drawing.Size(136, 20);
     this.com_search_brand.TabIndex = 65;
     this.com_search_brand.TabStop = false;
     //
     // chk_type
     //
     this.chk_type.BackColor = System.Drawing.Color.Transparent;
     this.chk_type.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_type.ForeColor = System.Drawing.Color.White;
     this.chk_type.Location = new System.Drawing.Point(489, 11);
     this.chk_type.Name = "chk_type";
     //
     //
     //
     this.chk_type.RootElement.ForeColor = System.Drawing.Color.White;
     this.chk_type.Size = new System.Drawing.Size(49, 21);
     this.chk_type.TabIndex = 64;
     this.chk_type.Text = "Type";
     this.chk_type.Click += new System.EventHandler(this.chk_type_Click);
     //
     // chk_size_batery
     //
     this.chk_size_batery.BackColor = System.Drawing.Color.Transparent;
     this.chk_size_batery.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_size_batery.ForeColor = System.Drawing.Color.White;
     this.chk_size_batery.Location = new System.Drawing.Point(242, 10);
     this.chk_size_batery.Name = "chk_size_batery";
     //
     //
     //
     this.chk_size_batery.RootElement.ForeColor = System.Drawing.Color.White;
     this.chk_size_batery.Size = new System.Drawing.Size(44, 21);
     this.chk_size_batery.TabIndex = 62;
     this.chk_size_batery.Text = "Size";
     this.chk_size_batery.Click += new System.EventHandler(this.chk_size_batery_Click);
     //
     // lblInvoice
     //
     this.lblInvoice.BackColor = System.Drawing.Color.Transparent;
     this.lblInvoice.Font = new System.Drawing.Font("Segoe UI", 20F, System.Drawing.FontStyle.Bold);
     this.lblInvoice.ForeColor = System.Drawing.Color.Gold;
     this.lblInvoice.Location = new System.Drawing.Point(28, 12);
     this.lblInvoice.Name = "lblInvoice";
     //
     //
     //
     this.lblInvoice.RootElement.ForeColor = System.Drawing.Color.Gold;
     this.lblInvoice.Size = new System.Drawing.Size(104, 41);
     this.lblInvoice.TabIndex = 68;
     this.lblInvoice.Text = "Invoice";
     this.lblInvoice.Click += new System.EventHandler(this.lblTyreSearch_Click);
     //
     // DesktopAlertQty
     //
     this.DesktopAlertQty.ContentImage = null;
     this.DesktopAlertQty.PlaySound = false;
     this.DesktopAlertQty.SoundToPlay = null;
     this.DesktopAlertQty.ThemeName = null;
     //
     // btnBattrySearch
     //
     this.btnBattrySearch.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnBattrySearch.Location = new System.Drawing.Point(676, 25);
     this.btnBattrySearch.Name = "btnBattrySearch";
     this.btnBattrySearch.Size = new System.Drawing.Size(120, 28);
     this.btnBattrySearch.TabIndex = 111;
     this.btnBattrySearch.Text = "Batery Search";
     this.btnBattrySearch.Click += new System.EventHandler(this.btnBattrySearch_Click_1);
     //
     // btnTyreSearch
     //
     this.btnTyreSearch.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnTyreSearch.Location = new System.Drawing.Point(550, 25);
     this.btnTyreSearch.Name = "btnTyreSearch";
     this.btnTyreSearch.Size = new System.Drawing.Size(120, 28);
     this.btnTyreSearch.TabIndex = 112;
     this.btnTyreSearch.Text = "Tyre Search";
     this.btnTyreSearch.Click += new System.EventHandler(this.btnTyreSearch_Click);
     //
     // btnOtherSearch
     //
     this.btnOtherSearch.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnOtherSearch.Location = new System.Drawing.Point(928, 25);
     this.btnOtherSearch.Name = "btnOtherSearch";
     this.btnOtherSearch.Size = new System.Drawing.Size(120, 28);
     this.btnOtherSearch.TabIndex = 113;
     this.btnOtherSearch.Text = "Other Search";
     this.btnOtherSearch.Click += new System.EventHandler(this.radButton7_Click);
     //
     // panel_other_search
     //
     this.panel_other_search.BackColor = System.Drawing.Color.Transparent;
     this.panel_other_search.Controls.Add(this.label11);
     this.panel_other_search.Controls.Add(this.label7);
     this.panel_other_search.Controls.Add(this.grdOther);
     this.panel_other_search.Controls.Add(this.btnRefreshOher);
     this.panel_other_search.Controls.Add(this.btnSearch);
     this.panel_other_search.Controls.Add(this.cmdSearchCat);
     this.panel_other_search.Location = new System.Drawing.Point(28, 58);
     this.panel_other_search.Name = "panel_other_search";
     this.panel_other_search.Size = new System.Drawing.Size(1031, 341);
     this.panel_other_search.TabIndex = 81;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.White;
     this.label11.Location = new System.Drawing.Point(0, 18);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(84, 14);
     this.label11.TabIndex = 77;
     this.label11.Text = "Item Catagory";
     //
     // label7
     //
     this.label7.AutoSize = true;
     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(647, 346);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(0, 13);
     this.label7.TabIndex = 76;
     //
     // grdOther
     //
     this.grdOther.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.grdOther.Cursor = System.Windows.Forms.Cursors.Default;
     this.grdOther.Font = new System.Drawing.Font("Segoe UI", 8.25F);
     this.grdOther.ForeColor = System.Drawing.Color.Black;
     this.grdOther.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.grdOther.Location = new System.Drawing.Point(3, 81);
     //
     // grdOther
     //
     this.grdOther.MasterTemplate.AllowAddNewRow = false;
     this.grdOther.MasterTemplate.AllowColumnChooser = false;
     this.grdOther.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     this.grdOther.Name = "grdOther";
     this.grdOther.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.grdOther.ReadOnly = true;
     this.grdOther.RightToLeft = System.Windows.Forms.RightToLeft.No;
     //
     //
     //
     this.grdOther.RootElement.ForeColor = System.Drawing.Color.Black;
     this.grdOther.RootElement.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.grdOther.Size = new System.Drawing.Size(1015, 217);
     this.grdOther.TabIndex = 70;
     this.grdOther.Text = "radGridView1";
     this.grdOther.CellClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.grdOther_CellClick);
     //
     // btnRefreshOher
     //
     this.btnRefreshOher.Location = new System.Drawing.Point(961, 58);
     this.btnRefreshOher.Name = "btnRefreshOher";
     this.btnRefreshOher.Size = new System.Drawing.Size(57, 20);
     this.btnRefreshOher.TabIndex = 69;
     this.btnRefreshOher.Text = "Refresh";
     this.btnRefreshOher.ThemeName = "Breeze";
     //
     // btnSearch
     //
     this.btnSearch.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSearch.ForeColor = System.Drawing.Color.White;
     this.btnSearch.Location = new System.Drawing.Point(259, 16);
     this.btnSearch.Name = "btnSearch";
     //
     //
     //
     this.btnSearch.RootElement.ForeColor = System.Drawing.Color.White;
     this.btnSearch.Size = new System.Drawing.Size(110, 50);
     this.btnSearch.TabIndex = 68;
     this.btnSearch.Text = "Search";
     this.btnSearch.ThemeName = "Breeze";
     //
     // cmdSearchCat
     //
     this.cmdSearchCat.Location = new System.Drawing.Point(97, 16);
     this.cmdSearchCat.Name = "cmdSearchCat";
     //
     //
     //
     this.cmdSearchCat.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.cmdSearchCat.Size = new System.Drawing.Size(136, 20);
     this.cmdSearchCat.TabIndex = 65;
     this.cmdSearchCat.TabStop = false;
     //
     // radGridView1
     //
     this.radGridView1.ForeColor = System.Drawing.Color.Black;
     this.radGridView1.Location = new System.Drawing.Point(3, 172);
     //
     // radGridView1
     //
     this.radGridView1.MasterTemplate.AllowAddNewRow = false;
     this.radGridView1.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     this.radGridView1.Name = "radGridView1";
     this.radGridView1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.radGridView1.ReadOnly = true;
     //
     //
     //
     this.radGridView1.RootElement.ForeColor = System.Drawing.Color.Black;
     this.radGridView1.RootElement.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.radGridView1.Size = new System.Drawing.Size(1015, 159);
     this.radGridView1.TabIndex = 56;
     this.radGridView1.Text = "radGridView1";
     this.radGridView1.CellClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.radGridView1_CellClick);
     //
     // radGridView2
     //
     this.radGridView2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.radGridView2.Cursor = System.Windows.Forms.Cursors.Default;
     this.radGridView2.Font = new System.Drawing.Font("Segoe UI", 8.25F);
     this.radGridView2.ForeColor = System.Drawing.Color.Black;
     this.radGridView2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.radGridView2.Location = new System.Drawing.Point(3, 172);
     //
     // radGridView2
     //
     this.radGridView2.MasterTemplate.AllowAddNewRow = false;
     this.radGridView2.MasterTemplate.AllowColumnChooser = false;
     this.radGridView2.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     this.radGridView2.Name = "radGridView2";
     this.radGridView2.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.radGridView2.ReadOnly = true;
     this.radGridView2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     //
     //
     //
     this.radGridView2.RootElement.ForeColor = System.Drawing.Color.Black;
     this.radGridView2.RootElement.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.radGridView2.Size = new System.Drawing.Size(1015, 159);
     this.radGridView2.TabIndex = 57;
     this.radGridView2.Text = "radGridView2";
     this.radGridView2.CellClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.radGridView2_CellClick);
     //
     // radButton1
     //
     this.radButton1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButton1.Location = new System.Drawing.Point(678, 119);
     this.radButton1.Name = "radButton1";
     this.radButton1.Size = new System.Drawing.Size(115, 50);
     this.radButton1.TabIndex = 29;
     this.radButton1.Text = "Search";
     this.radButton1.ThemeName = "Breeze";
     this.radButton1.Click += new System.EventHandler(this.radButton1_Click);
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.check_rear);
     this.groupBox1.Controls.Add(this.check_front);
     this.groupBox1.ForeColor = System.Drawing.Color.White;
     this.groupBox1.Location = new System.Drawing.Point(132, 2);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(156, 36);
     this.groupBox1.TabIndex = 54;
     this.groupBox1.TabStop = false;
     //
     // check_rear
     //
     this.check_rear.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.check_rear.ForeColor = System.Drawing.Color.White;
     this.check_rear.Location = new System.Drawing.Point(82, 12);
     this.check_rear.Name = "check_rear";
     //
     //
     //
     this.check_rear.RootElement.ForeColor = System.Drawing.Color.White;
     this.check_rear.RootElement.StretchHorizontally = true;
     this.check_rear.RootElement.StretchVertically = true;
     this.check_rear.Size = new System.Drawing.Size(45, 19);
     this.check_rear.TabIndex = 65;
     this.check_rear.Text = "Rear";
     //
     // check_front
     //
     this.check_front.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.check_front.ForeColor = System.Drawing.Color.White;
     this.check_front.Location = new System.Drawing.Point(15, 12);
     this.check_front.Name = "check_front";
     //
     //
     //
     this.check_front.RootElement.ForeColor = System.Drawing.Color.White;
     this.check_front.RootElement.StretchHorizontally = true;
     this.check_front.RootElement.StretchVertically = true;
     this.check_front.Size = new System.Drawing.Size(49, 19);
     this.check_front.TabIndex = 64;
     this.check_front.Text = "Front";
     //
     // radLabel2
     //
     this.radLabel2.BackColor = System.Drawing.Color.Transparent;
     this.radLabel2.Font = new System.Drawing.Font("Segoe UI", 10F);
     this.radLabel2.ForeColor = System.Drawing.Color.White;
     this.radLabel2.Location = new System.Drawing.Point(40, 15);
     this.radLabel2.Name = "radLabel2";
     //
     //
     //
     this.radLabel2.RootElement.ForeColor = System.Drawing.Color.White;
     this.radLabel2.Size = new System.Drawing.Size(71, 21);
     this.radLabel2.TabIndex = 31;
     this.radLabel2.Text = "Front/Rear";
     //
     // panal_cycle
     //
     this.panal_cycle.BackColor = System.Drawing.Color.Transparent;
     this.panal_cycle.Controls.Add(this.groupBox2);
     this.panal_cycle.Controls.Add(this.radLabel3);
     this.panal_cycle.Controls.Add(this.radLabel2);
     this.panal_cycle.Controls.Add(this.groupBox1);
     this.panal_cycle.Location = new System.Drawing.Point(678, 27);
     this.panal_cycle.Name = "panal_cycle";
     //
     //
     //
     this.panal_cycle.RootElement.Opacity = 5D;
     this.panal_cycle.Size = new System.Drawing.Size(340, 84);
     this.panal_cycle.TabIndex = 59;
     //
     // groupBox2
     //
     this.groupBox2.BackColor = System.Drawing.Color.Transparent;
     this.groupBox2.Controls.Add(this.radio_trial);
     this.groupBox2.Controls.Add(this.radio_non_trial);
     this.groupBox2.ForeColor = System.Drawing.Color.White;
     this.groupBox2.Location = new System.Drawing.Point(132, 38);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(156, 36);
     this.groupBox2.TabIndex = 82;
     this.groupBox2.TabStop = false;
     //
     // radio_trial
     //
     this.radio_trial.BackColor = System.Drawing.Color.Transparent;
     this.radio_trial.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.radio_trial.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.radio_trial.Location = new System.Drawing.Point(16, 12);
     this.radio_trial.Name = "radio_trial";
     //
     //
     //
     this.radio_trial.RootElement.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.radio_trial.Size = new System.Drawing.Size(61, 18);
     this.radio_trial.TabIndex = 28;
     this.radio_trial.Text = "Trail";
     //
     // radio_non_trial
     //
     this.radio_non_trial.BackColor = System.Drawing.Color.Transparent;
     this.radio_non_trial.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.radio_non_trial.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.radio_non_trial.Location = new System.Drawing.Point(83, 9);
     this.radio_non_trial.Name = "radio_non_trial";
     //
     //
     //
     this.radio_non_trial.RootElement.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.radio_non_trial.Size = new System.Drawing.Size(72, 23);
     this.radio_non_trial.TabIndex = 14;
     this.radio_non_trial.Text = "Nontrail";
     //
     // radLabel3
     //
     this.radLabel3.BackColor = System.Drawing.Color.Transparent;
     this.radLabel3.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel3.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.radLabel3.Location = new System.Drawing.Point(40, 48);
     this.radLabel3.Name = "radLabel3";
     //
     //
     //
     this.radLabel3.RootElement.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.radLabel3.Size = new System.Drawing.Size(85, 21);
     this.radLabel3.TabIndex = 56;
     this.radLabel3.Text = "Trail/Nontrail";
     //
     // com_brand
     //
     this.com_brand.Enabled = false;
     this.com_brand.Location = new System.Drawing.Point(95, 8);
     this.com_brand.Name = "com_brand";
     //
     //
     //
     this.com_brand.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.com_brand.RootElement.StretchVertically = true;
     this.com_brand.Size = new System.Drawing.Size(158, 20);
     this.com_brand.TabIndex = 57;
     this.com_brand.TabStop = false;
     this.com_brand.SelectedIndexChanged += new System.EventHandler(this.com_brand_SelectedIndexChanged);
     //
     // chk_size
     //
     this.chk_size.BackColor = System.Drawing.Color.Transparent;
     this.chk_size.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_size.ForeColor = System.Drawing.Color.White;
     this.chk_size.Location = new System.Drawing.Point(20, 34);
     this.chk_size.Name = "chk_size";
     //
     //
     //
     this.chk_size.RootElement.ForeColor = System.Drawing.Color.White;
     this.chk_size.RootElement.StretchHorizontally = true;
     this.chk_size.RootElement.StretchVertically = true;
     this.chk_size.Size = new System.Drawing.Size(44, 21);
     this.chk_size.TabIndex = 19;
     this.chk_size.Text = "Size";
     this.chk_size.Click += new System.EventHandler(this.chk_size_Click);
     //
     // com_ply_rate
     //
     this.com_ply_rate.Location = new System.Drawing.Point(95, 61);
     this.com_ply_rate.Name = "com_ply_rate";
     //
     //
     //
     this.com_ply_rate.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.com_ply_rate.RootElement.StretchVertically = true;
     this.com_ply_rate.Size = new System.Drawing.Size(158, 20);
     this.com_ply_rate.TabIndex = 58;
     this.com_ply_rate.TabStop = false;
     //
     // chk_t_pattern
     //
     this.chk_t_pattern.BackColor = System.Drawing.Color.Transparent;
     this.chk_t_pattern.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_t_pattern.ForeColor = System.Drawing.Color.White;
     this.chk_t_pattern.Location = new System.Drawing.Point(292, 8);
     this.chk_t_pattern.Name = "chk_t_pattern";
     //
     //
     //
     this.chk_t_pattern.RootElement.ForeColor = System.Drawing.Color.White;
     this.chk_t_pattern.RootElement.StretchHorizontally = true;
     this.chk_t_pattern.RootElement.StretchVertically = true;
     this.chk_t_pattern.Size = new System.Drawing.Size(108, 21);
     this.chk_t_pattern.TabIndex = 26;
     this.chk_t_pattern.Text = "Thread Pattern";
     this.chk_t_pattern.Click += new System.EventHandler(this.chk_t_pattern_Click);
     //
     // com_t_pattern
     //
     this.com_t_pattern.Location = new System.Drawing.Point(414, 7);
     this.com_t_pattern.Name = "com_t_pattern";
     //
     //
     //
     this.com_t_pattern.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.com_t_pattern.RootElement.StretchVertically = true;
     this.com_t_pattern.Size = new System.Drawing.Size(155, 20);
     this.com_t_pattern.TabIndex = 58;
     this.com_t_pattern.TabStop = false;
     //
     // chk_make
     //
     this.chk_make.BackColor = System.Drawing.Color.Transparent;
     this.chk_make.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_make.ForeColor = System.Drawing.Color.White;
     this.chk_make.Location = new System.Drawing.Point(293, 33);
     this.chk_make.Name = "chk_make";
     //
     //
     //
     this.chk_make.RootElement.ForeColor = System.Drawing.Color.White;
     this.chk_make.RootElement.StretchHorizontally = true;
     this.chk_make.RootElement.StretchVertically = true;
     this.chk_make.Size = new System.Drawing.Size(53, 21);
     this.chk_make.TabIndex = 24;
     this.chk_make.Text = "Make";
     this.chk_make.Click += new System.EventHandler(this.chk_make_Click);
     //
     // com_made
     //
     this.com_made.Location = new System.Drawing.Point(414, 33);
     this.com_made.Name = "com_made";
     //
     //
     //
     this.com_made.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.com_made.RootElement.StretchVertically = true;
     this.com_made.Size = new System.Drawing.Size(155, 20);
     this.com_made.TabIndex = 58;
     this.com_made.TabStop = false;
     //
     // chk_ply_rate
     //
     this.chk_ply_rate.BackColor = System.Drawing.Color.Transparent;
     this.chk_ply_rate.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_ply_rate.ForeColor = System.Drawing.Color.White;
     this.chk_ply_rate.Location = new System.Drawing.Point(20, 61);
     this.chk_ply_rate.Name = "chk_ply_rate";
     //
     //
     //
     this.chk_ply_rate.RootElement.ForeColor = System.Drawing.Color.White;
     this.chk_ply_rate.RootElement.StretchHorizontally = true;
     this.chk_ply_rate.RootElement.StretchVertically = true;
     this.chk_ply_rate.Size = new System.Drawing.Size(68, 21);
     this.chk_ply_rate.TabIndex = 22;
     this.chk_ply_rate.Text = "Ply Rate";
     this.chk_ply_rate.Click += new System.EventHandler(this.chk_ply_rate_Click);
     //
     // radLabel4
     //
     this.radLabel4.BackColor = System.Drawing.Color.Transparent;
     this.radLabel4.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel4.ForeColor = System.Drawing.Color.White;
     this.radLabel4.Location = new System.Drawing.Point(293, 67);
     this.radLabel4.Name = "radLabel4";
     //
     //
     //
     this.radLabel4.RootElement.ForeColor = System.Drawing.Color.White;
     this.radLabel4.Size = new System.Drawing.Size(64, 21);
     this.radLabel4.TabIndex = 61;
     this.radLabel4.Text = "Tyre Type";
     //
     // chk_brand
     //
     this.chk_brand.BackColor = System.Drawing.Color.Transparent;
     this.chk_brand.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_brand.ForeColor = System.Drawing.Color.White;
     this.chk_brand.Location = new System.Drawing.Point(21, 7);
     this.chk_brand.Name = "chk_brand";
     //
     //
     //
     this.chk_brand.RootElement.ForeColor = System.Drawing.Color.White;
     this.chk_brand.RootElement.StretchHorizontally = true;
     this.chk_brand.RootElement.StretchVertically = true;
     this.chk_brand.Size = new System.Drawing.Size(55, 21);
     this.chk_brand.TabIndex = 20;
     this.chk_brand.Text = "Brand";
     this.chk_brand.Click += new System.EventHandler(this.radCheckBox2_Click);
     //
     // grp_tyre_type
     //
     this.grp_tyre_type.BackColor = System.Drawing.Color.Transparent;
     this.grp_tyre_type.Controls.Add(this.radio_canvas);
     this.grp_tyre_type.Controls.Add(this.radio_radial);
     this.grp_tyre_type.Location = new System.Drawing.Point(413, 58);
     this.grp_tyre_type.Name = "grp_tyre_type";
     this.grp_tyre_type.Size = new System.Drawing.Size(156, 36);
     this.grp_tyre_type.TabIndex = 62;
     this.grp_tyre_type.TabStop = false;
     //
     // radio_canvas
     //
     this.radio_canvas.BackColor = System.Drawing.Color.Transparent;
     this.radio_canvas.Font = new System.Drawing.Font("Segoe UI", 10F);
     this.radio_canvas.ForeColor = System.Drawing.Color.White;
     this.radio_canvas.Location = new System.Drawing.Point(77, 0);
     this.radio_canvas.Name = "radio_canvas";
     //
     //
     //
     this.radio_canvas.RootElement.ForeColor = System.Drawing.Color.White;
     this.radio_canvas.Size = new System.Drawing.Size(63, 40);
     this.radio_canvas.TabIndex = 14;
     this.radio_canvas.Text = "Canvas";
     //
     // radio_radial
     //
     this.radio_radial.BackColor = System.Drawing.Color.Transparent;
     this.radio_radial.Font = new System.Drawing.Font("Segoe UI", 10F);
     this.radio_radial.ForeColor = System.Drawing.Color.White;
     this.radio_radial.Location = new System.Drawing.Point(10, 10);
     this.radio_radial.Name = "radio_radial";
     //
     //
     //
     this.radio_radial.RootElement.ForeColor = System.Drawing.Color.White;
     this.radio_radial.Size = new System.Drawing.Size(61, 18);
     this.radio_radial.TabIndex = 28;
     this.radio_radial.Text = "Radial";
     //
     // radPanel2
     //
     this.radPanel2.BackColor = System.Drawing.Color.Transparent;
     this.radPanel2.Controls.Add(this.radGridView3);
     this.radPanel2.Controls.Add(this.grp_tyre_type);
     this.radPanel2.Controls.Add(this.txt_size);
     this.radPanel2.Controls.Add(this.chk_brand);
     this.radPanel2.Controls.Add(this.radLabel4);
     this.radPanel2.Controls.Add(this.chk_ply_rate);
     this.radPanel2.Controls.Add(this.com_made);
     this.radPanel2.Controls.Add(this.chk_make);
     this.radPanel2.Controls.Add(this.com_t_pattern);
     this.radPanel2.Controls.Add(this.chk_t_pattern);
     this.radPanel2.Controls.Add(this.com_ply_rate);
     this.radPanel2.Controls.Add(this.chk_size);
     this.radPanel2.Controls.Add(this.com_brand);
     this.radPanel2.ForeColor = System.Drawing.Color.White;
     this.radPanel2.Location = new System.Drawing.Point(3, 20);
     this.radPanel2.Name = "radPanel2";
     //
     //
     //
     this.radPanel2.RootElement.ForeColor = System.Drawing.Color.White;
     this.radPanel2.Size = new System.Drawing.Size(601, 150);
     this.radPanel2.TabIndex = 60;
     this.radPanel2.Click += new System.EventHandler(this.radPanel2_Click);
     //
     // radGridView3
     //
     this.radGridView3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.radGridView3.Cursor = System.Windows.Forms.Cursors.Default;
     this.radGridView3.Font = new System.Drawing.Font("Segoe UI", 8.25F);
     this.radGridView3.ForeColor = System.Drawing.Color.Black;
     this.radGridView3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.radGridView3.Location = new System.Drawing.Point(95, 55);
     //
     // radGridView3
     //
     this.radGridView3.MasterTemplate.AllowAddNewRow = false;
     this.radGridView3.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     this.radGridView3.MasterTemplate.EnableGrouping = false;
     this.radGridView3.MasterTemplate.ShowColumnHeaders = false;
     this.radGridView3.MasterTemplate.ShowRowHeaderColumn = false;
     this.radGridView3.Name = "radGridView3";
     this.radGridView3.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.radGridView3.ReadOnly = true;
     this.radGridView3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     //
     //
     //
     this.radGridView3.RootElement.ForeColor = System.Drawing.Color.Black;
     this.radGridView3.RootElement.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.radGridView3.ShowGroupPanel = false;
     this.radGridView3.Size = new System.Drawing.Size(158, 81);
     this.radGridView3.TabIndex = 65;
     this.radGridView3.Text = "radGridView3";
     this.radGridView3.SelectionChanged += new System.EventHandler(this.radGridView3_SelectionChanged);
     this.radGridView3.CellClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.radGridView3_CellClick);
     //
     // txt_size
     //
     this.txt_size.Enabled = false;
     this.txt_size.Location = new System.Drawing.Point(95, 35);
     this.txt_size.Name = "txt_size";
     this.txt_size.Size = new System.Drawing.Size(158, 20);
     this.txt_size.TabIndex = 64;
     this.txt_size.TabStop = false;
     this.txt_size.TextChanged += new System.EventHandler(this.txt_size_TextChanged);
     this.txt_size.Click += new System.EventHandler(this.txt_size_Click);
     this.txt_size.Enter += new System.EventHandler(this.txt_size_Enter);
     //
     // radButton2
     //
     this.radButton2.Location = new System.Drawing.Point(961, 149);
     this.radButton2.Name = "radButton2";
     this.radButton2.Size = new System.Drawing.Size(57, 20);
     this.radButton2.TabIndex = 30;
     this.radButton2.Tag = " ";
     this.radButton2.Text = "Refresh";
     this.radButton2.ThemeName = "Breeze";
     this.radButton2.Click += new System.EventHandler(this.radButton2_Click);
     //
     // chk_cycle_search
     //
     this.chk_cycle_search.BackColor = System.Drawing.Color.Transparent;
     this.chk_cycle_search.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
     this.chk_cycle_search.ForeColor = System.Drawing.Color.White;
     this.chk_cycle_search.Location = new System.Drawing.Point(678, 5);
     this.chk_cycle_search.Name = "chk_cycle_search";
     //
     //
     //
     this.chk_cycle_search.RootElement.ForeColor = System.Drawing.Color.White;
     this.chk_cycle_search.Size = new System.Drawing.Size(85, 18);
     this.chk_cycle_search.TabIndex = 61;
     this.chk_cycle_search.Text = "Motor Cycle";
     this.chk_cycle_search.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.chk_cycle_search_ToggleStateChanged);
     this.chk_cycle_search.Click += new System.EventHandler(this.chk_cycle_search_Click);
     //
     // pnlTyre
     //
     this.pnlTyre.BackColor = System.Drawing.Color.Transparent;
     this.pnlTyre.Controls.Add(this.radPanel2);
     this.pnlTyre.Controls.Add(this.chk_cycle_search);
     this.pnlTyre.Controls.Add(this.radButton1);
     this.pnlTyre.Controls.Add(this.panal_cycle);
     this.pnlTyre.Controls.Add(this.radButton2);
     this.pnlTyre.Controls.Add(this.radGridView1);
     this.pnlTyre.Controls.Add(this.radGridView2);
     this.pnlTyre.Location = new System.Drawing.Point(28, 58);
     this.pnlTyre.Name = "pnlTyre";
     this.pnlTyre.Size = new System.Drawing.Size(1031, 341);
     this.pnlTyre.TabIndex = 114;
     this.pnlTyre.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlTyre_Paint);
     //
     // btnTubeSearch
     //
     this.btnTubeSearch.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnTubeSearch.Location = new System.Drawing.Point(802, 25);
     this.btnTubeSearch.Name = "btnTubeSearch";
     this.btnTubeSearch.Size = new System.Drawing.Size(120, 28);
     this.btnTubeSearch.TabIndex = 114;
     this.btnTubeSearch.Text = "Tube Search";
     this.btnTubeSearch.Click += new System.EventHandler(this.radButton6_Click_1);
     //
     // grdInvoice
     //
     this.grdInvoice.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.grdInvoice.ContextMenuStrip = this.contextMenuStrip1;
     this.grdInvoice.Cursor = System.Windows.Forms.Cursors.Default;
     this.grdInvoice.EnableHotTracking = false;
     this.grdInvoice.Font = new System.Drawing.Font("Segoe UI", 8.25F);
     this.grdInvoice.ForeColor = System.Drawing.Color.Black;
     this.grdInvoice.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.grdInvoice.Location = new System.Drawing.Point(347, 445);
     //
     // grdInvoice
     //
     this.grdInvoice.MasterTemplate.AddNewRowPosition = Telerik.WinControls.UI.SystemRowPosition.Bottom;
     this.grdInvoice.MasterTemplate.AllowAddNewRow = false;
     this.grdInvoice.MasterTemplate.AllowColumnReorder = false;
     this.grdInvoice.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     gridViewTextBoxColumn8.FormatInfo = new System.Globalization.CultureInfo("");
     gridViewTextBoxColumn8.HeaderText = "Item No";
     gridViewTextBoxColumn8.Name = "itemNo";
     gridViewTextBoxColumn8.ReadOnly = true;
     gridViewTextBoxColumn8.Width = 95;
     gridViewTextBoxColumn9.FormatInfo = new System.Globalization.CultureInfo("");
     gridViewTextBoxColumn9.HeaderText = "Item Name";
     gridViewTextBoxColumn9.Name = "Item Name";
     gridViewTextBoxColumn9.Width = 176;
     gridViewTextBoxColumn10.FormatInfo = new System.Globalization.CultureInfo("");
     gridViewTextBoxColumn10.HeaderText = "Quntity";
     gridViewTextBoxColumn10.Name = "Qty";
     gridViewTextBoxColumn10.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
     gridViewTextBoxColumn10.Width = 103;
     gridViewTextBoxColumn11.FormatInfo = new System.Globalization.CultureInfo("");
     gridViewTextBoxColumn11.HeaderText = "Unit Price( Rs )";
     gridViewTextBoxColumn11.Name = "unitPrice";
     gridViewTextBoxColumn11.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
     gridViewTextBoxColumn11.Width = 103;
     gridViewTextBoxColumn12.FormatInfo = new System.Globalization.CultureInfo("");
     gridViewTextBoxColumn12.HeaderText = "Price( Rs )";
     gridViewTextBoxColumn12.Name = "Price";
     gridViewTextBoxColumn12.ReadOnly = true;
     gridViewTextBoxColumn12.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
     gridViewTextBoxColumn12.Width = 102;
     gridViewTextBoxColumn13.FormatInfo = new System.Globalization.CultureInfo("");
     gridViewTextBoxColumn13.HeaderText = "Discount( % )";
     gridViewTextBoxColumn13.Name = "Discount";
     gridViewTextBoxColumn13.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     gridViewTextBoxColumn13.Width = 75;
     gridViewTextBoxColumn14.FormatInfo = new System.Globalization.CultureInfo("");
     gridViewTextBoxColumn14.HeaderText = "ItemCat";
     gridViewTextBoxColumn14.Name = "ItemCat";
     gridViewTextBoxColumn14.ReadOnly = true;
     gridViewTextBoxColumn14.Width = 48;
     this.grdInvoice.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
     gridViewTextBoxColumn8,
     gridViewTextBoxColumn9,
     gridViewTextBoxColumn10,
     gridViewTextBoxColumn11,
     gridViewTextBoxColumn12,
     gridViewTextBoxColumn13,
     gridViewTextBoxColumn14});
     this.grdInvoice.MasterTemplate.EnableGrouping = false;
     this.grdInvoice.MasterTemplate.EnableSorting = false;
     this.grdInvoice.MasterTemplate.ShowRowHeaderColumn = false;
     sortDescriptor2.PropertyName = "itemNo";
     this.grdInvoice.MasterTemplate.SortDescriptors.AddRange(new Telerik.WinControls.Data.SortDescriptor[] {
     sortDescriptor2});
     this.grdInvoice.Name = "grdInvoice";
     this.grdInvoice.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.grdInvoice.RightToLeft = System.Windows.Forms.RightToLeft.No;
     //
     //
     //
     this.grdInvoice.RootElement.ForeColor = System.Drawing.Color.Black;
     this.grdInvoice.RootElement.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.grdInvoice.ShowGroupPanel = false;
     this.grdInvoice.Size = new System.Drawing.Size(699, 146);
     this.grdInvoice.TabIndex = 73;
     this.grdInvoice.Text = "radGridView4";
     this.grdInvoice.CellEndEdit += new Telerik.WinControls.UI.GridViewCellEventHandler(this.grdInvoice_CellEndEdit);
     this.grdInvoice.UserDeletedRow += new Telerik.WinControls.UI.GridViewRowEventHandler(this.grdInvoice_UserDeletedRow);
     this.grdInvoice.CellClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.grdInvoice_CellClick);
     this.grdInvoice.CellDoubleClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.grdInvoice_CellDoubleClick);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem1});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(150, 26);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(149, 22);
     this.toolStripMenuItem1.Text = "Add New Row";
     this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
     //
     // radLabel8
     //
     this.radLabel8.BackColor = System.Drawing.Color.Transparent;
     this.radLabel8.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel8.ForeColor = System.Drawing.Color.Gold;
     this.radLabel8.Location = new System.Drawing.Point(347, 406);
     this.radLabel8.Name = "radLabel8";
     //
     //
     //
     this.radLabel8.RootElement.ForeColor = System.Drawing.Color.Gold;
     this.radLabel8.Size = new System.Drawing.Size(75, 30);
     this.radLabel8.TabIndex = 82;
     this.radLabel8.Text = "Invoice";
     //
     // radLabel9
     //
     this.radLabel9.BackColor = System.Drawing.Color.Transparent;
     this.radLabel9.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel9.ForeColor = System.Drawing.Color.White;
     this.radLabel9.Location = new System.Drawing.Point(28, 445);
     this.radLabel9.Name = "radLabel9";
     //
     //
     //
     this.radLabel9.RootElement.ForeColor = System.Drawing.Color.White;
     this.radLabel9.Size = new System.Drawing.Size(103, 21);
     this.radLabel9.TabIndex = 83;
     this.radLabel9.Text = "Customer Name";
     //
     // radLabel10
     //
     this.radLabel10.BackColor = System.Drawing.Color.Transparent;
     this.radLabel10.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel10.ForeColor = System.Drawing.Color.Gold;
     this.radLabel10.Location = new System.Drawing.Point(28, 406);
     this.radLabel10.Name = "radLabel10";
     //
     //
     //
     this.radLabel10.RootElement.ForeColor = System.Drawing.Color.Gold;
     this.radLabel10.Size = new System.Drawing.Size(164, 30);
     this.radLabel10.TabIndex = 83;
     this.radLabel10.Text = "Search Customer";
     //
     // radLabel11
     //
     this.radLabel11.BackColor = System.Drawing.Color.Transparent;
     this.radLabel11.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel11.ForeColor = System.Drawing.Color.White;
     this.radLabel11.Location = new System.Drawing.Point(28, 498);
     this.radLabel11.Name = "radLabel11";
     //
     //
     //
     this.radLabel11.RootElement.ForeColor = System.Drawing.Color.White;
     this.radLabel11.Size = new System.Drawing.Size(70, 21);
     this.radLabel11.TabIndex = 98;
     this.radLabel11.Text = "Invoice No";
     //
     // txtInvoiceNo
     //
     this.txtInvoiceNo.Enabled = false;
     this.txtInvoiceNo.Location = new System.Drawing.Point(141, 498);
     this.txtInvoiceNo.Name = "txtInvoiceNo";
     this.txtInvoiceNo.Size = new System.Drawing.Size(192, 20);
     this.txtInvoiceNo.TabIndex = 100;
     this.txtInvoiceNo.TabStop = false;
     //
     // radLabel12
     //
     this.radLabel12.BackColor = System.Drawing.Color.Transparent;
     this.radLabel12.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel12.ForeColor = System.Drawing.Color.White;
     this.radLabel12.Location = new System.Drawing.Point(28, 552);
     this.radLabel12.Name = "radLabel12";
     //
     //
     //
     this.radLabel12.RootElement.ForeColor = System.Drawing.Color.White;
     this.radLabel12.Size = new System.Drawing.Size(80, 21);
     this.radLabel12.TabIndex = 99;
     this.radLabel12.Text = "Invoice Date";
     //
     // radLabel13
     //
     this.radLabel13.BackColor = System.Drawing.Color.Transparent;
     this.radLabel13.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel13.ForeColor = System.Drawing.Color.White;
     this.radLabel13.Location = new System.Drawing.Point(28, 525);
     this.radLabel13.Name = "radLabel13";
     //
     //
     //
     this.radLabel13.RootElement.ForeColor = System.Drawing.Color.White;
     this.radLabel13.Size = new System.Drawing.Size(99, 21);
     this.radLabel13.TabIndex = 103;
     this.radLabel13.Text = "Invoice Ref No";
     //
     // txtInvoiceNote
     //
     this.txtInvoiceNote.Location = new System.Drawing.Point(141, 524);
     this.txtInvoiceNote.Multiline = true;
     this.txtInvoiceNote.Name = "txtInvoiceNote";
     //
     //
     //
     this.txtInvoiceNote.RootElement.StretchVertically = true;
     this.txtInvoiceNote.Size = new System.Drawing.Size(192, 21);
     this.txtInvoiceNote.TabIndex = 104;
     this.txtInvoiceNote.TabStop = false;
     //
     // radLabel14
     //
     this.radLabel14.BackColor = System.Drawing.Color.Transparent;
     this.radLabel14.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel14.ForeColor = System.Drawing.Color.White;
     this.radLabel14.Location = new System.Drawing.Point(28, 601);
     this.radLabel14.Name = "radLabel14";
     //
     //
     //
     this.radLabel14.RootElement.ForeColor = System.Drawing.Color.White;
     this.radLabel14.Size = new System.Drawing.Size(71, 21);
     this.radLabel14.TabIndex = 105;
     this.radLabel14.Text = "Vehicle No";
     //
     // txtVehicleNo
     //
     this.txtVehicleNo.Location = new System.Drawing.Point(141, 603);
     this.txtVehicleNo.Name = "txtVehicleNo";
     this.txtVehicleNo.Size = new System.Drawing.Size(192, 20);
     this.txtVehicleNo.TabIndex = 101;
     this.txtVehicleNo.TabStop = false;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location = new System.Drawing.Point(563, 706);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(0, 13);
     this.label4.TabIndex = 106;
     //
     // btnAdd
     //
     this.btnAdd.Font = new System.Drawing.Font("Arial", 9F);
     this.btnAdd.Location = new System.Drawing.Point(601, 601);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(104, 37);
     this.btnAdd.TabIndex = 107;
     this.btnAdd.Text = "Add";
     this.btnAdd.ThemeName = "Breeze";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // btnPrintInvoice
     //
     this.btnPrintInvoice.Font = new System.Drawing.Font("Arial", 9F);
     this.btnPrintInvoice.Location = new System.Drawing.Point(476, 601);
     this.btnPrintInvoice.Name = "btnPrintInvoice";
     this.btnPrintInvoice.Size = new System.Drawing.Size(104, 37);
     this.btnPrintInvoice.TabIndex = 108;
     this.btnPrintInvoice.Text = "Print Invoice";
     this.btnPrintInvoice.ThemeName = "Breeze";
     this.btnPrintInvoice.Click += new System.EventHandler(this.btnPrintInvoice_Click);
     //
     // btnClear
     //
     this.btnClear.Font = new System.Drawing.Font("Arial", 9F);
     this.btnClear.Location = new System.Drawing.Point(347, 602);
     this.btnClear.Name = "btnClear";
     this.btnClear.Size = new System.Drawing.Size(104, 36);
     this.btnClear.TabIndex = 108;
     this.btnClear.Text = "Clear";
     this.btnClear.ThemeName = "Breeze";
     this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
     //
     // radPanel1
     //
     this.radPanel1.BackColor = System.Drawing.Color.White;
     this.radPanel1.Location = new System.Drawing.Point(28, 402);
     this.radPanel1.Name = "radPanel1";
     this.radPanel1.Size = new System.Drawing.Size(1031, 2);
     this.radPanel1.TabIndex = 115;
     //
     // txtCustomerName
     //
     this.txtCustomerName.Location = new System.Drawing.Point(141, 445);
     this.txtCustomerName.Name = "txtCustomerName";
     this.txtCustomerName.Size = new System.Drawing.Size(192, 20);
     this.txtCustomerName.TabIndex = 102;
     this.txtCustomerName.TabStop = false;
     this.txtCustomerName.TextChanged += new System.EventHandler(this.radTextBox1_TextChanged);
     this.txtCustomerName.Click += new System.EventHandler(this.txtCustomerName_Click);
     this.txtCustomerName.Enter += new System.EventHandler(this.txtCustomerName_Enter);
     //
     // grdFillCustomer
     //
     this.grdFillCustomer.AllowUserToAddRows = false;
     this.grdFillCustomer.AllowUserToDeleteRows = false;
     this.grdFillCustomer.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.grdFillCustomer.BackgroundColor = System.Drawing.Color.White;
     this.grdFillCustomer.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.grdFillCustomer.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     this.grdFillCustomer.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdFillCustomer.ColumnHeadersVisible = false;
     this.grdFillCustomer.Location = new System.Drawing.Point(141, 466);
     this.grdFillCustomer.Name = "grdFillCustomer";
     this.grdFillCustomer.ReadOnly = true;
     this.grdFillCustomer.RowHeadersVisible = false;
     this.grdFillCustomer.Size = new System.Drawing.Size(192, 90);
     this.grdFillCustomer.TabIndex = 118;
     this.grdFillCustomer.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdFillCustomer_CellClick);
     //
     // com_customer_id
     //
     this.com_customer_id.FormattingEnabled = true;
     this.com_customer_id.Location = new System.Drawing.Point(141, 471);
     this.com_customer_id.Name = "com_customer_id";
     this.com_customer_id.Size = new System.Drawing.Size(192, 21);
     this.com_customer_id.TabIndex = 119;
     this.com_customer_id.SelectedIndexChanged += new System.EventHandler(this.com_customer_id_SelectedIndexChanged);
     //
     // radLabel16
     //
     this.radLabel16.BackColor = System.Drawing.Color.Transparent;
     this.radLabel16.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel16.ForeColor = System.Drawing.Color.White;
     this.radLabel16.Location = new System.Drawing.Point(28, 471);
     this.radLabel16.Name = "radLabel16";
     //
     //
     //
     this.radLabel16.RootElement.ForeColor = System.Drawing.Color.White;
     this.radLabel16.Size = new System.Drawing.Size(85, 21);
     this.radLabel16.TabIndex = 99;
     this.radLabel16.Text = "Customer No";
     //
     // btnAddPayment
     //
     this.btnAddPayment.Location = new System.Drawing.Point(759, 726);
     this.btnAddPayment.Name = "btnAddPayment";
     this.btnAddPayment.Size = new System.Drawing.Size(104, 37);
     this.btnAddPayment.TabIndex = 121;
     this.btnAddPayment.Text = "Add Payment";
     this.btnAddPayment.ThemeName = "Breeze";
     this.btnAddPayment.Click += new System.EventHandler(this.btnAddPayment_Click);
     //
     // txtTotal
     //
     this.txtTotal.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTotal.ForeColor = System.Drawing.Color.DodgerBlue;
     this.txtTotal.Location = new System.Drawing.Point(909, 608);
     this.txtTotal.Name = "txtTotal";
     //
     //
     //
     this.txtTotal.RootElement.ForeColor = System.Drawing.Color.DodgerBlue;
     this.txtTotal.Size = new System.Drawing.Size(137, 27);
     this.txtTotal.TabIndex = 80;
     this.txtTotal.TabStop = false;
     this.txtTotal.Text = "0.00";
     this.txtTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // radLabel5
     //
     this.radLabel5.BackColor = System.Drawing.Color.Transparent;
     this.radLabel5.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
     this.radLabel5.ForeColor = System.Drawing.Color.White;
     this.radLabel5.Location = new System.Drawing.Point(792, 614);
     this.radLabel5.Name = "radLabel5";
     //
     //
     //
     this.radLabel5.RootElement.ForeColor = System.Drawing.Color.White;
     this.radLabel5.Size = new System.Drawing.Size(101, 21);
     this.radLabel5.TabIndex = 79;
     this.radLabel5.Text = "Total Price(Rs)";
     //
     // pnlTube
     //
     this.pnlTube.BackColor = System.Drawing.Color.Transparent;
     this.pnlTube.Controls.Add(this.label1);
     this.pnlTube.Controls.Add(this.txt_barcode);
     this.pnlTube.Controls.Add(this.panel2);
     this.pnlTube.Controls.Add(this.radButton3);
     this.pnlTube.Controls.Add(this.radButton7);
     this.pnlTube.Controls.Add(this.grdTubesearch);
     this.pnlTube.Location = new System.Drawing.Point(28, 58);
     this.pnlTube.Name = "pnlTube";
     this.pnlTube.Size = new System.Drawing.Size(1031, 341);
     this.pnlTube.TabIndex = 122;
     //
     // label1
     //
     this.label1.AutoSize = true;
     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.Lime;
     this.label1.Location = new System.Drawing.Point(0, 13);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(66, 13);
     this.label1.TabIndex = 81;
     this.label1.Text = "BARCODE";
     //
     // txt_barcode
     //
     this.txt_barcode.Location = new System.Drawing.Point(77, 10);
     this.txt_barcode.Name = "txt_barcode";
     this.txt_barcode.Size = new System.Drawing.Size(181, 20);
     this.txt_barcode.TabIndex = 83;
     this.txt_barcode.TextChanged += new System.EventHandler(this.txt_barcode_TextChanged);
     //
     // panel2
     //
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.grdTubeSize);
     this.panel2.Controls.Add(this.txtTubeSize);
     this.panel2.Controls.Add(this.groupBox4);
     this.panel2.Controls.Add(this.chkTubeBrand);
     this.panel2.Controls.Add(this.comTubeMake);
     this.panel2.Controls.Add(this.chkTubeSize);
     this.panel2.Controls.Add(this.chkTubeMake);
     this.panel2.Controls.Add(this.chkTubeType);
     this.panel2.Controls.Add(this.comTubeBrand);
     this.panel2.Controls.Add(this.groupBox5);
     this.panel2.Location = new System.Drawing.Point(0, 45);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(858, 121);
     this.panel2.TabIndex = 82;
     this.panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint);
     //
     // grdTubeSize
     //
     this.grdTubeSize.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.grdTubeSize.Cursor = System.Windows.Forms.Cursors.Default;
     this.grdTubeSize.Font = new System.Drawing.Font("Segoe UI", 8.25F);
     this.grdTubeSize.ForeColor = System.Drawing.Color.Black;
     this.grdTubeSize.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.grdTubeSize.Location = new System.Drawing.Point(364, 37);
     //
     // grdTubeSize
     //
     this.grdTubeSize.MasterTemplate.AllowAddNewRow = false;
     this.grdTubeSize.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     this.grdTubeSize.MasterTemplate.EnableGrouping = false;
     this.grdTubeSize.MasterTemplate.ShowColumnHeaders = false;
     this.grdTubeSize.MasterTemplate.ShowRowHeaderColumn = false;
     this.grdTubeSize.Name = "grdTubeSize";
     this.grdTubeSize.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.grdTubeSize.ReadOnly = true;
     this.grdTubeSize.RightToLeft = System.Windows.Forms.RightToLeft.No;
     //
     //
     //
     this.grdTubeSize.RootElement.ForeColor = System.Drawing.Color.Black;
     this.grdTubeSize.RootElement.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.grdTubeSize.ShowGroupPanel = false;
     this.grdTubeSize.Size = new System.Drawing.Size(187, 72);
     this.grdTubeSize.TabIndex = 82;
     this.grdTubeSize.Text = "radGridView4";
     this.grdTubeSize.SelectionChanged += new System.EventHandler(this.grdTubeSize_SelectionChanged_1);
     this.grdTubeSize.CellClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.grdTubeSize_CellClick_3);
     //
     // txtTubeSize
     //
     this.txtTubeSize.Enabled = false;
     this.txtTubeSize.Location = new System.Drawing.Point(364, 16);
     this.txtTubeSize.Name = "txtTubeSize";
     this.txtTubeSize.Size = new System.Drawing.Size(187, 20);
     this.txtTubeSize.TabIndex = 80;
     this.txtTubeSize.Click += new System.EventHandler(this.txtTubeSize_Click_1);
     this.txtTubeSize.TextChanged += new System.EventHandler(this.txtTubeSize_TextChanged_1);
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.chk_din_tube);
     this.groupBox4.Location = new System.Drawing.Point(744, 88);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(79, 37);
     this.groupBox4.TabIndex = 79;
     this.groupBox4.TabStop = false;
     this.groupBox4.Visible = false;
     //
     // chk_din_tube
     //
     this.chk_din_tube.BackColor = System.Drawing.Color.Transparent;
     this.chk_din_tube.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_din_tube.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.chk_din_tube.Location = new System.Drawing.Point(19, 15);
     this.chk_din_tube.Name = "chk_din_tube";
     //
     //
     //
     this.chk_din_tube.RootElement.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.chk_din_tube.Size = new System.Drawing.Size(44, 21);
     this.chk_din_tube.TabIndex = 65;
     this.chk_din_tube.Text = "DIN";
     //
     // chkTubeBrand
     //
     this.chkTubeBrand.BackColor = System.Drawing.Color.Transparent;
     this.chkTubeBrand.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkTubeBrand.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.chkTubeBrand.Location = new System.Drawing.Point(15, 15);
     this.chkTubeBrand.Name = "chkTubeBrand";
     //
     //
     //
     this.chkTubeBrand.RootElement.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.chkTubeBrand.Size = new System.Drawing.Size(55, 21);
     this.chkTubeBrand.TabIndex = 63;
     this.chkTubeBrand.Text = "Brand";
     this.chkTubeBrand.Click += new System.EventHandler(this.radCheckBox1_Click);
     //
     // comTubeMake
     //
     this.comTubeMake.Enabled = false;
     this.comTubeMake.Location = new System.Drawing.Point(76, 56);
     this.comTubeMake.Name = "comTubeMake";
     //
     //
     //
     this.comTubeMake.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.comTubeMake.Size = new System.Drawing.Size(181, 20);
     this.comTubeMake.TabIndex = 78;
     this.comTubeMake.TabStop = false;
     //
     // chkTubeSize
     //
     this.chkTubeSize.BackColor = System.Drawing.Color.Transparent;
     this.chkTubeSize.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkTubeSize.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.chkTubeSize.Location = new System.Drawing.Point(315, 15);
     this.chkTubeSize.Name = "chkTubeSize";
     //
     //
     //
     this.chkTubeSize.RootElement.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.chkTubeSize.Size = new System.Drawing.Size(44, 21);
     this.chkTubeSize.TabIndex = 62;
     this.chkTubeSize.Text = "Size";
     this.chkTubeSize.Click += new System.EventHandler(this.radCheckBox2_Click_1);
     //
     // chkTubeMake
     //
     this.chkTubeMake.BackColor = System.Drawing.Color.Transparent;
     this.chkTubeMake.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkTubeMake.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.chkTubeMake.Location = new System.Drawing.Point(15, 55);
     this.chkTubeMake.Name = "chkTubeMake";
     //
     //
     //
     this.chkTubeMake.RootElement.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.chkTubeMake.Size = new System.Drawing.Size(53, 21);
     this.chkTubeMake.TabIndex = 77;
     this.chkTubeMake.Text = "Make";
     this.chkTubeMake.Click += new System.EventHandler(this.radCheckBox3_Click);
     //
     // chkTubeType
     //
     this.chkTubeType.BackColor = System.Drawing.Color.Transparent;
     this.chkTubeType.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkTubeType.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.chkTubeType.Location = new System.Drawing.Point(611, 15);
     this.chkTubeType.Name = "chkTubeType";
     //
     //
     //
     this.chkTubeType.RootElement.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.chkTubeType.Size = new System.Drawing.Size(49, 21);
     this.chkTubeType.TabIndex = 64;
     this.chkTubeType.Text = "Type";
     this.chkTubeType.Click += new System.EventHandler(this.radCheckBox4_Click);
     //
     // comTubeBrand
     //
     this.comTubeBrand.Enabled = false;
     this.comTubeBrand.Location = new System.Drawing.Point(76, 16);
     this.comTubeBrand.Name = "comTubeBrand";
     //
     //
     //
     this.comTubeBrand.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.comTubeBrand.Size = new System.Drawing.Size(181, 20);
     this.comTubeBrand.TabIndex = 65;
     this.comTubeBrand.TabStop = false;
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.rad_tube_c);
     this.groupBox5.Controls.Add(this.rad_tube_v);
     this.groupBox5.Enabled = false;
     this.groupBox5.Location = new System.Drawing.Point(675, 8);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(148, 27);
     this.groupBox5.TabIndex = 67;
     this.groupBox5.TabStop = false;
     //
     // rad_tube_c
     //
     this.rad_tube_c.AutoSize = true;
     this.rad_tube_c.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rad_tube_c.ForeColor = System.Drawing.Color.White;
     this.rad_tube_c.Location = new System.Drawing.Point(80, 8);
     this.rad_tube_c.Name = "rad_tube_c";
     this.rad_tube_c.Size = new System.Drawing.Size(56, 17);
     this.rad_tube_c.TabIndex = 1;
     this.rad_tube_c.TabStop = true;
     this.rad_tube_c.Text = "Cycle";
     this.rad_tube_c.UseVisualStyleBackColor = true;
     this.rad_tube_c.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
     //
     // rad_tube_v
     //
     this.rad_tube_v.AutoSize = true;
     this.rad_tube_v.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rad_tube_v.ForeColor = System.Drawing.Color.White;
     this.rad_tube_v.Location = new System.Drawing.Point(6, 8);
     this.rad_tube_v.Name = "rad_tube_v";
     this.rad_tube_v.Size = new System.Drawing.Size(67, 17);
     this.rad_tube_v.TabIndex = 0;
     this.rad_tube_v.TabStop = true;
     this.rad_tube_v.Text = "Vehicle";
     this.rad_tube_v.UseVisualStyleBackColor = true;
     this.rad_tube_v.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
     //
     // radButton3
     //
     this.radButton3.Location = new System.Drawing.Point(961, 152);
     this.radButton3.Name = "radButton3";
     this.radButton3.Size = new System.Drawing.Size(57, 20);
     this.radButton3.TabIndex = 79;
     this.radButton3.Text = "Refresh";
     this.radButton3.ThemeName = "Breeze";
     this.radButton3.Click += new System.EventHandler(this.radButton3_Click_2);
     //
     // radButton7
     //
     this.radButton7.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButton7.Location = new System.Drawing.Point(913, 35);
     this.radButton7.Name = "radButton7";
     this.radButton7.Size = new System.Drawing.Size(107, 52);
     this.radButton7.TabIndex = 78;
     this.radButton7.Text = "Search";
     this.radButton7.ThemeName = "Breeze";
     this.radButton7.Click += new System.EventHandler(this.radButton7_Click_1);
     //
     // grdTubesearch
     //
     this.grdTubesearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.grdTubesearch.Cursor = System.Windows.Forms.Cursors.Default;
     this.grdTubesearch.Font = new System.Drawing.Font("Segoe UI", 8.25F);
     this.grdTubesearch.ForeColor = System.Drawing.Color.Black;
     this.grdTubesearch.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.grdTubesearch.Location = new System.Drawing.Point(0, 177);
     //
     // grdTubesearch
     //
     this.grdTubesearch.MasterTemplate.AllowAddNewRow = false;
     this.grdTubesearch.MasterTemplate.AllowColumnChooser = false;
     this.grdTubesearch.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     this.grdTubesearch.Name = "grdTubesearch";
     this.grdTubesearch.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.grdTubesearch.ReadOnly = true;
     this.grdTubesearch.RightToLeft = System.Windows.Forms.RightToLeft.No;
     //
     //
     //
     this.grdTubesearch.RootElement.ForeColor = System.Drawing.Color.Black;
     this.grdTubesearch.RootElement.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.grdTubesearch.Size = new System.Drawing.Size(1018, 154);
     this.grdTubesearch.TabIndex = 80;
     this.grdTubesearch.Text = "radGridView6";
     this.grdTubesearch.CellClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.grdTubesearch_CellClick);
     //
     // dtpInvoiceDate
     //
     this.dtpInvoiceDate.Location = new System.Drawing.Point(141, 551);
     this.dtpInvoiceDate.Name = "dtpInvoiceDate";
     this.dtpInvoiceDate.Size = new System.Drawing.Size(192, 20);
     this.dtpInvoiceDate.TabIndex = 123;
     //
     // txt_ReceivedBy
     //
     this.txt_ReceivedBy.Location = new System.Drawing.Point(141, 577);
     this.txt_ReceivedBy.Name = "txt_ReceivedBy";
     this.txt_ReceivedBy.Size = new System.Drawing.Size(192, 20);
     this.txt_ReceivedBy.TabIndex = 124;
     this.txt_ReceivedBy.TabStop = false;
     //
     // radLabel1
     //
     this.radLabel1.BackColor = System.Drawing.Color.Transparent;
     this.radLabel1.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel1.ForeColor = System.Drawing.Color.White;
     this.radLabel1.Location = new System.Drawing.Point(28, 579);
     this.radLabel1.Name = "radLabel1";
     //
     //
     //
     this.radLabel1.RootElement.ForeColor = System.Drawing.Color.White;
     this.radLabel1.Size = new System.Drawing.Size(77, 21);
     this.radLabel1.TabIndex = 125;
     this.radLabel1.Text = "Received By";
     //
     // Invoice
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize = new System.Drawing.Size(1386, 788);
     this.Controls.Add(this.txtTotal);
     this.Controls.Add(this.txt_ReceivedBy);
     this.Controls.Add(this.radLabel5);
     this.Controls.Add(this.btnOtherSearch);
     this.Controls.Add(this.radLabel1);
     this.Controls.Add(this.btnAddPayment);
     this.Controls.Add(this.grdFillCustomer);
     this.Controls.Add(this.com_customer_id);
     this.Controls.Add(this.radLabel16);
     this.Controls.Add(this.txtCustomerName);
     this.Controls.Add(this.radPanel1);
     this.Controls.Add(this.btnTubeSearch);
     this.Controls.Add(this.btnTyreSearch);
     this.Controls.Add(this.btnBattrySearch);
     this.Controls.Add(this.btnClear);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.btnPrintInvoice);
     this.Controls.Add(this.btnAdd);
     this.Controls.Add(this.txtInvoiceNote);
     this.Controls.Add(this.txtVehicleNo);
     this.Controls.Add(this.radLabel13);
     this.Controls.Add(this.txtInvoiceNo);
     this.Controls.Add(this.radLabel14);
     this.Controls.Add(this.radLabel11);
     this.Controls.Add(this.radLabel12);
     this.Controls.Add(this.radLabel10);
     this.Controls.Add(this.radLabel8);
     this.Controls.Add(this.grdInvoice);
     this.Controls.Add(this.radLabel9);
     this.Controls.Add(this.lblInvoice);
     this.Controls.Add(this.pnlTube);
     this.Controls.Add(this.pnlTyre);
     this.Controls.Add(this.panel_batary_stock);
     this.Controls.Add(this.dtpInvoiceDate);
     this.Controls.Add(this.panel_other_search);
     this.ForeColor = System.Drawing.Color.DimGray;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Location = new System.Drawing.Point(150, 50);
     this.MaximizeBox = false;
     this.Name = "Invoice";
     this.Opacity = 0.95D;
     this.RightToLeft = System.Windows.Forms.RightToLeft.No;
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.RootElement.ForeColor = System.Drawing.Color.DimGray;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text = "Advanced Search";
     this.ThemeName = "ControlDefault";
     this.Load += new System.EventHandler(this.AdvancedSearch_Load);
     this.EnabledChanged += new System.EventHandler(this.AdvancedSearch_EnabledChanged);
     this.Click += new System.EventHandler(this.AdvancedSearch_Click);
     this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.AdvancedSearch_MouseDown);
     this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.AdvancedSearch_MouseMove);
     ((System.ComponentModel.ISupportInitialize)(this.gridViewTemplate1)).EndInit();
     this.panel_batary_stock.ResumeLayout(false);
     this.panel_batary_stock.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chk_brandd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.com_amp)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_amp)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_din_battery)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_search_size)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdBattry)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton5)).EndInit();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.com_search_brand)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_type)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_size_batery)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblInvoice)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnBattrySearch)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnTyreSearch)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnOtherSearch)).EndInit();
     this.panel_other_search.ResumeLayout(false);
     this.panel_other_search.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdOther)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnRefreshOher)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSearch)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmdSearchCat)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.check_rear)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.check_front)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panal_cycle)).EndInit();
     this.panal_cycle.ResumeLayout(false);
     this.panal_cycle.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radio_trial)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radio_non_trial)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.com_brand)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_size)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.com_ply_rate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_t_pattern)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.com_t_pattern)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_make)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.com_made)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_ply_rate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_brand)).EndInit();
     this.grp_tyre_type.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radio_canvas)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radio_radial)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radPanel2)).EndInit();
     this.radPanel2.ResumeLayout(false);
     this.radPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_size)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_cycle_search)).EndInit();
     this.pnlTyre.ResumeLayout(false);
     this.pnlTyre.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnTubeSearch)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdInvoice)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radLabel8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtInvoiceNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtInvoiceNote)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtVehicleNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnPrintInvoice)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnClear)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCustomerName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdFillCustomer)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAddPayment)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTotal)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).EndInit();
     this.pnlTube.ResumeLayout(false);
     this.pnlTube.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdTubeSize)).EndInit();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chk_din_tube)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkTubeBrand)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comTubeMake)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkTubeSize)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkTubeMake)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkTubeType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comTubeBrand)).EndInit();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radButton3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdTubesearch)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_ReceivedBy)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.radButton1 = new Telerik.WinControls.UI.RadButton();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.lbl_available_qty = new System.Windows.Forms.Label();
     this.lbl_brand = new System.Windows.Forms.Label();
     this.lbl_size = new System.Windows.Forms.Label();
     this.lbl_ply_rate = new System.Windows.Forms.Label();
     this.lbl_thread_pattern = new System.Windows.Forms.Label();
     this.lbl_make = new System.Windows.Forms.Label();
     this.lbl_type = new System.Windows.Forms.Label();
     this.lbl_tube_type = new System.Windows.Forms.Label();
     this.txt_qty = new Telerik.WinControls.UI.RadTextBox();
     this.btn_add_invoice = new Telerik.WinControls.UI.RadButton();
     this.lbl_Aq = new System.Windows.Forms.Label();
     this.lbl_qty = new System.Windows.Forms.Label();
     this.radDesktopAlert1 = new Telerik.WinControls.UI.RadDesktopAlert(this.components);
     this.panel1 = new System.Windows.Forms.Panel();
     this.btn_clear = new Telerik.WinControls.UI.RadButton();
     this.radButton5 = new Telerik.WinControls.UI.RadButton();
     this.label13 = new System.Windows.Forms.Label();
     this.txt_discount = new Telerik.WinControls.UI.RadTextBox();
     this.label12 = new System.Windows.Forms.Label();
     this.radGridView3 = new Telerik.WinControls.UI.RadGridView();
     this.radButton4 = new Telerik.WinControls.UI.RadButton();
     this.lbl_current_prize = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.txt_price = new Telerik.WinControls.UI.RadTextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.lbl_front = new System.Windows.Forms.Label();
     this.lbl_back = new System.Windows.Forms.Label();
     this.btn_Add = new Telerik.WinControls.UI.RadButton();
     this.btn_reduce = new Telerik.WinControls.UI.RadButton();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_qty)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btn_add_invoice)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btn_clear)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_discount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_price)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btn_Add)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btn_reduce)).BeginInit();
     this.SuspendLayout();
     //
     // radButton1
     //
     this.radButton1.Location = new System.Drawing.Point(736, 264);
     this.radButton1.Name = "radButton1";
     this.radButton1.Size = new System.Drawing.Size(89, 24);
     this.radButton1.TabIndex = 0;
     this.radButton1.Text = "Close";
     this.radButton1.ThemeName = "Breeze";
     this.radButton1.Click += new System.EventHandler(this.radButton1_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label1.Location = new System.Drawing.Point(12, 9);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(116, 17);
     this.label1.TabIndex = 1;
     this.label1.Text = "Stock Changes";
     this.label1.Click += new System.EventHandler(this.label1_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(12, 142);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(100, 13);
     this.label2.TabIndex = 3;
     this.label2.Text = "Type                      :";
     this.label2.Click += new System.EventHandler(this.label2_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(12, 40);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(98, 13);
     this.label3.TabIndex = 4;
     this.label3.Text = "Brand                    :";
     this.label3.Click += new System.EventHandler(this.label3_Click);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(12, 61);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(99, 13);
     this.label4.TabIndex = 5;
     this.label4.Text = "Size                       :";
     this.label4.Click += new System.EventHandler(this.label4_Click);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(12, 82);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(98, 13);
     this.label5.TabIndex = 6;
     this.label5.Text = "Ply Rate                :";
     this.label5.Click += new System.EventHandler(this.label5_Click);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(12, 102);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(99, 13);
     this.label6.TabIndex = 7;
     this.label6.Text = "Thread Pattern      :";
     this.label6.Click += new System.EventHandler(this.label6_Click);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(12, 121);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(100, 13);
     this.label7.TabIndex = 8;
     this.label7.Text = "Make                     :";
     this.label7.Click += new System.EventHandler(this.label7_Click);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(12, 165);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(100, 13);
     this.label8.TabIndex = 9;
     this.label8.Text = "Tube type              :";
     this.label8.Click += new System.EventHandler(this.label8_Click);
     //
     // lbl_available_qty
     //
     this.lbl_available_qty.AutoSize = true;
     this.lbl_available_qty.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_available_qty.Location = new System.Drawing.Point(12, 187);
     this.lbl_available_qty.Name = "lbl_available_qty";
     this.lbl_available_qty.Size = new System.Drawing.Size(102, 13);
     this.lbl_available_qty.TabIndex = 10;
     this.lbl_available_qty.Text = "Available Qty          :";
     this.lbl_available_qty.Click += new System.EventHandler(this.lbl_available_qty_Click);
     //
     // lbl_brand
     //
     this.lbl_brand.AutoSize = true;
     this.lbl_brand.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_brand.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.lbl_brand.Location = new System.Drawing.Point(152, 40);
     this.lbl_brand.Name = "lbl_brand";
     this.lbl_brand.Size = new System.Drawing.Size(0, 13);
     this.lbl_brand.TabIndex = 11;
     this.lbl_brand.Click += new System.EventHandler(this.lbl_brand_Click);
     //
     // lbl_size
     //
     this.lbl_size.AutoSize = true;
     this.lbl_size.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_size.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.lbl_size.Location = new System.Drawing.Point(152, 61);
     this.lbl_size.Name = "lbl_size";
     this.lbl_size.Size = new System.Drawing.Size(0, 13);
     this.lbl_size.TabIndex = 12;
     this.lbl_size.Click += new System.EventHandler(this.lbl_size_Click);
     //
     // lbl_ply_rate
     //
     this.lbl_ply_rate.AutoSize = true;
     this.lbl_ply_rate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_ply_rate.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.lbl_ply_rate.Location = new System.Drawing.Point(152, 82);
     this.lbl_ply_rate.Name = "lbl_ply_rate";
     this.lbl_ply_rate.Size = new System.Drawing.Size(0, 13);
     this.lbl_ply_rate.TabIndex = 13;
     this.lbl_ply_rate.Click += new System.EventHandler(this.lbl_ply_rate_Click);
     //
     // lbl_thread_pattern
     //
     this.lbl_thread_pattern.AutoSize = true;
     this.lbl_thread_pattern.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_thread_pattern.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.lbl_thread_pattern.Location = new System.Drawing.Point(152, 102);
     this.lbl_thread_pattern.Name = "lbl_thread_pattern";
     this.lbl_thread_pattern.Size = new System.Drawing.Size(0, 13);
     this.lbl_thread_pattern.TabIndex = 14;
     this.lbl_thread_pattern.Click += new System.EventHandler(this.lbl_thread_pattern_Click);
     //
     // lbl_make
     //
     this.lbl_make.AutoSize = true;
     this.lbl_make.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_make.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.lbl_make.Location = new System.Drawing.Point(152, 121);
     this.lbl_make.Name = "lbl_make";
     this.lbl_make.Size = new System.Drawing.Size(0, 13);
     this.lbl_make.TabIndex = 15;
     this.lbl_make.Click += new System.EventHandler(this.lbl_make_Click);
     //
     // lbl_type
     //
     this.lbl_type.AutoSize = true;
     this.lbl_type.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_type.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.lbl_type.Location = new System.Drawing.Point(152, 142);
     this.lbl_type.Name = "lbl_type";
     this.lbl_type.Size = new System.Drawing.Size(0, 13);
     this.lbl_type.TabIndex = 16;
     this.lbl_type.Click += new System.EventHandler(this.lbl_type_Click);
     //
     // lbl_tube_type
     //
     this.lbl_tube_type.AutoSize = true;
     this.lbl_tube_type.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_tube_type.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.lbl_tube_type.Location = new System.Drawing.Point(152, 165);
     this.lbl_tube_type.Name = "lbl_tube_type";
     this.lbl_tube_type.Size = new System.Drawing.Size(0, 13);
     this.lbl_tube_type.TabIndex = 17;
     this.lbl_tube_type.Click += new System.EventHandler(this.lbl_tube_type_Click);
     //
     // txt_qty
     //
     this.txt_qty.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txt_qty.Location = new System.Drawing.Point(155, 215);
     this.txt_qty.Name = "txt_qty";
     this.txt_qty.Size = new System.Drawing.Size(184, 23);
     this.txt_qty.TabIndex = 18;
     this.txt_qty.TabStop = false;
     this.txt_qty.TextChanged += new System.EventHandler(this.txt_qty_TextChanged);
     //
     // btn_add_invoice
     //
     this.btn_add_invoice.Location = new System.Drawing.Point(155, 264);
     this.btn_add_invoice.Name = "btn_add_invoice";
     this.btn_add_invoice.Size = new System.Drawing.Size(110, 24);
     this.btn_add_invoice.TabIndex = 1;
     this.btn_add_invoice.Text = "Add to Invoice";
     this.btn_add_invoice.ThemeName = "Breeze";
     this.btn_add_invoice.Click += new System.EventHandler(this.radButton2_Click);
     //
     // lbl_Aq
     //
     this.lbl_Aq.AutoSize = true;
     this.lbl_Aq.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_Aq.ForeColor = System.Drawing.Color.Blue;
     this.lbl_Aq.Location = new System.Drawing.Point(152, 187);
     this.lbl_Aq.Name = "lbl_Aq";
     this.lbl_Aq.Size = new System.Drawing.Size(0, 13);
     this.lbl_Aq.TabIndex = 19;
     this.lbl_Aq.Click += new System.EventHandler(this.lbl_Aq_Click);
     //
     // lbl_qty
     //
     this.lbl_qty.AutoSize = true;
     this.lbl_qty.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_qty.Location = new System.Drawing.Point(12, 215);
     this.lbl_qty.Name = "lbl_qty";
     this.lbl_qty.Size = new System.Drawing.Size(101, 13);
     this.lbl_qty.TabIndex = 20;
     this.lbl_qty.Text = "Qty                         :";
     this.lbl_qty.Click += new System.EventHandler(this.lbl_qty_Click);
     //
     // radDesktopAlert1
     //
     this.radDesktopAlert1.CaptionText = "Allert";
     this.radDesktopAlert1.ContentImage = null;
     this.radDesktopAlert1.PlaySound = false;
     this.radDesktopAlert1.SoundToPlay = null;
     this.radDesktopAlert1.ThemeName = null;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.SteelBlue;
     this.panel1.Controls.Add(this.btn_clear);
     this.panel1.Controls.Add(this.radButton5);
     this.panel1.Controls.Add(this.label13);
     this.panel1.Controls.Add(this.txt_discount);
     this.panel1.Controls.Add(this.label12);
     this.panel1.Controls.Add(this.radGridView3);
     this.panel1.Controls.Add(this.radButton4);
     this.panel1.Controls.Add(this.lbl_current_prize);
     this.panel1.Controls.Add(this.label11);
     this.panel1.Controls.Add(this.txt_price);
     this.panel1.Controls.Add(this.label10);
     this.panel1.Controls.Add(this.label9);
     this.panel1.Location = new System.Drawing.Point(355, -1);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(494, 239);
     this.panel1.TabIndex = 21;
     this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // btn_clear
     //
     this.btn_clear.Location = new System.Drawing.Point(381, 188);
     this.btn_clear.Name = "btn_clear";
     this.btn_clear.Size = new System.Drawing.Size(89, 24);
     this.btn_clear.TabIndex = 3;
     this.btn_clear.Text = "Clear";
     this.btn_clear.ThemeName = "Breeze";
     this.btn_clear.Click += new System.EventHandler(this.btn_clear_Click);
     //
     // radButton5
     //
     this.radButton5.Location = new System.Drawing.Point(117, 187);
     this.radButton5.Name = "radButton5";
     this.radButton5.Size = new System.Drawing.Size(89, 24);
     this.radButton5.TabIndex = 2;
     this.radButton5.Text = "Calculate";
     this.radButton5.ThemeName = "Breeze";
     this.radButton5.Click += new System.EventHandler(this.radButton5_Click);
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.Color.White;
     this.label13.Location = new System.Drawing.Point(208, 162);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(21, 17);
     this.label13.TabIndex = 69;
     this.label13.Text = "%";
     //
     // txt_discount
     //
     this.txt_discount.Location = new System.Drawing.Point(95, 161);
     this.txt_discount.Name = "txt_discount";
     this.txt_discount.Size = new System.Drawing.Size(111, 20);
     this.txt_discount.TabIndex = 68;
     this.txt_discount.TabStop = false;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.ForeColor = System.Drawing.Color.White;
     this.label12.Location = new System.Drawing.Point(6, 164);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(82, 13);
     this.label12.TabIndex = 67;
     this.label12.Text = "Discount          :";
     //
     // radGridView3
     //
     this.radGridView3.BackColor = System.Drawing.Color.SteelBlue;
     this.radGridView3.Cursor = System.Windows.Forms.Cursors.Default;
     this.radGridView3.Font = new System.Drawing.Font("Segoe UI", 8.25F);
     this.radGridView3.ForeColor = System.Drawing.Color.Black;
     this.radGridView3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.radGridView3.Location = new System.Drawing.Point(244, 16);
     //
     // radGridView3
     //
     this.radGridView3.MasterTemplate.AllowAddNewRow = false;
     this.radGridView3.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     this.radGridView3.MasterTemplate.EnableGrouping = false;
     this.radGridView3.MasterTemplate.ShowRowHeaderColumn = false;
     this.radGridView3.Name = "radGridView3";
     this.radGridView3.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.radGridView3.ReadOnly = true;
     this.radGridView3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     //
     //
     //
     this.radGridView3.RootElement.ForeColor = System.Drawing.Color.Black;
     this.radGridView3.RootElement.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.radGridView3.ShowGroupPanel = false;
     this.radGridView3.Size = new System.Drawing.Size(226, 166);
     this.radGridView3.TabIndex = 66;
     this.radGridView3.Text = "radGridView3";
     //
     // radButton4
     //
     this.radButton4.Location = new System.Drawing.Point(117, 99);
     this.radButton4.Name = "radButton4";
     this.radButton4.Size = new System.Drawing.Size(89, 24);
     this.radButton4.TabIndex = 1;
     this.radButton4.Text = "Change";
     this.radButton4.ThemeName = "Breeze";
     this.radButton4.Click += new System.EventHandler(this.radButton4_Click);
     //
     // lbl_current_prize
     //
     this.lbl_current_prize.AutoSize = true;
     this.lbl_current_prize.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_current_prize.ForeColor = System.Drawing.Color.Yellow;
     this.lbl_current_prize.Location = new System.Drawing.Point(101, 39);
     this.lbl_current_prize.Name = "lbl_current_prize";
     this.lbl_current_prize.Size = new System.Drawing.Size(0, 15);
     this.lbl_current_prize.TabIndex = 22;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.ForeColor = System.Drawing.Color.White;
     this.label11.Location = new System.Drawing.Point(6, 41);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(83, 13);
     this.label11.TabIndex = 20;
     this.label11.Text = "Current Price    :";
     //
     // txt_price
     //
     this.txt_price.Location = new System.Drawing.Point(94, 73);
     this.txt_price.Name = "txt_price";
     this.txt_price.Size = new System.Drawing.Size(112, 20);
     this.txt_price.TabIndex = 19;
     this.txt_price.TabStop = false;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.ForeColor = System.Drawing.Color.White;
     this.label10.Location = new System.Drawing.Point(6, 76);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(82, 13);
     this.label10.TabIndex = 2;
     this.label10.Text = "Price                :";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.ForeColor = System.Drawing.Color.SkyBlue;
     this.label9.Location = new System.Drawing.Point(3, 10);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(84, 17);
     this.label9.TabIndex = 1;
     this.label9.Text = "Unit Price ";
     //
     // lbl_front
     //
     this.lbl_front.AutoSize = true;
     this.lbl_front.BackColor = System.Drawing.Color.Black;
     this.lbl_front.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_front.ForeColor = System.Drawing.Color.White;
     this.lbl_front.Location = new System.Drawing.Point(309, 11);
     this.lbl_front.Name = "lbl_front";
     this.lbl_front.Size = new System.Drawing.Size(23, 15);
     this.lbl_front.TabIndex = 22;
     this.lbl_front.Text = ">>";
     this.lbl_front.Click += new System.EventHandler(this.label12_Click);
     //
     // lbl_back
     //
     this.lbl_back.AutoSize = true;
     this.lbl_back.BackColor = System.Drawing.Color.Black;
     this.lbl_back.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_back.ForeColor = System.Drawing.Color.White;
     this.lbl_back.Location = new System.Drawing.Point(309, 11);
     this.lbl_back.Name = "lbl_back";
     this.lbl_back.Size = new System.Drawing.Size(23, 15);
     this.lbl_back.TabIndex = 23;
     this.lbl_back.Text = "<<";
     this.lbl_back.Click += new System.EventHandler(this.lbl_back_Click);
     //
     // btn_Add
     //
     this.btn_Add.Location = new System.Drawing.Point(155, 264);
     this.btn_Add.Name = "btn_Add";
     this.btn_Add.Size = new System.Drawing.Size(89, 24);
     this.btn_Add.TabIndex = 2;
     this.btn_Add.Text = "Add ";
     this.btn_Add.ThemeName = "Breeze";
     this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
     //
     // btn_reduce
     //
     this.btn_reduce.Location = new System.Drawing.Point(250, 264);
     this.btn_reduce.Name = "btn_reduce";
     this.btn_reduce.Size = new System.Drawing.Size(89, 24);
     this.btn_reduce.TabIndex = 3;
     this.btn_reduce.Text = "Reduce";
     this.btn_reduce.ThemeName = "Breeze";
     this.btn_reduce.Click += new System.EventHandler(this.btn_reduce_Click);
     //
     // qty
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.AliceBlue;
     this.ClientSize = new System.Drawing.Size(840, 300);
     this.Controls.Add(this.btn_reduce);
     this.Controls.Add(this.btn_Add);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.lbl_qty);
     this.Controls.Add(this.lbl_Aq);
     this.Controls.Add(this.btn_add_invoice);
     this.Controls.Add(this.radButton1);
     this.Controls.Add(this.txt_qty);
     this.Controls.Add(this.lbl_tube_type);
     this.Controls.Add(this.lbl_type);
     this.Controls.Add(this.lbl_make);
     this.Controls.Add(this.lbl_thread_pattern);
     this.Controls.Add(this.lbl_ply_rate);
     this.Controls.Add(this.lbl_size);
     this.Controls.Add(this.lbl_brand);
     this.Controls.Add(this.lbl_available_qty);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.lbl_front);
     this.Controls.Add(this.lbl_back);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "qty";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "qty";
     this.Load += new System.EventHandler(this.qty_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_qty)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btn_add_invoice)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btn_clear)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_discount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_price)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btn_Add)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btn_reduce)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
     this.cmbRegion = new Telerik.WinControls.UI.RadDropDownList();
     this.btnCancel = new Telerik.WinControls.UI.RadButton();
     this.btnAdd = new Telerik.WinControls.UI.RadButton();
     this.txtIncharge = new Telerik.WinControls.UI.RadTextBox();
     this.txtEmailId = new Telerik.WinControls.UI.RadTextBox();
     this.txtMobileNo = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel7 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel6 = new Telerik.WinControls.UI.RadLabel();
     this.txtPhoneNo = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel5 = new Telerik.WinControls.UI.RadLabel();
     this.txtAddress = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
     this.txtDealerName = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
     this.radDesktopAlert1 = new Telerik.WinControls.UI.RadDesktopAlert(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbRegion)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtIncharge)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmailId)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMobileNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPhoneNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAddress)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDealerName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Controls.Add(this.cmbRegion);
     this.radGroupBox1.Controls.Add(this.btnCancel);
     this.radGroupBox1.Controls.Add(this.btnAdd);
     this.radGroupBox1.Controls.Add(this.txtIncharge);
     this.radGroupBox1.Controls.Add(this.txtEmailId);
     this.radGroupBox1.Controls.Add(this.txtMobileNo);
     this.radGroupBox1.Controls.Add(this.radLabel7);
     this.radGroupBox1.Controls.Add(this.radLabel6);
     this.radGroupBox1.Controls.Add(this.txtPhoneNo);
     this.radGroupBox1.Controls.Add(this.radLabel5);
     this.radGroupBox1.Controls.Add(this.txtAddress);
     this.radGroupBox1.Controls.Add(this.radLabel3);
     this.radGroupBox1.Controls.Add(this.txtDealerName);
     this.radGroupBox1.Controls.Add(this.radLabel2);
     this.radGroupBox1.Controls.Add(this.radLabel4);
     this.radGroupBox1.Controls.Add(this.radLabel1);
     this.radGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.radGroupBox1.HeaderText = "";
     this.radGroupBox1.Location = new System.Drawing.Point(3, 3);
     this.radGroupBox1.Name = "radGroupBox1";
     this.radGroupBox1.Size = new System.Drawing.Size(273, 219);
     this.radGroupBox1.TabIndex = 0;
     this.radGroupBox1.ThemeName = "TelerikMetroBlue";
     //
     // cmbRegion
     //
     this.cmbRegion.AllowShowFocusCues = false;
     this.cmbRegion.AutoCompleteDisplayMember = null;
     this.cmbRegion.AutoCompleteValueMember = null;
     this.cmbRegion.DisplayMember = "1";
     this.cmbRegion.Location = new System.Drawing.Point(92, 135);
     this.cmbRegion.Name = "cmbRegion";
     this.cmbRegion.Size = new System.Drawing.Size(176, 20);
     this.cmbRegion.TabIndex = 0;
     this.cmbRegion.Text = "radDropDownList1";
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnCancel.Location = new System.Drawing.Point(185, 190);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(80, 24);
     this.btnCancel.TabIndex = 5;
     this.btnCancel.Text = "&Cancel";
     this.btnCancel.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnCancel.ThemeName = "TelerikMetroBlue";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnAdd.Location = new System.Drawing.Point(99, 190);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(80, 24);
     this.btnAdd.TabIndex = 4;
     this.btnAdd.Text = "&Add";
     this.btnAdd.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnAdd.ThemeName = "TelerikMetroBlue";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // txtIncharge
     //
     this.txtIncharge.Location = new System.Drawing.Point(92, 161);
     this.txtIncharge.Name = "txtIncharge";
     this.txtIncharge.Size = new System.Drawing.Size(176, 20);
     this.txtIncharge.TabIndex = 3;
     this.txtIncharge.ThemeName = "Breeze";
     this.txtIncharge.Enter += new System.EventHandler(this.txtDealerName_Enter);
     this.txtIncharge.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtDealerName_KeyDown);
     //
     // txtEmailId
     //
     this.txtEmailId.Location = new System.Drawing.Point(92, 109);
     this.txtEmailId.Name = "txtEmailId";
     this.txtEmailId.Size = new System.Drawing.Size(176, 20);
     this.txtEmailId.TabIndex = 0;
     this.txtEmailId.ThemeName = "Breeze";
     this.txtEmailId.Enter += new System.EventHandler(this.txtDealerName_Enter);
     this.txtEmailId.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtDealerName_KeyDown);
     //
     // txtMobileNo
     //
     this.txtMobileNo.Location = new System.Drawing.Point(92, 83);
     this.txtMobileNo.Name = "txtMobileNo";
     this.txtMobileNo.Size = new System.Drawing.Size(176, 20);
     this.txtMobileNo.TabIndex = 0;
     this.txtMobileNo.ThemeName = "Breeze";
     this.txtMobileNo.Enter += new System.EventHandler(this.txtDealerName_Enter);
     this.txtMobileNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtDealerName_KeyDown);
     //
     // radLabel7
     //
     this.radLabel7.Location = new System.Drawing.Point(11, 133);
     this.radLabel7.Name = "radLabel7";
     this.radLabel7.Size = new System.Drawing.Size(41, 18);
     this.radLabel7.TabIndex = 2;
     this.radLabel7.Text = "Region";
     this.radLabel7.ThemeName = "ControlDefault";
     //
     // radLabel6
     //
     this.radLabel6.Location = new System.Drawing.Point(11, 109);
     this.radLabel6.Name = "radLabel6";
     this.radLabel6.Size = new System.Drawing.Size(47, 18);
     this.radLabel6.TabIndex = 2;
     this.radLabel6.Text = "Email ID";
     this.radLabel6.ThemeName = "ControlDefault";
     //
     // txtPhoneNo
     //
     this.txtPhoneNo.Location = new System.Drawing.Point(89, 57);
     this.txtPhoneNo.Name = "txtPhoneNo";
     this.txtPhoneNo.Size = new System.Drawing.Size(176, 20);
     this.txtPhoneNo.TabIndex = 0;
     this.txtPhoneNo.ThemeName = "Breeze";
     this.txtPhoneNo.Enter += new System.EventHandler(this.txtDealerName_Enter);
     this.txtPhoneNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtDealerName_KeyDown);
     //
     // radLabel5
     //
     this.radLabel5.Location = new System.Drawing.Point(11, 83);
     this.radLabel5.Name = "radLabel5";
     this.radLabel5.Size = new System.Drawing.Size(62, 18);
     this.radLabel5.TabIndex = 2;
     this.radLabel5.Text = "Mobile No.";
     this.radLabel5.ThemeName = "ControlDefault";
     //
     // txtAddress
     //
     this.txtAddress.Location = new System.Drawing.Point(89, 31);
     this.txtAddress.Name = "txtAddress";
     this.txtAddress.Size = new System.Drawing.Size(176, 20);
     this.txtAddress.TabIndex = 0;
     this.txtAddress.ThemeName = "Breeze";
     this.txtAddress.Enter += new System.EventHandler(this.txtDealerName_Enter);
     this.txtAddress.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtDealerName_KeyDown);
     //
     // radLabel3
     //
     this.radLabel3.Location = new System.Drawing.Point(8, 57);
     this.radLabel3.Name = "radLabel3";
     this.radLabel3.Size = new System.Drawing.Size(59, 18);
     this.radLabel3.TabIndex = 2;
     this.radLabel3.Text = "Phone No.";
     this.radLabel3.ThemeName = "ControlDefault";
     //
     // txtDealerName
     //
     this.txtDealerName.Location = new System.Drawing.Point(89, 5);
     this.txtDealerName.Name = "txtDealerName";
     this.txtDealerName.Size = new System.Drawing.Size(176, 20);
     this.txtDealerName.TabIndex = 0;
     this.txtDealerName.ThemeName = "Breeze";
     this.txtDealerName.Enter += new System.EventHandler(this.txtDealerName_Enter);
     this.txtDealerName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtDealerName_KeyDown);
     //
     // radLabel2
     //
     this.radLabel2.Location = new System.Drawing.Point(8, 31);
     this.radLabel2.Name = "radLabel2";
     this.radLabel2.Size = new System.Drawing.Size(46, 18);
     this.radLabel2.TabIndex = 2;
     this.radLabel2.Text = "Address";
     this.radLabel2.ThemeName = "ControlDefault";
     //
     // radLabel4
     //
     this.radLabel4.Location = new System.Drawing.Point(11, 162);
     this.radLabel4.Name = "radLabel4";
     this.radLabel4.Size = new System.Drawing.Size(50, 18);
     this.radLabel4.TabIndex = 2;
     this.radLabel4.Text = "Incharge";
     //
     // radLabel1
     //
     this.radLabel1.Location = new System.Drawing.Point(8, 5);
     this.radLabel1.Name = "radLabel1";
     this.radLabel1.Size = new System.Drawing.Size(75, 18);
     this.radLabel1.TabIndex = 2;
     this.radLabel1.Text = "Dealer Name ";
     this.radLabel1.ThemeName = "ControlDefault";
     //
     // FrmDealerEntry
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(279, 225);
     this.Controls.Add(this.radGroupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmDealerEntry";
     this.Padding = new System.Windows.Forms.Padding(3);
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Dealer Entry";
     this.ThemeName = "TelerikMetroBlue";
     this.Load += new System.EventHandler(this.FrmDealerEntry_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     this.radGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbRegion)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtIncharge)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmailId)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMobileNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPhoneNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAddress)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDealerName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn13 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn14 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn15 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn16 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn17 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn18 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.Data.SortDescriptor sortDescriptor3 = new Telerik.WinControls.Data.SortDescriptor();
     this.gridViewTemplate1 = new Telerik.WinControls.UI.GridViewTemplate();
     this.panel_batary_stock = new System.Windows.Forms.Panel();
     this.chk_brandd = new Telerik.WinControls.UI.RadCheckBox();
     this.com_amp = new Telerik.WinControls.UI.RadComboBox();
     this.chk_amp = new Telerik.WinControls.UI.RadCheckBox();
     this.lbl_search_qty = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.lbl_tot_qty = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.chk_din_battery = new Telerik.WinControls.UI.RadCheckBox();
     this.radGridView5 = new Telerik.WinControls.UI.RadGridView();
     this.txt_search_size = new Telerik.WinControls.UI.RadTextBox();
     this.grdBattry = new Telerik.WinControls.UI.RadGridView();
     this.radButton4 = new Telerik.WinControls.UI.RadButton();
     this.radButton5 = new Telerik.WinControls.UI.RadButton();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.rad_MF = new System.Windows.Forms.RadioButton();
     this.rad_M = new System.Windows.Forms.RadioButton();
     this.com_search_brand = new Telerik.WinControls.UI.RadComboBox();
     this.chk_type = new Telerik.WinControls.UI.RadCheckBox();
     this.chk_size_batery = new Telerik.WinControls.UI.RadCheckBox();
     this.lblBilling = new Telerik.WinControls.UI.RadLabel();
     this.aquaTheme2 = new Telerik.WinControls.Themes.AquaTheme();
     this.DesktopAlertQty = new Telerik.WinControls.UI.RadDesktopAlert(this.components);
     this.breezeTheme1 = new Telerik.WinControls.Themes.BreezeTheme();
     this.miscellaneousTheme1 = new Telerik.WinControls.Themes.MiscellaneousTheme();
     this.radButton3 = new Telerik.WinControls.UI.RadButton();
     this.btnTyreSearch = new Telerik.WinControls.UI.RadButton();
     this.radButton7 = new Telerik.WinControls.UI.RadButton();
     this.panel_other_search = new System.Windows.Forms.Panel();
     this.label11 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.grdOther = new Telerik.WinControls.UI.RadGridView();
     this.btnRefreshOher = new Telerik.WinControls.UI.RadButton();
     this.btnSearch = new Telerik.WinControls.UI.RadButton();
     this.cmdSearchCat = new Telerik.WinControls.UI.RadComboBox();
     this.radGridView1 = new Telerik.WinControls.UI.RadGridView();
     this.radGridView2 = new Telerik.WinControls.UI.RadGridView();
     this.radButton1 = new Telerik.WinControls.UI.RadButton();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.check_rear = new Telerik.WinControls.UI.RadCheckBox();
     this.check_front = new Telerik.WinControls.UI.RadCheckBox();
     this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
     this.panal_cycle = new Telerik.WinControls.UI.RadPanel();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.radio_non_trial = new Telerik.WinControls.UI.RadRadioButton();
     this.radio_trial = new Telerik.WinControls.UI.RadRadioButton();
     this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
     this.com_brand = new Telerik.WinControls.UI.RadComboBox();
     this.chk_size = new Telerik.WinControls.UI.RadCheckBox();
     this.com_ply_rate = new Telerik.WinControls.UI.RadComboBox();
     this.chk_t_pattern = new Telerik.WinControls.UI.RadCheckBox();
     this.com_t_pattern = new Telerik.WinControls.UI.RadComboBox();
     this.chk_make = new Telerik.WinControls.UI.RadCheckBox();
     this.com_made = new Telerik.WinControls.UI.RadComboBox();
     this.chk_ply_rate = new Telerik.WinControls.UI.RadCheckBox();
     this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
     this.chk_brand = new Telerik.WinControls.UI.RadCheckBox();
     this.grp_tyre_type = new System.Windows.Forms.GroupBox();
     this.radio_canvas = new Telerik.WinControls.UI.RadRadioButton();
     this.radio_radial = new Telerik.WinControls.UI.RadRadioButton();
     this.radPanel2 = new Telerik.WinControls.UI.RadPanel();
     this.radGridView3 = new Telerik.WinControls.UI.RadGridView();
     this.txt_size = new Telerik.WinControls.UI.RadTextBox();
     this.radButton2 = new Telerik.WinControls.UI.RadButton();
     this.lbl_tot = new System.Windows.Forms.Label();
     this.chk_cycle_search = new Telerik.WinControls.UI.RadCheckBox();
     this.lbl_sh_qty = new System.Windows.Forms.Label();
     this.radThemeManager1 = new Telerik.WinControls.RadThemeManager();
     this.pnlTyre = new System.Windows.Forms.Panel();
     this.radButton6 = new Telerik.WinControls.UI.RadButton();
     this.grdBill = new Telerik.WinControls.UI.RadGridView();
     this.radLabel8 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel10 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel11 = new Telerik.WinControls.UI.RadLabel();
     this.txtBillNo = new Telerik.WinControls.UI.RadTextBox();
     this.dtpBillingDate = new Telerik.WinControls.UI.RadDateTimePicker();
     this.radLabel12 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel13 = new Telerik.WinControls.UI.RadLabel();
     this.txtBillNote = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel14 = new Telerik.WinControls.UI.RadLabel();
     this.txtSalesRef = new Telerik.WinControls.UI.RadTextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.btnAdd = new Telerik.WinControls.UI.RadButton();
     this.btnClear = new Telerik.WinControls.UI.RadButton();
     this.radPanel1 = new Telerik.WinControls.UI.RadPanel();
     this.radButton9 = new Telerik.WinControls.UI.RadButton();
     this.radButton8 = new Telerik.WinControls.UI.RadButton();
     this.pnlTube = new System.Windows.Forms.Panel();
     this.grdTubeSize = new Telerik.WinControls.UI.RadGridView();
     this.txtTubeSize = new System.Windows.Forms.TextBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.chk_din_tube = new Telerik.WinControls.UI.RadCheckBox();
     this.chkTubeBrand = new Telerik.WinControls.UI.RadCheckBox();
     this.comTubeMake = new Telerik.WinControls.UI.RadComboBox();
     this.chkTubeSize = new Telerik.WinControls.UI.RadCheckBox();
     this.chkTubeMake = new Telerik.WinControls.UI.RadCheckBox();
     this.chkTubeType = new Telerik.WinControls.UI.RadCheckBox();
     this.comTubeBrand = new Telerik.WinControls.UI.RadComboBox();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.rad_tube_c = new System.Windows.Forms.RadioButton();
     this.rad_tube_v = new System.Windows.Forms.RadioButton();
     this.label1 = new System.Windows.Forms.Label();
     this.radButton10 = new Telerik.WinControls.UI.RadButton();
     this.radButton11 = new Telerik.WinControls.UI.RadButton();
     this.txt_barcode = new System.Windows.Forms.TextBox();
     this.grdTubesearch = new Telerik.WinControls.UI.RadGridView();
     this.txtTotal = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
     this.txtFinalTotal = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel5 = new Telerik.WinControls.UI.RadLabel();
     this.txtDiscount = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel6 = new Telerik.WinControls.UI.RadLabel();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewTemplate1)).BeginInit();
     this.panel_batary_stock.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chk_brandd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.com_amp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_amp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_din_battery)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_search_size)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdBattry)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton5)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.com_search_brand)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_type)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_size_batery)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblBilling)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnTyreSearch)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton7)).BeginInit();
     this.panel_other_search.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdOther)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnRefreshOher)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSearch)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmdSearchCat)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.check_rear)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.check_front)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panal_cycle)).BeginInit();
     this.panal_cycle.SuspendLayout();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radio_non_trial)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radio_trial)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.com_brand)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_size)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.com_ply_rate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_t_pattern)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.com_t_pattern)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_make)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.com_made)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_ply_rate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_brand)).BeginInit();
     this.grp_tyre_type.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radio_canvas)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radio_radial)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radPanel2)).BeginInit();
     this.radPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_size)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_cycle_search)).BeginInit();
     this.pnlTyre.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radButton6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdBill)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBillNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtpBillingDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBillNote)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSalesRef)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnClear)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton8)).BeginInit();
     this.pnlTube.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdTubeSize)).BeginInit();
     this.panel2.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chk_din_tube)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkTubeBrand)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comTubeMake)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkTubeSize)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkTubeMake)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkTubeType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comTubeBrand)).BeginInit();
     this.groupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radButton10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdTubesearch)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTotal)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFinalTotal)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDiscount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // gridViewTemplate1
     //
     this.gridViewTemplate1.EnableAlternatingRowColor = true;
     //
     // panel_batary_stock
     //
     this.panel_batary_stock.BackColor = System.Drawing.Color.Transparent;
     this.panel_batary_stock.Controls.Add(this.chk_brandd);
     this.panel_batary_stock.Controls.Add(this.com_amp);
     this.panel_batary_stock.Controls.Add(this.chk_amp);
     this.panel_batary_stock.Controls.Add(this.lbl_search_qty);
     this.panel_batary_stock.Controls.Add(this.label6);
     this.panel_batary_stock.Controls.Add(this.lbl_tot_qty);
     this.panel_batary_stock.Controls.Add(this.label5);
     this.panel_batary_stock.Controls.Add(this.chk_din_battery);
     this.panel_batary_stock.Controls.Add(this.radGridView5);
     this.panel_batary_stock.Controls.Add(this.txt_search_size);
     this.panel_batary_stock.Controls.Add(this.grdBattry);
     this.panel_batary_stock.Controls.Add(this.radButton4);
     this.panel_batary_stock.Controls.Add(this.radButton5);
     this.panel_batary_stock.Controls.Add(this.groupBox3);
     this.panel_batary_stock.Controls.Add(this.com_search_brand);
     this.panel_batary_stock.Controls.Add(this.chk_type);
     this.panel_batary_stock.Controls.Add(this.chk_size_batery);
     this.panel_batary_stock.ForeColor = System.Drawing.Color.Black;
     this.panel_batary_stock.Location = new System.Drawing.Point(28, 58);
     this.panel_batary_stock.Name = "panel_batary_stock";
     this.panel_batary_stock.Size = new System.Drawing.Size(1031, 341);
     this.panel_batary_stock.TabIndex = 110;
     this.panel_batary_stock.Click += new System.EventHandler(this.panel_batary_stock_Click);
     //
     // chk_brandd
     //
     this.chk_brandd.BackColor = System.Drawing.Color.Transparent;
     this.chk_brandd.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_brandd.ForeColor = System.Drawing.Color.White;
     this.chk_brandd.Location = new System.Drawing.Point(4, 10);
     this.chk_brandd.Name = "chk_brandd";
     //
     //
     //
     this.chk_brandd.RootElement.ForeColor = System.Drawing.Color.White;
     this.chk_brandd.Size = new System.Drawing.Size(55, 21);
     this.chk_brandd.TabIndex = 79;
     this.chk_brandd.Text = "Brand";
     this.chk_brandd.Click += new System.EventHandler(this.chk_brandd_Click_1);
     //
     // com_amp
     //
     this.com_amp.Location = new System.Drawing.Point(64, 50);
     this.com_amp.Name = "com_amp";
     //
     //
     //
     this.com_amp.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.com_amp.Size = new System.Drawing.Size(136, 20);
     this.com_amp.TabIndex = 78;
     this.com_amp.TabStop = false;
     //
     // chk_amp
     //
     this.chk_amp.BackColor = System.Drawing.Color.Transparent;
     this.chk_amp.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_amp.ForeColor = System.Drawing.Color.White;
     this.chk_amp.Location = new System.Drawing.Point(3, 49);
     this.chk_amp.Name = "chk_amp";
     //
     //
     //
     this.chk_amp.RootElement.ForeColor = System.Drawing.Color.White;
     this.chk_amp.Size = new System.Drawing.Size(49, 21);
     this.chk_amp.TabIndex = 77;
     this.chk_amp.Text = "AMP";
     this.chk_amp.Click += new System.EventHandler(this.chk_amp_Click_1);
     //
     // lbl_search_qty
     //
     this.lbl_search_qty.AutoSize = true;
     this.lbl_search_qty.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_search_qty.ForeColor = System.Drawing.Color.White;
     this.lbl_search_qty.Location = new System.Drawing.Point(661, 353);
     this.lbl_search_qty.Name = "lbl_search_qty";
     this.lbl_search_qty.Size = new System.Drawing.Size(0, 13);
     this.lbl_search_qty.TabIndex = 76;
     //
     // label6
     //
     this.label6.AutoSize = true;
     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(573, 353);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(94, 13);
     this.label6.TabIndex = 75;
     this.label6.Text = "Searched qty : ";
     //
     // lbl_tot_qty
     //
     this.lbl_tot_qty.AutoSize = true;
     this.lbl_tot_qty.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_tot_qty.ForeColor = System.Drawing.Color.White;
     this.lbl_tot_qty.Location = new System.Drawing.Point(85, 352);
     this.lbl_tot_qty.Name = "lbl_tot_qty";
     this.lbl_tot_qty.Size = new System.Drawing.Size(0, 13);
     this.lbl_tot_qty.TabIndex = 74;
     //
     // label5
     //
     this.label5.AutoSize = true;
     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(10, 352);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(69, 13);
     this.label5.TabIndex = 73;
     this.label5.Text = "Total qty : ";
     //
     // chk_din_battery
     //
     this.chk_din_battery.BackColor = System.Drawing.Color.Transparent;
     this.chk_din_battery.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_din_battery.ForeColor = System.Drawing.Color.White;
     this.chk_din_battery.Location = new System.Drawing.Point(3, 83);
     this.chk_din_battery.Name = "chk_din_battery";
     //
     //
     //
     this.chk_din_battery.RootElement.ForeColor = System.Drawing.Color.White;
     this.chk_din_battery.Size = new System.Drawing.Size(44, 21);
     this.chk_din_battery.TabIndex = 65;
     this.chk_din_battery.Text = "DIN";
     this.chk_din_battery.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.chk_din_battery_ToggleStateChanged);
     this.chk_din_battery.Click += new System.EventHandler(this.chk_din_battery_Click);
     //
     // radGridView5
     //
     this.radGridView5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.radGridView5.Cursor = System.Windows.Forms.Cursors.Default;
     this.radGridView5.Font = new System.Drawing.Font("Segoe UI", 8.25F);
     this.radGridView5.ForeColor = System.Drawing.Color.Black;
     this.radGridView5.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.radGridView5.Location = new System.Drawing.Point(302, 33);
     //
     // radGridView5
     //
     this.radGridView5.MasterTemplate.AllowAddNewRow = false;
     this.radGridView5.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     this.radGridView5.MasterTemplate.EnableGrouping = false;
     this.radGridView5.MasterTemplate.ShowColumnHeaders = false;
     this.radGridView5.MasterTemplate.ShowRowHeaderColumn = false;
     this.radGridView5.Name = "radGridView5";
     this.radGridView5.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.radGridView5.ReadOnly = true;
     this.radGridView5.RightToLeft = System.Windows.Forms.RightToLeft.No;
     //
     //
     //
     this.radGridView5.RootElement.ForeColor = System.Drawing.Color.Black;
     this.radGridView5.RootElement.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.radGridView5.ShowGroupPanel = false;
     this.radGridView5.Size = new System.Drawing.Size(136, 72);
     this.radGridView5.TabIndex = 72;
     this.radGridView5.Text = "radGridView5";
     this.radGridView5.SelectionChanged += new System.EventHandler(this.radGridView5_SelectionChanged);
     this.radGridView5.CellClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.radGridView5_CellClick);
     //
     // txt_search_size
     //
     this.txt_search_size.Location = new System.Drawing.Point(302, 12);
     this.txt_search_size.Name = "txt_search_size";
     this.txt_search_size.Size = new System.Drawing.Size(136, 20);
     this.txt_search_size.TabIndex = 71;
     this.txt_search_size.TabStop = false;
     this.txt_search_size.Click += new System.EventHandler(this.txt_search_size_Click);
     this.txt_search_size.Enter += new System.EventHandler(this.txt_search_size_Enter);
     //
     // grdBattry
     //
     this.grdBattry.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.grdBattry.Cursor = System.Windows.Forms.Cursors.Default;
     this.grdBattry.Font = new System.Drawing.Font("Segoe UI", 8.25F);
     this.grdBattry.ForeColor = System.Drawing.Color.Black;
     this.grdBattry.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.grdBattry.Location = new System.Drawing.Point(3, 111);
     //
     // grdBattry
     //
     this.grdBattry.MasterTemplate.AllowAddNewRow = false;
     this.grdBattry.MasterTemplate.AllowColumnChooser = false;
     this.grdBattry.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     this.grdBattry.Name = "grdBattry";
     this.grdBattry.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.grdBattry.ReadOnly = true;
     this.grdBattry.RightToLeft = System.Windows.Forms.RightToLeft.No;
     //
     //
     //
     this.grdBattry.RootElement.ForeColor = System.Drawing.Color.Black;
     this.grdBattry.RootElement.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.grdBattry.Size = new System.Drawing.Size(1015, 220);
     this.grdBattry.TabIndex = 70;
     this.grdBattry.Text = "grdBattry";
     this.grdBattry.CellClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.radGridView4_CellClick);
     //
     // radButton4
     //
     this.radButton4.Location = new System.Drawing.Point(972, 89);
     this.radButton4.Name = "radButton4";
     this.radButton4.Size = new System.Drawing.Size(46, 15);
     this.radButton4.TabIndex = 69;
     this.radButton4.Text = "Refresh";
     this.radButton4.ThemeName = "Breeze";
     this.radButton4.Click += new System.EventHandler(this.radButton4_Click);
     //
     // radButton5
     //
     this.radButton5.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButton5.Location = new System.Drawing.Point(553, 55);
     this.radButton5.Name = "radButton5";
     this.radButton5.Size = new System.Drawing.Size(115, 50);
     this.radButton5.TabIndex = 68;
     this.radButton5.Text = "Search";
     this.radButton5.ThemeName = "Breeze";
     this.radButton5.Click += new System.EventHandler(this.radButton5_Click);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.rad_MF);
     this.groupBox3.Controls.Add(this.rad_M);
     this.groupBox3.Location = new System.Drawing.Point(553, 4);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(124, 27);
     this.groupBox3.TabIndex = 67;
     this.groupBox3.TabStop = false;
     //
     // rad_MF
     //
     this.rad_MF.AutoSize = true;
     this.rad_MF.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rad_MF.ForeColor = System.Drawing.Color.White;
     this.rad_MF.Location = new System.Drawing.Point(63, 8);
     this.rad_MF.Name = "rad_MF";
     this.rad_MF.Size = new System.Drawing.Size(42, 17);
     this.rad_MF.TabIndex = 1;
     this.rad_MF.TabStop = true;
     this.rad_MF.Text = "MF";
     this.rad_MF.UseVisualStyleBackColor = true;
     this.rad_MF.CheckedChanged += new System.EventHandler(this.rad_MF_CheckedChanged);
     //
     // rad_M
     //
     this.rad_M.AutoSize = true;
     this.rad_M.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rad_M.ForeColor = System.Drawing.Color.White;
     this.rad_M.Location = new System.Drawing.Point(6, 8);
     this.rad_M.Name = "rad_M";
     this.rad_M.Size = new System.Drawing.Size(35, 17);
     this.rad_M.TabIndex = 0;
     this.rad_M.TabStop = true;
     this.rad_M.Text = "M";
     this.rad_M.UseVisualStyleBackColor = true;
     this.rad_M.CheckedChanged += new System.EventHandler(this.rad_M_CheckedChanged);
     //
     // com_search_brand
     //
     this.com_search_brand.Location = new System.Drawing.Point(64, 10);
     this.com_search_brand.Name = "com_search_brand";
     //
     //
     //
     this.com_search_brand.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.com_search_brand.Size = new System.Drawing.Size(136, 20);
     this.com_search_brand.TabIndex = 65;
     this.com_search_brand.TabStop = false;
     //
     // chk_type
     //
     this.chk_type.BackColor = System.Drawing.Color.Transparent;
     this.chk_type.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_type.ForeColor = System.Drawing.Color.White;
     this.chk_type.Location = new System.Drawing.Point(489, 11);
     this.chk_type.Name = "chk_type";
     //
     //
     //
     this.chk_type.RootElement.ForeColor = System.Drawing.Color.White;
     this.chk_type.Size = new System.Drawing.Size(49, 21);
     this.chk_type.TabIndex = 64;
     this.chk_type.Text = "Type";
     this.chk_type.Click += new System.EventHandler(this.chk_type_Click);
     //
     // chk_size_batery
     //
     this.chk_size_batery.BackColor = System.Drawing.Color.Transparent;
     this.chk_size_batery.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_size_batery.ForeColor = System.Drawing.Color.White;
     this.chk_size_batery.Location = new System.Drawing.Point(242, 10);
     this.chk_size_batery.Name = "chk_size_batery";
     //
     //
     //
     this.chk_size_batery.RootElement.ForeColor = System.Drawing.Color.White;
     this.chk_size_batery.Size = new System.Drawing.Size(44, 21);
     this.chk_size_batery.TabIndex = 62;
     this.chk_size_batery.Text = "Size";
     this.chk_size_batery.Click += new System.EventHandler(this.chk_size_batery_Click);
     //
     // lblBilling
     //
     this.lblBilling.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.lblBilling.Font = new System.Drawing.Font("Segoe UI", 20F, System.Drawing.FontStyle.Bold);
     this.lblBilling.ForeColor = System.Drawing.Color.Gold;
     this.lblBilling.Location = new System.Drawing.Point(28, 12);
     this.lblBilling.Name = "lblBilling";
     //
     //
     //
     this.lblBilling.RootElement.ForeColor = System.Drawing.Color.Gold;
     this.lblBilling.Size = new System.Drawing.Size(94, 41);
     this.lblBilling.TabIndex = 68;
     this.lblBilling.Text = "Billing";
     //
     // DesktopAlertQty
     //
     this.DesktopAlertQty.ContentImage = null;
     this.DesktopAlertQty.PlaySound = false;
     this.DesktopAlertQty.SoundToPlay = null;
     this.DesktopAlertQty.ThemeName = null;
     //
     // radButton3
     //
     this.radButton3.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButton3.Location = new System.Drawing.Point(676, 25);
     this.radButton3.Name = "radButton3";
     this.radButton3.Size = new System.Drawing.Size(120, 28);
     this.radButton3.TabIndex = 111;
     this.radButton3.Text = "Batery Search";
     this.radButton3.Click += new System.EventHandler(this.radButton3_Click_1);
     //
     // btnTyreSearch
     //
     this.btnTyreSearch.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnTyreSearch.Location = new System.Drawing.Point(550, 25);
     this.btnTyreSearch.Name = "btnTyreSearch";
     this.btnTyreSearch.Size = new System.Drawing.Size(120, 28);
     this.btnTyreSearch.TabIndex = 112;
     this.btnTyreSearch.Text = "Tyre Search";
     this.btnTyreSearch.Click += new System.EventHandler(this.radButton6_Click);
     //
     // radButton7
     //
     this.radButton7.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButton7.Location = new System.Drawing.Point(928, 25);
     this.radButton7.Name = "radButton7";
     this.radButton7.Size = new System.Drawing.Size(120, 28);
     this.radButton7.TabIndex = 113;
     this.radButton7.Text = "Other Search";
     this.radButton7.Click += new System.EventHandler(this.radButton7_Click);
     //
     // panel_other_search
     //
     this.panel_other_search.BackColor = System.Drawing.Color.Transparent;
     this.panel_other_search.Controls.Add(this.label11);
     this.panel_other_search.Controls.Add(this.label7);
     this.panel_other_search.Controls.Add(this.grdOther);
     this.panel_other_search.Controls.Add(this.btnRefreshOher);
     this.panel_other_search.Controls.Add(this.btnSearch);
     this.panel_other_search.Controls.Add(this.cmdSearchCat);
     this.panel_other_search.Location = new System.Drawing.Point(28, 58);
     this.panel_other_search.Name = "panel_other_search";
     this.panel_other_search.Size = new System.Drawing.Size(1031, 341);
     this.panel_other_search.TabIndex = 81;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.White;
     this.label11.Location = new System.Drawing.Point(0, 18);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(84, 14);
     this.label11.TabIndex = 77;
     this.label11.Text = "Item Catagory";
     //
     // label7
     //
     this.label7.AutoSize = true;
     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(647, 333);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(0, 13);
     this.label7.TabIndex = 76;
     //
     // grdOther
     //
     this.grdOther.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.grdOther.Cursor = System.Windows.Forms.Cursors.Default;
     this.grdOther.Font = new System.Drawing.Font("Segoe UI", 8.25F);
     this.grdOther.ForeColor = System.Drawing.Color.Black;
     this.grdOther.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.grdOther.Location = new System.Drawing.Point(3, 81);
     //
     // grdOther
     //
     this.grdOther.MasterTemplate.AllowAddNewRow = false;
     this.grdOther.MasterTemplate.AllowColumnChooser = false;
     this.grdOther.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     this.grdOther.Name = "grdOther";
     this.grdOther.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.grdOther.ReadOnly = true;
     this.grdOther.RightToLeft = System.Windows.Forms.RightToLeft.No;
     //
     //
     //
     this.grdOther.RootElement.ForeColor = System.Drawing.Color.Black;
     this.grdOther.RootElement.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.grdOther.Size = new System.Drawing.Size(1015, 217);
     this.grdOther.TabIndex = 70;
     this.grdOther.Text = "radGridView1";
     this.grdOther.CellClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.grdOther_CellClick);
     //
     // btnRefreshOher
     //
     this.btnRefreshOher.Location = new System.Drawing.Point(650, 82);
     this.btnRefreshOher.Name = "btnRefreshOher";
     this.btnRefreshOher.Size = new System.Drawing.Size(48, 18);
     this.btnRefreshOher.TabIndex = 69;
     this.btnRefreshOher.Text = "Refresh";
     this.btnRefreshOher.ThemeName = "Breeze";
     //
     // btnSearch
     //
     this.btnSearch.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSearch.Location = new System.Drawing.Point(259, 16);
     this.btnSearch.Name = "btnSearch";
     this.btnSearch.Size = new System.Drawing.Size(115, 46);
     this.btnSearch.TabIndex = 68;
     this.btnSearch.Text = "Search";
     this.btnSearch.ThemeName = "Breeze";
     //
     // cmdSearchCat
     //
     this.cmdSearchCat.Location = new System.Drawing.Point(97, 16);
     this.cmdSearchCat.Name = "cmdSearchCat";
     //
     //
     //
     this.cmdSearchCat.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.cmdSearchCat.Size = new System.Drawing.Size(136, 20);
     this.cmdSearchCat.TabIndex = 65;
     this.cmdSearchCat.TabStop = false;
     //
     // radGridView1
     //
     this.radGridView1.ForeColor = System.Drawing.Color.Black;
     this.radGridView1.Location = new System.Drawing.Point(3, 172);
     //
     // radGridView1
     //
     this.radGridView1.MasterTemplate.AllowAddNewRow = false;
     this.radGridView1.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     this.radGridView1.Name = "radGridView1";
     this.radGridView1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.radGridView1.ReadOnly = true;
     //
     //
     //
     this.radGridView1.RootElement.ForeColor = System.Drawing.Color.Black;
     this.radGridView1.RootElement.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.radGridView1.Size = new System.Drawing.Size(1015, 159);
     this.radGridView1.TabIndex = 56;
     this.radGridView1.Text = "radGridView1";
     this.radGridView1.CellClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.radGridView1_CellClick);
     //
     // radGridView2
     //
     this.radGridView2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.radGridView2.Cursor = System.Windows.Forms.Cursors.Default;
     this.radGridView2.Font = new System.Drawing.Font("Segoe UI", 8.25F);
     this.radGridView2.ForeColor = System.Drawing.Color.Black;
     this.radGridView2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.radGridView2.Location = new System.Drawing.Point(3, 172);
     //
     // radGridView2
     //
     this.radGridView2.MasterTemplate.AllowAddNewRow = false;
     this.radGridView2.MasterTemplate.AllowColumnChooser = false;
     this.radGridView2.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     this.radGridView2.Name = "radGridView2";
     this.radGridView2.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.radGridView2.ReadOnly = true;
     this.radGridView2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     //
     //
     //
     this.radGridView2.RootElement.ForeColor = System.Drawing.Color.Black;
     this.radGridView2.RootElement.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.radGridView2.Size = new System.Drawing.Size(1015, 159);
     this.radGridView2.TabIndex = 57;
     this.radGridView2.Text = "radGridView2";
     this.radGridView2.CellClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.radGridView2_CellClick);
     //
     // radButton1
     //
     this.radButton1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButton1.Location = new System.Drawing.Point(678, 114);
     this.radButton1.Name = "radButton1";
     this.radButton1.Size = new System.Drawing.Size(115, 50);
     this.radButton1.TabIndex = 29;
     this.radButton1.Text = "Search";
     this.radButton1.ThemeName = "Breeze";
     this.radButton1.Click += new System.EventHandler(this.radButton1_Click);
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.check_rear);
     this.groupBox1.Controls.Add(this.check_front);
     this.groupBox1.Location = new System.Drawing.Point(132, 2);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(156, 36);
     this.groupBox1.TabIndex = 54;
     this.groupBox1.TabStop = false;
     //
     // check_rear
     //
     this.check_rear.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.check_rear.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.check_rear.ForeColor = System.Drawing.Color.White;
     this.check_rear.Location = new System.Drawing.Point(82, 12);
     this.check_rear.Name = "check_rear";
     //
     //
     //
     this.check_rear.RootElement.ForeColor = System.Drawing.Color.White;
     this.check_rear.RootElement.StretchHorizontally = true;
     this.check_rear.RootElement.StretchVertically = true;
     this.check_rear.Size = new System.Drawing.Size(45, 19);
     this.check_rear.TabIndex = 65;
     this.check_rear.Text = "Rear";
     //
     // check_front
     //
     this.check_front.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.check_front.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.check_front.ForeColor = System.Drawing.Color.White;
     this.check_front.Location = new System.Drawing.Point(15, 12);
     this.check_front.Name = "check_front";
     //
     //
     //
     this.check_front.RootElement.ForeColor = System.Drawing.Color.White;
     this.check_front.RootElement.StretchHorizontally = true;
     this.check_front.RootElement.StretchVertically = true;
     this.check_front.Size = new System.Drawing.Size(49, 19);
     this.check_front.TabIndex = 64;
     this.check_front.Text = "Front";
     //
     // radLabel3
     //
     this.radLabel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.radLabel3.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel3.ForeColor = System.Drawing.Color.White;
     this.radLabel3.Location = new System.Drawing.Point(40, 48);
     this.radLabel3.Name = "radLabel3";
     //
     //
     //
     this.radLabel3.RootElement.ForeColor = System.Drawing.Color.White;
     this.radLabel3.Size = new System.Drawing.Size(85, 21);
     this.radLabel3.TabIndex = 53;
     this.radLabel3.Text = "Trail/Nontrail";
     //
     // panal_cycle
     //
     this.panal_cycle.BackColor = System.Drawing.Color.Transparent;
     this.panal_cycle.Controls.Add(this.groupBox4);
     this.panal_cycle.Controls.Add(this.radLabel2);
     this.panal_cycle.Controls.Add(this.radLabel3);
     this.panal_cycle.Controls.Add(this.groupBox1);
     this.panal_cycle.Location = new System.Drawing.Point(678, 27);
     this.panal_cycle.Name = "panal_cycle";
     //
     //
     //
     this.panal_cycle.RootElement.Opacity = 5D;
     this.panal_cycle.Size = new System.Drawing.Size(340, 84);
     this.panal_cycle.TabIndex = 59;
     //
     // groupBox4
     //
     this.groupBox4.BackColor = System.Drawing.Color.Transparent;
     this.groupBox4.Controls.Add(this.radio_non_trial);
     this.groupBox4.Controls.Add(this.radio_trial);
     this.groupBox4.ForeColor = System.Drawing.Color.White;
     this.groupBox4.Location = new System.Drawing.Point(132, 38);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(156, 36);
     this.groupBox4.TabIndex = 117;
     this.groupBox4.TabStop = false;
     //
     // radio_non_trial
     //
     this.radio_non_trial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.radio_non_trial.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radio_non_trial.ForeColor = System.Drawing.Color.White;
     this.radio_non_trial.Location = new System.Drawing.Point(83, 9);
     this.radio_non_trial.Name = "radio_non_trial";
     //
     //
     //
     this.radio_non_trial.RootElement.ForeColor = System.Drawing.Color.White;
     this.radio_non_trial.Size = new System.Drawing.Size(72, 23);
     this.radio_non_trial.TabIndex = 14;
     this.radio_non_trial.Text = "Nontrail";
     //
     // radio_trial
     //
     this.radio_trial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.radio_trial.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radio_trial.ForeColor = System.Drawing.Color.White;
     this.radio_trial.Location = new System.Drawing.Point(16, 12);
     this.radio_trial.Name = "radio_trial";
     //
     //
     //
     this.radio_trial.RootElement.ForeColor = System.Drawing.Color.White;
     this.radio_trial.Size = new System.Drawing.Size(61, 18);
     this.radio_trial.TabIndex = 28;
     this.radio_trial.Text = "Trail";
     //
     // radLabel2
     //
     this.radLabel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.radLabel2.Font = new System.Drawing.Font("Segoe UI", 10F);
     this.radLabel2.ForeColor = System.Drawing.Color.White;
     this.radLabel2.Location = new System.Drawing.Point(40, 15);
     this.radLabel2.Name = "radLabel2";
     //
     //
     //
     this.radLabel2.RootElement.ForeColor = System.Drawing.Color.White;
     this.radLabel2.Size = new System.Drawing.Size(71, 21);
     this.radLabel2.TabIndex = 31;
     this.radLabel2.Text = "Front/Rear";
     //
     // com_brand
     //
     this.com_brand.Location = new System.Drawing.Point(95, 8);
     this.com_brand.Name = "com_brand";
     //
     //
     //
     this.com_brand.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.com_brand.RootElement.StretchVertically = true;
     this.com_brand.Size = new System.Drawing.Size(158, 20);
     this.com_brand.TabIndex = 57;
     this.com_brand.TabStop = false;
     this.com_brand.SelectedIndexChanged += new System.EventHandler(this.com_brand_SelectedIndexChanged);
     //
     // chk_size
     //
     this.chk_size.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.chk_size.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_size.ForeColor = System.Drawing.Color.White;
     this.chk_size.Location = new System.Drawing.Point(20, 34);
     this.chk_size.Name = "chk_size";
     //
     //
     //
     this.chk_size.RootElement.ForeColor = System.Drawing.Color.White;
     this.chk_size.RootElement.StretchHorizontally = true;
     this.chk_size.RootElement.StretchVertically = true;
     this.chk_size.Size = new System.Drawing.Size(44, 21);
     this.chk_size.TabIndex = 19;
     this.chk_size.Text = "Size";
     this.chk_size.Click += new System.EventHandler(this.chk_size_Click);
     //
     // com_ply_rate
     //
     this.com_ply_rate.Location = new System.Drawing.Point(95, 61);
     this.com_ply_rate.Name = "com_ply_rate";
     //
     //
     //
     this.com_ply_rate.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.com_ply_rate.RootElement.StretchVertically = true;
     this.com_ply_rate.Size = new System.Drawing.Size(158, 20);
     this.com_ply_rate.TabIndex = 58;
     this.com_ply_rate.TabStop = false;
     //
     // chk_t_pattern
     //
     this.chk_t_pattern.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.chk_t_pattern.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_t_pattern.ForeColor = System.Drawing.Color.White;
     this.chk_t_pattern.Location = new System.Drawing.Point(292, 8);
     this.chk_t_pattern.Name = "chk_t_pattern";
     //
     //
     //
     this.chk_t_pattern.RootElement.ForeColor = System.Drawing.Color.White;
     this.chk_t_pattern.RootElement.StretchHorizontally = true;
     this.chk_t_pattern.RootElement.StretchVertically = true;
     this.chk_t_pattern.Size = new System.Drawing.Size(108, 21);
     this.chk_t_pattern.TabIndex = 26;
     this.chk_t_pattern.Text = "Thread Pattern";
     this.chk_t_pattern.Click += new System.EventHandler(this.chk_t_pattern_Click);
     //
     // com_t_pattern
     //
     this.com_t_pattern.Location = new System.Drawing.Point(414, 7);
     this.com_t_pattern.Name = "com_t_pattern";
     //
     //
     //
     this.com_t_pattern.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.com_t_pattern.RootElement.StretchVertically = true;
     this.com_t_pattern.Size = new System.Drawing.Size(155, 20);
     this.com_t_pattern.TabIndex = 58;
     this.com_t_pattern.TabStop = false;
     //
     // chk_make
     //
     this.chk_make.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.chk_make.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_make.ForeColor = System.Drawing.Color.White;
     this.chk_make.Location = new System.Drawing.Point(293, 33);
     this.chk_make.Name = "chk_make";
     //
     //
     //
     this.chk_make.RootElement.ForeColor = System.Drawing.Color.White;
     this.chk_make.RootElement.StretchHorizontally = true;
     this.chk_make.RootElement.StretchVertically = true;
     this.chk_make.Size = new System.Drawing.Size(53, 21);
     this.chk_make.TabIndex = 24;
     this.chk_make.Text = "Make";
     this.chk_make.Click += new System.EventHandler(this.chk_make_Click);
     //
     // com_made
     //
     this.com_made.Location = new System.Drawing.Point(414, 33);
     this.com_made.Name = "com_made";
     //
     //
     //
     this.com_made.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.com_made.RootElement.StretchVertically = true;
     this.com_made.Size = new System.Drawing.Size(155, 20);
     this.com_made.TabIndex = 58;
     this.com_made.TabStop = false;
     //
     // chk_ply_rate
     //
     this.chk_ply_rate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.chk_ply_rate.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_ply_rate.ForeColor = System.Drawing.Color.White;
     this.chk_ply_rate.Location = new System.Drawing.Point(20, 61);
     this.chk_ply_rate.Name = "chk_ply_rate";
     //
     //
     //
     this.chk_ply_rate.RootElement.ForeColor = System.Drawing.Color.White;
     this.chk_ply_rate.RootElement.StretchHorizontally = true;
     this.chk_ply_rate.RootElement.StretchVertically = true;
     this.chk_ply_rate.Size = new System.Drawing.Size(68, 21);
     this.chk_ply_rate.TabIndex = 22;
     this.chk_ply_rate.Text = "Ply Rate";
     this.chk_ply_rate.Click += new System.EventHandler(this.chk_ply_rate_Click);
     //
     // radLabel4
     //
     this.radLabel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.radLabel4.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel4.ForeColor = System.Drawing.Color.White;
     this.radLabel4.Location = new System.Drawing.Point(293, 67);
     this.radLabel4.Name = "radLabel4";
     //
     //
     //
     this.radLabel4.RootElement.ForeColor = System.Drawing.Color.White;
     this.radLabel4.Size = new System.Drawing.Size(64, 21);
     this.radLabel4.TabIndex = 61;
     this.radLabel4.Text = "Tyre Type";
     //
     // chk_brand
     //
     this.chk_brand.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.chk_brand.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_brand.ForeColor = System.Drawing.Color.White;
     this.chk_brand.Location = new System.Drawing.Point(21, 7);
     this.chk_brand.Name = "chk_brand";
     //
     //
     //
     this.chk_brand.RootElement.ForeColor = System.Drawing.Color.White;
     this.chk_brand.RootElement.StretchHorizontally = true;
     this.chk_brand.RootElement.StretchVertically = true;
     this.chk_brand.Size = new System.Drawing.Size(55, 21);
     this.chk_brand.TabIndex = 20;
     this.chk_brand.Text = "Brand";
     this.chk_brand.Click += new System.EventHandler(this.radCheckBox2_Click);
     //
     // grp_tyre_type
     //
     this.grp_tyre_type.BackColor = System.Drawing.Color.Transparent;
     this.grp_tyre_type.Controls.Add(this.radio_canvas);
     this.grp_tyre_type.Controls.Add(this.radio_radial);
     this.grp_tyre_type.Location = new System.Drawing.Point(413, 58);
     this.grp_tyre_type.Name = "grp_tyre_type";
     this.grp_tyre_type.Size = new System.Drawing.Size(156, 36);
     this.grp_tyre_type.TabIndex = 62;
     this.grp_tyre_type.TabStop = false;
     //
     // radio_canvas
     //
     this.radio_canvas.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.radio_canvas.Font = new System.Drawing.Font("Segoe UI", 10F);
     this.radio_canvas.ForeColor = System.Drawing.Color.White;
     this.radio_canvas.Location = new System.Drawing.Point(77, 9);
     this.radio_canvas.Name = "radio_canvas";
     //
     //
     //
     this.radio_canvas.RootElement.ForeColor = System.Drawing.Color.White;
     this.radio_canvas.Size = new System.Drawing.Size(63, 23);
     this.radio_canvas.TabIndex = 14;
     this.radio_canvas.Text = "Canvas";
     //
     // radio_radial
     //
     this.radio_radial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.radio_radial.Font = new System.Drawing.Font("Segoe UI", 10F);
     this.radio_radial.ForeColor = System.Drawing.Color.White;
     this.radio_radial.Location = new System.Drawing.Point(10, 10);
     this.radio_radial.Name = "radio_radial";
     //
     //
     //
     this.radio_radial.RootElement.ForeColor = System.Drawing.Color.White;
     this.radio_radial.Size = new System.Drawing.Size(61, 18);
     this.radio_radial.TabIndex = 28;
     this.radio_radial.Text = "Radial";
     //
     // radPanel2
     //
     this.radPanel2.BackColor = System.Drawing.Color.Transparent;
     this.radPanel2.Controls.Add(this.radGridView3);
     this.radPanel2.Controls.Add(this.grp_tyre_type);
     this.radPanel2.Controls.Add(this.txt_size);
     this.radPanel2.Controls.Add(this.chk_brand);
     this.radPanel2.Controls.Add(this.radLabel4);
     this.radPanel2.Controls.Add(this.chk_ply_rate);
     this.radPanel2.Controls.Add(this.com_made);
     this.radPanel2.Controls.Add(this.chk_make);
     this.radPanel2.Controls.Add(this.com_t_pattern);
     this.radPanel2.Controls.Add(this.chk_t_pattern);
     this.radPanel2.Controls.Add(this.com_ply_rate);
     this.radPanel2.Controls.Add(this.chk_size);
     this.radPanel2.Controls.Add(this.com_brand);
     this.radPanel2.ForeColor = System.Drawing.Color.White;
     this.radPanel2.Location = new System.Drawing.Point(3, 20);
     this.radPanel2.Name = "radPanel2";
     //
     //
     //
     this.radPanel2.RootElement.ForeColor = System.Drawing.Color.White;
     this.radPanel2.Size = new System.Drawing.Size(601, 142);
     this.radPanel2.TabIndex = 60;
     this.radPanel2.Click += new System.EventHandler(this.radPanel2_Click);
     //
     // radGridView3
     //
     this.radGridView3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.radGridView3.Cursor = System.Windows.Forms.Cursors.Default;
     this.radGridView3.Font = new System.Drawing.Font("Segoe UI", 8.25F);
     this.radGridView3.ForeColor = System.Drawing.Color.Black;
     this.radGridView3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.radGridView3.Location = new System.Drawing.Point(95, 55);
     //
     // radGridView3
     //
     this.radGridView3.MasterTemplate.AllowAddNewRow = false;
     this.radGridView3.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     this.radGridView3.MasterTemplate.EnableGrouping = false;
     this.radGridView3.MasterTemplate.ShowColumnHeaders = false;
     this.radGridView3.MasterTemplate.ShowRowHeaderColumn = false;
     this.radGridView3.Name = "radGridView3";
     this.radGridView3.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.radGridView3.ReadOnly = true;
     this.radGridView3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     //
     //
     //
     this.radGridView3.RootElement.ForeColor = System.Drawing.Color.Black;
     this.radGridView3.RootElement.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.radGridView3.ShowGroupPanel = false;
     this.radGridView3.Size = new System.Drawing.Size(158, 81);
     this.radGridView3.TabIndex = 65;
     this.radGridView3.Text = "radGridView3";
     this.radGridView3.SelectionChanged += new System.EventHandler(this.radGridView3_SelectionChanged);
     this.radGridView3.CellClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.radGridView3_CellClick);
     //
     // txt_size
     //
     this.txt_size.Location = new System.Drawing.Point(95, 35);
     this.txt_size.Name = "txt_size";
     this.txt_size.Size = new System.Drawing.Size(158, 20);
     this.txt_size.TabIndex = 64;
     this.txt_size.TabStop = false;
     this.txt_size.TextChanged += new System.EventHandler(this.txt_size_TextChanged);
     this.txt_size.Click += new System.EventHandler(this.txt_size_Click);
     this.txt_size.Enter += new System.EventHandler(this.txt_size_Enter);
     //
     // radButton2
     //
     this.radButton2.Location = new System.Drawing.Point(972, 149);
     this.radButton2.Name = "radButton2";
     this.radButton2.Size = new System.Drawing.Size(46, 15);
     this.radButton2.TabIndex = 30;
     this.radButton2.Tag = " ";
     this.radButton2.Text = "Refresh";
     this.radButton2.ThemeName = "Breeze";
     this.radButton2.Click += new System.EventHandler(this.radButton2_Click);
     //
     // lbl_tot
     //
     this.lbl_tot.AutoSize = true;
     this.lbl_tot.BackColor = System.Drawing.Color.Transparent;
     this.lbl_tot.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
     this.lbl_tot.ForeColor = System.Drawing.Color.White;
     this.lbl_tot.Location = new System.Drawing.Point(885, 43);
     this.lbl_tot.Name = "lbl_tot";
     this.lbl_tot.Size = new System.Drawing.Size(0, 13);
     this.lbl_tot.TabIndex = 65;
     //
     // chk_cycle_search
     //
     this.chk_cycle_search.BackColor = System.Drawing.Color.Transparent;
     this.chk_cycle_search.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
     this.chk_cycle_search.ForeColor = System.Drawing.Color.White;
     this.chk_cycle_search.Location = new System.Drawing.Point(678, 5);
     this.chk_cycle_search.Name = "chk_cycle_search";
     //
     //
     //
     this.chk_cycle_search.RootElement.ForeColor = System.Drawing.Color.White;
     this.chk_cycle_search.Size = new System.Drawing.Size(85, 18);
     this.chk_cycle_search.TabIndex = 61;
     this.chk_cycle_search.Text = "Motor Cycle";
     this.chk_cycle_search.Click += new System.EventHandler(this.chk_cycle_search_Click);
     //
     // lbl_sh_qty
     //
     this.lbl_sh_qty.AutoSize = true;
     this.lbl_sh_qty.BackColor = System.Drawing.Color.Transparent;
     this.lbl_sh_qty.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
     this.lbl_sh_qty.ForeColor = System.Drawing.Color.White;
     this.lbl_sh_qty.Location = new System.Drawing.Point(784, 150);
     this.lbl_sh_qty.Name = "lbl_sh_qty";
     this.lbl_sh_qty.Size = new System.Drawing.Size(0, 13);
     this.lbl_sh_qty.TabIndex = 67;
     //
     // pnlTyre
     //
     this.pnlTyre.BackColor = System.Drawing.Color.Transparent;
     this.pnlTyre.Controls.Add(this.radPanel2);
     this.pnlTyre.Controls.Add(this.chk_cycle_search);
     this.pnlTyre.Controls.Add(this.radButton1);
     this.pnlTyre.Controls.Add(this.panal_cycle);
     this.pnlTyre.Controls.Add(this.radButton2);
     this.pnlTyre.Controls.Add(this.lbl_tot);
     this.pnlTyre.Controls.Add(this.lbl_sh_qty);
     this.pnlTyre.Controls.Add(this.radGridView1);
     this.pnlTyre.Controls.Add(this.radGridView2);
     this.pnlTyre.Location = new System.Drawing.Point(28, 58);
     this.pnlTyre.Name = "pnlTyre";
     this.pnlTyre.Size = new System.Drawing.Size(1031, 341);
     this.pnlTyre.TabIndex = 114;
     //
     // radButton6
     //
     this.radButton6.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButton6.Location = new System.Drawing.Point(802, 25);
     this.radButton6.Name = "radButton6";
     this.radButton6.Size = new System.Drawing.Size(120, 28);
     this.radButton6.TabIndex = 114;
     this.radButton6.Text = "Tube Search";
     this.radButton6.Click += new System.EventHandler(this.radButton6_Click_1);
     //
     // grdBill
     //
     this.grdBill.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.grdBill.Cursor = System.Windows.Forms.Cursors.Default;
     this.grdBill.EnableHotTracking = false;
     this.grdBill.Font = new System.Drawing.Font("Segoe UI", 8.25F);
     this.grdBill.ForeColor = System.Drawing.Color.Black;
     this.grdBill.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.grdBill.Location = new System.Drawing.Point(347, 445);
     //
     // grdBill
     //
     this.grdBill.MasterTemplate.AllowAddNewRow = false;
     this.grdBill.MasterTemplate.AllowColumnReorder = false;
     this.grdBill.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     gridViewTextBoxColumn13.FormatInfo = new System.Globalization.CultureInfo("");
     gridViewTextBoxColumn13.HeaderText = "Item No";
     gridViewTextBoxColumn13.Name = "itemNo";
     gridViewTextBoxColumn13.ReadOnly = true;
     gridViewTextBoxColumn13.Width = 93;
     gridViewTextBoxColumn14.FormatInfo = new System.Globalization.CultureInfo("");
     gridViewTextBoxColumn14.HeaderText = "Item Name";
     gridViewTextBoxColumn14.Name = "brand";
     gridViewTextBoxColumn14.ReadOnly = true;
     gridViewTextBoxColumn14.Width = 208;
     gridViewTextBoxColumn15.FormatInfo = new System.Globalization.CultureInfo("");
     gridViewTextBoxColumn15.HeaderText = "Quntity";
     gridViewTextBoxColumn15.Name = "Qty";
     gridViewTextBoxColumn15.ReadOnly = true;
     gridViewTextBoxColumn15.Width = 93;
     gridViewTextBoxColumn16.FormatInfo = new System.Globalization.CultureInfo("");
     gridViewTextBoxColumn16.HeaderText = "Unit Price";
     gridViewTextBoxColumn16.Name = "unitPrice";
     gridViewTextBoxColumn16.ReadOnly = true;
     gridViewTextBoxColumn16.Width = 115;
     gridViewTextBoxColumn17.FormatInfo = new System.Globalization.CultureInfo("");
     gridViewTextBoxColumn17.HeaderText = "Price";
     gridViewTextBoxColumn17.Name = "Price";
     gridViewTextBoxColumn17.ReadOnly = true;
     gridViewTextBoxColumn17.Width = 104;
     gridViewTextBoxColumn18.HeaderText = "Item Cat";
     gridViewTextBoxColumn18.Name = "itemCat";
     gridViewTextBoxColumn18.Width = 69;
     this.grdBill.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
     gridViewTextBoxColumn13,
     gridViewTextBoxColumn14,
     gridViewTextBoxColumn15,
     gridViewTextBoxColumn16,
     gridViewTextBoxColumn17,
     gridViewTextBoxColumn18});
     this.grdBill.MasterTemplate.EnableGrouping = false;
     this.grdBill.MasterTemplate.EnableSorting = false;
     sortDescriptor3.PropertyName = "itemNo";
     this.grdBill.MasterTemplate.SortDescriptors.AddRange(new Telerik.WinControls.Data.SortDescriptor[] {
     sortDescriptor3});
     this.grdBill.Name = "grdBill";
     this.grdBill.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.grdBill.RightToLeft = System.Windows.Forms.RightToLeft.No;
     //
     //
     //
     this.grdBill.RootElement.ForeColor = System.Drawing.Color.Black;
     this.grdBill.RootElement.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.grdBill.ShowGroupPanel = false;
     this.grdBill.Size = new System.Drawing.Size(699, 146);
     this.grdBill.TabIndex = 73;
     this.grdBill.Text = "radGridView4";
     this.grdBill.CellDoubleClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.grdBill_CellDoubleClick);
     //
     // radLabel8
     //
     this.radLabel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.radLabel8.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel8.ForeColor = System.Drawing.Color.Gold;
     this.radLabel8.Location = new System.Drawing.Point(347, 406);
     this.radLabel8.Name = "radLabel8";
     //
     //
     //
     this.radLabel8.RootElement.ForeColor = System.Drawing.Color.Gold;
     this.radLabel8.Size = new System.Drawing.Size(38, 30);
     this.radLabel8.TabIndex = 82;
     this.radLabel8.Text = "Bill";
     //
     // radLabel10
     //
     this.radLabel10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.radLabel10.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel10.ForeColor = System.Drawing.Color.Gold;
     this.radLabel10.Location = new System.Drawing.Point(28, 406);
     this.radLabel10.Name = "radLabel10";
     //
     //
     //
     this.radLabel10.RootElement.ForeColor = System.Drawing.Color.Gold;
     this.radLabel10.Size = new System.Drawing.Size(106, 30);
     this.radLabel10.TabIndex = 83;
     this.radLabel10.Text = "Bill Details";
     //
     // radLabel11
     //
     this.radLabel11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.radLabel11.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel11.ForeColor = System.Drawing.Color.White;
     this.radLabel11.Location = new System.Drawing.Point(28, 443);
     this.radLabel11.Name = "radLabel11";
     //
     //
     //
     this.radLabel11.RootElement.ForeColor = System.Drawing.Color.White;
     this.radLabel11.Size = new System.Drawing.Size(46, 21);
     this.radLabel11.TabIndex = 98;
     this.radLabel11.Text = "Bill No";
     //
     // txtBillNo
     //
     this.txtBillNo.Location = new System.Drawing.Point(141, 445);
     this.txtBillNo.Name = "txtBillNo";
     this.txtBillNo.Size = new System.Drawing.Size(192, 20);
     this.txtBillNo.TabIndex = 100;
     this.txtBillNo.TabStop = false;
     //
     // dtpBillingDate
     //
     this.dtpBillingDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpBillingDate.Location = new System.Drawing.Point(141, 473);
     this.dtpBillingDate.MaxDate = new System.DateTime(9998, 12, 31, 0, 0, 0, 0);
     this.dtpBillingDate.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
     this.dtpBillingDate.Name = "dtpBillingDate";
     this.dtpBillingDate.NullDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
     this.dtpBillingDate.Size = new System.Drawing.Size(192, 20);
     this.dtpBillingDate.TabIndex = 102;
     this.dtpBillingDate.TabStop = false;
     this.dtpBillingDate.Text = "dtpInvoiceDate";
     this.dtpBillingDate.Value = new System.DateTime(2011, 12, 22, 21, 23, 53, 749);
     //
     // radLabel12
     //
     this.radLabel12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.radLabel12.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel12.ForeColor = System.Drawing.Color.White;
     this.radLabel12.Location = new System.Drawing.Point(28, 472);
     this.radLabel12.Name = "radLabel12";
     //
     //
     //
     this.radLabel12.RootElement.ForeColor = System.Drawing.Color.White;
     this.radLabel12.Size = new System.Drawing.Size(56, 21);
     this.radLabel12.TabIndex = 99;
     this.radLabel12.Text = "Bill Date";
     //
     // radLabel13
     //
     this.radLabel13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.radLabel13.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel13.ForeColor = System.Drawing.Color.White;
     this.radLabel13.Location = new System.Drawing.Point(28, 500);
     this.radLabel13.Name = "radLabel13";
     //
     //
     //
     this.radLabel13.RootElement.ForeColor = System.Drawing.Color.White;
     this.radLabel13.Size = new System.Drawing.Size(57, 21);
     this.radLabel13.TabIndex = 103;
     this.radLabel13.Text = "Bill Note";
     //
     // txtBillNote
     //
     this.txtBillNote.Location = new System.Drawing.Point(141, 500);
     this.txtBillNote.Multiline = true;
     this.txtBillNote.Name = "txtBillNote";
     //
     //
     //
     this.txtBillNote.RootElement.StretchVertically = true;
     this.txtBillNote.Size = new System.Drawing.Size(192, 65);
     this.txtBillNote.TabIndex = 104;
     this.txtBillNote.TabStop = false;
     //
     // radLabel14
     //
     this.radLabel14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.radLabel14.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel14.ForeColor = System.Drawing.Color.White;
     this.radLabel14.Location = new System.Drawing.Point(28, 570);
     this.radLabel14.Name = "radLabel14";
     //
     //
     //
     this.radLabel14.RootElement.ForeColor = System.Drawing.Color.White;
     this.radLabel14.Size = new System.Drawing.Size(62, 21);
     this.radLabel14.TabIndex = 105;
     this.radLabel14.Text = "Sales Ref.";
     //
     // txtSalesRef
     //
     this.txtSalesRef.Location = new System.Drawing.Point(141, 571);
     this.txtSalesRef.Name = "txtSalesRef";
     this.txtSalesRef.Size = new System.Drawing.Size(192, 20);
     this.txtSalesRef.TabIndex = 101;
     this.txtSalesRef.TabStop = false;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location = new System.Drawing.Point(585, 768);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(0, 13);
     this.label4.TabIndex = 106;
     //
     // btnAdd
     //
     this.btnAdd.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAdd.Location = new System.Drawing.Point(705, 600);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(104, 37);
     this.btnAdd.TabIndex = 107;
     this.btnAdd.Text = "Add";
     this.btnAdd.ThemeName = "Breeze";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // btnClear
     //
     this.btnClear.Location = new System.Drawing.Point(347, 600);
     this.btnClear.Name = "btnClear";
     this.btnClear.Size = new System.Drawing.Size(104, 37);
     this.btnClear.TabIndex = 108;
     this.btnClear.Text = "Clear";
     this.btnClear.ThemeName = "Breeze";
     this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
     //
     // radPanel1
     //
     this.radPanel1.BackColor = System.Drawing.Color.LemonChiffon;
     this.radPanel1.Location = new System.Drawing.Point(28, 402);
     this.radPanel1.Name = "radPanel1";
     this.radPanel1.Size = new System.Drawing.Size(1031, 2);
     this.radPanel1.TabIndex = 115;
     //
     // radButton9
     //
     this.radButton9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.radButton9.Font = new System.Drawing.Font("Verdana", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButton9.ForeColor = System.Drawing.Color.Crimson;
     this.radButton9.Location = new System.Drawing.Point(1065, 6);
     this.radButton9.Name = "radButton9";
     //
     //
     //
     this.radButton9.RootElement.ForeColor = System.Drawing.Color.Crimson;
     this.radButton9.Size = new System.Drawing.Size(27, 29);
     this.radButton9.TabIndex = 121;
     this.radButton9.Text = "X";
     this.radButton9.ThemeName = "Breeze";
     this.radButton9.Click += new System.EventHandler(this.radButton9_Click);
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButton9.GetChildAt(0))).Text = "X";
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radButton9.GetChildAt(0).GetChildAt(0))).BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(166)))), ((int)(((byte)(91)))));
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radButton9.GetChildAt(0).GetChildAt(0))).BackColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(109)))), ((int)(((byte)(60)))));
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radButton9.GetChildAt(0).GetChildAt(0))).BackColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radButton9.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(220)))), ((int)(((byte)(159)))));
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButton9.GetChildAt(0).GetChildAt(2))).ForeColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButton9.GetChildAt(0).GetChildAt(2))).ForeColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButton9.GetChildAt(0).GetChildAt(2))).ForeColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButton9.GetChildAt(0).GetChildAt(2))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(254)))), ((int)(((byte)(143)))));
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButton9.GetChildAt(0).GetChildAt(2))).InnerColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(247)))), ((int)(((byte)(91)))));
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButton9.GetChildAt(0).GetChildAt(2))).InnerColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(236)))), ((int)(((byte)(78)))));
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButton9.GetChildAt(0).GetChildAt(2))).InnerColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(242)))), ((int)(((byte)(14)))));
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButton9.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
     //
     // radButton8
     //
     this.radButton8.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButton8.Location = new System.Drawing.Point(466, 601);
     this.radButton8.Name = "radButton8";
     this.radButton8.Size = new System.Drawing.Size(104, 37);
     this.radButton8.TabIndex = 108;
     this.radButton8.Text = "Print Bill";
     this.radButton8.ThemeName = "Breeze";
     //
     // pnlTube
     //
     this.pnlTube.BackColor = System.Drawing.Color.Transparent;
     this.pnlTube.Controls.Add(this.panel2);
     this.pnlTube.Controls.Add(this.label1);
     this.pnlTube.Controls.Add(this.radButton10);
     this.pnlTube.Controls.Add(this.radButton11);
     this.pnlTube.Controls.Add(this.txt_barcode);
     this.pnlTube.Controls.Add(this.grdTubesearch);
     this.pnlTube.Location = new System.Drawing.Point(28, 58);
     this.pnlTube.Name = "pnlTube";
     this.pnlTube.Size = new System.Drawing.Size(1031, 341);
     this.pnlTube.TabIndex = 122;
     //
     // grdTubeSize
     //
     this.grdTubeSize.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.grdTubeSize.Cursor = System.Windows.Forms.Cursors.Default;
     this.grdTubeSize.Font = new System.Drawing.Font("Segoe UI", 8.25F);
     this.grdTubeSize.ForeColor = System.Drawing.Color.Black;
     this.grdTubeSize.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.grdTubeSize.Location = new System.Drawing.Point(364, 37);
     //
     // grdTubeSize
     //
     this.grdTubeSize.MasterTemplate.AllowAddNewRow = false;
     this.grdTubeSize.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     this.grdTubeSize.MasterTemplate.EnableGrouping = false;
     this.grdTubeSize.MasterTemplate.ShowColumnHeaders = false;
     this.grdTubeSize.MasterTemplate.ShowRowHeaderColumn = false;
     this.grdTubeSize.Name = "grdTubeSize";
     this.grdTubeSize.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.grdTubeSize.ReadOnly = true;
     this.grdTubeSize.RightToLeft = System.Windows.Forms.RightToLeft.No;
     //
     //
     //
     this.grdTubeSize.RootElement.ForeColor = System.Drawing.Color.Black;
     this.grdTubeSize.RootElement.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.grdTubeSize.ShowGroupPanel = false;
     this.grdTubeSize.Size = new System.Drawing.Size(187, 72);
     this.grdTubeSize.TabIndex = 82;
     this.grdTubeSize.Text = "radGridView4";
     this.grdTubeSize.SelectionChanged += new System.EventHandler(this.grdTubeSize_SelectionChanged);
     this.grdTubeSize.CellClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.grdTubeSize_CellClick);
     //
     // txtTubeSize
     //
     this.txtTubeSize.Enabled = false;
     this.txtTubeSize.Location = new System.Drawing.Point(364, 16);
     this.txtTubeSize.Name = "txtTubeSize";
     this.txtTubeSize.Size = new System.Drawing.Size(187, 20);
     this.txtTubeSize.TabIndex = 80;
     this.txtTubeSize.Click += new System.EventHandler(this.txtTubeSize_Click);
     this.txtTubeSize.TextChanged += new System.EventHandler(this.txtTubeSize_TextChanged);
     //
     // panel2
     //
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.grdTubeSize);
     this.panel2.Controls.Add(this.txtTubeSize);
     this.panel2.Controls.Add(this.groupBox2);
     this.panel2.Controls.Add(this.chkTubeBrand);
     this.panel2.Controls.Add(this.comTubeMake);
     this.panel2.Controls.Add(this.chkTubeSize);
     this.panel2.Controls.Add(this.chkTubeMake);
     this.panel2.Controls.Add(this.chkTubeType);
     this.panel2.Controls.Add(this.comTubeBrand);
     this.panel2.Controls.Add(this.groupBox5);
     this.panel2.Location = new System.Drawing.Point(5, 45);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(858, 121);
     this.panel2.TabIndex = 88;
     this.panel2.Click += new System.EventHandler(this.panel2_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.chk_din_tube);
     this.groupBox2.Location = new System.Drawing.Point(744, 88);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(79, 37);
     this.groupBox2.TabIndex = 79;
     this.groupBox2.TabStop = false;
     this.groupBox2.Visible = false;
     //
     // chk_din_tube
     //
     this.chk_din_tube.BackColor = System.Drawing.Color.Transparent;
     this.chk_din_tube.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chk_din_tube.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.chk_din_tube.Location = new System.Drawing.Point(19, 15);
     this.chk_din_tube.Name = "chk_din_tube";
     //
     //
     //
     this.chk_din_tube.RootElement.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.chk_din_tube.Size = new System.Drawing.Size(44, 21);
     this.chk_din_tube.TabIndex = 65;
     this.chk_din_tube.Text = "DIN";
     //
     // chkTubeBrand
     //
     this.chkTubeBrand.BackColor = System.Drawing.Color.Transparent;
     this.chkTubeBrand.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkTubeBrand.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.chkTubeBrand.Location = new System.Drawing.Point(15, 15);
     this.chkTubeBrand.Name = "chkTubeBrand";
     //
     //
     //
     this.chkTubeBrand.RootElement.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.chkTubeBrand.Size = new System.Drawing.Size(55, 21);
     this.chkTubeBrand.TabIndex = 63;
     this.chkTubeBrand.Text = "Brand";
     this.chkTubeBrand.Click += new System.EventHandler(this.chkTubeBrand_Click);
     //
     // comTubeMake
     //
     this.comTubeMake.Enabled = false;
     this.comTubeMake.Location = new System.Drawing.Point(76, 56);
     this.comTubeMake.Name = "comTubeMake";
     //
     //
     //
     this.comTubeMake.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.comTubeMake.Size = new System.Drawing.Size(181, 20);
     this.comTubeMake.TabIndex = 78;
     this.comTubeMake.TabStop = false;
     //
     // chkTubeSize
     //
     this.chkTubeSize.BackColor = System.Drawing.Color.Transparent;
     this.chkTubeSize.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkTubeSize.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.chkTubeSize.Location = new System.Drawing.Point(315, 15);
     this.chkTubeSize.Name = "chkTubeSize";
     //
     //
     //
     this.chkTubeSize.RootElement.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.chkTubeSize.Size = new System.Drawing.Size(44, 21);
     this.chkTubeSize.TabIndex = 62;
     this.chkTubeSize.Text = "Size";
     this.chkTubeSize.Click += new System.EventHandler(this.chkTubeSize_Click);
     //
     // chkTubeMake
     //
     this.chkTubeMake.BackColor = System.Drawing.Color.Transparent;
     this.chkTubeMake.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkTubeMake.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.chkTubeMake.Location = new System.Drawing.Point(15, 55);
     this.chkTubeMake.Name = "chkTubeMake";
     //
     //
     //
     this.chkTubeMake.RootElement.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.chkTubeMake.Size = new System.Drawing.Size(53, 21);
     this.chkTubeMake.TabIndex = 77;
     this.chkTubeMake.Text = "Make";
     this.chkTubeMake.Click += new System.EventHandler(this.chkTubeMake_Click);
     //
     // chkTubeType
     //
     this.chkTubeType.BackColor = System.Drawing.Color.Transparent;
     this.chkTubeType.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkTubeType.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.chkTubeType.Location = new System.Drawing.Point(611, 15);
     this.chkTubeType.Name = "chkTubeType";
     //
     //
     //
     this.chkTubeType.RootElement.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.chkTubeType.Size = new System.Drawing.Size(49, 21);
     this.chkTubeType.TabIndex = 64;
     this.chkTubeType.Text = "Type";
     this.chkTubeType.Click += new System.EventHandler(this.chkTubeType_Click);
     //
     // comTubeBrand
     //
     this.comTubeBrand.Enabled = false;
     this.comTubeBrand.Location = new System.Drawing.Point(76, 16);
     this.comTubeBrand.Name = "comTubeBrand";
     //
     //
     //
     this.comTubeBrand.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.comTubeBrand.Size = new System.Drawing.Size(181, 20);
     this.comTubeBrand.TabIndex = 65;
     this.comTubeBrand.TabStop = false;
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.rad_tube_c);
     this.groupBox5.Controls.Add(this.rad_tube_v);
     this.groupBox5.Enabled = false;
     this.groupBox5.Location = new System.Drawing.Point(675, 8);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(148, 27);
     this.groupBox5.TabIndex = 67;
     this.groupBox5.TabStop = false;
     //
     // rad_tube_c
     //
     this.rad_tube_c.AutoSize = true;
     this.rad_tube_c.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rad_tube_c.ForeColor = System.Drawing.Color.White;
     this.rad_tube_c.Location = new System.Drawing.Point(80, 8);
     this.rad_tube_c.Name = "rad_tube_c";
     this.rad_tube_c.Size = new System.Drawing.Size(56, 17);
     this.rad_tube_c.TabIndex = 1;
     this.rad_tube_c.TabStop = true;
     this.rad_tube_c.Text = "Cycle";
     this.rad_tube_c.UseVisualStyleBackColor = true;
     this.rad_tube_c.CheckedChanged += new System.EventHandler(this.rad_tube_c_CheckedChanged);
     //
     // rad_tube_v
     //
     this.rad_tube_v.AutoSize = true;
     this.rad_tube_v.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rad_tube_v.ForeColor = System.Drawing.Color.White;
     this.rad_tube_v.Location = new System.Drawing.Point(6, 8);
     this.rad_tube_v.Name = "rad_tube_v";
     this.rad_tube_v.Size = new System.Drawing.Size(67, 17);
     this.rad_tube_v.TabIndex = 0;
     this.rad_tube_v.TabStop = true;
     this.rad_tube_v.Text = "Vehicle";
     this.rad_tube_v.UseVisualStyleBackColor = true;
     this.rad_tube_v.CheckedChanged += new System.EventHandler(this.rad_tube_v_CheckedChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     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.Lime;
     this.label1.Location = new System.Drawing.Point(5, 13);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(66, 13);
     this.label1.TabIndex = 87;
     this.label1.Text = "BARCODE";
     //
     // radButton10
     //
     this.radButton10.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButton10.Location = new System.Drawing.Point(918, 35);
     this.radButton10.Name = "radButton10";
     this.radButton10.Size = new System.Drawing.Size(107, 52);
     this.radButton10.TabIndex = 84;
     this.radButton10.Text = "Search";
     this.radButton10.ThemeName = "Breeze";
     this.radButton10.Click += new System.EventHandler(this.radButton10_Click_1);
     //
     // radButton11
     //
     this.radButton11.Location = new System.Drawing.Point(966, 152);
     this.radButton11.Name = "radButton11";
     this.radButton11.Size = new System.Drawing.Size(57, 20);
     this.radButton11.TabIndex = 85;
     this.radButton11.Text = "Refresh";
     this.radButton11.ThemeName = "Breeze";
     this.radButton11.Click += new System.EventHandler(this.radButton11_Click);
     //
     // txt_barcode
     //
     this.txt_barcode.Location = new System.Drawing.Point(82, 10);
     this.txt_barcode.Name = "txt_barcode";
     this.txt_barcode.Size = new System.Drawing.Size(181, 20);
     this.txt_barcode.TabIndex = 89;
     this.txt_barcode.TextChanged += new System.EventHandler(this.txt_barcode_TextChanged);
     //
     // grdTubesearch
     //
     this.grdTubesearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.grdTubesearch.Cursor = System.Windows.Forms.Cursors.Default;
     this.grdTubesearch.Font = new System.Drawing.Font("Segoe UI", 8.25F);
     this.grdTubesearch.ForeColor = System.Drawing.Color.Black;
     this.grdTubesearch.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.grdTubesearch.Location = new System.Drawing.Point(5, 177);
     //
     // grdTubesearch
     //
     this.grdTubesearch.MasterTemplate.AllowAddNewRow = false;
     this.grdTubesearch.MasterTemplate.AllowColumnChooser = false;
     this.grdTubesearch.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     this.grdTubesearch.Name = "grdTubesearch";
     this.grdTubesearch.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.grdTubesearch.ReadOnly = true;
     this.grdTubesearch.RightToLeft = System.Windows.Forms.RightToLeft.No;
     //
     //
     //
     this.grdTubesearch.RootElement.ForeColor = System.Drawing.Color.Black;
     this.grdTubesearch.RootElement.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     this.grdTubesearch.Size = new System.Drawing.Size(1018, 154);
     this.grdTubesearch.TabIndex = 86;
     this.grdTubesearch.Text = "radGridView6";
     this.grdTubesearch.CellClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.grdTubesearch_CellClick);
     //
     // txtTotal
     //
     this.txtTotal.Location = new System.Drawing.Point(909, 593);
     this.txtTotal.Name = "txtTotal";
     this.txtTotal.Size = new System.Drawing.Size(137, 20);
     this.txtTotal.TabIndex = 82;
     this.txtTotal.TabStop = false;
     this.txtTotal.Text = "0";
     this.txtTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtTotal.TextChanged += new System.EventHandler(this.txtTotal_TextChanged);
     //
     // radLabel1
     //
     this.radLabel1.BackColor = System.Drawing.Color.Transparent;
     this.radLabel1.ForeColor = System.Drawing.Color.White;
     this.radLabel1.Location = new System.Drawing.Point(815, 597);
     this.radLabel1.Name = "radLabel1";
     //
     //
     //
     this.radLabel1.RootElement.ForeColor = System.Drawing.Color.White;
     this.radLabel1.Size = new System.Drawing.Size(58, 18);
     this.radLabel1.TabIndex = 81;
     this.radLabel1.Text = "Total Price";
     //
     // txtFinalTotal
     //
     this.txtFinalTotal.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtFinalTotal.ForeColor = System.Drawing.Color.DodgerBlue;
     this.txtFinalTotal.Location = new System.Drawing.Point(909, 637);
     this.txtFinalTotal.Name = "txtFinalTotal";
     //
     //
     //
     this.txtFinalTotal.RootElement.ForeColor = System.Drawing.Color.DodgerBlue;
     this.txtFinalTotal.Size = new System.Drawing.Size(137, 27);
     this.txtFinalTotal.TabIndex = 85;
     this.txtFinalTotal.TabStop = false;
     this.txtFinalTotal.Text = "0";
     this.txtFinalTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // radLabel5
     //
     this.radLabel5.BackColor = System.Drawing.Color.Transparent;
     this.radLabel5.ForeColor = System.Drawing.Color.White;
     this.radLabel5.Location = new System.Drawing.Point(816, 646);
     this.radLabel5.Name = "radLabel5";
     //
     //
     //
     this.radLabel5.RootElement.ForeColor = System.Drawing.Color.White;
     this.radLabel5.Size = new System.Drawing.Size(57, 18);
     this.radLabel5.TabIndex = 83;
     this.radLabel5.Text = "Final Total";
     //
     // txtDiscount
     //
     this.txtDiscount.Location = new System.Drawing.Point(909, 615);
     this.txtDiscount.Name = "txtDiscount";
     this.txtDiscount.Size = new System.Drawing.Size(137, 20);
     this.txtDiscount.TabIndex = 86;
     this.txtDiscount.TabStop = false;
     this.txtDiscount.Text = "0";
     this.txtDiscount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtDiscount.TextChanged += new System.EventHandler(this.txtDiscount_TextChanged);
     //
     // radLabel6
     //
     this.radLabel6.BackColor = System.Drawing.Color.Transparent;
     this.radLabel6.ForeColor = System.Drawing.Color.White;
     this.radLabel6.Location = new System.Drawing.Point(816, 617);
     this.radLabel6.Name = "radLabel6";
     //
     //
     //
     this.radLabel6.RootElement.ForeColor = System.Drawing.Color.White;
     this.radLabel6.Size = new System.Drawing.Size(50, 18);
     this.radLabel6.TabIndex = 84;
     this.radLabel6.Text = "Discount";
     //
     // Billing
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize = new System.Drawing.Size(1239, 788);
     this.Controls.Add(this.txtTotal);
     this.Controls.Add(this.radButton7);
     this.Controls.Add(this.radLabel1);
     this.Controls.Add(this.txtFinalTotal);
     this.Controls.Add(this.radButton8);
     this.Controls.Add(this.radButton9);
     this.Controls.Add(this.radLabel5);
     this.Controls.Add(this.radPanel1);
     this.Controls.Add(this.radButton6);
     this.Controls.Add(this.txtDiscount);
     this.Controls.Add(this.btnClear);
     this.Controls.Add(this.btnTyreSearch);
     this.Controls.Add(this.radLabel6);
     this.Controls.Add(this.radButton3);
     this.Controls.Add(this.btnAdd);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.txtSalesRef);
     this.Controls.Add(this.radLabel14);
     this.Controls.Add(this.txtBillNote);
     this.Controls.Add(this.radLabel13);
     this.Controls.Add(this.radLabel12);
     this.Controls.Add(this.dtpBillingDate);
     this.Controls.Add(this.txtBillNo);
     this.Controls.Add(this.radLabel11);
     this.Controls.Add(this.radLabel10);
     this.Controls.Add(this.radLabel8);
     this.Controls.Add(this.grdBill);
     this.Controls.Add(this.lblBilling);
     this.Controls.Add(this.pnlTyre);
     this.Controls.Add(this.panel_batary_stock);
     this.Controls.Add(this.panel_other_search);
     this.Controls.Add(this.pnlTube);
     this.ForeColor = System.Drawing.Color.White;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "Billing";
     this.Opacity = 0.95D;
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.RootElement.ForeColor = System.Drawing.Color.White;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text = "Billing";
     this.ThemeName = "ControlDefault";
     this.Load += new System.EventHandler(this.AdvancedSearch_Load);
     this.EnabledChanged += new System.EventHandler(this.AdvancedSearch_EnabledChanged);
     this.Click += new System.EventHandler(this.AdvancedSearch_Click);
     this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.AdvancedSearch_MouseDown);
     this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.AdvancedSearch_MouseMove);
     ((System.ComponentModel.ISupportInitialize)(this.gridViewTemplate1)).EndInit();
     this.panel_batary_stock.ResumeLayout(false);
     this.panel_batary_stock.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chk_brandd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.com_amp)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_amp)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_din_battery)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_search_size)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdBattry)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton5)).EndInit();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.com_search_brand)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_type)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_size_batery)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblBilling)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnTyreSearch)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton7)).EndInit();
     this.panel_other_search.ResumeLayout(false);
     this.panel_other_search.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdOther)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnRefreshOher)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSearch)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmdSearchCat)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.check_rear)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.check_front)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panal_cycle)).EndInit();
     this.panal_cycle.ResumeLayout(false);
     this.panal_cycle.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radio_non_trial)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radio_trial)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.com_brand)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_size)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.com_ply_rate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_t_pattern)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.com_t_pattern)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_make)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.com_made)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_ply_rate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_brand)).EndInit();
     this.grp_tyre_type.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radio_canvas)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radio_radial)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radPanel2)).EndInit();
     this.radPanel2.ResumeLayout(false);
     this.radPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_size)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_cycle_search)).EndInit();
     this.pnlTyre.ResumeLayout(false);
     this.pnlTyre.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radButton6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdBill)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBillNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtpBillingDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBillNote)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSalesRef)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnClear)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton8)).EndInit();
     this.pnlTube.ResumeLayout(false);
     this.pnlTube.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdTubeSize)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chk_din_tube)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkTubeBrand)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comTubeMake)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkTubeSize)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkTubeMake)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkTubeType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comTubeBrand)).EndInit();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radButton10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdTubesearch)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTotal)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFinalTotal)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDiscount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.roundRectShapeForm = new Telerik.WinControls.RoundRectShape(this.components);
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.btnSignin = new Telerik.WinControls.UI.RadButton();
     this.btnClose = new Telerik.WinControls.UI.RadButton();
     this.label4 = new System.Windows.Forms.Label();
     this.breezeExtendedTheme1 = new Telerik.WinControls.Themes.BreezeExtendedTheme();
     this.alertLogTracker = new Telerik.WinControls.UI.RadDesktopAlert(this.components);
     this.txtPassWord = new System.Windows.Forms.TextBox();
     this.txtUserId = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.btnSignin)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnClose)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Trebuchet MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(295, 101);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(52, 22);
     this.label1.TabIndex = 0;
     this.label1.Text = "Login";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.Yellow;
     this.label2.Location = new System.Drawing.Point(295, 141);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(55, 18);
     this.label2.TabIndex = 0;
     this.label2.Text = "User ID :";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Yellow;
     this.label3.Location = new System.Drawing.Point(295, 170);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(67, 18);
     this.label3.TabIndex = 0;
     this.label3.Text = "Password :"******"Trebuchet MS", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSignin.Location = new System.Drawing.Point(382, 215);
     this.btnSignin.Name = "btnSignin";
     this.btnSignin.Size = new System.Drawing.Size(70, 24);
     this.btnSignin.TabIndex = 2;
     this.btnSignin.Text = "Sign In";
     this.btnSignin.ThemeName = "BreezeExtended";
     this.btnSignin.Click += new System.EventHandler(this.btnSignin_Click);
     //
     // btnClose
     //
     this.btnClose.BackColor = System.Drawing.Color.Transparent;
     this.btnClose.Font = new System.Drawing.Font("Trebuchet MS", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClose.Location = new System.Drawing.Point(467, 215);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(70, 24);
     this.btnClose.TabIndex = 2;
     this.btnClose.Text = "Close";
     this.btnClose.ThemeName = "BreezeExtended";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("Trebuchet MS", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.Silver;
     this.label4.Location = new System.Drawing.Point(406, 105);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(115, 16);
     this.label4.TabIndex = 0;
     this.label4.Text = "Registered users only";
     //
     // alertLogTracker
     //
     this.alertLogTracker.CaptionText = "User Login Tracked";
     this.alertLogTracker.ContentImage = null;
     this.alertLogTracker.ContentText = "The new version of Automated Examination Invigilaton System  is introduses.";
     this.alertLogTracker.FadeAnimationFrames = 30;
     this.alertLogTracker.FixedSize = new System.Drawing.Size(170, 100);
     this.alertLogTracker.Opacity = 1F;
     this.alertLogTracker.PlaySound = false;
     this.alertLogTracker.PopupAnimation = true;
     this.alertLogTracker.SoundToPlay = null;
     this.alertLogTracker.ThemeName = "Office2010";
     //
     // txtPassWord
     //
     this.txtPassWord.Location = new System.Drawing.Point(382, 170);
     this.txtPassWord.Name = "txtPassWord";
     this.txtPassWord.Size = new System.Drawing.Size(155, 20);
     this.txtPassWord.TabIndex = 3;
     this.txtPassWord.UseSystemPasswordChar = true;
     //
     // txtUserId
     //
     this.txtUserId.Location = new System.Drawing.Point(382, 138);
     this.txtUserId.Name = "txtUserId";
     this.txtUserId.Size = new System.Drawing.Size(155, 20);
     this.txtUserId.TabIndex = 4;
     this.txtUserId.Text = "Admin";
     //
     // Login
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = global::AEIS.Properties.Resources.login;
     this.ClientSize = new System.Drawing.Size(572, 344);
     this.Controls.Add(this.txtUserId);
     this.Controls.Add(this.txtPassWord);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnSignin);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Name = "Login";
     this.Shape = this.roundRectShapeForm;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Login";
     ((System.ComponentModel.ISupportInitialize)(this.btnSignin)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnClose)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
     this.cmbUnit = new Telerik.WinControls.UI.RadDropDownList();
     this.btnCancel = new Telerik.WinControls.UI.RadButton();
     this.btnAdd = new Telerik.WinControls.UI.RadButton();
     this.txtDesc = new Telerik.WinControls.UI.RadTextBox();
     this.txtType = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel5 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
     this.txtName = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
     this.radDesktopAlert1 = new Telerik.WinControls.UI.RadDesktopAlert(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbUnit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDesc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Controls.Add(this.cmbUnit);
     this.radGroupBox1.Controls.Add(this.btnCancel);
     this.radGroupBox1.Controls.Add(this.btnAdd);
     this.radGroupBox1.Controls.Add(this.txtDesc);
     this.radGroupBox1.Controls.Add(this.txtType);
     this.radGroupBox1.Controls.Add(this.radLabel5);
     this.radGroupBox1.Controls.Add(this.radLabel3);
     this.radGroupBox1.Controls.Add(this.txtName);
     this.radGroupBox1.Controls.Add(this.radLabel2);
     this.radGroupBox1.Controls.Add(this.radLabel1);
     this.radGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.radGroupBox1.HeaderText = "";
     this.radGroupBox1.Location = new System.Drawing.Point(3, 3);
     this.radGroupBox1.Name = "radGroupBox1";
     this.radGroupBox1.Size = new System.Drawing.Size(273, 143);
     this.radGroupBox1.TabIndex = 0;
     this.radGroupBox1.ThemeName = "TelerikMetroBlue";
     //
     // cmbUnit
     //
     this.cmbUnit.AllowShowFocusCues = false;
     this.cmbUnit.AutoCompleteDisplayMember = null;
     this.cmbUnit.AutoCompleteValueMember = null;
     this.cmbUnit.DisplayMember = "1";
     this.cmbUnit.Location = new System.Drawing.Point(89, 31);
     this.cmbUnit.Name = "cmbUnit";
     this.cmbUnit.Size = new System.Drawing.Size(176, 20);
     this.cmbUnit.TabIndex = 0;
     this.cmbUnit.Text = "radDropDownList1";
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnCancel.Location = new System.Drawing.Point(185, 114);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(80, 24);
     this.btnCancel.TabIndex = 5;
     this.btnCancel.Text = "&Cancel";
     this.btnCancel.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnCancel.ThemeName = "TelerikMetroBlue";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnAdd.Location = new System.Drawing.Point(99, 114);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(80, 24);
     this.btnAdd.TabIndex = 4;
     this.btnAdd.Text = "&Add";
     this.btnAdd.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnAdd.ThemeName = "TelerikMetroBlue";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // txtDesc
     //
     this.txtDesc.Location = new System.Drawing.Point(89, 83);
     this.txtDesc.Name = "txtDesc";
     this.txtDesc.Size = new System.Drawing.Size(176, 20);
     this.txtDesc.TabIndex = 0;
     this.txtDesc.ThemeName = "Breeze";
     this.txtDesc.Enter += new System.EventHandler(this.txtProductionMaterialName_Enter);
     this.txtDesc.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtProductionMaterialName_KeyDown);
     //
     // txtType
     //
     this.txtType.Location = new System.Drawing.Point(89, 57);
     this.txtType.Name = "txtType";
     this.txtType.Size = new System.Drawing.Size(176, 20);
     this.txtType.TabIndex = 0;
     this.txtType.ThemeName = "Breeze";
     this.txtType.Enter += new System.EventHandler(this.txtProductionMaterialName_Enter);
     this.txtType.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtProductionMaterialName_KeyDown);
     //
     // radLabel5
     //
     this.radLabel5.Location = new System.Drawing.Point(11, 83);
     this.radLabel5.Name = "radLabel5";
     this.radLabel5.Size = new System.Drawing.Size(63, 18);
     this.radLabel5.TabIndex = 2;
     this.radLabel5.Text = "Description";
     this.radLabel5.ThemeName = "ControlDefault";
     //
     // radLabel3
     //
     this.radLabel3.Location = new System.Drawing.Point(8, 57);
     this.radLabel3.Name = "radLabel3";
     this.radLabel3.Size = new System.Drawing.Size(30, 18);
     this.radLabel3.TabIndex = 2;
     this.radLabel3.Text = "Type";
     this.radLabel3.ThemeName = "ControlDefault";
     //
     // txtName
     //
     this.txtName.Location = new System.Drawing.Point(89, 5);
     this.txtName.Name = "txtName";
     this.txtName.Size = new System.Drawing.Size(176, 20);
     this.txtName.TabIndex = 0;
     this.txtName.ThemeName = "Breeze";
     this.txtName.Enter += new System.EventHandler(this.txtProductionMaterialName_Enter);
     this.txtName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtProductionMaterialName_KeyDown);
     //
     // radLabel2
     //
     this.radLabel2.Location = new System.Drawing.Point(8, 31);
     this.radLabel2.Name = "radLabel2";
     this.radLabel2.Size = new System.Drawing.Size(27, 18);
     this.radLabel2.TabIndex = 2;
     this.radLabel2.Text = "Unit";
     this.radLabel2.ThemeName = "ControlDefault";
     this.radLabel2.Click += new System.EventHandler(this.radLabel2_Click);
     //
     // radLabel1
     //
     this.radLabel1.Location = new System.Drawing.Point(8, 5);
     this.radLabel1.Name = "radLabel1";
     this.radLabel1.Size = new System.Drawing.Size(36, 18);
     this.radLabel1.TabIndex = 2;
     this.radLabel1.Text = "Name";
     this.radLabel1.ThemeName = "ControlDefault";
     //
     // FrmProductionMaterialEntry
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(279, 149);
     this.Controls.Add(this.radGroupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmProductionMaterialEntry";
     this.Padding = new System.Windows.Forms.Padding(3);
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Production Material Entry";
     this.ThemeName = "TelerikMetroBlue";
     this.Load += new System.EventHandler(this.FrmProductionMaterialEntry_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     this.radGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbUnit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDesc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Telerik.WinControls.UI.RadListDataItem radListDataItem1 = new Telerik.WinControls.UI.RadListDataItem();
     Telerik.WinControls.UI.RadListDataItem radListDataItem2 = new Telerik.WinControls.UI.RadListDataItem();
     this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
     this.cmbType = new Telerik.WinControls.UI.RadDropDownList();
     this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
     this.btnCancel = new Telerik.WinControls.UI.RadButton();
     this.btnAdd = new Telerik.WinControls.UI.RadButton();
     this.txtRemarks = new Telerik.WinControls.UI.RadTextBox();
     this.txtWareHouseName = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
     this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
     this.radDesktopAlert1 = new Telerik.WinControls.UI.RadDesktopAlert(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemarks)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtWareHouseName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Controls.Add(this.cmbType);
     this.radGroupBox1.Controls.Add(this.radLabel2);
     this.radGroupBox1.Controls.Add(this.btnCancel);
     this.radGroupBox1.Controls.Add(this.btnAdd);
     this.radGroupBox1.Controls.Add(this.txtRemarks);
     this.radGroupBox1.Controls.Add(this.txtWareHouseName);
     this.radGroupBox1.Controls.Add(this.radLabel4);
     this.radGroupBox1.Controls.Add(this.radLabel1);
     this.radGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.radGroupBox1.HeaderText = "";
     this.radGroupBox1.Location = new System.Drawing.Point(3, 3);
     this.radGroupBox1.Name = "radGroupBox1";
     this.radGroupBox1.Size = new System.Drawing.Size(264, 107);
     this.radGroupBox1.TabIndex = 0;
     this.radGroupBox1.ThemeName = "TelerikMetroBlue";
     //
     // cmbType
     //
     this.cmbType.AllowShowFocusCues = false;
     this.cmbType.AutoCompleteDisplayMember = null;
     this.cmbType.AutoCompleteValueMember = null;
     radListDataItem1.Text = "Raw Material";
     radListDataItem1.TextWrap = true;
     radListDataItem2.Text = "Finish Good";
     radListDataItem2.TextWrap = true;
     this.cmbType.Items.Add(radListDataItem1);
     this.cmbType.Items.Add(radListDataItem2);
     this.cmbType.Location = new System.Drawing.Point(80, 27);
     this.cmbType.Name = "cmbType";
     this.cmbType.Size = new System.Drawing.Size(176, 20);
     this.cmbType.TabIndex = 1;
     this.cmbType.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtWareHouseName_KeyDown);
     //
     // radLabel2
     //
     this.radLabel2.Location = new System.Drawing.Point(8, 29);
     this.radLabel2.Name = "radLabel2";
     this.radLabel2.Size = new System.Drawing.Size(52, 18);
     this.radLabel2.TabIndex = 6;
     this.radLabel2.Text = "WH Type";
     this.radLabel2.ThemeName = "ControlDefault";
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnCancel.Location = new System.Drawing.Point(176, 78);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(80, 24);
     this.btnCancel.TabIndex = 4;
     this.btnCancel.Text = "&Cancel";
     this.btnCancel.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnCancel.ThemeName = "TelerikMetroBlue";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnAdd.Location = new System.Drawing.Point(90, 78);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(80, 24);
     this.btnAdd.TabIndex = 3;
     this.btnAdd.Text = "&Add";
     this.btnAdd.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnAdd.ThemeName = "TelerikMetroBlue";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // txtRemarks
     //
     this.txtRemarks.Location = new System.Drawing.Point(80, 50);
     this.txtRemarks.Name = "txtRemarks";
     this.txtRemarks.Size = new System.Drawing.Size(176, 20);
     this.txtRemarks.TabIndex = 2;
     this.txtRemarks.ThemeName = "Breeze";
     this.txtRemarks.Enter += new System.EventHandler(this.txtWareHouseName_Enter);
     this.txtRemarks.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtWareHouseName_KeyDown);
     //
     // txtWareHouseName
     //
     this.txtWareHouseName.Location = new System.Drawing.Point(80, 5);
     this.txtWareHouseName.Name = "txtWareHouseName";
     this.txtWareHouseName.Size = new System.Drawing.Size(176, 20);
     this.txtWareHouseName.TabIndex = 0;
     this.txtWareHouseName.ThemeName = "Breeze";
     this.txtWareHouseName.Enter += new System.EventHandler(this.txtWareHouseName_Enter);
     this.txtWareHouseName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtWareHouseName_KeyDown);
     //
     // radLabel4
     //
     this.radLabel4.Location = new System.Drawing.Point(8, 53);
     this.radLabel4.Name = "radLabel4";
     this.radLabel4.Size = new System.Drawing.Size(49, 18);
     this.radLabel4.TabIndex = 2;
     this.radLabel4.Text = "Remarks";
     //
     // radLabel1
     //
     this.radLabel1.Location = new System.Drawing.Point(8, 5);
     this.radLabel1.Name = "radLabel1";
     this.radLabel1.Size = new System.Drawing.Size(58, 18);
     this.radLabel1.TabIndex = 2;
     this.radLabel1.Text = "WH Name";
     this.radLabel1.ThemeName = "ControlDefault";
     //
     // FrmWareHouseEntry
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(270, 113);
     this.Controls.Add(this.radGroupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmWareHouseEntry";
     this.Padding = new System.Windows.Forms.Padding(3);
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "WareHouse Entry";
     this.ThemeName = "TelerikMetroBlue";
     this.Load += new System.EventHandler(this.FrmWareHouseEntry_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     this.radGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemarks)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtWareHouseName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }