Example #1
0
 def click_button(self, event):
     if event.GetId() == 1000:
         user_list_pass = self.file_open.file_pass.GetValue()
         file_save_pass = self.file_save.file_pass.GetValue()
         GUI_action.execute(self, event, self.parent_frame, user_list_pass, file_save_pass,
                            begin_year = self.set_date.begin_year.GetValue(),
                            begin_month = self.set_date.begin_month.GetValue(),
                            begin_day = self.set_date.begin_day.GetValue(),
                            end_year = self.set_date.end_year.GetValue(),
                            end_month = self.set_date.end_month.GetValue(),
                            end_day = self.set_date.end_day.GetValue(),
                            save_type = self.save_type.radio_box.GetStringSelection(),
                            over_write = self.over_write.radio_box.GetStringSelection(),
                            button_collect = self.button_collect)
Example #2
0
 def click_button(self, event):
     if event.GetId() == 1000:
         user_list_pass = self.file_open.file_pass.GetValue()
         file_save_pass = self.file_save.file_pass.GetValue()
         GUI_action.execute(
             self,
             event,
             self.parent_frame,
             user_list_pass,
             file_save_pass,
             begin_year=self.set_date.begin_year.GetValue(),
             begin_month=self.set_date.begin_month.GetValue(),
             begin_day=self.set_date.begin_day.GetValue(),
             end_year=self.set_date.end_year.GetValue(),
             end_month=self.set_date.end_month.GetValue(),
             end_day=self.set_date.end_day.GetValue(),
             save_type=self.save_type.radio_box.GetStringSelection(),
             over_write=self.over_write.radio_box.GetStringSelection(),
             button_collect=self.button_collect)
Example #3
0
 def click_button(self, event):
     if event.GetId() == 1000:
         GUI_action.fileopen_ACTION(self, event, self.parent_frame)
Example #4
0
 def click_button(self, event):
     if event.GetId() == 1000:
         GUI_action.fileopen_ACTION(self, event, self.parent_frame)