protected void ShfaqKurset() { //Shfaq te gjitha kurset e vlefshme BLL.Studenti s = new BLL.Studenti(); ListGridView.DataSource = s.GetAllKursetForStudenti(Convert.ToInt32(Session["UserID"])); ListGridView.DataBind(); }
protected void SearchButton_Click(object sender, EventArgs e) { //Shfaq te gjitha kurset e vlefshme ne baze te emrit BLL.Studenti s = new BLL.Studenti(); ListGridView.DataSource = s.GetAllKursetByEmriKursit(SearchTextBox.Text); ListGridView.DataBind(); }
private void ShowKerkesat() { ProfesoriMapper pm = new ProfesoriMapper(); ListGridView.DataSource = pm.ShowKerkesat(Convert.ToInt32(Session["UserID"])); ListGridView.DataBind(); }
protected void Kurset_List() { //Shfaq requests qe ka bere studenti BLL.Studenti s = new BLL.Studenti(); ListGridView.DataSource = s.GetRequestsForStudenti(Convert.ToInt32(Session["UserID"])); ListGridView.DataBind(); }
private void placeShenimet() { List <Klienti> lk = new List <Klienti>(); KlientetMapper km = new KlientetMapper(lk); km.SelectAllKlients(); ListGridView.DataSource = lk; ListGridView.DataBind(); }
private void placeShenimet() { List <Grupi> lb = new List <Grupi>(); GrupetMappers bm = new GrupetMappers(lb); bm.SelectAllGrupet(); ListGridView.DataSource = lb; ListGridView.DataBind(); }
private void placeShenimet() { List <Vendori> lv = new List <Vendori>(); VendoretMapper vm = new VendoretMapper(lv); vm.SelectAllVendori(); ListGridView.DataSource = lv; ListGridView.DataBind(); }
private void placeShenimet() { List <Objekti> lb = new List <Objekti>(); ObjektetMappers bm = new ObjektetMappers(lb); bm.SelectAllObjektet(); ListGridView.DataSource = lb; ListGridView.DataBind(); }
private void placeShenimet() { List <Punetori> lp = new List <Punetori>(); PunetoretMapper bm = new PunetoretMapper(lp); bm.SelectAllPunetoret(); ListGridView.DataSource = lp; ListGridView.DataBind(); }
private void placeShenimet() { List <BLL.LlojiHapsires> lb = new List <BLL.LlojiHapsires>(); LloiHapsiraveMappers bm = new LloiHapsiraveMappers(lb); bm.SelectAllLlojiHapsirave(); ListGridView.DataSource = lb; ListGridView.DataBind(); }
public void placeShenimet() { Index form = (Index)Context.Handler; int ID = form.SelectedID; Session.Add("ID", form.SelectedID); ViewState["SelectedID"] = ID; List <Produkti> ex = new List <Produkti>(); ProduktetMappers em = new ProduktetMappers(ex); em.SelectedID(ID); ListGridView.DataSource = ex; ListGridView.DataBind(); }
protected void ListGridView_SelectedIndexChanged(object sender, EventArgs e) { ListGridView.DataSource = null; ListGridView.DataBind(); String selectedValue = FilterKerkimiDropDown.SelectedValue; if (selectedValue.Equals("Te gjitha")) { ShowKerkesat(); return; } ProfesoriMapper pm = new ProfesoriMapper(); ListGridView.DataSource = pm.ShowKerkesatPerKurs(Convert.ToInt32(Session["UserID"]), selectedValue); ListGridView.DataBind(); }
private void Initialize() { DataGridViewCellStyle dataGridViewCellStyle1 = new DataGridViewCellStyle(); DataGridViewCellStyle dataGridViewCellStyle2 = new DataGridViewCellStyle(); DataGridViewCellStyle dataGridViewCellStyle3 = new DataGridViewCellStyle(); lpanel = new XShadowPanel(); linner_panel = new Panel(); chk_notactive = new MCheckBox(); txt_ledger_name = new LookupBox(); lbl_ledger_name = new XLabel(); btn_close = new CloseButton(); lbl_header = new Header(); btn_print = new OfficeButton(); btn_delete = new OfficeButton(); btn_edit = new OfficeButton(); btn_new = new OfficeButton(); btn_refresh = new OfficeButton(); listgrid = new ListGridView(); btn_search = new OfficeButton(); lpanel.SuspendLayout(); linner_panel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(listgrid)).BeginInit(); SuspendLayout(); lpanel.Name = "lpanel"; lpanel.Dock = DockStyle.Fill; lpanel.Size = XSize.FPanel; lpanel.Location = XLayout.FPanel; lpanel.BackColor = XTheme.FPanel; lpanel.Controls.Add(linner_panel); lpanel.Controls.Add(btn_close); lpanel.Controls.Add(lbl_header); linner_panel.Anchor = XAnchor.LTRB; linner_panel.BackColor = XTheme.LInnerpanel; linner_panel.Controls.Add(btn_search); linner_panel.Controls.Add(chk_notactive); linner_panel.Controls.Add(txt_ledger_name); linner_panel.Controls.Add(lbl_ledger_name); linner_panel.Controls.Add(btn_print); linner_panel.Controls.Add(btn_delete); linner_panel.Controls.Add(btn_edit); linner_panel.Controls.Add(btn_new); linner_panel.Controls.Add(btn_refresh); linner_panel.Controls.Add(listgrid); linner_panel.Location = XLayout.LInnerPanel; linner_panel.Name = "linner_panel"; linner_panel.Size = XSize.LInnerPanel; btn_close.Click += Btn_close_Click; lbl_header.Text = "Ledger"; chk_notactive.Anchor = XAnchor.TR; chk_notactive.AutoSize = true; chk_notactive.Font = XFont.TxtFont; chk_notactive.Location = XLayout.ListFirstBtn; chk_notactive.MouseLocation = new Point(-1, -1); chk_notactive.Name = "chk_notactive"; chk_notactive.Size = new Size(92, 30); chk_notactive.TabIndex = 4; chk_notactive.Text = "Not Active"; chk_notactive.CheckedChanged += new System.EventHandler(Chk_notactive_CheckedChanged); txt_ledger_name.Font = XFont.TxtFont; txt_ledger_name.ForeColor = XFontColor.TxtFontColor; txt_ledger_name.BackColor = XTheme.TxtBackcolor; txt_ledger_name.Name = "txt_ledger_name"; txt_ledger_name.ReadOnlyBackColor = XTheme.TxtReadonlyBackcolor; txt_ledger_name.Size = XSize.TwoText; txt_ledger_name.Anchor = XAnchor.LTR; txt_ledger_name.Location = XLayout.FirstText; txt_ledger_name.TabIndex = 5; lbl_ledger_name.Font = XFont.Font_10B; lbl_ledger_name.Name = "lbl_ledger_name"; lbl_ledger_name.Text = "Ledger"; lbl_ledger_name.TextAlign = ContentAlignment.MiddleCenter; lbl_ledger_name.ForeColor = XFontColor.Lbl_ForeColor; lbl_ledger_name.Size = XSize.OneLabel; lbl_ledger_name.Location = XLayout.FirstLabel; btn_search.Font = XFont.BtnFont; btn_search.Location = new Point(txt_ledger_name.Right + 10, txt_ledger_name.Top); btn_search.Size = new Size(75, 26); btn_search.TabIndex = 1; btn_search.Name = "btn_search"; btn_search.Text = "&Search"; btn_search.Themes = XTheme.YellowBtn; btn_search.Anchor = XAnchor.TR; btn_search.Click += Btn_search_Click; #region [btn Properties] btn_refresh.Font = XFont.BtnFont; btn_refresh.Location = XLayout.BtnLocation(chk_notactive.Location); btn_refresh.Size = XSize.BtnOne; btn_refresh.TabIndex = 1; btn_refresh.Name = "btn_refresh"; btn_refresh.Text = "&Refresh"; btn_refresh.Themes = XTheme.BlueBtn; btn_refresh.Anchor = XAnchor.TR; btn_refresh.Click += Btn_refresh_Click; btn_new.Font = XFont.BtnFont; btn_new.Location = XLayout.BtnLocation(btn_refresh.Location); btn_new.Size = XSize.BtnOne; btn_new.TabIndex = XTab.Index(btn_refresh.TabIndex); btn_new.Name = "btn_new"; btn_new.Text = "&New"; btn_new.Themes = XTheme.BlueBtn; btn_new.Anchor = XAnchor.TR; btn_new.Click += Btn_new_Click; btn_edit.Font = XFont.BtnFont; btn_edit.Location = XLayout.BtnLocation(btn_new.Location); btn_edit.Size = XSize.BtnOne; btn_edit.TabIndex = XTab.Index(btn_new.TabIndex); btn_edit.Name = "btn_edit"; btn_edit.Text = "&Edit"; btn_edit.Themes = XTheme.BlueBtn; btn_edit.Anchor = XAnchor.TR; btn_edit.Click += Btn_edit_Click; btn_delete.Font = XFont.BtnFont; btn_delete.Location = XLayout.BtnLocation(btn_edit.Location); btn_delete.Size = XSize.BtnOne; btn_delete.TabIndex = XTab.Index(btn_edit.TabIndex); btn_delete.Name = "btn_delete"; btn_delete.Text = "&Delete"; btn_delete.Themes = XTheme.BlueBtn; btn_delete.Anchor = XAnchor.TR; btn_delete.Click += Btn_delete_Click; btn_print.Font = XFont.BtnFont; btn_print.Location = XLayout.BtnLocation(btn_delete.Location); btn_print.Size = XSize.BtnOne; btn_print.TabIndex = XTab.Index(btn_delete.TabIndex); btn_print.Name = "btn_print"; btn_print.Text = "&Print"; btn_print.Themes = XTheme.BlueBtn; btn_print.Anchor = XAnchor.TR; btn_print.Click += Btn_print_Click; #endregion [btn Properties] #region [List Grid] listgrid.AllowUserToAddRows = false; listgrid.AllowUserToDeleteRows = false; listgrid.AllowUserToOrderColumns = true; listgrid.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = Color.White; dataGridViewCellStyle1.Font = XFont.Font_10R; dataGridViewCellStyle1.ForeColor = Color.Black; dataGridViewCellStyle1.SelectionBackColor = Color.FromArgb(255, 255, 204); dataGridViewCellStyle1.SelectionForeColor = Color.FromArgb(252, 0, 11); dataGridViewCellStyle1.WrapMode = DataGridViewTriState.True; listgrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; listgrid.Anchor = XAnchor.LTRB; listgrid.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill; listgrid.BackgroundColor = Color.White; listgrid.BorderStyle = BorderStyle.Fixed3D; listgrid.CellBorderStyle = DataGridViewCellBorderStyle.Custom; listgrid.ColumnHeadersBorderStyle = DataGridViewHeaderBorderStyle.Custom; dataGridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = Color.FromArgb(132, 192, 96); dataGridViewCellStyle2.Font = new Font("Microsoft Sans Serif", 11.25F, FontStyle.Bold, GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle2.ForeColor = Color.White; dataGridViewCellStyle2.Padding = new Padding(3); dataGridViewCellStyle2.SelectionBackColor = SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = DataGridViewTriState.True; listgrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; listgrid.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; listgrid.Cursor = Cursors.Default; dataGridViewCellStyle3.Alignment = DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = Color.White; dataGridViewCellStyle3.Font = XFont.Font_10R; dataGridViewCellStyle3.ForeColor = Color.Black; dataGridViewCellStyle3.SelectionBackColor = Color.FromArgb(255, 255, 204); dataGridViewCellStyle3.SelectionForeColor = Color.FromArgb(252, 0, 11); dataGridViewCellStyle3.WrapMode = DataGridViewTriState.False; listgrid.DefaultCellStyle = dataGridViewCellStyle3; listgrid.EnableHeadersVisualStyles = false; listgrid.GridColor = Color.SeaGreen; listgrid.MultiSelect = false; listgrid.Name = "listgrid"; listgrid.ReadOnly = true; listgrid.RowHeadersVisible = false; listgrid.SelectionMode = DataGridViewSelectionMode.FullRowSelect; listgrid.Location = XLayout.ListView; listgrid.Size = XSize.ListView; listgrid.StandardTab = true; listgrid.TabIndex = 0; #endregion [List Grid] AutoScaleDimensions = new SizeF(6F, 13F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(lpanel); Name = "LLedger"; Size = new Size(1000, 600); lpanel.ResumeLayout(false); linner_panel.ResumeLayout(false); linner_panel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(listgrid)).EndInit(); ResumeLayout(false); }
private void placeShenimet() { ListGridView.DataSource = new AdministratoriMapper().getRequestsByProfesoriKursi(Int32.Parse(Session["ProfesoriKursiID"].ToString())); ListGridView.DataBind(); }
// #endregion [Private Declare] #region [Initilize] private void Initilize() { DataGridViewCellStyle dataGridViewCellStyle1 = new DataGridViewCellStyle(); DataGridViewCellStyle dataGridViewCellStyle2 = new DataGridViewCellStyle(); DataGridViewCellStyle dataGridViewCellStyle3 = new DataGridViewCellStyle(); fl_panel = new ShadowBox(); fl_inner_panel = new Panel(); btn_close = new Button(); lbl_header = new Label(); lbl_back = new Label(); btn_default = new OfficeButton(); btn_removedefault = new OfficeButton(); gridItems = new ListGridView(); fl_panel.SuspendLayout(); fl_inner_panel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(gridItems)).BeginInit(); SuspendLayout(); // // f_panel // fl_panel.BackColor = Theme.Flpanel_Backcolor; fl_panel.Controls.Add(fl_inner_panel); fl_panel.Location = new Point(0, 0); fl_panel.Name = "f_panel"; fl_panel.Size = new Size(Theme.Flpanel_width, Theme.Flpanel_height + 90); // // f_inner_panel // fl_inner_panel.Anchor = AnchorStyles.Top | AnchorStyles.Right | AnchorStyles.Left; fl_inner_panel.BackColor = Color.FromArgb(101, 231, 43); fl_inner_panel.Controls.Add(btn_close); fl_inner_panel.Controls.Add(lbl_header); fl_inner_panel.Controls.Add(btn_default); fl_inner_panel.Controls.Add(btn_removedefault); fl_inner_panel.Controls.Add(gridItems); fl_inner_panel.Controls.Add(lbl_back); fl_inner_panel.Cursor = Cursors.Default; fl_inner_panel.Location = new Point(6, 5); fl_inner_panel.Name = "f_inner_panel"; fl_inner_panel.Size = new Size(Theme.Fl_inner_panel_width, Theme.Fl_inner_panel_height + 110); // fl_inner_panel.BackgroundImage = Properties.Resources.scmp_img; // fl_inner_panel.BackgroundImageLayout = ImageLayout.Stretch; // // btn_close // btn_close.Anchor = AnchorStyles.Top | AnchorStyles.Right; btn_close.BackColor = Color.FromArgb(0, 97, 168); btn_close.Cursor = Cursors.Default; btn_close.FlatAppearance.BorderSize = 0; btn_close.FlatAppearance.MouseDownBackColor = Color.OrangeRed; btn_close.FlatAppearance.MouseOverBackColor = Color.Crimson; btn_close.FlatStyle = FlatStyle.Flat; btn_close.Font = new Font("Arial", 9.75F, FontStyle.Bold, GraphicsUnit.Point, 0); btn_close.ForeColor = Color.FromArgb(217, 237, 255); btn_close.Location = new Point(Theme.btn_close_left, Theme.btn_close_top); btn_close.Name = "btn_close"; btn_close.Size = new Size(Theme.btn_close_width, Theme.btn_close_height); btn_close.TabIndex = 30; btn_close.Text = "X"; btn_close.UseVisualStyleBackColor = false; btn_close.Click += new EventHandler(Btn_close_Click); // // lbl_header // lbl_header.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; lbl_header.BackColor = Theme.Fl_header_Backcolor; lbl_header.Cursor = Cursors.Default; lbl_header.Font = Theme.Fl_header_Font; lbl_header.ForeColor = Theme.Fl_headerText_Fontcolor; lbl_header.Location = new Point(-5, 0); lbl_header.Name = "lbl_header"; lbl_header.Size = new Size(Theme.Fl_header_width, Theme.Fl_header_height); lbl_header.Text = "Accounting Year"; lbl_header.TextAlign = ContentAlignment.MiddleCenter; // gridItems.AllowUserToAddRows = false; gridItems.AllowUserToDeleteRows = false; gridItems.AllowUserToOrderColumns = true; gridItems.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = Color.White; dataGridViewCellStyle1.ForeColor = Color.Black; dataGridViewCellStyle1.SelectionBackColor = Color.FromArgb(153, 202, 238); dataGridViewCellStyle1.SelectionForeColor = Color.FromArgb(252, 0, 11); gridItems.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; gridItems.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; gridItems.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill; gridItems.BackgroundColor = Color.White; gridItems.BorderStyle = BorderStyle.Fixed3D; gridItems.CellBorderStyle = DataGridViewCellBorderStyle.Custom; gridItems.ColumnHeadersBorderStyle = DataGridViewHeaderBorderStyle.Custom; dataGridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = Color.White; dataGridViewCellStyle2.Font = new Font("Calibri", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0); dataGridViewCellStyle2.ForeColor = Color.White; dataGridViewCellStyle2.Padding = new Padding(3); dataGridViewCellStyle2.SelectionBackColor = SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = DataGridViewTriState.True; gridItems.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; gridItems.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing; gridItems.Cursor = Cursors.Default; dataGridViewCellStyle3.Alignment = DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = Color.White; dataGridViewCellStyle3.Font = new Font("Calibri Light", 26.25F, FontStyle.Italic, GraphicsUnit.Point, 0); dataGridViewCellStyle3.ForeColor = Color.Black; dataGridViewCellStyle3.SelectionBackColor = Color.FromArgb(153, 202, 238); dataGridViewCellStyle3.SelectionForeColor = Color.FromArgb(252, 0, 11); dataGridViewCellStyle3.WrapMode = DataGridViewTriState.False; gridItems.DefaultCellStyle = dataGridViewCellStyle3; gridItems.ColumnHeadersVisible = false; gridItems.GridColor = Color.DodgerBlue; gridItems.MultiSelect = false; gridItems.RowTemplate.Height = 35; gridItems.ScrollBars = ScrollBars.Vertical; gridItems.TabIndex = 1; //gridItems.Location = new Point(fl_inner_panel.Left, lbl_header.Bottom + 5); gridItems.Size = new Size(Theme.Fl_gridItems_width - 50, Theme.Fl_gridItems_height - 100); gridItems.Left = (fl_inner_panel.Width - gridItems.Width) / 2; gridItems.Top = 10 + (fl_inner_panel.Height - gridItems.Height) / 2; gridItems.Name = "gridItems"; gridItems.ReadOnly = true; gridItems.RowHeadersVisible = false; gridItems.SelectionMode = DataGridViewSelectionMode.FullRowSelect; gridItems.StandardTab = true; // lbl_back.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; lbl_back.BackColor = Color.Linen; lbl_back.Cursor = Cursors.Default; lbl_back.Font = Theme.Fl_header_Font; lbl_back.ForeColor = Theme.Fl_headerText_Fontcolor; lbl_back.Size = new Size(gridItems.Width + 10, gridItems.Height + 10); lbl_back.Location = new Point(gridItems.Left - 5, gridItems.Top - 5); lbl_back.Name = "lbl_back"; lbl_back.Text = " "; lbl_back.TextAlign = ContentAlignment.MiddleCenter; // btn_default.Font = Theme.btnFont; btn_default.Location = new Point(fl_inner_panel.Right - 255, fl_inner_panel.Bottom - 70); btn_default.Size = new Size(Theme.F_btn_list_width, Theme.F_btn_list_height); btn_default.TabIndex = 2; btn_default.Name = "btn_default"; btn_default.Text = "Set Default"; btn_default.Themes = Theme.PinkBtn; btn_default.Click += new EventHandler(Btn_default_Click); // btn_removedefault.Font = Theme.btnFont; btn_removedefault.Location = new Point(btn_default.Left - 145, fl_inner_panel.Bottom - 70); btn_removedefault.Size = new Size(Theme.F_btn_list_width, Theme.F_btn_list_height); btn_removedefault.TabIndex = 2; btn_removedefault.Name = "btn_removedefault"; btn_removedefault.Text = "Remove Default"; btn_removedefault.Themes = Theme.SteelblueBtn; btn_removedefault.Click += new EventHandler(Btn_removedefault_Click); // AutoScaleDimensions = new SizeF(6F, 13F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(fl_panel); Name = "SACY"; fl_panel.ResumeLayout(false); fl_inner_panel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(gridItems)).EndInit(); ResumeLayout(false); }
private void Initialize() { lpanel = new XShadowPanel(); linner_panel = new Panel(); btn_close = new CloseButton(); lbl_header = new Header(); rdo_unrefer = new MRadioButton(); rdo_refer = new MRadioButton(); rdo_showall = new MRadioButton(); rdo_notactive = new MRadioButton(); txt_no = new LookupBox(); lbl_no = new XLabel(); txt_date = new XTextBox(); txt_datePicker = new xDatepicker(); lbl_date = new XLabel(); txt_Todate = new XTextBox(); txt_TodatePicker = new xDatepicker(); lbl_dateTo = new XLabel(); txt_party = new LookupBox(); lbl_party = new XLabel(); btn_search = new OfficeButton(); //btn_quick = new OfficeButton(); //Getno_panel = new Panel(); //Getno_innerpanel = new ShadowBox(); //txt_getno = new XTextBox(); //lbl_getno = new XLabel(); //btn_generate = new OfficeButton(); btn_refresh = new OfficeButton(); btn_new = new OfficeButton(); btn_edit = new OfficeButton(); btn_delete = new OfficeButton(); btn_print = new OfficeButton(); listgrid = new ListGridView(); DataGridViewCellStyle dataGridViewCellStyle1 = new DataGridViewCellStyle(); DataGridViewCellStyle dataGridViewCellStyle2 = new DataGridViewCellStyle(); DataGridViewCellStyle dataGridViewCellStyle3 = new DataGridViewCellStyle(); lpanel.SuspendLayout(); linner_panel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(listgrid)).BeginInit(); SuspendLayout(); linner_panel.Location = XLayout.LInnerPanel; linner_panel.Name = "linner_panel"; linner_panel.Size = XSize.LInnerPanel; btn_close.Click += Btn_close_Click; lbl_header.Text = "Inward"; #endregion [Initialize] #region [Add Control] lpanel.Name = "lpanel"; lpanel.Dock = DockStyle.Fill; lpanel.Size = XSize.FPanel; lpanel.Location = XLayout.FPanel; lpanel.BackColor = XTheme.FPanel; lpanel.Controls.Add(linner_panel); lpanel.Controls.Add(btn_close); lpanel.Controls.Add(lbl_header); linner_panel.Anchor = XAnchor.LTRB; linner_panel.BackColor = XTheme.LInnerpanel; linner_panel.Controls.Add(txt_no); linner_panel.Controls.Add(lbl_no); linner_panel.Controls.Add(txt_date); linner_panel.Controls.Add(txt_datePicker); linner_panel.Controls.Add(lbl_date); linner_panel.Controls.Add(txt_Todate); linner_panel.Controls.Add(txt_TodatePicker); linner_panel.Controls.Add(lbl_dateTo); linner_panel.Controls.Add(txt_party); linner_panel.Controls.Add(lbl_party); linner_panel.Controls.Add(btn_search); linner_panel.Controls.Add(rdo_unrefer); linner_panel.Controls.Add(rdo_refer); linner_panel.Controls.Add(rdo_showall); linner_panel.Controls.Add(rdo_notactive); //linner_panel.Controls.Add(btn_quick); //linner_panel.Controls.Add(Getno_panel); linner_panel.Controls.Add(btn_refresh); linner_panel.Controls.Add(btn_new); linner_panel.Controls.Add(btn_edit); linner_panel.Controls.Add(btn_delete); linner_panel.Controls.Add(btn_print); linner_panel.Controls.Add(listgrid); #endregion [Add Control] #region [Search] lbl_no.Font = XFont.Font_10B; lbl_no.Name = "lbl_no"; lbl_no.Text = "No"; lbl_no.TextAlign = ContentAlignment.MiddleCenter; lbl_no.ForeColor = XFontColor.Lbl_ForeColor; lbl_no.Size = new Size(40, 28); lbl_no.Location = XLayout.FirstLabel; txt_no.Font = XFont.TxtFont; txt_no.ForeColor = XFontColor.TxtFontColor; txt_no.BackColor = XTheme.TxtBackcolor; txt_no.Name = "txt_no"; txt_no.ReadOnlyBackColor = XTheme.TxtReadonlyBackcolor; txt_no.Size = new Size(100, 28); txt_no.Anchor = XAnchor.LT; txt_no.Location = new Point(lbl_no.Right - 1, lbl_no.Top); txt_no.TabIndex = 6; lbl_date.Font = XFont.Font_10B; lbl_date.Name = "lbl_date"; lbl_date.Text = "Date"; lbl_date.TextAlign = ContentAlignment.MiddleCenter; lbl_date.ForeColor = XFontColor.Lbl_ForeColor; lbl_date.Size = new Size(50, 28); lbl_date.Location = new Point(txt_no.Right + 10, txt_no.Top); txt_date.Font = XFont.TxtFont; txt_date.ForeColor = XFontColor.TxtFontColor; txt_date.BackColor = XTheme.TxtBackcolor; txt_date.Name = "txt_date"; txt_date.Size = new Size(140, 28); txt_date.Anchor = XAnchor.LT; txt_date.Location = new Point(lbl_date.Right - 1, lbl_date.Top); txt_date.TabIndex = 7; txt_datePicker.Font = XFont.TxtFont; txt_datePicker.ForeColor = XFontColor.TxtFontColor; txt_datePicker.BackColor = XTheme.TxtBackcolor; txt_datePicker.Name = "txt_datePicker"; txt_datePicker.CustomFormat = " dd-MM-yyyy"; txt_datePicker.Format = DateTimePickerFormat.Custom; txt_datePicker.Size = new Size(170, 28); txt_datePicker.Anchor = XAnchor.LT; txt_datePicker.Location = new Point(lbl_date.Right - 1, lbl_date.Top); txt_datePicker.TabIndex = 7; txt_datePicker.TextChanged += Txt_datePicker_TextChanged; lbl_dateTo.Font = XFont.Font_10B; lbl_dateTo.Name = "lbl_date"; lbl_dateTo.Text = "To"; lbl_dateTo.TextAlign = ContentAlignment.MiddleCenter; lbl_dateTo.ForeColor = XFontColor.Lbl_ForeColor; lbl_dateTo.Size = new Size(50, 28); lbl_dateTo.Location = new Point(txt_datePicker.Right + 10, lbl_date.Top); txt_Todate.Font = XFont.TxtFont; txt_Todate.ForeColor = XFontColor.TxtFontColor; txt_Todate.BackColor = XTheme.TxtBackcolor; txt_Todate.Name = "txt_dateTo"; txt_Todate.Size = new Size(140, 28); txt_Todate.Anchor = XAnchor.LT; txt_Todate.Location = new Point(lbl_dateTo.Right - 1, lbl_date.Top); txt_Todate.TabIndex = 7; txt_TodatePicker.Font = XFont.TxtFont; txt_TodatePicker.ForeColor = XFontColor.TxtFontColor; txt_TodatePicker.BackColor = XTheme.TxtBackcolor; txt_TodatePicker.Name = "txt_dateTopicker"; txt_TodatePicker.CustomFormat = " dd-MM-yyyy"; txt_TodatePicker.Format = DateTimePickerFormat.Custom; txt_TodatePicker.Size = new Size(170, 28); txt_TodatePicker.Anchor = XAnchor.LT; txt_TodatePicker.Location = new Point(lbl_dateTo.Right - 1, lbl_date.Top); txt_TodatePicker.TabIndex = 7; txt_TodatePicker.TextChanged += Txt_TodatePicker_TextChanged; lbl_party.Font = XFont.Font_10B; lbl_party.Name = "lbl_party"; lbl_party.Text = "Party"; lbl_party.TextAlign = ContentAlignment.MiddleCenter; lbl_party.ForeColor = XFontColor.Lbl_ForeColor; lbl_party.Size = new Size(80, 28); lbl_party.Location = new Point(txt_TodatePicker.Right + 10, txt_datePicker.Top); txt_party.Font = XFont.TxtFont; txt_party.ForeColor = XFontColor.TxtFontColor; txt_party.BackColor = XTheme.TxtBackcolor; txt_party.Name = "txt_party"; txt_party.ReadOnlyBackColor = XTheme.TxtReadonlyBackcolor; txt_party.Size = new Size(400, 28); txt_party.Anchor = XAnchor.LT; txt_party.Location = new Point(lbl_party.Right - 1, lbl_party.Top); txt_party.TabIndex = 8; btn_search.Font = XFont.BtnFont; btn_search.Location = new Point(txt_party.Right + 10, txt_party.Top); btn_search.Size = new Size(75, 26); btn_search.TabIndex = 1; btn_search.Name = "btn_search"; btn_search.Text = "&Search"; btn_search.Themes = XTheme.YellowBtn; btn_search.Anchor = XAnchor.TR; btn_search.Click += Btn_search_Click; #endregion [Search] #region [Radio btn] rdo_unrefer.Anchor = XAnchor.TR; rdo_unrefer.AutoSize = false; rdo_unrefer.Font = XFont.TxtFont; rdo_unrefer.Location = new Point(XSize.FPanel_width - 160, 60); rdo_unrefer.MouseLocation = new Point(-1, -1); rdo_unrefer.Name = "rdo_unrefer"; rdo_unrefer.Size = new Size(200, 30); rdo_unrefer.TabIndex = 2; rdo_unrefer.Text = "UN RECEIPTED"; rdo_unrefer.CheckedChanged += new EventHandler(Rdo_unrefer_CheckedChanged); rdo_refer.Anchor = XAnchor.TR; rdo_refer.AutoSize = false; rdo_refer.Font = XFont.TxtFont; rdo_refer.Location = new Point(rdo_unrefer.Left, rdo_unrefer.Bottom + 20); rdo_refer.MouseLocation = new Point(-1, -1); rdo_refer.Name = "rdo_refer"; rdo_refer.Size = new Size(200, 30); rdo_refer.TabIndex = 3; rdo_refer.Text = " RECEIPTED"; rdo_refer.CheckedChanged += new EventHandler(Rdo_refer_CheckedChanged); rdo_showall.Anchor = XAnchor.TR; rdo_showall.AutoSize = false; rdo_showall.Font = XFont.TxtFont; rdo_showall.Location = new Point(rdo_refer.Left, rdo_refer.Bottom + 20); rdo_showall.MouseLocation = new Point(-1, -1); rdo_showall.Name = "rdo_showall"; rdo_showall.Size = new Size(200, 30); rdo_showall.TabIndex = 4; rdo_showall.Text = " SHOW ALL"; rdo_showall.CheckedChanged += new EventHandler(Rdo_showall_CheckedChanged); rdo_notactive.Anchor = XAnchor.TR; rdo_notactive.AutoSize = false; rdo_notactive.Font = XFont.TxtFont; rdo_notactive.Location = new Point(rdo_showall.Left, rdo_showall.Bottom + 20); rdo_notactive.MouseLocation = new Point(-1, -1); rdo_notactive.Name = "rdo_notactive"; rdo_notactive.Size = new Size(200, 30); rdo_notactive.TabIndex = 6; rdo_notactive.Text = "NOT ACTIVE"; rdo_notactive.CheckedChanged += new EventHandler(Rdo_notactive_CheckedChanged); #endregion [Radio btn] #region [btn Properties] btn_refresh.Font = XFont.BtnFont; btn_refresh.Location = XLayout.BtnLocation(rdo_notactive.Location); btn_refresh.Size = XSize.BtnOne; btn_refresh.TabIndex = 1; btn_refresh.Name = "btn_refresh"; btn_refresh.Text = "&Refresh"; btn_refresh.Themes = XTheme.BlueBtn; btn_refresh.Anchor = XAnchor.TR; btn_refresh.Click += Btn_refresh_Click; btn_new.Font = XFont.BtnFont; btn_new.Location = XLayout.BtnLocation(btn_refresh.Location); btn_new.Size = XSize.BtnOne; btn_new.TabIndex = XTab.Index(btn_refresh.TabIndex); btn_new.Name = "btn_new"; btn_new.Text = "&New"; btn_new.Themes = XTheme.BlueBtn; btn_new.Anchor = XAnchor.TR; btn_new.Click += Btn_new_Click; btn_edit.Font = XFont.BtnFont; btn_edit.Location = XLayout.BtnLocation(btn_new.Location); btn_edit.Size = XSize.BtnOne; btn_edit.TabIndex = XTab.Index(btn_new.TabIndex); btn_edit.Name = "btn_edit"; btn_edit.Text = "&Edit"; btn_edit.Themes = XTheme.BlueBtn; btn_edit.Anchor = XAnchor.TR; btn_edit.Click += Btn_edit_Click; btn_delete.Font = XFont.BtnFont; btn_delete.Location = XLayout.BtnLocation(btn_edit.Location); btn_delete.Size = XSize.BtnOne; btn_delete.TabIndex = XTab.Index(btn_edit.TabIndex); btn_delete.Name = "btn_delete"; btn_delete.Text = "&Delete"; btn_delete.Themes = XTheme.BlueBtn; btn_delete.Anchor = XAnchor.TR; btn_delete.Click += Btn_delete_Click; btn_print.Font = XFont.BtnFont; btn_print.Location = XLayout.BtnLocation(btn_delete.Location); btn_print.Size = XSize.BtnOne; btn_print.TabIndex = XTab.Index(btn_delete.TabIndex); btn_print.Name = "btn_print"; btn_print.Text = "&Print"; btn_print.Themes = XTheme.BlueBtn; btn_print.Anchor = XAnchor.TR; btn_print.Click += Btn_print_Click; //btn_quick.Font = XFont.BtnFont; //btn_quick.Location = XLayout.BtnLocation(btn_print.Location); //btn_quick.Size = XSize.BtnOne; //btn_quick.TabIndex = XTab.Index(btn_print.TabIndex); //btn_quick.Name = "btn_quick"; //btn_quick.Text = "&Quick RECEIPT"; //btn_quick.Themes = XTheme.PinkBtn; //btn_quick.Anchor = XAnchor.TR; //btn_quick.Click += Btn_quick_Click; #endregion [btn Properties] //#region[Get no Panel] //Getno_panel.Size = new Size(300, 150); //Getno_panel.Location = new Point(btn_print.Left - 250, btn_print.Bottom - 40); ////Getno_panel.BackColor = XTheme.FPanel; //Getno_panel.BackColor = Color.Orange; //Getno_panel.Controls.Add(Getno_innerpanel); //Getno_innerpanel.Controls.Add(txt_getno); //Getno_innerpanel.Controls.Add(lbl_getno); //Getno_innerpanel.Controls.Add(btn_generate); //Getno_innerpanel.Size = new Size(295, 145); //Getno_innerpanel.Location = new Point(2, 2); //Getno_innerpanel.BackColor = Color.White; //lbl_getno.Font = XFont.Font_10B; //lbl_getno.Name = "lbl_getno"; //lbl_getno.Text = "No"; //lbl_getno.TextAlign = ContentAlignment.MiddleCenter; //lbl_getno.ForeColor = XFontColor.Lbl_ForeColor; //lbl_getno.Size = new Size(150, 28); //lbl_getno.Location = new Point(80, 20); //lbl_getno.BorderStyle = BorderStyle.None; //txt_getno.Font = XFont.TxtFont; //txt_getno.ForeColor = XFontColor.TxtFontColor; //txt_getno.BackColor = XTheme.TxtBackcolor; //txt_getno.Name = "txt_getno"; //txt_getno.ReadOnlyBackColor = XTheme.TxtReadonlyBackcolor; //txt_getno.Size = new Size(150, 28); //txt_getno.Anchor = XAnchor.LT; //txt_getno.Location = new Point(lbl_getno.Left, lbl_getno.Bottom); //btn_generate.Font = XFont.BtnFont; //btn_generate.Location = new Point(lbl_getno.Left, lbl_getno.Bottom + 40); //btn_generate.Size = new Size(150, 30); //btn_generate.TabIndex = XTab.Index(btn_print.TabIndex); //btn_generate.Name = "btn_generate"; //btn_generate.Text = "&Generate"; //btn_generate.Themes = XTheme.RedBtn; //btn_generate.Anchor = XAnchor.TR; //btn_generate.Click += Btn_generate_Click; //#endregion[Get no Panel] #region [List Grid] listgrid.AllowUserToAddRows = false; listgrid.AllowUserToDeleteRows = false; listgrid.AllowUserToOrderColumns = true; listgrid.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = Color.White; dataGridViewCellStyle1.Font = XFont.Font_10R; dataGridViewCellStyle1.ForeColor = Color.Black; dataGridViewCellStyle1.SelectionBackColor = Color.FromArgb(255, 255, 204); dataGridViewCellStyle1.SelectionForeColor = Color.FromArgb(252, 0, 11); dataGridViewCellStyle1.WrapMode = DataGridViewTriState.True; listgrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; listgrid.Anchor = XAnchor.LTRB; listgrid.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill; listgrid.BackgroundColor = Color.White; listgrid.BorderStyle = BorderStyle.Fixed3D; listgrid.CellBorderStyle = DataGridViewCellBorderStyle.Custom; listgrid.ColumnHeadersBorderStyle = DataGridViewHeaderBorderStyle.Custom; dataGridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = Color.FromArgb(132, 192, 96); dataGridViewCellStyle2.Font = new Font("Microsoft Sans Serif", 11.25F, FontStyle.Bold, GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle2.ForeColor = Color.White; dataGridViewCellStyle2.Padding = new Padding(3); dataGridViewCellStyle2.SelectionBackColor = SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = DataGridViewTriState.True; listgrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; listgrid.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; listgrid.Cursor = Cursors.Default; dataGridViewCellStyle3.Alignment = DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = Color.White; dataGridViewCellStyle3.Font = XFont.Font_10R; dataGridViewCellStyle3.ForeColor = Color.Black; dataGridViewCellStyle3.SelectionBackColor = Color.FromArgb(255, 255, 204); dataGridViewCellStyle3.SelectionForeColor = Color.FromArgb(252, 0, 11); dataGridViewCellStyle3.WrapMode = DataGridViewTriState.False; listgrid.DefaultCellStyle = dataGridViewCellStyle3; listgrid.EnableHeadersVisualStyles = false; listgrid.GridColor = Color.SeaGreen; listgrid.MultiSelect = false; listgrid.Name = "listgrid"; listgrid.ReadOnly = true; listgrid.RowHeadersVisible = false; listgrid.SelectionMode = DataGridViewSelectionMode.FullRowSelect; listgrid.Location = XLayout.ListView; listgrid.Size = XSize.ListView; listgrid.StandardTab = true; listgrid.TabIndex = 0; #endregion [List Grid] #region [List] AutoScaleDimensions = new SizeF(6F, 13F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(lpanel); Name = "LInward"; Size = new Size(1000, 600); lpanel.ResumeLayout(false); linner_panel.ResumeLayout(false); linner_panel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(listgrid)).EndInit(); ResumeLayout(false); }
public void postData() { ListGridView.DataSource = new AdministratoriMapper().getRequests(); ListGridView.DataBind(); }