package UI;
import java.util.Date;
import javax.swing.JOptionPane;
import Action.VIPServiceAction;
import ORM.User;
/**
*
* @author __USER__
*/
public class VIPServiceFrame extends javax.swing.JFrame {
/** Creates new form VIPServiceFrame */
public VIPServiceFrame(java.awt.Frame parent, boolean modal) {
super();
initComponents();
}
public VIPServiceFrame() {
super();
initComponents();
}
/** This method is called from within the constructor to
* initialize the form.
* WARNING: Do NOT modify this code. The content of this method is
* always regenerated by the Form Editor.
*/
//GEN-BEGIN:initComponents
// <editor-fold defaultstate="collapsed" desc="Generated Code">
private void initComponents() {
jLabel1 = new javax.swing.JLabel();
jLabel2 = new javax.swing.JLabel();
jLabel3 = new javax.swing.JLabel();
jRadioButton_QQZone = new javax.swing.JRadioButton();
jLabel4 = new javax.swing.JLabel();
jLabel5 = new javax.swing.JLabel();
jLabel6 = new javax.swing.JLabel();
jLabel7 = new javax.swing.JLabel();
jLabel8 = new javax.swing.JLabel();
jRadioButton_mobileQQ = new javax.swing.JRadioButton();
jRadioButton_QQHome = new javax.swing.JRadioButton();
jRadioButton_PaiPai = new javax.swing.JRadioButton();
jRadioButton_CaiFuTong = new javax.swing.JRadioButton();
jRadioButton_ChengShiDaRen = new javax.swing.JRadioButton();
jLabel9 = new javax.swing.JLabel();
jLabel10 = new javax.swing.JLabel();
jLabel11 = new javax.swing.JLabel();
jLabel12 = new javax.swing.JLabel();
jLabel13 = new javax.swing.JLabel();
jLabel14 = new javax.swing.JLabel();
jRadioButton_QQPet = new javax.swing.JRadioButton();
jRadioButton_QQPhoto = new javax.swing.JRadioButton();
jRadioButton_QQTang = new javax.swing.JRadioButton();
jRadioButton_QQXiaoYou = new javax.swing.JRadioButton();
jRadioButton_ShoujiTenxunwang = new javax.swing.JRadioButton();
jRadioButton_ShoujiBangDing = new javax.swing.JRadioButton();
jButton_selectAll = new javax.swing.JButton();
jButton_cancel = new javax.swing.JButton();
jButton_OpenService = new javax.swing.JButton();
jButton_noSelect = new javax.swing.JButton();
setDefaultCloseOperation(javax.swing.WindowConstants.DISPOSE_ON_CLOSE);
setTitle("VIP\u5f00\u901a\u670d\u52a1");
setBackground(new java.awt.Color(255, 255, 255));
jLabel1.setIcon(new javax.swing.ImageIcon(
"res/UI/duck1.jpg")); // NOI18N
jLabel2
.setText("\u8bf7\u9009\u62e9\u8981\u5f00\u901a\u7684VIP\u529f\u80fd\uff1a");
jLabel3.setIcon(new javax.swing.ImageIcon(
"res/UI/QQZone.jpg")); // NOI18N
jLabel3.setText("QQ\u7a7a\u95f4");
jLabel4.setIcon(new javax.swing.ImageIcon(
"res/UI/ShouJiQQ.jpg")); // NOI18N
jLabel4.setText("\u624b\u673aQQ");
jLabel5.setIcon(new javax.swing.ImageIcon(
"res/UI/QQHome.jpg")); // NOI18N
jLabel5.setText("QQ\u5bb6\u56ed");
jLabel6.setIcon(new javax.swing.ImageIcon(
"res/UI/PaiPai.jpg")); // NOI18N
jLabel6.setText("\u817e\u8baf\u62cd\u62cd \u7f51\u5356\u5bb6");
jLabel7.setIcon(new javax.swing.ImageIcon(
"res/UI/CaiFuTong.jpg")); // NOI18N
jLabel7.setText("\u8d22\u4ed8\u901a");
jLabel8.setIcon(new javax.swing.ImageIcon(
"res/UI/ChengShiDaRen.jpg")); // NOI18N
jLabel8.setText("\u57ce\u5e02\u8fbe\u4eba");
jLabel9.setIcon(new javax.swing.ImageIcon(
"res/UI/QQPet.jpg")); // NOI18N
jLabel9.setText("QQ\u5ba0\u7269");
jLabel10.setIcon(new javax.swing.ImageIcon(
"res/UI/QQPhoto.jpg")); // NOI18N
jLabel10.setText("QQ\u76f8\u518c");
jLabel11.setIcon(new javax.swing.ImageIcon(
"res/UI/QQTang.jpg")); // NOI18N
jLabel11.setText("QQ\u5802");
jLabel12.setIcon(new javax.swing.ImageIcon(
"res/UI/QQXiaoYou.jpg")); // NOI18N
jLabel12.setText("QQ\u6821\u53cb");
jLabel13.setIcon(new javax.swing.ImageIcon(
"res/UI/ShouJiTenxunwang.jpg")); // NOI18N
jLabel13.setText("\u624b\u673a\u817e\u8baf\u7f51");
jLabel14.setIcon(new javax.swing.ImageIcon(
"res/UI/ShouJiBangDing.jpg")); // NOI18N
jLabel14.setText("\u624b\u673a\u7ed1\u5b9a");
jButton_selectAll.setText("\u5168\u9009");
jButton_selectAll
.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jButton_selectAllActionPerformed(evt);
}
});
jButton_cancel.setText("\u53d6\u6d88");
jButton_cancel.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jButton_cancelActionPerformed(evt);
}
});
jButton_OpenService.setText("\u5f00\u901a");
jButton_OpenService
.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jButton_OpenServiceActionPerformed(evt);
}
});
jButton_noSelect.setText("\u5168\u4e0d\u9009");
jButton_noSelect.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jButton_noSelectActionPerformed(evt);
}
});
javax.swing.GroupLayout layout = new javax.swing.GroupLayout(
getContentPane());
getContentPane().setLayout(layout);
layout
.setHorizontalGroup(layout
.createParallelGroup(
javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(
layout
.createSequentialGroup()
.addComponent(jLabel1)
.addGroup(
layout
.createParallelGroup(
javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(
layout
.createParallelGroup(
javax.swing.GroupLayout.Alignment.TRAILING)
.addGroup(
layout
.createSequentialGroup()
.addPreferredGap(
javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addGroup(
layout
.createParallelGroup(
javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(
layout
.createSequentialGroup()
.addComponent(
jLabel5)
.addPreferredGap(
javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
.addComponent(
jRadioButton_QQHome))
.addGroup(
layout
.createParallelGroup(
javax.swing.GroupLayout.Alignment.TRAILING,
false)
.addComponent(
jLabel2,
javax.swing.GroupLayout.Alignment.LEADING,
javax.swing.GroupLayout.PREFERRED_SIZE,
212,
javax.swing.GroupLayout.PREFERRED_SIZE)
.addGroup(
layout
.createSequentialGroup()
.addGroup(
layout
.createParallelGroup(
javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(
layout
.createParallelGroup(
javax.swing.GroupLayout.Alignment.LEADING)
.addGrou