1. Trang chủ
  2. » Luận Văn - Báo Cáo

Khóa luận tốt nghiệp: Kế toán chi phí sản xuất và giá thành sản phẩm tại công ty than Khe Chàm TKV

75 2 0
Tài liệu được quét OCR, nội dung có thể không chính xác
Tài liệu đã được kiểm tra trùng lặp

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Định dạng
Số trang 75
Dung lượng 9,01 MB

Nội dung

Khóa luận tốt nghiệp Kế toán chi phí sản xuất và giá thành sản phẩm tại công ty than Khe Chàm TKV được thực hiện với mục tiêu nhằm thông qua nghiên cứu lý thuyết và tìm hiểu thực tế áp dụng kế toán tập hợp chi phí sản xuất và tính giá thành sản xuất sản phẩm tại một doanh nghiệp sản xuất sản phẩm Công ty than Khe Chàm – TKV; kiến nghị... Đề tài Hoàn thiện công tác quản trị nhân sự tại Công ty TNHH Mộc Khải Tuyên được nghiên cứu nhằm giúp công ty TNHH Mộc Khải Tuyên làm rõ được thực trạng công tác quản trị nhân sự trong công ty như thế nào từ đó đề ra các giải pháp giúp công ty hoàn thiện công tác quản trị nhân sự tốt hơn trong thời gian tới.

Trang 1

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 2

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 3

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 4

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 5

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 6

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 7

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 8

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 9

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 10

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 11

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 12

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 13

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 14

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 15

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 16

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 17

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 18

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 19

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 20

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 21

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 22

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 23

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 24

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 25

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 26

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 27

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 28

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 29

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 30

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 31

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 32

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 33

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 34

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 35

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 36

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 37

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 38

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 39

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Trang 40

<SubComponents> <Container class="javax.swing.JPanel" name="jPanel1"> <Properties>

<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="cc" green="cc" red="cc" type="rgb"/> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel21" min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="90" max="-2" attributes="0"/> <Component id="jLabel15" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jLabel3" min="-2" pref="559" max=" -2" attributes="0"/> </Group>

</Group> <EmptySpace max="32767" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Component id="jLabel18" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> <Component id="jPanel2" min="-2" max="-2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Component id="jPanel3" min="-2" pref="238" max=" -2" attributes="0"/> <EmptySpace type="separate" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="jButton9" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jProgressBar1" min="-2" pref="114" max="-2" attributes="0"/> </Group>

<Component id="jPanel4" min="-2" pref="222" max="-2" attributes="0"/> </Group>

package entity; public class PhongBan {

private String maPhong; private String tenPhong; public String getMaPhong() { return

maPhong; }

public void setMaPhong(String maPhong) { this.maPhong

= maPhong; }

public String getTenPhong() { return

tenPhong; }

public void setTenPhong(String tenPhong) { this.tenPhong

= tenPhong; }

public PhongBan() { super();

}

public PhongBan(String maPhong) { this.maPhong

= maPhong; }

Ngày đăng: 20/12/2023, 22:30

TÀI LIỆU CÙNG NGƯỜI DÙNG

TÀI LIỆU LIÊN QUAN

w